:root {
  --ink: #07131b;
  --ink-soft: #13252e;
  --mist: #f3f8f9;
  --white: #ffffff;
  --cyan: #16cfd7;
  --cyan-deep: #0f6870;
  --cyan-soft: #dff8fa;
  --blue-soft: #e7efff;
  --coral: #ff6b63;
  --text: #263740;
  --muted: #667780;
  --line: #dce7ea;
  --shadow: 0 26px 80px rgba(7, 28, 38, .11);
  --display: "Sora", system-ui, sans-serif;
  --body: "DM Sans", system-ui, sans-serif;
  --utility: "IBM Plex Mono", ui-monospace, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--mist);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.shell, .container { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.section { position: relative; padding: 124px 0; }
.skip-link { position: fixed; left: 16px; top: 12px; z-index: 200; transform: translateY(-150%); padding: 10px 16px; border-radius: 12px; background: var(--ink); color: var(--white); font-weight: 700; }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }

.navbar {
  position: fixed;
  inset: 0 0 auto;
  z-index: 80;
  border-bottom: 1px solid transparent;
  transition: background-color .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.navbar.scrolled { background: rgba(255, 255, 255, .88); border-color: rgba(7, 19, 27, .08); box-shadow: 0 8px 30px rgba(7, 19, 27, .05); backdrop-filter: blur(18px); }
.nav-inner { min-height: 80px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; font-family: var(--display); font-size: 1.35rem; font-weight: 700; letter-spacing: -.035em; }
.brand-icon { width: 46px; height: 46px; display: grid; place-items: center; overflow: hidden; border-radius: 15px; background: #061522; box-shadow: 0 9px 24px rgba(7, 19, 27, .12), 0 0 0 1px rgba(15, 104, 112, .1); }
.brand-icon img { width: 46px; height: 46px; object-fit: cover; }
.brand-name { color: var(--ink); font-size: 1.34rem; line-height: 1; }
.nav-links { display: flex; align-items: center; gap: 30px; margin-left: auto; color: #41545d; font-size: .92rem; font-weight: 600; }
.nav-links a { position: relative; padding: 10px 0; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 2px; border-radius: 2px; background: var(--cyan-deep); transition: right .2s ease; }
.nav-links a:hover, .nav-links a.active { color: var(--ink); }
.nav-links a:hover::after, .nav-links a.active::after { right: 0; }
.menu-button { display: none; width: 46px; height: 46px; margin-left: auto; padding: 0; border: 1px solid var(--line); border-radius: 15px; background: var(--white); cursor: pointer; }
.menu-button span { display: block; width: 20px; height: 2px; margin: 6px auto; border-radius: 2px; background: var(--ink); transition: transform .2s ease; }
.menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }

.button {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 25px;
  border: 0;
  border-radius: 18px;
  background: var(--ink);
  color: var(--white);
  box-shadow: 0 11px 28px rgba(7, 19, 27, .16);
  font-weight: 700;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}
.button:hover { transform: translateY(-2px); background: var(--ink-soft); box-shadow: 0 16px 34px rgba(7, 19, 27, .2); }
.button span { font-size: 1.25em; }
.button-small { min-height: 46px; padding-inline: 19px; border-radius: 14px; font-size: .88rem; }
.button-light { background: var(--white); color: var(--ink); }
.button-light:hover { background: var(--cyan-soft); }
.button-dark { background: var(--ink); color: var(--white); }
.text-link { display: inline-flex; align-items: center; gap: 12px; min-height: 52px; padding: 0 4px; color: var(--ink); font-weight: 700; }
.text-link span { color: var(--cyan-deep); }

.hero {
  position: relative;
  min-height: 1180px;
  overflow: hidden;
  padding: 162px 0 0;
  background:
    radial-gradient(circle at 12% 27%, rgba(22, 207, 215, .14), transparent 19%),
    radial-gradient(circle at 87% 20%, rgba(123, 160, 255, .16), transparent 20%),
    var(--mist);
}
.hero-copy { position: relative; z-index: 3; max-width: 940px; text-align: center; }
.hero-brand { width: 118px; height: 118px; display: grid; place-items: center; margin: 0 auto 20px; }
.hero-brand img { width: 118px; height: 118px; object-fit: contain; filter: drop-shadow(1px 0 0 rgba(7, 19, 27, .72)) drop-shadow(-1px 0 0 rgba(7, 19, 27, .72)) drop-shadow(0 1px 0 rgba(7, 19, 27, .72)) drop-shadow(0 -1px 0 rgba(7, 19, 27, .72)) drop-shadow(0 12px 18px rgba(15, 104, 112, .15)); }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 24px; color: var(--cyan-deep); font-family: var(--utility); font-size: .72rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; }
.eyebrow > span { color: var(--cyan); font-size: .9rem; }
.eyebrow.soft { padding: 8px 12px; border-radius: 999px; background: var(--cyan-soft); color: #0b5d65; }
.eyebrow.dark { color: #0b555b; }
.eyebrow.light { color: #7cf4f7; }
.hero h1 {
  max-width: 920px;
  margin: 0 auto;
  font: 700 clamp(3.75rem, 7.4vw, 6.6rem)/1.03 var(--display);
  letter-spacing: -.075em;
}
.changing-word { display: inline-block; min-width: 4.8em; color: var(--cyan-deep); transition: opacity .18s ease, transform .18s ease; }
.changing-word.is-changing { opacity: 0; transform: translateY(8px); }
.hero-lead { max-width: 730px; margin: 30px auto 0; color: #52656e; font-size: clamp(1.06rem, 1.6vw, 1.25rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; justify-content: center; gap: 26px; margin-top: 34px; }
.store-buttons { display: flex; justify-content: center; align-items: flex-start; flex-wrap: wrap; gap: 18px; margin-top: 30px; }
.store-badge { width: 214px; display: inline-flex; flex-direction: column; align-items: center; gap: 9px; padding: 0; border: 0; background: transparent; cursor: pointer; transition: transform .2s ease, filter .2s ease; }
.store-badge:hover { transform: translateY(-3px); filter: drop-shadow(0 12px 20px rgba(7, 19, 27, .16)); }
.store-badge:focus-visible { outline: 3px solid rgba(22, 207, 215, .34); outline-offset: 3px; }
.store-artwork { position: relative; width: 206px; height: 58px; display: grid; place-items: center; }
.store-artwork img { display: block; max-width: none; object-fit: contain; }
.store-artwork-google { overflow: hidden; }
.store-artwork-google img { position: absolute; top: -9px; left: 5px; width: 196px; height: 76px; }
.store-artwork-apple img { width: 174px; height: 58px; }
.store-status { padding: 5px 10px; border-radius: 999px; background: rgba(7, 19, 27, .07); color: #4d626b; font: 500 .62rem var(--utility); letter-spacing: .055em; text-transform: uppercase; }
.platform-note { display: flex; justify-content: center; gap: 24px; margin-top: 22px; color: var(--muted); font-size: .82rem; }
.platform-note span { display: inline-flex; align-items: center; gap: 8px; }
.platform-note i { width: 8px; height: 8px; border-radius: 50%; background: #21bb76; box-shadow: 0 0 0 5px rgba(33, 187, 118, .12); }

.hero-orbit { position: absolute; inset: 0; pointer-events: none; }
.orbit { position: absolute; left: 50%; top: 450px; border: 1px solid rgba(15, 104, 112, .13); border-radius: 50%; transform: translateX(-50%) rotate(-7deg); }
.orbit-one { width: 920px; height: 440px; }
.orbit-two { top: 490px; width: 1160px; height: 520px; border-color: rgba(15, 104, 112, .09); transform: translateX(-50%) rotate(8deg); }
.orbit-three { top: 570px; width: 1450px; height: 560px; border-color: rgba(255, 107, 99, .1); transform: translateX(-50%) rotate(-4deg); }
.ambient-dot { position: absolute; border-radius: 50%; filter: blur(.2px); }
.dot-one { top: 230px; left: 9%; width: 42px; height: 42px; background: rgba(255, 107, 99, .18); }
.dot-two { top: 350px; right: 10%; width: 62px; height: 62px; background: rgba(22, 207, 215, .18); }
.dot-three { top: 520px; left: 18%; width: 26px; height: 26px; background: rgba(128, 160, 255, .2); }

.product-stage { position: relative; z-index: 4; height: 650px; margin-top: 62px; }
.phone { position: absolute; left: 50%; bottom: -24px; overflow: hidden; border: 8px solid #091118; border-radius: 46px; background: #091118; box-shadow: 0 36px 70px rgba(7, 19, 27, .2); transform-origin: center bottom; }
.phone img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.phone-main { z-index: 3; width: 294px; height: 637px; transform: translateX(-50%); animation: phone-breathe 5s ease-in-out infinite; }
.phone-left { z-index: 2; width: 246px; height: 548px; margin-left: -260px; transform: translateX(-50%) rotate(-9deg) translateY(26px); opacity: .92; }
.phone-right { z-index: 2; width: 246px; height: 548px; margin-left: 260px; transform: translateX(-50%) rotate(9deg) translateY(26px); opacity: .92; }
.float-note { position: absolute; z-index: 5; display: flex; align-items: center; gap: 13px; min-width: 210px; padding: 14px 16px; border: 1px solid rgba(7, 19, 27, .07); border-radius: 18px; background: rgba(255, 255, 255, .94); box-shadow: 0 16px 38px rgba(7, 34, 45, .12); backdrop-filter: blur(10px); }
.float-note p, .float-note b, .float-note small { display: block; margin: 0; }
.float-note b { font-family: var(--display); font-size: .9rem; }
.float-note small { margin-top: 2px; color: var(--muted); font-size: .72rem; }
.note-icon { width: 39px; height: 39px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 13px; background: var(--cyan-soft); color: var(--cyan-deep); font-weight: 700; }
.note-docs { left: 6%; top: 100px; }
.note-context { right: 5%; top: 205px; }
.road-curve { position: absolute; z-index: 2; inset: auto -7% -160px; height: 280px; border-radius: 50% 50% 0 0; background: var(--white); transform: rotate(-2deg); }
.road-curve::before { content: ""; position: absolute; left: 12%; right: 8%; top: 32px; height: 2px; border-radius: 50%; background: linear-gradient(90deg, transparent, rgba(22, 207, 215, .55), transparent); transform: rotate(1deg); }
.road-curve span { position: absolute; left: 50%; top: 20px; width: 76px; height: 8px; border-radius: 999px; background: var(--cyan); transform: translateX(-50%); box-shadow: 0 0 25px rgba(22, 207, 215, .65); }

.section-heading { max-width: 610px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2 { margin: 0; font: 700 clamp(2.55rem, 5vw, 4.4rem)/1.08 var(--display); letter-spacing: -.06em; }
.section-heading > p:last-child { margin: 24px 0 0; color: var(--muted); font-size: 1.05rem; }
.section-heading.centered > p:last-child { max-width: 620px; margin-inline: auto; }

.steps { z-index: 3; background: var(--white); }
.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin: 64px 0 0; padding: 0; list-style: none; counter-reset: steps; }
.step-card { position: relative; min-width: 0; padding: 18px 18px 30px; border: 1px solid #e4ecef; border-radius: 30px; background: var(--white); box-shadow: 0 18px 48px rgba(11, 42, 54, .07); }
.step-card::after { content: "→"; position: absolute; z-index: 2; right: -34px; top: 132px; width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--white); color: var(--cyan-deep); font-weight: 700; }
.step-card:last-child::after { display: none; }
.step-number { position: absolute; z-index: 2; top: 31px; left: 31px; width: 35px; height: 35px; display: grid; place-items: center; border-radius: 12px; background: var(--ink); color: var(--white); font: 500 .76rem var(--utility); }
.step-visual { height: 220px; display: flex; align-items: center; justify-content: center; margin-bottom: 26px; overflow: hidden; border-radius: 23px; background: var(--mist); }
.step-card h3 { margin: 0 12px; font: 700 1.32rem/1.25 var(--display); letter-spacing: -.035em; }
.step-card > p { margin: 13px 12px 0; color: var(--muted); font-size: .92rem; }
.plate-visual { position: relative; flex-direction: column; border: 1px solid #dbe5e8; background: linear-gradient(145deg, #f6fafb, #e8f3f5); }
.plate-visual::before { content: ""; position: absolute; inset: 48px 42px; border: 2px solid var(--ink); border-radius: 14px; background: var(--white); box-shadow: 0 9px 24px rgba(7, 19, 27, .09); }
.plate-visual small, .plate-visual strong, .plate-visual i { position: relative; z-index: 1; }
.plate-visual small { color: var(--cyan-deep); font: 500 .58rem var(--utility); letter-spacing: .14em; }
.plate-visual strong { margin-top: 8px; font: 600 1.25rem var(--display); text-transform: uppercase; }
.plate-visual i { width: 64px; height: 5px; margin-top: 11px; border-radius: 5px; background: var(--cyan); }
.confirm-visual { flex-direction: column; align-items: stretch; gap: 8px; padding: 46px 32px 24px; background: var(--blue-soft); }
.confirm-visual span { display: flex; align-items: center; gap: 10px; padding: 10px 13px; border-radius: 12px; background: rgba(255, 255, 255, .86); color: #334852; font-size: .82rem; font-weight: 600; }
.confirm-visual i { width: 23px; height: 23px; display: grid; place-items: center; border-radius: 8px; background: var(--cyan-soft); color: var(--cyan-deep); font-style: normal; }
.ready-visual { position: relative; display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; padding: 48px 34px 25px; background: var(--cyan-soft); }
.ready-visual::after { content: "✓"; position: absolute; left: 50%; top: 50%; width: 49px; height: 49px; display: grid; place-items: center; border: 5px solid var(--cyan-soft); border-radius: 50%; background: var(--ink); color: var(--white); transform: translate(-50%, -39%); }
.ready-visual span { display: grid; place-items: center; min-height: 58px; border: 1px solid rgba(15, 104, 112, .12); border-radius: 14px; background: rgba(255, 255, 255, .72); color: #29434c; font-size: .72rem; font-weight: 700; }

.product { overflow: hidden; background: var(--cyan-soft); }
.product-wave { position: absolute; inset: -80px -10% auto; height: 140px; border-radius: 0 0 50% 50%; background: var(--white); transform: rotate(1deg); }
.product .section-heading { position: relative; z-index: 1; max-width: 780px; }
.experience { position: relative; z-index: 2; margin-top: 58px; overflow: hidden; border: 1px solid rgba(15, 104, 112, .12); border-radius: 38px; background: rgba(255, 255, 255, .9); box-shadow: var(--shadow); }
.experience-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 10px; border-bottom: 1px solid #e6edef; background: var(--white); }
.experience-tabs button { min-height: 58px; border: 0; border-radius: 18px; background: transparent; color: var(--muted); font-weight: 700; cursor: pointer; transition: background-color .18s ease, color .18s ease, transform .18s ease; }
.experience-tabs button span { margin-right: 9px; font: 500 .65rem var(--utility); opacity: .68; }
.experience-tabs button[aria-selected="true"] { background: var(--ink); color: var(--white); box-shadow: 0 10px 24px rgba(7, 19, 27, .16); }
.experience-tabs button:hover:not([aria-selected="true"]) { background: var(--mist); color: var(--ink); }
.experience-panel { min-height: 660px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 45px; align-items: center; padding: 62px; }
.experience-panel[hidden] { display: none; }
.panel-copy { max-width: 500px; }
.panel-icon { width: 60px; height: 60px; display: grid; place-items: center; margin-bottom: 28px; border-radius: 20px; background: var(--cyan); color: var(--ink); font: 700 1.65rem var(--display); box-shadow: 0 12px 28px rgba(22, 207, 215, .25); }
.panel-copy h3 { margin: 0; font: 700 clamp(2.25rem, 4vw, 3.55rem)/1.08 var(--display); letter-spacing: -.06em; }
.panel-copy > p { margin: 22px 0 0; color: var(--muted); font-size: 1.02rem; }
.check-list { display: grid; gap: 13px; margin: 28px 0 0; padding: 0; list-style: none; }
.check-list li { display: grid; grid-template-columns: 25px 1fr; gap: 10px; color: #334850; font-size: .92rem; font-weight: 600; }
.check-list li::before { content: "✓"; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 8px; background: var(--cyan-soft); color: var(--cyan-deep); font-size: .7rem; }
.report-preview { min-height: 490px; padding: 22px; border-radius: 30px; background: var(--ink); color: var(--white); box-shadow: 0 28px 55px rgba(7, 19, 27, .23); }
.preview-top { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 2px 2px 20px; color: #a9bac1; font-size: .8rem; }
.preview-top i { padding: 6px 10px; border-radius: 999px; background: rgba(22, 207, 215, .12); color: #6cf2f5; font-style: normal; }
.vehicle-summary { display: flex; align-items: center; gap: 18px; padding: 24px; border-radius: 22px; background: #11232c; }
.vehicle-glyph { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 20px; background: var(--cyan); color: var(--ink); font-size: 1.8rem; }
.vehicle-summary p, .vehicle-summary strong, .vehicle-summary small, .vehicle-summary em { display: block; margin: 0; }
.vehicle-summary small { color: #7bedf1; font: 500 .58rem var(--utility); letter-spacing: .08em; }
.vehicle-summary strong { margin-top: 4px; font: 600 1.35rem var(--display); }
.vehicle-summary em { margin-top: 2px; color: #9caeb6; font-size: .74rem; font-style: normal; }
.status-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 10px; }
.status-row > span { min-height: 143px; display: flex; flex-direction: column; justify-content: flex-end; padding: 18px; border: 1px solid rgba(255, 255, 255, .08); border-radius: 20px; background: #0d1e27; }
.status-row b, .status-row small { display: block; }
.status-row b { margin-top: 16px; font-size: .88rem; }
.status-row small { margin-top: 4px; color: #8fa4ad; font-size: .7rem; }
.ok { width: 12px; height: 12px; border-radius: 50%; background: #39d68a; box-shadow: 0 0 0 5px rgba(57, 214, 138, .12); }
.preview-action { display: flex; align-items: center; justify-content: space-between; margin-top: 10px; padding: 16px 18px; border-radius: 17px; background: var(--cyan); color: var(--ink); font-size: .84rem; font-weight: 700; }
.panel-phone { height: 575px; width: min(310px, 100%); margin: 0 auto; overflow: hidden; border: 8px solid #091118; border-radius: 44px; background: #091118; box-shadow: 0 28px 55px rgba(7, 19, 27, .22); }
.panel-phone img { width: 100%; height: 100%; object-fit: cover; object-position: top; }

.moments { background: var(--mist); }
.moments-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 86px; align-items: start; }
.moments .section-heading { position: sticky; top: 120px; }
.moment-cloud { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.moment-card { min-height: 260px; display: flex; flex-direction: column; justify-content: space-between; padding: 27px; border: 1px solid var(--line); border-radius: 28px; background: var(--white); box-shadow: 0 15px 36px rgba(7, 34, 45, .06); transition: transform .2s ease, box-shadow .2s ease; }
.moment-card:hover { transform: translateY(-4px); box-shadow: 0 21px 45px rgba(7, 34, 45, .1); }
.moment-card.large { grid-column: 1 / -1; min-height: 290px; flex-direction: row; align-items: flex-end; background: var(--ink); color: var(--white); }
.moment-card.coral { background: #fff0ef; border-color: #ffd5d1; }
.moment-card > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 16px; background: var(--cyan-soft); color: var(--cyan-deep); font: 700 1.2rem var(--display); }
.moment-card.large > span { background: var(--cyan); color: var(--ink); }
.moment-card.coral > span { background: var(--coral); color: var(--white); }
.moment-card small { color: var(--cyan-deep); font: 500 .62rem var(--utility); letter-spacing: .1em; }
.moment-card.large small { color: #75eef2; }
.moment-card h3 { margin: 8px 0 0; font: 700 1.28rem/1.25 var(--display); letter-spacing: -.035em; }
.moment-card.large h3 { font-size: 2.2rem; }
.moment-card p { margin: 10px 0 0; color: var(--muted); font-size: .86rem; }
.moment-card.large p { max-width: 500px; color: #9eb0b8; }

.roadside { overflow: hidden; background: var(--ink); color: var(--white); }
.roadside-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: center; }
.roadside-copy h2 { margin: 0; font: 700 clamp(3.2rem, 6vw, 5.6rem)/1.03 var(--display); letter-spacing: -.075em; }
.roadside-copy > p:not(.eyebrow) { max-width: 510px; margin: 25px 0 34px; color: #a9bac1; font-size: 1.05rem; }
.safety-path { display: grid; gap: 12px; }
.safety-path article { display: grid; grid-template-columns: 60px 1fr; gap: 17px; align-items: center; padding: 22px; border: 1px solid rgba(255, 255, 255, .09); border-radius: 23px; background: rgba(255, 255, 255, .055); backdrop-filter: blur(7px); }
.safety-path article > span { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(124, 244, 247, .35); border-radius: 16px; color: #7cf4f7; font: 500 .7rem var(--utility); }
.safety-path h3 { margin: 0; font: 600 1.08rem var(--display); }
.safety-path p { margin: 5px 0 0; color: #98abb3; font-size: .84rem; }
.road-lines { position: absolute; inset: 0; pointer-events: none; }
.road-lines i { position: absolute; right: -24%; top: 20%; width: 72%; height: 52%; border: 1px solid rgba(22, 207, 215, .14); border-radius: 50%; transform: rotate(-18deg); }
.road-lines i:nth-child(2) { top: 32%; right: -18%; width: 80%; border-color: rgba(22, 207, 215, .09); }
.road-lines i:nth-child(3) { top: 46%; right: -30%; border-color: rgba(255, 107, 99, .11); }

.chile { padding-block: 100px; background: var(--white); }
.chile-card { display: grid; grid-template-columns: 120px 1fr .8fr; gap: 42px; align-items: center; padding: 52px; border-radius: 34px; background: linear-gradient(135deg, #e4fbfc, #eef4ff); box-shadow: 0 18px 55px rgba(7, 34, 45, .08); }
.chile-mark { width: 112px; height: 112px; display: grid; place-items: center; border-radius: 30px; background: var(--ink); color: var(--white); }
.chile-mark span { width: 47px; height: 47px; display: grid; place-items: center; border-radius: 50% 50% 50% 3px; background: var(--cyan); color: var(--ink); transform: rotate(-45deg); }
.chile-mark span::first-letter { transform: rotate(45deg); }
.chile-card h2 { margin: 0; font: 700 clamp(2.25rem, 4vw, 3.5rem)/1.08 var(--display); letter-spacing: -.06em; }
.chile-card ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.chile-card li { display: grid; grid-template-columns: 50px 1fr; align-items: center; gap: 12px; min-height: 49px; padding: 7px 12px; border-radius: 15px; background: rgba(255, 255, 255, .74); color: #3f555f; font-size: .84rem; font-weight: 600; }
.chile-card li span { color: var(--cyan-deep); font: 500 .68rem var(--utility); }

.faq { background: var(--mist); }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
.faq-list { display: grid; gap: 12px; }
.faq-item { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: var(--white); }
.faq-item button { width: 100%; min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 18px 21px; border: 0; background: none; text-align: left; cursor: pointer; font: 600 1rem/1.35 var(--display); }
.faq-item button i { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 11px; background: var(--cyan-soft); color: var(--cyan-deep); font-style: normal; transition: transform .2s ease, background-color .2s ease; }
.faq-item > div { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.faq-item > div > p { overflow: hidden; margin: 0; color: var(--muted); }
.faq-item.open > div { grid-template-rows: 1fr; }
.faq-item.open > div > p { padding: 0 68px 22px 21px; }
.faq-item.open button i { background: var(--ink); color: var(--white); transform: rotate(45deg); }

.beta { overflow: hidden; background: var(--cyan); }
.beta-card { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; text-align: center; }
.beta-card > img { width: 150px; height: 150px; margin-bottom: 21px; object-fit: contain; filter: drop-shadow(0 18px 28px rgba(7, 19, 27, .18)); }
.beta-card h2 { margin: 0; font: 700 clamp(3rem, 6vw, 5.5rem)/1.02 var(--display); letter-spacing: -.075em; }
.beta-card > p:not(.eyebrow) { max-width: 610px; margin: 24px auto 31px; color: #16434a; font-size: 1.05rem; }
.beta-card > small { margin-top: 17px; color: #145b61; font: 500 .67rem var(--utility); letter-spacing: .05em; text-transform: uppercase; }
.beta-bubbles i { position: absolute; border-radius: 50%; background: rgba(255, 255, 255, .24); }
.beta-bubbles i:first-child { width: 240px; height: 240px; left: -70px; top: -55px; }
.beta-bubbles i:nth-child(2) { width: 120px; height: 120px; right: 8%; top: 13%; }
.beta-bubbles i:nth-child(3) { width: 310px; height: 310px; right: -150px; bottom: -140px; background: rgba(7, 19, 27, .08); }

footer { padding: 70px 0 28px; background: var(--white); }
.footer-top { display: grid; grid-template-columns: 1.4fr .7fr .7fr; gap: 70px; }
.footer-brand p { max-width: 360px; margin: 20px 0 0; color: var(--muted); }
.footer-top nav { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; color: var(--muted); font-size: .9rem; }
.footer-top nav strong { margin-bottom: 5px; color: var(--ink); font-family: var(--display); font-size: .84rem; }
.footer-top nav a:hover { color: var(--cyan-deep); }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 54px; padding-top: 25px; border-top: 1px solid var(--line); color: #7a8b93; font-size: .76rem; }
.footer-bottom span { font-family: var(--utility); font-size: .64rem; letter-spacing: .08em; text-transform: uppercase; }

.toast { position: fixed; z-index: 100; left: 50%; bottom: 24px; width: min(600px, calc(100% - 32px)); padding: 15px 18px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 17px; background: var(--ink); color: var(--white); box-shadow: 0 24px 60px rgba(7, 19, 27, .28); opacity: 0; visibility: hidden; transform: translate(-50%, 24px); transition: opacity .25s ease, transform .25s ease, visibility .25s; text-align: center; font-weight: 600; }
.toast.show { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .65s ease, transform .65s cubic-bezier(.2, .76, .28, 1); }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .09s; }
.delay-2 { transition-delay: .18s; }

/* Legal pages */
.section-padding { min-height: calc(100vh - 170px); padding: 150px 0 100px; background: var(--mist); color: var(--ink); }
.section-title { margin: 0; font: 700 clamp(2.8rem, 6vw, 5.4rem)/1.03 var(--display); letter-spacing: -.065em; }
.section-desc { color: var(--muted); }
.legal-content { color: #3d515b; font-size: 1rem; }
.legal-content h3 { margin: 37px 0 11px; color: var(--ink); font: 600 1.35rem var(--display); letter-spacing: -.03em; }
.legal-content li { margin: 7px 0; }
.legal-content a { color: var(--cyan-deep) !important; text-decoration: underline; }
.dark-theme .navbar.scrolled { background: rgba(255, 255, 255, .94); }

@keyframes phone-breathe {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(-8px); }
}

@media (max-width: 1020px) {
  .desktop-cta { display: none; }
  .menu-button { display: block; }
  .nav-links { position: fixed; inset: 80px 18px auto; display: grid; gap: 0; margin: 0; padding: 10px 18px 18px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255, 255, 255, .97); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-18px); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
  .nav-links.open { opacity: 1; visibility: visible; transform: none; }
  .nav-links a { padding: 15px 4px; border-bottom: 1px solid var(--line); }
  .nav-links a:last-child { border-bottom: 0; }
  .legal-nav-links { display: none; }
  .hero { min-height: 1100px; }
  .phone-left { margin-left: -220px; }
  .phone-right { margin-left: 220px; }
  .note-docs { left: 0; }
  .note-context { right: 0; }
  .step-grid { grid-template-columns: 1fr; max-width: 680px; margin-inline: auto; }
  .step-card { display: grid; grid-template-columns: 250px 1fr; column-gap: 26px; align-items: center; }
  .step-card::after { content: "↓"; right: auto; left: 102px; top: auto; bottom: -35px; }
  .step-visual { grid-row: 1 / span 2; margin: 0; }
  .step-card h3 { align-self: end; margin: 0; }
  .step-card > p { align-self: start; margin: 12px 0 0; }
  .step-number { left: 30px; }
  .experience-panel { grid-template-columns: 1fr; gap: 48px; padding: 50px; }
  .panel-copy { max-width: 680px; }
  .report-preview { width: min(520px, 100%); margin-inline: auto; }
  .moments-layout, .faq-layout { grid-template-columns: 1fr; gap: 55px; }
  .moments .section-heading { position: static; }
  .roadside-layout { grid-template-columns: 1fr; gap: 60px; }
  .roadside-copy { max-width: 650px; }
  .chile-card { grid-template-columns: 110px 1fr; }
  .chile-card ul { grid-column: 1 / -1; grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 700px) {
  .shell, .container { width: min(100% - 28px, 1160px); }
  .section { padding: 88px 0; }
  .nav-inner { min-height: 70px; }
  .nav-links { inset-block-start: 70px; }
  .hero { min-height: 930px; padding-top: 124px; }
  .hero-brand { margin-bottom: 18px; }
  .hero-brand { width: 100px; height: 100px; margin-bottom: 16px; }
  .hero-brand img { width: 100px; height: 100px; }
  .hero h1 { font-size: clamp(3rem, 14vw, 4.45rem); letter-spacing: -.07em; }
  .changing-word { min-width: 0; }
  .hero-lead { font-size: 1rem; }
  .hero-actions { flex-direction: column; gap: 10px; }
  .hero-actions .button, .hero-actions .text-link { width: 100%; }
  .platform-note { flex-direction: column; align-items: center; gap: 7px; }
  .store-buttons { width: 100%; }
  .store-badge { width: min(100%, 214px); }
  .product-stage { height: 440px; margin-top: 48px; }
  .phone-main { width: 208px; height: 450px; border-width: 6px; border-radius: 35px; }
  .phone-left, .phone-right { width: 150px; height: 336px; border-width: 5px; border-radius: 28px; opacity: .56; }
  .phone-left { margin-left: -138px; }
  .phone-right { margin-left: 138px; }
  .float-note { display: none; }
  .orbit-one { width: 570px; height: 300px; }
  .orbit-two { width: 750px; height: 360px; }
  .road-curve { bottom: -200px; }
  .section-heading h2 { font-size: clamp(2.35rem, 11vw, 3.45rem); }
  .step-grid { margin-top: 46px; }
  .step-card { display: block; padding: 15px 15px 27px; }
  .step-card::after { left: 50%; transform: translateX(-50%); }
  .step-visual { height: 205px; margin-bottom: 25px; }
  .step-card h3, .step-card > p { margin-inline: 10px; }
  .product-wave { top: -105px; }
  .product .section-heading h2 br { display: none; }
  .experience { margin-top: 43px; border-radius: 28px; }
  .experience-tabs { display: flex; overflow-x: auto; scrollbar-width: none; }
  .experience-tabs::-webkit-scrollbar { display: none; }
  .experience-tabs button { min-width: 150px; padding-inline: 15px; }
  .experience-panel { min-height: 0; gap: 39px; padding: 34px 21px 30px; }
  .panel-icon { width: 52px; height: 52px; margin-bottom: 22px; border-radius: 17px; }
  .panel-copy h3 { font-size: 2.25rem; }
  .panel-copy > p { font-size: .95rem; }
  .check-list li { font-size: .84rem; }
  .report-preview { min-height: 0; padding: 15px; border-radius: 24px; }
  .vehicle-summary { padding: 17px; }
  .vehicle-glyph { width: 50px; height: 50px; border-radius: 16px; }
  .status-row > span { min-height: 126px; padding: 14px; }
  .panel-phone { height: 500px; width: 250px; border-radius: 38px; }
  .moment-cloud { grid-template-columns: 1fr; }
  .moment-card.large { grid-column: auto; min-height: 300px; flex-direction: column; align-items: flex-start; }
  .moment-card { min-height: 235px; }
  .roadside-copy h2 { font-size: clamp(3.05rem, 14vw, 4.5rem); }
  .safety-path article { grid-template-columns: 49px 1fr; padding: 17px; }
  .safety-path article > span { width: 42px; height: 42px; border-radius: 14px; }
  .chile { padding-block: 72px; }
  .chile-card { grid-template-columns: 1fr; gap: 28px; padding: 28px 22px; border-radius: 28px; }
  .chile-mark { width: 78px; height: 78px; border-radius: 24px; }
  .chile-card ul { grid-column: auto; grid-template-columns: 1fr; }
  .faq-layout { gap: 42px; }
  .faq-item.open > div > p { padding-right: 21px; }
  .beta-card h2 { font-size: clamp(2.75rem, 13vw, 4.3rem); }
  .beta-card > img { width: 124px; height: 124px; }
  .beta-card .button { width: 100%; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 48px 28px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 430px) {
  .phone-left { margin-left: -118px; }
  .phone-right { margin-left: 118px; }
  .phone-main { width: 198px; height: 428px; }
  .phone-left, .phone-right { width: 135px; height: 305px; }
  .status-row { grid-template-columns: 1fr; }
  .status-row > span { min-height: 105px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
