:root {
    --ink: #06182a;
    --ink-2: #10283d;
    --blue: #1769ff;
    --cyan: #20b8ff;
    --lime: #c8ff3d;
    --lime-2: #a8ee18;
    --paper: #f3f6f8;
    --white: #fff;
    --line: #d9e1e8;
    --muted: #637486;
    --radius: 28px;
    --shadow: 0 30px 80px rgba(6, 24, 42, .14);
}

* { box-sizing: border-box; }
html { max-width: 100%; scroll-behavior: smooth; overflow-x: clip; }
body { max-width: 100%; margin: 0; color: var(--ink); background: var(--white); font: 16px/1.6 Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; overflow-x: clip; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.wrap { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 1rem; top: 1rem; z-index: 100; padding: .7rem 1rem; border-radius: 8px; background: #fff; }

.site-header { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 0 max(24px, calc((100vw - 1240px) / 2)); background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(6,24,42,.08); backdrop-filter: blur(18px); position: sticky; top: 0; z-index: 50; }
.brand { display: inline-flex; align-items: center; gap: .7rem; color: var(--ink); text-decoration: none; font-size: 1.05rem; letter-spacing: -.03em; }
.brand .brand-mark { display: grid; place-items: center; width: 54px; height: 41px; }
.brand .brand-mark img { width: 54px; height: 34px; object-fit: contain; }
.brand strong { font-size: 1.12rem; font-weight: 900; }
.site-header nav { display: flex; align-items: center; gap: 1.45rem; }
.site-header nav a { color: #294156; text-decoration: none; font-size: .86rem; font-weight: 760; transition: color .2s ease; }
.site-header nav a:hover { color: var(--blue); }
.site-header .login-link { padding-left: 1.2rem; border-left: 1px solid var(--line); }
.site-header .pill { padding: .72rem 1rem; border-radius: 12px; background: var(--ink); color: #fff; box-shadow: 0 10px 28px rgba(6,24,42,.18); }
.site-header .pill:hover { color: var(--lime); }
.site-header .pill b { margin-left: .25rem; color: var(--lime); }

.hero-v2 { min-height: 760px; display: grid; align-items: stretch; position: relative; overflow: hidden; background: var(--ink); color: #fff; }
.hero-photo, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-photo { object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(3,16,29,.98) 0%, rgba(3,16,29,.86) 36%, rgba(3,16,29,.22) 69%, rgba(3,16,29,.08) 100%), linear-gradient(0deg, rgba(3,16,29,.55), transparent 45%); }
.hero-grid { min-height: 760px; position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 700px) 1fr; align-items: center; padding-block: 80px 130px; }
.hero-copy { max-width: 690px; }
.launch-chip { width: fit-content; display: flex; align-items: center; gap: .55rem; margin-bottom: 2.2rem; padding: .48rem .72rem; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(255,255,255,.08); color: #dce7ef; font-size: .74rem; font-weight: 760; letter-spacing: .03em; backdrop-filter: blur(12px); }
.launch-chip span { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 6px rgba(200,255,61,.12); }
.eyebrow { margin: 0 0 .8rem; color: var(--blue); font-size: .71rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: #9edcff; }
.hero h1, .page-hero h1 { margin: .15rem 0 1.35rem; font-size: clamp(3.15rem, 5vw, 5.4rem); line-height: .94; letter-spacing: -.065em; font-weight: 840; }
.hero h1 em { display: block; color: #72cfff; font-style: normal; }
.hero .lead { max-width: 650px; margin: 0; color: #d2dde6; font-size: clamp(1.08rem, 1.6vw, 1.28rem); line-height: 1.58; }
.actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .65rem; min-height: 52px; padding: .82rem 1.2rem; border: 0; border-radius: 13px; background: var(--blue); color: #fff; text-decoration: none; font: inherit; font-size: .9rem; font-weight: 850; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(23,105,255,.24); }
.button-lime { background: var(--lime); color: var(--ink); box-shadow: 0 16px 40px rgba(200,255,61,.17); }
.button-lime:hover { background: #d6ff6e; box-shadow: 0 16px 40px rgba(200,255,61,.25); }
.button-ghost { color: #fff; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.24); backdrop-filter: blur(12px); }
.button-dark { background: var(--ink); color: #fff; }
.button.secondary { background: #fff; color: var(--ink); border: 1px solid var(--line); }
.hero-proof { position: absolute; right: 0; bottom: 30px; display: grid; grid-template-columns: repeat(3, minmax(150px, 1fr)); width: min(670px, 56%); border: 1px solid rgba(255,255,255,.16); border-radius: 20px; background: rgba(5,22,37,.72); backdrop-filter: blur(18px); overflow: hidden; box-shadow: 0 25px 60px rgba(0,0,0,.2); }
.hero-proof div { min-height: 112px; display: grid; align-content: center; padding: 1rem 1.3rem; border-right: 1px solid rgba(255,255,255,.12); }
.hero-proof div:last-child { border: 0; }
.hero-proof span, .hero-proof small { color: #afbfcc; font-size: .68rem; }
.hero-proof strong { font-size: 1.8rem; letter-spacing: -.05em; }
.hero-proof div:last-child strong { color: #72cfff; }

.signal-strip { background: var(--ink); color: #fff; border-top: 1px solid rgba(255,255,255,.08); }
.signal-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.signal-grid p { min-height: 104px; display: grid; grid-template-columns: 42px 1fr; align-content: center; margin: 0; padding: 1.1rem 1.5rem; border-right: 1px solid rgba(255,255,255,.09); }
.signal-grid p:first-child { padding-left: 0; }
.signal-grid p:last-child { border: 0; }
.signal-icon { grid-row: 1 / 3; align-self: center; color: #72cfff; font-size: 1.35rem; }
.signal-grid b { font-size: .83rem; }
.signal-grid small { color: #8fa2b3; font-size: .7rem; }

.section { padding: 110px 0; }
.section h2, .page-hero h1 { letter-spacing: -.055em; }
.section h2 { margin: .2rem 0 1rem; font-size: clamp(2.6rem, 4.5vw, 4.8rem); line-height: .98; }
.lead-small { max-width: 600px; color: var(--muted); font-size: 1.05rem; }
.performance-section { background: #f7f9fa; overflow: hidden; }
.performance-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: clamp(50px, 7vw, 100px); }
.feature-list { margin: 2.5rem 0 0; padding: 0; list-style: none; }
.feature-list li { display: grid; grid-template-columns: 48px 1fr; gap: 14px; padding: 1rem 0; border-top: 1px solid var(--line); }
.feature-list li > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 10px; background: var(--ink); color: var(--lime); font-size: .66rem; font-weight: 900; }
.feature-list b, .feature-list small { display: block; }
.feature-list b { font-size: .9rem; }
.feature-list small { margin-top: .18rem; color: var(--muted); font-size: .77rem; }

.dashboard-shell { border-radius: 28px; padding: 10px; background: var(--ink); color: #fff; box-shadow: 0 40px 100px rgba(6,24,42,.24); transform: rotate(1deg); }
.dash-top { display: flex; align-items: center; gap: 1rem; padding: .6rem .7rem .9rem; color: #8fa2b3; font-size: .62rem; }
.dash-top > div { display: flex; gap: 5px; }
.dash-top i { width: 7px; height: 7px; border-radius: 50%; background: #476075; }
.dash-top span { flex: 1; }
.dash-top b { padding: .2rem .45rem; border-radius: 5px; background: rgba(200,255,61,.12); color: var(--lime); font-size: .55rem; letter-spacing: .1em; }
.dash-content { padding: 24px; border-radius: 21px; background: #f8fafb; color: var(--ink); }
.dash-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.dash-heading small, .dash-heading strong { display: block; }
.dash-heading small { color: var(--muted); font-size: .58rem; text-transform: uppercase; letter-spacing: .1em; }
.dash-heading strong { font-size: .9rem; }
.dash-heading button { padding: .5rem .65rem; border: 1px solid var(--line); border-radius: 8px; background: #fff; color: var(--ink); font-size: .58rem; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.metric-row article { display: grid; padding: 13px; border: 1px solid #e5ebef; border-radius: 12px; background: #fff; }
.metric-row span, .metric-row small { color: var(--muted); font-size: .56rem; }
.metric-row strong { margin: .15rem 0; font-size: 1.35rem; letter-spacing: -.05em; }
.metric-row .up { color: #148655; }
.chart-card { margin-top: 10px; padding: 15px; border: 1px solid #e5ebef; border-radius: 13px; background: #fff; }
.chart-title { display: flex; justify-content: space-between; }
.chart-title b, .chart-title small { display: block; }
.chart-title b { font-size: .7rem; }
.chart-title small, .chart-title span { color: var(--muted); font-size: .5rem; }
.chart-title span i { display: inline-block; width: 6px; height: 6px; margin-right: 4px; border-radius: 2px; background: var(--blue); }
.chart-bars { height: 120px; display: flex; align-items: end; gap: 9px; margin-top: 15px; padding: 0 5px; background: repeating-linear-gradient(to top, #edf1f4 0 1px, transparent 1px 30px); }
.chart-bars i { height: var(--h); flex: 1; min-width: 8px; border-radius: 5px 5px 2px 2px; background: linear-gradient(180deg, #3baeff, var(--blue)); box-shadow: 0 7px 12px rgba(23,105,255,.14); }
.chart-axis { display: flex; justify-content: space-around; color: #98a5b0; font-size: .48rem; }
.dash-bottom { display: grid; grid-template-columns: 125px 1fr; gap: 24px; align-items: center; margin-top: 10px; padding: 15px; border: 1px solid #e5ebef; border-radius: 13px; background: #fff; }
.donut { width: 106px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(var(--lime-2) 0 76%, #eaf0f3 76%); position: relative; }
.donut:after { content: ""; position: absolute; width: 73%; aspect-ratio: 1; border-radius: 50%; background: #fff; }
.donut span { z-index: 1; display: grid; text-align: center; }
.donut b { font-size: 1.25rem; }
.donut small { color: var(--muted); font-size: .48rem; }
.suburb-list > b { font-size: .65rem; }
.suburb-list p { display: grid; grid-template-columns: 65px 1fr 47px; align-items: center; gap: 8px; margin: .55rem 0; font-size: .48rem; }
.suburb-list p > i { height: 5px; border-radius: 4px; background: #e8eef2; overflow: hidden; }
.suburb-list p u { display: block; width: var(--w); height: 100%; border-radius: inherit; background: var(--blue); }
.suburb-list p small { color: var(--muted); text-align: right; }
.example-note { margin: .7rem .8rem .3rem; color: #8fa2b3; font-size: .55rem; }

.fleet-section { background: var(--ink); color: #fff; }
.section-heading-row { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 70px; margin-bottom: 45px; }
.section-heading-row h2 { margin-bottom: 0; }
.section-heading-row > p { max-width: 450px; margin-bottom: .8rem; color: #adbdc9; }
.fleet-photo-card { position: relative; margin: 0; border-radius: 28px; overflow: hidden; box-shadow: 0 35px 90px rgba(0,0,0,.28); }
.fleet-photo-card img { width: 100%; aspect-ratio: 2.05 / 1; object-fit: cover; }
.fleet-photo-card:after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(3,15,27,.8)); pointer-events: none; }
.fleet-photo-card figcaption { position: absolute; z-index: 2; inset: auto 0 0; display: grid; grid-template-columns: repeat(3,1fr); padding: 25px 32px; }
.fleet-photo-card figcaption span { display: grid; padding-left: 1.2rem; border-left: 2px solid var(--lime); color: #cbd7df; font-size: .7rem; }
.fleet-photo-card figcaption b { color: #fff; font-size: .95rem; }
.format-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.format-card { min-height: 410px; position: relative; margin: 0; overflow: hidden; border-radius: 24px; background: #0b2034; box-shadow: 0 24px 60px rgba(0,0,0,.22); }
.format-card.format-wide { grid-column: 1 / -1; min-height: 500px; }
.format-card img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform .65s ease; }
.format-card:hover img { transform: scale(1.02); }
.format-card:after { content: ""; position: absolute; inset: 48% 0 0; background: linear-gradient(transparent, rgba(3,15,27,.92)); }
.format-card figcaption { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 22px; display: grid; }
.format-card figcaption span { color: #9edcff; font-size: .62rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.format-card figcaption b { color: #fff; font-size: 1.35rem; letter-spacing: -.03em; }
.format-card figcaption small { color: #bed0dc; font-size: .72rem; }
.wrap-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 25px; }
.wrap-options article { min-height: 155px; display: grid; grid-template-columns: 74px 1fr; gap: 18px; padding: 20px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: rgba(255,255,255,.055); }
.wrap-options h3 { margin: .15rem 0; font-size: 1rem; }
.wrap-options p { margin: 0; color: #91a5b5; font-size: .72rem; }
.wrap-options small { color: #72cfff; font-size: .6rem; }
.marketing-options article { grid-template-columns: 58px 1fr; align-items: start; }
.marketing-number { display: grid; place-items: center; width: 50px; height: 50px; border: 1px solid rgba(114,207,255,.35); border-radius: 14px; color: #72cfff; font-size: .76rem; font-weight: 900; }
.wrap-swatch { width: 74px; height: 106px; border-radius: 13px; background-color: #dfe5e9; box-shadow: inset 0 0 0 1px rgba(255,255,255,.5); transform: perspective(140px) rotateY(10deg); }
.wrap-swatch.compact { background: linear-gradient(150deg, #edf1f4 0 45%, var(--blue) 45% 68%, var(--lime) 68%); }
.wrap-swatch.impact { background: linear-gradient(135deg, var(--ink-2) 0 25%, var(--lime) 25% 58%, var(--blue) 58%); }
.wrap-swatch.premium { background: linear-gradient(135deg, var(--blue) 0 28%, #0b2e50 28% 50%, var(--lime) 50% 75%, #fff 75%); }

.showcase-section { background: #fff; }
.showcase-heading { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 70px; margin-bottom: 40px; }
.showcase-heading h2 { max-width: 850px; margin-bottom: 0; }
.showcase-heading > div:last-child p { margin: 0 0 .45rem; color: var(--muted); }
.showcase-heading > div:last-child small { color: #91a0ad; font-size: .7rem; }
.showcase-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.showcase-card { min-height: 420px; position: relative; margin: 0; overflow: hidden; border-radius: 24px; background: var(--ink); box-shadow: 0 22px 55px rgba(6,24,42,.13); }
.showcase-card.showcase-wide { grid-column: 1 / -1; min-height: 540px; }
.showcase-card img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.showcase-card:hover img { transform: scale(1.025); }
.showcase-card:after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(2,14,25,.9)); }
.showcase-card figcaption { position: absolute; z-index: 2; left: 25px; right: 25px; bottom: 23px; display: grid; color: #fff; }
.showcase-card figcaption span { color: #9edcff; font-size: .62rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.showcase-card figcaption b { font-size: 1.5rem; letter-spacing: -.04em; }
.showcase-card figcaption small { color: #bed0dc; font-size: .72rem; }

.audience-section { background: #f2f5f7; }
.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 28px; }
.audience-card { min-height: 530px; position: relative; display: grid; align-content: space-between; overflow: hidden; padding: 38px; border-radius: 28px; }
.audience-card > div:nth-child(2) { max-width: 480px; position: relative; z-index: 2; }
.audience-card > div > span { color: var(--blue); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.audience-card h2 { font-size: clamp(2.4rem, 3.7vw, 4rem); }
.audience-card p { max-width: 470px; margin-bottom: 1.7rem; }
.business-card { background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.driver-card { background: var(--lime); }
.card-number { justify-self: end; font-size: 5rem; font-weight: 900; line-height: 1; letter-spacing: -.08em; opacity: .1; }
.mini-route { position: absolute; top: 40px; left: 35px; width: 180px; height: 120px; border: 1px solid var(--line); border-radius: 60% 30% 55% 35%; opacity: .8; transform: rotate(-8deg); }
.mini-route i { position: absolute; width: 10px; height: 10px; border: 3px solid #fff; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 1px var(--blue); }
.mini-route i:nth-child(1) { left: 20px; bottom: 17px; }
.mini-route i:nth-child(2) { left: 83px; top: 20px; }
.mini-route i:nth-child(3) { right: 20px; bottom: 25px; background: var(--lime); }
.mini-route span { position: absolute; bottom: -22px; color: var(--muted); font-size: .55rem; }
.earning-pill { position: absolute; right: 35px; top: 45px; display: grid; padding: 18px; border-radius: 16px; background: var(--ink); color: #fff; box-shadow: var(--shadow); transform: rotate(3deg); }
.earning-pill small { color: #aebfca; font-size: .55rem; }
.earning-pill strong { color: #72cfff; font-size: 2rem; }

.final-cta { padding-top: 0; background: #f2f5f7; }
.cta-panel { min-height: 330px; display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: clamp(40px, 7vw, 90px); border-radius: 32px; background: radial-gradient(circle at 80% 10%, rgba(32,184,255,.24), transparent 28%), var(--ink); color: #fff; overflow: hidden; }
.cta-panel h2 { margin: .25rem 0; }
.cta-panel p:not(.eyebrow) { color: #aebfca; }

.page-hero { min-height: 610px; display: grid; align-items: center; padding: clamp(90px, 11vw, 150px) 0 85px; position: relative; overflow: hidden; background: radial-gradient(circle at 83% 8%, rgba(200,255,61,.42), transparent 28%), radial-gradient(circle at 75% 100%, rgba(32,184,255,.16), transparent 32%), linear-gradient(145deg,#fff,#eef3f6); }
.page-hero:after { content: ""; width: 420px; height: 420px; position: absolute; right: -100px; bottom: -210px; border: 70px solid rgba(23,105,255,.07); border-radius: 50%; }
.page-hero .wrap { position: relative; z-index: 1; }
.page-hero.compact { padding: 80px 0; }
.page-hero h1 { max-width: 980px; font-size: clamp(3rem, 5vw, 4.8rem); }
.page-hero .lead { max-width: 790px; color: #42576a; font-size: 1.2rem; }
.page-hero .actions { align-items: center; }
.page-hero .text-link { margin-left: .5rem; }
.hero-kicker { display: inline-flex; margin-bottom: 2.2rem; padding: .5rem .75rem; border: 1px solid rgba(6,24,42,.12); border-radius: 999px; background: rgba(255,255,255,.58); color: #506578; font-size: .67rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; backdrop-filter: blur(10px); }
.page-hero-driver { background-color: #eefbd2; }
.page-hero-how { background-color: #eef6ff; }
.page-hero-pricing { background-color: #f4f0ff; }
.page-hero-areas { background-color: #eef9f5; }
.page-hero-about { background-color: #f7f3ec; }
.page-hero-contact { background-color: #eff8ff; }
.about-grid { margin-top: 35px; }
.about-grid .audience-card { min-height: 460px; }
.soft { background: #f2f5f7; }
.cards, .prices { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 34px; }
.cards article, .rate-card, .prices article { padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 18px 45px rgba(6,24,42,.06); }
.cards i { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; background: var(--lime); font-style: normal; font-weight: 900; }
.cards p, .rate-card small { color: var(--muted); }
.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; }
.rate-card { display: grid; gap: .7rem; box-shadow: var(--shadow); }
.rate-card strong, .prices strong { font-size: 5rem; line-height: 1; letter-spacing: -.08em; }
.rate-card.dark, .prices .dark { border: 0; background: var(--ink); color: #fff; }
.rate-card.dark small, .prices .dark small { color: #b7c3ce; }
.rate-card.lime { border: 0; background: var(--lime); }
.text-link { color: var(--blue); text-decoration: none; font-weight: 850; }
.check { padding: 0; list-style: none; }
.check li { position: relative; padding: .45rem 0 .45rem 1.8rem; }
.check li:before { content: "✓"; position: absolute; left: 0; color: var(--blue); font-weight: 900; }
.notice { margin-top: 32px; padding: 20px; border-left: 4px solid var(--blue); background: var(--paper); }
.notice.success { border-color: #187842; background: #e8f8ee; }
.notice.error { border-color: #a91f2b; background: #ffeaec; }
.timeline { padding: 0; list-style: none; counter-reset: item; }
.timeline li { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--line); counter-increment: item; }
.timeline li:before { content: counter(item, decimal-leading-zero); color: var(--blue); font-size: 1.4rem; font-weight: 900; }
.timeline li span { display: block; color: var(--muted); }
.prices article { display: grid; gap: .5rem; }
.contact-form { max-width: 920px; padding: 36px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 24px; }
.form-grid label { display: grid; gap: .4rem; font-weight: 750; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; padding: .82rem; border: 1px solid #a8b5c2; border-radius: 10px; background: #fff; font: inherit; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { outline: 3px solid rgba(23,105,255,.15); border-color: var(--blue); }
.form-grid small { color: #9b1925; }
.form-grid .full { grid-column: 1 / -1; }
.consent { grid-template-columns: auto 1fr !important; }
.consent input { width: 20px; height: 20px; }
.honeypot { position: absolute !important; left: -9999px; }
.prose { max-width: 850px; }
.prose h2 { margin-top: 2.3rem; font-size: 1.8rem; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { padding: 0 24px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 10px 30px rgba(6,24,42,.04); }
.faq-list summary { padding: 20px 34px 20px 0; position: relative; cursor: pointer; font-weight: 850; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:after { content: "+"; position: absolute; right: 0; color: var(--blue); font-size: 1.35rem; line-height: 1; }
.faq-list details[open] summary:after { content: "−"; }
.faq-list details p { margin: -2px 0 22px; color: var(--muted); }

footer { padding: 72px 0 24px; background: #03111e; color: #fff; }
.foot { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 45px; }
.foot > div { display: grid; align-content: start; gap: .55rem; }
.foot > div > b { margin-bottom: .4rem; color: #fff; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.foot a { color: #9fb0be; text-decoration: none; font-size: .82rem; }
.foot a:hover { color: var(--lime); }
.foot p { max-width: 330px; color: #8ca0b1; }
.brand.inverse { color: #fff; }
.brand.inverse .brand-mark { border-radius: 10px; background: #fff; }
.copyright { display: flex; justify-content: space-between; margin-top: 50px; padding-top: 22px; border-top: 1px solid #213344; color: #718699; font-size: .72rem; }

@media (max-width: 1020px) {
    .site-header nav { gap: .85rem; }
    .site-header nav > a:not(.pill):not(.login-link) { display: none; }
    .performance-grid { grid-template-columns: 1fr; }
    .dashboard-shell { width: min(720px, 100%); margin-inline: auto; }
    .signal-grid { grid-template-columns: 1fr 1fr; }
    .signal-grid p:nth-child(2) { border-right: 0; }
    .section-heading-row { grid-template-columns: 1fr; gap: 15px; }
    .showcase-heading { grid-template-columns: 1fr; gap: 15px; }
    .wrap-options { grid-template-columns: 1fr 1fr; }
    .audience-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
    .wrap { width: min(calc(100% - 30px), 1240px); }
    .site-header { height: 72px; padding-inline: 15px; }
    .site-header .login-link { display: none; }
    .brand strong { font-size: 1rem; }
    .site-header nav { min-width: 0; margin-left: auto; }
    .site-header .pill { padding: .65rem .8rem; white-space: nowrap; }
    .hero-v2, .hero-grid { min-height: 710px; }
    .hero-photo { object-position: 62% center; }
    .hero-shade { background: linear-gradient(90deg, rgba(3,16,29,.96), rgba(3,16,29,.52)), linear-gradient(0deg, rgba(3,16,29,.88), transparent 65%); }
    .hero-grid { display: block; max-width: 100%; padding-top: 70px; }
    .hero-copy { width: 100%; min-width: 0; }
    .hero h1 { max-width: 100%; font-size: clamp(2.55rem, 11vw, 3.35rem); overflow-wrap: normal; }
    .hero .lead { max-width: 100%; }
    .hero .actions { display: grid; grid-template-columns: 1fr; }
    .hero .actions .button { width: 100%; }
    .hero-proof { left: 15px; right: 15px; bottom: 24px; width: auto; grid-template-columns: repeat(3, 1fr); }
    .hero-proof div { min-height: 88px; padding: .75rem; }
    .hero-proof strong { font-size: 1.35rem; }
    .hero-proof small { display: none; }
    .signal-grid { grid-template-columns: 1fr 1fr; }
    .signal-grid p { min-height: 92px; padding: .8rem; border-bottom: 1px solid rgba(255,255,255,.08); }
    .signal-grid p:first-child { padding-left: .8rem; }
    .section { padding: 76px 0; }
    .section h2 { font-size: clamp(2.5rem, 12vw, 3.5rem); }
    .metric-row { grid-template-columns: 1fr 1fr; }
    .metric-row article:last-child { display: none; }
    .dash-content { padding: 14px; }
    .dash-bottom { grid-template-columns: 95px 1fr; gap: 10px; }
    .donut { width: 84px; }
    .suburb-list p { grid-template-columns: 53px 1fr; }
    .suburb-list p small { display: none; }
    .fleet-photo-card img { aspect-ratio: 1.15 / 1; }
    .fleet-photo-card figcaption { padding: 18px; }
    .fleet-photo-card figcaption span { padding-left: .5rem; }
    .fleet-photo-card figcaption b { font-size: .7rem; }
    .fleet-photo-card figcaption { font-size: .55rem; }
    .format-grid { grid-template-columns: 1fr; }
    .format-card, .format-card.format-wide { grid-column: auto; min-height: 360px; }
    .wrap-options { grid-template-columns: 1fr; }
    .showcase-grid { grid-template-columns: 1fr; }
    .showcase-card, .showcase-card.showcase-wide { grid-column: auto; min-height: 370px; }
    .audience-card { min-height: 500px; padding: 28px; }
    .cta-panel { min-height: 380px; display: grid; padding: 35px 25px; }
    .page-hero h1 { font-size: clamp(2.65rem, 11vw, 3.25rem); }
    .page-hero { min-height: 520px; }
    .page-hero .text-link { margin: .4rem 0 0; }
    .cards, .prices, .split, .form-grid, .foot { grid-template-columns: 1fr; }
    .split { gap: 35px; }
    .form-grid .full { grid-column: auto; }
    .foot { grid-template-columns: 1fr 1fr; }
    .foot > div:first-child { grid-column: 1 / -1; }
    .copyright { display: grid; gap: 5px; }
}

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