/* ============================================================
   OnTaxi — landing design system  (redesign 2026)
   Brand: green #00A660 · yellow #FDCA0B · ink #16201A
   ============================================================ */

:root {
  /* brand (exact brandbook hex) */
  --green: #00a660;            /* Зелений */
  --green-600: #009254;
  --green-700: #007a47;
  --green-900: #26402f;        /* Темний Зелений */
  --green-soft: #e6f6ee;
  --green-tint: #eef9f2;
  --green-light: #85de9b;      /* Світлий Зелений */
  --green-grad-from: #00a625;  /* Градієнт зелений */
  --yellow: #fdca0b;           /* Жовтий */
  --yellow-l: #ffde3d;         /* Градієнт жовтий top */
  --yellow-d: #ecbb00;

  /* neutral (brandbook base colours) */
  --ink: #212426;             /* Темний Сірий */
  --ink-2: #2f3a41;           /* Сірий — text */
  --muted: #5f6b66;
  --line: #e4ebe6;
  --paper: #f7f8fa;           /* Світлий Сірий */
  --white: #ffffff;

  /* business audience (brandbook: Сірий + Жовтий, не зелений) */
  --biz-900: #1a2228;
  --biz-700: #2f3a41;
  --biz-600: #3d4a54;
  --biz-soft: #eef1f4;
  --biz-tint: #f4f6f9;

  /* driver dark theme surfaces */
  --dark: #212426;
  --dark-2: #2a2e2c;
  --dark-3: #2f3a41;
  --dark-line: rgba(255,255,255,.12);

  /* layout */
  --maxw: 1140px;
  --maxw-narrow: 860px;
  --radius: 22px;
  --radius-sm: 14px;
  --radius-pill: 999px;

  /* shadow */
  --sh-sm: 0 1px 2px rgba(16, 32, 26, .06), 0 2px 8px rgba(16, 32, 26, .05);
  --sh-md: 0 8px 28px rgba(16, 32, 26, .09);
  --sh-lg: 0 22px 60px rgba(16, 32, 26, .16);
  --sh-green: 0 18px 40px rgba(0, 166, 96, .22);
  --sh-yellow: 0 14px 32px rgba(240, 180, 0, .35);

  /* motion */
  --ease: cubic-bezier(.22, 1, .36, 1);
  --ease-bounce: cubic-bezier(.34, 1.56, .64, 1);
  --dur: 240ms;
  --dur-fast: 140ms;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scrollbar-gutter: stable; }

body {
  margin: 0;
  font-family: "Geologica", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 350;
  color: var(--ink);
  background: var(--white);
  line-height: 1.55;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

h1, h2, h3, h4 { font-weight: 800; line-height: 1.08; margin: 0 0 .4em; letter-spacing: -.02em; }
h1 { letter-spacing: -.03em; }
p { margin: 0 0 1em; }
img, svg { max-width: 100%; }
a { color: inherit; text-decoration: none; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

.sr {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
:focus-visible { outline: 3px solid var(--green); outline-offset: 3px; border-radius: 6px; }

/* ============================================================
   HEADER
   ============================================================ */
.site-head {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  width: 100%;
}
.top {
  position: relative;
  background: var(--green);
  border-bottom: 1px solid rgba(0,0,0,.06);
}
main { padding-top: var(--site-head-h, 51px); }
.top.scrolled { background: rgba(0,166,96,.94); backdrop-filter: saturate(180%) blur(12px); -webkit-backdrop-filter: saturate(180%) blur(12px); }
.nav {
  display: flex; align-items: center; gap: 16px;
  max-width: var(--maxw); margin: 0 auto;
  padding: 12px 24px;
}
.logo { display: inline-flex; align-items: center; gap: 0; flex-shrink: 0; }
.logo .logo-svg { height: 28px; width: auto; display: block; }
.logo .logo-mark { display: none; }
/* logo used as-is on brand green: white "ON" + yellow "TAXI" (brandbook-compliant) */

.nav-spacer { flex: 1; }

.nav-link {
  display: none; font-weight: 600; font-size: 15px; color: rgba(255,255,255,.92);
  padding: 8px 12px; border-radius: 10px; transition: color var(--dur), background var(--dur);
}
.nav-link:hover { color: #fff; background: rgba(255,255,255,.14); }

.city-select-wrap { position: relative; display: inline-flex; align-items: center; }
.city-select-wrap::before {
  content: ""; position: absolute; left: 15px; width: 16px; height: 16px; pointer-events: none; z-index: 1;
  background: no-repeat center/contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
}
.city-select {
  appearance: none; font-family: inherit; font-weight: 700; font-size: 14.5px;
  padding: 11px 38px 11px 40px; border-radius: var(--radius-pill);
  border: 1.5px solid rgba(255,255,255,.45); background: rgba(255,255,255,.16);
  color: #fff; cursor: pointer; min-height: 44px; max-width: min(220px, 52vw);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23ffffff' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 16px center;
  transition: border-color var(--dur), background var(--dur);
}
.city-select option { color: var(--ink); }
.city-select:hover { border-color: #fff; background: rgba(255,255,255,.24); }
.city-select:focus-visible { outline: none; border-color: #fff; box-shadow: 0 0 0 4px rgba(255,255,255,.25); }

/* ============================================================
   ROLE MENU (segmented tabs)
   ============================================================ */
.menu { position: relative; width: 100%; background: var(--white); border-bottom: 1px solid var(--line); }
.menu .inner {
  max-width: var(--maxw); margin: 0 auto; display: flex; gap: 4px; padding: 8px 24px;
  width: 100%; box-sizing: border-box;
}
@media (min-width: 1000px) {
  .menu .inner { padding-left: calc(24px + 118px + 16px); padding-right: 24px; }
}
.menu button {
  position: relative; background: transparent; color: var(--muted); border: 0;
  font-family: inherit; font-weight: 700; font-size: 15px; padding: 12px 18px;
  cursor: pointer; min-height: 46px; border-radius: 12px;
  transition: color var(--dur), background var(--dur);
}
.menu button::after {
  content: ""; position: absolute; left: 18px; right: 18px; bottom: 4px; height: 3px;
  border-radius: 3px; background: var(--green); transform: scaleX(0); transition: transform var(--dur) var(--ease);
}
.menu button:hover { color: var(--ink); }
.menu button[aria-selected="true"] { color: var(--green); }
.menu button[aria-selected="true"]::after { transform: scaleX(1); }

/* ============================================================
   VIEWS
   ============================================================ */
.view { display: none; }
.view.active { display: block; animation: viewIn .4s var(--ease); }
@keyframes viewIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: inherit; font-weight: 700; font-size: 16px; line-height: 1;
  padding: 16px 26px; border-radius: var(--radius-sm); border: 0; cursor: pointer;
  min-height: 54px; transition: transform var(--dur) var(--ease), box-shadow var(--dur), background var(--dur), border-color var(--dur);
}
.btn:active { transform: scale(.97); }
.btn-yellow { background: var(--yellow); color: var(--ink); box-shadow: var(--sh-yellow); }
.btn-yellow:hover { background: var(--yellow-l); transform: translateY(-2px); box-shadow: 0 18px 40px rgba(240, 180, 0, .45); }
.btn-green { background: var(--green); color: #fff; box-shadow: var(--sh-green); }
.btn-green:hover { background: var(--green-600); transform: translateY(-2px); }
.btn-outline { background: transparent; color: var(--ink); border: 2px solid var(--line); }
.btn-outline:hover { border-color: var(--green); color: var(--green); }
.on-dark .btn-outline, .hero .btn-outline { color: #fff; border-color: rgba(255, 255, 255, .55); }
.on-dark .btn-outline:hover, .hero .btn-outline:hover { border-color: #fff; background: rgba(255, 255, 255, .12); color: #fff; }
.btn-outline-light, .business-band .btn-outline {
  background: transparent; color: #fff; border: 2px solid rgba(255, 255, 255, .55);
}
.btn-outline-light:hover, .business-band .btn-outline:hover {
  border-color: #fff; background: rgba(255, 255, 255, .12); color: #fff;
}

.phone {
  display: inline-flex; align-items: center; gap: 10px; font-weight: 900; font-size: 17px;
  padding: 9px 22px 9px 16px; border-radius: var(--radius-pill); min-height: 54px;
  background: var(--yellow); color: var(--ink); border: 0; box-shadow: var(--sh-yellow);
  transition: background var(--dur), transform var(--dur), box-shadow var(--dur);
}
.phone svg { width: 22px; height: 22px; flex-shrink: 0; }
.phone:hover { background: var(--yellow-l); transform: translateY(-2px); box-shadow: 0 16px 36px rgba(240,180,0,.42); }
.phone .phone-num { font-size: 20px; font-weight: 900; line-height: 1; }
.phone .phone-free { font-style: normal; font-size: 11px; font-weight: 700; line-height: 1; opacity: .72; text-transform: uppercase; letter-spacing: .04em; display: block; margin-top: 2px; }
.phone-txt { display: flex; flex-direction: column; align-items: flex-start; }

/* store badges (official SVG) */
.app-badges { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.store { display: inline-flex; line-height: 0; transition: transform var(--dur) var(--ease), opacity var(--dur); }
.store img { height: 46px; width: auto; display: block; border-radius: 0; }
.store:hover { transform: translateY(-2px); opacity: .92; }
.store:active { transform: scale(.97); }
.store--sm img { height: 42px; }
.store--detected { outline: 3px solid var(--yellow); outline-offset: 3px; border-radius: 10px; }
.app-badges--hero .store--detected { outline: none; }

.cta-row--downloads { align-items: center; gap: 14px 18px; }
.app-badges--hero .store img { height: 50px; }

.cta-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.cta-row--center { justify-content: center; }
.cta-row--stores { gap: 10px; margin-top: 10px; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative; color: #fff; overflow: hidden;
  background: radial-gradient(120% 120% at 85% -10%, var(--green) 0%, var(--green-600) 42%, var(--green-700) 100%);
  padding: clamp(2.5rem, 6vw, 4.5rem) 0 clamp(3rem, 7vw, 5rem);
}
.hero::before { /* mesh glow */
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(40% 50% at 12% 18%, rgba(253, 202, 11, .28), transparent 60%),
    radial-gradient(46% 46% at 92% 78%, rgba(255, 255, 255, .14), transparent 60%);
}
.hero::after { /* subtle dot grid */
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .5;
  background-image: radial-gradient(rgba(255, 255, 255, .14) 1px, transparent 1.4px);
  background-size: 26px 26px; mask-image: linear-gradient(180deg, #000, transparent 70%);
  -webkit-mask-image: linear-gradient(180deg, #000, transparent 70%);
}
.hero .wrap { position: relative; z-index: 2; }

.hero-orbs { position: absolute; inset: 0; pointer-events: none; z-index: 1; overflow: hidden; }
.hero-orbs::before, .hero-orbs::after {
  content: ""; position: absolute; border-radius: 50%; filter: blur(8px); opacity: .5;
}
.hero-orbs::before { width: 320px; height: 320px; left: -90px; top: 40px;
  background: radial-gradient(circle, rgba(253, 202, 11, .5), transparent 70%); animation: float1 14s ease-in-out infinite; }
.hero-orbs::after { width: 360px; height: 360px; right: -110px; bottom: -90px;
  background: radial-gradient(circle, rgba(0, 255, 150, .25), transparent 70%); animation: float2 18s ease-in-out infinite; }
@keyframes float1 { 0%, 100% { transform: translate(0, 0); } 50% { transform: translate(30px, 24px); } }
@keyframes float2 { 0%, 100% { transform: translate(0, 0); } 50% { transform: translate(-26px, -30px); } }

.hero-grid {
  display: grid; grid-template-columns: 1.06fr .94fr; gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: start;
}
body:not(.on-home) .hero {
  padding: clamp(1.75rem, 3.5vw, 2.5rem) 0 clamp(3rem, 7vw, 5rem);
}
.hero-copy > .eyebrow { margin-top: 0; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .1em; margin: 0 0 1rem;
  padding: 7px 14px; border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, .14); border: 1px solid rgba(255, 255, 255, .22);
}
.eyebrow::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 4px rgba(253, 202, 11, .25); }

.hero h1 { font-size: clamp(34px, 6vw, 62px); max-width: 15ch; margin-bottom: .35em; }
.hero h1 .hl { color: #fff; box-shadow: inset 0 -0.16em 0 rgba(253, 202, 11, .9); }
.hero .sub { font-weight: 400; font-size: clamp(17px, 2.2vw, 21px); max-width: 42ch; margin-bottom: 28px; opacity: .94; }

.promo-pill, .stat-pill {
  display: inline-flex; align-items: center; gap: 12px; margin-bottom: 26px;
}
.promo-pill {
  background: var(--yellow); color: var(--ink); border-radius: var(--radius-pill);
  padding: 10px 20px 10px 10px; font-weight: 700; box-shadow: var(--sh-yellow);
}
.promo-pill .pct {
  font-weight: 900; font-size: 17px; background: var(--ink); color: var(--yellow);
  width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; flex-shrink: 0;
}
.stat-pill {
  flex-direction: column; align-items: flex-start; gap: 2px;
  background: rgba(255, 255, 255, .14); border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 18px; padding: 14px 22px; backdrop-filter: blur(6px);
}
.stat-pill b { font-size: 28px; font-weight: 900; line-height: 1; }
.stat-pill span { font-size: 13.5px; opacity: .9; }

/* staggered hero copy reveal */
.hero-copy > * { animation: rise .7s var(--ease) both; }
.hero-copy > .eyebrow { animation-delay: .02s; }
.hero-copy > h1 { animation-delay: .1s; }
.hero-copy > .sub { animation-delay: .2s; }
.hero-copy > .class-chips { animation-delay: .28s; }
.hero-copy > .promo-pill, .hero-copy > .stat-pill { animation-delay: .28s; }
.hero-copy > .cta-row { animation-delay: .36s; }
.hero-copy > .cta-row--stores { animation-delay: .44s; }
.hero-copy .trust-inline { animation-delay: .52s; }
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }

.trust-inline { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 26px; font-size: 14px; opacity: .92; }
.trust-inline span { display: inline-flex; align-items: center; gap: 7px; }
.trust-inline svg { width: 17px; height: 17px; color: var(--yellow); flex-shrink: 0; }

/* hero visual: phone + city photo */
.hero-visual { position: relative; min-height: 380px; display: flex; align-items: center; justify-content: center; }
.hero-split .hero-visual { min-height: 420px; padding-left: clamp(100px, 22%, 170px); padding-right: 8px; }

.hero-photo-cluster {
  position: absolute; left: 0; top: 50%; transform: translateY(-50%);
  width: min(36%, 172px); z-index: 3; display: flex; flex-direction: column; gap: 10px;
  pointer-events: none;
}
.hero-photo-cluster .city-photo-wrap {
  position: relative; left: auto; bottom: auto; width: 100%;
  border-radius: 16px; overflow: hidden; box-shadow: var(--sh-lg); border: 4px solid #fff;
}
.hero-photo-cluster .city-photo-wrap--main {
  transform: rotate(-5deg);
  animation: cardFloat 7s ease-in-out infinite;
}
.hero-photo-extra { display: flex; justify-content: flex-end; }
.hero-photo-extra .city-photo-wrap {
  width: 86%; transform: rotate(5deg); animation: cardFloat 8s ease-in-out infinite;
  animation-delay: -2.5s; border-width: 3px;
}

.hero-city-bg { display: none; } /* photo handled via card now */

.phone-mock {
  position: relative; width: min(270px, 64vw); aspect-ratio: 9/18.6;
  background: linear-gradient(160deg, #1d2622, #0c130f); border-radius: 38px; padding: 11px;
  box-shadow: var(--sh-lg), 0 0 0 2px rgba(255, 255, 255, .06) inset;
  z-index: 2;
}
.phone-mock--float { animation: phoneFloat 6s ease-in-out infinite; }
@keyframes phoneFloat { 0%, 100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-14px) rotate(-.6deg); } }
.phone-mock::before { /* notch */
  content: ""; position: absolute; top: 16px; left: 50%; transform: translateX(-50%);
  width: 84px; height: 6px; background: rgba(255, 255, 255, .25); border-radius: 99px; z-index: 3;
}
.phone-screen {
  height: 100%; border-radius: 28px; overflow: hidden; position: relative; background: #e9f3ec;
}
.app-screen { display: block; width: 100%; height: 100%; }
.app-screen text { font-family: "Geologica", system-ui, sans-serif; }
.mock-bar { height: 34px; background: var(--green); }
.mock-map { flex: 1; position: relative; background:
  linear-gradient(115deg, #cdeed9, #a9dec0),
  repeating-linear-gradient(45deg, rgba(255, 255, 255, .35) 0 2px, transparent 2px 22px); }
.mock-map::before { /* route line */
  content: ""; position: absolute; left: 18%; top: 24%; width: 56%; height: 40%;
  border-left: 4px solid var(--green); border-bottom: 4px solid var(--green);
  border-radius: 0 0 0 26px; opacity: .85;
}
.mock-map::after { /* pin */
  content: ""; position: absolute; width: 16px; height: 16px; background: var(--green);
  border: 3px solid #fff; border-radius: 50% 50% 50% 0; transform: rotate(-45deg);
  top: 30%; left: 62%; box-shadow: 0 0 0 7px rgba(0, 166, 96, .22);
}
.mock-card, .mock-earnings {
  margin: 12px; background: #fff; border-radius: 16px; padding: 13px 15px;
  box-shadow: 0 8px 20px rgba(16, 32, 26, .12); display: flex; justify-content: space-between;
  align-items: center; font-size: 13px; font-weight: 600; color: var(--ink);
}
.mock-card span::before { content: "🚗  "; }
.mock-card b, .mock-earnings b { font-size: 18px; font-weight: 900; color: var(--green); }
.mock-earnings { flex-direction: column; align-items: flex-start; gap: 2px; }
.mock-earnings span { font-size: 12px; color: var(--muted); }

/* city photo card floating beside phone */
.city-photo-wrap {
  position: absolute; left: 0; bottom: 10%; width: min(34%, 150px);
  border-radius: 16px; overflow: hidden; box-shadow: var(--sh-lg);
  border: 4px solid #fff; transform: rotate(-5deg); z-index: 1;
  animation: cardFloat 7s ease-in-out infinite;
}
@keyframes cardFloat { 0%, 100% { transform: rotate(-5deg) translateY(0); } 50% { transform: rotate(-5deg) translateY(-10px); } }
.city-photo-wrap.no-photo { display: none; }
.city-photo { display: block; width: 100%; height: auto; aspect-ratio: 4/3; object-fit: cover; }
.city-photo-label {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 16px 12px 8px;
  font-size: 12px; font-weight: 800; color: #fff;
  background: linear-gradient(transparent, rgba(0, 0, 0, .55));
}
.city-photo-label::before {
  content: ""; display: inline-block; width: 12px; height: 12px; margin-right: 5px; vertical-align: -1px;
  background: no-repeat center/contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fdca0b'%3E%3Cpath d='M12 2a8 8 0 0 0-8 8c0 6 8 12 8 12s8-6 8-12a8 8 0 0 0-8-8Zm0 11a3 3 0 1 1 0-6 3 3 0 0 1 0 6Z'/%3E%3C/svg%3E");
}

/* ============================================================
   SECTIONS
   ============================================================ */
section { padding: clamp(3rem, 6vw, 5rem) 0; }
.light { background: var(--paper); }
.white { background: var(--white); }
.tint { background: var(--green-tint); }

.section-head { max-width: 56ch; margin: 0 0 2.5rem; }
.section-head.center { margin-inline: auto; text-align: center; }
h2.sec { font-size: clamp(27px, 4vw, 40px); }
.kicker { color: var(--green); font-weight: 800; font-size: 14px; text-transform: uppercase; letter-spacing: .08em; margin: 0 0 .6rem; }
.lead { font-size: clamp(16px, 2vw, 19px); color: var(--muted); margin: 0; }

/* feature / benefit grid */
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; list-style: none; padding: 0; margin: 0; }
.feature, .benefits li {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px; transition: transform var(--dur) var(--ease), box-shadow var(--dur), border-color var(--dur);
}
.feature:hover, .benefits li:hover { transform: translateY(-4px); box-shadow: var(--sh-md); border-color: transparent; }
.feat-icon, .benefits li .ic {
  width: 54px; height: 54px; border-radius: 16px; display: grid; place-items: center;
  background: var(--green-soft); color: var(--green); margin-bottom: 16px; font-size: 24px;
}
.feat-icon svg { width: 27px; height: 27px; }
.feature h3, .benefits li b { font-size: 19px; font-weight: 800; display: block; margin-bottom: 6px; }
.feature p, .benefits li p { margin: 0; color: var(--muted); font-size: 15.5px; }

.benefits { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.benefits li .ic { font-size: 24px; }

/* steps */
.grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; counter-reset: step; }
.card {
  position: relative; background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 28px 24px; transition: transform var(--dur) var(--ease), box-shadow var(--dur);
}
.card:hover { transform: translateY(-4px); box-shadow: var(--sh-md); }
.card .n {
  width: 44px; height: 44px; border-radius: 14px; background: var(--green); color: #fff;
  display: grid; place-items: center; font-weight: 900; font-size: 20px; margin-bottom: 16px;
  box-shadow: var(--sh-green);
}
.card b { font-size: 18px; display: block; margin-bottom: 6px; }
.card p { margin: 0; color: var(--muted); font-size: 15px; }
.card code {
  background: var(--yellow); color: var(--ink); font-weight: 800;
  padding: 2px 9px; border-radius: 7px; font-family: inherit; letter-spacing: .5px;
}

/* cities grid */
.city-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.city-card {
  position: relative; display: flex; align-items: center; justify-content: space-between; gap: 10px;
  padding: 22px 24px; border-radius: var(--radius); background: var(--white);
  border: 1.5px solid var(--line); color: inherit; overflow: hidden;
  transition: border-color var(--dur), transform var(--dur), box-shadow var(--dur);
}
.city-card::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--green);
  transform: scaleY(0); transform-origin: bottom; transition: transform var(--dur) var(--ease);
}
.city-card:hover { transform: translateY(-3px); box-shadow: var(--sh-md); border-color: transparent; }
.city-card:hover::before { transform: scaleY(1); }
.city-card-name { font-weight: 800; font-size: 1.18rem; }
.city-card-gerb { width: 40px; height: 40px; object-fit: contain; flex-shrink: 0; background: transparent; }
.city-card-cta { font-size: .85rem; color: var(--green); font-weight: 700; display: inline-flex; align-items: center; gap: 4px; }

/* dual audience */
.dual-cta { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.audience-card {
  position: relative; display: flex; flex-direction: column; padding: 34px; border-radius: 26px;
  color: #fff; overflow: hidden; min-height: 230px;
  transition: transform var(--dur) var(--ease), box-shadow var(--dur);
}
.audience-card:hover { transform: translateY(-5px); box-shadow: var(--sh-lg); }
.audience-card[data-audience="client"] { background: radial-gradient(120% 120% at 80% 0%, var(--green) 0%, var(--green-700) 100%); }
.audience-card[data-audience="driver"] { background: radial-gradient(120% 120% at 80% 0%, #243029 0%, #0c130f 100%); }
.audience-card .audience-icon {
  width: 60px; height: 60px; border-radius: 18px; display: grid; place-items: center;
  background: rgba(255, 255, 255, .15); margin-bottom: 18px; font-size: 28px;
}
.audience-card .audience-icon svg { width: 30px; height: 30px; color: var(--yellow); }
.audience-card .audience-icon--app { background: rgba(255, 255, 255, .12); padding: 8px; }
.audience-card .audience-icon--app img { width: 44px; height: 44px; border-radius: 12px; display: block; }
.audience-card h3 { font-size: 24px; margin-bottom: 8px; }
.audience-card p { color: rgba(255, 255, 255, .85); margin-bottom: 18px; flex: 1; }
.audience-link { font-weight: 800; color: var(--yellow); display: inline-flex; align-items: center; gap: 6px; }
.audience-card:hover .audience-link { gap: 11px; }

/* trust band / proof */
.trust-band { background: var(--ink); color: #fff; padding: clamp(2rem, 4vw, 2.75rem) 0; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; text-align: center; }
.trust-grid > div { position: relative; }
.trust-grid > div:not(:last-child)::after {
  content: ""; position: absolute; right: -.625rem; top: 12%; bottom: 12%; width: 1px; background: rgba(255, 255, 255, .14);
}
.trust-grid b { display: block; font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 900; color: var(--yellow); line-height: 1; }
.trust-phone {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
}
.trust-phone svg { width: clamp(22px, 3.2vw, 30px); height: clamp(22px, 3.2vw, 30px); flex-shrink: 0; }
.trust-grid span { font-size: .9rem; opacity: .82; margin-top: 6px; display: block; }

/* cta strip */
.cta-strip { background: var(--yellow); color: var(--ink); padding: clamp(1.25rem, 3vw, 1.75rem) 0; }
.cta-strip--driver { background: var(--green-900); color: #fff; }
.cta-strip-inner { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 22px; }
.cta-strip-inner > div { flex: 1; min-width: 220px; }
.cta-strip-inner strong { font-size: 1.4rem; font-weight: 900; display: block; line-height: 1.15; }
.cta-strip-inner span { font-size: .95rem; opacity: .82; }
.cta-strip .btn-outline { color: var(--ink); border-color: rgba(0, 0, 0, .22); }
.callback-form { max-width: 560px; margin: 0 auto; text-align: center; }
.callback-row { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.callback-row input {
  flex: 1 1 220px; max-width: 320px; padding: 12px 14px; border-radius: var(--radius);
  border: 1px solid rgba(0, 0, 0, .12); font: inherit; font-size: 1rem;
}
.callback-status { margin-top: .75rem; font-size: .95rem; }
.cta-strip--driver .btn-outline { color: #fff; border-color: rgba(255, 255, 255, .4); }

/* promo block */
.promo-block { background: radial-gradient(110% 120% at 20% 0%, var(--green-700), var(--green-900)); color: #fff; text-align: center; }
.code-box {
  display: inline-flex; align-items: center; gap: 16px; background: #fff; color: var(--ink);
  border-radius: 18px; padding: 16px 16px 16px 26px; margin: 12px 0 10px; box-shadow: var(--sh-lg);
}
.code-box .code { font-weight: 900; font-size: clamp(24px, 5vw, 32px); letter-spacing: 3px; }
.copy-btn {
  background: var(--green); color: #fff; border: 0; border-radius: 12px; padding: 13px 20px;
  font-family: inherit; font-weight: 800; cursor: pointer; min-height: 48px;
  transition: background var(--dur), transform .15s;
}
.copy-btn:hover { background: var(--green-600); }
.copy-btn:active { transform: scale(.96); }
.cond { opacity: .85; font-size: 14.5px; }

/* local split */
.local { background: var(--green-tint); }
.local-split { display: grid; grid-template-columns: 1.1fr min(420px, 44%); gap: clamp(1.5rem, 4vw, 3rem); align-items: center; }
.local-split h2 { margin-bottom: .5em; }
.local-split p { color: var(--ink-2); font-size: 17px; margin: 0 0 1rem; }
.local-list { margin: 0 0 0; }
.local-cta { margin-top: 1.25rem; }
.local-photo {
  position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--sh-md);
  background: var(--green-soft);
}
.local-photo.no-photo { display: none; }
.local-photo img { width: 100%; height: auto; display: block; aspect-ratio: 16/11; object-fit: cover; }
.local-list { list-style: none; padding: 0; margin: 1.25rem 0 0; display: grid; gap: 12px; }
.local-list li { display: flex; gap: 11px; align-items: flex-start; font-weight: 600; }
.local-list svg { width: 22px; height: 22px; color: var(--green); flex-shrink: 0; margin-top: 1px; }

/* FAQ */
.faq-item .faq-body p { margin: 0; }

/* testimonials */
.testimonials-band {
  position: relative; padding: clamp(3rem, 7vw, 5rem) 0; color: #fff; overflow: hidden;
  background: linear-gradient(135deg, #0f1a14 0%, #1a2e24 45%, #0d1612 100%);
}
.testimonials-band::before {
  content: ""; position: absolute; inset: 0; opacity: 0;
  background-image: var(--testimonial-bg);
  background-size: cover; background-position: center; background-repeat: no-repeat;
  filter: blur(2px) grayscale(.35);
  transition: opacity .35s ease;
}
.testimonials-band--photo::before { opacity: .22; }
.testimonials-band .wrap { position: relative; z-index: 1; }
.testimonials-band .sec { color: #fff; }
.testimonials-band .lead { color: rgba(255, 255, 255, .82); max-width: 52ch; margin-left: auto; margin-right: auto; font-size: clamp(1rem, 2vw, 1.15rem); }
.testimonials-slider { margin-top: 2rem; --ts-per-view: 3; }
.testimonials-viewport { overflow: hidden; width: 100%; }
.testimonials-track {
  display: flex; will-change: transform;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.testimonial-card {
  flex: 0 0 calc(100% / var(--ts-per-view));
  max-width: calc(100% / var(--ts-per-view));
  padding: 0 10px; box-sizing: border-box;
}
.testimonial-card-inner {
  position: relative; background: #fff; color: var(--ink); border-radius: var(--radius-sm);
  padding: 32px 26px 28px; text-align: center; min-height: 300px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .22);
  display: flex; flex-direction: column; align-items: center;
}
.testimonial-quote {
  position: absolute; top: 10px; right: 16px; font-size: 3.5rem; line-height: 1;
  color: var(--yellow); font-family: Georgia, serif;
}
.testimonial-avatar {
  width: 80px; height: 80px; margin: 0 auto 14px; border-radius: 50%;
  background: linear-gradient(145deg, var(--green), #008f52); color: #fff;
  display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1.5rem;
}
.testimonial-city {
  display: inline-block; margin: 0 0 10px; padding: 5px 12px; border-radius: var(--radius-pill);
  background: var(--green-tint); color: var(--green); font-size: .85rem; font-weight: 800;
  letter-spacing: .02em;
}
.testimonial-name { margin: 0 0 4px; font-weight: 800; font-size: 1.2rem; }
.testimonial-role { margin: 0 0 16px; font-size: .85rem; font-weight: 700; color: var(--yellow); text-transform: uppercase; letter-spacing: .04em; }
.testimonial-text { margin: 0; font-size: clamp(1.05rem, 1.8vw, 1.2rem); line-height: 1.65; color: var(--ink); font-weight: 500; }

@media (max-width: 960px) {
  .testimonials-slider { --ts-per-view: 2; }
}
@media (max-width: 640px) {
  .testimonials-slider { --ts-per-view: 1; }
  .testimonial-card-inner { min-height: 280px; padding: 28px 22px 24px; }
}

.faq-list { max-width: var(--maxw-narrow); margin: 0 auto; display: grid; gap: 12px; }
.faq-item { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; }
.faq-item summary {
  list-style: none; cursor: pointer; padding: 20px 56px 20px 22px; font-weight: 700; font-size: 17px;
  position: relative; transition: color var(--dur);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: ""; position: absolute; right: 22px; top: 50%; width: 12px; height: 12px;
  margin-top: -6px; border-right: 2.5px solid var(--green); border-bottom: 2.5px solid var(--green);
  transform: rotate(45deg); transition: transform var(--dur) var(--ease);
}
.faq-item[open] summary { color: var(--green); }
.faq-item[open] summary::after { transform: rotate(-135deg); }
.faq-item .faq-body { padding: 0 22px 20px; color: var(--muted); }
.faq-item .faq-body p { margin: 0; }

/* final CTA */
.final { background: radial-gradient(120% 130% at 50% 0%, var(--green) 0%, var(--green-700) 100%); color: #fff; text-align: center; }
.final .cta-row { justify-content: center; }
.final .app-badges { justify-content: center; margin-top: 6px; }

/* promos view */
.promos { background: var(--paper); padding: clamp(1.5rem, 4vw, 2.5rem) 0 clamp(2rem, 4vw, 3rem); }
.section-head--compact { margin-bottom: 1.25rem; }
.section-head--compact .sec { font-size: clamp(1.5rem, 3vw, 2rem); }
.promo-card {
  background: var(--white); border-radius: 26px; padding: 32px; box-shadow: var(--sh-md);
  max-width: 760px; margin: 0 auto; border-top: 6px solid var(--yellow); text-align: left;
}
.promo-card--compact {
  padding: 18px 20px 20px; border-radius: 22px; max-width: none; margin: 0;
}
.promo-card .badge-new { display: inline-block; background: var(--yellow); color: var(--ink); font-weight: 800; border-radius: 8px; padding: 4px 12px; font-size: 13px; margin-bottom: 12px; }
.promo-card--compact .badge-new { margin-bottom: 8px; font-size: 12px; padding: 3px 10px; }
.promo-card h3 { font-size: clamp(23px, 3.5vw, 31px); }
.promo-card--compact h3 { font-size: clamp(1.1rem, 2.4vw, 1.35rem); margin: 2px 0 6px; line-height: 1.2; }
.promo-card .period { color: var(--green); font-weight: 800; margin-bottom: 8px; }
.promo-card--compact .period { margin-bottom: 4px; font-size: .88rem; }
.promo-teaser { margin: 0 0 12px; color: var(--ink-2); font-size: .94rem; line-height: 1.45; }
.promo-card-banner {
  display: block; position: relative; border-radius: 16px; overflow: hidden;
  box-shadow: var(--sh-md); text-decoration: none; margin: 0 0 14px;
}
.promo-card-banner img {
  display: block; width: 100%; height: auto; max-height: 168px; object-fit: cover;
}
@media (min-width: 900px) {
  .promo-stack--split {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 18px;
  }
  .promo-stack--split .promo-stack-group { height: 100%; }
  .promo-stack--split .promo-card--compact {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .promo-stack--split .promo-card-banner {
    flex: 1 1 auto;
    min-height: 240px;
    margin-bottom: 14px;
  }
  .promo-stack--split .promo-card-banner img {
    width: 100%;
    height: 100%;
    min-height: 240px;
    max-height: none;
    object-fit: cover;
  }
  .promo-stack--split .driver-promo-perks--compact { flex: 0 0 auto; }
  .promo-stack--split .driver-promo-cond--promo {
    flex: 1 1 auto;
    margin-top: 10px;
    font-size: .8rem;
    line-height: 1.45;
    color: var(--muted);
  }
  .promo-stack--split .promo-badges-inline,
  .promo-stack--split .driver-promo-cta--compact { margin-top: auto; }
}
.promo-card-banner-cta {
  position: absolute; right: 10px; bottom: 10px;
  background: var(--yellow); color: var(--ink); font-weight: 800; font-size: .8rem;
  padding: 8px 12px; border-radius: var(--radius-pill); box-shadow: var(--sh-md);
}
.promo-card-banner:hover .promo-card-banner-cta { transform: translateY(-1px); }
.promo-code-inline { margin-top: 0; padding: 10px 12px; background: var(--green-tint); }
.promo-cond-short { margin: 10px 0 0; color: var(--muted); font-size: .86rem; line-height: 1.45; }
.promo-badges-inline { margin-top: 12px; gap: 8px; }
.promo-badges-inline .store img { height: 36px; }
.promo-stack { display: grid; gap: clamp(1.25rem, 2.5vw, 1.75rem); max-width: 760px; margin: 0 auto; }
.promo-stack--split { max-width: 1080px; }
.promo-stack-group { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.promo-stack-group[hidden],
.promo-card-banner[hidden],
#promo-driver-card[hidden],
#driver-promo[hidden] {
  display: none !important;
}
.promo-stack-group--solo { max-width: 560px; margin: 0 auto; width: 100%; }
.promo-stack-label {
  font-size: .82rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em;
  color: var(--muted); margin: 0;
}
.promo-card--driver { border-top-color: var(--biz-700); color: var(--ink); }
.driver-promo-band { padding: clamp(2.5rem, 5vw, 4rem) 0; background: var(--dark); }
.driver-promo-kicker {
  margin: 0 0 10px; font-size: .82rem; font-weight: 800; text-transform: uppercase;
  letter-spacing: .06em; color: var(--biz-700);
}
#view-driver .promo-card--driver,
#view-driver .promo-card--driver h3,
#view-driver .promo-card--driver .driver-promo-intro,
#view-driver .promo-card--driver .driver-promo-perks b,
#view-driver .promo-card--driver .driver-promo-cond { color: var(--ink); }
#view-driver .promo-card--driver .driver-promo-intro,
#view-driver .promo-card--driver .driver-promo-perks p { color: var(--ink-2); }
#view-driver .promo-card--driver .driver-promo-cond { color: var(--muted); font-size: .9rem; line-height: 1.5; }
.driver-promo-intro { margin: 0 0 4px; color: var(--ink-2); line-height: 1.55; font-size: 1.02rem; }
.driver-promo-cond { margin-top: 16px; color: var(--muted); font-size: .9rem; line-height: 1.5; }
.driver-promo-cta {
  display: flex; flex-wrap: wrap; align-items: center; gap: 14px 18px; margin-top: 22px;
  padding-top: 20px; border-top: 1px solid var(--line);
}
.driver-promo-perks { list-style: none; padding: 0; margin: 20px 0 0; display: grid; gap: 12px; }
.driver-promo-perks li {
  display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: start;
  padding: 18px 20px; border-radius: 18px;
  border: 1.5px solid rgba(0, 166, 96, .22);
  background: linear-gradient(135deg, var(--green-soft) 0%, #fff 55%);
}
.driver-promo-perks .perk-ic {
  width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center;
  font-size: 1.35rem; line-height: 1; background: #fff; box-shadow: var(--sh-sm);
}
.driver-promo-perks b { display: block; margin-bottom: 4px; font-size: 1.08rem; font-weight: 900; color: var(--ink); }
.driver-promo-perks p { margin: 0; color: var(--ink-2); font-size: .96rem; line-height: 1.5; }
.driver-promo-perks--compact { margin-top: 10px; gap: 8px; }
.driver-promo-perks--compact li { padding: 12px 14px; }
.driver-promo-perks--compact .perk-ic { width: 38px; height: 38px; font-size: 1.15rem; }
.driver-promo-perks--compact b { font-size: .98rem; }
.driver-promo-perks--compact p { font-size: .88rem; line-height: 1.4; }
.promo-card--driver.promo-card--compact .driver-promo-intro { font-size: .9rem; margin-bottom: 0; }
.promo-card--driver.promo-card--compact .driver-promo-cond { font-size: .8rem; margin-top: 8px; }
.driver-promo-cta--compact { margin-top: 12px; padding-top: 12px; gap: 10px 14px; }
.driver-promo-cta--compact .btn { padding: 11px 16px; font-size: .92rem; }

/* ============================================================
   FOOTER
   ============================================================ */
footer { background: var(--ink); color: #aebab2; font-size: 15px; padding: clamp(2.5rem, 5vw, 3.5rem) 0 clamp(2rem, 4vw, 2.75rem); }
.footer-inner { display: flex; flex-direction: column; gap: clamp(1.5rem, 3vw, 2rem); }
.footer-main {
  display: grid;
  grid-template-columns: minmax(200px, 1.35fr) repeat(3, minmax(0, 0.85fr)) minmax(120px, 0.95fr);
  gap: clamp(20px, 2.5vw, 32px);
  align-items: start;
}
.f-brand { display: flex; flex-direction: column; gap: 12px; max-width: 36ch; }
footer .f-logo { display: block; margin-bottom: 2px; }
footer .f-logo img { display: block; height: 26px; width: auto; }
.f-about { margin: 0; line-height: 1.55; color: #c5ccc7; }
.f-about strong { color: #fff; font-weight: 700; }
.f-copy { margin: 0; font-size: 13px; line-height: 1.6; color: #8f9892; }
.f-brand .f-socials { margin-top: 4px; }
footer a { color: #aebab2; transition: color var(--dur); }
footer a:hover { color: #fff; }
footer h4 { color: #fff; font-size: 13px; text-transform: uppercase; letter-spacing: .06em; margin: 0 0 14px; }
.f-links { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.f-links--legal { font-size: 14px; }
.f-link-btn {
  background: none; border: 0; padding: 0; font: inherit; color: #aebab2; cursor: pointer; text-align: left;
  transition: color var(--dur);
}
.f-link-btn:hover { color: var(--green); text-decoration: underline; }
.f-app-badges { display: flex; flex-direction: column; gap: 10px; align-items: flex-start; }
.f-app-badges .store img { height: 44px; }
.footer-disclaimer {
  margin: 0; padding-top: clamp(1.25rem, 2.5vw, 1.75rem); border-top: 1px solid rgba(255, 255, 255, .08);
  font-size: 12.5px; line-height: 1.65; color: #9aa0a6; max-width: 920px;
}
.footer-disclaimer b { color: #c7ccd1; font-weight: 600; }

/* Legal static pages (/privacy, /terms, /legal, /cookies) */
.legal-wrap { max-width: 820px; margin: 0 auto; padding: clamp(2rem, 5vw, 3.5rem) 24px 4rem; }
.legal-wrap h1 { font-size: clamp(28px, 5vw, 42px); margin-bottom: .5em; }
.legal-lead { font-size: 18px; color: var(--muted); margin-bottom: 2rem; }
.legal-wrap h2 { font-size: clamp(20px, 3vw, 26px); margin: 2.5rem 0 .6rem; }
.legal-wrap h3 { font-size: 17px; margin: 1.25rem 0 .4rem; color: var(--ink); }
.legal-wrap p, .legal-wrap li { color: var(--ink-2); line-height: 1.65; }
.legal-wrap ul { padding-left: 1.2rem; margin: .75rem 0 1rem; }
.legal-wrap a { color: var(--green); font-weight: 600; }
.legal-nav { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-bottom: 1.5rem; font-size: 14px; font-weight: 700; }
.legal-nav a { color: var(--green); text-decoration: none; }
.legal-nav a:hover { text-decoration: underline; }
.legal-back { display: inline-flex; align-items: center; gap: 8px; color: var(--green); font-weight: 800; margin-top: 2.5rem; }
.legal-updated { color: var(--muted); font-size: 14px; margin-top: 2.5rem; border-top: 1px solid var(--line); padding-top: 1.25rem; }
.legal-callout { background: var(--tint); border-left: 4px solid var(--green); padding: 1rem 1.1rem; margin: 1rem 0 1.25rem; border-radius: 0 var(--r) var(--r) 0; }
.legal-callout p { margin: 0; }
.legal-table-wrap { overflow-x: auto; margin: 1rem 0 1.5rem; }
.legal-table { width: 100%; border-collapse: collapse; font-size: 14px; line-height: 1.5; }
.legal-table th, .legal-table td { border: 1px solid var(--line); padding: 10px 12px; text-align: left; vertical-align: top; }
.legal-table th { background: var(--tint); font-weight: 800; color: var(--ink); }
.legal-table code { font-size: 13px; font-weight: 600; color: var(--ink); }
.ot-legal__links button { background: none; border: 0; padding: 0; font: inherit; color: #e9edf0; cursor: pointer; text-decoration: none; }
.ot-legal__links button:hover { color: var(--green); text-decoration: underline; }

/* ============================================================
   STICKY CTA
   ============================================================ */
.sticky {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 45; display: none;
  align-items: center; justify-content: space-between; gap: 12px; padding: 12px 18px;
  background: rgba(255, 255, 255, .9); backdrop-filter: blur(14px); border-top: 1px solid var(--line);
  box-shadow: 0 -8px 30px rgba(16, 32, 26, .12); animation: slideUp .4s var(--ease);
}
@keyframes slideUp { from { transform: translateY(100%); } to { transform: none; } }
.sticky .scode { font-size: 14px; color: var(--ink); }
.sticky .scode b { font-weight: 900; color: var(--green); }
.sticky a { background: var(--yellow); color: var(--ink); font-weight: 800; padding: 13px 20px; border-radius: 12px; min-height: 46px; display: inline-flex; align-items: center; box-shadow: var(--sh-yellow); }

/* ============================================================
   MODAL (geo city prompt)
   ============================================================ */
.modal { position: fixed; inset: 0; z-index: 90; display: grid; place-items: center; padding: 18px; }
.modal[hidden] { display: none !important; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(12, 19, 15, .55); backdrop-filter: blur(5px); }
.modal-card {
  position: relative; background: #fff; border-radius: 26px; padding: 34px 30px; max-width: 420px; width: 100%;
  box-shadow: var(--sh-lg); animation: popIn .4s var(--ease-bounce);
}
@keyframes popIn { from { opacity: 0; transform: scale(.92) translateY(12px); } to { opacity: 1; transform: none; } }
.modal-card .modal-geo-icon {
  width: 56px; height: 56px; border-radius: 18px; background: var(--green-soft); color: var(--green);
  display: grid; place-items: center; margin-bottom: 16px;
}
.modal-card .modal-geo-icon svg { width: 30px; height: 30px; }
.modal-card h2 { font-size: 1.5rem; }
.modal-sub { color: var(--muted); font-size: .98rem; margin-bottom: 1.5rem; }
.modal-actions { display: grid; gap: 10px; }
.modal .btn { width: 100%; }

/* ============================================================
   CONSENT
   ============================================================ */
.consent {
  position: fixed; right: 16px; left: auto; bottom: 16px; z-index: 95;
  width: min(360px, calc(100vw - 32px));
  background: var(--dark); color: #fff; border-radius: 18px; padding: 18px;
  display: flex; flex-direction: column; gap: 12px; align-items: stretch;
  box-shadow: var(--sh-lg); animation: rise .45s var(--ease);
}
.consent[hidden] { display: none !important; }
.consent .consent-head { display: flex; align-items: center; gap: 9px; font-weight: 800; font-size: 15px; }
.consent .consent-head svg { width: 20px; height: 20px; color: var(--yellow); }
.consent p { margin: 0; font-size: 13.5px; line-height: 1.5; color: #c2ccc6; }
.consent p a { color: var(--green-light); text-decoration: underline; }
.consent .btns { display: flex; gap: 8px; }
.consent button { flex: 1; font-family: inherit; font-weight: 800; border: 0; border-radius: 11px; padding: 11px 14px; cursor: pointer; min-height: 46px; font-size: 14px; }
.c-accept { background: var(--yellow); color: var(--ink); }
.c-decline { background: rgba(255,255,255,.08); color: #fff; border: 1px solid rgba(255, 255, 255, .22); }

/* ============================================================
   REVEAL
   ============================================================ */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.reveal.visible { opacity: 1; transform: none; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (min-width: 1000px) { .nav-link { display: inline-flex; } }

@media (max-width: 1100px) {
  .footer-main { grid-template-columns: repeat(3, 1fr); }
  .f-brand { grid-column: 1 / -1; max-width: 42ch; }
}

@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 340px; margin-top: 1rem; }
  .features, .benefits { grid-template-columns: repeat(2, 1fr); }
  .city-grid { grid-template-columns: repeat(2, 1fr); }
  .dual-cta { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); gap: 1.75rem 1rem; }
  .trust-grid > div:nth-child(2)::after, .trust-grid > div:last-child::after { display: none; }
  .local-split { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 28px; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .nav { padding: 11px 18px; gap: 10px; }
  .wrap { padding: 0 18px; }
  .menu .inner { padding: 6px 12px; overflow-x: auto; }
  .menu button { padding: 11px 14px; white-space: nowrap; }
  .grid3, .features, .benefits, .city-grid { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  body.on-home .hero { padding-top: 2rem; }
  body:not(.on-home) .hero { padding-top: 1.75rem; }
  .hero-visual { min-height: 300px; }
  .phone-mock { width: min(220px, 58vw); }
  .hero-photo-cluster { width: min(44%, 118px); gap: 6px; }
  .hero-photo-extra .city-photo-wrap { width: 76%; }
  .hero-split .hero-visual { padding-left: clamp(80px, 26%, 112px); min-height: 320px; }
  .city-photo-wrap { width: 44%; bottom: 4%; }
  .footer-main { grid-template-columns: 1fr; gap: 22px; }
  .cta-strip-inner .btn, .cta-strip-inner .store { width: auto; }
  .code-box { flex-direction: column; gap: 12px; padding: 18px; width: 100%; }
  .copy-btn { width: 100%; }
  /* sticky only on city pages, on mobile */
  body:not(.on-home) .sticky { display: flex; }
  body:not(.on-home) { padding-bottom: 76px; }
  .consent { bottom: 84px; }
  body.on-home .consent { bottom: 16px; }
}

/* ============================================================
   CLASSES / TARIFFS / PAYMENT / BUSINESS / SOCIALS  (v3)
   ============================================================ */
.kicker--yellow { color: var(--yellow); }

/* hero class chips */
.class-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 24px; animation: rise .7s var(--ease) .24s both; }
.class-chips .chip {
  font-size: 13.5px; font-weight: 700; padding: 7px 14px; border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, .14); border: 1px solid rgba(255, 255, 255, .26); color: #fff;
}

/* classes grid */
.class-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.class-card {
  display: flex; align-items: flex-start; gap: 14px; padding: 18px 20px;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s;
  position: relative; overflow: visible;
}
.class-card::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0, 166, 96, .1), transparent 55%);
  opacity: 0; transition: opacity .35s var(--ease);
  pointer-events: none;
}
.class-card:hover {
  transform: translateY(-12px) translateX(6px) rotate(-.4deg);
  box-shadow: 0 22px 44px rgba(16, 32, 26, .16);
  border-color: rgba(0, 166, 96, .25);
}
.class-card:hover::before { opacity: 1; }
.class-card:hover .class-ic { transform: scale(1.08) translateY(-2px); }
.class-ic {
  width: 46px; height: 46px; border-radius: 13px; flex-shrink: 0; display: grid; place-items: center;
  background: var(--green-soft); color: var(--green); margin-top: 2px;
  transition: transform .35s var(--ease);
}
.class-ic img { width: 40px; height: 40px; object-fit: contain; display: block; }
.class-body { flex: 1; min-width: 0; }
.class-body b { display: block; font-size: 16.5px; font-weight: 800; }
.class-body p { margin: 2px 0 0; font-size: 13.5px; color: var(--muted); line-height: 1.4; }
.class-detail {
  display: block; margin-top: 5px;
  font-size: 11.5px; font-weight: 700; color: var(--green); line-height: 1.4;
}
.class-price { white-space: nowrap; font-size: 13px; color: var(--muted); font-weight: 600; text-align: right; flex-shrink: 0; padding-top: 2px; }
.class-price b { font-size: 20px; font-weight: 900; color: var(--green); display: block; }
.class-price--muted { font-style: normal; }
.class-note { text-align: center; color: var(--muted); font-size: 14px; margin: 1.5rem auto 0; max-width: 60ch; }

/* payment row */
.pay-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px; margin-top: 1.75rem; }
.pay-label { font-weight: 700; color: var(--ink-2); }
.pay-chip {
  display: inline-flex; align-items: center; gap: 7px; font-weight: 700; font-size: 13px;
  padding: 10px 14px; border-radius: var(--radius-pill); background: var(--white); border: 1px solid var(--line);
  color: var(--ink); line-height: 1.25; min-height: 42px;
}
.pay-chip svg { color: var(--green); flex-shrink: 0; }
.pay-chip img { display: block; height: 18px; width: auto; flex-shrink: 0; }
.pay-chip--brand { gap: 6px; padding: 8px 12px; }
.pay-chip--brand img { height: 24px; width: auto; max-width: 110px; object-fit: contain; }

/* business band — slate + yellow (audience ≠ client green) */
.business-band {
  background: radial-gradient(120% 120% at 78% -15%, var(--biz-600) 0%, var(--biz-700) 45%, var(--biz-900) 100%);
  color: #fff;
}
.business-inner { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center; }
.business-copy { max-width: 56ch; }
.business-copy p { color: rgba(255, 255, 255, .88); }
.biz-list { list-style: none; padding: 0; margin: 1.25rem 0 1.75rem; display: grid; gap: 10px; }
.biz-list li { display: flex; gap: 11px; align-items: center; font-weight: 600; }
.biz-list svg { color: var(--yellow); flex-shrink: 0; }
.biz-h1 { display: flex; flex-direction: column; gap: .12em; line-height: 1.05; max-width: 15ch; margin-bottom: .35em; }
.local-split h2.biz-h1 { font-size: clamp(27px, 4vw, 40px); max-width: none; }
.local-split h2.biz-h1 .biz-h1-city { font-size: clamp(22px, 3.2vw, 32px); font-weight: 900; }
.biz-h1-city { font-size: clamp(28px, 4.5vw, 48px); font-weight: 900; opacity: .92; }

#view-business .hero .biz-h1 { font-size: clamp(34px, 6vw, 62px); font-weight: 900; }
#view-business .hero .sub { font-weight: 400; font-size: clamp(17px, 2.2vw, 21px); max-width: 42ch; margin-bottom: 28px; opacity: .94; color: rgba(255,255,255,.92); }
#view-business .hero .class-chips { margin-bottom: 26px; }
#view-business .hero .class-chips .chip { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.22); color: #fff; }

/* footer socials */
.f-socials { display: flex; gap: 10px; }
.f-socials a {
  width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(255, 255, 255, .08); color: #cdd6d0; transition: background var(--dur), color var(--dur), transform var(--dur);
}
.f-socials a:hover { background: var(--green); color: #fff; transform: translateY(-2px); }

/* ============================================================
   DRIVER / BUSINESS — dark theme (brandbook: driver audience)
   ============================================================ */
#view-driver .hero { background: radial-gradient(120% 120% at 85% -10%, #2f3a41 0%, #212426 55%, #16181a 100%); }
#view-driver .hero::before { background: radial-gradient(40% 50% at 12% 18%, rgba(253,202,11,.16), transparent 60%), radial-gradient(46% 46% at 92% 78%, rgba(0,166,96,.18), transparent 60%); }
#view-driver .hero-orbs::after { background: radial-gradient(circle, rgba(0,166,96,.30), transparent 70%); }
#view-driver .white, #view-driver .light, #view-driver .tint { background: var(--dark); color: #fff; }
#view-driver .local { background: var(--dark-2); color: #fff; }
#view-driver h2.sec, #view-driver .card b, #view-driver .benefits li b, #view-driver .class-body b, #view-driver .local-split h2 { color: #fff; }
#view-driver .lead, #view-driver .card p, #view-driver .benefits li p, #view-driver .feature p, #view-driver .local-split p, #view-driver .class-body p, #view-driver .class-price { color: #a9b3ad; }
#view-driver .card, #view-driver .benefits li, #view-driver .feature, #view-driver .class-card { background: var(--dark-2); border-color: var(--dark-line); }
#view-driver .card:hover, #view-driver .benefits li:hover, #view-driver .feature:hover, #view-driver .class-card:hover { box-shadow: 0 18px 40px rgba(0,0,0,.45); border-color: transparent; }
#view-driver .feat-icon, #view-driver .benefits li .ic, #view-driver .class-ic { background: rgba(0,166,96,.18); color: var(--green-light); }
#view-driver .kicker { color: var(--green-light); }
#view-driver .stat-pill { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.18); }
#view-driver .stat-pill b { color: var(--yellow); }
#view-driver .local-list li { color: #e7ece9; }
#view-driver .local-list svg { color: var(--green-light); }
#view-driver .class-price b { color: var(--green-light); }
#view-driver .class-detail { color: var(--green-light); }
#view-driver .final { background: radial-gradient(120% 130% at 50% 0%, #2f3a41, #16181a); }
#view-driver .card .n { background: var(--green); box-shadow: none; }
/* driver hero chips */
#view-driver .class-chips .chip { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.2); }

/* ============================================================
   CITY GALLERY (місцева прив'язка)
   ============================================================ */
.city-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; }
.city-gallery-item { border-radius: var(--radius-sm); overflow: hidden; box-shadow: var(--sh-sm); aspect-ratio: 4 / 3; background: var(--green-soft); }
.city-gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .55s var(--ease); }
.city-gallery-item:hover img { transform: scale(1.05); }
.gallery-city { color: var(--green); }
#view-driver .gallery-city { color: var(--green-light); }
#view-driver .city-gallery-item { box-shadow: none; border: 1px solid var(--dark-line); background: var(--dark-2); }
@media (max-width: 640px) { .city-gallery { grid-template-columns: repeat(2, 1fr); gap: 10px; } }

/* phone mock route overlay */
.mock-overlay { position: absolute; inset: 0; pointer-events: none; z-index: 2; }
.mock-addresses {
  position: absolute; top: 2.6%; left: 4.7%; right: 4.7%; height: 14.8%;
  display: grid; grid-template-rows: 1fr 1fr; align-items: center;
}
.mock-addr { display: flex; align-items: center; gap: 7px; font-size: 10px; font-weight: 600; color: #2f3a41; margin: 0; transition: opacity .28s var(--ease), transform .28s var(--ease); }
.mock-addr.fade { opacity: 0; transform: translateY(4px); }
.mock-dot { width: 8px; height: 8px; border-radius: 50%; background: #00a660; flex-shrink: 0; }
.mock-dot--to { background: #212426; border-radius: 2px; width: 7px; height: 7px; }
.mock-from-text, .mock-to-text { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }

/* home hero floating cities */
.hero-national .hero-visual--home {
  min-height: 460px; justify-content: center; align-items: center;
  overflow: visible; padding: 0;
}
.hero-orbit-scene {
  position: relative; width: min(100%, 560px); min-height: 440px;
  margin-inline: auto; display: flex; align-items: center; justify-content: center;
}
.hero-national .hero-orbit-scene .phone-mock {
  margin: 0; position: relative; z-index: 2; flex-shrink: 0;
  transform: translateX(-8%);
}
.hero-float-cities {
  position: absolute; inset: -4px -8px; z-index: 3; pointer-events: none;
}
.hero-city-float {
  pointer-events: auto; position: absolute;
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 10px; background: rgba(255, 255, 255, .96); border-radius: 14px; box-shadow: var(--sh-md);
  font-weight: 800; font-size: 10px; line-height: 1.15; color: var(--ink); border: 1px solid rgba(255, 255, 255, .85);
  white-space: nowrap; max-width: calc(50% - 8px);
}
.hero-city-float span { min-width: 0; overflow: hidden; text-overflow: ellipsis; }
.hero-city-float--left { animation: heroCityDriftL 7.5s ease-in-out infinite; }
.hero-city-float--right { animation: heroCityDriftR 8.2s ease-in-out infinite; }
@keyframes heroCityDriftL {
  0%, 100% { transform: translate(0, 0); }
  35% { transform: translate(5px, -11px); }
  70% { transform: translate(-4px, -6px); }
}
@keyframes heroCityDriftR {
  0%, 100% { transform: translate(0, 0); }
  40% { transform: translate(-6px, -10px); }
  75% { transform: translate(4px, -5px); }
}
.hero-city-float--0 { top: 5%; left: 0; animation-delay: 0s; }
.hero-city-float--1 { top: 36%; left: 5%; animation-delay: -1.6s; }
.hero-city-float--2 { bottom: 14%; left: 1%; animation-delay: -3.4s; }
.hero-city-float--3 { top: 8%; right: 0; animation-delay: -0.9s; }
.hero-city-float--4 { top: 38%; right: 3%; animation-delay: -2.5s; }
.hero-city-float--5 { bottom: 10%; right: 0; animation-delay: -4.1s; }
.hero-national .phone-mock { z-index: 2; flex-shrink: 0; }
.hero-city-gerb { width: 24px; height: 24px; object-fit: contain; flex-shrink: 0; background: transparent; }
.phone-mock { margin-inline: auto; margin-left: auto; margin-right: 0; z-index: 2; }

/* legacy extra photo positions (home floats only) */
.city-photo-wrap--extra.city-photo-wrap--3 { display: none; }

/* social follow block */
.social-section { padding: clamp(3rem, 6vw, 5rem) 0; }
.social-section--instagram { background: linear-gradient(135deg, #fdf2f8 0%, #fff 45%, #f0fdf4 100%); }
.social-section--tiktok { background: linear-gradient(135deg, #f5f5f5 0%, #fff 50%, #ecfeff 100%); }
.social-section--telegram { background: linear-gradient(135deg, #eef8ff 0%, #fff 50%, #f0fdf4 100%); }
.social-panel {
  border-radius: 28px; border: 1px solid var(--line); background: rgba(255, 255, 255, .92);
  box-shadow: var(--sh-lg); overflow: hidden;
}
.social-panel-head {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 1.25rem 1.5rem;
  align-items: start; padding: clamp(22px, 4vw, 32px); border-bottom: 1px solid var(--line);
}
.social-panel-head--multi { grid-template-columns: 1fr; }
.social-channels {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px;
}
.social-panel-head--multi .social-channels {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.social-channel-card {
  display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 12px; align-items: center;
  padding: 14px 16px; border-radius: 18px; border: 1.5px solid var(--line);
  text-decoration: none; color: inherit; background: #fff;
  transition: transform var(--dur) var(--ease), box-shadow var(--dur), border-color var(--dur);
}
.social-channel-card:hover {
  transform: translateY(-2px); box-shadow: var(--sh-md); border-color: rgba(0, 166, 96, .35);
}
.social-channel-card--telegram:hover { border-color: rgba(42, 171, 238, .45); }
.social-channel-icon { border-radius: 14px; display: block; box-shadow: var(--sh-sm); }
.social-channel-copy { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.social-channel-label { font-size: .82rem; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; color: var(--muted); }
.social-channel-handle { font-size: .92rem; font-weight: 800; color: var(--green); line-height: 1.3; word-break: break-word; }
.social-channel-card--telegram .social-channel-handle { color: #229ed9; }
.social-channel-cta {
  grid-column: 2; justify-self: start;
  font-size: .82rem; font-weight: 800; white-space: nowrap; color: var(--green);
  padding: 8px 12px; border-radius: var(--radius-pill); background: var(--green-soft);
}
.social-channel-card--telegram .social-channel-cta { color: #229ed9; background: #e8f6fd; }
.social-panel-logo { border-radius: 18px; box-shadow: var(--sh-sm); }
.social-panel-copy .sec { margin-bottom: .2rem; }
.social-handle { margin: 0 0 .5rem; font-size: 1.15rem; font-weight: 900; color: var(--green); }
.social-panel-cta { white-space: nowrap; }
.social-preview { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.social-preview-card {
  padding: 22px 18px; min-height: 148px; display: flex; flex-direction: column; justify-content: flex-end;
  border-right: 1px solid var(--line); background: #fff;
  transition: transform .3s var(--ease), background .3s;
}
.social-preview-card:last-child { border-right: 0; }
.social-preview-card:hover { transform: translateY(-4px); background: var(--green-soft); }
.social-preview-emoji { font-size: 28px; line-height: 1; margin-bottom: 10px; }
.social-preview-tag { font-size: 11px; font-weight: 800; color: var(--green); text-transform: uppercase; letter-spacing: .06em; margin-bottom: 6px; }
.social-preview-card p { margin: 0; font-size: 14px; font-weight: 700; color: var(--ink-2); line-height: 1.4; }
/* business hero — tablet + orbit chips */
#view-business .hero.hero-biz {
  position: relative;
  overflow: hidden;
}
#view-business .hero.hero-biz::before {
  content: '';
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(42% 48% at 18% 22%, rgba(253, 202, 11, .22), transparent 62%),
    radial-gradient(38% 42% at 88% 72%, rgba(255, 255, 255, .08), transparent 60%);
}
#view-business .business-inner.hero-grid {
  grid-template-columns: 1.06fr .94fr;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: start;
  position: relative; z-index: 1;
}
.hero-visual--biz {
  min-height: 380px; display: flex; align-items: center; justify-content: center; position: relative;
  overflow: visible;
}
.biz-hero-scene {
  position: relative; width: min(100%, 540px); aspect-ratio: 1 / .92;
  margin-inline: auto; overflow: visible;
}
.biz-tablet {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 86%; z-index: 2;
  padding: 14px 14px 10px;
  background: linear-gradient(165deg, #424b54 0%, #2a3036 100%);
  border: 2px solid rgba(255, 255, 255, .18);
  border-radius: 28px;
  box-shadow: 0 28px 56px rgba(0, 0, 0, .42), inset 0 1px 0 rgba(255, 255, 255, .08);
}
.biz-tablet-screen {
  border-radius: 14px; overflow: hidden; background: #fff;
  aspect-ratio: 2 / 1;
}
.biz-tablet-screen img {
  display: block; width: 100%; height: 100%;
  object-fit: contain; object-position: center;
}
.biz-tablet-home {
  width: 36px; height: 4px; border-radius: 99px;
  background: rgba(255, 255, 255, .28); margin: 10px auto 0;
}
.biz-orbit {
  position: absolute; z-index: 3; display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 14px; background: rgba(255, 255, 255, .97); border-radius: 14px;
  box-shadow: var(--sh-md); font-weight: 800; font-size: 12px; color: var(--ink);
  border: 1px solid rgba(255, 255, 255, .92); white-space: nowrap;
  animation: heroFloatTag 7s ease-in-out infinite; cursor: pointer;
}
.biz-orbit svg { color: var(--biz-700); flex-shrink: 0; }
@keyframes heroFloatTag { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
.biz-orbit--1 { top: 4%; left: -1%; }
.biz-orbit--2 { top: 2%; right: -1%; animation-delay: -1.4s; }
.biz-orbit--3 { bottom: 18%; left: -3%; animation-delay: -2.6s; }
.biz-orbit--4 { bottom: 4%; right: -3%; animation-delay: -1.1s; }
.biz-orbit--5 { top: 42%; right: -7%; animation-delay: -3.2s; }

#view-business .tint { background: var(--biz-tint); }
#view-business .local { background: var(--biz-soft); }
#view-business .kicker:not(.kicker--yellow) { color: var(--biz-700); }
#view-business .card .n { background: var(--biz-700); box-shadow: none; }
#view-business .benefits li .ic { background: rgba(47, 58, 65, .1); color: var(--biz-700); }
#view-business .local-list svg { color: var(--biz-700); }
#view-business .local-photo img { object-fit: cover; padding: 0; background: transparent; }

.biz-showcase-head { text-align: center; max-width: 640px; margin: 0 auto 1.25rem; }
.biz-showcase-brand {
  display: inline-flex; align-items: center; gap: 14px; text-align: left; margin-bottom: .75rem;
}
.biz-showcase-brand .kicker { margin-bottom: .25rem; }
.biz-showcase-brand .sec { margin: 0; }
.biz-admin-badge {
  width: 48px; height: 48px; border-radius: 14px; overflow: hidden; flex-shrink: 0;
  box-shadow: var(--sh-sm); border: 1px solid var(--line); background: var(--white);
}
.biz-admin-badge img { display: block; width: 100%; height: 100%; object-fit: cover; }
.biz-showcase-lead { margin: 0; max-width: 42ch; margin-inline: auto; }

.biz-showcase-stage { display: flex; flex-direction: column; gap: 1rem; --biz-auto-ms: 4800ms; }
.biz-showcase-controls { max-width: 720px; margin-inline: auto; width: 100%; text-align: center; }
.biz-showcase-visual {
  position: relative; width: min(100%, 920px); margin-inline: auto;
  border-radius: 20px; overflow: hidden; box-shadow: var(--sh-lg); border: 1px solid var(--line);
  background: #fff; line-height: 0;
}
.biz-showcase-visual img {
  display: block; width: 100%; height: auto; aspect-ratio: 2 / 1;
  object-fit: cover; object-position: top center;
  transition: opacity .28s var(--ease), transform .28s var(--ease);
}
.biz-showcase-visual img.is-fading { opacity: 0; transform: scale(.985); }
.biz-progress {
  position: absolute; left: 0; right: 0; bottom: 0; height: 3px; margin: 0;
  border-radius: 0; background: rgba(47, 58, 65, .12); overflow: hidden;
}
.biz-progress-bar {
  display: block; height: 100%; width: 0; border-radius: 0; background: var(--biz-700);
  transform-origin: left center;
}
.biz-progress-bar.is-active {
  animation: bizProgressFill var(--biz-auto-ms) linear forwards;
}
@keyframes bizProgressFill { from { width: 0%; } to { width: 100%; } }
.biz-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin: .75rem 0 0; justify-content: center; }
.biz-panel { text-align: center; margin-top: .5rem; }
.biz-panel-title { font-size: clamp(1.15rem, 2.2vw, 1.45rem); margin: 0 0 .35rem; }
.biz-panel-text { margin: 0 auto; color: var(--muted); font-size: 1rem; line-height: 1.5; max-width: 46ch; }

.biz-photo-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(14px, 3vw, 24px); }
.biz-photo-card {
  margin: 0; border-radius: var(--radius-sm); overflow: hidden;
  border: 1px solid var(--line); background: var(--white); box-shadow: var(--sh-sm);
  transition: transform var(--dur) var(--ease), box-shadow var(--dur);
}
.biz-photo-card:hover { transform: translateY(-4px); box-shadow: var(--sh-md); }
.biz-photo-card img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.biz-photo-card figcaption { padding: 18px 20px 22px; }
.biz-photo-card b { display: block; margin-bottom: .35rem; font-size: 1.05rem; }
.biz-photo-card p { margin: 0; color: var(--muted); font-size: .95rem; line-height: 1.5; }

.biz-showcase-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(1.5rem, 4vw, 3rem); align-items: center; }
.biz-tab {
  font-family: inherit; font-weight: 700; font-size: 14px; padding: 10px 16px; border-radius: var(--radius-pill);
  border: 1.5px solid var(--line); background: var(--white); color: var(--muted); cursor: pointer;
  transition: color var(--dur), border-color var(--dur), background var(--dur), transform var(--dur);
}
.biz-tab:hover { color: var(--ink); border-color: var(--biz-700); }
.biz-tab.active { background: rgba(47, 58, 65, .08); border-color: var(--biz-700); color: var(--biz-700); }

.consult-form {
  max-width: 480px; margin: 0 auto; text-align: center; background: var(--white);
  border: 1px solid var(--line); border-radius: 28px; padding: clamp(24px, 5vw, 40px); box-shadow: var(--sh-md);
}
.consult-form .sec { margin-bottom: .35rem; }
.consult-lead { margin: 0 0 1.5rem; }
.consult-form input {
  width: 100%; font-family: inherit; font-size: 16px; padding: 14px 16px; margin-bottom: 12px;
  border: 1.5px solid var(--line); border-radius: 14px; background: var(--paper);
}
.consult-form input:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 4px rgba(0, 166, 96, .12); }
#view-business .consult-form input:focus { border-color: var(--biz-700); box-shadow: 0 0 0 4px rgba(47, 58, 65, .12); }
.consult-form .btn { width: 100%; margin-top: 6px; }
.consult-status { margin-top: .85rem; font-size: .95rem; color: var(--green); font-weight: 600; }
#view-business .consult-status { color: var(--biz-700); }

@media (max-width: 960px) {
  .social-panel-head { grid-template-columns: 1fr; }
  .social-panel-head--multi .social-channels { grid-template-columns: 1fr; }
  .social-channel-card { grid-template-columns: auto 1fr; }
  .social-channel-cta { grid-column: 2; justify-self: start; }
  .social-preview { grid-template-columns: 1fr; }
  .social-preview-card { border-right: 0; border-bottom: 1px solid var(--line); }
  .social-preview-card:last-child { border-bottom: 0; }
  .hero-photo-cluster { width: min(40%, 132px); left: 0; gap: 8px; }
  .hero-photo-extra { display: flex; }
  .hero-photo-extra .city-photo-wrap { width: 82%; }
  .hero-photo-cluster .city-photo-wrap { border-width: 3px; }
  .hero-national .hero-visual--home { min-height: 400px; }
  .hero-orbit-scene { width: min(100%, 480px); min-height: 380px; }
  .hero-national .hero-orbit-scene .phone-mock { transform: translateX(-4%); }
  .hero-city-float { font-size: 9px; padding: 7px 8px; max-width: calc(46% - 4px); }
  .hero-split .hero-visual { padding-left: clamp(88px, 22%, 128px); }
  .biz-showcase-grid { grid-template-columns: 1fr; }
  .biz-showcase-visual { order: -1; }
  .biz-photo-grid { grid-template-columns: 1fr; }
  #view-business .business-inner.hero-grid { grid-template-columns: 1fr; }
  .biz-orbit--5 { display: none; }
  .hero-visual--biz { min-height: 300px; margin-top: 1rem; }
}

@media (max-width: 960px) {
  .class-grid { grid-template-columns: repeat(2, 1fr); }
  .business-inner { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .class-grid { grid-template-columns: 1fr; }
  .hero-float-cities { display: none; }
  .menu .inner { padding-left: 18px; padding-right: 18px; }
}

/* giveaway landing (Zolotonosha) */
.promo-giveaway-link { display: inline-flex; margin: 8px 0 16px; }

.gw-hero {
  background: radial-gradient(120% 120% at 10% 0%, #0a2018 0%, #041009 55%, #020806 100%);
  color: #fff; padding: clamp(2rem, 5vw, 3.5rem) 0;
}
.gw-hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem, 4vw, 3rem); align-items: center; }
.gw-kicker { color: var(--yellow); font-weight: 800; letter-spacing: .04em; text-transform: uppercase; font-size: .82rem; margin-bottom: 10px; }
.gw-title { font-size: clamp(1.9rem, 4.5vw, 3rem); line-height: 1.08; margin-bottom: 14px; }
.gw-lead { font-size: 1.05rem; opacity: .9; max-width: 38ch; margin-bottom: 10px; }
.gw-period { color: var(--yellow); font-weight: 800; margin-bottom: 18px; }
.gw-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.gw-ig-link {
  display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center;
  padding: 12px 16px; border-radius: 18px; text-decoration: none; color: #fff;
  border: 1.5px solid rgba(255, 255, 255, .22); background: rgba(255, 255, 255, .08);
  transition: transform var(--dur) var(--ease), border-color var(--dur), background var(--dur);
  min-width: min(100%, 320px);
}
.gw-ig-link:hover {
  transform: translateY(-2px); border-color: rgba(225, 48, 108, .55);
  background: rgba(255, 255, 255, .12);
}
.gw-ig-link-icon { border-radius: 12px; display: block; box-shadow: var(--sh-sm); }
.gw-ig-link-copy { display: flex; flex-direction: column; gap: 2px; min-width: 0; text-align: left; }
.gw-ig-link-copy strong {
  font-size: .82rem; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; color: rgba(255, 255, 255, .72);
}
.gw-ig-link-copy span { font-size: .98rem; font-weight: 800; color: #fff; line-height: 1.25; }
.gw-ig-link-cta { font-size: 1.1rem; font-weight: 900; opacity: .85; }
.gw-hero-visual img { width: 100%; height: auto; border-radius: 24px; box-shadow: 0 24px 60px rgba(0,0,0,.45); }

.gw-main-prize {
  background: radial-gradient(120% 120% at 50% 0%, #0a2018 0%, #041009 55%, #020806 100%);
  padding: clamp(2.25rem, 5vw, 3.75rem) 0;
}
.gw-anchor-card {
  max-width: 980px; margin: 0 auto; padding: clamp(1.75rem, 4vw, 2.75rem);
  border-radius: 32px;
  background: linear-gradient(160deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  color: #fff; box-shadow: 0 32px 80px rgba(0,0,0,.35);
  border: 1px solid rgba(255,255,255,.1);
  position: relative; overflow: hidden;
}
.gw-anchor-card::before {
  content: ''; position: absolute; inset: -40% auto auto 50%; transform: translateX(-50%);
  width: min(90vw, 520px); height: min(90vw, 520px); border-radius: 50%;
  background: radial-gradient(circle, rgba(253,202,0,.18) 0%, rgba(253,202,0,0) 68%);
  pointer-events: none;
}
.gw-prize-hero {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  gap: clamp(1.25rem, 3vw, 2.5rem); align-items: center;
}
.gw-prize-visual { margin: 0; }
.gw-prize-visual img {
  width: min(100%, 520px); height: auto; margin: 0 auto; display: block;
  filter: drop-shadow(0 28px 48px rgba(0, 0, 0, .45));
}
.gw-prize-copy { text-align: left; }
.gw-prize-brand { margin-bottom: 14px; }
.gw-prize-brand img { display: block; height: clamp(22px, 3vw, 30px); width: auto; }
.gw-prize-name {
  font-size: clamp(1.75rem, 4vw, 2.6rem); font-weight: 900; line-height: 1.08;
  margin-bottom: 12px; color: #fff;
}
.gw-prize-copy p { opacity: .88; max-width: 34ch; margin: 0; font-size: 1.02rem; line-height: 1.5; }
.gw-anchor-card .gw-prize-from { display: none; }

.gw-partners { padding: clamp(2rem, 4vw, 3rem) 0; }
.gw-partners-lead { max-width: 58ch; margin: 0 auto; }
.gw-subtitle { text-align: center; font-size: 1.15rem; margin: 2rem 0 1rem; color: var(--green-700); }
.gw-gift-grid {
  list-style: none; padding: 0; margin: 0; display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 14px;
}
.gw-gift-grid--compact { max-width: 900px; margin: 0 auto; }
.gw-gift {
  background: var(--white); border: 1px solid var(--line); border-radius: 18px; padding: 18px 18px 16px;
  box-shadow: var(--sh-sm); height: 100%; display: flex; flex-direction: column;
}
.gw-gift-visual {
  margin: -6px -6px 12px; border-radius: 14px; background: #f4f6f5;
  display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 132px; padding: 12px;
  overflow: hidden;
}
.gw-gift-visual img {
  display: block; max-width: 100%; max-height: 120px; width: auto; height: auto; object-fit: contain;
  border-radius: 10px;
}
.gw-gift-visual--multi img {
  flex: 1 1 0; width: 0; max-width: none; max-height: 148px; height: 148px; object-fit: cover;
}
.gw-gift-partner { font-size: .78rem; font-weight: 800; color: var(--green); text-transform: uppercase; letter-spacing: .03em; margin-bottom: 6px; }
.gw-gift-title { font-weight: 800; font-size: 1.05rem; line-height: 1.25; margin-bottom: 6px; }
.gw-gift-note { font-size: .88rem; color: var(--muted); }

.gw-how { background: var(--green-tint); padding: clamp(2rem, 4vw, 3rem) 0; }
.gw-how-lead { max-width: 58ch; margin: 10px auto 0; }
.gw-steps { max-width: 680px; margin: 0 auto; padding-left: 1.2rem; }
.gw-steps li { margin-bottom: 14px; line-height: 1.45; }
.gw-steps li::marker { color: var(--green); font-weight: 900; }
.gw-steps-grid {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(14px, 2.5vw, 20px);
  max-width: 980px; margin: clamp(1.25rem, 3vw, 2rem) auto 0;
}
.gw-step {
  background: var(--white); border: 1px solid var(--line); border-radius: 22px;
  overflow: hidden; box-shadow: var(--sh-sm); display: flex; flex-direction: column; height: 100%;
}
.gw-step-visual {
  background: linear-gradient(180deg, #101010, #1a1a1a); padding: 14px 14px 10px;
  display: flex; justify-content: center; align-items: flex-end; min-height: 220px;
}
.gw-step-visual img {
  display: block; width: min(100%, 210px); height: auto; border-radius: 18px 18px 0 0;
  box-shadow: 0 14px 32px rgba(0, 0, 0, .45);
}
.gw-step-copy { padding: 16px 18px 20px; flex: 1; }
.gw-step-num {
  display: inline-block; margin-bottom: 8px; padding: 4px 10px; border-radius: 999px;
  background: var(--green-tint); color: var(--green-700); font-size: .75rem; font-weight: 800;
  letter-spacing: .03em; text-transform: uppercase;
}
.gw-step-title { font-size: 1.05rem; font-weight: 800; line-height: 1.25; margin: 0 0 8px; }
.gw-step-copy p { margin: 0; font-size: .92rem; line-height: 1.5; color: var(--muted); }
.gw-promo-note {
  max-width: 680px; margin: 1.5rem auto 0; padding: 16px 18px; border-radius: 16px;
  background: var(--white); border: 1px solid var(--line); font-size: .95rem;
}

.gw-partners-logos { background: var(--paper); padding: clamp(1.5rem, 3vw, 2.5rem) 0; overflow: hidden; }
.gw-logo-marquee {
  overflow: hidden; width: 100%;
  mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
}
.gw-logo-track {
  display: flex; align-items: stretch; gap: 16px; width: max-content;
  animation: gw-logo-scroll 38s linear infinite;
}
.gw-logo-marquee:hover .gw-logo-track { animation-play-state: paused; }
@keyframes gw-logo-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.gw-logo-item {
  flex: 0 0 auto; display: flex; align-items: center; justify-content: center;
  width: clamp(148px, 16vw, 188px); min-height: 100px; padding: 16px 20px;
  border-radius: 18px; background: var(--white); border: 1px solid var(--line); box-shadow: var(--sh-sm);
}
.gw-logo-item img {
  display: block; max-width: 100%; max-height: 72px; width: auto; height: auto; object-fit: contain;
}
.gw-logo-item--text span {
  font-weight: 800; font-size: .95rem; line-height: 1.25; text-align: center; color: var(--ink);
}

.gw-legal { padding: clamp(1.5rem, 3vw, 2.5rem) 0 0; }
.gw-legal-card {
  max-width: 820px; margin: 0 auto; padding: 18px 20px; border-radius: 16px;
  background: #f7f8f7; border: 1px solid var(--line); font-size: .88rem; color: var(--muted); line-height: 1.55;
}
.gw-legal-card h3 { color: var(--ink); font-size: 1rem; margin-bottom: 10px; }
.gw-legal-card ul { padding-left: 1.1rem; margin: 8px 0 0; }
.gw-legal-card li { margin-bottom: 6px; }

@media (max-width: 900px) {
  .gw-hero-inner { grid-template-columns: 1fr; }
  .gw-hero-visual { order: -1; max-width: 520px; margin: 0 auto; }
  .gw-prize-hero { grid-template-columns: 1fr; }
  .gw-prize-copy { text-align: center; }
  .gw-prize-brand img { margin-inline: auto; }
  .gw-prize-copy p { margin-inline: auto; }
  .gw-steps-grid { grid-template-columns: 1fr; max-width: 420px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
  .hero-copy > * { opacity: 1; transform: none; }
}
