/* We Go marketing site. Brand: deep green, warm gold, cream (apps/mobile/lib/main.dart).
   No external fonts or resources: CSP is default-src 'self'. */

:root {
  --green: #0F4D2A;
  --green-700: #0B3B20;
  --green-600: #146236;
  --green-100: #E3EFE7;
  --green-50: #F2F7F3;
  --gold: #E3A21A;
  --gold-600: #B97F0A;
  --gold-100: #FBEBC4;
  --red: #B3161B;
  --cream: #FDF3E0;
  --cream-2: #FFF9EE;
  --ink: #1B1B1B;
  --ink-2: #3C4440;
  --muted: #5E6862;
  --line: #DCE3DE;
  --white: #FFFFFF;
  --taxi: #F4C20D;

  --radius: 18px;
  --radius-sm: 10px;
  --shadow: 0 1px 2px rgba(15, 77, 42, .06), 0 8px 24px rgba(15, 77, 42, .08);
  --shadow-lg: 0 2px 6px rgba(0, 0, 0, .06), 0 24px 60px rgba(15, 77, 42, .18);
  --wrap: 1180px;
  --font: "Segoe UI Variable Text", "Segoe UI", system-ui, -apple-system, "Helvetica Neue", Roboto, Arial, sans-serif;
  --font-display: "Segoe UI Variable Display", "Segoe UI", system-ui, -apple-system, "Helvetica Neue", Roboto, Arial, sans-serif;
  color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 88px; }
@media (prefers-reduced-motion: reduce) { html, .slides { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }
body { margin: 0; font-family: var(--font); font-size: 17px; line-height: 1.6; color: var(--ink); background: var(--white); text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: var(--green); text-underline-offset: 3px; }
a:hover { color: var(--green-600); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; border-radius: 6px; }
h1, h2, h3, .h3 { font-family: var(--font-display); line-height: 1.12; letter-spacing: -.02em; margin: 0 0 .5em; color: var(--ink); }
h1 { font-size: clamp(2.3rem, 5.4vw, 4rem); font-weight: 800; }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.5rem); font-weight: 800; }
h3, .h3 { font-size: 1.2rem; font-weight: 700; letter-spacing: -.01em; }
p { margin: 0 0 1em; }
ul, ol { padding-left: 1.2em; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: 16px; top: -60px; z-index: 100; background: var(--gold); color: var(--ink); padding: 10px 16px; border-radius: 8px; font-weight: 700; }
.skip:focus { top: 12px; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
@media (max-width: 600px) { .wrap { padding: 0 16px; } }
.narrow { max-width: 820px; }
.narrow-left { max-width: 720px; }
.center { text-align: center; }
.muted { color: var(--muted); }
.icon { width: 1.25em; height: 1.25em; flex: none; }
.icon--lg { width: 30px; height: 30px; }

/* ---------------------------------------------------------------- buttons */
.btn { display: inline-flex; align-items: center; gap: .5em; padding: .85em 1.35em; border-radius: 999px; font-weight: 700; font-size: 1rem; text-decoration: none; border: 2px solid transparent; transition: transform .15s ease, background-color .15s ease, box-shadow .15s ease; line-height: 1.2; }
.btn .icon { width: 1.1em; height: 1.1em; transition: transform .15s ease; }
.btn:hover .icon { transform: translateX(3px); }
.btn--primary { background: var(--green); color: var(--white); box-shadow: 0 6px 16px rgba(15, 77, 42, .25); }
.btn--primary:hover { background: var(--green-600); color: var(--white); transform: translateY(-1px); }
.btn--ghost { background: transparent; color: var(--green); border-color: var(--green); }
.btn--ghost:hover { background: var(--green-50); }
.btn--sm { padding: .55em 1.05em; font-size: .92rem; box-shadow: none; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 26px 0 0; }
.actions.center { justify-content: center; }
.link { display: inline-flex; align-items: center; gap: .4em; font-weight: 700; text-decoration: none; }
.link .icon { width: 1.05em; height: 1.05em; transition: transform .15s; }
.link:hover .icon { transform: translateX(3px); }
.link--light { color: var(--gold); }
.link--light:hover { color: #FFD36B; }
.more { margin-top: 32px; }

/* ---------------------------------------------------------------- header */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, .92); backdrop-filter: saturate(1.4) blur(10px); -webkit-backdrop-filter: saturate(1.4) blur(10px); border-bottom: 1px solid rgba(15, 77, 42, .08); }
.header-row { display: flex; align-items: center; gap: 24px; min-height: 72px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--green); font-family: var(--font-display); font-weight: 800; font-size: 1.4rem; letter-spacing: -.02em; }
.brand img { width: 44px; height: 44px; }
.brand--light { color: var(--white); }
.nav { margin-left: auto; display: flex; align-items: center; gap: 22px; }
.nav ul { list-style: none; display: flex; gap: 4px; margin: 0; padding: 0; }
.nav ul a { display: block; padding: 8px 12px; border-radius: 999px; text-decoration: none; color: var(--ink-2); font-weight: 600; font-size: .98rem; }
.nav ul a:hover { background: var(--green-50); color: var(--green); }
.nav ul a[aria-current="page"] { color: var(--green); background: var(--green-100); }
.nav-extra { display: flex; align-items: center; gap: 12px; }
.lang { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; font-size: .95rem; text-decoration: none; color: var(--ink-2); padding: 6px 10px; border-radius: 999px; }
.lang:hover { background: var(--green-50); color: var(--green); }
.lang .icon { width: 1.1em; height: 1.1em; }
.lang--light { color: #CFE3D6; }
.lang--light:hover { background: rgba(255, 255, 255, .08); color: var(--white); }
.menu-btn { display: none; margin-left: auto; width: 46px; height: 46px; border-radius: 12px; border: 1px solid var(--line); background: var(--white); color: var(--green); align-items: center; justify-content: center; cursor: pointer; }
.menu-btn .i-close { display: none; }
.menu-btn[aria-expanded="true"] .i-open { display: none; }
.menu-btn[aria-expanded="true"] .i-close { display: block; }

@media (max-width: 960px) {
  .menu-btn { display: inline-flex; }
  .nav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: 0 20px 30px rgba(0, 0, 0, .08); flex-direction: column; align-items: stretch; gap: 8px; padding: 12px 16px 20px; margin: 0; }
  .nav.is-open { display: flex; }
  .nav ul { flex-direction: column; }
  .nav ul a { padding: 12px 14px; font-size: 1.05rem; border-radius: 12px; }
  .nav-extra { justify-content: space-between; padding: 8px 4px 0; border-top: 1px solid var(--line); }
  .no-js .nav { display: flex; position: static; box-shadow: none; border: 0; padding: 0 0 12px; }
}

/* ---------------------------------------------------------------- hero */
.hero { position: relative; background: radial-gradient(1200px 520px at 85% -10%, rgba(227, 162, 26, .22), transparent 60%), linear-gradient(180deg, var(--cream) 0%, var(--cream-2) 100%); padding: 56px 0 72px; overflow: hidden; }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 8px; background: repeating-linear-gradient(90deg, var(--green) 0 40px, var(--gold) 40px 80px, var(--red) 80px 120px); opacity: .9; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 48px; align-items: center; }
.hero-grid > *, .split > *, .page-hero-grid > * { min-width: 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; background: var(--white); color: var(--green); border: 1px solid rgba(15, 77, 42, .14); padding: 6px 14px; border-radius: 999px; font-weight: 700; font-size: .9rem; margin-bottom: 22px; box-shadow: var(--shadow); }
.hero h1 { color: var(--green); margin-bottom: 18px; }
.hero h1 span { color: var(--ink); }
.lead { font-size: 1.15rem; color: var(--ink-2); max-width: 60ch; }
.section-head.center .lead { margin-left: auto; margin-right: auto; }
.ticks { list-style: none; padding: 0; margin: 26px 0 0; display: flex; flex-wrap: wrap; gap: 10px 22px; }
.ticks li { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; color: var(--ink-2); }
.ticks .icon { color: var(--white); background: var(--green); border-radius: 50%; padding: 3px; width: 22px; height: 22px; }
.ticks--list { flex-direction: column; gap: 12px; margin: 20px 0 26px; }
.ticks--list li { align-items: flex-start; }
.ticks--list .icon { margin-top: 2px; }
@media (max-width: 960px) { .hero-grid { grid-template-columns: minmax(0, 1fr); gap: 36px; } .hero { padding: 36px 0 56px; } }

/* ---------------------------------------------------------------- carousel */
.carousel { position: relative; border-radius: 26px; overflow: hidden; background: var(--green); box-shadow: var(--shadow-lg); }
.slides { display: flex; margin: 0; padding: 0; list-style: none; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; scroll-behavior: smooth; }
.slides::-webkit-scrollbar { display: none; }
.slides:focus-visible { outline-offset: -4px; }
.slide { flex: 0 0 100%; scroll-snap-align: start; position: relative; }
.slide-art { aspect-ratio: 16 / 11; background: var(--green-700); }
.slide-cap { background: var(--green); color: var(--white); padding: 18px 196px 20px 24px; min-height: 96px; border-top: 4px solid var(--gold); }
.slide-title { font-family: var(--font-display); font-weight: 800; font-size: 1.2rem; line-height: 1.2; margin: 0 0 4px; }
.slide-body { margin: 0; font-size: .95rem; color: #D6E8DC; }
.carousel-ui { position: absolute; right: 16px; bottom: 28px; display: flex; align-items: center; gap: 8px; }
.cbtn { width: 36px; height: 36px; border-radius: 50%; border: 0; background: rgba(255, 255, 255, .14); color: var(--white); display: inline-flex; align-items: center; justify-content: center; cursor: pointer; }
.cbtn:hover { background: rgba(255, 255, 255, .26); }
.cbtn .icon { width: 18px; height: 18px; }
.cbtn .i-play { display: none; }
.carousel.is-paused .cbtn .i-play { display: block; }
.carousel.is-paused .cbtn .i-pause { display: none; }
.dots { position: absolute; left: 0; right: 0; top: 14px; display: flex; justify-content: center; gap: 8px; pointer-events: none; }
.dot { pointer-events: auto; width: 10px; height: 10px; border-radius: 999px; border: 0; padding: 0; background: rgba(255, 255, 255, .7); box-shadow: 0 1px 3px rgba(0, 0, 0, .3); cursor: pointer; transition: width .25s, background-color .25s; }
.dot[aria-current="true"] { width: 28px; background: var(--gold); }
.no-js .carousel-ui { display: none; }
@media (max-width: 600px) {
  .slide-art { aspect-ratio: 4 / 3.2; }
  .slide-cap { padding: 14px 16px 64px; min-height: 0; }
  .carousel-ui { left: 16px; right: 16px; bottom: 14px; justify-content: flex-end; }
  .dots { bottom: auto; top: 12px; }
  .slide-title { font-size: 1.05rem; }
  .slide-body { font-size: .9rem; }
}

/* ---------------------------------------------------------------- sections */
.section { padding: 88px 0; }
.section--tint { background: var(--green-50); }
.section--cream { background: var(--cream); }
@media (max-width: 700px) { .section { padding: 60px 0; } }
.section-head { margin-bottom: 40px; max-width: 760px; }
.section-head.center { margin-left: auto; margin-right: auto; }
.kicker { text-transform: uppercase; letter-spacing: .12em; font-size: .8rem; font-weight: 800; color: var(--gold-600); margin-bottom: 10px; }
.band { padding: 88px 0; }
.band--green { background: var(--green); color: #D6E8DC; background-image: radial-gradient(900px 400px at 10% 0%, rgba(227, 162, 26, .16), transparent 60%); }
.band--green h2, .band--green h3 { color: var(--white); }
.band--green .kicker { color: var(--gold); }

.grid { display: grid; gap: 24px; }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 1000px) { .grid--4 { grid-template-columns: repeat(2, 1fr); } .grid--3 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 680px) { .grid--2, .grid--3, .grid--4 { grid-template-columns: 1fr; } }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.split--rev > :first-child { order: 2; }
.split--top { align-items: start; }
@media (max-width: 960px) { .split { grid-template-columns: minmax(0, 1fr); gap: 40px; } .split--rev > :first-child { order: 0; } }

.card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); }
.card h3 { display: flex; align-items: center; gap: 10px; }
.card h3 .icon { color: var(--green); }
.card p:last-child { margin-bottom: 0; }
.card + .card { margin-top: 20px; }
.grid > .card + .card { margin-top: 0; }
.card--accent { background: var(--gold-100); border-color: #F1D489; }
.card--service { padding: 0; overflow: hidden; display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s; }
.card--service:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.card--service > :not(.card-art) { padding: 0 28px; }
.card--service > p:last-child { padding-bottom: 28px; }
.card-art { height: 210px; margin-bottom: 22px; overflow: hidden; }
.card-art .photo { height: 100%; aspect-ratio: auto; border-radius: 0; }
.tag { display: inline-flex; align-items: center; gap: 6px; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; color: var(--green); margin-bottom: 10px; }
.tag .icon { width: 1.1rem; height: 1.1rem; }

.feature h3 { margin-top: 14px; }
.feature .icon--lg { color: var(--green); background: var(--green-100); padding: 10px; width: 52px; height: 52px; border-radius: 14px; }
.feature p { color: var(--ink-2); margin: 0; }
.feature--dark .icon--lg { color: var(--gold); background: rgba(255, 255, 255, .08); }
.feature--dark p { color: #C7DCCE; }
.feature--card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); }
.feature--card h2 { margin-top: 16px; }

/* steps */
.steps { list-style: none; counter-reset: s; padding: 0; margin: 0; display: grid; gap: 22px; }
.steps li { counter-increment: s; position: relative; padding-left: 64px; }
.steps li::before { content: counter(s); position: absolute; left: 0; top: -2px; width: 44px; height: 44px; border-radius: 14px; background: var(--green); color: var(--white); font-weight: 800; font-size: 1.1rem; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 14px rgba(15, 77, 42, .25); }
.steps li:nth-child(even)::before { background: var(--gold); color: var(--ink); }
.steps h3 { margin-bottom: 4px; }
.steps p { margin: 0; color: var(--ink-2); }
.steps--compact { gap: 16px; }

.timeline { list-style: none; counter-reset: t; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; position: relative; }
.timeline::before { content: ""; position: absolute; top: 22px; left: 8%; right: 8%; height: 3px; background: repeating-linear-gradient(90deg, var(--gold) 0 14px, transparent 14px 24px); }
.timeline li { counter-increment: t; position: relative; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 68px 24px 24px; box-shadow: var(--shadow); }
.timeline li::before { content: counter(t); position: absolute; top: 0; left: 24px; width: 46px; height: 46px; border-radius: 50%; background: var(--green); color: var(--white); font-weight: 800; display: flex; align-items: center; justify-content: center; border: 4px solid var(--white); box-shadow: 0 0 0 2px var(--green); }
.timeline p { margin: 0; color: var(--ink-2); }
@media (max-width: 860px) { .timeline { grid-template-columns: 1fr; } .timeline::before { display: none; } }

/* fares */
.table-wrap { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
table.fares { width: 100%; border-collapse: collapse; font-size: 1rem; }
.fares caption { text-align: left; padding: 16px 20px 0; color: var(--muted); font-size: .9rem; }
.fares th { text-align: left; font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); padding: 14px 20px; border-bottom: 1px solid var(--line); background: var(--green-50); }
.fares td { padding: 13px 20px; border-bottom: 1px solid #EDF1EE; }
.fares tbody tr:last-child td { border-bottom: 0; }
.fares tbody tr:hover { background: var(--cream-2); }
.fares .num { width: 64px; color: var(--muted); font-variant-numeric: tabular-nums; }
.fares td.num { font-weight: 700; }
.fares .fare { text-align: right; font-weight: 800; color: var(--green); white-space: nowrap; font-variant-numeric: tabular-nums; }
.table-wrap--compact td { padding: 10px 18px; }
.note { font-size: .95rem; color: var(--muted); border-left: 3px solid var(--gold); padding-left: 14px; margin: 20px 0; }
.note.center { border: 0; padding: 0; max-width: 720px; margin: 28px auto 0; }
.period .label { margin-top: 14px; }
.times { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.times li { background: var(--green-100); color: var(--green); font-weight: 800; padding: 6px 14px; border-radius: 999px; font-variant-numeric: tabular-nums; }
.label { font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; color: var(--muted); margin: 0 0 8px; }

/* chips + language card */
.chips { list-style: none; padding: 0; margin: 24px 0 0; display: flex; flex-wrap: wrap; gap: 10px; }
.chip { padding: 8px 16px; border-radius: 999px; background: var(--green-50); border: 1px solid var(--green-100); font-weight: 700; color: var(--green); font-size: .95rem; }
.chip--mtn { background: #FFCB05; border-color: #E8B800; color: #00263A; }
.chip--orange { background: #FF7900; border-color: #E86E00; color: #FFFFFF; }
.lang-card { background: var(--green); color: #D6E8DC; border-radius: 24px; padding: 40px; box-shadow: var(--shadow-lg); position: relative; overflow: hidden; }
.lang-card::after { content: ""; position: absolute; right: -60px; bottom: -60px; width: 220px; height: 220px; border-radius: 50%; border: 26px solid rgba(227, 162, 26, .22); }
.lang-big { font-family: var(--font-display); font-size: clamp(1.8rem, 3.6vw, 2.6rem); font-weight: 800; color: var(--white); margin: 0; line-height: 1.15; }
.lang-big + .lang-big { color: var(--gold); margin-bottom: 16px; }
.lang-card p:last-child { margin: 0; position: relative; z-index: 1; max-width: 44ch; }

/* ---------------------------------------------------------------- phone mockups */
.phones { position: relative; display: flex; justify-content: center; align-items: flex-start; }
.phones .phone:first-child { transform: rotate(-3deg); }
.phones .phone + .phone { margin-left: -56px; margin-top: 64px; transform: rotate(4deg); position: relative; z-index: 1; }
.phones--single .phone:first-child { transform: none; }
@media (max-width: 640px) {
  .phones { flex-direction: column; align-items: center; gap: 28px; }
  .phones .phone:first-child, .phones .phone + .phone { transform: none; margin: 0; }
}
.phone { width: 280px; border-radius: 40px; background: #121412; padding: 11px; box-shadow: var(--shadow-lg), inset 0 0 0 2px #2c302d; }
.phone-screen { border-radius: 30px; overflow: hidden; background: #F4F8F4; min-height: 500px; display: flex; flex-direction: column; font-size: 13px; line-height: 1.35; }
.app-bar { background: var(--green); color: var(--white); display: flex; align-items: center; gap: 8px; padding: 30px 16px 14px; font-weight: 800; font-size: 17px; }
.app-bar img { border-radius: 50%; background: var(--cream); }
.app-bar--plain { justify-content: space-between; font-size: 15px; }
.app-bar em { font-style: normal; font-size: 11px; background: rgba(255, 255, 255, .16); padding: 3px 9px; border-radius: 999px; font-weight: 700; }
.app-body { padding: 14px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.app-chips { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.app-chips span { display: flex; align-items: center; justify-content: center; gap: 5px; border: 1px solid #9AA59E; border-radius: 999px; padding: 7px 4px; color: var(--green); font-weight: 700; font-size: 11.5px; }
.app-chips .icon { width: 14px; height: 14px; }
.app-field { border: 1px solid #9AA59E; border-radius: 6px; padding: 7px 10px; font-weight: 700; background: var(--white); min-width: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.app-field small { display: block; font-size: 10px; font-weight: 500; color: var(--muted); }
.app-row { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8px; }
.app-quote, .app-card { background: var(--white); border-radius: 12px; padding: 10px 12px; box-shadow: 0 1px 3px rgba(0, 0, 0, .08); }
.app-quote p, .app-card p, .app-kv { display: flex; justify-content: space-between; gap: 10px; margin: 0; padding: 4px 0; color: var(--ink-2); }
.app-quote b, .app-card b, .app-kv b { color: var(--ink); white-space: nowrap; }
.app-quote .total, .app-card .total { border-top: 1px solid var(--line); margin-top: 4px; padding-top: 8px; font-weight: 800; color: var(--ink); }
.app-cta { margin-top: auto; background: var(--green); color: var(--white); text-align: center; border-radius: 999px; padding: 12px; font-weight: 800; }
.app-tabs { display: grid; grid-template-columns: repeat(3, 1fr); background: #ECEEEA; padding: 10px 6px 16px; text-align: center; font-size: 11px; color: var(--ink-2); font-weight: 600; }
.app-tabs span { padding: 5px 0; border-radius: 999px; }
.app-tabs .on { background: rgba(227, 162, 26, .4); color: var(--ink); }
.app-car { display: flex; align-items: center; gap: 10px; background: var(--taxi); border-radius: 12px; padding: 12px 14px; font-weight: 800; color: var(--ink); }
.app-car-icon { width: 30px; height: 30px; }
.app-kv { background: var(--white); border-radius: 8px; padding: 8px 10px; }
.app-code { background: var(--gold-100); border: 1px dashed var(--gold-600); border-radius: 12px; padding: 10px; text-align: center; }
.app-code small { display: block; color: var(--ink-2); font-size: 11px; }
.app-code b { font-size: 24px; letter-spacing: .12em; color: var(--green); font-variant-numeric: tabular-nums; }
.app-map { position: relative; height: 96px; border-radius: 12px; background: #DDEBD8; background-image: linear-gradient(90deg, rgba(255, 255, 255, .6) 1px, transparent 1px), linear-gradient(0deg, rgba(255, 255, 255, .6) 1px, transparent 1px); background-size: 22px 22px; overflow: hidden; }
.map-road { position: absolute; left: -10px; right: -10px; top: 40px; height: 12px; background: #F7E6A6; transform: rotate(-12deg); border-top: 2px solid #E8C860; border-bottom: 2px solid #E8C860; }
.map-dot { position: absolute; left: 46%; top: 36px; width: 18px; height: 18px; border-radius: 50%; background: var(--green); border: 3px solid var(--white); box-shadow: 0 0 0 6px rgba(15, 77, 42, .2); }
.app-map small { position: absolute; left: 8px; bottom: 6px; right: 8px; font-size: 10px; background: rgba(255, 255, 255, .9); border-radius: 6px; padding: 3px 6px; color: var(--ink-2); }
.app-total { background: var(--green); color: var(--white); border-radius: 14px; padding: 18px; text-align: center; }
.app-total small { display: block; color: #CFE3D6; }
.app-total b { font-size: 26px; }
.app-card-h { font-weight: 800; color: var(--ink) !important; }
.app-card-h em { font-style: normal; color: #2E8B3E; }

/* ---------------------------------------------------------------- page hero */
.page-hero { background: linear-gradient(180deg, var(--cream) 0%, var(--cream-2) 100%); padding: 64px 0; border-bottom: 1px solid #F0E2C4; }
.page-hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
.page-hero-grid--solo { grid-template-columns: 1fr; max-width: 860px; }
.page-hero h1 { color: var(--green); font-size: clamp(2.1rem, 4.6vw, 3.4rem); }
.page-hero-art .photo { border-radius: 24px; box-shadow: var(--shadow-lg); }
.page-hero--legal { padding: 52px 0 36px; }
.page-hero--legal h1 { font-size: clamp(2rem, 4vw, 3rem); }
.page-hero--404 { padding: 80px 0; }
.story-art { position: relative; }
.about-logo { position: absolute; left: -14px; bottom: -34px; width: 132px; filter: drop-shadow(0 10px 20px rgba(0, 0, 0, .25)); }
.about-logo img { width: 100%; height: auto; }
.credits { padding-left: 1.1em; font-size: .92rem; color: var(--ink-2); display: grid; gap: 6px; }
@media (max-width: 900px) { .page-hero-grid { grid-template-columns: minmax(0, 1fr); } .page-hero { padding: 44px 0; } }

.photo { position: relative; margin: 0; aspect-ratio: 16 / 11; overflow: hidden; background: var(--green-100); }
.photo picture, .photo img { display: block; width: 100%; height: 100%; }
.photo img { object-fit: cover; }
.photo--card { border-radius: 24px; box-shadow: var(--shadow-lg); }
.credit { position: absolute; right: 8px; bottom: 8px; max-width: calc(100% - 16px); font-size: .68rem; line-height: 1.3; color: rgba(255, 255, 255, .92); background: rgba(0, 0, 0, .45); padding: 2px 8px; border-radius: 999px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.credit a { color: inherit; text-decoration: none; }
.credit a:hover { text-decoration: underline; color: #fff; }

/* vehicles (hire) */
.hire-grid { margin-top: 8px; }
.vehicles { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; align-content: start; }
.vehicles li { display: flex; align-items: center; gap: 12px; background: var(--white); border: 1px solid var(--line); border-radius: 14px; padding: 14px 16px; font-weight: 800; color: var(--ink); box-shadow: var(--shadow); }
.vehicles .icon { color: var(--green); background: var(--green-100); border-radius: 10px; padding: 7px; width: 38px; height: 38px; }

/* driver earnings calc */
.calc { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 24px; box-shadow: var(--shadow); margin: 24px 0; }
.calc p { display: flex; justify-content: space-between; gap: 16px; margin: 0; padding: 7px 0; color: var(--ink-2); }
.calc b { color: var(--ink); white-space: nowrap; font-variant-numeric: tabular-nums; }
.calc .calc-h { font-weight: 800; color: var(--ink); padding-top: 0; }
.calc .total { border-top: 2px solid var(--green); margin-top: 6px; padding-top: 12px; font-weight: 800; color: var(--ink); font-size: 1.1rem; }
.calc .total b { color: var(--green); }
.calc small { display: block; color: var(--muted); margin-top: 8px; }

/* stats */
.stats { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.stats b { display: block; font-family: var(--font-display); font-size: clamp(2.2rem, 4.5vw, 3.2rem); color: var(--gold); line-height: 1.1; }
.stats span { color: #D6E8DC; }
@media (max-width: 800px) { .stats { grid-template-columns: 1fr 1fr; } }

/* callout */
.callout { display: flex; gap: 12px; align-items: flex-start; background: #FDECEC; border: 1px solid #F3C4C5; color: #6E0C10; border-radius: var(--radius-sm); padding: 14px 16px; margin-top: 18px; font-weight: 600; }
.callout .icon { color: var(--red); margin-top: 3px; }

/* ---------------------------------------------------------------- FAQ */
.faq { display: grid; gap: 12px; }
.faq details { background: var(--white); border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 1px 2px rgba(0, 0, 0, .03); }
.faq details[open] { border-color: rgba(15, 77, 42, .35); box-shadow: var(--shadow); }
.faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 18px 20px; font-weight: 700; font-size: 1.05rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq-chev { width: 20px; height: 20px; color: var(--green); transition: transform .2s; flex: none; }
.faq details[open] .faq-chev { transform: rotate(90deg); }
.faq-a { padding: 0 20px 18px; color: var(--ink-2); }
.faq-a p { margin: 0; }
.faq-group { font-size: 1.35rem; margin: 40px 0 16px; }
.faq-group:first-child { margin-top: 0; }
.help-grid { display: grid; grid-template-columns: 1fr 360px; gap: 48px; align-items: start; }
.card--sticky { position: sticky; top: 96px; }
@media (max-width: 960px) { .help-grid { grid-template-columns: 1fr; } .card--sticky { position: static; } }
.contacts { list-style: none; padding: 0; margin: 16px 0 0; display: grid; gap: 10px; }
.contact { display: flex; align-items: center; gap: 12px; padding: 12px 14px; border-radius: 12px; background: var(--green-50); text-decoration: none; color: var(--ink); font-weight: 700; }
.contact:hover { background: var(--green-100); color: var(--ink); }
.contact .icon { color: var(--green); width: 24px; height: 24px; }
.contact small { display: block; font-weight: 500; color: var(--muted); font-size: .8rem; }

/* ---------------------------------------------------------------- legal */
.legal-grid { display: grid; grid-template-columns: 260px 1fr; gap: 56px; align-items: start; }
.toc { position: sticky; top: 96px; font-size: .95rem; }
.toc ol { margin: 0; padding-left: 1.2em; display: grid; gap: 6px; color: var(--muted); }
.toc a { text-decoration: none; color: var(--ink-2); }
.toc a:hover { color: var(--green); text-decoration: underline; }
.prose { max-width: 740px; }
.prose section { margin-bottom: 34px; }
.prose h2 { font-size: 1.45rem; }
.prose li { margin-bottom: 8px; }
@media (max-width: 900px) { .legal-grid { grid-template-columns: 1fr; gap: 24px; } .toc { position: static; background: var(--green-50); border-radius: var(--radius-sm); padding: 16px 18px; } }

/* ---------------------------------------------------------------- download band */
.band--download { background: var(--green-700); color: #D6E8DC; padding: 72px 0; position: relative; overflow: hidden; }
.band--download::before { content: ""; position: absolute; inset: 0; background: radial-gradient(700px 300px at 90% 100%, rgba(227, 162, 26, .25), transparent 60%); }
.download { position: relative; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
.download h2 { color: var(--white); }
.download-copy p { max-width: 56ch; }
.download-badge img { width: 190px; height: 190px; filter: drop-shadow(0 16px 30px rgba(0, 0, 0, .35)); }
@media (max-width: 760px) { .download { grid-template-columns: 1fr; } .download-badge { display: none; } }
.stores { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 22px; }
.store { position: relative; display: inline-flex; align-items: center; gap: 10px; height: 58px; padding: 6px 20px 0 14px; border-radius: 12px; background: #000; color: #fff; text-decoration: none; border: 1.5px solid #A6A6A6; min-width: 186px; }
.store:hover { color: #fff; background: #111; border-color: #fff; }
.store-logo { width: 30px; height: 30px; flex: none; }
.store-text { display: flex; flex-direction: column; line-height: 1.05; }
.store-text small { font-size: .7rem; font-weight: 500; letter-spacing: .02em; }
.store-text b { font-size: 1.3rem; font-weight: 600; letter-spacing: -.01em; }
.hero-stores .stores { margin-top: 28px; }
.hero-link { margin: 14px 0 0; }

/* ---------------------------------------------------------------- footer */
.site-footer { background: #0A2E1A; color: #B9D2C1; padding: 64px 0 28px; font-size: .95rem; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; }
.footer-brand p { max-width: 38ch; margin-top: 16px; }
.tagline { font-style: italic; color: var(--gold); font-weight: 700; }
.footer-h { color: var(--white); font-weight: 800; margin-bottom: 12px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.site-footer a { color: #D6E8DC; text-decoration: none; }
.site-footer a:hover { color: var(--white); text-decoration: underline; }
.footer-base { margin-top: 48px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .1); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-base p { margin: 0; }
@media (max-width: 860px) { .footer-grid { grid-template-columns: 1fr 1fr; } .footer-brand { grid-column: 1 / -1; } }

/* language suggestion (JS) */
.lang-hint { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 60; max-width: 460px; margin-left: auto; background: var(--ink); color: var(--white); border-radius: 14px; padding: 14px 16px; display: flex; align-items: center; gap: 12px; box-shadow: var(--shadow-lg); font-size: .95rem; }
.lang-hint a { color: var(--gold); font-weight: 800; white-space: nowrap; }
.lang-hint button { margin-left: auto; background: transparent; border: 0; color: #bbb; cursor: pointer; padding: 4px; }
.lang-hint button .icon { width: 18px; height: 18px; }

@media print {
  .site-header, .band--download, .carousel-ui, .site-footer, .toc { display: none; }
  body { font-size: 12pt; }
}
.phones--single .phone-screen { min-height: 0; }
.phones--single .app-body { padding-bottom: 28px; }
.photo--pending { display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, var(--green) 0%, var(--green-600) 60%, #1d7a45 100%); }
.photo--pending img { width: 96px; height: 96px; opacity: .9; filter: drop-shadow(0 8px 20px rgba(0, 0, 0, .3)); }
