:root {
  --blue: #075FD4;
  --blue2: #008CFF;
  --ink: #26384D;
  --muted: #6F7E90;
  --soft: #F5F8FC;
  --line: #DCE4EC;
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  font-family: Inter, sans-serif;
  color: var(--ink);
  background: #fff
}

a {
  text-decoration: none;
  color: inherit
}

.wrap {
  width: min(1180px, calc(100% - 40px));
  margin: auto
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(231, 238, 247, .9)
}

.header-inner {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(145deg, #0b80ff, #05b8ff);
  display: grid;
  place-items: center;
  color: #fff;
  font-family: Manrope;
  font-weight: 900;
  font-size: 24px;
  box-shadow: 0 8px 20px rgba(9, 120, 246, .22)
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1
}

.brand-text strong {
  font-family: Manrope;
  font-size: 20px;
  letter-spacing: -.04em
}

.brand-text strong span {
  color: var(--blue)
}

.brand-text small {
  font-size: 7px;
  letter-spacing: .18em;
  margin-top: 4px;
  color: #718097
}

.desktop-nav {
  display: flex;
  gap: 28px;
  font-size: 14px;
  font-weight: 700;
  color: #53657d
}

.desktop-nav a:hover {
  color: var(--blue)
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px
}

.link-button {
  font-size: 13px;
  font-weight: 800;
  color: var(--blue)
}

.primary-button,
.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  font-weight: 800;
  transition: .2s
}

.primary-button {
  background: linear-gradient(135deg, var(--blue), #049de9);
  color: #fff;
  box-shadow: 0 10px 30px rgba(9, 120, 246, .22);
  padding: 14px 22px
}

.primary-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(9, 120, 246, .28)
}

.primary-button.small {
  padding: 11px 17px;
  font-size: 13px
}

.primary-button.large,
.ghost-button.large {
  padding: 16px 24px
}

.ghost-button {
  border: 1px solid #d8e3ef;
  background: #fff;
  color: #17304f
}

.ghost-button:hover {
  border-color: #9ccdfd;
  background: #f8fbff
}

.menu-btn {
  display: none;
  border: 0;
  background: transparent;
  padding: 8px
}

.menu-btn span {
  display: block;
  width: 23px;
  height: 2px;
  background: #17304f;
  margin: 5px;
  border-radius: 3px
}

.mobile-nav {
  display: none
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 86px 0 92px;
  background: linear-gradient(180deg, #fff 0%, #fbfdff 75%, #f6faff 100%)
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  align-items: center;
  gap: 44px;
  min-height: 620px
}

.hero-copy {
  position: relative;
  z-index: 3
}

.kicker {
  display: inline-block;
  color: var(--blue);
  font-weight: 900;
  font-size: 12px;
  letter-spacing: .14em;
  margin-bottom: 18px
}

.kicker.light {
  color: #b9e5ff
}

.hero h1,
.section-heading h2,
.how-copy h2,
.app-copy h2,
.stats-copy h2,
.quote-grid h2,
.faq-grid h2 {
  font-family: Manrope, sans-serif;
  letter-spacing: -.055em
}

.hero h1 {
  font-size: clamp(50px, 5.4vw, 76px);
  line-height: .99;
  margin: 0;
  max-width: 700px;
  font-weight: 800
}

.hero h1 span,
.section-heading h2 span {
  color: var(--blue)
}

.hero-copy>p {
  font-size: 18px;
  line-height: 1.7;
  color: var(--muted);
  max-width: 610px;
  margin: 24px 0 0
}

.hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 32px;
  flex-wrap: wrap
}

.hero-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 46px;
  max-width: 610px
}

.hero-trust div {
  padding-right: 12px;
  border-right: 1px solid #dfe8f1
}

.hero-trust div:last-child {
  border: 0
}

.hero-trust b {
  display: block;
  font-size: 16px
}

.hero-trust span {
  display: block;
  font-size: 11px;
  color: #8090a3;
  margin-top: 4px
}

.hero-art {
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
  pointer-events: none
}

.hero-art-1 {
  width: 360px;
  height: 360px;
  background: #dff3ff;
  right: -120px;
  top: 40px
}

.hero-art-2 {
  width: 220px;
  height: 220px;
  background: #edf7ff;
  left: -80px;
  bottom: 20px
}

.hero-visual {
  position: relative;
  height: 610px
}

.blue-panel {
  position: absolute;
  right: -80px;
  top: 10px;
  width: 480px;
  height: 580px;
  border-radius: 42px;
  background: linear-gradient(155deg, #0b82ff 0%, #0667df 58%, #064db5 100%);
  transform: rotate(5deg);
  box-shadow: 0 38px 70px rgba(16, 94, 199, .22)
}

.blue-panel:before {
  content: "";
  position: absolute;
  inset: 25px;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, .14)
}

.mock-phone {
  position: absolute;
  z-index: 4;
  width: 278px;
  height: 548px;
  left: 105px;
  top: 30px;
  border: 8px solid #15223a;
  border-radius: 42px;
  background: #fff;
  box-shadow: 0 40px 70px rgba(16, 33, 58, .28);
  overflow: hidden
}

.phone-notch {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 84px;
  height: 21px;
  background: #15223a;
  border-radius: 999px;
  z-index: 10
}

.phone-top {
  height: 88px;
  padding: 32px 17px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #eef3f7
}

.phone-top .logo-mini {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: var(--blue);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 900
}

.phone-top div {
  flex: 1
}

.phone-top small {
  display: block;
  font-size: 9px;
  color: #8b99aa
}

.phone-top strong {
  display: block;
  font-size: 12px;
  margin-top: 2px
}

.phone-top i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #20cf78
}

.map-card {
  position: relative;
  height: 300px;
  background: linear-gradient(#edf5fb, #f7fbff);
  overflow: hidden
}

.map-card.tall {
  height: 340px
}

.road {
  position: absolute;
  height: 10px;
  background: #d9e8f4;
  border-radius: 99px
}

.road.one {
  width: 340px;
  top: 60px;
  left: -40px;
  transform: rotate(27deg)
}

.road.two {
  width: 300px;
  top: 160px;
  left: -10px;
  transform: rotate(-20deg)
}

.road.three {
  width: 330px;
  top: 235px;
  left: -40px;
  transform: rotate(34deg)
}

.route {
  position: absolute;
  width: 7px;
  height: 250px;
  background: linear-gradient(#18b8ff, #0878f5);
  left: 145px;
  top: 20px;
  border-radius: 999px;
  transform: rotate(29deg);
  box-shadow: 0 0 0 4px rgba(24, 184, 255, .08)
}

.map-pin {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #0878f5;
  left: 145px;
  top: 142px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  box-shadow: 0 0 0 9px rgba(9, 120, 246, .12)
}

.map-pin:after {
  content: "";
  position: absolute;
  inset: 9px;
  background: #fff;
  border-radius: 50%
}

.map-label {
  position: absolute;
  left: 78px;
  bottom: 18px;
  background: #fff;
  border-radius: 12px;
  padding: 9px 12px;
  font-size: 10px;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(31, 74, 120, .13)
}

.status-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 17px
}

.status-box div {
  background: #f6f9fc;
  padding: 10px;
  border-radius: 11px
}

.status-box small {
  display: block;
  font-size: 8px;
  color: #8190a1
}

.status-box strong {
  font-size: 9px
}

.green {
  color: #0db96b
}

.floating-card {
  position: absolute;
  z-index: 8;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid #e6eef6;
  border-radius: 15px;
  padding: 12px 14px;
  box-shadow: 0 18px 45px rgba(31, 74, 120, .17)
}

.floating-card small {
  display: block;
  font-size: 8px;
  color: #7f8da0
}

.floating-card strong {
  display: block;
  font-size: 10px;
  margin-top: 2px
}

.f-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 11px;
  background: #e8f4ff;
  color: var(--blue);
  font-weight: 900
}

.f-icon.shield {
  background: #eafaf2;
  color: #12b86c
}

.card-location {
  left: 18px;
  top: 110px
}

.card-safe {
  right: -10px;
  bottom: 120px
}

.car-illustration {
  position: absolute;
  z-index: 5;
  width: 290px;
  height: 145px;
  right: -15px;
  bottom: 22px
}

.car-window {
  position: absolute;
  width: 140px;
  height: 56px;
  left: 75px;
  top: 8px;
  background: linear-gradient(180deg, #bde7ff, #3e8ed2);
  clip-path: polygon(18% 0, 82% 0, 100% 100%, 0 100%);
  border-radius: 15px
}

.car-body {
  position: absolute;
  left: 10px;
  top: 51px;
  width: 270px;
  height: 82px;
  border-radius: 50px 50px 28px 28px;
  background: linear-gradient(180deg, #e9f7ff, #a7d8f8 28%, #277ed6 65%, #0d4d9b);
  box-shadow: inset 0 8px 20px rgba(255, 255, 255, .7), 0 20px 40px rgba(17, 76, 140, .25)
}

.headlight {
  position: absolute;
  top: 28px;
  width: 49px;
  height: 11px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 12px #d7f5ff
}

.headlight.left {
  left: 20px;
  transform: rotate(6deg)
}

.headlight.right {
  right: 20px;
  transform: rotate(-6deg)
}

.grill {
  position: absolute;
  width: 75px;
  height: 17px;
  left: 98px;
  bottom: 13px;
  background: #16365b;
  border-radius: 8px
}

.wheel {
  position: absolute;
  width: 32px;
  height: 38px;
  border-radius: 8px;
  background: #1a2533;
  bottom: 0
}

.wheel.left {
  left: 31px
}

.wheel.right {
  right: 31px
}

.proof-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 22px 0;
  gap: 18px;
  font-size: 13px;
  font-weight: 700;
  color: #566980
}

.proof-grid span {
  color: var(--blue);
  font-weight: 900
}

.section {
  padding: 105px 0
}

.section.soft {
  background: var(--soft)
}

.section-heading {
  max-width: 760px;
  margin-bottom: 46px
}

.section-heading.centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto
}

.section-heading h2 {
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.02;
  margin: 0;
  font-weight: 800
}

.section-heading p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
  max-width: 650px;
  margin: 18px auto 0
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px
}

.benefit-card {
  background: #fff;
  border: 1px solid #e7eef7;
  border-radius: 22px;
  padding: 25px;
  min-height: 270px;
  transition: .2s
}

.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 45px rgba(61, 91, 122, .09);
  border-color: #cfe7ff
}

.benefit-icon {
  width: 48px;
  height: 48px;
  border-radius: 15px;
  background: #eaf5ff;
  color: var(--blue);
  display: grid;
  place-items: center;
  font-size: 22px;
  font-weight: 900
}

.benefit-card h3 {
  font-family: Manrope;
  font-size: 18px;
  line-height: 1.25;
  margin: 32px 0 10px
}

.benefit-card p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65
}

.benefit-card a {
  display: inline-block;
  margin-top: 20px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 78px
}

.big-blue-card {
  position: relative;
  overflow: hidden;
  min-height: 540px;
  border-radius: 34px;
  background: linear-gradient(145deg, #0b82ff, #075ac9);
  padding: 50px;
  color: #fff
}

.eyebrow-light {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  color: #c8ebff
}

.big-blue-card h3 {
  font-family: Manrope;
  font-size: 44px;
  line-height: 1.03;
  letter-spacing: -.05em;
  max-width: 430px;
  margin: 20px 0 15px
}

.big-blue-card p {
  max-width: 380px;
  color: #d5eaff;
  line-height: 1.7
}

.signal-graphic {
  position: absolute;
  width: 360px;
  height: 360px;
  right: -75px;
  bottom: -65px
}

.signal-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 50%
}

.signal-ring.r1 {
  width: 340px;
  height: 340px
}

.signal-ring.r2 {
  width: 240px;
  height: 240px
}

.signal-ring.r3 {
  width: 140px;
  height: 140px
}

.signal-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  border-radius: 24px;
  background: #fff;
  color: var(--blue);
  display: grid;
  place-items: center;
  font-family: Manrope;
  font-size: 34px;
  font-weight: 900;
  box-shadow: 0 20px 50px rgba(2, 42, 103, .25)
}

.how-copy h2 {
  font-size: 54px;
  line-height: 1.02;
  margin: 0
}

.steps {
  margin: 35px 0
}

.step {
  display: flex;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line)
}

.step>span {
  width: 35px;
  height: 35px;
  border-radius: 11px;
  background: #eaf5ff;
  color: var(--blue);
  display: grid;
  place-items: center;
  font-weight: 900;
  flex: 0 0 auto
}

.step h3 {
  margin: 0;
  font-size: 17px
}

.step p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55
}

.blue-section {
  background: #0878f5;
  color: #fff
}

.section-heading.light h2 {
  color: #fff
}

.section-heading.light h2 span {
  color: #c3edff
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px
}

.solution-grid article {
  background: #fff;
  color: var(--ink);
  border-radius: 26px;
  padding: 24px;
  position: relative
}

.solution-number {
  position: absolute;
  right: 18px;
  top: 18px;
  font-size: 11px;
  color: #8fa1b5;
  font-weight: 900
}

.solution-visual {
  height: 190px;
  border-radius: 18px;
  background: #eef7ff;
  position: relative;
  overflow: hidden;
  margin-bottom: 23px
}

.mini-car {
  position: absolute;
  width: 150px;
  height: 65px;
  border-radius: 40px 40px 20px 20px;
  background: linear-gradient(#bfe7ff, #1574d6);
  left: 50%;
  bottom: 35px;
  transform: translateX(-50%);
  box-shadow: 0 18px 30px rgba(25, 95, 160, .2)
}

.mini-car:before {
  content: "";
  position: absolute;
  width: 84px;
  height: 34px;
  left: 33px;
  top: -23px;
  background: #69b8ea;
  clip-path: polygon(18% 0, 82% 0, 100% 100%, 0 100%)
}

.pin-mini {
  position: absolute;
  width: 27px;
  height: 27px;
  background: #0878f5;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  left: 60%;
  top: 34px
}

.solution-visual.fleet .c1 {
  left: 35%;
  transform: scale(.72)
}

.solution-visual.fleet .c2 {
  left: 50%;
  transform: scale(.72)
}

.solution-visual.fleet .c3 {
  left: 65%;
  transform: scale(.72)
}

.solution-grid h3 {
  font-family: Manrope;
  font-size: 23px;
  margin: 0 0 10px
}

.solution-grid p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
  margin: 0
}

.app-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center
}

.app-copy h2 {
  font-size: 56px;
  line-height: 1.02;
  margin: 0
}

.app-copy p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--muted);
  max-width: 520px
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 28px 0
}

.check-list div {
  font-weight: 700
}

.check-list span {
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  background: #e8f8f0;
  color: #0cb56a;
  border-radius: 9px;
  margin-right: 10px
}

.app-showcase {
  position: relative;
  height: 590px
}

.app-circle {
  position: absolute;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: #e8f4ff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

.mock-phone.second {
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
  box-shadow: 0 35px 80px rgba(36, 84, 129, .2)
}

.app-actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 14px;
  gap: 8px
}

.app-actions span {
  background: #f3f7fb;
  border-radius: 9px;
  padding: 9px 4px;
  text-align: center;
  font-size: 9px;
  font-weight: 800;
  color: #5e7187
}

.stats-section {
  padding-top: 25px
}

.stats-panel {
  background: #0c2d58;
  border-radius: 32px;
  color: #fff;
  padding: 50px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 50px;
  align-items: center
}

.stats-copy h2 {
  font-size: 45px;
  line-height: 1.05;
  margin: 0
}

.stats-copy p {
  color: #c8d7e7;
  line-height: 1.7
}

.stats-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px
}

.stats-items div {
  border-left: 1px solid rgba(255, 255, 255, .18);
  padding-left: 20px
}

.stats-items strong {
  display: block;
  font-family: Manrope;
  font-size: 30px
}

.stats-items span {
  display: block;
  margin-top: 6px;
  font-size: 10px;
  color: #b4c5d9
}

.quote-section {
  background: linear-gradient(180deg, #f7fbff, #fff)
}

.quote-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 70px;
  align-items: start
}

.quote-grid h2 {
  font-size: 52px;
  line-height: 1.04;
  margin: 0
}

.quote-grid>div>p {
  color: var(--muted);
  line-height: 1.7
}

.quote-form {
  background: #fff;
  border: 1px solid #e4edf5;
  border-radius: 24px;
  padding: 25px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  box-shadow: 0 18px 50px rgba(41, 82, 122, .08)
}

.quote-form label {
  font-size: 12px;
  font-weight: 800
}

.quote-form input,
.quote-form select {
  width: 100%;
  height: 50px;
  border: 1px solid #dbe6ef;
  border-radius: 12px;
  margin-top: 8px;
  padding: 0 12px;
  font-family: inherit;
  color: var(--ink);
  outline: none;
  background: #fff
}

.quote-form input:focus,
.quote-form select:focus {
  border-color: #65b5ff;
  box-shadow: 0 0 0 4px #edf7ff
}

.full {
  grid-column: 1/-1;
  border: 0
}

.quote-form small {
  grid-column: 1/-1;
  text-align: center;
  color: #8b98a8
}

.faq-section {
  padding-top: 80px
}

.faq-grid {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 75px
}

.faq-grid h2 {
  font-size: 46px;
  line-height: 1.05;
  margin: 0
}

.faq-grid>div>p {
  color: var(--muted);
  line-height: 1.7
}

.faq-list {
  display: grid;
  gap: 10px
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden
}

.faq-item button {
  border: 0;
  background: #fff;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  text-align: left;
  font-family: inherit;
  font-weight: 800;
  color: var(--ink)
}

.faq-item button b {
  font-size: 21px;
  color: var(--blue);
  transition: .2s
}

.faq-item.open button b {
  transform: rotate(45deg)
}

.answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s
}

.answer p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65
}

footer {
  background: #08182c;
  color: #fff;
  padding-top: 60px
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr .7fr .8fr;
  gap: 50px
}

.footer-brand .brand-text strong {
  color: #fff
}

.footer-brand .brand-text small {
  color: #8ea5bd
}

.footer-grid>div>p {
  max-width: 380px;
  color: #91a4b8;
  line-height: 1.7;
  font-size: 13px
}

.footer-grid>div:not(:first-child) {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.footer-grid>div:not(:first-child)>strong {
  margin-bottom: 8px
}

.footer-grid a,
.footer-grid span {
  font-size: 13px;
  color: #a7b9cb
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .1);
  margin-top: 50px;
  padding: 20px 0;
  color: #7f94aa;
  font-size: 11px
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #19c968;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 26px;
  box-shadow: 0 13px 30px rgba(25, 201, 104, .26);
  z-index: 40
}

@media(max-width:1000px) {

  .desktop-nav,
  .header-actions {
    display: none
  }

  .menu-btn {
    display: block
  }

  .mobile-nav {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 78px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 14px;
    box-shadow: 0 20px 50px rgba(31, 74, 120, .15)
  }

  .mobile-nav.open {
    display: grid;
    gap: 8px
  }

  .mobile-nav a {
    padding: 10px 12px;
    font-weight: 700
  }

  .hero-grid,
  .two-col,
  .app-grid,
  .quote-grid,
  .faq-grid {
    grid-template-columns: 1fr
  }

  .hero {
    padding-top: 55px
  }

  .hero-grid {
    gap: 20px
  }

  .hero-visual {
    height: 600px
  }

  .benefit-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .solution-grid {
    grid-template-columns: 1fr
  }

  .proof-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .stats-panel {
    grid-template-columns: 1fr
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr
  }

  .how-visual {
    order: 2
  }
}

@media(max-width:640px) {
  .wrap {
    width: min(100% - 28px, 1180px)
  }

  .header-inner {
    height: 70px
  }

  .brand-text strong {
    font-size: 17px
  }

  .brand-text small {
    font-size: 6px
  }

  .brand-mark {
    width: 38px;
    height: 38px
  }

  .hero {
    padding: 42px 0 65px
  }

  .hero h1 {
    font-size: 45px
  }

  .hero-copy>p {
    font-size: 16px
  }

  .hero-actions {
    flex-direction: column
  }

  .hero-actions a {
    width: 100%
  }

  .hero-trust {
    grid-template-columns: 1fr;
    gap: 14px
  }

  .hero-trust div {
    border: 0;
    padding: 0
  }

  .hero-visual {
    height: 500px;
    transform: scale(.84);
    transform-origin: top center;
    margin-bottom: -85px
  }

  .blue-panel {
    right: -120px
  }

  .mock-phone {
    left: 68px
  }

  .card-location {
    left: -20px
  }

  .card-safe {
    right: -50px
  }

  .car-illustration {
    right: -55px
  }

  .section {
    padding: 76px 0
  }

  .section-heading h2,
  .how-copy h2,
  .app-copy h2,
  .quote-grid h2,
  .faq-grid h2 {
    font-size: 39px
  }

  .benefit-grid {
    grid-template-columns: 1fr
  }

  .proof-grid {
    grid-template-columns: 1fr
  }

  .big-blue-card {
    min-height: 480px;
    padding: 32px
  }

  .big-blue-card h3 {
    font-size: 37px
  }

  .stats-panel {
    padding: 30px
  }

  .stats-items {
    grid-template-columns: 1fr
  }

  .stats-items div {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .13);
    padding: 14px 0 0
  }

  .quote-form {
    grid-template-columns: 1fr
  }

  .full,
  .quote-form small {
    grid-column: 1
  }

  .footer-grid {
    grid-template-columns: 1fr
  }

  .app-showcase {
    transform: scale(.88);
    transform-origin: top center;
    margin-bottom: -70px
  }
}

/* Identidade original RASTREKON */
.original-logo {
  display: block;
  width: 255px;
  max-width: 32vw;
  height: 98px;
  object-fit: contain;
  object-position: left center;
}

.footer-logo {
  width: 270px;
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 5px 12px rgba(0, 0, 0, .15));
}

.site-header {
  box-shadow: 0 1px 0 rgba(119, 137, 157, .08);
}

.primary-button {
  background: linear-gradient(135deg, #075FD4 0%, #008CFF 100%);
}

.brand-mark,
.logo-mini {
  background: linear-gradient(145deg, #008CFF, #075FD4) !important;
}

.blue-panel,
.blue-section {
  background: linear-gradient(145deg, #087CEB 0%, #075FD4 58%, #054AAB 100%);
}

.big-blue-card {
  background: linear-gradient(145deg, #0A83EE 0%, #075FD4 62%, #0648A2 100%);
}

.benefit-icon {
  background: linear-gradient(145deg, #F1F5F9, #E3EAF1);
  color: #075FD4;
  border: 1px solid #D6E0EA;
}

.proof-strip {
  background: linear-gradient(90deg, #FFFFFF, #F7F9FC, #FFFFFF);
}

@media(max-width:640px) {
  .original-logo {
    width: 305px;
    max-width: 68vw;
    height: 88px
  }
}

/* Linha de rastreadores */
.product-heading {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto
}

.product-heading p {
  color: rgba(255, 255, 255, .78);
  max-width: 700px;
  margin: 16px auto 0;
  line-height: 1.7
}

.product-grid {
  grid-template-columns: repeat(4, 1fr);
  align-items: stretch
}

.product-card {
  display: flex;
  flex-direction: column;
  transition: .25s ease;
  overflow: hidden
}

.product-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 24px 55px rgba(0, 45, 110, .22)
}

.product-card.featured-product {
  box-shadow: 0 18px 50px rgba(0, 55, 130, .2)
}

.product-badge {
  display: inline-flex;
  align-self: flex-start;
  background: #eaf5ff;
  color: #0878f5;
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 9px;
  letter-spacing: .1em;
  font-weight: 900;
  margin-bottom: 14px
}

.product-visual {
  height: 210px;
  background: #f5f8fc;
  display: flex;
  align-items: center;
  justify-content: center
}

.product-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply
}

.product-card h3 {
  font-size: 21px
}

.product-card p {
  flex: 1
}

.product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 18px 0
}

.product-tags span {
  font-size: 10px;
  font-weight: 800;
  color: #536b85;
  background: #f0f5fa;
  border: 1px solid #e4edf6;
  padding: 7px 9px;
  border-radius: 999px
}

.product-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e7eef7;
  padding-top: 17px;
  margin-top: 2px;
  color: #0878f5;
  font-size: 13px;
  font-weight: 900
}

.product-link b {
  font-size: 18px
}

.product-link:hover {
  color: #005fc7
}

@media(max-width:1100px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width:650px) {
  .product-grid {
    grid-template-columns: 1fr
  }

  .product-visual {
    height: 240px
  }

  .product-heading p {
    font-size: 14px
  }
}