:root {
  --bg: #f3f4f6;
  --white: #ffffff;
  --ink: #13254a;
  --muted: #5c6783;
  --line: #e7e9ef;
  --blue: #4f69ff;
  --blue-dark: #2c43ce;
  --shadow: 0 28px 65px rgba(25, 42, 89, 0.14);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #fff;
}
a { text-decoration: none; color: inherit; }
img { display: block; width: 100%; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.hero {
  position: relative;
  min-height: 860px;
  padding: 28px 0 90px;
  overflow: hidden;
  background-image:
    linear-gradient(180deg, rgba(15, 22, 44, .42), rgba(15, 22, 44, .18) 38%, rgba(255,255,255,0) 100%),
    linear-gradient(90deg, rgba(12,18,34,.54) 0%, rgba(12,18,34,.28) 38%, rgba(12,18,34,.06) 60%, rgba(12,18,34,.05) 100%),
    url('../img/hero-car.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(50% 40% at 18% 18%, rgba(255,255,255,.18), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,0) 48%, rgba(255,255,255,.55) 100%);
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 170px;
  background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,.18)), #fff;
}

.nav-row {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -.04em;
  color: #fff;
}
.hero-nav {
  display: flex;
  gap: 36px;
  color: rgba(255,255,255,.95);
  font-weight: 600;
}
.hero-grid {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 32px;
  padding-top: 88px;
}
.hero-copy { max-width: 560px; }
.eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  color: rgba(255,255,255,.92);
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
}
.hero-copy h1 {
  margin: 0;
  font-size: clamp(54px, 6vw, 78px);
  line-height: .98;
  letter-spacing: -.065em;
  color: #fff;
}
.hero-copy p {
  margin: 24px 0 0;
  font-size: clamp(24px, 2.6vw, 38px);
  line-height: 1.16;
  color: rgba(255,255,255,.98);
}
.store-row {
  display: flex;
  gap: 14px;
  margin-top: 34px;
  flex-wrap: wrap;
}
.store-badge {
  min-width: 188px;
  padding: 14px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 16px 36px rgba(17, 24, 39, .12);
  color: var(--ink);
}
.store-top { display: block; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); }
.store-badge strong { display: block; font-size: 18px; margin-top: 4px; }

.hero-art { position: relative; min-height: 620px; }
.hero-phone-wrap {
  position: absolute;
  right: 40px;
  bottom: -40px;
  width: min(400px, 100%);
}
.phone-frame {
  padding: 16px 14px;
  background: linear-gradient(180deg, #111827, #090d17);
  border-radius: 42px;
  box-shadow: 0 26px 56px rgba(0,0,0,.22);
}
.phone-frame img { border-radius: 30px; background: #fff; }
.phone-frame--hero { transform: rotate(-1deg); }
.phone-frame--small { width: 190px; }
.phone-frame--medium { width: 240px; }
.floating-pill {
  position: absolute;
  z-index: 3;
  padding: 13px 18px;
  border-radius: 999px;
  font-weight: 800;
  color: #fff;
  box-shadow: 0 22px 40px rgba(17,24,39,.2);
}
.floating-pill--gps { top: 110px; left: -52px; background: linear-gradient(135deg, #1fd36b, #07a84e); }
.floating-pill--alert { right: -42px; top: 250px; background: linear-gradient(135deg, #ff6338, #f32d2d); }

.rating-strip { position: relative; z-index: 6; background: #fff; padding: 24px 0 34px; }
.rating-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.rating-item { display: grid; gap: 6px; justify-items: center; text-align: center; }
.rating-label { font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #6c7288; }
.rating-item strong { font-size: 28px; line-height: 1.05; letter-spacing: -.04em; }

.feature { padding: 110px 0; background: #fff; }
.feature--gray { background: var(--bg); }
.feature-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 76px; align-items: center; }
.feature--image-right .feature-grid { grid-template-columns: .92fr 1.08fr; }
.feature-copy h2 { margin: 0; font-size: clamp(48px, 5vw, 64px); line-height: .98; letter-spacing: -.06em; }
.feature-copy h3 { margin: 14px 0 20px; font-size: clamp(28px, 3vw, 38px); font-weight: 500; letter-spacing: -.04em; }
.feature-copy p { margin: 0 0 34px; max-width: 470px; font-size: 20px; line-height: 1.6; color: var(--muted); }
.primary-btn { display: inline-flex; align-items: center; justify-content: center; padding: 15px 28px; border-radius: 999px; background: var(--blue); color: #fff; font-weight: 800; box-shadow: 0 12px 28px rgba(79,105,255,.24); }

.feature-media { position: relative; min-height: 470px; }
.desktop-shell, .assist-stage, .docs-stage, .services-stage { position: relative; min-height: 470px; border-radius: 40px; }
.desktop-shell { background: linear-gradient(180deg, #f8f9fc, #edf0f6); border: 1px solid var(--line); box-shadow: var(--shadow); overflow: hidden; }
.desktop-header { height: 54px; background: linear-gradient(180deg, #fff, #f7f8fb); border-bottom: 1px solid var(--line); }
.map-grid {
  position: absolute; inset: 54px 0 0;
  background:
    linear-gradient(90deg, rgba(120,140,170,.18) 0, rgba(120,140,170,.18) 1px, transparent 1px),
    linear-gradient(rgba(120,140,170,.18) 0, rgba(120,140,170,.18) 1px, transparent 1px),
    linear-gradient(45deg, transparent 48%, rgba(140,150,180,.18) 49%, rgba(140,150,180,.18) 51%, transparent 52%),
    linear-gradient(-35deg, transparent 48%, rgba(140,150,180,.14) 49%, rgba(140,150,180,.14) 51%, transparent 52%),
    linear-gradient(180deg, #f7f9fc, #eef2f7);
  background-size: 80px 80px, 80px 80px, 120px 120px, 150px 150px, cover;
}
.map-pin {
  position: absolute; width: 22px; height: 22px; border-radius: 50%;
  background: var(--blue); box-shadow: 0 10px 18px rgba(79,105,255,.26);
}
.map-pin::after {
  content: ""; position: absolute; left: 7px; top: 18px;
  width: 8px; height: 18px; border-radius: 10px; background: rgba(79,105,255,.28);
}
.map-pin--one { top: 160px; left: 160px; }
.map-pin--two { top: 235px; left: 355px; background: #22c55e; }
.map-pin--two::after { background: rgba(34,197,94,.24); }
.map-pin--three { top: 315px; left: 240px; background: #ff6338; }
.map-pin--three::after { background: rgba(255,99,56,.24); }
.desktop-notice {
  position: absolute; padding: 13px 16px; border-radius: 18px;
  background: rgba(255,255,255,.95); box-shadow: 0 16px 36px rgba(17,24,39,.12);
  font-weight: 700; color: var(--ink);
}
.notice-a { top: 40px; right: 24px; }
.notice-b { top: 108px; right: 42px; }
.notice-c { bottom: 42px; left: 24px; }

.phone-card {
  position: absolute; background: #fff; border-radius: 24px; box-shadow: var(--shadow); padding: 10px;
}
.left-shot { left: -18px; bottom: 48px; width: 240px; }
.right-shot { position: absolute; right: 10px; bottom: -10px; }

.assist-stage, .docs-stage, .services-stage {
  background: linear-gradient(180deg, #fbfbfd, #eef1f6);
  border: 1px solid var(--line); box-shadow: var(--shadow);
  display: flex; align-items: center; justify-content: center;
}
.assist-shadow {
  position: absolute; bottom: 52px; width: 74%; height: 72px;
  border-radius: 50%; background: rgba(30,41,59,.12); filter: blur(16px);
}
.assist-card--main {
  width: 420px; background: #fff; border-radius: 26px;
  box-shadow: 0 26px 60px rgba(17,24,39,.15); padding: 12px;
}
.assist-card--main img { border-radius: 18px; }
.assist-card--pill {
  position: absolute; padding: 12px 18px; border-radius: 999px;
  font-weight: 800; color: #fff; box-shadow: 0 16px 32px rgba(17,24,39,.16);
}
.assist-card--pill.red { left: 34px; top: 70px; background: linear-gradient(135deg, #ff6338, #f32d2d); }
.assist-card--pill.dark { right: 34px; top: 92px; background: linear-gradient(135deg, #1f2937, #0f172a); }
.assist-shield {
  position: absolute; right: 48px; bottom: 60px; width: 118px; height: 118px;
  border-radius: 28px; background: linear-gradient(180deg, #fff, #f4f6fb);
  box-shadow: 0 18px 34px rgba(17,24,39,.12);
  display: flex; align-items: center; justify-content: center; text-align: center;
  font-weight: 800; color: var(--ink);
}

.docs-stage { padding: 28px; justify-content: center; }
.doc-chip {
  position: absolute; padding: 12px 16px; border-radius: 999px;
  background: #fff; border: 1px solid var(--line); box-shadow: 0 14px 30px rgba(17,24,39,.08);
  font-weight: 700; color: var(--ink);
}
.doc-chip--a { top: 44px; left: 32px; }
.doc-chip--b { top: 104px; right: 36px; }
.doc-chip--c { bottom: 112px; left: 36px; }
.doc-chip--d { bottom: 52px; right: 56px; }

.services-stage { padding: 36px; }
.service-panel {
  position: absolute; width: 440px; background: #fff; border-radius: 26px;
  box-shadow: 0 22px 52px rgba(17,24,39,.14); padding: 12px;
}
.service-panel--tag { top: 64px; left: 36px; transform: rotate(-2deg); }
.service-panel--multas { bottom: 54px; right: 34px; transform: rotate(1.5deg); }
.service-panel img { border-radius: 16px; }
.service-float {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
  padding: 14px 22px; border-radius: 999px;
  background: linear-gradient(135deg, #111827, #0f172a);
  color: #fff; font-weight: 800; box-shadow: 0 18px 38px rgba(17,24,39,.18);
}

.screens-section { padding: 120px 0 100px; background: #fff; }
.screens-header { text-align: center; margin-bottom: 42px; }
.screens-header h2 { margin: 0; font-size: clamp(42px, 5vw, 64px); letter-spacing: -.06em; }
.screens-header p { margin: 14px auto 0; max-width: 680px; font-size: 22px; color: var(--muted); }
.screens-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; align-items: start; }
.screen-card {
  padding: 18px; border-radius: 34px; background: linear-gradient(180deg, #f9fafc, #eef2f7);
  border: 1px solid var(--line); box-shadow: 0 18px 44px rgba(17,24,39,.08);
}

.value-blocks { padding: 0 0 110px; }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.value-grid article {
  background: #fff; border: 1px solid var(--line); border-radius: 28px; padding: 28px;
  box-shadow: 0 16px 36px rgba(17,24,39,.06);
}
.value-grid h4 { margin: 0 0 12px; font-size: 22px; letter-spacing: -.03em; }
.value-grid p { margin: 0; color: var(--muted); line-height: 1.6; }

.cta-section { padding: 0 0 110px; background: #fff; }
.cta-box {
  background: linear-gradient(180deg, #10172b, #162142);
  border-radius: 40px; padding: 44px 48px;
  color: #fff; display: flex; justify-content: space-between; align-items: center; gap: 24px;
  box-shadow: 0 26px 56px rgba(17,24,39,.18);
}
.eyebrow--dark { color: rgba(255,255,255,.72); }
.cta-box h2 { margin: 0; font-size: clamp(38px, 5vw, 56px); letter-spacing: -.05em; }
.cta-box p { margin: 12px 0 0; color: rgba(255,255,255,.78); font-size: 20px; }
.store-row--dark { margin-top: 0; }
.store-badge--dark { background: rgba(255,255,255,.98); }

.site-footer {
  border-top: 1px solid var(--line);
  background: #fff;
  padding: 28px 0 42px;
}
.footer-grid {
  display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
}
.footer-brand { font-size: 22px; font-weight: 800; letter-spacing: -.04em; }
.footer-links { display: flex; gap: 18px; color: var(--muted); }
.footer-note { color: var(--muted); }

@media (max-width: 1120px) {
  .hero-grid, .feature-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-bottom: 70px; background-position: right center; }
  .hero-art { min-height: 560px; }
  .hero-phone-wrap { position: relative; right: auto; bottom: auto; margin: 0 auto; }
  .feature-media { min-height: 420px; }
  .screens-grid, .value-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-box { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 760px) {
  .container { width: min(100% - 32px, 1180px); }
  .hero-nav { display: none; }
  .hero-copy p { font-size: 22px; }
  .rating-grid, .screens-grid, .value-grid { grid-template-columns: 1fr; }
  .feature-copy p, .screens-header p, .cta-box p { font-size: 18px; }
  .hero-phone-wrap { width: min(320px, 100%); }
  .floating-pill--gps { left: -10px; top: 86px; }
  .floating-pill--alert { right: -8px; top: 210px; }
  .left-shot { width: 200px; left: 10px; }
  .service-panel { width: 88%; }
  .service-panel--tag { left: 18px; }
  .service-panel--multas { right: 18px; }
}
