:root {
    --ink: #0d2230;
    --ink-soft: #23404d;
    --green: #1f9d68;
    --green-dark: #08714c;
    --green-bright: #65d69b;
    --mint: #e3f3e9;
    --paper: #f8faf7;
    --tint: #f1f7f4;
    --sky: #eaf3f7;
    --white: #ffffff;
    --muted: #61727a;
    --line: #dce7e2;
    --amber: #f1c56c;
    --shadow: 0 24px 70px rgba(13, 34, 48, .12);
    --radius: 18px;
    --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Avenir Next", "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.container { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.section-pad { padding: 112px 0; }
.section-tint { background: var(--tint); }
.eyebrow { align-items: center; color: var(--green-dark); display: flex; font-size: 11px; font-weight: 800; gap: 9px; letter-spacing: .15em; margin: 0 0 20px; text-transform: uppercase; }
.eyebrow-dot { background: var(--green); border-radius: 50%; display: inline-block; height: 7px; width: 7px; }
.eyebrow--light { color: var(--green-bright); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.055em; line-height: 1.02; }
h1 { font-size: clamp(3.4rem, 6vw, 5.8rem); margin-bottom: 28px; max-width: 820px; }
h2 { font-size: clamp(2.5rem, 5vw, 4.5rem); margin-bottom: 25px; }
h1 em, h2 em { color: var(--green); font-style: normal; }
.dark-section h2 em, .privacy-section h2 em, .feature-copy--light h2 em { color: var(--green-bright); }
.button { align-items: center; background: var(--green); border: 1px solid var(--green); border-radius: 999px; color: var(--white); display: inline-flex; font-size: 13px; font-weight: 800; gap: 13px; justify-content: center; letter-spacing: .01em; min-height: 52px; padding: 0 22px; transition: background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.button:hover, .button:focus-visible { background: var(--green-dark); border-color: var(--green-dark); box-shadow: 0 9px 22px rgba(31, 157, 104, .2); transform: translateY(-2px); }
.button:focus-visible, .text-link:focus-visible, .main-nav a:focus-visible, summary:focus-visible { outline: 3px solid rgba(31, 157, 104, .35); outline-offset: 4px; }
.button--light { background: var(--white); border-color: var(--white); color: var(--ink); }
.button--light:hover, .button--light:focus-visible { background: var(--mint); border-color: var(--mint); }
.button--full { width: 100%; }
.text-link, .light-link { align-items: center; color: var(--ink); display: inline-flex; font-size: 13px; font-weight: 800; gap: 11px; }
.text-link span, .light-link span { color: var(--green); font-size: 18px; transition: transform .2s ease; }
.text-link:hover span, .light-link:hover span { transform: translate(3px, -3px); }
.light-link { color: var(--white); }

.site-header { background: rgba(248, 250, 247, .9); border-bottom: 1px solid transparent; left: 0; position: fixed; right: 0; top: 0; z-index: 20; transition: background .25s ease, border-color .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { background: rgba(248, 250, 247, .97); border-color: var(--line); box-shadow: 0 4px 24px rgba(13, 34, 48, .05); }
.header-inner { align-items: center; display: flex; height: 76px; justify-content: space-between; }
.brand { align-items: center; display: inline-flex; gap: 9px; }
.brand-mark { align-items: center; background: var(--green); border-radius: 8px 8px 8px 2px; color: var(--white); display: inline-flex; font-size: 16px; font-weight: 900; height: 28px; justify-content: center; letter-spacing: -.12em; padding-right: 2px; width: 28px; }
.brand-word { font-size: 18px; font-weight: 900; letter-spacing: .2em; }
.main-nav { align-items: center; display: flex; gap: clamp(16px, 2.2vw, 31px); }
.main-nav > a:not(.button) { color: var(--muted); font-size: 12px; font-weight: 700; transition: color .2s ease; }
.main-nav > a:not(.button):hover { color: var(--ink); }
.button--nav { font-size: 11px; min-height: 39px; padding: 0 16px; }
.menu-toggle { background: transparent; border: 0; cursor: pointer; display: none; padding: 8px 0 8px 8px; }
.menu-toggle > span:not(.sr-only) { background: var(--ink); display: block; height: 2px; margin: 5px 0; transition: transform .2s ease; width: 24px; }

.hero { background: radial-gradient(circle at 80% 20%, rgba(227, 243, 233, .8), transparent 29%), var(--paper); min-height: 750px; padding-top: 180px; position: relative; overflow: hidden; }
.hero::after { background: var(--green); bottom: 0; content: ""; height: 4px; left: 0; opacity: .1; position: absolute; width: 100%; }
.hero-grid { align-items: center; display: grid; gap: 60px; grid-template-columns: minmax(0, 1fr) 470px; }
.hero-lede { color: var(--ink-soft); font-size: 17px; line-height: 1.7; margin-bottom: 10px; max-width: 680px; }
.hero-note { color: var(--muted); font-size: 13px; margin-bottom: 34px; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 25px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 11px 20px; margin-top: 42px; }
.hero-badges span { color: var(--muted); font-size: 11px; }
.hero-badges span + span { border-left: 1px solid var(--line); padding-left: 20px; }
.hero-badges strong { color: var(--ink); }
.hero-visual { min-height: 550px; position: relative; }
.phone-shell { background: #102a37; border: 8px solid #153542; border-radius: 38px; box-shadow: var(--shadow), 0 0 0 1px rgba(13,34,48,.2); height: 530px; left: 76px; overflow: hidden; padding: 9px; position: absolute; top: 20px; transform: rotate(3.5deg); width: 290px; z-index: 2; }
.phone-speaker { background: #45606a; border-radius: 10px; height: 4px; left: 50%; position: absolute; top: 4px; transform: translateX(-50%); width: 56px; z-index: 2; }
.phone-screen { background: #f5f8f5; border-radius: 26px; height: 100%; overflow: hidden; padding: 21px 15px 14px; position: relative; }
.phone-topbar, .offer-source, .screen-heading, .offer-stats, .profit-row, .notification-head, .dashboard-head, .vehicle-row, .footer-bottom { align-items: center; display: flex; justify-content: space-between; }
.mini-brand { align-items: center; color: var(--ink); display: flex; font-size: 9px; font-weight: 900; gap: 5px; letter-spacing: .1em; }
.mini-mark { align-items: center; background: var(--green); border-radius: 4px 4px 4px 1px; color: white; display: inline-flex; font-size: 9px; height: 16px; justify-content: center; width: 16px; }
.phone-signal { display: flex; gap: 2px; }
.phone-signal i { background: var(--green); border-radius: 3px; display: block; height: 5px; width: 3px; }
.phone-signal i:first-child { height: 3px; margin-top: 2px; }
.phone-signal i:last-child { height: 7px; margin-top: -2px; }
.monitor-pill { align-items: center; background: var(--mint); border-radius: 999px; color: var(--green-dark); display: inline-flex; font-size: 8px; font-weight: 800; gap: 6px; margin-top: 20px; padding: 7px 10px; }
.pulse-dot, .live-dot { background: var(--green); border-radius: 50%; display: inline-block; height: 6px; position: relative; width: 6px; }
.pulse-dot::after { border: 1px solid var(--green); border-radius: 50%; content: ""; inset: -4px; opacity: .5; position: absolute; }
.screen-heading { align-items: flex-end; margin: 19px 0 10px; }
.screen-heading span { color: var(--muted); font-size: 6px; letter-spacing: .14em; }
.screen-heading strong { font-size: 10px; }
.offer-card { background: var(--white); border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 8px 22px rgba(13,34,48,.08); padding: 13px; }
.offer-source { color: var(--muted); font-size: 7px; font-weight: 700; }
.source-badge { align-items: center; background: var(--ink); border-radius: 4px; color: var(--white); display: inline-flex; font-size: 7px; height: 18px; justify-content: center; width: 18px; }
.offer-time { color: #9aa7a8; font-size: 6px; margin-left: auto; }
.offer-price { font-size: 31px; font-weight: 800; letter-spacing: -.07em; margin-top: 15px; }
.offer-route { color: var(--muted); display: flex; font-size: 9px; gap: 17px; margin-top: 1px; }
.offer-rule { border-top: 1px solid var(--line); margin: 14px 0 11px; }
.offer-stats > div { display: flex; flex-direction: column; gap: 2px; }
.offer-stats small, .profit-row small { color: var(--muted); font-size: 6px; letter-spacing: .12em; text-transform: uppercase; }
.offer-stats b { font-size: 13px; }
.profit-row { border-top: 1px solid var(--line); margin-top: 13px; padding-top: 11px; }
.profit-row span:first-child { display: flex; flex-direction: column; }
.profit-row span:first-child b { font-size: 15px; }
.opportunity { align-items: center; color: var(--green-dark); display: flex; font-size: 7px; font-weight: 800; gap: 4px; }
.opportunity-check { align-items: center; background: var(--mint); border-radius: 50%; display: inline-flex; height: 16px; justify-content: center; width: 16px; }
.screen-footnote { bottom: 13px; color: #8a999b; font-size: 6px; left: 0; position: absolute; text-align: center; width: 100%; }
.tiny-lock { color: var(--green); }
.visual-orbit { border: 1px solid rgba(31,157,104,.22); border-radius: 50%; position: absolute; }
.visual-orbit--one { height: 420px; right: -75px; top: 32px; width: 420px; }
.visual-orbit--two { border-color: rgba(13,34,48,.11); height: 570px; right: -150px; top: -42px; width: 570px; }
.float-bubble { align-items: center; background: var(--white); border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 15px 30px rgba(13,34,48,.12); display: flex; font-size: 10px; gap: 7px; padding: 9px 12px; position: absolute; z-index: 3; }
.float-bubble--top { color: var(--green-dark); right: 10px; top: 115px; }
.float-bubble--top > span:last-child { color: var(--muted); font-size: 8px; }
.float-bubble--bottom { bottom: 96px; color: var(--muted); left: 12px; line-height: 1.25; }
.float-bubble--bottom b { color: var(--ink); }
.bubble-icon { align-items: center; background: var(--mint); border-radius: 50%; color: var(--green-dark); display: inline-flex; font-size: 17px; height: 30px; justify-content: center; width: 30px; }
.hero-foot { align-items: center; color: var(--muted); display: flex; font-size: 10px; gap: 16px; margin-top: 65px; text-transform: uppercase; letter-spacing: .13em; }
.hero-foot-line { background: var(--line); height: 1px; max-width: 70px; width: 100%; }

.signal-strip { background: var(--white); border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); }
.signal-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.signal-grid > div { align-items: center; display: flex; gap: 16px; min-height: 110px; padding-right: 25px; }
.signal-grid > div + div { border-left: 1px solid var(--line); padding-left: 25px; }
.signal-number { color: var(--green); font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.signal-grid b, .signal-grid small { display: block; }
.signal-grid b { font-size: 13px; }
.signal-grid small { color: var(--muted); font-size: 11px; margin-top: 2px; }

.section-intro { margin-bottom: 58px; }
.section-intro--split { align-items: flex-end; display: flex; gap: 60px; justify-content: space-between; }
.section-intro--split > div { flex: 1 1 auto; }
.section-intro--split > p { color: var(--muted); font-size: 15px; line-height: 1.7; margin-bottom: 9px; max-width: 385px; }
.section-intro--light h2, .section-intro--light p { color: var(--white); }
.section-intro--light .eyebrow { color: var(--green-bright); }
.steps-grid { display: grid; gap: 1px; grid-template-columns: repeat(4, 1fr); }
.step-card { background: var(--white); border: 1px solid var(--line); min-height: 280px; padding: 28px 24px; position: relative; }
.step-card:first-child { border-radius: var(--radius) 0 0 var(--radius); }
.step-card:last-child { border-radius: 0 var(--radius) var(--radius) 0; }
.step-card--accent { background: var(--mint); border-color: var(--mint); }
.step-index { color: var(--green); font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.step-icon { align-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--ink-soft); display: flex; font-size: 23px; height: 46px; justify-content: center; margin: 48px 0 24px; width: 46px; }
.step-icon--green { background: var(--green); border-color: var(--green); color: var(--white); }
.step-icon--dark { background: var(--ink); border-color: var(--ink); color: var(--green-bright); }
.step-card h3 { font-size: 17px; letter-spacing: -.03em; margin-bottom: 9px; }
.step-card p { color: var(--muted); font-size: 12px; line-height: 1.6; margin: 0; }

.dark-section, .privacy-section { background: var(--ink); color: var(--white); }
.metrics-layout { align-items: stretch; display: grid; gap: 25px; grid-template-columns: 220px 1fr; }
.metrics-copy { border-right: 1px solid rgba(255,255,255,.13); display: flex; flex-direction: column; justify-content: center; padding-right: 30px; }
.metric-big { color: var(--green-bright); font-size: 86px; font-weight: 800; letter-spacing: -.1em; line-height: .9; }
.metric-label { font-size: 13px; font-weight: 800; line-height: 1.2; margin-top: 9px; }
.metrics-copy p { color: #a1b1b5; font-size: 12px; line-height: 1.6; margin: 31px 0 0; }
.metrics-grid { display: grid; gap: 10px; grid-template-columns: repeat(3, 1fr); }
.metric-card { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.09); border-radius: 12px; display: flex; flex-direction: column; min-height: 142px; padding: 18px; transition: border .2s ease, background .2s ease; }
.metric-card--selected { background: rgba(101,214,155,.12); border-color: rgba(101,214,155,.6); }
.metric-card > span { color: var(--green-bright); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.metric-card b { font-size: 16px; margin-top: auto; }
.metric-card small { color: #99aeb2; font-size: 11px; margin-top: 3px; }

.feature-split { align-items: center; display: grid; gap: clamp(50px, 9vw, 135px); grid-template-columns: minmax(0, 1fr) minmax(0, .9fr); }
.feature-split--reverse { grid-template-columns: minmax(0, .9fr) minmax(0, 1fr); }
.feature-copy { max-width: 470px; }
.feature-copy > p:not(.eyebrow):not(.small-note) { color: var(--muted); line-height: 1.75; }
.small-note { color: var(--muted); font-size: 11px; line-height: 1.55; }
.check-list { list-style: none; margin: 28px 0 0; padding: 0; }
.check-list li { align-items: center; display: flex; font-size: 12px; font-weight: 700; gap: 10px; margin: 14px 0; }
.check-list li::before { align-items: center; background: var(--mint); border-radius: 50%; color: var(--green-dark); content: "✓"; display: inline-flex; flex: 0 0 auto; font-size: 10px; font-weight: 900; height: 21px; justify-content: center; width: 21px; }
.feature-visual { min-height: 350px; position: relative; }
.bubble-visual { background: #dcebe5; border-radius: 22px; min-height: 380px; overflow: hidden; }
.bubble-backdrop { background: linear-gradient(135deg, rgba(255,255,255,.55), transparent), #dcebe5; inset: 0; padding: 70px 50px; position: absolute; }
.fake-line { background: rgba(13,34,48,.11); border-radius: 3px; display: block; height: 9px; margin-bottom: 15px; width: 60%; }
.fake-line--wide { background: rgba(13,34,48,.18); width: 82%; }
.fake-line--short { width: 37%; }
.fake-map-dot { background: var(--green); border: 9px solid rgba(31,157,104,.16); border-radius: 50%; height: 26px; margin: 84px auto 0; width: 26px; }
.bubble-demo { align-items: center; background: var(--white); border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 18px 35px rgba(13,34,48,.12); display: flex; gap: 12px; padding: 11px 15px 11px 11px; position: absolute; }
.bubble-demo--active { right: 30px; top: 90px; }
.bubble-demo--paused { bottom: 72px; left: 30px; opacity: .78; }
.bubble-demo-mark { align-items: center; background: var(--green); border-radius: 50%; color: var(--white); display: flex; font-size: 15px; font-weight: 900; height: 38px; justify-content: center; width: 38px; }
.bubble-demo-mark--paused { background: #8a999b; }
.bubble-demo b, .bubble-demo small { display: block; }
.bubble-demo b { font-size: 12px; }
.bubble-demo small { color: var(--muted); font-size: 10px; margin-top: 1px; }
.notification-visual { align-items: center; background: var(--sky); border-radius: 22px; display: flex; justify-content: center; min-height: 330px; }
.notification-card { background: var(--white); border: 1px solid var(--line); border-radius: 15px; box-shadow: 0 20px 35px rgba(13,34,48,.1); max-width: 360px; padding: 22px; transform: rotate(-2deg); width: calc(100% - 60px); }
.notification-head { color: var(--muted); font-size: 10px; }
.notification-app { align-items: center; color: var(--ink); display: flex; font-weight: 900; gap: 7px; letter-spacing: .08em; }
.notification-title { display: block; font-size: 18px; margin: 24px 0 7px; }
.notification-card > strong { display: block; font-size: 22px; letter-spacing: -.05em; }
.notification-card > strong small { color: var(--muted); font-size: 11px; font-weight: 500; letter-spacing: 0; }
.notification-values { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); color: var(--green-dark); display: flex; font-size: 12px; font-weight: 800; gap: 18px; margin-top: 18px; padding: 13px 0; }
.notification-profit { color: var(--muted); font-size: 12px; margin-top: 15px; }
.notification-profit b { color: var(--ink); }
.notification-note { align-items: center; display: flex; gap: 11px; margin-top: 30px; }
.notification-check { align-items: center; background: var(--mint); border-radius: 50%; color: var(--green-dark); display: inline-flex; flex: 0 0 auto; font-size: 12px; height: 30px; justify-content: center; width: 30px; }
.notification-note b, .notification-note small { display: block; }
.notification-note b { font-size: 12px; }
.notification-note small { color: var(--muted); font-size: 11px; }

.vehicle-section { overflow: hidden; }
.feature-split--vehicle { grid-template-columns: minmax(0, .9fr) minmax(0, 1fr); }
.vehicle-panel { background: #153342; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; box-shadow: 0 25px 50px rgba(0,0,0,.17); padding: 26px; }
.panel-label { color: var(--green-bright); font-size: 10px; font-weight: 800; letter-spacing: .14em; margin-bottom: 16px; }
.vehicle-row { border-top: 1px solid rgba(255,255,255,.11); gap: 11px; padding: 18px 0; }
.vehicle-symbol { align-items: center; border: 1px solid rgba(255,255,255,.17); border-radius: 8px; color: var(--green-bright); display: flex; font-size: 12px; height: 30px; justify-content: center; width: 30px; }
.vehicle-row > span:nth-child(2) { margin-right: auto; }
.vehicle-row small, .vehicle-row b { display: block; }
.vehicle-row small { color: #8fa7aa; font-size: 10px; }
.vehicle-row b { font-size: 13px; }
.vehicle-chevron { color: #8fa7aa; }
.vehicle-total { align-items: center; background: rgba(101,214,155,.12); border-radius: 10px; color: #bed1cf; display: flex; font-size: 11px; justify-content: space-between; margin-top: 10px; padding: 15px; }
.vehicle-total b { color: var(--green-bright); font-size: 15px; }
.feature-copy--light > p:not(.eyebrow):not(.small-note) { color: #aec0c2; }
.feature-copy--light .small-note { color: #8fa7aa; }

.dashboard-demo { background: var(--ink); border-radius: 19px; box-shadow: var(--shadow); color: var(--white); padding: 30px; }
.dashboard-head h3 { font-size: 23px; letter-spacing: -.04em; margin: 4px 0 0; }
.demo-label { color: var(--green-bright); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.date-chip { border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: #b2c1c3; font-size: 10px; padding: 6px 11px; }
.dashboard-grid { display: grid; gap: 18px; grid-template-columns: 1.25fr .75fr; margin-top: 28px; }
.dash-main, .dash-stats { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 13px; }
.dash-main { padding: 22px 20px 11px; }
.dash-main-top span, .dash-main-top small { color: #a6b8ba; display: block; font-size: 10px; }
.dash-main-top b { display: block; font-size: 34px; letter-spacing: -.06em; margin: 4px 0; }
.chart { height: 165px; margin-top: 8px; padding: 14px 0 0 30px; position: relative; }
.chart svg { height: 130px; overflow: visible; width: 100%; }
.chart-y { color: #789094; font-size: 8px; left: 0; position: absolute; }
.chart-y--one { top: 18px; }.chart-y--two { top: 63px; }.chart-y--three { top: 108px; }
.chart-x { bottom: 0; color: #789094; display: flex; font-size: 8px; justify-content: space-between; left: 30px; position: absolute; right: 0; }
.dash-stats { padding: 4px 20px; }
.dash-stats div { border-bottom: 1px solid rgba(255,255,255,.1); padding: 15px 0; }
.dash-stats div:last-child { border: 0; }
.dash-stats span, .dash-stats b { display: block; }
.dash-stats span { color: #a6b8ba; font-size: 10px; }
.dash-stats b { font-size: 17px; margin-top: 1px; }
.demo-disclaimer { color: #8fa7aa; font-size: 10px; margin: 18px 0 0; text-align: right; }

.whatsapp-band { align-items: center; background: var(--mint); border-radius: 20px; display: grid; gap: 35px; grid-template-columns: auto 1fr 210px; padding: 45px 50px; }
.whatsapp-icon { align-items: center; background: var(--green); border-radius: 50%; color: var(--white); display: flex; font-size: 34px; height: 75px; justify-content: center; width: 75px; }
.whatsapp-band h2 { font-size: clamp(2rem, 4vw, 3.2rem); margin-bottom: 16px; }
.whatsapp-band p:not(.eyebrow) { color: var(--muted); font-size: 13px; line-height: 1.7; margin-bottom: 18px; max-width: 545px; }
.tag-row { display: flex; flex-wrap: wrap; gap: 7px; }
.tag-row span { background: rgba(255,255,255,.7); border: 1px solid rgba(31,157,104,.18); border-radius: 999px; color: var(--green-dark); font-size: 10px; font-weight: 800; padding: 6px 10px; }
.whatsapp-aside { border-left: 1px solid rgba(8,113,76,.18); display: flex; flex-direction: column; gap: 5px; padding-left: 28px; }
.whatsapp-aside b { font-size: 13px; }.whatsapp-aside span, .whatsapp-aside small { color: var(--muted); font-size: 11px; line-height: 1.45; }

.privacy-section { overflow: hidden; position: relative; }
.privacy-section::before { border: 1px solid rgba(101,214,155,.14); border-radius: 50%; content: ""; height: 640px; position: absolute; right: -260px; top: 80px; width: 640px; }
.privacy-grid { display: grid; gap: 12px; grid-template-columns: repeat(3, 1fr); position: relative; }
.privacy-grid article { border: 1px solid rgba(255,255,255,.12); border-radius: 14px; min-height: 230px; padding: 23px; }
.privacy-icon { color: var(--green-bright); font-size: 26px; }
.privacy-grid h3 { font-size: 16px; margin: 30px 0 8px; }
.privacy-grid p { color: #a5b7ba; font-size: 12px; line-height: 1.65; margin: 0; }
.privacy-section .light-link { margin-top: 36px; position: relative; }
.two-column-cards { display: grid; gap: 16px; grid-template-columns: 1fr 1fr; }
.info-card { border: 1px solid var(--line); border-radius: var(--radius); min-height: 360px; padding: 36px; }
.info-card--soft { background: var(--tint); border-color: var(--tint); }
.info-card h2 { font-size: clamp(2rem, 3.5vw, 3rem); max-width: 450px; }
.info-card > p:not(.eyebrow):not(.legal-note) { color: var(--muted); font-size: 13px; line-height: 1.7; max-width: 490px; }
.info-card .text-link { margin-top: 18px; }
.platform-list { display: grid; gap: 7px; grid-template-columns: repeat(3, 1fr); margin: 25px 0; }
.platform-list span { background: var(--white); border: 1px solid var(--line); border-radius: 8px; font-size: 12px; font-weight: 800; padding: 11px 10px; }
.platform-list small { color: var(--green-dark); display: block; font-size: 8px; font-weight: 700; margin-top: 3px; }
.legal-note { color: var(--muted); font-size: 10px; line-height: 1.5; }

.pricing-section { background: var(--white); }
.pricing-layout { align-items: center; display: grid; gap: 120px; grid-template-columns: 1fr 420px; }
.pricing-copy { max-width: 520px; }
.pricing-copy > p:not(.eyebrow):not(.small-note) { color: var(--muted); line-height: 1.75; max-width: 400px; }
.price-card { background: var(--ink); border-radius: 18px; box-shadow: 0 25px 50px rgba(13,34,48,.2); color: var(--white); padding: 30px; }
.price-card-head { align-items: center; display: flex; justify-content: space-between; }
.plan-kicker { color: var(--green-bright); font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.plan-badge { border: 1px solid rgba(101,214,155,.35); border-radius: 999px; color: var(--green-bright); font-size: 9px; padding: 5px 8px; }
.price { border-bottom: 1px solid rgba(255,255,255,.13); padding: 32px 0 24px; }
.price small, .price em { color: #a6b8ba; display: block; font-size: 11px; font-style: normal; }
.price strong { display: block; font-size: 47px; letter-spacing: -.07em; line-height: 1.1; margin: 4px 0; }
.price strong span { color: #a6b8ba; font-size: 14px; font-weight: 500; letter-spacing: 0; }
.check-list--dark { margin: 23px 0 28px; }.check-list--dark li { color: #d8e2e0; font-size: 11px; font-weight: 500; }.check-list--dark li::before { background: rgba(101,214,155,.18); color: var(--green-bright); }
.faq-section { background: var(--paper); }
.faq-layout { display: grid; gap: 100px; grid-template-columns: .7fr 1.3fr; }
.faq-intro { max-width: 340px; }
.faq-intro > p:not(.eyebrow) { color: var(--muted); font-size: 13px; line-height: 1.7; margin-bottom: 26px; }
.faq-list details { border-top: 1px solid var(--line); padding: 22px 0; }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; font-size: 14px; font-weight: 800; list-style: none; padding-right: 25px; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { color: var(--green); content: "+"; font-size: 20px; font-weight: 400; position: absolute; right: 0; top: -4px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { color: var(--muted); font-size: 12px; line-height: 1.7; margin: 13px 35px 0 0; max-width: 600px; }
.launch-section { background: var(--green-dark); color: var(--white); overflow: hidden; position: relative; text-align: center; }
.launch-section::before { border: 1px solid rgba(101,214,155,.22); border-radius: 50%; content: ""; height: 590px; left: 50%; position: absolute; top: -315px; transform: translateX(-50%); width: 590px; }
.launch-inner { position: relative; }
.launch-kicker { color: var(--green-bright); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.launch-section h2 { font-size: clamp(3rem, 7vw, 6rem); margin: 20px auto; }.launch-section h2 em { color: var(--white); }.launch-section p { color: #c0d5ce; font-size: 14px; margin: 0 auto 28px; max-width: 450px; }.launch-section small { color: #a9c5ba; display: block; font-size: 10px; margin-top: 13px; }

.site-footer { background: #081b27; color: var(--white); padding: 65px 0 25px; }.footer-grid { display: grid; gap: 100px; grid-template-columns: 1fr 1fr; }.brand--footer .brand-mark { background: var(--green-bright); color: var(--ink); }.footer-brand p { color: #afc1c2; font-size: 13px; line-height: 1.45; margin: 20px 0; }.footer-brand small { color: #748e94; font-size: 11px; }.footer-links { display: grid; gap: 70px; grid-template-columns: 1fr 1fr; }.footer-links div { display: flex; flex-direction: column; gap: 9px; }.footer-links b { color: var(--green-bright); font-size: 10px; letter-spacing: .13em; margin-bottom: 7px; text-transform: uppercase; }.footer-links a { color: #afc1c2; font-size: 12px; }.footer-links a:hover { color: var(--white); }.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); color: #748e94; font-size: 10px; gap: 25px; margin-top: 58px; padding-top: 20px; }.footer-bottom span:last-child { text-align: right; }

/* Content pages */
.content-hero { background: var(--ink); color: var(--white); padding: 170px 0 80px; }.content-hero h1 { font-size: clamp(3rem, 7vw, 5.5rem); margin-bottom: 20px; }.content-hero h1 em { color: var(--green-bright); }.content-hero p { color: #b6c9ca; font-size: 15px; max-width: 610px; }.content-kicker { color: var(--green-bright); font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }.content-layout { display: grid; gap: 75px; grid-template-columns: 220px 1fr; padding-bottom: 120px; padding-top: 70px; }.content-aside { color: var(--muted); font-size: 11px; line-height: 1.6; }.content-aside b { color: var(--ink); display: block; font-size: 12px; margin-bottom: 8px; }.content-aside a { display: block; margin: 8px 0; }.content-aside a:hover { color: var(--green-dark); }.content-body { max-width: 740px; }.content-body h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); margin: 45px 0 13px; }.content-body h2:first-child { margin-top: 0; }.content-body h3 { font-size: 16px; margin: 27px 0 8px; }.content-body p, .content-body li { color: var(--muted); font-size: 14px; line-height: 1.8; }.content-body ul { padding-left: 20px; }.content-body li { margin: 6px 0; }.review-callout { background: var(--mint); border-left: 3px solid var(--green); border-radius: 0 10px 10px 0; color: var(--ink-soft); font-size: 13px; margin: 27px 0; padding: 17px 20px; }.placeholder { background: #fff6df; border-left-color: var(--amber); }.support-grid { display: grid; gap: 12px; grid-template-columns: repeat(2, 1fr); margin-top: 30px; }.support-card { border: 1px solid var(--line); border-radius: 13px; padding: 22px; }.support-card h3 { margin-top: 0; }.support-card p { font-size: 12px; margin-bottom: 0; }.support-card--green { background: var(--mint); border-color: var(--mint); }

@media (max-width: 980px) {
    .main-nav { gap: 14px; }.main-nav > a:not(.button) { font-size: 11px; }.hero-grid { grid-template-columns: minmax(0, 1fr) 390px; gap: 20px; }.phone-shell { left: 38px; }.float-bubble--top { right: 0; }.float-bubble--bottom { left: 0; }.section-pad { padding: 85px 0; }.pricing-layout { gap: 50px; }.faq-layout { gap: 55px; }
}
@media (max-width: 760px) {
    .container { width: min(calc(100% - 36px), var(--max)); }.section-pad { padding: 72px 0; }.header-inner { height: 68px; }.menu-toggle { display: block; }.main-nav { align-items: stretch; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 15px 25px rgba(13,34,48,.08); display: none; flex-direction: column; gap: 0; left: 0; padding: 12px 18px 18px; position: absolute; right: 0; top: 68px; }.main-nav.is-open { display: flex; }.main-nav > a:not(.button) { border-bottom: 1px solid var(--line); font-size: 13px; padding: 13px 0; }.button--nav { margin-top: 14px; width: max-content; }.hero { min-height: auto; padding-top: 130px; }.hero-grid { display: flex; flex-direction: column; }.hero-copy { width: 100%; }.hero-lede { font-size: 15px; }.hero-visual { min-height: 535px; margin: 5px auto 0; max-width: 430px; width: 100%; }.phone-shell { left: 50%; transform: translateX(-50%) rotate(3.5deg); }.visual-orbit--one { right: -45px; }.visual-orbit--two { right: -105px; }.float-bubble--top { right: -2px; top: 105px; }.float-bubble--bottom { bottom: 84px; left: 0; }.hero-foot { flex-wrap: wrap; gap: 8px 13px; line-height: 1.5; margin-top: 25px; }.hero-foot-line { display: none; }.hero-badges { gap: 10px 14px; margin-top: 30px; }.hero-badges span + span { padding-left: 14px; }.signal-grid { display: block; }.signal-grid > div, .signal-grid > div + div { border: 0; border-bottom: 1px solid var(--line); min-height: 78px; padding: 14px 0; }.signal-grid > div:last-child { border: 0; }.section-intro--split { align-items: flex-start; display: block; }.section-intro--split > p { margin-top: 20px; }.section-intro { margin-bottom: 37px; }.steps-grid { display: block; }.step-card, .step-card:first-child, .step-card:last-child { border-radius: 0; min-height: auto; padding: 24px; }.step-card:first-child { border-radius: var(--radius) var(--radius) 0 0; }.step-card:last-child { border-radius: 0 0 var(--radius) var(--radius); }.step-icon { margin: 27px 0 18px; }.metrics-layout, .feature-split, .feature-split--reverse, .feature-split--vehicle, .two-column-cards, .pricing-layout, .faq-layout { display: flex; flex-direction: column; gap: 42px; }.metrics-copy { border-bottom: 1px solid rgba(255,255,255,.13); border-right: 0; padding: 0 0 28px; }.metric-big { font-size: 68px; }.metrics-grid { grid-template-columns: repeat(2, 1fr); }.metric-card { min-height: 125px; padding: 15px; }.feature-copy { max-width: none; order: 1; }.feature-visual { min-height: 300px; order: 2; width: 100%; }.feature-split--reverse .feature-copy { order: 1; }.feature-split--reverse .feature-visual { order: 2; }.bubble-visual { min-height: 320px; }.bubble-demo--active { right: 14px; top: 55px; }.bubble-demo--paused { bottom: 36px; left: 14px; }.notification-card { width: calc(100% - 38px); }.vehicle-panel { width: 100%; }.dashboard-demo { padding: 19px; }.dashboard-grid { display: block; }.dash-stats { margin-top: 12px; }.dash-main { padding: 17px 14px 10px; }.dash-main-top b { font-size: 29px; }.demo-disclaimer { text-align: left; }.whatsapp-band { align-items: flex-start; display: flex; flex-direction: column; gap: 20px; padding: 30px 24px; }.whatsapp-aside { border-left: 0; border-top: 1px solid rgba(8,113,76,.18); padding: 18px 0 0; width: 100%; }.privacy-grid { display: block; }.privacy-grid article { margin-bottom: 12px; min-height: auto; }.two-column-cards .info-card { min-height: auto; padding: 26px; }.platform-list { grid-template-columns: 1fr 1fr 1fr; }.price-card { width: 100%; }.faq-intro { max-width: none; }.content-hero { padding: 130px 0 60px; }.content-layout { display: block; padding: 45px 0 75px; }.content-aside { border-bottom: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 9px 16px; margin-bottom: 45px; padding-bottom: 17px; }.content-aside b { width: 100%; }.content-aside a { margin: 0; }.support-grid { grid-template-columns: 1fr; }.footer-grid { display: block; }.footer-links { gap: 35px; margin-top: 45px; }.footer-bottom { align-items: flex-start; display: flex; flex-direction: column; gap: 9px; margin-top: 40px; }.footer-bottom span:last-child { text-align: left; }
}
@media (max-width: 390px) { .container { width: min(calc(100% - 28px), var(--max)); } h1 { font-size: 3rem; }.hero-actions { align-items: stretch; flex-direction: column; }.hero-actions .button { width: 100%; }.hero-actions .text-link { justify-content: center; }.hero-visual { transform: scale(.91); transform-origin: top center; width: 110%; }.metrics-grid { gap: 7px; }.metric-card { min-height: 120px; }.platform-list { gap: 5px; }.platform-list span { padding: 9px 7px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.button, .text-link span, .site-header { transition: none; } }
