:root {
  --blue: #1565c0;
  --blue-dark: #0b4f9c;
  --blue-deep: #082f63;
  --blue-soft: #e7f1fc;
  --green: #2e7d32;
  --green-dark: #1b5e20;
  --green-bright: #49a942;
  --green-soft: #e8f5e9;
  --ink: #10233d;
  --muted: #536477;
  --line: #d8e0e8;
  --cloud: #f4f7fa;
  --white: #fff;
  --shadow: 0 24px 70px rgba(15, 52, 93, 0.14);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "DM Sans", sans-serif; line-height: 1.6; }
section[id] { scroll-margin-top: 96px; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #f9a825; outline-offset: 4px; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 112px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -80px; padding: 12px 18px; background: var(--ink); color: white; border-radius: 10px; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(216,224,232,.9); box-shadow: 0 5px 22px rgba(16,35,61,.05); backdrop-filter: blur(18px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 82px; }
.brand { display: inline-flex; align-items: center; min-height: 66px; text-decoration: none; }
.brand img { display: block; width: 82px; height: 66px; object-fit: contain; object-position: center; }
.main-nav { display: flex; align-items: center; gap: 24px; }
.main-nav > a:not(.button) { color: #31445b; font-size: 14px; font-weight: 700; text-decoration: none; }
.main-nav > a:not(.button):hover { color: var(--blue); }
.menu-button { display: none; width: 48px; height: 48px; padding: 12px; border: 0; background: transparent; border-radius: 12px; }
.menu-button > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--ink); border-radius: 2px; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 12px; padding: 0 23px; color: white; background: linear-gradient(135deg, var(--blue), var(--blue-dark)); border: 2px solid transparent; border-radius: 14px; box-shadow: 0 10px 25px rgba(21,101,192,.22); font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(21,101,192,.3); }
.button-small { min-height: 43px; padding-inline: 19px; border-radius: 12px; font-size: 14px; }
.button-secondary { color: var(--blue-dark); background: rgba(255,255,255,.78); border-color: #b5cde7; box-shadow: none; }
.button-full { width: 100%; border: 0; }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 16px; color: #8cd389; font-weight: 800; text-decoration: none; }
.dark-link { color: var(--blue); }

.hero { position: relative; overflow: hidden; min-height: 760px; background: linear-gradient(145deg, #f7fbff 0%, #f2f8ff 58%, #ecf8ee 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(#98b8d3 1px, transparent 1px), linear-gradient(90deg, #98b8d3 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to right, black, transparent 67%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 50px; min-height: 680px; padding-block: 72px 58px; }
.hero-copy { max-width: 680px; }
.eyebrow { margin: 0 0 18px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: 1.7px; text-transform: uppercase; }
.eyebrow > span { display: inline-block; width: 8px; height: 8px; margin-right: 8px; background: var(--green-bright); border-radius: 50%; box-shadow: 0 0 0 5px rgba(73,169,66,.12); }
.hero h1 { max-width: 740px; margin: 0; font: 800 clamp(44px, 5.8vw, 74px)/1.04 "Manrope", sans-serif; letter-spacing: -4px; }
.hero h1 em { display: block; color: var(--green); font-style: normal; }
.hero-subtitle { max-width: 630px; margin: 25px 0 30px; color: var(--muted); font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 30px; color: #41536a; font-size: 13px; font-weight: 700; }
.trust-row i { display: inline-grid; width: 20px; height: 20px; margin-right: 5px; place-items: center; color: white; background: var(--green); border-radius: 50%; font-size: 11px; font-style: normal; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); }
.hero-glow-one { width: 480px; height: 480px; right: -180px; top: -120px; background: rgba(21,101,192,.08); }
.hero-glow-two { width: 400px; height: 400px; left: 45%; bottom: -250px; background: rgba(46,125,50,.1); }
.hero-visual { position: relative; min-height: 570px; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(21,101,192,.16); border-radius: 50%; }
.orbit-one { width: 510px; height: 510px; }
.orbit-two { width: 400px; height: 400px; border-color: rgba(46,125,50,.15); }
.phone { position: relative; z-index: 2; width: 286px; padding: 9px; background: #092b50; border: 2px solid #1d4b78; border-radius: 39px; box-shadow: 0 35px 70px rgba(13,49,89,.28), inset 0 0 0 2px rgba(255,255,255,.1); transform: rotate(2.5deg); }
.phone-top { position: absolute; z-index: 3; top: 16px; left: 50%; width: 86px; height: 20px; transform: translateX(-50%); background: #082340; border-radius: 20px; }
.phone-screen { position: relative; overflow: hidden; min-height: 550px; padding: 42px 15px 14px; background: #f6f9fc; border-radius: 31px; }
.phone-header { display: flex; align-items: center; justify-content: space-between; }
.phone-header small, .nearby-card small { display: block; color: #728093; font-size: 9px; }
.phone-header strong { display: block; font-size: 14px; }
.avatar { display: grid; width: 32px; height: 32px; place-items: center; color: white; background: var(--blue); border-radius: 50%; font-size: 10px; font-weight: 800; }
.demo-search { display: grid; grid-template-columns: 1fr auto; gap: 5px; margin: 14px 0 7px; }
.demo-search input { min-width: 0; height: 34px; padding: 0 8px; color: var(--ink); background: white; border: 1px solid #b9c8d6; border-radius: 8px; font-size: 9px; }
.demo-search button, .locate-button { min-height: 34px; padding: 0 9px; color: white; background: var(--blue); border: 0; border-radius: 8px; font-size: 9px; font-weight: 800; cursor: pointer; }
.locate-button { width: 100%; color: var(--blue-dark); background: var(--blue-soft); border: 1px solid #b7d2ec; }
.demo-status { min-height: 14px; margin: 5px 0 7px; color: var(--muted); font-size: 8px; line-height: 1.4; text-align: center; }
.mini-map { position: relative; overflow: hidden; height: 205px; background: #dce9d8; border-radius: 15px; }
.mini-map::before { content: ""; position: absolute; inset: 0; opacity: .7; background-image: linear-gradient(26deg, transparent 45%, #c7d8c1 46%, #c7d8c1 55%, transparent 56%), linear-gradient(-35deg, transparent 42%, #bed3e6 43%, #bed3e6 51%, transparent 52%); }
.map-road { position: absolute; height: 18px; background: white; box-shadow: 0 0 0 2px #d1d8de; transform-origin: left center; }
.road-one { width: 310px; left: -15px; top: 75px; transform: rotate(17deg); }
.road-two { width: 280px; left: 50px; top: -10px; transform: rotate(76deg); }
.road-three { width: 260px; left: -30px; bottom: 25px; transform: rotate(-15deg); }
.map-pin { position: absolute; display: grid; width: 35px; height: 35px; padding: 0; place-items: center; color: white; background: var(--blue); border: 3px solid white; border-radius: 50% 50% 50% 4px; box-shadow: 0 5px 12px rgba(15,52,93,.2); font-size: 11px; font-weight: 800; transform: rotate(-45deg); cursor: pointer; }
.map-pin::first-letter { transform: rotate(45deg); }
.pin-one { left: 48%; top: 35%; background: var(--green); }
.pin-two { left: 18%; top: 55%; }
.pin-three { right: 17%; top: 18%; }
.nearby-card { position: relative; z-index: 2; display: grid; width: calc(100% - 18px); grid-template-columns: 38px 1fr auto; align-items: center; gap: 8px; margin: -22px 9px 0; padding: 10px; color: var(--ink); text-align: left; background: white; border: 1px solid #e0e7ed; border-radius: 12px; box-shadow: 0 10px 25px rgba(15,52,93,.12); cursor: pointer; }
.nearby-card strong { display: block; font-size: 9px; }
.nearby-card > span { color: var(--green-dark); font-size: 10px; font-weight: 800; }
.nearby-icon { display: grid; width: 36px; height: 36px; place-items: center; color: white; background: var(--blue); border-radius: 10px; }
.demo-results { position: absolute; z-index: 5; top: 129px; left: 14px; right: 14px; padding: 10px; background: white; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 12px 26px rgba(15,52,93,.2); }
.demo-results > strong { display: block; margin-bottom: 5px; font-size: 10px; }
.demo-result { display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 8px 5px; color: var(--ink); background: transparent; border: 0; border-top: 1px solid #edf1f4; font-size: 9px; text-align: left; cursor: pointer; }
.demo-result b { color: var(--green-dark); }
.demo-detail { position: absolute; z-index: 10; inset: 34px 8px 8px; overflow-y: auto; padding: 23px 17px 17px; color: var(--ink); background: white; border-radius: 24px; box-shadow: 0 0 0 999px rgba(4,24,43,.35), 0 18px 36px rgba(15,52,93,.24); }
.demo-detail-close { float: right; padding: 5px 8px; color: var(--blue); background: var(--blue-soft); border: 0; border-radius: 7px; font-size: 9px; font-weight: 800; cursor: pointer; }
.demo-detail > small { display: block; color: var(--blue); font-size: 8px; font-weight: 800; text-transform: uppercase; }
.demo-detail h2 { clear: both; margin: 12px 0 9px; font: 800 18px/1.15 "Manrope"; }
.demo-detail h3 { margin: 14px 0 5px; font-size: 11px; }
.demo-detail ul { padding: 0; margin: 0; list-style: none; }
.demo-detail li { margin: 5px 0; color: var(--muted); font-size: 10px; }
.demo-detail li::before { content: "✓"; margin-right: 6px; color: var(--green); font-weight: 900; }
.demo-detail p { color: var(--muted); font-size: 9px; }
.demo-score { display: flex; align-items: center; gap: 9px; padding: 10px; background: var(--green-soft); border-radius: 11px; }
.demo-score strong { color: var(--green-dark); font: 800 24px "Manrope"; }
.demo-score span { color: var(--green-dark); font-size: 9px; font-weight: 800; }
.demo-beta-button { display: flex; min-height: 38px; align-items: center; justify-content: center; margin-top: 15px; color: white; background: var(--blue); border-radius: 9px; font-size: 11px; font-weight: 800; text-decoration: none; }
.phone-tabs { display: flex; justify-content: space-around; margin-top: 24px; color: #8290a0; font-size: 18px; }
.phone-tabs b { color: var(--blue); }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 12px 15px; background: rgba(255,255,255,.94); border: 1px solid rgba(216,224,232,.8); border-radius: 14px; box-shadow: 0 16px 35px rgba(15,52,93,.16); backdrop-filter: blur(10px); }
.floating-card > span { display: grid; width: 37px; height: 37px; place-items: center; color: white; background: var(--green); border-radius: 11px; font-weight: 800; }
.floating-card b, .floating-card small { display: block; }
.floating-card b { font-size: 11px; }
.floating-card small { color: var(--muted); font-size: 9px; }
.verified-card { left: -12px; top: 110px; }
.route-card { right: -15px; bottom: 95px; }
.route-card > span { background: var(--blue); }

.section-heading { max-width: 720px; margin: 0 auto 52px; text-align: center; }
.section-heading h2, .audience-section h2, .beta-copy h2 { margin: 0; font: 800 clamp(34px, 4.5vw, 50px)/1.12 "Manrope", sans-serif; letter-spacing: -2px; }
.section-heading > p:last-child, .section-lead { color: var(--muted); font-size: 17px; }
.how-section { background: white; }
.web-app-section { background: linear-gradient(180deg, #f6f9fc, #edf5fb); }
.web-app-heading { margin-bottom: 38px; }
.web-app-shell { position: relative; padding: 22px; background: white; border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); }
.web-app-toolbar { display: grid; grid-template-columns: 1fr auto; gap: 12px; }
.map-search-form { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.map-search-form input { min-width: 0; min-height: 52px; padding: 0 16px; color: var(--ink); background: #f9fbfd; border: 2px solid #b7c5d2; border-radius: 13px; font-size: 16px; }
.map-search-form button, .map-locate-button { min-height: 52px; padding: 0 20px; color: white; background: var(--blue); border: 0; border-radius: 13px; font-weight: 800; cursor: pointer; }
.map-locate-button { background: var(--green); }
.map-search-form button:hover, .map-locate-button:hover { filter: brightness(.93); }
.map-search-form button:disabled, .map-locate-button:disabled { cursor: wait; opacity: .65; }
.map-status { min-height: 25px; margin: 12px 0; color: var(--muted); font-size: 14px; }
.web-auth-bar { display: flex; align-items: center; gap: 12px; margin-top: 13px; padding: 12px 14px; background: var(--blue-soft); border: 1px solid #bfd4e9; border-radius: 13px; }
.web-auth-bar > div { flex: 1; }
.web-auth-bar strong, .web-auth-bar span { display: block; }
.web-auth-bar strong { color: var(--blue-deep); font-size: 14px; }
.web-auth-bar span { color: var(--muted); font-size: 12px; }
.web-auth-bar button { min-height: 40px; padding: 0 13px; color: white; background: var(--blue); border: 0; border-radius: 9px; font-size: 12px; font-weight: 800; cursor: pointer; }
.web-auth-bar #web-signout, .web-auth-bar #web-email-signin { color: var(--blue); background: white; border: 1px solid var(--blue); }
.firebase-status { min-height: 18px; margin: 7px 2px 0; color: var(--muted); font-size: 12px; }
.map-layout { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(280px, .75fr); gap: 18px; }
.map-column { min-width: 0; }
.accesswayz-map { z-index: 1; width: 100%; height: 560px; overflow: hidden; background: #dce9e0; border: 1px solid var(--line); border-radius: 19px; }
.map-attribution-note { margin: 7px 4px 0; color: var(--muted); font-size: 11px; }
.map-results-column { min-height: 560px; max-height: 590px; overflow-y: auto; padding: 18px; background: var(--cloud); border: 1px solid var(--line); border-radius: 19px; }
.map-results-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.map-results-heading small { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.map-results-heading h3 { margin: 3px 0 0; font: 800 17px "Manrope"; }
.map-results-heading > span { flex: 0 0 auto; padding: 5px 8px; color: var(--green-dark); background: var(--green-soft); border-radius: 999px; font-size: 10px; font-weight: 800; }
.map-results { display: grid; gap: 10px; margin-top: 12px; }
.map-result-card { display: grid; grid-template-columns: 1fr auto; gap: 8px; width: 100%; padding: 14px; color: var(--ink); text-align: left; background: white; border: 1px solid var(--line); border-radius: 14px; cursor: pointer; }
.map-result-card:hover { border-color: var(--blue); box-shadow: 0 8px 18px rgba(15,52,93,.08); }
.map-result-card small, .map-result-card span { display: block; color: var(--muted); font-size: 11px; }
.map-result-card strong { display: block; margin: 2px 0 4px; font: 800 14px "Manrope"; }
.map-result-card b { display: grid; width: 42px; height: 42px; place-items: center; color: var(--green-dark); background: var(--green-soft); border-radius: 11px; }
.map-empty { padding: 30px 10px; color: var(--muted); text-align: center; }
.map-detail-card { position: absolute; z-index: 20; left: 44px; bottom: 52px; width: min(500px, calc(100% - 88px)); padding: 24px; background: white; border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 24px 60px rgba(15,52,93,.26); }
.map-detail-close { float: right; padding: 7px 10px; color: var(--blue); background: var(--blue-soft); border: 0; border-radius: 8px; font-weight: 800; cursor: pointer; }
.map-detail-type { color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.map-detail-card h3 { clear: both; margin: 12px 0; font: 800 25px/1.15 "Manrope"; }
.map-detail-card h4 { margin: 16px 0 7px; font: 800 14px "Manrope"; }
.map-detail-card ul { display: flex; flex-wrap: wrap; gap: 7px; padding: 0; margin: 0; list-style: none; }
.map-detail-card li { padding: 6px 9px; color: var(--green-dark); background: var(--green-soft); border-radius: 8px; font-size: 11px; font-weight: 700; }
.map-detail-card p { color: var(--muted); font-size: 13px; }
.map-detail-score { display: inline-flex; align-items: center; gap: 10px; padding: 8px 12px; background: var(--green-soft); border-radius: 12px; }
.map-detail-score strong { color: var(--green-dark); font: 800 25px "Manrope"; }
.map-detail-score span { color: var(--green-dark); font-size: 11px; font-weight: 800; }
.map-detail-actions { display: flex; gap: 10px; margin-top: 18px; }
.map-detail-actions .button { flex: 1; min-height: 46px; }
.report-issue-button { color: var(--blue); background: white; border-color: var(--blue); box-shadow: none; }
.verify-map-button { color: var(--green-dark); background: var(--green-soft); border-color: var(--green); box-shadow: none; }
.save-map-button { color: var(--blue-dark); background: var(--blue-soft); border-color: var(--blue); box-shadow: none; }
.map-rating-control { display: grid; grid-template-columns: 1fr auto; gap: 8px; align-items: end; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line); }
.map-rating-control label { grid-column: 1 / -1; margin: 0; color: var(--ink); font-size: 12px; font-weight: 800; }
.map-rating-control select { min-height: 42px; padding: 0 10px; color: var(--ink); background: white; border: 1px solid var(--line); border-radius: 9px; }
.map-rating-control button { min-height: 42px; padding: 0 13px; color: white; background: var(--green); border: 0; border-radius: 9px; font-weight: 800; cursor: pointer; }
.access-marker { display: grid; width: 34px; height: 34px; place-items: center; color: white; background: var(--blue); border: 3px solid white; border-radius: 50% 50% 50% 8px; box-shadow: 0 5px 13px rgba(15,52,93,.28); font: 800 11px "Manrope"; transform: rotate(-45deg); }
.access-marker span { transform: rotate(45deg); }
.access-marker.service { background: var(--green); }
.user-location-marker { width: 22px; height: 22px; background: #f9a825; border: 4px solid white; border-radius: 50%; box-shadow: 0 0 0 5px rgba(249,168,37,.25); }
.report-dialog { width: min(520px, calc(100% - 28px)); padding: 0; color: var(--ink); background: white; border: 0; border-radius: 22px; box-shadow: var(--shadow); }
.report-dialog::backdrop { background: rgba(5,25,45,.58); backdrop-filter: blur(3px); }
.report-dialog form { padding: 30px; }
.report-dialog h2 { margin: 0 0 5px; font: 800 27px "Manrope"; }
.report-dialog-close { float: right; padding: 7px 10px; color: var(--blue); background: var(--blue-soft); border: 0; border-radius: 8px; font-weight: 800; cursor: pointer; }
.report-location-name { color: var(--muted); font-weight: 700; }
.report-dialog select, .report-dialog textarea { width: 100%; padding: 11px 12px; color: var(--ink); background: #fbfcfd; border: 1px solid #b9c6d2; border-radius: 10px; }
.report-dialog input { width: 100%; min-height: 48px; padding: 10px 12px; color: var(--ink); background: #fbfcfd; border: 1px solid #b9c6d2; border-radius: 10px; }
.web-auth-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 18px; }
.about-section { background: var(--cloud); }
.about-grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 85px; }
.about-mark { display: grid; min-height: 390px; place-items: center; background: linear-gradient(145deg, white, var(--blue-soft)); border: 1px solid var(--line); border-radius: 32px; box-shadow: var(--shadow); }
.about-mark img { width: min(78%, 340px); height: auto; mix-blend-mode: multiply; }
.about-copy h2, .contact-panel h2 { margin: 0; font: 800 clamp(34px, 4.5vw, 50px)/1.12 "Manrope", sans-serif; letter-spacing: -2px; }
.about-copy > p { color: var(--muted); font-size: 17px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step-card { position: relative; min-height: 300px; padding: 36px 30px; overflow: hidden; background: var(--cloud); border: 1px solid #e2e8ee; border-radius: var(--radius); transition: transform .2s, box-shadow .2s; }
.step-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.featured-step { color: white; background: linear-gradient(145deg, var(--blue-dark), var(--blue-deep)); border-color: transparent; }
.featured-step p { color: #d3e3f3 !important; }
.step-number { position: absolute; top: 18px; right: 24px; color: rgba(21,101,192,.1); font: 800 58px/1 "Manrope"; }
.featured-step .step-number { color: rgba(255,255,255,.08); }
.feature-icon { display: grid; width: 60px; height: 60px; margin-bottom: 30px; place-items: center; border-radius: 17px; font-size: 25px; font-weight: 800; }
.blue-icon { color: var(--blue); background: var(--blue-soft); }
.green-icon { color: var(--green-dark); background: #a9dfa8; }
.step-card h3 { margin: 0 0 10px; font: 800 21px "Manrope"; }
.step-card p { margin: 0; color: var(--muted); }

.audience-section { color: white; background: var(--blue-deep); }
.audience-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 90px; }
.light-eyebrow { color: #90cf8b; }
.audience-section .section-lead { color: #c8d7e7; }
.audience-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.audience-cards article { display: flex; gap: 15px; min-height: 170px; padding: 25px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 18px; }
.audience-cards article > span { display: grid; flex: 0 0 44px; height: 44px; place-items: center; color: #a9e2a5; background: rgba(73,169,66,.15); border-radius: 12px; font-size: 20px; }
.audience-cards h3 { margin: 2px 0 5px; font: 700 16px "Manrope"; }
.audience-cards p { margin: 0; color: #b9cce0; font-size: 14px; }

.cities-section { background: #f8fafc; }
.split-heading { display: grid; max-width: none; grid-template-columns: 1fr 1fr; align-items: end; gap: 80px; text-align: left; }
.split-heading p { margin-bottom: 0; }
.cities-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.city-card { overflow: hidden; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 30px rgba(15,52,93,.06); }
.city-art { position: relative; overflow: hidden; height: 190px; background: linear-gradient(#bce0f8, #eef7fb); }
.city-art::after { content: ""; position: absolute; left: -5%; right: -5%; bottom: -22px; height: 70px; background: #4d914f; border-radius: 50% 50% 0 0; }
.mountain { position: absolute; bottom: 14px; width: 0; height: 0; border-left: 125px solid transparent; border-right: 125px solid transparent; border-bottom: 150px solid #6d89a3; }
.mountain::after { content: ""; position: absolute; left: -44px; top: 30px; border-left: 44px solid transparent; border-right: 44px solid transparent; border-bottom: 53px solid #edf6fa; }
.m1 { left: -45px; }
.m2 { right: -80px; bottom: -5px; transform: scale(.8); border-bottom-color: #879eb3; }
.sun { position: absolute; width: 40px; height: 40px; right: 30px; top: 25px; background: #f4ca58; border-radius: 50%; }
.denver .city-art { background: linear-gradient(#add8f4, #f7d6a4); }
.new-york .city-art { background: linear-gradient(#8dbddd, #e8c5a4); }
.building { position: absolute; z-index: 2; bottom: 28px; width: 75px; background: #365d7f; box-shadow: inset 10px 0 rgba(255,255,255,.08); }
.building::after { content: ""; position: absolute; inset: 12px; background: repeating-linear-gradient(to bottom, #c9e4e8 0 5px, transparent 5px 14px); opacity: .7; }
.building.b1 { left: 30px; height: 95px; }
.building.b2 { left: 105px; width: 100px; height: 140px; background: #274967; }
.building.b3 { right: 25px; height: 112px; background: #52738c; }
.new-york .building.b1 { height: 135px; }
.new-york .building.b2 { height: 175px; }
.new-york .building.b3 { height: 150px; }
.city-content { padding: 25px; }
.city-content small { color: var(--blue); font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; }
.city-content h3 { margin: 5px 0 7px; font: 800 23px "Manrope"; }
.city-content p { min-height: 70px; margin: 0 0 16px; color: var(--muted); font-size: 14px; }
.city-status { display: inline-flex; padding: 6px 10px; color: var(--green-dark); background: var(--green-soft); border-radius: 20px; font-size: 11px; font-weight: 800; text-transform: uppercase; }

.screenshots-section { overflow: hidden; background: linear-gradient(180deg, white, #eef5fb); }
.screenshots-row { display: flex; align-items: center; justify-content: center; gap: 34px; min-height: 520px; padding-top: 25px; }
.screen-placeholder { width: 250px; height: 485px; padding: 25px 15px 15px; background: #f8fafc; border: 8px solid #123754; border-radius: 35px; box-shadow: 0 30px 60px rgba(15,52,93,.18); }
.tilt-left { transform: rotate(-7deg) translateY(28px); }
.tilt-right { transform: rotate(7deg) translateY(28px); }
.screen-center { z-index: 2; transform: scale(1.08); }
.screen-label { margin: 10px 0 16px; font: 800 14px "Manrope"; }
.placeholder-map { position: relative; height: 250px; background: linear-gradient(35deg, #d7e9d2, #dcebf5); border-radius: 15px; }
.placeholder-map::after { content: ""; position: absolute; width: 250px; height: 16px; left: -20px; top: 110px; background: white; transform: rotate(-25deg); box-shadow: 0 0 0 2px #d3dce4; }
.placeholder-map i { position: absolute; z-index: 2; width: 22px; height: 22px; background: var(--blue); border: 3px solid white; border-radius: 50%; }
.placeholder-map i:nth-child(1) { left: 30px; top: 65px; }
.placeholder-map i:nth-child(2) { right: 35px; top: 130px; background: var(--green); }
.placeholder-map i:nth-child(3) { left: 100px; bottom: 35px; }
.placeholder-sheet { position: relative; z-index: 3; margin: -45px 8px 0; padding: 16px; background: white; border-radius: 14px; box-shadow: 0 12px 25px rgba(15,52,93,.12); }
.placeholder-sheet b, .placeholder-sheet span, .placeholder-list span { display: block; height: 8px; margin: 8px 0; background: #dfe6ed; border-radius: 8px; }
.placeholder-sheet b { width: 60%; height: 12px; background: var(--blue); }
.placeholder-sheet span:last-child { width: 75%; }
.route-line { position: relative; width: 8px; height: 225px; margin: 35px 0 0 28px; background: var(--blue); border-radius: 8px; }
.route-line i { position: absolute; left: -8px; width: 24px; height: 24px; background: white; border: 6px solid var(--blue); border-radius: 50%; }
.route-line i:first-child { top: 0; }
.route-line i:nth-child(2) { top: 96px; border-color: var(--green); }
.route-line i:last-child { bottom: 0; }
.placeholder-list { margin-top: 22px; }
.placeholder-list span:nth-child(odd) { width: 82%; }
.score-ring { display: grid; width: 130px; height: 130px; margin: 45px auto 35px; place-items: center; color: var(--green-dark); background: conic-gradient(var(--green) 92%, #dbe6dd 0); border: 17px solid white; outline: 8px solid var(--green-soft); border-radius: 50%; font: 800 35px/1 "Manrope"; }
.score-ring small { font-size: 11px; }

.beta-section { background: white; }
.beta-card { display: grid; grid-template-columns: 1fr 440px; gap: 80px; align-items: center; padding: 70px; color: white; background: linear-gradient(135deg, var(--blue-deep), #0a5695 65%, #17654c); border-radius: 34px; box-shadow: var(--shadow); }
.beta-copy > p:not(.eyebrow) { max-width: 560px; color: #c8d7e7; font-size: 17px; }
.beta-copy ul { padding: 0; margin: 28px 0 0; list-style: none; }
.beta-copy li { margin: 12px 0; color: #e0ebf4; }
.beta-copy li span { display: inline-grid; width: 23px; height: 23px; margin-right: 10px; place-items: center; color: var(--green-dark); background: #a4dca2; border-radius: 50%; font-size: 12px; font-weight: 800; }
.signup-form, .contact-card { padding: 32px; color: var(--ink); background: white; border-radius: 22px; }
.signup-form h3, .contact-card h3 { margin: 0; font: 800 24px "Manrope"; }
.signup-form > p, .contact-card > p { margin: 3px 0 22px; color: var(--muted); }
form label { display: block; margin: 13px 0 6px; color: #30435a; font-size: 13px; font-weight: 800; }
form input:not([type="checkbox"]), form select, form textarea { width: 100%; min-height: 48px; padding: 10px 12px; color: var(--ink); background: #fbfcfd; border: 1px solid #b9c6d2; border-radius: 10px; }
form textarea { resize: vertical; }
.check-label { display: flex; align-items: flex-start; gap: 8px; margin: 16px 0 !important; font-weight: 500; }
.check-label input { width: 18px; height: 18px; accent-color: var(--blue); }
.form-note { margin: 11px 0 0 !important; text-align: center; font-size: 11px; }
.form-note a { color: var(--blue); }
.form-success { display: none; margin-top: 14px; padding: 10px 12px; color: var(--green-dark); background: var(--green-soft); border-radius: 9px; font-size: 13px; font-weight: 700; }
.form-success.is-visible { display: block; }

.partners-section { background: var(--cloud); }
.partner-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.partner-types article { display: flex; gap: 22px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.partner-types article > span { color: var(--green); font: 800 15px "Manrope"; }
.partner-types h3 { margin: 0 0 4px; font: 800 18px "Manrope"; }
.partner-types p { margin: 0; color: var(--muted); }
.contact-card { border: 1px solid var(--line); box-shadow: var(--shadow); }
.contact-section { color: white; background: var(--blue-deep); }
.contact-panel { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; }
.contact-panel p:not(.eyebrow) { max-width: 600px; color: #c8d7e7; font-size: 17px; }
.contact-details { padding: 32px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); border-radius: 22px; }
.contact-details span, .contact-details small { display: block; color: #a9bed2; }
.contact-details a { display: inline-block; margin: 7px 0 13px; color: white; font: 800 clamp(18px, 3vw, 25px) "Manrope"; overflow-wrap: anywhere; }

.site-footer { padding: 70px 0 25px; color: #d4e1ed; background: #071f38; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 80px; padding-bottom: 50px; }
.footer-brand { color: white; }
.footer-grid > div:first-child p { max-width: 350px; color: #93abc0; }
.footer-grid .footer-owner { color: #b8c9d8; font-size: 13px; }
.footer-grid h2 { margin: 0 0 15px; color: white; font: 800 14px "Manrope"; text-transform: uppercase; letter-spacing: 1px; }
.footer-grid > div > a:not(.brand) { display: block; margin: 9px 0; color: #a9bbcb; text-decoration: none; }
.footer-grid > div > a:hover { color: white; }
.footer-grid .privacy-link { display: inline-block; padding-bottom: 2px; color: white; border-bottom: 2px solid var(--green-bright); font-weight: 800; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 24px; color: #8299ad; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; }
.compact-footer { padding-top: 20px; }
.compact-footer a { color: white; }

.privacy-main { padding: 70px 0 110px; background: #f7f9fb; }
.privacy-shell { max-width: 1050px; }
.back-link { display: inline-block; margin-bottom: 40px; color: var(--blue); font-weight: 800; text-decoration: none; }
.privacy-main h1 { margin: 0; font: 800 clamp(44px, 7vw, 70px)/1 "Manrope"; letter-spacing: -3px; }
.privacy-date { color: var(--muted); }
.privacy-intro { max-width: 830px; margin: 36px 0 55px; padding: 26px 30px; color: #24405e; background: var(--blue-soft); border-left: 5px solid var(--blue); border-radius: 0 16px 16px 0; font-size: 18px; }
.privacy-intro p { margin: 0; }
.privacy-layout { display: grid; grid-template-columns: 230px 1fr; align-items: start; gap: 75px; }
.privacy-nav { position: sticky; top: 110px; display: flex; flex-direction: column; gap: 10px; padding: 22px; background: white; border: 1px solid var(--line); border-radius: 16px; }
.privacy-nav strong { margin-bottom: 5px; font-family: "Manrope"; }
.privacy-nav a { color: var(--muted); font-size: 13px; text-decoration: none; }
.privacy-nav a:hover { color: var(--blue); }
.privacy-content section { scroll-margin-top: 115px; padding-bottom: 28px; margin-bottom: 34px; border-bottom: 1px solid var(--line); }
.privacy-content h2 { margin: 0 0 13px; font: 800 24px "Manrope"; }
.privacy-content p { color: #42566d; }
.privacy-content a { color: var(--blue); font-weight: 700; }
.legal-note { padding: 22px; color: #5d4c1a; background: #fff8dc; border: 1px solid #eedb8e; border-radius: 14px; }
.legal-note p { margin-bottom: 0; color: #665820; }

@media (max-width: 980px) {
  .section { padding: 88px 0; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 80px; }
  .hero-copy { text-align: center; margin-inline: auto; }
  .hero h1 { letter-spacing: -3px; }
  .hero-actions, .trust-row { justify-content: center; }
  .hero-visual { margin-top: -20px; }
  .verified-card { left: 12%; }
  .route-card { right: 12%; }
  .steps-grid { grid-template-columns: 1fr; }
  .step-card { min-height: 0; }
  .about-grid, .audience-grid, .partner-grid, .contact-panel { grid-template-columns: 1fr; gap: 45px; }
  .map-layout { grid-template-columns: 1fr; }
  .map-results-column { min-height: 0; max-height: 430px; }
  .map-detail-card { position: fixed; left: 50%; bottom: 18px; width: min(540px, calc(100% - 28px)); max-height: calc(100vh - 36px); overflow-y: auto; transform: translateX(-50%); }
  .cities-grid { grid-template-columns: 1fr 1fr; }
  .beta-card { grid-template-columns: 1fr; padding: 55px; }
  .screenshots-row { gap: 0; transform: scale(.9); }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 28px, 600px); }
  .section { padding: 72px 0; }
  .menu-button { display: block; }
  .brand img { width: 72px; height: 58px; }
  .web-app-shell { padding: 14px; border-radius: 20px; }
  .web-app-toolbar, .map-search-form { grid-template-columns: 1fr; }
  .web-auth-bar { align-items: stretch; flex-direction: column; }
  .web-auth-bar button { width: 100%; }
  .web-auth-actions { grid-template-columns: 1fr; }
  .accesswayz-map { height: 430px; }
  .map-detail-actions { flex-direction: column; }
  .map-rating-control { grid-template-columns: 1fr; }
  .main-nav { position: absolute; display: none; flex-direction: column; align-items: stretch; gap: 0; top: 69px; left: 14px; right: 14px; padding: 12px; background: white; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .main-nav > a:not(.button) { padding: 13px 12px; }
  .main-nav .button { margin-top: 7px; }
  .hero { min-height: 0; }
  .hero-grid { min-height: 0; padding: 65px 0; }
  .hero h1 { font-size: clamp(42px, 12vw, 58px); letter-spacing: -2.5px; }
  .hero-subtitle { font-size: 17px; }
  .hero-actions .button { width: 100%; }
  .trust-row { align-items: center; flex-direction: column; gap: 9px; }
  .hero-visual { min-height: 500px; transform: scale(.86); margin: -30px -40px -55px; }
  .about-mark { min-height: 300px; }
  .floating-card { display: none; }
  .orbit-one { width: 440px; height: 440px; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2, .audience-section h2, .beta-copy h2 { letter-spacing: -1.5px; }
  .audience-cards { grid-template-columns: 1fr; }
  .audience-cards article { min-height: 0; }
  .split-heading { grid-template-columns: 1fr; gap: 8px; }
  .cities-grid { grid-template-columns: 1fr; }
  .city-content p { min-height: 0; }
  .screenshots-row { justify-content: flex-start; gap: 20px; min-height: 480px; padding: 10px 40px 35px; overflow-x: auto; transform: none; scroll-snap-type: x mandatory; }
  .screen-placeholder { flex: 0 0 235px; height: 460px; scroll-snap-align: center; transform: none; }
  .screen-center { transform: none; }
  .beta-card { width: 100%; padding: 38px 20px; border-radius: 0; }
  .beta-section .shell { width: 100%; }
  .signup-form, .contact-card { padding: 25px 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
  .privacy-main { padding-top: 45px; }
  .privacy-layout { grid-template-columns: 1fr; gap: 30px; }
  .privacy-nav { position: static; }
}

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