:root {
    --ink: #0b1016;
    --paper: #f4f6f8;
    --signal: #2fd3c2;
    --signal-deep: #1aa897;
    --amber: #f0b429;
    --muted: #6b7785;
    --white: #fff;
    --max: 1120px;
    --display: "Unbounded", sans-serif;
    --body: "Manrope", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
    margin: 0;
    font-family: var(--body);
    color: var(--ink);
    background: var(--paper);
    line-height: 1.55;
}

a { color: inherit; text-decoration: none; }
.page { overflow-x: clip; }

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border: 1px solid transparent;
    font: inherit;
    font-weight: 700;
    transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--signal); color: var(--ink); }
.btn-primary:hover { background: #4fe0d1; }
.btn-line { border-color: rgba(255,255,255,.35); color: var(--white); }
.btn-line:hover { border-color: #fff; background: rgba(255,255,255,.06); }
.btn-ghost {
    border-color: rgba(255,255,255,.25);
    color: var(--white);
    padding: 9px 14px;
    font-size: 14px;
}
.btn-lg { padding: 14px 24px; font-size: 17px; }

.hero {
    position: relative;
    min-height: 660px;
    display: flex;
    flex-direction: column;
    color: var(--white);
    overflow: hidden;
    background: #0b1016;
}

.hero-fx {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    background:
        radial-gradient(900px 520px at 88% 18%, rgba(47, 211, 194, .13), transparent 65%),
        linear-gradient(118deg, #0b1016 10%, #0d171d 56%, #101c22 100%);
}

.hero-fx::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .38;
    background-image:
        linear-gradient(rgba(126, 187, 183, .09) 1px, transparent 1px),
        linear-gradient(90deg, rgba(126, 187, 183, .09) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(90deg, transparent 0%, #000 45%, transparent 100%);
}

.hero-fx::after {
    content: "";
    position: absolute;
    width: 820px;
    height: 820px;
    right: -260px;
    bottom: -440px;
    border: 1px solid rgba(47, 211, 194, .16);
    border-radius: 50%;
    box-shadow:
        0 0 0 90px rgba(47, 211, 194, .025),
        0 0 0 180px rgba(47, 211, 194, .018);
}

.glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(8px);
}

.glow-a {
    width: 480px;
    height: 480px;
    right: -80px;
    top: -120px;
    background: radial-gradient(circle, rgba(47, 211, 194, 0.35), transparent 65%);
    animation: drift 7s ease-in-out infinite;
}

.glow-b {
    width: 360px;
    height: 360px;
    left: -60px;
    bottom: 10%;
    background: radial-gradient(circle, rgba(240, 180, 41, 0.18), transparent 65%);
    animation: drift 8s ease-in-out infinite reverse;
}

.road {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 42%;
    padding: 42px 7vw 48px;
    background:
        linear-gradient(90deg, rgba(47, 211, 194, .08) 1px, transparent 1px) 0 0 / 86px 100%,
        linear-gradient(180deg, rgba(22, 35, 45, .68), #101a22 78%);
    border-top: 1px solid rgba(47, 211, 194, .25);
    opacity: .92;
}

.road::before,
.road::after {
    content: "";
    position: absolute;
    left: 7vw;
    right: 7vw;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(47, 211, 194, .6) 12% 88%, transparent);
}

.road::before {
    top: 19px;
}

.road::after {
    bottom: 18px;
    opacity: .35;
}

.lot-variant-picker {
    position: absolute;
    z-index: 4;
    right: clamp(18px, 5vw, 72px);
    bottom: 18px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px;
    border: 1px solid rgba(255, 255, 255, .14);
    background: rgba(8, 16, 22, .76);
    backdrop-filter: blur(10px);
    color: rgba(255, 255, 255, .45);
    font-size: 10px;
}

.lot-variant-picker > span {
    padding: 0 4px;
}

.lot-variant {
    padding: 5px 7px;
    border: 1px solid rgba(255, 255, 255, .14);
    color: rgba(255, 255, 255, .7);
    background: transparent;
    cursor: pointer;
    font: 600 10px var(--body);
    transition: color .18s ease, background .18s ease, border-color .18s ease;
}

.lot-variant:hover {
    border-color: var(--signal);
    color: var(--signal);
    background: rgba(47, 211, 194, .1);
}

.dash {
    position: absolute;
    top: 20px;
    left: 17%;
    right: 17%;
    z-index: 1;
    height: 2px;
    background: repeating-linear-gradient(90deg, var(--amber) 0 26px, transparent 26px 48px);
    transform: scaleX(0);
    transform-origin: center;
    animation: draw 1.1s .25s cubic-bezier(.22,1,.36,1) forwards;
}

.stalls {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
}

.stall {
    min-height: 126px;
    border: 1px solid rgba(47, 211, 194, 0.46);
    border-top: 3px solid rgba(47, 211, 194, 0.72);
    background:
        linear-gradient(135deg, transparent 0 16px, rgba(47, 211, 194, .08) 16px 17px, transparent 17px),
        rgba(11, 21, 28, .45);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 10px;
    position: relative;
    animation: rise .7s ease both;
    box-shadow: inset 0 0 0 5px rgba(11, 16, 22, .23);
}

.stall:nth-child(1) { animation-delay: .2s; }
.stall:nth-child(2) { animation-delay: .28s; }
.stall:nth-child(3) { animation-delay: .36s; }
.stall:nth-child(4) { animation-delay: .44s; }
.stall:nth-child(5) { animation-delay: .52s; }
.stall:nth-child(6) { animation-delay: .6s; }
.stall:nth-child(7) { animation-delay: .68s; }

.stall span {
    font-family: var(--display);
    font-size: 10px;
    color: rgba(255,255,255,.5);
    letter-spacing: .08em;
}

.stall.busy {
    border-color: rgba(240, 180, 41, .75);
    border-top-color: var(--amber);
    background:
        linear-gradient(135deg, transparent 0 16px, rgba(240, 180, 41, .16) 16px 17px, transparent 17px),
        rgba(240, 180, 41, .06);
}

.stall.busy b {
    position: absolute;
    top: 19px;
    left: 18%;
    right: 18%;
    bottom: 34px;
    border: 1px solid rgba(255, 255, 255, .32);
    border-radius: 8px 8px 5px 5px;
    background:
        linear-gradient(90deg, transparent 12%, rgba(255, 255, 255, .2) 12% 88%, transparent 88%) center 24% / 100% 2px no-repeat,
        linear-gradient(90deg, transparent 12%, rgba(255, 255, 255, .2) 12% 88%, transparent 88%) center 76% / 100% 2px no-repeat,
        linear-gradient(180deg, #485866, #202c36);
    animation: car .65s ease both;
}

.stall:not(.busy)::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent, rgba(47, 211, 194, 0.16));
    animation: pulse 2.6s ease-in-out infinite;
}

/* Variant: minimal, restrained white geometry */
.hero:has(.lot-variant-minimal:hover) .road {
    background: linear-gradient(180deg, rgba(16, 26, 34, .9), #111a21);
}

.hero:has(.lot-variant-minimal:hover) .road::before,
.hero:has(.lot-variant-minimal:hover) .road::after {
    background: rgba(255, 255, 255, .24);
}

.hero:has(.lot-variant-minimal:hover) .dash {
    background: repeating-linear-gradient(90deg, rgba(255, 255, 255, .75) 0 21px, transparent 21px 48px);
}

.hero:has(.lot-variant-minimal:hover) .stall,
.hero:has(.lot-variant-minimal:hover) .stall.busy {
    border-color: rgba(255, 255, 255, .5);
    border-top-color: rgba(255, 255, 255, .85);
    background: rgba(255, 255, 255, .025);
}

.hero:has(.lot-variant-minimal:hover) .stall.busy {
    background: rgba(255, 255, 255, .1);
}

.hero:has(.lot-variant-minimal:hover) .stall.busy b {
    border-color: rgba(255, 255, 255, .65);
    background: #52616b;
}

.hero:has(.lot-variant-minimal:hover) .stall:not(.busy)::after {
    display: none;
}

/* Variant: club, warm premium parking */
.hero:has(.lot-variant-club:hover) .road {
    background:
        linear-gradient(90deg, rgba(240, 180, 41, .08) 1px, transparent 1px) 0 0 / 86px 100%,
        linear-gradient(180deg, #24211b, #151512);
}

.hero:has(.lot-variant-club:hover) .road::before,
.hero:has(.lot-variant-club:hover) .road::after {
    background: linear-gradient(90deg, transparent, rgba(240, 180, 41, .7), transparent);
}

.hero:has(.lot-variant-club:hover) .dash {
    background: repeating-linear-gradient(90deg, var(--amber) 0 30px, transparent 30px 52px);
}

.hero:has(.lot-variant-club:hover) .stall {
    border-color: rgba(240, 180, 41, .42);
    border-top-color: rgba(240, 180, 41, .7);
    background: rgba(240, 180, 41, .035);
}

.hero:has(.lot-variant-club:hover) .stall.busy {
    border-color: var(--amber);
    background: rgba(240, 180, 41, .16);
}

.hero:has(.lot-variant-club:hover) .stall.busy b {
    background: linear-gradient(180deg, #6f5a35, #322a1b);
}

.hero:has(.lot-variant-club:hover) .stall:not(.busy)::after {
    background: linear-gradient(180deg, transparent, rgba(240, 180, 41, .12));
}

/* Variant: signal, clean high-contrast operations view */
.hero:has(.lot-variant-signal:hover) .road {
    background:
        linear-gradient(90deg, rgba(47, 211, 194, .16) 1px, transparent 1px) 0 0 / 43px 100%,
        linear-gradient(180deg, #102931, #0d1d26);
}

.hero:has(.lot-variant-signal:hover) .dash {
    background: repeating-linear-gradient(90deg, var(--signal) 0 26px, transparent 26px 42px);
}

.hero:has(.lot-variant-signal:hover) .stall,
.hero:has(.lot-variant-signal:hover) .stall.busy {
    border-color: rgba(47, 211, 194, .64);
    border-top-color: var(--signal);
}

.hero:has(.lot-variant-signal:hover) .stall.busy {
    background: rgba(47, 211, 194, .18);
}

.hero:has(.lot-variant-signal:hover) .stall.busy b {
    background: linear-gradient(180deg, #4b7680, #193b44);
}

/* Variant: corner, parking outlines without closed rectangles */
.hero:has(.lot-variant-corner:hover) .road {
    background: linear-gradient(180deg, #121e25, #0b141b);
}

.hero:has(.lot-variant-corner:hover) .dash {
    background: repeating-linear-gradient(90deg, rgba(255, 255, 255, .68) 0 18px, transparent 18px 46px);
}

.hero:has(.lot-variant-corner:hover) .stall,
.hero:has(.lot-variant-corner:hover) .stall.busy {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.hero:has(.lot-variant-corner:hover) .stall::before {
    content: "";
    position: absolute;
    inset: 10px 8px;
    border-top: 2px solid rgba(255, 255, 255, .42);
    border-bottom: 2px solid rgba(255, 255, 255, .42);
    background:
        linear-gradient(rgba(255, 255, 255, .42), rgba(255, 255, 255, .42)) left top / 2px 34% no-repeat,
        linear-gradient(rgba(255, 255, 255, .42), rgba(255, 255, 255, .42)) right bottom / 2px 34% no-repeat;
}

.hero:has(.lot-variant-corner:hover) .stall.busy::before {
    border-color: var(--amber);
    background:
        linear-gradient(var(--amber), var(--amber)) left top / 2px 34% no-repeat,
        linear-gradient(var(--amber), var(--amber)) right bottom / 2px 34% no-repeat;
}

.hero:has(.lot-variant-corner:hover) .stall.busy b {
    top: 27px;
    left: 23%;
    right: 23%;
    bottom: 39px;
    border-color: var(--amber);
    background: linear-gradient(180deg, #5c5343, #2d2b27);
}

.hero:has(.lot-variant-corner:hover) .stall:not(.busy)::after {
    display: none;
}

/* Variant: chevron, angled bay markings */
.hero:has(.lot-variant-chevron:hover) .road {
    background:
        repeating-linear-gradient(90deg, transparent 0 76px, rgba(47, 211, 194, .08) 76px 77px),
        linear-gradient(180deg, #132129, #0b161d);
}

.hero:has(.lot-variant-chevron:hover) .stalls {
    gap: 4px;
}

.hero:has(.lot-variant-chevron:hover) .stall,
.hero:has(.lot-variant-chevron:hover) .stall.busy {
    min-height: 132px;
    border: 0;
    border-radius: 0;
    background: rgba(47, 211, 194, .08);
    clip-path: polygon(18% 0, 100% 0, 82% 100%, 0 100%);
    box-shadow: inset 0 0 0 2px rgba(47, 211, 194, .62);
}

.hero:has(.lot-variant-chevron:hover) .stall.busy {
    background: rgba(240, 180, 41, .18);
    box-shadow: inset 0 0 0 2px var(--amber);
}

.hero:has(.lot-variant-chevron:hover) .stall.busy b {
    top: 25px;
    left: 25%;
    right: 18%;
    bottom: 39px;
    transform: skewX(-10deg);
    border-color: rgba(255, 255, 255, .5);
}

.hero:has(.lot-variant-chevron:hover) .stall:not(.busy)::after {
    display: none;
}

/* Variant: arc, open rounded line markers */
.hero:has(.lot-variant-arc:hover) .road {
    background:
        radial-gradient(circle at 50% 10%, rgba(47, 211, 194, .14), transparent 42%),
        linear-gradient(180deg, #112129, #0d171e);
}

.hero:has(.lot-variant-arc:hover) .dash {
    background: repeating-linear-gradient(90deg, var(--signal) 0 9px, transparent 9px 23px);
}

.hero:has(.lot-variant-arc:hover) .stall,
.hero:has(.lot-variant-arc:hover) .stall.busy {
    min-height: 132px;
    border: 0;
    border-radius: 999px 999px 16px 16px;
    background: transparent;
    box-shadow: inset 0 0 0 2px rgba(47, 211, 194, .58);
}

.hero:has(.lot-variant-arc:hover) .stall.busy {
    box-shadow: inset 0 0 0 2px var(--amber);
    background: linear-gradient(180deg, rgba(240, 180, 41, .14), transparent 75%);
}

.hero:has(.lot-variant-arc:hover) .stall.busy b {
    top: 32px;
    left: 25%;
    right: 25%;
    bottom: 42px;
    border-radius: 14px 14px 7px 7px;
    border-color: var(--amber);
    background: linear-gradient(180deg, #5b5c4b, #292d29);
}

.hero:has(.lot-variant-arc:hover) .stall:not(.busy)::after {
    display: none;
}

.topbar {
    position: relative;
    z-index: 2;
    max-width: calc(var(--max) + 64px);
    width: 100%;
    margin: 0 auto;
    padding: 20px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--display);
    font-weight: 700;
    font-size: 15px;
    letter-spacing: -0.02em;
}

.logo-mark {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    background: var(--signal);
    color: var(--ink);
    font-family: var(--display);
    font-weight: 800;
    font-size: 14px;
}

.topnav {
    display: flex;
    gap: 22px;
    color: rgba(255,255,255,.7);
    font-weight: 500;
    font-size: 15px;
}

.topnav a:hover { color: #fff; }

.hero-copy {
    position: relative;
    z-index: 2;
    max-width: calc(var(--max) + 64px);
    width: 100%;
    margin: auto auto 0;
    padding: 40px 32px 100px;
}

.brand {
    margin: 0 0 16px;
    font-family: "Sora", sans-serif;
    font-weight: 700;
    font-size: clamp(3.2rem, 8vw, 6.2rem);
    letter-spacing: 0.005em;
    line-height: .86;
    animation: rise .85s ease both;
}

.brand-abc {
    color: var(--white);
    transition: color .18s ease;
}

.brand-parking {
    color: var(--amber);
    transition: color .18s ease;
}

.brand-subtitle {
    max-width: 520px;
    margin: -4px 0 28px;
    color: rgba(255, 255, 255, .62);
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: -.015em;
    line-height: 1.3;
}

.brand.compact {
    font-family: var(--display);
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    line-height: .95;
    margin-bottom: 10px;
}

.eyebrow {
    margin: 0 0 14px;
    color: var(--signal);
    font-family: var(--display);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.hero h1 {
    margin: 0 0 14px;
    max-width: 16ch;
    font-family: var(--display);
    font-weight: 600;
    font-size: clamp(1.25rem, 2.3vw, 1.7rem);
    letter-spacing: -0.03em;
    line-height: 1.25;
    color: rgba(255,255,255,.84);
    animation: rise .85s .08s ease both;
}

.lead {
    margin: 0 0 26px;
    max-width: 38ch;
    color: rgba(255,255,255,.6);
    font-size: 1.06rem;
    animation: rise .85s .16s ease both;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    animation: rise .85s .24s ease both;
}

.pilot-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 8px;
}

.hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
    max-width: 620px;
    margin-top: 26px;
    color: rgba(255, 255, 255, .54);
    font-size: 12px;
    font-weight: 600;
}

.hero-trust span::before {
    content: "◆";
    margin-right: 8px;
    color: var(--amber);
    font-size: 7px;
    vertical-align: 1px;
}

.live-card {
    width: min(100%, 620px);
    margin-top: 42px;
    padding: 12px 0 13px;
    background: transparent;
    border-top: 1px solid rgba(47, 211, 194, .35);
    border-bottom: 1px solid rgba(47, 211, 194, .18);
    animation: rise .85s .32s ease both;
}

.live-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .7);
    font-size: 12px;
}

.live-card-head i {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 7px;
    border-radius: 50%;
    background: var(--signal);
    box-shadow: 0 0 12px var(--signal);
    animation: signal-pulse 2.2s ease-in-out infinite;
}

.live-card-head small {
    color: rgba(255, 255, 255, .42);
}

.live-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    padding-top: 11px;
}

.live-metrics > div + div {
    padding-left: 22px;
    border-left: 1px solid rgba(255, 255, 255, .12);
}

.live-metrics small {
    display: block;
    margin-bottom: 3px;
    color: rgba(255, 255, 255, .48);
    font-size: 10px;
}

.live-metrics strong {
    font-family: var(--display);
    font-size: 18px;
    letter-spacing: -.04em;
}

.metric-picker {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 13px;
    color: rgba(255, 255, 255, .42);
    font-size: 10px;
}

.metric-picker > span {
    margin-right: 3px;
}

.metric-option {
    padding: 4px 7px;
    border: 1px solid rgba(255, 255, 255, .16);
    color: rgba(255, 255, 255, .68);
    background: transparent;
    cursor: pointer;
    font: 600 10px var(--body);
    transition: color .18s ease, background .18s ease, border-color .18s ease;
}

.metric-option:hover {
    border-color: var(--signal);
    color: var(--signal);
    background: rgba(47, 211, 194, .1);
}

.metric-option.is-selected {
    border-color: var(--signal);
    color: var(--signal);
    background: rgba(47, 211, 194, .16);
}

/* Variant: large counters with a premium, calm rhythm */
.hero-copy.metric-counters-view .live-card,
.hero-copy:has(.metric-counters:hover) .live-card {
    padding: 14px;
    background: rgba(11, 24, 30, .58);
    border: 1px solid rgba(47, 211, 194, .22);
}

.hero-copy.metric-counters-view .live-metrics,
.hero-copy:has(.metric-counters:hover) .live-metrics {
    gap: 9px;
}

.hero-copy.metric-counters-view .live-metrics > div,
.hero-copy:has(.metric-counters:hover) .live-metrics > div {
    padding: 10px 11px;
    border: 0;
    background: rgba(255, 255, 255, .035);
}

.hero-copy.metric-counters-view .live-metrics strong,
.hero-copy:has(.metric-counters:hover) .live-metrics strong {
    font-size: 25px;
}

/* Variant: telemetry journal, focused on change and status */
.hero-copy.metric-log-view .live-card,
.hero-copy:has(.metric-log:hover) .live-card {
    max-width: 430px;
    padding: 0;
    border: 0;
}

.hero-copy.metric-log-view .live-card-head,
.hero-copy:has(.metric-log:hover) .live-card-head {
    padding: 0 0 9px;
}

.hero-copy.metric-log-view .live-metrics,
.hero-copy:has(.metric-log:hover) .live-metrics {
    display: block;
    padding: 0;
}

.hero-copy.metric-log-view .live-metrics > div,
.hero-copy:has(.metric-log:hover) .live-metrics > div {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.hero-copy.metric-log-view .live-metrics > div + div,
.hero-copy:has(.metric-log:hover) .live-metrics > div + div {
    padding-left: 0;
}

.hero-copy.metric-log-view .live-metrics small::before,
.hero-copy:has(.metric-log:hover) .live-metrics small::before {
    content: "●";
    margin-right: 7px;
    color: var(--signal);
    font-size: 7px;
    vertical-align: 1px;
}

.hero-copy.metric-log-view .live-metrics strong,
.hero-copy:has(.metric-log:hover) .live-metrics strong {
    font-family: var(--body);
    font-size: 14px;
    letter-spacing: 0;
}

/* Variant: no operational figures in the hero */
.hero-copy.metric-none-view .live-card,
.hero-copy:has(.metric-none:hover) .live-card {
    display: none;
}

.trust-strip {
    display: flex;
    justify-content: center;
    gap: clamp(24px, 6vw, 84px);
    padding: 20px 32px;
    overflow: hidden;
    color: #26323a;
    background: #ffffff;
    border-bottom: 1px solid rgba(11, 16, 22, .08);
    border-top: 1px solid rgba(11, 16, 22, .08);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .02em;
    white-space: nowrap;
}

.trust-strip span::before {
    content: "◆";
    margin-right: 9px;
    color: var(--signal-deep);
    font-size: 8px;
    vertical-align: 1px;
}

.section {
    max-width: calc(var(--max) + 64px);
    margin: 0 auto;
    padding: 80px 32px;
}

.section.dark {
    max-width: none;
    margin: 0;
    padding: 80px 32px;
    background: linear-gradient(180deg, #10161e, #0b1016);
    color: var(--white);
}

.section.dark .features {
    max-width: var(--max);
    margin: 0 auto;
}

.section-head {
    max-width: 520px;
    margin: 0 auto 36px;
    text-align: center;
}

.section-head h2, .split h2, .cta h2 {
    margin: 0 0 10px;
    font-family: var(--display);
    font-size: clamp(1.55rem, 3vw, 2.2rem);
    letter-spacing: -0.03em;
    font-weight: 700;
}

.section-head p, .split p {
    margin: 0;
    color: var(--muted);
}

.section-head.light p { color: rgba(255,255,255,.55); }
.section-head .eyebrow { color: var(--signal-deep); }
.section-head.light .eyebrow { color: var(--signal); }

.steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.steps li {
    border-top: 3px solid var(--signal);
    padding-top: 18px;
}

.steps span {
    display: block;
    margin-bottom: 12px;
    font-family: var(--display);
    font-size: .85rem;
    color: var(--signal-deep);
    letter-spacing: .08em;
}

.steps h3, .features h3 {
    margin: 0 0 8px;
    font-family: var(--display);
    font-size: 1.1rem;
    font-weight: 650;
}

.steps p, .features p { margin: 0; color: var(--muted); }
.section.dark .features p { color: rgba(255,255,255,.55); }

.features {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    border-top: 1px solid rgba(255,255,255,.12);
}

.features li {
    position: relative;
    padding: 26px 0;
    border-bottom: 1px solid rgba(255,255,255,.12);
}

.feature-index {
    display: block;
    margin-bottom: 18px;
    color: var(--signal);
    font-family: var(--display);
    font-size: 10px;
    letter-spacing: .08em;
}

.features li:nth-child(odd) {
    padding-right: 28px;
    border-right: 1px solid rgba(255,255,255,.12);
}

.features li:nth-child(even) { padding-left: 28px; }

.split {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 36px;
    align-items: end;
    border-top: 1px solid rgba(11,16,22,.1);
    border-bottom: 1px solid rgba(11,16,22,.1);
    padding: 36px 0;
}

.split ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.split li {
    padding: 14px 0 14px 18px;
    border-bottom: 1px solid rgba(11,16,22,.1);
    font-family: var(--display);
    font-weight: 600;
    font-size: 1.05rem;
    position: relative;
}

.split li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    background: var(--signal);
    transform: translateY(-50%);
}

.cta {
    max-width: calc(var(--max) + 64px);
    margin: 20px auto 0;
    padding: 48px 40px;
    background: #0b1016;
    color: var(--white);
}

.cta .brand { color: var(--signal); }
.cta h2 { margin-bottom: 22px; }
.cta .eyebrow { color: var(--signal); }
.cta-copy {
    max-width: 470px;
    margin: -10px 0 24px;
    color: rgba(255,255,255,.58);
}

.footer {
    max-width: calc(var(--max) + 64px);
    margin: 0 auto;
    padding: 24px 32px 36px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: var(--muted);
    font-size: 14px;
}

@keyframes rise {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes draw { to { transform: scaleX(1); } }
@keyframes car {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes pulse {
    0%, 100% { opacity: .3; }
    50% { opacity: .9; }
}
@keyframes drift {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(-18px, 12px); }
}
@keyframes signal-pulse {
    0%, 100% { opacity: .45; box-shadow: none; }
    50% { opacity: 1; box-shadow: 0 0 12px var(--signal); }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

@media (max-width: 900px) {
    .topnav { display: none; }
    .steps, .features, .split { grid-template-columns: 1fr; }
    .features li:nth-child(odd),
    .features li:nth-child(even) {
        padding: 20px 0;
        border-right: none;
    }
    .stalls { grid-template-columns: repeat(4, 1fr); }
    .stall:nth-child(n + 5) { display: none; }
    .cta { margin: 0 16px; padding: 36px 24px; }
    .footer { flex-direction: column; }
    .trust-strip { justify-content: flex-start; overflow-x: auto; }
    .lot-variant-picker { right: 18px; }
}

@media (max-width: 560px) {
    .topbar, .hero-copy, .section, .footer { padding-left: 18px; padding-right: 18px; }
    .hero-copy { padding-bottom: 205px; }
    .hero-actions { flex-direction: column; align-items: stretch; }
    .hero-trust { display: grid; grid-template-columns: 1fr; gap: 8px; }
    .live-metrics { gap: 8px; }
    .live-metrics > div + div { padding-left: 8px; }
    .live-metrics strong { font-size: 13px; }
    .metric-picker { margin-top: 11px; }
    .lot-variant-picker {
        right: auto;
        left: 18px;
        max-width: calc(100% - 36px);
        overflow-x: auto;
    }
}
