:root {
  --ink: #101413;
  --ink-2: #2f3734;
  --muted: #68716d;
  --line: #dfe5e1;
  --soft: #f4f6f3;
  --paper: #fbfcf9;
  --white: #ffffff;
  --green: #9bf23b;
  --green-dark: #5eae16;
  --amber: #ffbf47;
  --teal: #167d67;
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 32px;
  --shadow: 0 22px 70px rgba(16, 20, 19, 0.12);
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--paper); line-height: 1.6; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img, svg { display: block; max-width: 100%; }
.container { width: var(--container); margin-inline: auto; }
.section-pad { padding: 118px 0; }

h1, h2, h3, strong, .brand { font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 760px; font-size: clamp(3.2rem, 6vw, 6.3rem); line-height: .96; letter-spacing: -.065em; margin-bottom: 30px; }
h2 { font-size: clamp(2.3rem, 4vw, 4.25rem); line-height: 1.04; letter-spacing: -.05em; margin-bottom: 22px; }
h3 { line-height: 1.2; letter-spacing: -.025em; }
p { color: var(--muted); }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(251,252,249,.88); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(223,229,225,.72); }
.nav-wrap { height: 82px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 1.35rem; font-weight: 800; letter-spacing: -.04em; }
.brand-logo { height: 56px; width: 56px; display: block; border-radius: 12px; object-fit: cover; }
.brand-logo-footer { height: 72px; width: 72px; border-radius: 14px; }
.brand-logo-center { height: 78px; width: 78px; border-radius: 14px; object-fit: cover; margin-bottom: 6px; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 30px; flex: 1; }
.main-nav a { color: #4e5753; font-size: .96rem; font-weight: 600; transition: color .2s ease; }
.main-nav a:hover { color: var(--ink); }
.nav-toggle { display: none; background: none; border: 0; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0; }

.button { min-height: 54px; padding: 0 25px; border: 1px solid transparent; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-sm { min-height: 44px; padding-inline: 20px; font-size: .92rem; }
.button-dark { background: var(--ink); color: var(--white); }
.button-primary { background: var(--green); color: var(--ink); box-shadow: 0 10px 30px rgba(155,242,59,.2); }
.button-primary:hover { background: #a8fa4d; box-shadow: 0 14px 34px rgba(155,242,59,.28); }
.button-light { color: var(--ink); background: var(--white); }
.full-width { width: 100%; }
.text-link { display: inline-flex; gap: 9px; align-items: center; font-weight: 700; border-bottom: 1px solid #bcc4c0; padding-bottom: 3px; }

.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 26px; color: #505955; font-size: .79rem; font-weight: 800; text-transform: uppercase; letter-spacing: .15em; }
.eyebrow span { width: 28px; height: 2px; background: var(--green-dark); }
.eyebrow.light { color: #bfc8c3; }
.eyebrow.light span { background: var(--green); }

.hero { padding-top: 92px; overflow: hidden; position: relative; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .28; pointer-events: none; background-image: linear-gradient(#dfe5e1 1px, transparent 1px), linear-gradient(90deg, #dfe5e1 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, #000, transparent 75%); }
.hero-grid { position: relative; display: grid; grid-template-columns: .96fr 1.04fr; gap: 64px; align-items: center; }
.hero-lead { max-width: 650px; font-size: 1.17rem; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin: 38px 0 48px; flex-wrap: wrap; }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; padding-top: 25px; border-top: 1px solid var(--line); max-width: 620px; }
.hero-proof div { display: flex; flex-direction: column; gap: 4px; }
.hero-proof strong { font-size: .98rem; }
.hero-proof span { font-size: .78rem; color: var(--muted); }
.hero-visual { position: relative; min-width: 760px; transform: translateX(10px); }
.visual-label { margin: 0 0 10px 22px; color: #707975; font-size: .72rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.dashboard-frame { background: #f6f8f5; border: 1px solid #d8ded9; border-radius: 22px; overflow: hidden; box-shadow: var(--shadow); }
.dashboard-topbar { height: 52px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; background: var(--white); border-bottom: 1px solid #e3e8e4; font-size: .66rem; }
.dash-logo { display: flex; align-items: center; gap: 7px; font-weight: 800; }
.dash-logo span { width: 18px; height: 18px; border-radius: 5px; background: var(--green); }
.dash-actions { display: flex; align-items: center; gap: 11px; }
.dash-actions i { width: 9px; height: 9px; border-radius: 50%; background: #e4e9e5; }
.dash-actions b { width: 26px; height: 26px; border-radius: 8px; background: var(--ink); color: white; display: grid; place-items: center; font-size: .55rem; }
.dashboard-body { display: grid; grid-template-columns: 52px 1fr; min-height: 455px; }
.dash-sidebar { padding-top: 20px; background: #161b19; display: flex; align-items: center; flex-direction: column; gap: 20px; }
.dash-sidebar span { width: 18px; height: 5px; border-radius: 99px; background: #4a504e; }
.dash-sidebar span.active { height: 20px; background: var(--green); border-radius: 5px; }
.dash-content { padding: 22px; }
.dash-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.dash-heading div { display: flex; flex-direction: column; }
.dash-heading small { font-size: .58rem; color: #89908d; }
.dash-heading strong { font-size: .9rem; }
.dash-heading button { padding: 7px 10px; border-radius: 8px; border: 1px solid #e0e5e1; background: white; font-size: .55rem; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.metric-row article { background: white; border: 1px solid #e4e8e5; border-radius: 10px; padding: 13px; display: flex; flex-direction: column; }
.metric-row span { font-size: .52rem; color: #7c8581; }
.metric-row strong { font-size: 1.08rem; margin-top: 6px; }
.metric-row small { font-size: .48rem; color: #9ba29f; }
.chart-grid { display: grid; grid-template-columns: 1.4fr .8fr; gap: 12px; margin-top: 12px; }
.chart-card, .health-card { background: white; border: 1px solid #e4e8e5; border-radius: 10px; padding: 13px; }
.card-head { display: flex; justify-content: space-between; align-items: center; font-size: .58rem; }
.card-head span { color: #909895; }
.bar-chart { height: 132px; display: flex; align-items: flex-end; gap: 8px; border-bottom: 1px solid #e5e9e6; margin-top: 12px; padding: 0 7px; background: repeating-linear-gradient(to bottom, transparent 0, transparent 31px, #edf0ee 32px); }
.bar-chart i { flex: 1; background: var(--teal); border-radius: 3px 3px 0 0; opacity: .88; }
.bar-chart i:nth-child(even) { background: var(--green); }
.chart-axis { display: flex; justify-content: space-between; color: #969d9a; font-size: .45rem; padding-top: 6px; }
.health-ring { margin: 18px auto 14px; width: 106px; height: 106px; border-radius: 50%; display: grid; place-items: center; background: conic-gradient(var(--green) 0 94%, #e7ebe8 94%); position: relative; }
.health-ring::after { content: ""; position: absolute; inset: 10px; background: white; border-radius: 50%; }
.health-ring div { z-index: 1; display: flex; flex-direction: column; align-items: center; }
.health-ring strong { font-size: 1rem; }
.health-ring span { font-size: .45rem; color: #8a928f; }
.health-card ul { list-style: none; padding: 0; margin: 0; font-size: .48rem; }
.health-card li { display: grid; grid-template-columns: 10px 1fr auto; align-items: center; padding: 4px 0; }
.dot { width: 6px; height: 6px; border-radius: 50%; display: inline-block; }
.dot.green { background: var(--green-dark); }.dot.amber { background: var(--amber); }.dot.gray { background: #9da5a1; }
.activity-row { display: grid; grid-template-columns: 1fr 1.15fr 1.2fr; gap: 9px; align-items: center; margin-top: 12px; padding: 10px 12px; border-radius: 9px; background: white; border: 1px solid #e4e8e5; font-size: .48rem; }
.activity-row > span { color: #737b78; }
.floating-card { position: absolute; z-index: 3; border-radius: 14px; padding: 14px 16px; background: rgba(255,255,255,.93); box-shadow: 0 16px 45px rgba(16,20,19,.15); display: flex; align-items: center; gap: 11px; border: 1px solid #e3e8e4; }
.floating-card small, .floating-card strong { display: block; line-height: 1.25; }
.floating-card small { color: var(--muted); font-size: .66rem; }
.floating-card strong { font-size: .8rem; }
.floating-card-a { left: -24px; bottom: 40px; }.floating-card-b { right: -12px; top: 105px; }
.mini-icon { width: 30px; height: 30px; border-radius: 9px; background: var(--green); display: grid; place-items: center; font-weight: 800; }
.pulse { width: 30px; height: 30px; border-radius: 50%; background: #e9f8dc; position: relative; }
.pulse::after { content: ""; position: absolute; inset: 9px; border-radius: 50%; background: var(--green-dark); box-shadow: 0 0 0 5px rgba(94,174,22,.12); }

.trust-strip { padding: 28px 0; background: var(--ink); color: white; }
.trust-grid { display: flex; align-items: center; gap: 44px; }
.trust-grid p { color: #909b96; margin: 0; white-space: nowrap; font-size: .8rem; text-transform: uppercase; letter-spacing: .09em; font-weight: 700; }
.trust-items { flex: 1; display: flex; justify-content: space-between; gap: 22px; color: #d4dad7; font-weight: 600; font-size: .88rem; }

.section-heading { max-width: 760px; margin-bottom: 60px; }
.section-heading.centered { text-align: center; margin-inline: auto; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading p { font-size: 1.08rem; max-width: 680px; }
.section-heading.centered p { margin-inline: auto; }
.ecosystem-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.surface-card { min-height: 310px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; transition: background .25s ease, transform .25s ease; }
.surface-card:hover { background: white; transform: translateY(-4px); box-shadow: 0 24px 40px rgba(16,20,19,.07); z-index: 2; }
.surface-card.featured { background: var(--green); }
.surface-number { position: absolute; top: 25px; right: 26px; font-size: .65rem; font-weight: 800; color: #89918d; }
.surface-card.featured .surface-number { color: #487919; }
.icon-box { width: 46px; height: 46px; border: 1px solid #cad1cd; border-radius: 14px; display: grid; place-items: center; margin-bottom: 42px; font-weight: 700; font-size: 1.2rem; }
.surface-card.featured .icon-box { border-color: rgba(16,20,19,.24); background: rgba(255,255,255,.28); }
.surface-card h3 { font-size: 1.35rem; margin-bottom: 12px; }
.surface-card p { font-size: .94rem; }
.surface-card.featured p { color: #395122; }
.tag { display: inline-block; margin-top: 18px; padding: 6px 10px; border-radius: 999px; background: #eef1ee; color: #626a66; font-size: .68rem; font-weight: 700; }
.surface-card.featured .tag { background: rgba(255,255,255,.42); color: #304817; }

.dark-section { background: #131817; color: white; overflow: hidden; }
.split-layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: 90px; align-items: center; }
.split-copy p { color: #abb5b0; font-size: 1.06rem; }
.feature-list { list-style: none; padding: 0; margin: 45px 0 0; }
.feature-list li { display: grid; grid-template-columns: 45px 1fr; gap: 16px; padding: 22px 0; border-top: 1px solid #343a38; }
.feature-list li > span { color: var(--green); font-size: .72rem; font-weight: 800; }
.feature-list strong { display: block; font-size: 1rem; margin-bottom: 4px; }
.feature-list p { font-size: .88rem; margin: 0; }
.dark-label { color: #7d8883; }
.ops-visual { min-width: 650px; }
.map-panel { overflow: hidden; border: 1px solid #333b38; border-radius: 24px; background: #1c2220; box-shadow: 0 30px 80px rgba(0,0,0,.32); }
.map-toolbar { padding: 17px 20px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #333b38; font-size: .78rem; font-weight: 700; }
.map-toolbar button { background: #282f2c; color: #c8d0cc; border: 1px solid #3c4541; border-radius: 8px; padding: 8px 10px; font-size: .62rem; }
.map-canvas { height: 430px; position: relative; overflow: hidden; background-color: #202725; background-image: linear-gradient(#26302c 1px, transparent 1px), linear-gradient(90deg, #26302c 1px, transparent 1px); background-size: 54px 54px; }
.road { position: absolute; background: #37413d; border: 1px solid #45514c; }
.road-a { width: 800px; height: 18px; transform: rotate(25deg); top: 170px; left: -80px; }.road-b { width: 600px; height: 13px; transform: rotate(-35deg); top: 220px; left: 50px; }.road-c { width: 500px; height: 10px; transform: rotate(80deg); top: 190px; left: 170px; }.road-d { width: 480px; height: 8px; transform: rotate(6deg); top: 90px; left: 40px; }
.map-pin { position: absolute; width: 34px; height: 34px; border-radius: 50% 50% 50% 16%; transform: none; background: var(--green); color: var(--ink); display: grid; place-items: center; font-weight: 800; font-size: .65rem; box-shadow: 0 10px 25px rgba(0,0,0,.25); }
.map-pin::after { content: attr(class); display:none; }
.map-pin { line-height: 1; }.map-pin.p1 { left: 18%; top: 27%; }.map-pin.p2 { left: 59%; top: 20%; }.map-pin.p3 { left: 72%; top: 62%; }.map-pin.p4 { left: 32%; top: 67%; }.map-pin.p5 { left: 82%; top: 35%; }
.map-pin.fault { background: var(--amber); }
.map-pin { text-indent: 0; }
.map-pin { writing-mode: horizontal-tb; }
.map-pin { font-style: normal; }
.map-pin { transform-origin: center; }
.map-pin::before { content: ""; }
.map-pin { padding-top: 0; }
.map-popup { position: absolute; left: 38%; top: 43%; min-width: 230px; padding: 15px; border-radius: 12px; background: white; color: var(--ink); box-shadow: 0 18px 45px rgba(0,0,0,.25); display: flex; justify-content: space-between; align-items: center; }
.map-popup strong, .map-popup span { display: block; }
.map-popup strong { font-size: .75rem; }.map-popup span { color: var(--muted); font-size: .58rem; }
.map-popup i { font-style: normal; background: #eaf8df; color: #538e1e; border-radius: 999px; padding: 5px 8px; font-size: .52rem; font-weight: 700; }
.map-summary { padding: 16px 20px; display: flex; justify-content: space-between; color: #89948f; font-size: .65rem; }
.map-summary b { color: white; margin-right: 5px; }

.payment-section { background: #eff3ef; }
.payment-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 72px; align-items: center; }
.payment-flow { position: relative; display: grid; gap: 8px; }
.flow-line { position: absolute; left: 28px; top: 40px; bottom: 40px; width: 1px; border-left: 1px dashed #aab4af; }
.payment-flow article { position: relative; z-index: 1; display: grid; grid-template-columns: 56px 66px 1fr; gap: 16px; align-items: center; padding: 18px 0; }
.flow-index { width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; background: var(--paper); border: 1px solid #cfd7d2; font-weight: 800; font-size: .75rem; }
.flow-icon { width: 58px; height: 58px; border-radius: 14px; display: grid; place-items: center; background: var(--ink); color: white; font-size: .68rem; font-weight: 800; letter-spacing: .05em; }
.payment-flow strong { font-size: 1.02rem; }.payment-flow p { margin: 3px 0 0; font-size: .86rem; }
.ledger-card { border-radius: 24px; background: white; border: 1px solid #d9e0dc; box-shadow: 0 28px 65px rgba(16,20,19,.11); padding: 28px; }
.ledger-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.ledger-head small, .ledger-head strong { display: block; }.ledger-head small { color: var(--muted); font-size: .68rem; }.ledger-head strong { font-size: 1.2rem; }
.ledger-head > span { padding: 6px 9px; border-radius: 999px; background: #eaf8df; color: #5c9d23; font-size: .65rem; font-weight: 700; }
.ledger-summary { display: grid; grid-template-columns: 1fr 1fr; margin: 24px 0; gap: 14px; }
.ledger-summary div { padding: 18px; border-radius: 14px; background: #f4f6f3; }
.ledger-summary span, .ledger-summary small, .ledger-summary strong { display: block; }.ledger-summary span { color: var(--muted); font-size: .68rem; }.ledger-summary strong { margin: 4px 0; font-size: 1.35rem; }.ledger-summary small { color: #969e9a; font-size: .6rem; }
.ledger-tabs { display: flex; gap: 18px; border-bottom: 1px solid var(--line); }
.ledger-tabs span { padding: 0 0 10px; color: #7e8783; font-size: .68rem; font-weight: 700; }
.ledger-tabs span.active { color: var(--ink); border-bottom: 2px solid var(--ink); }
.ledger-table { font-size: .66rem; }
.table-row { display: grid; grid-template-columns: 1.15fr .9fr 1.2fr .65fr; gap: 10px; align-items: center; padding: 13px 0; border-bottom: 1px solid #edf0ee; }
.table-row > span:last-child { text-align: right; font-weight: 700; }
.table-head { color: #919995; font-weight: 700; }
.channel { width: 24px; height: 24px; border-radius: 7px; display: inline-grid; place-items: center; font-style: normal; font-weight: 800; margin-right: 6px; background: #edf0ee; }
.channel.qr { background: #ebf8df; }.channel.tab { background: #fff3da; }.channel.fleet { background: #e7f0f7; }
.status { font-size: .56rem; padding: 5px 7px; border-radius: 999px; }.status.success { background: #edf8e4; color: #568f25; }.status.pending { background: #fff4da; color: #a67518; }
.ledger-footer { display: flex; justify-content: space-between; align-items: center; padding-top: 18px; font-size: .65rem; color: var(--muted); }
.ledger-footer button { border: 0; background: none; font-weight: 700; color: var(--ink); }

.driver-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 90px; align-items: center; }
.phone-stage { min-height: 680px; position: relative; display: flex; justify-content: center; align-items: center; background: #e9eee9; border-radius: 30px; overflow: hidden; }
.phone-stage::before { content: ""; position: absolute; width: 480px; height: 480px; border-radius: 50%; border: 1px solid #ced6d1; box-shadow: 0 0 0 65px rgba(255,255,255,.22), 0 0 0 130px rgba(255,255,255,.13); }
.phone-stage .visual-label { position: absolute; left: 20px; top: 18px; z-index: 5; }
.phone { width: 238px; height: 490px; border: 8px solid #131817; border-radius: 36px; background: white; box-shadow: 0 25px 55px rgba(16,20,19,.22); position: absolute; overflow: hidden; }
.phone-back { transform: translate(-100px, -35px) rotate(-8deg); opacity: .95; }.phone-front { transform: translate(95px, 38px) rotate(5deg); z-index: 2; }
.phone-notch { position: absolute; z-index: 5; width: 84px; height: 19px; border-radius: 0 0 12px 12px; background: #131817; left: 50%; top: 0; transform: translateX(-50%); }
.screen { height: 100%; position: relative; overflow: hidden; background: #f7f9f6; }
.map-screen { padding: 28px 13px 12px; }
.tiny-logo { width: 25px; height: 25px; border-radius: 8px; background: var(--green); display: grid; place-items: center; font-weight: 800; font-size: .65rem; margin-bottom: 10px; }
.search-bar { background: white; border: 1px solid #e0e5e1; border-radius: 10px; padding: 10px; font-size: .48rem; color: #8b9490; }
.screen-map { margin-top: 9px; height: 260px; position: relative; background-color: #dde4de; background-image: linear-gradient(#e9eee9 1px, transparent 1px), linear-gradient(90deg,#e9eee9 1px, transparent 1px); background-size: 30px 30px; border-radius: 13px; }
.station { width: 19px; height: 19px; border-radius: 7px 7px 7px 2px; position: absolute; background: var(--ink); transform: rotate(-45deg); }.station.s1{left:20%;top:30%}.station.s2{left:65%;top:20%}.station.s3{left:46%;top:57%;background:var(--green)}.station.s4{left:76%;top:70%}
.station-sheet { position: absolute; left: 12px; right: 12px; bottom: 12px; padding: 14px; border-radius: 15px; background: white; box-shadow: 0 12px 30px rgba(16,20,19,.14); }
.station-sheet small, .station-sheet strong { display:block; }.station-sheet small { font-size:.46rem;color:var(--green-dark);font-weight:700 }.station-sheet strong { font-size:.72rem;margin-top:3px}.station-sheet p{font-size:.49rem;margin:3px 0 9px}.station-sheet button{width:100%;border:0;border-radius:8px;padding:8px;background:var(--ink);color:white;font-size:.5rem;font-weight:700}
.charge-screen { padding: 32px 14px 16px; background: #131817; color: white; }
.charge-top { display:flex;justify-content:space-between;font-size:.58rem;align-items:center }.charge-top strong{font-size:.65rem}
.charge-orbit { width: 180px; height: 180px; border-radius: 50%; margin: 45px auto 24px; display:grid;place-items:center;background:conic-gradient(var(--green) 0 42%, #29312e 42%);position:relative;transform:rotate(-20deg)}
.charge-orbit::after{content:"";position:absolute;inset:13px;border-radius:50%;background:#131817}.charge-orbit div{z-index:2;transform:rotate(20deg);text-align:center}.charge-orbit strong,.charge-orbit span{display:block}.charge-orbit strong{font-size:1.45rem}.charge-orbit span{font-size:.5rem;color:#9ba6a1}
.charge-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;text-align:center}.charge-stats div{padding:9px 2px;border:1px solid #313b37;border-radius:9px}.charge-stats strong,.charge-stats span{display:block}.charge-stats strong{font-size:.67rem}.charge-stats span{font-size:.43rem;color:#8f9995}
.charge-progress{height:5px;border-radius:99px;background:#303835;margin:22px 0 7px;overflow:hidden}.charge-progress span{display:block;height:100%;background:var(--green)}.charge-screen>p{text-align:center;font-size:.47rem;color:#8e9994;margin:0 0 17px}.charge-screen>button{width:100%;padding:11px;border-radius:10px;border:1px solid #404945;background:transparent;color:white;font-size:.55rem;font-weight:700}
.driver-copy > p { font-size: 1.06rem; }
.compact-features { margin-top: 42px; display: grid; grid-template-columns: 1fr 1fr; gap: 28px 24px; }
.compact-features article { display: grid; grid-template-columns: 38px 1fr; gap: 12px; }
.compact-features article > span { width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; background: #ecf0ec; font-weight: 800; }
.compact-features strong { display:block;font-size:.92rem;margin-bottom:4px}.compact-features p{font-size:.8rem;margin:0}

.audience-section { background: white; }
.audience-tabs { display: flex; justify-content: center; gap: 8px; margin: 0 auto 30px; }
.audience-tab { border: 1px solid var(--line); border-radius: 999px; background: white; padding: 12px 20px; color: #68716d; font-weight: 700; }
.audience-tab.active { background: var(--ink); color: white; border-color: var(--ink); }
.audience-panel { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: center; border-radius: 28px; background: #f2f5f1; padding: 60px; min-height: 420px; }
.audience-kicker { display: inline-block; color: var(--green-dark); font-weight: 800; font-size: .76rem; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 18px; }
.audience-copy h3 { max-width: 650px; font-size: clamp(1.8rem,3vw,3rem); margin-bottom: 18px; }
.audience-copy p { max-width: 640px; }
.audience-copy ul { list-style: none; padding: 0; margin: 28px 0 0; }
.audience-copy li { padding: 9px 0 9px 26px; position: relative; color: #4f5854; }
.audience-copy li::before { content: "✓"; position:absolute;left:0;color:var(--green-dark);font-weight:800 }
.audience-visual { min-height: 280px; border-radius: 24px; padding: 28px; background: var(--ink); color: white; display: flex; flex-direction: column; justify-content: flex-end; position: relative; overflow: hidden; }
.audience-visual::before { content:"";position:absolute;inset:0;background:linear-gradient(130deg,transparent,rgba(155,242,59,.13)); }
.audience-visual span,.audience-visual strong{position:relative;z-index:1}.audience-visual span{color:#9ba5a0;font-size:.7rem}.audience-visual strong{font-size:1.3rem;max-width:280px;margin-top:5px}
.mini-bars { height: 105px; position:absolute;left:28px;right:28px;top:35px;display:flex;align-items:flex-end;gap:12px;border-bottom:1px solid #3e4743}.mini-bars i{flex:1;border-radius:4px 4px 0 0;background:var(--green);opacity:.9}.mini-bars i:nth-child(1){height:35%}.mini-bars i:nth-child(2){height:52%}.mini-bars i:nth-child(3){height:44%}.mini-bars i:nth-child(4){height:72%}.mini-bars i:nth-child(5){height:63%}.mini-bars i:nth-child(6){height:90%}

.scale-section { background: #17493d; color: white; overflow: hidden; }
.scale-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 80px; align-items: center; }
.scale-copy p { color: #b7cbc5; font-size: 1.05rem; }
.scale-points { display:flex;flex-wrap:wrap;gap:10px;margin:34px 0 38px}.scale-points span{padding:9px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.17);color:#d5e2de;font-size:.72rem;font-weight:700}
.network-visual { position: relative; min-height: 580px; }
.network-orbit { position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.14);left:50%;top:50%;transform:translate(-50%,-50%)}.orbit-one{width:210px;height:210px}.orbit-two{width:390px;height:390px}.orbit-three{width:560px;height:560px}
.network-center { position:absolute;z-index:3;left:50%;top:50%;transform:translate(-50%,-50%);width:150px;height:150px;border-radius:50%;background:white;color:var(--ink);display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 25px 55px rgba(0,0,0,.2)}.network-center strong{margin-top:8px}.network-center small{font-size:.62rem;color:var(--muted);margin-top:2px}
.network-node{position:absolute;z-index:4;min-width:150px;padding:15px;border-radius:15px;background:rgba(255,255,255,.95);color:var(--ink);box-shadow:0 18px 40px rgba(0,0,0,.2)}.network-node i{display:block;width:22px;height:22px;border-radius:7px;background:var(--green);margin-bottom:9px}.network-node strong,.network-node small{display:block}.network-node strong{font-size:.78rem}.network-node small{font-size:.58rem;color:var(--muted)}.node-a{top:9%;left:15%}.node-b{right:1%;top:31%}.node-c{left:5%;bottom:16%}.node-d{right:13%;bottom:6%}

.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.capability-grid article { padding: 38px; min-height: 250px; background: var(--paper); }
.capability-grid article > span { display:block;color:var(--green-dark);font-size:.7rem;font-weight:800;margin-bottom:42px}.capability-grid h3{font-size:1.18rem;margin-bottom:12px}.capability-grid p{font-size:.86rem}

.proof-section { background: #ecefeb; }
.proof-layout { display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:center}.proof-copy p{max-width:520px}.proof-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.proof-grid article{padding:34px;border-radius:18px;background:white;border:1px solid #dce2dd}.proof-grid strong,.proof-grid span{display:block}.proof-grid strong{font-size:2.25rem;letter-spacing:-.05em}.proof-grid span{color:var(--muted);font-size:.82rem;margin-top:4px}

.faq-layout { display:grid;grid-template-columns:.72fr 1.28fr;gap:90px}.faq-intro{position:sticky;top:125px;align-self:start}.faq-list details{border-top:1px solid var(--line);padding:0}.faq-list details:last-child{border-bottom:1px solid var(--line)}.faq-list summary{padding:24px 0;display:flex;justify-content:space-between;gap:20px;align-items:center;cursor:pointer;font-family:Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;font-weight:700;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{font-size:1.25rem;transition:transform .2s}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{padding:0 40px 22px 0;max-width:760px;font-size:.92rem}

.contact-section { padding: 0 0 90px; }
.contact-card { border-radius: 34px; padding: 70px; background: var(--ink); color: white; display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: center; }
.contact-copy p { color: #aeb8b3; font-size: 1.02rem; }
.contact-call { margin-top: 28px; }
.demo-form { background: white; color: var(--ink); border-radius: 22px; padding: 28px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.demo-form label { display: block; margin-bottom: 14px; }
.demo-form label > span { display: block; color: #58615d; font-size: .68rem; font-weight: 700; margin-bottom: 6px; }
.demo-form input, .demo-form select, .demo-form textarea { width: 100%; border: 1px solid #d9dfdb; background: #fbfcfa; border-radius: 10px; padding: 12px 13px; outline: none; color: var(--ink); }
.demo-form input:focus, .demo-form select:focus, .demo-form textarea:focus { border-color: var(--green-dark); box-shadow: 0 0 0 3px rgba(94,174,22,.1); }
.demo-form small { display:block;text-align:center;color:#909894;font-size:.62rem;margin-top:10px }

.site-footer { padding: 70px 0 28px; background: #0d1110; color: white; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, .7fr);
  gap: 55px;
  align-items: start;
  padding-bottom: 60px;
}
.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  max-width: 280px;
}
.footer-brand .brand { display: block; line-height: 0; }
.footer-brand p {
  max-width: 260px;
  color: #808a85;
  font-size: .86rem;
  line-height: 1.55;
  margin: 0;
}
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links strong { font-size: .78rem; margin-bottom: 8px; }
.footer-links a { color: #89938e; font-size: .78rem; }
.footer-links a:hover { color: white; }
.footer-bottom {
  padding-top: 24px;
  border-top: 1px solid #272d2a;
  display: flex;
  justify-content: space-between;
  color: #6f7874;
  font-size: .68rem;
}
.footer-bottom div { display: flex; gap: 20px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .1s; }.delay-2 { transition-delay: .2s; }

@media (max-width: 1180px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 860px; }
  .hero-visual { min-width: 0; width: 100%; transform: none; }
  .split-layout, .driver-grid, .scale-grid { gap: 50px; }
  .ops-visual { min-width: 0; }
}

@media (max-width: 960px) {
  .section-pad { padding: 90px 0; }
  .nav-toggle { display: block; margin-left: auto; }
  .main-nav { position: fixed; inset: 82px 0 auto; padding: 30px 20px; background: var(--paper); border-bottom: 1px solid var(--line); flex-direction: column; align-items: flex-start; transform: translateY(-130%); opacity: 0; transition: .3s ease; }
  .main-nav.open { transform: translateY(0); opacity: 1; }
  .nav-cta { display: none; }
  .trust-grid { align-items: flex-start; flex-direction: column; gap: 14px; }
  .trust-items { width: 100%; flex-wrap: wrap; justify-content: flex-start; }
  .ecosystem-grid, .capability-grid { grid-template-columns: 1fr 1fr; }
  .split-layout, .payment-grid, .driver-grid, .scale-grid, .proof-layout, .faq-layout, .contact-card { grid-template-columns: 1fr; }
  .faq-intro { position: static; }
  .audience-panel { grid-template-columns: 1fr; padding: 44px; }
  .network-visual { min-height: 600px; }
  .phone-stage { min-height: 620px; }
  .contact-card { gap: 35px; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }.footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 680px) {
  :root { --container: min(100% - 26px, 1180px); }
  .section-pad { padding: 72px 0; }
  h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
  h2 { font-size: 2.45rem; }
  .hero { padding-top: 65px; }
  .hero-proof { grid-template-columns: 1fr; }
  .hero-visual { margin-top: 15px; }
  .dashboard-frame { overflow-x: auto; }
  .dashboard-topbar, .dashboard-body { min-width: 650px; }
  .floating-card { display: none; }
  .ecosystem-grid, .capability-grid { grid-template-columns: 1fr; }
  .surface-card { min-height: 270px; }
  .map-canvas { height: 340px; }
  .map-popup { left: 16%; transform: scale(.85); }
  .map-summary { gap: 10px; flex-wrap: wrap; }
  .payment-flow article { grid-template-columns: 48px 52px 1fr; }
  .flow-index { width: 48px; height: 48px; }.flow-line{left:24px}.flow-icon{width:48px;height:48px}
  .ledger-card { padding: 20px; overflow-x: auto; }.ledger-table,.ledger-tabs,.ledger-footer{min-width:560px}.ledger-summary{grid-template-columns:1fr}
  .phone-stage { min-height: 540px; }.phone{width:190px;height:400px}.phone-back{transform:translate(-64px,-28px) rotate(-8deg)}.phone-front{transform:translate(65px,26px) rotate(5deg)}.charge-orbit{width:135px;height:135px;margin:32px auto 18px}.charge-stats{gap:3px}.station-sheet{padding:10px}.screen-map{height:210px}
  .compact-features { grid-template-columns: 1fr; }
  .audience-tabs { overflow-x: auto; justify-content: flex-start; padding-bottom: 4px; }
  .audience-tab { white-space: nowrap; }
  .audience-panel { padding: 30px 24px; }
  .network-visual { min-height: 490px; transform: scale(.82); margin: -45px -45px; }
  .proof-grid { grid-template-columns: 1fr; }
  .contact-card { padding: 40px 22px; border-radius: 24px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }.footer-brand{grid-column:1/-1}.footer-grid > div:last-child{grid-column:auto}.footer-bottom{align-items:flex-start;flex-direction:column;gap:12px}
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* === Responsive layout stabilization (v2) === */
:root {
  --container: min(1200px, calc(100% - 48px));
  --section-space: 96px;
  --content-radius: 24px;
}

html { overflow-x: hidden; }
body {
  min-width: 320px;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.section-pad { padding: var(--section-space) 0; }

h1 {
  max-width: 590px;
  font-size: clamp(3.25rem, 4.35vw, 4.15rem);
  line-height: 1.01;
  letter-spacing: -0.052em;
  margin-bottom: 24px;
  text-wrap: balance;
}

h2 {
  font-size: clamp(2.35rem, 3.2vw, 3.35rem);
  line-height: 1.08;
  letter-spacing: -0.043em;
  margin-bottom: 18px;
  text-wrap: balance;
}

h3 { letter-spacing: -0.02em; }
p { margin-bottom: 0; }

.site-header { background: rgba(251, 252, 249, .94); }
.nav-wrap { height: 76px; gap: 28px; }
.main-nav { gap: 28px; }
.main-nav a { font-size: .925rem; }
.button { min-height: 50px; padding-inline: 24px; font-size: .94rem; }
.button-sm { min-height: 42px; padding-inline: 19px; font-size: .875rem; }

.eyebrow {
  margin-bottom: 20px;
  font-size: .75rem;
  letter-spacing: .135em;
}

.hero {
  padding-top: 72px;
  padding-bottom: 84px;
  min-height: auto;
}
.hero-grid {
  grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr);
  gap: 46px;
  align-items: center;
}
.hero-copy, .hero-visual { min-width: 0; }
.hero-lead {
  max-width: 590px;
  font-size: 1.075rem;
  line-height: 1.7;
}
.hero-actions { gap: 24px; margin: 30px 0 34px; }
.hero-proof { max-width: 590px; gap: 18px; padding-top: 20px; }
.hero-visual { width: 100%; transform: none; }
.visual-label { margin-left: 14px; font-size: .66rem; }
.dashboard-frame { width: 100%; border-radius: 18px; }
.dashboard-body { min-height: 408px; }
.dash-content { min-width: 0; padding: 18px; }
.bar-chart { height: 116px; }
.floating-card-a { left: -18px; bottom: 30px; }
.floating-card-b { right: -8px; top: 86px; }

.trust-strip { padding: 23px 0; }
.trust-grid { gap: 36px; }
.trust-items { gap: 18px; font-size: .83rem; }

.section-heading { max-width: 740px; margin-bottom: 48px; }
.section-heading p { max-width: 670px; font-size: 1.02rem; line-height: 1.72; }

.ecosystem-grid { border-radius: var(--content-radius); overflow: hidden; }
.surface-card { min-height: 280px; padding: 30px; }
.icon-box { margin-bottom: 34px; }
.surface-card h3 { font-size: 1.25rem; }
.surface-card p { font-size: .9rem; line-height: 1.65; }

.split-layout { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 64px; }
.split-copy p, .scale-copy p, .driver-copy > p { font-size: 1rem; line-height: 1.72; }
.feature-list { margin-top: 34px; }
.feature-list li { padding: 18px 0; }
.ops-visual { min-width: 0; width: 100%; }
.map-panel { border-radius: 20px; }
.map-canvas { height: 390px; }

.payment-grid { grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); gap: 58px; }
.payment-flow article { grid-template-columns: 50px 56px 1fr; gap: 14px; padding: 15px 0; }
.flow-index { width: 50px; height: 50px; }
.flow-icon { width: 52px; height: 52px; }
.flow-line { left: 25px; }
.ledger-card { min-width: 0; border-radius: 20px; padding: 24px; }
.table-row { grid-template-columns: 1.15fr .95fr 1.15fr .7fr; }

.driver-grid { grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); gap: 64px; }
.phone-stage { min-height: 610px; border-radius: 24px; }
.phone { width: 222px; height: 458px; }
.phone-back { transform: translate(-92px, -30px) rotate(-7deg); }
.phone-front { transform: translate(88px, 32px) rotate(4deg); }
.compact-features { margin-top: 34px; gap: 24px 20px; }
.compact-features p { font-size: .82rem; line-height: 1.55; }

.audience-tabs { flex-wrap: wrap; margin-bottom: 26px; }
.audience-tab { padding: 10px 18px; font-size: .9rem; }
.audience-panel { gap: 48px; padding: 48px; min-height: 390px; }
.audience-copy h3 { font-size: clamp(1.8rem, 2.5vw, 2.55rem); }
.audience-copy li { font-size: .94rem; }

.scale-grid { grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr); gap: 64px; }
.network-visual { min-height: 520px; }
.orbit-one { width: 190px; height: 190px; }
.orbit-two { width: 350px; height: 350px; }
.orbit-three { width: 500px; height: 500px; }
.network-center { width: 138px; height: 138px; }

.capability-grid { border-radius: 20px; overflow: hidden; }
.capability-grid article { min-height: 220px; padding: 32px; }
.capability-grid article > span { margin-bottom: 32px; }

.proof-layout { gap: 56px; }
.proof-grid article { padding: 28px; }
.proof-grid strong { font-size: 2rem; }

.faq-layout { grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: 68px; }
.faq-list summary { padding: 21px 0; font-size: .98rem; }

.contact-section { padding-bottom: 80px; }
.contact-card { padding: 56px; gap: 56px; border-radius: 28px; }
.demo-form { padding: 26px; }
.demo-form label > span { font-size: .75rem; }
.demo-form input, .demo-form select, .demo-form textarea { min-height: 46px; font-size: .9rem; }
.demo-form textarea { min-height: 92px; resize: vertical; }
.demo-form small { font-size: .68rem; }

.footer-grid { gap: 42px; }
.footer-links strong, .footer-links a { font-size: .8rem; }
.footer-bottom { font-size: .72rem; }

/* Content stays visible when JavaScript is unavailable. */
.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.js .reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1080px) {
  :root { --container: min(100% - 40px, 1200px); --section-space: 82px; }

  .hero-grid { grid-template-columns: 1fr; gap: 46px; }
  .hero-copy { max-width: 760px; }
  h1 { max-width: 720px; font-size: clamp(3.2rem, 7vw, 4.4rem); }
  .hero-lead { max-width: 690px; }
  .hero-visual { max-width: 820px; }

  .split-layout, .payment-grid, .driver-grid, .scale-grid { gap: 44px; }
  .footer-grid { grid-template-columns: 1.25fr repeat(3, .75fr); gap: 30px; }
}

@media (max-width: 900px) {
  :root { --section-space: 72px; }
  .nav-wrap { height: 72px; }
  .nav-toggle { display: block; margin-left: auto; }
  .main-nav {
    inset: 72px 0 auto;
    padding: 22px max(24px, calc((100% - var(--container)) / 2));
    gap: 0;
    background: var(--paper);
    box-shadow: 0 18px 30px rgba(16, 20, 19, .08);
  }
  .main-nav a { width: 100%; padding: 12px 0; border-bottom: 1px solid var(--line); }
  .nav-cta { display: none; }

  h2 { font-size: clamp(2.25rem, 5.7vw, 3rem); }
  .trust-grid { align-items: flex-start; flex-direction: column; gap: 12px; }
  .trust-grid p { white-space: normal; }
  .trust-items { width: 100%; flex-wrap: wrap; justify-content: flex-start; }

  .ecosystem-grid, .capability-grid { grid-template-columns: 1fr 1fr; }
  .split-layout, .payment-grid, .driver-grid, .scale-grid, .proof-layout, .faq-layout, .contact-card { grid-template-columns: 1fr; }
  .split-layout, .payment-grid, .driver-grid, .scale-grid { gap: 48px; }
  .ops-visual, .ledger-card, .phone-stage, .network-visual { max-width: 760px; width: 100%; }
  .faq-intro { position: static; }
  .audience-panel { grid-template-columns: 1fr; padding: 40px; }
  .contact-card { gap: 34px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 640px) {
  :root {
    --container: calc(100% - 32px);
    --section-space: 58px;
  }

  body { font-size: 15px; line-height: 1.62; }
  .nav-wrap { height: 68px; }
  .brand { font-size: 1.22rem; }
  .brand-logo { height: 48px; width: 48px; }
  .brand-logo-footer { height: 64px; width: 64px; }
  .main-nav { inset: 68px 0 auto; padding-inline: 16px; }

  h1 {
    max-width: none;
    font-size: clamp(2.65rem, 12.2vw, 3.35rem);
    line-height: 1.02;
    letter-spacing: -0.048em;
    margin-bottom: 20px;
  }
  h2 {
    font-size: clamp(2rem, 9.5vw, 2.55rem);
    line-height: 1.1;
    letter-spacing: -0.038em;
  }
  .eyebrow { margin-bottom: 16px; font-size: .68rem; letter-spacing: .11em; }
  .eyebrow span { width: 22px; }

  .hero { padding-top: 48px; padding-bottom: 58px; }
  .hero-grid { gap: 38px; }
  .hero-lead { font-size: 1rem; line-height: 1.65; }
  .hero-actions { display: grid; justify-items: start; gap: 18px; margin: 26px 0 30px; }
  .hero-actions .button { width: 100%; }
  .hero-proof { grid-template-columns: 1fr 1fr; gap: 16px 18px; }
  .hero-proof div:last-child { grid-column: 1 / -1; }
  .visual-label { margin-left: 0; font-size: .6rem; line-height: 1.4; }

  .dashboard-frame { border-radius: 14px; }
  .dashboard-topbar { height: 42px; padding-inline: 11px; }
  .dashboard-body { grid-template-columns: 34px minmax(0, 1fr); min-height: 308px; }
  .dash-sidebar { padding-top: 13px; gap: 13px; }
  .dash-sidebar span { width: 13px; }
  .dash-sidebar span.active { height: 17px; }
  .dash-content { padding: 11px; }
  .dash-heading { margin-bottom: 10px; }
  .dash-heading button { display: none; }
  .metric-row { grid-template-columns: 1fr 1fr; gap: 7px; }
  .metric-row article { padding: 9px; }
  .metric-row article:nth-child(3) { display: none; }
  .metric-row strong { font-size: .82rem; }
  .chart-grid { grid-template-columns: 1fr; gap: 7px; margin-top: 7px; }
  .chart-card { padding: 9px; }
  .health-card { display: none; }
  .bar-chart { height: 82px; gap: 4px; margin-top: 8px; }
  .activity-row { grid-template-columns: 1fr; margin-top: 7px; padding: 8px; }
  .activity-row span { display: none; }
  .floating-card { display: none; }

  .trust-strip { padding: 20px 0; }
  .trust-items { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 14px; font-size: .76rem; }

  .section-heading { margin-bottom: 34px; }
  .section-heading p { font-size: .95rem; }
  .ecosystem-grid, .capability-grid { grid-template-columns: 1fr; border-radius: 16px; }
  .surface-card { min-height: 0; padding: 26px 24px; }
  .icon-box { margin-bottom: 26px; }
  .surface-card h3 { font-size: 1.18rem; }

  .feature-list { margin-top: 26px; }
  .feature-list li { grid-template-columns: 34px 1fr; gap: 10px; padding: 16px 0; }
  .map-toolbar { padding: 13px; }
  .map-canvas { height: 300px; }
  .map-popup { left: 50%; top: 43%; min-width: 205px; transform: translateX(-50%); }
  .map-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; padding: 12px; text-align: center; }
  .map-summary span { display: flex; flex-direction: column; }
  .map-summary b { margin: 0; }

  .payment-flow article { grid-template-columns: 42px 46px 1fr; gap: 10px; padding: 12px 0; }
  .flow-index { width: 42px; height: 42px; }
  .flow-icon { width: 46px; height: 46px; font-size: .58rem; }
  .flow-line { left: 21px; }
  .payment-flow strong { font-size: .94rem; }
  .payment-flow p { font-size: .8rem; }
  .ledger-card { padding: 18px; border-radius: 16px; overflow: hidden; }
  .ledger-summary { grid-template-columns: 1fr; margin: 18px 0; }
  .ledger-tabs { gap: 14px; overflow-x: auto; }
  .ledger-tabs span { white-space: nowrap; }
  .table-head { display: none; }
  .table-row {
    grid-template-columns: 1fr auto;
    gap: 5px 12px;
    padding: 12px 0;
  }
  .table-row > span:nth-child(1) { grid-column: 1; }
  .table-row > span:nth-child(2) { grid-column: 2; grid-row: 1; text-align: right; }
  .table-row > span:nth-child(3) { grid-column: 1; color: var(--muted); }
  .table-row > span:nth-child(4) { grid-column: 2; grid-row: 2; align-self: end; }
  .ledger-footer { align-items: flex-start; flex-direction: column; gap: 8px; }

  .phone-stage { min-height: 500px; border-radius: 18px; }
  .phone { width: 174px; height: 365px; border-width: 6px; border-radius: 28px; }
  .phone-back { transform: translate(-62px, -24px) rotate(-7deg); }
  .phone-front { transform: translate(62px, 25px) rotate(4deg); }
  .charge-orbit { width: 122px; height: 122px; margin: 27px auto 16px; }
  .screen-map { height: 190px; }
  .station-sheet { padding: 9px; }
  .compact-features { grid-template-columns: 1fr; margin-top: 28px; }

  .audience-tabs { flex-wrap: nowrap; justify-content: flex-start; overflow-x: auto; padding-bottom: 5px; scrollbar-width: none; }
  .audience-tabs::-webkit-scrollbar { display: none; }
  .audience-tab { white-space: nowrap; font-size: .82rem; }
  .audience-panel { padding: 26px 22px; gap: 28px; min-height: 0; border-radius: 18px; }
  .audience-copy h3 { font-size: 1.75rem; }
  .audience-visual { min-height: 230px; border-radius: 16px; }

  .scale-points { margin: 26px 0 30px; }
  .network-visual { min-height: 390px; overflow: hidden; }
  .orbit-one { width: 140px; height: 140px; }
  .orbit-two { width: 260px; height: 260px; }
  .orbit-three { width: 370px; height: 370px; }
  .network-center { width: 112px; height: 112px; }
  .network-node { min-width: 116px; padding: 10px; }
  .network-node i { width: 18px; height: 18px; margin-bottom: 6px; }
  .network-node strong { font-size: .68rem; }
  .network-node small { font-size: .5rem; }
  .node-a { top: 7%; left: 2%; }
  .node-b { top: 29%; right: 0; }
  .node-c { left: 0; bottom: 15%; }
  .node-d { right: 4%; bottom: 5%; }

  .capability-grid article { min-height: 0; padding: 25px 23px; }
  .capability-grid article > span { margin-bottom: 22px; }
  .proof-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .proof-grid article { padding: 22px 18px; }
  .proof-grid strong { font-size: 1.7rem; }

  .faq-list summary { padding: 18px 0; font-size: .92rem; }
  .faq-list details p { padding: 0 28px 18px 0; font-size: .86rem; }

  .contact-section { padding-bottom: 56px; }
  .contact-card { padding: 32px 20px; border-radius: 20px; }
  .demo-form { padding: 20px 16px; border-radius: 16px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }

  .site-footer { padding-top: 52px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 22px; padding-bottom: 42px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
}

@media (max-width: 380px) {
  :root { --container: calc(100% - 26px); }
  h1 { font-size: 2.55rem; }
  .hero-proof { grid-template-columns: 1fr; }
  .hero-proof div:last-child { grid-column: auto; }
  .phone { width: 160px; height: 338px; }
  .phone-back { transform: translate(-54px, -20px) rotate(-7deg); }
  .phone-front { transform: translate(54px, 22px) rotate(4deg); }
}

@media (prefers-reduced-motion: reduce) {
  .js .reveal { opacity: 1; transform: none; transition: none; }
}
