:root{
  --bg: #F5F7FF;
  --surface: #FFFFFF;
  --surface2: #F1F5FF;
  --text: #0B1B3A;
  --muted: rgba(11, 27, 58, 0.68);
  --line: rgba(11, 27, 58, 0.10);
  --yellow: #FFD400;
  --yellow2: #FFCB2E;
  --blue: #0B2E84;
  --blue2: #2B6BFF;
  --shadow: 0 18px 60px rgba(11, 27, 58, 0.16);
  --shadowSm: 0 10px 28px rgba(11, 27, 58, 0.12);
  --radius: 20px;
  --radiusSm: 16px;
  --container: 1240px;
  --focus: 0 0 0 3px rgba(43, 107, 255, 0.28);
}

*{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
[hidden]{ display: none !important; }
body{
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;
  color: var(--text);
  background:
    radial-gradient(1000px 700px at 15% -10%, rgba(43,107,255,0.18), transparent 55%),
    radial-gradient(900px 650px at 95% 0%, rgba(255,212,0,0.18), transparent 55%),
    linear-gradient(180deg, #FFFFFF, var(--bg));
}

a{ color: inherit; text-decoration: none; }
img{ max-width: 100%; height: auto; display: block; }

.visuallyHidden{
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.container{
  width: min(var(--container), calc(100% - 32px));
  margin: 0 auto;
}

@media (min-width: 980px){
  .container{
    width: min(var(--container), calc(100% - 72px));
  }
}

.skipLink{
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(11,27,58,0.92);
  border: 1px solid rgba(255,255,255,0.20);
  transform: translateY(-140%);
  transition: transform 160ms ease;
  z-index: 1000;
}
.skipLink:focus{ transform: translateY(0); outline: none; box-shadow: var(--focus); }

.siteHeader{
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
  background: rgba(255,255,255,0.78);
  border-bottom: 1px solid rgba(11, 27, 58, 0.08);
  transition: background 160ms ease, box-shadow 160ms ease;
}

.headerRow{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  padding: 8px 0;
  transition: padding 160ms ease;
}
.brand{ display: flex; align-items: center; }
.brandLogo{
  width: 142px;
  height: auto;
  transition: transform 160ms ease;
  transform-origin: left center;
  clip-path: inset(1px);
  mix-blend-mode: multiply;
}
.brand:focus-visible .brandLogo,
.brand:hover .brandLogo{
  transform: translateY(-1px) scale(1.02);
}

.nav{ display: none; margin-left: auto; gap: 14px; align-items: center; }
.navLink{
  font-size: 14px;
  color: rgba(11, 27, 58, 0.78);
  padding: 7px 10px;
  border-radius: 12px;
  position: relative;
  transition: transform 120ms ease, background 120ms ease, color 120ms ease;
}
.navLink:hover{ background: rgba(11,27,58,0.05); color: rgba(11,27,58,0.92); }
.navLink:active{ transform: translateY(1px); }
.navLink::after{
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 4px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,212,0,0.95), rgba(43,107,255,0.90));
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 160ms ease;
  opacity: 0.9;
}
.navLink.isActive::after{ transform: scaleX(1); }
.navLink.isActive{ color: rgba(11,27,58,0.95); }
.navCta{
  background: rgba(255, 212, 0, 0.20);
  color: rgba(11,27,58,0.96);
  border: 1px solid rgba(255, 212, 0, 0.55);
  transition: transform 120ms ease, background 120ms ease;
}
.navCta:hover{ background: rgba(255, 212, 0, 0.28); }
.navCta:active{ transform: translateY(1px); }

@media (min-width: 720px){
  .brandLogo{ width: 158px; }
}

@media (min-width: 980px){
  .brandLogo{ width: 172px; }
  .headerRow{ padding: 10px 0; }
}

/* Header compact on scroll */
.siteHeader.isCompact{
  background: rgba(255,255,255,0.90);
  box-shadow: 0 16px 50px rgba(11, 27, 58, 0.10);
}
.siteHeader.isCompact .headerRow{ padding: 4px 0; }
.siteHeader.isCompact .brandLogo{ transform: scale(0.82); }
.siteHeader.isCompact .navLink{ padding-top: 6px; padding-bottom: 6px; }
.siteHeader.isCompact .navLink::after{ bottom: 3px; }
.siteHeader.isCompact .langToggle{ padding: 3px; }
.siteHeader.isCompact .langPill{ padding-top: 5px; padding-bottom: 5px; }
.siteHeader.isCompact .burger{ height: 34px; width: 40px; }

.headerPhones{
  order: 3;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  padding-bottom: 8px;
  max-height: 104px;
  opacity: 1;
  overflow: hidden;
  transform: translateY(0);
  transition:
    max-height 180ms ease,
    opacity 160ms ease,
    transform 180ms ease,
    padding-bottom 180ms ease;
}
.headerPhone{
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 9px;
  border-radius: 14px;
  border: 1px solid rgba(43,107,255,0.16);
  background: rgba(43,107,255,0.08);
  color: rgba(11,27,58,0.94);
  box-shadow: 0 8px 22px rgba(11,27,58,0.07);
  transition: transform 120ms ease, background 120ms ease, border-color 120ms ease;
}
.headerPhone:hover{
  background: rgba(43,107,255,0.12);
  border-color: rgba(43,107,255,0.26);
}
.headerPhone:active{ transform: translateY(1px); }
.headerPhone:focus-visible{ outline: none; box-shadow: var(--focus); }
.headerPhoneIcon{
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,0.82);
  color: rgba(43,107,255,0.96);
}
.headerPhoneIcon svg{ width: 15px; height: 15px; }
.headerPhoneText{
  min-width: 0;
  font-size: 13px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.1px;
  white-space: nowrap;
}

@media (min-width: 560px){
  .headerPhones{
    grid-template-columns: 1fr 1fr;
    max-height: 72px;
  }
}

@media (max-width: 979.98px){
  .siteHeader.isPhonesHidden .headerPhones{
    max-height: 0;
    opacity: 0;
    transform: translateY(-8px);
    padding-bottom: 0;
    pointer-events: none;
  }
}

.headerActions{ margin-left: auto; display: flex; gap: 10px; align-items: center; }
.langToggle{
  border: 1px solid rgba(11, 27, 58, 0.12);
  background: rgba(255,255,255,0.85);
  border-radius: 999px;
  padding: 4px;
  display: inline-flex;
  gap: 6px;
  align-items: center;
  cursor: pointer;
}
.langToggle:focus{ outline: none; box-shadow: var(--focus); }
.langPill{
  font-size: 12px;
  font-weight: 700;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(11,27,58,0.06);
}
.langPill.isInactive{ opacity: 0.55; background: transparent; }

.burger{
  width: 42px;
  height: 40px;
  border-radius: 14px;
  border: 1px solid rgba(11, 27, 58, 0.12);
  background: rgba(255,255,255,0.85);
  display: grid;
  place-content: center;
  gap: 4px;
  cursor: pointer;
}
.burger:focus{ outline: none; box-shadow: var(--focus); }
.burger span{ display: block; width: 18px; height: 2px; background: rgba(255,255,255,0.85); border-radius: 2px; }
.burger span{ background: rgba(11, 27, 58, 0.85); }

.mobileNav{
  border-top: 1px solid rgba(11,27,58,0.08);
  background: rgba(255,255,255,0.94);
}
.mobileNavInner{
  padding: 10px 0 14px;
  display: grid;
  gap: 6px;
}
.mobileNavLink{
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid rgba(11,27,58,0.10);
  background: rgba(11,27,58,0.03);
}

.hero{
  padding: 26px 0 10px;
  position: relative;
}
.hero::before{
  content: "";
  position: absolute;
  inset: -1px 0 auto;
  height: 560px;
  background:
    radial-gradient(900px 420px at 20% 0%, rgba(11,46,132,0.22), transparent 62%),
    radial-gradient(900px 420px at 95% 0%, rgba(255,212,0,0.24), transparent 62%),
    linear-gradient(180deg, rgba(11,46,132,0.06), rgba(11,46,132,0.00));
  pointer-events: none;
  z-index: -1;
}
.heroGrid{ display: grid; gap: 18px; }
.eyebrow{
  margin: 0 0 10px;
  color: rgba(11,27,58,0.72);
  font-size: 13px;
  letter-spacing: 0.3px;
}
.heroTitle{
  margin: 0 0 14px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
.heroTitleKind{
  margin: 0;
  font-size: clamp(15px, 3.2vw, 20px);
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.02em;
  color: rgba(11, 27, 58, 0.88);
}
.heroTitleRoute{
  margin: 0;
  font-size: clamp(30px, 6.2vw, 54px);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -0.03em;
  color: var(--text);
  text-wrap: balance;
}
.heroTitleHook{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin: 4px 0 0;
  padding: 0;
  width: 100%;
  min-width: 0;
}
.heroTitleHookText{
  margin: 0;
  flex: 0 0 auto;
  font-size: clamp(15px, 3.3vw, 18px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.01em;
  color: rgba(11, 46, 132, 0.92);
}
.heroTitleHookRail{
  height: 2px;
  border-radius: 999px;
  min-width: 24px;
}
.heroTitleHookRailLeft{
  display: none;
}
.heroTitleHookRailRight{
  flex: 1 1 auto;
  background: linear-gradient(90deg, rgba(43, 107, 255, 0.55), rgba(43, 107, 255, 0.08));
}
.heroSubtitle{
  margin: 0 0 18px;
  font-size: 16px;
  color: var(--muted);
  line-height: 1.5;
}

.pillList{
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 10px;
}
.heroParcelCard{
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(43, 107, 255, 0.18);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(241, 245, 255, 0.94));
  box-shadow:
    0 12px 34px rgba(11, 27, 58, 0.09),
    0 0 0 1px rgba(255, 255, 255, 0.65) inset;
}
.heroParcelCardIcon{
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(150deg, rgba(43, 107, 255, 0.18), rgba(11, 46, 132, 0.08));
  color: rgba(11, 46, 132, 0.95);
}
.heroParcelCardIcon svg{
  width: 24px;
  height: 24px;
  display: block;
}
.heroParcelCardBody{
  min-width: 0;
  flex: 1 1 auto;
}
.heroParcelCardTitle{
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.25;
  color: var(--text);
}
.heroParcelCardText{
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: var(--muted);
}
.pill{
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(255,255,255,0.90);
  border: 1px solid rgba(11,27,58,0.10);
  color: rgba(11,27,58,0.92);
  font-size: 14px;
  line-height: 1.25;
  box-shadow: 0 10px 30px rgba(11,27,58,0.10);
}
.pillIcon{
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  color: rgba(11,46,132,0.92);
}
.pill > span:not(.pillIcon){
  min-width: 0;
  flex: 1 1 auto;
}
.pillIcon svg{ width: 18px; height: 18px; display: block; }

.ctaRow{ margin-top: 18px; display: grid; gap: 10px; }
.micro{ margin: 14px 0 0; color: var(--muted); font-size: 13px; line-height: 1.45; }

@media (max-width: 719px){
  .heroTitle{
    align-items: center;
    text-align: center;
    width: 100%;
  }
  .heroTitleKind,
  .heroTitleRoute{
    text-align: center;
    width: 100%;
  }
  /* Телефон: лінія — текст — лінія (симетрично); ПК: лише текст + лінія вправо */
  .heroTitleHook{
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    align-self: stretch;
    max-width: 100%;
    margin-top: 6px;
    column-gap: 12px;
    gap: 0 12px;
  }
  .heroTitleHookRailLeft{
    display: block;
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    min-width: 0;
    min-height: 2px;
    background: linear-gradient(90deg, rgba(43, 107, 255, 0.08), rgba(43, 107, 255, 0.52));
  }
  .heroTitleHookText{
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    text-align: center;
  }
  .heroTitleHookRailRight{
    display: block;
    grid-column: 3;
    grid-row: 1;
    width: 100%;
    min-width: 0;
    flex: unset;
    min-height: 2px;
    background: linear-gradient(90deg, rgba(43, 107, 255, 0.52), rgba(43, 107, 255, 0.08));
  }
  .heroParcelCard{
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 16px 18px;
  }
  .heroParcelCardIcon{
    flex-basis: auto;
  }
  .heroCopy .micro{
    text-align: center;
    max-width: 34em;
    margin-left: auto;
    margin-right: auto;
  }
}

.btn{
  border: 1px solid transparent;
  border-radius: 16px;
  padding: 12px 14px;
  font-weight: 800;
  letter-spacing: 0.1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  transition: transform 120ms ease, background 120ms ease, border-color 120ms ease;
  user-select: none;
}
.btn:active{ transform: translateY(1px); }
.btn:focus{ outline: none; box-shadow: var(--focus); }
.btnBlock{ width: 100%; }

.btnPrimary{
  background: linear-gradient(180deg, rgba(255,212,0,0.98), rgba(255,203,46,0.96));
  color: rgba(10,23,52,0.98);
  border-color: rgba(255,212,0,0.45);
}
.btnPrimary:hover{ background: linear-gradient(180deg, rgba(255,212,0,1), rgba(255,203,46,1)); }

.btnGhost{
  background: rgba(255,255,255,0.90);
  border-color: rgba(11,27,58,0.12);
  color: rgba(11,27,58,0.92);
}
.btnGhost:hover{ background: rgba(255,255,255,0.98); }

.btnSoft{
  background: rgba(43,107,255,0.10);
  border-color: rgba(43,107,255,0.22);
  color: rgba(11,27,58,0.92);
}
.btnSoft:hover{ background: rgba(43,107,255,0.14); }

.heroMedia{ display: grid; }
.heroCard{
  border-radius: var(--radius);
  border: 1px solid rgba(11,27,58,0.10);
  background:
    radial-gradient(700px 260px at 50% 0%, rgba(255,212,0,0.18), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,255,255,0.78));
  box-shadow: var(--shadow);
  overflow: hidden;
}
.heroImageWrap{
  margin: 14px;
  border-radius: var(--radiusSm);
  background: transparent;
  border: 0;
  overflow: hidden;
  min-height: 180px;
  display: grid;
  place-items: center;
}
.mapFrame{
  width: 100%;
  height: 100%;
  min-height: 260px;
  border: 0;
}
.heroImageWrap{
  position: relative;
}
.heroImageWrap::after{ content: none; }
/* ── Hero cards stack ─────────────────────────────── */
.heroCardsStack{
  width: 100%;
  height: 100%;
  min-height: 280px;
  position: relative;
  display: grid;
  place-items: center;
}

/* All 3 cards share the same fixed inset — only transform changes */
.routeVisual{
  position: absolute;
  inset: 18px;
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
  border: 10px solid rgba(255,255,255,0.90);
  box-shadow: 0 28px 100px rgba(11,27,58,0.20);
  /* GPU: only transform/opacity animated */
  will-change: transform, opacity;
  transition: transform 680ms cubic-bezier(0.34, 1.20, 0.64, 1), opacity 680ms ease, box-shadow 680ms ease;
}

.routeVisualImg{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ── State 0 (default) ── */
.routeVisualFront{
  transform: rotate(4deg) translate(14px, -10px);
  z-index: 3;
  box-shadow: 0 32px 120px rgba(11,27,58,0.26);
}
.routeVisualMid{
  transform: rotate(-1deg) translate(0px, 4px);
  z-index: 2;
  opacity: 0.96;
}
.routeVisualBack{
  transform: rotate(-6deg) translate(-14px, 12px);
  z-index: 1;
  opacity: 0.90;
  box-shadow: 0 18px 60px rgba(11,27,58,0.16);
}

/* ── State 1: Mid → Front ── */
.heroCardsStack.state1 .routeVisualFront{
  transform: rotate(-6deg) translate(-14px, 12px);
  z-index: 1; opacity: 0.90;
  box-shadow: 0 18px 60px rgba(11,27,58,0.16);
}
.heroCardsStack.state1 .routeVisualMid{
  transform: rotate(4deg) translate(14px, -10px);
  z-index: 3;
  opacity: 1;
  box-shadow: 0 32px 120px rgba(11,27,58,0.26);
}
.heroCardsStack.state1 .routeVisualBack{
  transform: rotate(-1deg) translate(0px, 4px);
  z-index: 2; opacity: 0.96;
  box-shadow: 0 28px 100px rgba(11,27,58,0.20);
}

/* ── State 2: Back → Front ── */
.heroCardsStack.state2 .routeVisualFront{
  transform: rotate(-1deg) translate(0px, 4px);
  z-index: 2; opacity: 0.96;
  box-shadow: 0 28px 100px rgba(11,27,58,0.20);
}
.heroCardsStack.state2 .routeVisualMid{
  transform: rotate(-6deg) translate(-14px, 12px);
  z-index: 1; opacity: 0.90;
  box-shadow: 0 18px 60px rgba(11,27,58,0.16);
}
.heroCardsStack.state2 .routeVisualBack{
  transform: rotate(4deg) translate(14px, -10px);
  z-index: 3; opacity: 1;
  box-shadow: 0 32px 120px rgba(11,27,58,0.26);
}

@media (prefers-reduced-motion: reduce){
  .routeVisual{ transition: none; }
}
.mapFallback{
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.60;
}
.heroImage{ opacity: 0.55; max-height: 280px; }
.heroCardBottom{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 14px;
  border-top: 1px solid rgba(11,27,58,0.08);
}
.heroStatValue{ font-weight: 900; font-size: 18px; }
.heroStatLabel{ color: var(--muted); font-size: 12px; margin-top: 2px; }

.section{ padding: 46px 0; }
.sectionAlt{ background: rgba(11,46,132,0.03); }
.sectionHead{ margin-bottom: 18px; }
.sectionTitle{ margin: 0 0 10px; font-size: clamp(22px, 3.2vw, 34px); line-height: 1.15; }
.sectionSubtitle{ margin: 0; color: var(--muted); font-size: 15px; line-height: 1.6; }
.sectionCta{ margin-top: 18px; }

.featureGrid{
  margin-top: 18px;
  display: grid;
  gap: 12px;
}
.featureCard{
  border-radius: var(--radius);
  border: 1px solid rgba(11,27,58,0.10);
  background: var(--surface);
  padding: 16px;
  box-shadow: var(--shadowSm);
}
.featureIcon{
  width: 42px;
  height: 42px;
  border-radius: 16px;
  background: rgba(43,107,255,0.10);
  border: 1px solid rgba(43,107,255,0.18);
  display: grid;
  place-items: center;
  color: rgba(11,46,132,0.95);
}
.featureIcon svg{ width: 22px; height: 22px; }
.featureTitle{ margin: 10px 0 6px; font-size: 16px; }
.featureText{ margin: 0; color: var(--muted); line-height: 1.55; font-size: 14px; }

.routesGrid{
  margin-top: 18px;
  display: grid;
  gap: 12px;
}
.routeCard{
  position: relative;
  border-radius: 24px;
  border: 1px solid rgba(11,27,58,0.10);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,251,255,0.96));
  overflow: hidden;
  box-shadow: 0 18px 46px rgba(11, 27, 58, 0.09);
  display: grid;
  isolation: isolate;
  transition: box-shadow 180ms ease, transform 180ms ease, border-color 180ms ease;
}
.routeCard::after{
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, rgba(255,212,0,0.95), rgba(43,107,255,0.92));
  z-index: 1;
}
.routeCard:hover{
  border-color: rgba(43, 107, 255, 0.24);
  box-shadow: 0 26px 70px rgba(11, 27, 58, 0.15);
  transform: translateY(-3px);
}
.routeLabel{ padding: 18px; }
.routeLabel,
.routeBottom{
  position: relative;
  z-index: 2;
}
.routeHead{
  display: grid;
  grid-template-columns: 1fr 42px;
  gap: 12px;
  align-items: start;
  margin-bottom: 14px;
}
.routeTitle{
  font-weight: 950;
  font-size: 18px;
  letter-spacing: -0.25px;
  line-height: 1.15;
}
.routeBadges{
  margin-top: 8px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.badge{
  font-size: 12px;
  font-weight: 900;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(11,27,58,0.10);
  background: rgba(11,27,58,0.03);
  color: rgba(11,27,58,0.86);
}
.badgeDaily{
  border-color: rgba(255, 212, 0, 0.55);
  background: rgba(255, 212, 0, 0.22);
}
.routeMark{
  width: 46px;
  height: 46px;
  border-radius: 18px;
  border: 1px solid rgba(43,107,255,0.20);
  background:
    radial-gradient(circle at 30% 25%, rgba(255,255,255,0.9), transparent 38%),
    rgba(43,107,255,0.11);
  display: grid;
  place-items: center;
  color: rgba(11,46,132,0.95);
  box-shadow: 0 12px 26px rgba(43,107,255,0.12);
}
.routeMark svg{ width: 23px; height: 23px; }
.routeLabelRow{ display: flex; gap: 8px; align-items: center; margin-bottom: 10px; }
.tag{
  font-size: 12px;
  font-weight: 800;
  padding: 6px 9px;
  border-radius: 999px;
  border: 1px solid rgba(11,27,58,0.10);
  background: rgba(11,27,58,0.03);
}
.tagSoft{ background: rgba(43,107,255,0.14); border-color: rgba(43,107,255,0.26); }
.routeMeta{ display: grid; gap: 6px; font-size: 13px; line-height: 1.35; }
.routeMetaFancy{
  gap: 8px;
  padding: 10px;
  border-radius: 18px;
  background: rgba(11,27,58,0.025);
  border: 1px solid rgba(11,27,58,0.06);
}
.routeRow{
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
}
.routeIcon{
  width: 18px;
  height: 18px;
  color: rgba(11,46,132,0.92);
}
.routeIcon svg{ width: 18px; height: 18px; display: block; }
.routeText{ color: rgba(11,27,58,0.76); }
.routeMapLink{
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(43,107,255,0.45);
  text-underline-offset: 3px;
  transition: color 0.15s ease, text-decoration-color 0.15s ease;
}
.routeMapLink:hover{
  color: rgba(11,46,132,0.95);
  text-decoration-color: rgba(43,107,255,0.85);
}
.routeMapLink:focus-visible{
  outline: 2px solid rgba(43,107,255,0.55);
  outline-offset: 2px;
  border-radius: 4px;
}
.muted{ color: var(--muted); }
.routeBottom{
  border-top: 1px solid rgba(11,27,58,0.07);
  padding: 16px 18px 18px;
  display: grid;
  gap: 12px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.62), rgba(43,107,255,0.04));
}
.price{
  display: inline-flex;
  width: max-content;
  align-items: baseline;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 16px;
  background: rgba(255,212,0,0.18);
  border: 1px solid rgba(255,212,0,0.42);
}
.priceValue{ font-size: 28px; font-weight: 950; letter-spacing: -0.35px; }
.priceUnit{ color: rgba(11,27,58,0.70); font-size: 14px; font-weight: 900; }
.routeCard:first-child{
  border-color: rgba(43,107,255,0.18);
  background:
    radial-gradient(420px 220px at 100% 0%, rgba(255,212,0,0.16), transparent 64%),
    linear-gradient(180deg, rgba(255,255,255,0.99), rgba(247,250,255,0.98));
}
.routeCard:first-child .price{
  background: linear-gradient(135deg, rgba(255,212,0,0.95), rgba(255,232,92,0.92));
  border-color: rgba(224,174,0,0.35);
  box-shadow: 0 14px 34px rgba(255,212,0,0.24);
}
.routeCard:first-child .priceValue,
.routeCard:first-child .priceUnit{
  color: rgba(11,27,58,0.94);
}
.note{ margin: 14px 0 0; color: var(--muted); font-size: 13px; }

.bookingGrid{ display: grid; gap: 16px; }
.bookingCopy .sectionTitle{ margin-top: 0; }
.callout{
  margin-top: 14px;
  border-radius: var(--radius);
  border: 1px solid rgba(11,27,58,0.10);
  background: rgba(255,255,255,0.92);
  padding: 14px;
}
.calloutTitle{ font-weight: 900; margin-bottom: 6px; }
.calloutText{ margin: 0; color: var(--muted); line-height: 1.55; font-size: 14px; }
.miniCtas{ margin-top: 10px; display: flex; gap: 10px; flex-wrap: wrap; }
.miniLink{
  font-weight: 800;
  font-size: 14px;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(11,27,58,0.10);
  background: rgba(11,27,58,0.03);
}
.miniLink:hover{ background: rgba(11,27,58,0.05); }

.bookingCard{
  border-radius: var(--radius);
  border: 1px solid rgba(11,27,58,0.10);
  background: var(--surface);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.form{ padding: 16px; display: grid; gap: 12px; }
.field{ display: grid; gap: 6px; }
.label{ font-size: 13px; color: rgba(11,27,58,0.78); font-weight: 800; }
.input{
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(11,27,58,0.12);
  background: rgba(11,27,58,0.03);
  color: rgba(11,27,58,0.92);
  padding: 12px 12px;
  font-size: 15px;
}
.input:focus{ outline: none; box-shadow: var(--focus); border-color: rgba(255,212,0,0.32); }
select.input{ appearance: none; }
.formHint{ margin: 0; color: var(--muted); font-size: 12px; line-height: 1.4; }
.formError{
  border-radius: 14px;
  border: 1px solid rgba(255, 80, 80, 0.35);
  background: rgba(255, 80, 80, 0.12);
  padding: 12px;
  color: rgba(11,27,58,0.92);
  font-size: 14px;
}
.formSuccess{
  border-radius: 16px;
  border: 1px solid rgba(35, 255, 170, 0.26);
  background: rgba(35, 255, 170, 0.10);
  padding: 12px;
  display: grid;
  gap: 10px;
}
.formSuccessTitle{ font-weight: 900; }

.transferGrid{ display: grid; gap: 14px; align-items: center; }
.transferPrice{
  margin-top: 12px;
  border-radius: var(--radius);
  border: 1px solid rgba(11,27,58,0.10);
  background: rgba(255,255,255,0.92);
  padding: 14px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 12px;
  row-gap: 6px;
  box-shadow: var(--shadowSm);
}
.transferPriceLabel{ font-weight: 950; color: rgba(11,27,58,0.80); font-size: 13px; }
.transferPriceAmount{
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.transferPriceValue{ font-weight: 950; font-size: 28px; letter-spacing: -0.2px; }
.transferPriceUnit{ color: rgba(11,27,58,0.62); font-weight: 900; font-size: 14px; }
.transferPriceNote{
  grid-column: 1 / -1;
  color: rgba(11,27,58,0.62);
  font-size: 13px;
  line-height: 1.35;
}
.transferPerks{
  margin-top: 12px;
  display: grid;
  gap: 10px;
}
.transferPerk{
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: start;
  padding: 12px;
  border-radius: var(--radius);
  border: 1px solid rgba(11,27,58,0.10);
  background: rgba(255,255,255,0.75);
}
.transferPerkIcon{
  width: 42px;
  height: 42px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(43,107,255,0.18);
  background: rgba(43,107,255,0.10);
  color: rgba(11,46,132,0.95);
}
.transferPerkIcon svg{ width: 22px; height: 22px; }
.transferPerkTitle{ font-weight: 950; }
.transferPerkText{ margin-top: 4px; color: rgba(11,27,58,0.70); font-size: 14px; line-height: 1.45; }
.transferMedia{
  border-radius: var(--radius);
  border: 1px solid rgba(11,27,58,0.10);
  background: rgba(11,27,58,0.03);
  min-height: 220px;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.transferMediaInner{
  width: 100%;
  height: 100%;
  position: relative;
}
.transferImage{
  width: 100%;
  height: 100%;
  max-height: 420px;
  object-fit: cover;
  display: block;
}
.transferMediaInner::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(520px 240px at 50% 10%, rgba(255,212,0,0.22), transparent 60%),
              linear-gradient(180deg, rgba(11,27,58,0.06), rgba(11,27,58,0.00));
}
.transferMediaOverlay{
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.transferMediaChip{
  font-size: 12px;
  font-weight: 950;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.22);
  background: rgba(11,27,58,0.60);
  backdrop-filter: blur(10px);
  color: rgba(255,255,255,0.92);
}
.transferMediaChipAlt{
  border-color: rgba(255,212,0,0.28);
  background: rgba(255,212,0,0.18);
  color: rgba(255,255,255,0.96);
}

.steps{
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

/* ── How it works (boarding pass) ─────────────────── */
.howPass{
  margin-top: 18px;
  position: relative;
  border-radius: calc(var(--radius) + 10px);
  border: 1px solid rgba(11,27,58,0.10);
  background:
    radial-gradient(900px 360px at 12% -10%, rgba(43,107,255,0.16), transparent 58%),
    radial-gradient(760px 320px at 92% 0%, rgba(255,212,0,0.20), transparent 58%),
    linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,255,255,0.82));
  box-shadow: 0 26px 90px rgba(11,27,58,0.12);
  padding: 14px;
  overflow: hidden;
}
.howPassGlow{
  position: absolute;
  inset: -60px -30px auto -30px;
  height: 180px;
  background: radial-gradient(closest-side, rgba(255,212,0,0.18), transparent 70%);
  pointer-events: none;
  filter: blur(2px);
}
.howRail{
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}
.howTicket{
  position: relative;
  border-radius: 22px;
  padding: 14px 14px 16px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(11,27,58,0.10);
  box-shadow: 0 14px 40px rgba(11,27,58,0.10);
  overflow: hidden;
}
.howTicket::before{
  content: attr(data-step);
  position: absolute;
  right: 12px;
  bottom: 10px;
  font-weight: 1000;
  font-size: 46px;
  letter-spacing: -2px;
  color: rgba(11,27,58,0.06);
  pointer-events: none;
}
.howTicket::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(220px 120px at 20% 10%, rgba(255,255,255,0.55), transparent 60%),
    linear-gradient(180deg, rgba(11,46,132,0.06), transparent 38%);
  opacity: 0.9;
}
.howTicketTop{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 10px;
}
.howTicketMark{
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.howTicketNum{
  font-weight: 950;
  letter-spacing: 0.5px;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(11,27,58,0.10);
  background: rgba(11,27,58,0.03);
  color: rgba(11,27,58,0.78);
}
.howTicketIcon{
  width: 42px;
  height: 42px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  color: rgba(11,46,132,0.95);
  background: rgba(43,107,255,0.10);
  border: 1px solid rgba(43,107,255,0.18);
}
.howTicketIcon svg{ width: 22px; height: 22px; }
.howSticker{
  font-size: 12px;
  font-weight: 950;
  padding: 7px 10px;
  border-radius: 999px;
  color: rgba(11,27,58,0.86);
  background: rgba(255,212,0,0.18);
  border: 1px solid rgba(255,212,0,0.40);
  white-space: nowrap;
  transform: rotate(-2deg);
}
.howStickerYellow{
  background: rgba(255,212,0,0.22);
  border-color: rgba(255,212,0,0.46);
}
.howTicketBody{
  font-weight: 950;
  color: rgba(11,27,58,0.94);
  line-height: 1.25;
  font-size: 15px;
}
.howTicketFinal{
  border-color: rgba(255,212,0,0.30);
  box-shadow: 0 18px 60px rgba(255,212,0,0.14), 0 14px 40px rgba(11,27,58,0.10);
}

@media (prefers-reduced-motion: no-preference){
  .howTicket{
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  }
  .howTicket:hover{
    transform: translateY(-3px);
    border-color: rgba(43,107,255,0.22);
    box-shadow: 0 26px 90px rgba(11,27,58,0.14);
  }
}

@media (min-width: 980px){
  .howPass{ padding: 18px; }
  .howRail{
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    align-items: stretch;
  }
  .howTicket{
    min-height: 148px;
  }
}
.step{
  border-radius: var(--radius);
  border: 1px solid rgba(11,27,58,0.10);
  background: var(--surface);
  padding: 14px;
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 12px;
  align-items: center;
}
.stepNum{
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: rgba(255,212,0,0.22);
  border: 1px solid rgba(255,212,0,0.55);
  display: grid;
  place-items: center;
  font-weight: 950;
  color: rgba(11,27,58,0.92);
}
.stepBody{ font-weight: 800; color: rgba(11,27,58,0.92); line-height: 1.3; }

.transportGrid{ display: grid; gap: 18px; align-items: start; }
.checkList{
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.checkList li{
  padding-left: 28px;
  position: relative;
  color: rgba(11,27,58,0.88);
  line-height: 1.45;
}
.checkList li::before{
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--yellow);
  font-weight: 950;
}
.gallery{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.galleryItem{
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  box-shadow: var(--shadowSm);
  aspect-ratio: 4 / 3;
}
.galleryItem::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(300px 180px at 50% 20%, rgba(255,255,255,0.22), transparent 55%),
    linear-gradient(180deg, rgba(11,27,58,0.06), rgba(11,27,58,0.00));
  opacity: 0;
  transition: opacity 160ms ease;
}
.galleryItem:hover::after{ opacity: 1; }
.galleryItem:focus{ outline: none; box-shadow: var(--shadowSm), var(--focus); }
.galleryImg{
  border-radius: 0;
  border: 0;
  background: rgba(11,27,58,0.03);
  min-height: 100%;
  width: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 200ms ease;
}
.galleryItem:hover .galleryImg{ transform: scale(1.06); }

.lightbox{
  width: min(980px, calc(100% - 32px));
  border: 0;
  border-radius: 20px;
  padding: 0;
  box-shadow: 0 28px 120px rgba(0,0,0,0.35);
  background: #0b1b3a;
}
.lightbox::backdrop{
  background: rgba(3, 8, 18, 0.65);
  backdrop-filter: blur(6px);
}
.lightboxImg{
  width: 100%;
  height: auto;
  max-height: min(78vh, 760px);
  object-fit: contain;
  display: block;
}
.lightboxClose{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 42px;
  height: 42px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.92);
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
}
.lightboxClose:focus{ outline: none; box-shadow: 0 0 0 3px rgba(255,212,0,0.30); }

.sectionHeadRow{
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-end;
}
.ratingSummary{
  margin-left: auto;
  display: grid;
  gap: 4px;
  padding: 10px 12px;
  border-radius: 18px;
  border: 1px solid rgba(11,27,58,0.10);
  background: rgba(255,255,255,0.88);
  box-shadow: var(--shadowSm);
}
.ratingScore{
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
}
.ratingValue{
  font-weight: 950;
  font-size: 18px;
  letter-spacing: -0.2px;
}
.ratingOutOf{ color: rgba(11,27,58,0.60); font-weight: 900; font-size: 12px; }
.ratingStars{
  display: inline-flex;
  gap: 4px;
  color: rgba(255, 212, 0, 0.98);
}
.ratingStars svg{
  width: 16px;
  height: 16px;
  fill: currentColor;
  filter: drop-shadow(0 6px 12px rgba(255, 212, 0, 0.18));
}
.ratingCount{
  font-size: 12px;
  color: rgba(11,27,58,0.62);
  font-weight: 800;
}
.carouselActions{ display: none; gap: 10px; align-items: center; }
.iconBtn{
  width: 44px;
  height: 44px;
  border-radius: 16px;
  border: 1px solid rgba(11,27,58,0.10);
  background: rgba(255,255,255,0.92);
  color: rgba(11,27,58,0.92);
  font-size: 22px;
  font-weight: 900;
  cursor: pointer;
}
.iconBtn:focus{ outline: none; box-shadow: var(--focus); }
.carousel{
  margin-top: 16px;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: min(420px, 86%);
  gap: 12px;
  overflow: auto;
  padding-bottom: 2px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  scroll-behavior: smooth;
}
.carousel::-webkit-scrollbar{ width: 0; height: 0; }
.reviewCard{
  scroll-snap-align: start;
  border-radius: var(--radius);
  border: 1px solid rgba(11,27,58,0.10);
  background: var(--surface);
  padding: 16px;
  box-shadow: var(--shadowSm);
  position: relative;
}
.reviewCard::before{
  content: "“";
  position: absolute;
  right: 14px;
  top: 8px;
  font-size: 44px;
  line-height: 1;
  color: rgba(43,107,255,0.16);
  font-weight: 950;
  pointer-events: none;
}
.reviewTop{ display: flex; gap: 10px; align-items: center; }
.avatar{
  width: 42px;
  height: 42px;
  border-radius: 16px;
  background: rgba(255,212,0,0.22);
  border: 1px solid rgba(255,212,0,0.55);
  display: grid;
  place-items: center;
  font-weight: 950;
}
.reviewName{ font-weight: 950; }
.reviewMeta{ color: var(--muted); font-size: 13px; margin-top: 2px; }
.reviewText{ margin: 12px 0 0; color: rgba(11,27,58,0.86); line-height: 1.6; }

.faq{ margin-top: 16px; display: grid; gap: 12px; }
.faqItem{
  border-radius: var(--radius);
  border: 1px solid rgba(11,27,58,0.10);
  background: var(--surface);
  padding: 0;
  overflow: hidden;
  box-shadow: var(--shadowSm);
  transition: transform 140ms ease, box-shadow 140ms ease, border-color 140ms ease;
}
.faqItem:hover{
  transform: translateY(-1px);
  box-shadow: 0 22px 70px rgba(11, 27, 58, 0.14);
  border-color: rgba(43, 107, 255, 0.18);
}
.faqQ{
  cursor: pointer;
  padding: 14px 16px 14px 16px;
  font-weight: 950;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 34px;
  gap: 12px;
  align-items: center;
}
.faqQ::-webkit-details-marker{ display: none; }
.faqQ::after{
  content: "+";
  width: 34px;
  height: 34px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-size: 18px;
  font-weight: 950;
  color: rgba(11,27,58,0.88);
  border: 1px solid rgba(11,27,58,0.10);
  background: rgba(11,27,58,0.03);
  transition: transform 160ms ease, background 160ms ease;
}
.faqItem[open] .faqQ::after{
  content: "–";
  transform: rotate(180deg);
  background: rgba(255,212,0,0.20);
  border-color: rgba(255,212,0,0.45);
}
.faqItem[open] .faqQ{
  background: linear-gradient(90deg, rgba(255,212,0,0.30), rgba(255,212,0,0.10));
}
.faqItem[open] .faqQ{
  border-bottom: 1px solid rgba(255,212,0,0.35);
}
.faqQ:focus{ outline: none; }
.faqQ:focus-visible{
  box-shadow: var(--focus);
  border-radius: 16px;
}
.faqA{
  padding: 0 16px 16px;
  color: var(--muted);
  line-height: 1.6;
  font-size: 14px;
}
.faqA{
  border-top: 1px solid rgba(11,27,58,0.08);
  margin-top: 0;
}
.faqItem[open] .faqA{
  background: rgba(255,212,0,0.12);
  border-top-color: rgba(255,212,0,0.22);
  color: rgba(11,27,58,0.78);
}

@media (prefers-reduced-motion: no-preference){
  .faqItem[open] .faqA{
    animation: faqReveal 160ms ease-out;
  }
  @keyframes faqReveal{
    from{ opacity: 0; transform: translateY(-4px); }
    to{ opacity: 1; transform: translateY(0); }
  }
}

.footer{
  position: relative;
  overflow: hidden;
  padding: 44px 0 24px;
  border-top: 1px solid rgba(11,27,58,0.08);
  background:
    radial-gradient(760px 360px at 10% 0%, rgba(43,107,255,0.10), transparent 58%),
    radial-gradient(680px 300px at 92% 20%, rgba(255,212,0,0.16), transparent 58%),
    linear-gradient(180deg, rgba(255,255,255,0.92), rgba(241,245,255,0.92));
}
.footerGrid{
  display: grid;
  gap: 18px;
}
.footerLogo{ width: 120px; }
.footerText{ margin: 10px 0 0; color: var(--muted); line-height: 1.55; font-size: 14px; }
.footerTitle{ font-weight: 950; margin-bottom: 10px; }
.footerCol{
  display: grid;
  align-content: start;
}
.footerCol .footerLink{
  padding: 8px 0;
}
.footerLink{
  display: inline-flex;
  padding: 10px 0;
  color: rgba(11,27,58,0.86);
}
.footerLinksRow{ display: flex; gap: 10px; flex-wrap: wrap; padding: 6px 0 10px; }
.chipLink{
  font-weight: 900;
  font-size: 14px;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(11,27,58,0.10);
  background: rgba(11,27,58,0.03);
}
.chipLink:hover{ background: rgba(11,27,58,0.05); }
.footerBottom{ margin-top: 12px; padding-top: 12px; border-top: 1px solid rgba(11,27,58,0.08); }
.footerBottom{ border-top-color: rgba(11,27,58,0.08); }
.footerFine{ color: rgba(11,27,58,0.62); font-size: 13px; }

.footerPhones{
  display: grid;
  gap: 10px;
  margin: 8px 0 14px;
}
.footerPhoneMessengers{
  margin: -6px 0 14px;
  font-size: 13px;
  color: rgba(11,27,58,0.62);
  line-height: 1.45;
}
.phoneRow{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 18px;
  border: 1px solid rgba(11,27,58,0.10);
  background: rgba(255,255,255,0.88);
  box-shadow: var(--shadowSm);
}
.phoneRow:hover{ background: rgba(255,255,255,0.96); }
.phoneIcon{
  width: 40px;
  height: 40px;
  border-radius: 16px;
  border: 1px solid rgba(43,107,255,0.18);
  background: rgba(43,107,255,0.10);
  display: grid;
  place-items: center;
  color: rgba(11,46,132,0.95);
}
.phoneIcon svg{ width: 20px; height: 20px; }
.phoneText{
  font-weight: 950;
  letter-spacing: 0.2px;
  color: rgba(11,27,58,0.92);
}

.socialRow{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 2px;
}
.socialBtn{
  min-height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(11,27,58,0.08);
  background: rgba(255,255,255,0.58);
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 950;
  color: rgba(11,27,58,0.88);
  transition: transform 140ms ease, background 140ms ease, border-color 140ms ease, box-shadow 140ms ease;
}
.socialBtn:hover{
  transform: translateY(-2px);
  background: rgba(255,255,255,0.88);
  box-shadow: 0 14px 32px rgba(11,27,58,0.08);
}
.socialBtn:active{ transform: translateY(1px); }
.socialBtn:focus{ outline: none; box-shadow: var(--shadowSm), var(--focus); }
.socialIcon{
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
}
.socialIcon svg{ width: 18px; height: 18px; display: block; fill: currentColor; }
.socialBtn.tg{ border-color: rgba(34,158,217,0.22); }
.socialBtn.tg .socialIcon{ background: linear-gradient(135deg, #2AABEE, #178ACB); }
.socialBtn.vb{ border-color: rgba(115,96,242,0.24); }
.socialBtn.vb .socialIcon{ background: linear-gradient(135deg, #8B7BFF, #665CAC); }
.socialBtn.wa{ border-color: rgba(37,211,102,0.24); }
.socialBtn.wa .socialIcon{ background: linear-gradient(135deg, #25D366, #128C7E); }
.socialBtn.ig{ border-color: rgba(225,48,108,0.24); }
.socialBtn.ig .socialIcon{
  background:
    radial-gradient(circle at 30% 105%, #FEDA75 0 22%, transparent 24%),
    linear-gradient(135deg, #515BD4, #8134AF 35%, #DD2A7B 68%, #F58529);
}

@media (min-width: 720px){
  .ctaRow{ grid-template-columns: 1fr 1fr 1fr; }
  .heroGrid{ grid-template-columns: 1fr 1fr; align-items: center; gap: 32px; padding: 20px 0; }
  .featureGrid{ grid-template-columns: 1fr 1fr; }
  .routesGrid{ grid-template-columns: 1fr 1fr; }
  .bookingGrid{ grid-template-columns: 1fr 1fr; align-items: start; }
  .transferGrid{ grid-template-columns: 1fr 1fr; }
  .transportGrid{ grid-template-columns: 1fr 1fr; }
  .carousel{ grid-auto-columns: 360px; }
  .carouselActions{ display: inline-flex; }
  .footerGrid{
    grid-template-columns: 1.4fr 1fr 1fr;
    column-gap: 32px;
  }
}

@media (min-width: 980px){
  .headerRow{ flex-wrap: nowrap; }
  .headerPhones{
    position: static;
    order: 0;
    width: auto;
    display: flex;
    gap: 8px;
    padding: 0;
    margin-left: auto;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
  }
  .headerPhone{
    padding: 7px 10px;
    border-radius: 999px;
    box-shadow: none;
  }
  .headerPhoneIcon{ width: 22px; height: 22px; flex-basis: 22px; }
  .headerPhoneText{ font-size: 13px; }
  .headerActions{ margin-left: 0; }
  .routesGrid{ grid-template-columns: 1fr 1fr 1fr; }
  .featureGrid{ grid-template-columns: 1fr 1fr 1fr; }
  .carousel{ grid-auto-columns: 360px; }
  .mapFrame{ min-height: 320px; }
  .heroCardsStack{ min-height: 320px; }
  .gallery{ grid-template-columns: 1fr 1fr; gap: 14px; }
  .footerGrid{ column-gap: 44px; }
  .heroGrid{ grid-template-columns: 1.08fr 0.92fr; gap: 48px; padding: 32px 0 8px; }
}

@media (min-width: 1120px){
  .nav{ display: flex; }
  .headerPhones{ margin-left: 4px; }
  .burger{ display: none; }
  .mobileNav{ display: none !important; }
}

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

/* ─────────────────────────────────────────────────────
   HERO BACKGROUND (static soft gradients — optimized)
   ───────────────────────────────────────────────────── */
.hero{ overflow: hidden; }
.hero::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background:
    radial-gradient(circle at 18% 20%, rgba(43,107,255,0.18), transparent 42%),
    radial-gradient(circle at 82% 12%, rgba(255,212,0,0.24), transparent 44%),
    radial-gradient(circle at 50% 80%, rgba(123,94,255,0.10), transparent 48%);
  opacity: 0.9;
}

/* A single, lightweight decorative blob on heroCopy (no blur filter) */
.hero .heroCopy{ position: relative; isolation: isolate; }
.hero .heroCopy::after{
  content: "";
  position: absolute;
  right: -120px; bottom: -80px;
  width: 260px; height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(43,107,255,0.22), transparent 70%);
  opacity: 0.7;
  z-index: -1;
  pointer-events: none;
}

/* Pills: subtle hover lift */
.pill{ transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease; }
.pill:hover{
  transform: translateY(-2px);
  border-color: rgba(43,107,255,0.32);
  box-shadow: 0 16px 40px rgba(11,27,58,0.14);
}

/* ─────────────────────────────────────────────────────
   HERO BOOKING FORM CARD
   ───────────────────────────────────────────────────── */
.heroForm{
  position: relative;
}
.heroFormCard{
  position: relative;
  border-radius: 28px;
  padding: 2px;
  isolation: isolate;
}

/* Conic-gradient rotating border */
.heroFormBorder{
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: conic-gradient(
    from 35deg,
    rgba(43,107,255,0.0) 0deg,
    rgba(255,212,0,0.85) 60deg,
    rgba(43,107,255,0.85) 180deg,
    rgba(123,94,255,0.75) 260deg,
    rgba(43,107,255,0.0) 360deg
  );
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  filter: blur(0.2px);
  z-index: 0;
  pointer-events: none;
  opacity: 0.8;
}

.heroFormInner{
  position: relative;
  z-index: 1;
  border-radius: 26px;
  background:
    radial-gradient(600px 260px at 0% 0%, rgba(43,107,255,0.10), transparent 55%),
    radial-gradient(600px 260px at 100% 100%, rgba(255,212,0,0.12), transparent 55%),
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,255,255,0.90));
  backdrop-filter: blur(14px);
  box-shadow:
    0 40px 90px rgba(11,27,58,0.20),
    0 10px 30px rgba(11,27,58,0.10),
    inset 0 1px 0 rgba(255,255,255,0.85);
  padding: 22px 20px 20px;
  overflow: hidden;
}
.heroFormInner::before{
  content: "";
  position: absolute;
  inset: -40% -20% auto -20%;
  height: 60%;
  background: radial-gradient(closest-side, rgba(255,212,0,0.18), transparent 70%);
  pointer-events: none;
}

.heroFormHead{ margin-bottom: 14px; }
.heroFormBadge{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  padding: 6px 10px 6px 8px;
  border-radius: 999px;
  background: rgba(43,107,255,0.10);
  border: 1px solid rgba(43,107,255,0.22);
  color: rgba(11,46,132,0.96);
}
.heroFormBadgeDot{
  width: 8px; height: 8px; border-radius: 50%;
  background: #25D366;
  box-shadow: 0 0 0 0 rgba(37,211,102,0.6);
  animation: pulseDot 1.8s ease-out infinite;
}
@keyframes pulseDot{
  0%  { box-shadow: 0 0 0 0 rgba(37,211,102,0.55); }
  70% { box-shadow: 0 0 0 10px rgba(37,211,102,0); }
  100%{ box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}

.heroFormTitle{
  margin: 10px 0 6px;
  font-size: clamp(18px, 2.1vw, 22px);
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.2px;
}
.heroFormSubtitle{
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.heroFormBody{
  display: grid;
  gap: 10px;
  margin-top: 4px;
}
.floatRow{ display: grid; gap: 10px; }
@media (min-width: 520px){
  .floatRow{ grid-template-columns: 1fr 1fr; }
}

/* Floating-label field */
.floatField{
  position: relative;
}
.floatInput{
  width: 100%;
  height: 52px;
  padding: 20px 14px 8px 44px;
  border-radius: 14px;
  border: 1.5px solid rgba(11,27,58,0.12);
  background: rgba(255,255,255,0.78);
  color: rgba(11,27,58,0.94);
  font-size: 15px;
  font-weight: 600;
  appearance: none;
  -webkit-appearance: none;
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}
.floatInput:focus{
  outline: none;
  border-color: rgba(43,107,255,0.55);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(43,107,255,0.14);
}
.floatInput:not(:placeholder-shown){ background: #fff; }

.floatLabel{
  position: absolute;
  left: 44px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: 700;
  color: rgba(11,27,58,0.58);
  pointer-events: none;
  transition: top 160ms ease, font-size 160ms ease, color 160ms ease, transform 160ms ease;
  background: transparent;
  padding: 0 4px;
}
.floatInput:focus + .floatLabel,
.floatInput:not(:placeholder-shown) + .floatLabel,
.floatLabelFixed{
  top: 10px;
  transform: translateY(0);
  font-size: 11px;
  color: rgba(11,46,132,0.92);
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.floatInput:focus + .floatLabel{ color: rgba(43,107,255,0.92); }

.floatIcon{
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px; height: 22px;
  color: rgba(11,46,132,0.75);
  transition: color 160ms ease, transform 160ms ease;
  pointer-events: none;
  z-index: 2;
}
.floatIcon svg{ width: 22px; height: 22px; display: block; }
.floatField:focus-within .floatIcon{
  color: rgba(43,107,255,0.98);
  transform: translateY(-50%) scale(1.08);
}

.floatSelect{
  padding-right: 40px;
  cursor: pointer;
}
.floatChevron{
  position: absolute;
  right: 12px; top: 50%;
  transform: translateY(-50%);
  width: 18px; height: 18px;
  color: rgba(11,27,58,0.52);
  pointer-events: none;
  transition: transform 160ms ease;
}
.floatField:focus-within .floatChevron{
  color: rgba(43,107,255,0.9);
  transform: translateY(-50%) rotate(180deg);
}

/* Shine effect on primary button */
.btnShine{
  position: relative;
  overflow: hidden;
  height: 54px;
  font-size: 16px;
  letter-spacing: 0.2px;
  box-shadow: 0 18px 40px rgba(255,212,0,0.28), 0 6px 14px rgba(11,27,58,0.10);
  transform: translateZ(0);
}
.btnShine::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg,
    transparent 20%,
    rgba(255,255,255,0.65) 40%,
    rgba(255,255,255,0.0) 60%);
  transform: translateX(-120%);
  transition: transform 700ms ease;
  pointer-events: none;
}
.btnShine:hover::after{ transform: translateX(120%); }
.btnShine:hover{ transform: translateY(-2px); box-shadow: 0 24px 52px rgba(255,212,0,0.34), 0 10px 18px rgba(11,27,58,0.12); }
.btnShine:active{ transform: translateY(0); }

/* Hero form success state */
.formSuccess{
  border-radius: 16px;
  border: 1px solid rgba(35, 190, 130, 0.40);
  background: linear-gradient(180deg, rgba(35,200,140,0.14), rgba(35,200,140,0.06));
  padding: 16px;
  display: grid;
  gap: 10px;
  justify-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  animation: successPop 420ms cubic-bezier(.2,.9,.3,1.2);
}
.formSuccess::before{
  content: "";
  position: absolute; inset: -40% -20% auto -20%;
  height: 60%;
  background: radial-gradient(closest-side, rgba(35,200,140,0.35), transparent 70%);
  pointer-events: none;
}
.formSuccessIcon{
  width: 48px; height: 48px;
  border-radius: 50%;
  background: rgba(35,200,140,0.20);
  border: 1.5px solid rgba(35,200,140,0.55);
  color: rgba(25,150,100,0.98);
  display: grid; place-items: center;
  animation: successPulse 1.8s ease-out infinite;
}
.formSuccessIcon svg{ width: 28px; height: 28px; }
@keyframes successPulse{
  0%  { box-shadow: 0 0 0 0 rgba(35,200,140,0.55); }
  70% { box-shadow: 0 0 0 14px rgba(35,200,140,0); }
  100%{ box-shadow: 0 0 0 0 rgba(35,200,140,0); }
}
@keyframes successPop{
  from{ opacity: 0; transform: scale(0.95); }
  to  { opacity: 1; transform: scale(1); }
}

/* Messengers row */
.heroFormDivider{
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 14px 0 10px;
  color: rgba(11,27,58,0.52);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.heroFormDivider::before,
.heroFormDivider::after{
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(11,27,58,0.16), transparent);
}
.heroFormMessengers{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
}
.miniMessenger{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 8px;
  border-radius: 14px;
  border: 1px solid rgba(11,27,58,0.10);
  background: rgba(255,255,255,0.88);
  font-weight: 900;
  font-size: 13px;
  color: rgba(11,27,58,0.92);
  transition: transform 140ms ease, box-shadow 140ms ease, border-color 140ms ease, background 140ms ease;
}
.miniMessenger svg{ width: 18px; height: 18px; flex: 0 0 18px; }
.miniMessenger.tg{ color: #229ED9; }
.miniMessenger.vb{ color: #7360F2; }
.miniMessenger.wa{ color: #25D366; }
.miniMessenger:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(11,27,58,0.14);
  border-color: rgba(11,27,58,0.16);
}
.miniMessenger:active{ transform: translateY(0); }

@media (min-width: 720px){
  .heroFormInner{ padding: 26px 24px 22px; }
}

/* ─────────────────────────────────────────────────────
   SHOWCASE SECTION
   ───────────────────────────────────────────────────── */
.showcase{ position: relative; overflow: hidden; }
.showcase::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(800px 380px at 85% 10%, rgba(43,107,255,0.10), transparent 55%),
    radial-gradient(700px 340px at 10% 90%, rgba(255,212,0,0.14), transparent 55%);
  pointer-events: none;
  z-index: 0;
}
.showcase > .container{ position: relative; z-index: 1; }

.showcaseGrid{
  display: grid;
  gap: 28px;
  align-items: center;
}
@media (min-width: 880px){
  .showcaseGrid{ grid-template-columns: 1fr 1fr; gap: 44px; }
}
.showcaseStats{
  margin-top: 22px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}
.showcaseStat{
  padding: 14px;
  border-radius: 18px;
  background: rgba(255,255,255,0.80);
  border: 1px solid rgba(11,27,58,0.08);
  box-shadow: 0 14px 36px rgba(11,27,58,0.08);
  text-align: left;
}
.showcaseStatValue{
  font-weight: 950;
  font-size: clamp(18px, 2.4vw, 26px);
  letter-spacing: -0.3px;
  line-height: 1;
  color: rgba(11,27,58,0.96);
  display: inline-flex;
  align-items: baseline;
  gap: 2px;
}
.statNum{ font-variant-numeric: tabular-nums; }
.statSep{ color: rgba(11,27,58,0.45); margin: 0 1px; }
.statUnit{
  font-size: 13px;
  color: rgba(11,27,58,0.60);
  font-weight: 800;
  margin-left: 6px;
  letter-spacing: 0;
}
.showcaseStatLabel{
  margin-top: 6px;
  color: rgba(11,27,58,0.60);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}

.showcaseMedia{
  position: relative;
  min-height: 320px;
  padding: 20px;
}
.showcaseGlow{
  position: absolute;
  inset: 10% 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(closest-side, rgba(43,107,255,0.18), transparent 70%),
    radial-gradient(closest-side at 70% 70%, rgba(255,212,0,0.18), transparent 70%);
  opacity: 0.85;
}
.showcaseMedia .heroCardsStack{
  position: relative;
  z-index: 1;
  min-height: 340px;
}
.showcaseBadge{
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.94);
  border: 1px solid rgba(11,27,58,0.08);
  font-size: 12px;
  font-weight: 900;
  color: rgba(11,27,58,0.92);
  box-shadow: 0 14px 40px rgba(11,27,58,0.14);
  animation: badgeFloat 5s ease-in-out infinite alternate;
}
.showcaseBadge svg{
  width: 16px; height: 16px;
  color: rgba(43,107,255,0.92);
  flex: 0 0 16px;
}
.showcaseBadge1{ top: 10px; right: 14px; animation-delay: 0.2s; }
.showcaseBadge2{ bottom: 14px; left: 14px; animation-delay: 0.8s; }
.showcaseBadge2 svg{ color: #25D366; }
@keyframes badgeFloat{
  from{ transform: translateY(0); }
  to  { transform: translateY(-6px); }
}
@media (prefers-reduced-motion: reduce){
  .showcaseBadge, .showcaseGlow{ animation: none; }
}

/* ─────────────────────────────────────────────────────
   WHY — clean grid
   ───────────────────────────────────────────────────── */
.why{
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #FFFFFF 0%, #F8FAFD 100%);
}
.why::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(520px 260px at 50% 0%, rgba(43,107,255,0.06), transparent 70%);
}
.why > .container{ position: relative; z-index: 1; }

.whyHead{
  text-align: center;
  margin-bottom: 32px;
}
.whyEyebrow{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(43,107,255,0.10);
  border: 1px solid rgba(43,107,255,0.22);
  color: rgba(43,107,255,0.95);
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.whyEyebrow::before{
  content: "";
  width: 6px; height: 6px;
  border-radius: 50%;
  background: rgba(43,107,255,0.95);
}
.whyBigTitle{
  font-size: clamp(28px, 4.2vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 0 0 10px;
}
.whyHead .sectionSubtitle{
  color: rgba(11,27,58,0.62);
  max-width: 520px;
  margin: 0 auto;
  font-size: 15px;
}

.whyStats{
  list-style: none;
  margin: 22px auto 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 10px;
  max-width: 720px;
}
.whyStat{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 10px 16px;
  border-radius: 14px;
  background: rgba(255,255,255,0.85);
  border: 1px solid rgba(11,27,58,0.08);
  min-width: 120px;
  flex: 1 1 120px;
  max-width: 168px;
}
.whyStatValue{
  font-weight: 950;
  font-size: 20px;
  line-height: 1.1;
  color: var(--text);
  letter-spacing: -0.02em;
}
.whyStatLabel{
  font-size: 11px;
  font-weight: 600;
  color: rgba(11,27,58,0.58);
  text-align: center;
  line-height: 1.25;
}

.whyGrid{
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
}
@media (min-width: 640px){
  .whyGrid{ grid-template-columns: repeat(2, 1fr); gap: 14px; }
}
@media (min-width: 1024px){
  .whyGrid{ grid-template-columns: repeat(3, 1fr); gap: 16px; }
}

.whyCard{
  border-radius: 18px;
  padding: 0;
  background: #FFFFFF;
  border: 1px solid rgba(11,27,58,0.07);
  box-shadow: 0 8px 24px rgba(11,27,58,0.04);
  transition: border-color 200ms ease, box-shadow 220ms ease, transform 220ms ease;
}
.whyCard:hover{
  transform: translateY(-2px);
  border-color: rgba(43,107,255,0.18);
  box-shadow: 0 14px 36px rgba(11,27,58,0.08);
}
.whyCardInner{
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 18px 20px;
}
.whyBody{ min-width: 0; flex: 1; }

/* color variants */
.whyCard--blue{
  --whyAcc: rgba(43,107,255,0.85);
  --whyGlow: rgba(43,107,255,0.22);
  --whyBorder: rgba(43,107,255,0.35);
  --whyBg: rgba(43,107,255,0.10);
  --whyFg: rgba(28,86,220,0.98);
}
.whyCard--yellow{
  --whyAcc: rgba(212,170,0,0.85);
  --whyGlow: rgba(255,212,0,0.32);
  --whyBorder: rgba(212,170,0,0.45);
  --whyBg: rgba(255,212,0,0.20);
  --whyFg: rgba(150,110,0,0.98);
}
.whyCard--violet{
  --whyAcc: rgba(123,94,255,0.85);
  --whyGlow: rgba(123,94,255,0.22);
  --whyBorder: rgba(123,94,255,0.35);
  --whyBg: rgba(123,94,255,0.12);
  --whyFg: rgba(96,66,220,0.98);
}
.whyCard--green{
  --whyAcc: rgba(35,200,140,0.85);
  --whyGlow: rgba(35,200,140,0.22);
  --whyBorder: rgba(35,200,140,0.38);
  --whyBg: rgba(35,200,140,0.12);
  --whyFg: rgba(20,140,100,0.98);
}
.whyCard--pink{
  --whyAcc: rgba(255,100,150,0.85);
  --whyGlow: rgba(255,100,150,0.22);
  --whyBorder: rgba(255,100,150,0.38);
  --whyBg: rgba(255,100,150,0.12);
  --whyFg: rgba(210,70,120,0.98);
}
.whyCard--orange{
  --whyAcc: rgba(255,140,60,0.88);
  --whyGlow: rgba(255,140,60,0.24);
  --whyBorder: rgba(255,140,60,0.40);
  --whyBg: rgba(255,140,60,0.14);
  --whyFg: rgba(200,100,30,0.98);
}

.whyIcon{
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: var(--whyFg);
  background: var(--whyBg);
  border: 1px solid var(--whyBorder);
}
.whyIcon svg{ width: 22px; height: 22px; }

.whyTitle{
  margin: 0 0 4px;
  font-weight: 900;
  letter-spacing: -0.15px;
  font-size: 16px;
  color: var(--text);
  line-height: 1.25;
}
.whyText{
  margin: 0;
  color: rgba(11,27,58,0.62);
  font-size: 13px;
  line-height: 1.5;
}

.why .sectionCta{
  margin-top: 28px;
  display: flex;
  justify-content: center;
}
.why .sectionCta .btn{
  padding: 16px 32px;
  font-size: 16px;
}

@media (prefers-reduced-motion: reduce){
  .whyCard{ transition: none; }
  .whyCard:hover{ transform: none; }
}
@media (hover: none){
  .whyCard:hover{ transform: none; }
}

/* ─────────────────────────────────────────────────────
   SCROLL-REVEAL ANIMATIONS
   ───────────────────────────────────────────────────── */
[data-animate]{
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 620ms cubic-bezier(.2,.8,.2,1), transform 620ms cubic-bezier(.2,.8,.2,1);
  will-change: opacity, transform;
}
[data-animate="fade-in"]{ transform: translateY(0); }
[data-animate].isVisible{
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce){
  [data-animate]{ opacity: 1; transform: none; transition: none; }
}

/* Stagger within grids */
[data-animate-children] > *{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms cubic-bezier(.2,.8,.2,1);
}
[data-animate-children].isVisible > *{ opacity: 1; transform: translateY(0); }
[data-animate-children].isVisible > *:nth-child(1){ transition-delay: 40ms; }
[data-animate-children].isVisible > *:nth-child(2){ transition-delay: 100ms; }
[data-animate-children].isVisible > *:nth-child(3){ transition-delay: 160ms; }
[data-animate-children].isVisible > *:nth-child(4){ transition-delay: 220ms; }
[data-animate-children].isVisible > *:nth-child(5){ transition-delay: 280ms; }
[data-animate-children].isVisible > *:nth-child(6){ transition-delay: 340ms; }
[data-animate-children].isVisible > *:nth-child(7){ transition-delay: 400ms; }
[data-animate-children].isVisible > *:nth-child(8){ transition-delay: 460ms; }
[data-animate-children].isVisible > *:nth-child(n+9){ transition-delay: 520ms; }
@media (prefers-reduced-motion: reduce){
  [data-animate-children] > *{ opacity: 1; transform: none; transition: none; }
}

/* ─────────────────────────────────────────────────────
   ENHANCED CARD HOVERS
   ───────────────────────────────────────────────────── */
.featureCard{
  position: relative;
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}
.featureCard::before{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(320px 180px at var(--mx, 50%) var(--my, 50%), rgba(43,107,255,0.14), transparent 70%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}
.featureCard:hover{
  transform: translateY(-4px);
  border-color: rgba(43,107,255,0.22);
  box-shadow: 0 26px 70px rgba(11,27,58,0.14);
}
.featureCard:hover::before{ opacity: 1; }
.featureCard .featureIcon{ transition: transform 220ms ease, background 220ms ease, border-color 220ms ease; }
.featureCard:hover .featureIcon{
  transform: scale(1.08) rotate(-4deg);
  background: rgba(43,107,255,0.18);
  border-color: rgba(43,107,255,0.30);
}

.routeCard{
  position: relative;
  overflow: hidden;
}
.routeCard::before{
  display: none;
}
.routeCard .routeMark{ transition: transform 220ms ease; }
.routeCard:hover .routeMark{ transform: rotate(-6deg) scale(1.06); }

.reviewCard{ transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease; }
.reviewCard:hover{
  transform: translateY(-3px);
  border-color: rgba(43,107,255,0.22);
  box-shadow: 0 22px 60px rgba(11,27,58,0.14);
}

/* Sparkly hover underline on route card titles */
.routeTitle{
  background-image: linear-gradient(90deg, rgba(43,107,255,0.45), rgba(255,212,0,0.85));
  background-repeat: no-repeat;
  background-size: 0% 3px;
  background-position: 0 100%;
  transition: background-size 260ms ease;
  padding-bottom: 2px;
}
.routeCard:hover .routeTitle{ background-size: 100% 3px; }

/* Gallery items — zoom + tilt on hover */
.galleryItem{ transition: transform 240ms ease, box-shadow 240ms ease; }
.galleryItem:hover{
  transform: translateY(-3px) rotate(-0.5deg);
  box-shadow: 0 22px 60px rgba(11,27,58,0.18);
}

/* Social buttons hover polish */
.socialBtn{ transition: transform 180ms cubic-bezier(.2,.9,.3,1.1), background 140ms ease, box-shadow 180ms ease, border-color 140ms ease; }
.socialBtn:hover{ transform: translateY(-2px); box-shadow: 0 18px 42px rgba(11,27,58,0.12); }

/* FAQ icon spin */
.faqItem .faqQ::after{ transition: transform 280ms cubic-bezier(.2,.9,.3,1.2), background 160ms ease, color 160ms ease; }
.faqItem[open] .faqQ::after{ transform: rotate(180deg); }

/* Header scroll progress bar */
.scrollProgress{
  position: fixed;
  top: 0; left: 0;
  height: 3px;
  width: 100%;
  transform-origin: left center;
  transform: scaleX(0);
  background: linear-gradient(90deg, #FFD400, #2B6BFF, #7B5EFF);
  z-index: 200;
  pointer-events: none;
  box-shadow: 0 0 12px rgba(43,107,255,0.45);
}

/* Magnetic button effect (used by JS) */
.btnPrimary, .btnGhost, .btnSoft{
  transition: transform 160ms cubic-bezier(.2,.9,.3,1.1), background 120ms ease, border-color 120ms ease, box-shadow 160ms ease;
}

/* Better focus rings on float inputs */
.floatInput:focus + .floatLabel{
  color: rgba(43,107,255,0.95);
}

/* Tiny badge shimmer on heroFormBadge hover */
.heroFormBadge{ position: relative; overflow: hidden; }
.heroFormBadge::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,0.45) 50%, transparent 70%);
  transform: translateX(-120%);
  transition: transform 900ms ease;
}
.heroForm:hover .heroFormBadge::before{ transform: translateX(120%); }

/* Soft static glow at the bottom of the form card */
.heroFormInner::after{
  content: "";
  position: absolute;
  inset: auto -30% -40% -30%;
  height: 60%;
  background: radial-gradient(closest-side, rgba(43,107,255,0.14), transparent 70%);
  pointer-events: none;
}

/* Smaller touch-up: align stats on narrow screens */
@media (max-width: 560px){
  .showcaseStats{ grid-template-columns: 1fr 1fr; }
  .showcaseStats > *:last-child{ grid-column: 1 / -1; }
}

/* Keep input styling clean for native date */
input[type="date"].floatInput::-webkit-calendar-picker-indicator{
  opacity: 0.6;
  cursor: pointer;
  filter: invert(15%) sepia(40%) saturate(1200%) hue-rotate(205deg);
}

/* Ensure select option default is hidden text hidden when label floats */
.floatSelect:invalid{ color: rgba(11,27,58,0.55); }
.floatSelect:valid{ color: rgba(11,27,58,0.94); }

/* Return route (e.g. Chisinau → Kyiv) — warm orange “inverted” accent vs blue cards */
.routeCard--return{
  border-color: rgba(184, 88, 18, 0.28);
  background:
    radial-gradient(420px 200px at 0% 0%, rgba(255, 140, 66, 0.22), transparent 58%),
    linear-gradient(180deg, rgba(255, 252, 248, 0.99), rgba(255, 241, 228, 0.96));
  box-shadow: 0 18px 46px rgba(120, 52, 10, 0.10);
}
.routeCard--return::after{
  background: linear-gradient(90deg, rgba(255, 107, 53, 0.98), rgba(255, 184, 77, 0.95), rgba(200, 88, 22, 0.94));
}
.routeCard--return:hover{
  border-color: rgba(212, 98, 26, 0.38);
  box-shadow: 0 26px 70px rgba(120, 52, 10, 0.17);
}
.routeCard--return .routeMark{
  border-color: rgba(212, 98, 26, 0.32);
  background:
    radial-gradient(circle at 30% 25%, rgba(255,255,255,0.85), transparent 40%),
    rgba(255, 140, 66, 0.20);
  color: rgba(110, 48, 12, 0.96);
  box-shadow: 0 12px 26px rgba(212, 98, 26, 0.20);
}
.routeCard--return .routeMetaFancy{
  background: rgba(212, 98, 26, 0.07);
  border-color: rgba(212, 98, 26, 0.14);
}
.routeCard--return .routeIcon{
  color: rgba(175, 70, 14, 0.92);
}
.routeCard--return .routeText{
  color: rgba(62, 32, 16, 0.82);
}
.routeCard--return .routeBottom{
  border-top-color: rgba(212, 98, 26, 0.14);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.52), rgba(255, 140, 66, 0.12));
}
.routeCard--return .price{
  background: rgba(255, 140, 66, 0.24);
  border-color: rgba(212, 98, 26, 0.38);
}
.badgeReturn{
  border-color: rgba(212, 98, 26, 0.38);
  background: rgba(255, 160, 96, 0.22);
  color: rgba(86, 40, 14, 0.92);
}
.routeCard--return .routeMapLink{
  text-decoration-color: rgba(200, 88, 22, 0.45);
}
.routeCard--return .routeMapLink:hover{
  color: rgba(86, 40, 14, 0.95);
  text-decoration-color: rgba(200, 88, 22, 0.9);
}
.routeCard--return .routeMapLink:focus-visible{
  outline-color: rgba(200, 88, 22, 0.55);
}
.routeCard--return .routeTitle{
  background-image: linear-gradient(90deg, rgba(255, 120, 60, 0.55), rgba(200, 88, 22, 0.78));
}
