:root {
  --bg: #f6f4ee;
  --surface: #fffdf8;
  --surface-strong: #ffffff;
  --ink: #10233c;
  --muted: #566274;
  --line: rgba(16, 35, 60, 0.14);
  --line-strong: rgba(16, 35, 60, 0.22);
  --accent: #f2b705;
  --accent-strong: #d29a00;
  --accent-soft: #fff3c7;
  --navy: #10233c;
  --navy-soft: #1e385a;
  --signal: #c84b31;
  --signal-soft: #f4ddd7;
  --mint: #dce4dd;
  --radius-lg: 18px;
  --radius-md: 12px;
  --shadow: 0 14px 32px rgba(16, 35, 60, 0.07);
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: 'Source Sans 3', sans-serif;
  color: var(--ink);
  background:
    linear-gradient(rgba(16, 35, 60, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 35, 60, 0.03) 1px, transparent 1px),
    radial-gradient(circle at top left, rgba(242, 183, 5, 0.08), transparent 24rem),
    var(--bg);
  background-size: 28px 28px, 28px 28px, auto;
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.screen-reader-text { position: absolute; left: -9999px; }

.container { width: min(1180px, calc(100vw - 2rem)); margin: 0 auto; }
.stack-md > * + * { margin-top: 1rem; }
.stack-lg > * + * { margin-top: 1.5rem; }
.stack-xl > * + * { margin-top: 2rem; }
.section-space { padding-bottom: 1rem; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--navy-soft);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
  background: rgba(246, 244, 238, 0.95);
  border-bottom: 1px solid var(--line);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 76px;
}

.site-brand { display: inline-flex; align-items: center; gap: 0.95rem; }

.site-brand__mark,
.site-footer__mark {
  position: relative;
  display: grid;
  place-items: center;
  color: var(--navy);
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(16, 35, 60, 0.08);
  background:
    radial-gradient(circle at 76% 18%, rgba(255,255,255,0.55), transparent 24%),
    radial-gradient(circle at 24% 78%, rgba(255, 244, 202, 0.58), transparent 28%),
    linear-gradient(180deg, #ffd35b, #f2b705 58%, #df9f0f);
}

.site-brand__mark {
  width: 54px;
  height: 54px;
  flex-shrink: 0;
  border-radius: 16px;
  box-shadow: 0 12px 26px rgba(242, 183, 5, 0.24);
}

.site-brand__mark::before,
.site-footer__mark::before,
.site-brand__mark::after,
.site-footer__mark::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.site-brand__mark::before,
.site-footer__mark::before {
  inset: 8%;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.34);
  opacity: 0.78;
}

.site-brand__mark::after,
.site-footer__mark::after {
  inset: auto -18% -34% 46%;
  height: 72%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255,255,255,0.3), transparent 66%);
  opacity: 0.68;
}

.brand-mark-svg {
  position: relative;
  z-index: 1;
  width: 80%;
  height: 80%;
  overflow: visible;
}

.site-footer__mark .brand-mark-svg {
  width: 82%;
  height: 82%;
}

.brand-mark__grid path {
  fill: none;
  stroke: rgba(16, 35, 60, 0.1);
  stroke-linecap: round;
  stroke-width: 1.2;
}

.brand-mark__route {
  fill: none;
  stroke: rgba(16, 35, 60, 0.42);
  stroke-width: 3.1;
  stroke-linecap: round;
  stroke-dasharray: 6 8;
  animation: brandRouteFlow 14s linear infinite;
}

.brand-mark__trail {
  fill: none;
  stroke: rgba(16, 35, 60, 0.15);
  stroke-width: 4;
  stroke-linecap: round;
}

.brand-mark__pulse {
  fill: rgba(255, 255, 255, 0.16);
  animation: brandNodePulse 3.6s ease-out infinite;
}

.brand-mark__pulse--mid {
  animation-delay: 0.75s;
}

.brand-mark__pulse--end {
  animation-delay: 1.45s;
}

.brand-mark__node {
  fill: var(--navy);
  stroke: rgba(255, 255, 255, 0.95);
  stroke-width: 1.4;
}

.brand-mark__cab {
  transform-box: fill-box;
  transform-origin: center;
  animation: brandCabFloat 5.8s ease-in-out infinite;
}

.brand-mark__shadow {
  fill: rgba(16, 35, 60, 0.15);
}

.brand-mark__cab-shell {
  fill: var(--navy);
}

.brand-mark__cab-window,
.brand-mark__wheel {
  fill: rgba(255, 255, 255, 0.96);
}

.brand-mark__roof {
  fill: #ffe592;
}

.brand-mark__beacon-ring {
  fill: rgba(255, 255, 255, 0.18);
  animation: brandNodePulse 3.6s ease-out infinite;
  animation-delay: 1.2s;
}

.brand-mark__beacon {
  fill: none;
  stroke: rgba(255, 255, 255, 0.92);
  stroke-width: 2.6;
  stroke-linecap: round;
  animation: brandBeaconPulse 4.4s ease-in-out infinite;
}

.site-brand__text { display: grid; gap: 0.16rem; }
.site-brand__text strong {
  position: relative;
  display: inline-block;
  font-family: 'Archivo SemiCondensed', sans-serif;
  font-size: 1.25rem;
  line-height: 0.94;
  letter-spacing: -0.03em;
  text-transform: none;
}

.site-brand__text strong::after,
.site-footer__brand strong::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0.1rem;
  bottom: -0.18rem;
  height: 0.26rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(242, 183, 5, 0.12), rgba(242, 183, 5, 0.76), rgba(242, 183, 5, 0));
}

.site-brand__text span {
  position: relative;
}

.site-brand__text span::before {
  content: "";
  display: inline-block;
  width: 0.42rem;
  height: 0.42rem;
  margin-right: 0.45rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffd86b, #f2b705);
  box-shadow: 0 0 0 4px rgba(242, 183, 5, 0.14);
  vertical-align: middle;
}
.site-brand__text span,
.site-footer p,
.site-footer__meta,
.page-hero p,
.catalog-card p,
.city-card p,
.article-body,
.panel-card p,
.service-meta span,
.metric-card span { color: var(--muted); }

.nav-toggle { display: none; border: 0; background: transparent; padding: 0; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0; }
.site-nav__list,
.site-nav .page_item { list-style: none; margin: 0; padding: 0; }
.site-nav__list { display: flex; gap: 1.25rem; align-items: center; }
.site-nav__list > li,
.site-nav .menu-item { position: relative; }
.site-nav a,
.site-nav .page_item a { font-weight: 700; color: var(--muted); }
.site-nav__list > li > a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 44px;
  padding: 0 0.1rem;
  text-transform: uppercase;
  font-size: 0.95rem;
  letter-spacing: 0.03em;
}

.site-nav__list > li > a:hover,
.site-nav__list > li > a:focus-visible {
  color: var(--ink);
}

.site-nav .menu-item-has-children > a::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.75rem;
  opacity: 0.55;
  transition: transform 0.18s ease;
}

.site-nav .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0.6rem;
  position: absolute;
  top: calc(100% + 0.45rem);
  left: 0;
  min-width: 260px;
  display: grid;
  gap: 0.2rem;
  background: rgba(255, 255, 255, 0.995);
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  box-shadow: 0 18px 36px rgba(16, 35, 60, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  z-index: 60;
}

.site-nav .sub-menu li a {
  display: block;
  padding: 0.7rem 0.8rem;
  border-radius: 10px;
  color: var(--ink);
  font-weight: 700;
  line-height: 1.35;
  text-transform: none;
  letter-spacing: 0;
}

.site-nav .sub-menu li a:hover,
.site-nav .sub-menu li a:focus-visible {
  background: rgba(16, 35, 60, 0.05);
  color: var(--ink);
}

.site-nav .menu-item-has-children:hover > .sub-menu,
.site-nav .menu-item-has-children:focus-within > .sub-menu,
.site-nav .menu-item-has-children.is-open > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.site-nav .menu-item-has-children:hover > a::after,
.site-nav .menu-item-has-children:focus-within > a::after,
.site-nav .menu-item-has-children.is-open > a::after {
  transform: rotate(180deg);
}

.hero { padding: 2.4rem 0 1.4rem; }
.hero__grid,
.page-hero { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(320px, 0.72fr); gap: 1.25rem; align-items: start; }

.hero-home .hero__content,
.page-hero,
.panel-card,
.catalog-card,
.city-card,
.article-card,
.service-card,
.metric-card,
.guide-list__item,
.stat-panel,
.comparison-shell {
  background: rgba(255, 253, 248, 0.96);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.hero-home .hero__content,
.page-hero,
.panel-card,
.comparison-shell,
.stat-panel,
.article-card { padding: 1.45rem; }
.catalog-card,
.city-card,
.service-card { padding: 1.2rem; }

.hero h1,
.page-hero h1 {
  margin: 0;
  font-family: 'Archivo SemiCondensed', sans-serif;
  font-size: clamp(2.25rem, 4vw, 4.2rem);
  line-height: 0.96;
  letter-spacing: -0.03em;
  text-transform: none;
}

.hero-home h1 {
  font-size: clamp(2rem, 3.3vw, 3.4rem);
  max-width: 14ch;
}

.hero__lede { font-size: 1.07rem; max-width: 62ch; color: var(--muted); }

.hero-answer-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.hero-answer-list--desktop {
  margin-top: 0.2rem;
}

.hero-answer-list--mobile {
  display: none;
}

.hero-answer-list span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(16, 35, 60, 0.05);
  border: 1px solid rgba(16, 35, 60, 0.09);
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 700;
}

.hero-home .hero__content,
.page-hero--city,
.page-hero--directory {
  position: relative;
  overflow: hidden;
}

.hero-home .hero__content::after,
.page-hero--city::after {
  content: "";
  position: absolute;
  inset: auto -6rem -6rem auto;
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242, 183, 5, 0.15), rgba(242, 183, 5, 0));
  pointer-events: none;
  animation: heroFloat 8s ease-in-out infinite;
}

.hero-symbols,
.hero-actions {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
}

.hero-symbol {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 38px;
  padding: 0 0.8rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--navy-soft);
  font-weight: 700;
  font-size: 0.9rem;
}

.hero-symbol svg,
.button--icon svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.button--icon svg {
  color: currentColor;
}

.hero-actions .button {
  min-height: 52px;
}

.hero-actions--home {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.hero-actions--home .button {
  min-height: 74px;
  justify-content: flex-start;
  padding: 0.95rem 1.1rem;
  border-radius: 18px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.02rem;
  line-height: 1.15;
}

.button--home-primary {
  background: linear-gradient(180deg, #1b2d4b, #14243f);
  box-shadow: 0 18px 30px rgba(20, 36, 63, 0.2);
}

.button--home-secondary {
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(247, 249, 252, 0.98));
  border: 1px solid rgba(16, 35, 60, 0.12);
  box-shadow: 0 14px 24px rgba(16, 35, 60, 0.08);
}

.hero-actions--home .button svg {
  width: 22px;
  height: 22px;
}

.hero-actions--home .button span:last-child {
  display: inline-block;
  max-width: 12ch;
}

.hero-motion-card {
  position: relative;
  margin-top: 1rem;
  --motion-min-height: 198px;
  --motion-padding: 0.5rem;
  min-height: var(--motion-min-height);
  border: 1px solid rgba(16, 35, 60, 0.12);
  border-radius: 20px;
  background:
    radial-gradient(circle at 82% 20%, rgba(242, 183, 5, 0.14), transparent 18%),
    radial-gradient(circle at 16% 24%, rgba(234, 242, 251, 0.95), transparent 24%),
    linear-gradient(180deg, rgba(248, 249, 252, 0.96), rgba(255,255,255,0.98));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.9), 0 12px 30px rgba(16, 35, 60, 0.06);
  overflow: hidden;
}

.hero-motion-card--home {
  --motion-min-height: 166px;
}

.hero-motion-card--city {
  --motion-min-height: 214px;
}

.hero-motion-card__scene {
  position: absolute;
  inset: 0;
  padding: var(--motion-padding);
}

.hero-motion-card__scene svg {
  width: 100%;
  height: 100%;
  display: block;
}

.hero-search { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 0.75rem; }
.hero-search input {
  width: 100%;
  min-height: 56px;
  border-radius: 14px;
  border: 1px solid var(--line-strong);
  padding: 0 1rem;
  font-size: 1rem;
  background: #fff;
  box-shadow: inset 0 1px 0 rgba(16, 35, 60, 0.03);
}

.hero-search button,
.button,
.guide-list__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 48px;
  border-radius: 12px;
  border: 0;
  padding: 0 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.hero-search button,
.button--dark { background: var(--navy); color: #fff; }
.button--ghost,
.guide-list__link { background: #fff; color: var(--ink); border: 1px solid var(--line-strong); }
.button--danger { background: var(--signal-soft); color: #8f2d1a; }
.button--whatsapp { background: #25d366; color: #fff; }
.hero-search button:hover,
.button:hover,
.guide-list__link:hover { transform: translateY(-1px); box-shadow: 0 10px 20px rgba(16, 35, 60, 0.1); }

.hero-pills,
.breadcrumb-row,
.filter-row,
.cta-row,
.icon-list { display: flex; gap: 0.75rem; flex-wrap: wrap; }

.quick-steps,
.quick-facts {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.intent-strip {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.intent-card {
  display: grid;
  gap: 0.55rem;
  padding: 1rem 1rem 1.05rem;
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.995), rgba(251, 252, 255, 0.98)),
    rgba(255, 255, 255, 0.98);
  box-shadow: 0 16px 28px rgba(16, 35, 60, 0.05);
  position: relative;
  overflow: hidden;
}

.intent-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, rgba(16, 35, 60, 0.88), rgba(92, 118, 160, 0.38));
}

.intent-card__meta {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.intent-card__icon {
  width: 2rem;
  height: 2rem;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(16, 35, 60, 0.08);
  color: var(--navy);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
}

.intent-card__icon svg {
  width: 1rem;
  height: 1rem;
}

.intent-card__label {
  color: var(--navy-soft);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.intent-card strong {
  font-family: 'Archivo SemiCondensed', sans-serif;
  font-size: 1.15rem;
  line-height: 1.02;
  text-transform: none;
}

.intent-card--best strong {
  font-size: clamp(2rem, 3vw, 2.8rem);
  letter-spacing: -0.035em;
  line-height: 0.95;
}

.intent-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.4;
}

.intent-card a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: fit-content;
  margin-top: 0.35rem;
  min-height: 50px;
  padding: 0.78rem 1rem 0.78rem 1.05rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(16, 35, 60, 0.12);
  box-shadow: 0 10px 22px rgba(16, 35, 60, 0.08), inset 0 1px 0 rgba(255,255,255,0.9);
  font-weight: 800;
  line-height: 1;
  color: var(--navy);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.intent-card a::after {
  content: "→";
  width: 1.9rem;
  height: 1.9rem;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(16, 35, 60, 0.08);
  font-size: 1rem;
  line-height: 1;
}

.intent-card a:hover,
.intent-card a:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(16, 35, 60, 0.12), inset 0 1px 0 rgba(255,255,255,0.9);
}

.intent-card--app {
  background:
    radial-gradient(circle at 88% 18%, rgba(67, 122, 255, 0.12), transparent 20%),
    linear-gradient(180deg, rgba(255,255,255,0.995), rgba(248, 251, 255, 0.98));
}

.intent-card--app::before {
  background: linear-gradient(90deg, #153a6b, #5d8fff);
}

.intent-card--app .intent-card__icon {
  background: rgba(48, 105, 226, 0.12);
  color: #153a6b;
}

.intent-card--app a {
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(238, 245, 255, 0.98));
  border-color: rgba(48, 105, 226, 0.22);
  color: #153a6b;
}

.intent-card--app a::after {
  background: rgba(48, 105, 226, 0.14);
}

.intent-card--phone {
  background:
    radial-gradient(circle at 88% 18%, rgba(0, 182, 122, 0.12), transparent 20%),
    linear-gradient(180deg, rgba(255,255,255,0.995), rgba(245, 253, 249, 0.98));
}

.intent-card--phone::before {
  background: linear-gradient(90deg, #006548, #29b487);
}

.intent-card--phone .intent-card__icon {
  background: rgba(0, 182, 122, 0.12);
  color: #006548;
}

.intent-card--phone a {
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(239, 251, 246, 0.98));
  border-color: rgba(0, 182, 122, 0.22);
  color: #006548;
}

.intent-card--phone a::after {
  background: rgba(0, 182, 122, 0.14);
}

.intent-card--airport {
  background:
    radial-gradient(circle at 88% 18%, rgba(242, 183, 5, 0.16), transparent 20%),
    linear-gradient(180deg, rgba(255,255,255,0.995), rgba(255, 251, 240, 0.98));
}

.intent-card--airport::before {
  background: linear-gradient(90deg, #b06f00, #f2b705);
}

.intent-card--airport .intent-card__icon {
  background: rgba(242, 183, 5, 0.14);
  color: #8e5a00;
}

.intent-card--airport a {
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255, 248, 228, 0.98));
  border-color: rgba(242, 183, 5, 0.26);
  color: #8e5a00;
}

.intent-card--airport a::after {
  background: rgba(242, 183, 5, 0.16);
}

.intent-card--best {
  background:
    radial-gradient(circle at 88% 18%, rgba(242, 183, 5, 0.14), transparent 20%),
    linear-gradient(180deg, rgba(255,255,255,0.995), rgba(255, 251, 240, 0.98));
}

.intent-card--best::before {
  background: linear-gradient(90deg, #b07a11, #f2b705);
}

.intent-card--best .intent-card__icon {
  background: rgba(242, 183, 5, 0.14);
  color: #8e5a00;
}

.intent-card--best a {
  min-height: 42px;
  padding: 0.58rem 0.72rem 0.58rem 0.9rem;
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255, 248, 228, 0.98));
  border-color: rgba(242, 183, 5, 0.22);
  color: #8e5a00;
  box-shadow: 0 8px 18px rgba(176, 122, 17, 0.08), inset 0 1px 0 rgba(255,255,255,0.9);
}

.intent-card--best a::after {
  width: 1.65rem;
  height: 1.65rem;
  background: rgba(242, 183, 5, 0.16);
}

.intent-card--trustpilot {
  position: relative;
  background:
    radial-gradient(circle at 100% 100%, rgba(0, 182, 122, 0.22), transparent 36%),
    radial-gradient(circle at 0% 0%, rgba(88, 214, 141, 0.18), transparent 28%),
    linear-gradient(145deg, rgba(242, 255, 248, 0.99), rgba(230, 249, 239, 0.98) 56%, rgba(248, 255, 251, 0.98));
  border-color: rgba(0, 182, 122, 0.44);
  box-shadow: 0 22px 48px rgba(0, 93, 61, 0.12);
  overflow: hidden;
}

.intent-card--trustpilot::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(0, 182, 122, 0.08), transparent 36%),
    linear-gradient(180deg, rgba(255,255,255,0.24), transparent 40%);
  pointer-events: none;
}

.intent-card--trustpilot::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140' viewBox='0 0 140 140'%3E%3Cg fill='none' stroke='%2300b67a' stroke-opacity='.13' stroke-width='2'%3E%3Cpath d='M23 41h26a10 10 0 0 1 10 10v12a10 10 0 0 1-10 10H36l-11 10V73H23A10 10 0 0 1 13 63V51a10 10 0 0 1 10-10Z'/%3E%3Ccircle cx='97' cy='42' r='16'/%3E%3Cpath d='m90 42 5 5 10-12' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M77 98h34a10 10 0 0 1 10 10v8a10 10 0 0 1-10 10H92l-9 8v-8h-6a10 10 0 0 1-10-10v-8a10 10 0 0 1 10-10Z'/%3E%3Cpath d='M85 109h18M85 116h12' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E"),
    radial-gradient(circle at 82% 22%, rgba(0, 182, 122, 0.1), transparent 18%);
  background-repeat: no-repeat;
  background-position: right -10px top 18px, right 70px top 32px;
  background-size: 150px 150px, 120px 120px;
  pointer-events: none;
  opacity: 0.95;
}

.intent-card--trustpilot strong {
  max-width: none;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: #0a4a37;
  text-wrap: balance;
}

.intent-card--trustpilot > * {
  position: relative;
  z-index: 1;
}

.trustpilot-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  width: fit-content;
  min-height: 30px;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(0, 182, 122, 0.18);
  color: #116349;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.trustpilot-badge__mark {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #22c489, #00b67a);
  box-shadow: 0 0 0 5px rgba(0, 182, 122, 0.12);
}

.intent-card--trustpilot a {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #005e47;
  font-weight: 800;
}

.intent-card--trustpilot p {
  color: #295646;
  max-width: 30ch;
}

.intent-card--trustpilot a svg {
  width: 1rem;
  height: 1rem;
}

.trustpilot-note {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.1rem;
  color: #3f6b59;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.trustpilot-note__dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: #00b67a;
  box-shadow: 0 0 0 5px rgba(0, 182, 122, 0.14);
}

.quick-step,
.quick-fact {
  display: grid;
  gap: 0.3rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(16, 35, 60, 0.1);
  border-radius: 14px;
  background:
    radial-gradient(circle at 100% 0%, rgba(242, 183, 5, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 249, 252, 0.96));
  box-shadow: 0 18px 30px rgba(16, 35, 60, 0.06), inset 0 1px 0 rgba(255,255,255,0.92);
  overflow: hidden;
  position: relative;
}

.quick-fact::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, rgba(16, 35, 60, 0.85), rgba(242, 183, 5, 0.55));
  opacity: 0.92;
}

.quick-step {
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.75rem;
}

.quick-step__count {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--navy);
  color: #fff;
  font-family: 'Archivo SemiCondensed', sans-serif;
  font-weight: 700;
}

.quick-fact span {
  color: var(--muted);
  font-size: 0.92rem;
}

.quick-fact strong {
  font-family: 'Archivo SemiCondensed', sans-serif;
  font-size: 1.25rem;
  line-height: 1.02;
  text-transform: none;
  letter-spacing: -0.02em;
}

.quick-facts--editorial .quick-fact strong {
  font-size: 1.08rem;
  text-transform: none;
  line-height: 1.18;
}

.hero-pills a,
.pill,
.filter-chip,
.catalog-card__meta,
.city-card__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 36px;
  border-radius: 999px;
  padding: 0 0.8rem;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
  font-weight: 700;
  font-size: 0.92rem;
}

.city-card__badge,
.catalog-card__meta { background: #eef2f4; color: var(--navy-soft); }
.filter-chip { cursor: pointer; }
.filter-chip.is-active { background: var(--navy); color: #fff; border-color: var(--navy); }

.panel-card--warm { background: linear-gradient(180deg, rgba(242, 183, 5, 0.12), rgba(255, 255, 255, 0.98)); }
.panel-card--accent { background: linear-gradient(180deg, rgba(16, 35, 60, 0.06), rgba(255, 255, 255, 0.98)); }
.panel-card--utility { background: linear-gradient(180deg, rgba(16, 35, 60, 0.035), rgba(255, 255, 255, 0.98)); }
.panel-card--mobile-answer {
  background:
    radial-gradient(circle at 100% 0%, rgba(242, 183, 5, 0.16), transparent 24%),
    linear-gradient(180deg, rgba(16, 35, 60, 0.06), rgba(255, 255, 255, 0.98));
}

.panel-card--desktop-only { display: grid; }
.intent-card--desktop-only { display: grid; }
.panel-card--mobile-only,
.intent-card--mobile-only { display: none; }

.metric-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.metric-grid--compact { gap: 0.85rem; }
.metric-grid strong,
.spotlight-title {
  display: block;
  font-family: 'Archivo SemiCondensed', sans-serif;
  font-size: clamp(1.5rem, 2.5vw, 2.2rem);
  line-height: 1;
  text-transform: none;
}

.metric-grid--compact .metric-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(16, 35, 60, 0.1);
  background:
    radial-gradient(circle at 100% 0%, rgba(242, 183, 5, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 249, 252, 0.96));
  box-shadow: 0 18px 30px rgba(16, 35, 60, 0.06), inset 0 1px 0 rgba(255,255,255,0.92);
}

.metric-grid--compact .metric-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, rgba(16, 35, 60, 0.85), rgba(242, 183, 5, 0.55));
  opacity: 0.92;
}

.metric-grid--compact .metric-card span,
.metric-grid--compact .metric-card strong {
  position: relative;
  z-index: 1;
}

.mobile-answer__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.8rem;
}

.mobile-answer__chip {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  min-height: 32px;
  padding: 0.34rem 0.68rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(16, 35, 60, 0.1);
  color: var(--navy);
  font-size: 0.88rem;
  font-weight: 700;
}

.mobile-answer__alt {
  margin-top: 0.9rem;
  padding: 0.85rem 0.95rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(16, 35, 60, 0.08);
}

.mobile-answer__alt span {
  display: block;
  color: var(--navy-soft);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mobile-answer__alt a {
  display: inline-block;
  margin-top: 0.22rem;
  color: var(--navy);
  font-weight: 800;
}

.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 1rem; }
.section-heading > * { min-width: 0; }
.section-heading h2,
.comparison-shell h2,
.stat-panel h2 {
  margin: 0.3rem 0 0;
  font-family: 'Archivo SemiCondensed', sans-serif;
  font-size: clamp(1.7rem, 2.4vw, 2.45rem);
  line-height: 1.02;
  text-transform: none;
  overflow-wrap: anywhere;
}

.card-grid { display: grid; gap: 1rem; }
.card-grid--catalog { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.card-grid--cities,
.service-grid { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }

.catalog-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: var(--accent-soft);
  color: var(--navy);
  border: 1px solid rgba(16, 35, 60, 0.08);
}

.catalog-card h3,
.city-card h3,
.service-card h3,
.guide-list__item h3 {
  margin: 0.8rem 0 0.35rem;
  font-family: 'Archivo SemiCondensed', sans-serif;
  font-size: 1.22rem;
  text-transform: none;
  letter-spacing: -0.01em;
}

.city-card__top,
.service-card__top,
.service-brand,
.site-footer__inner,
.site-footer__meta,
.guide-list__item,
.sticky-booking-bar__inner { display: flex; align-items: center; gap: 1rem; justify-content: space-between; }

.city-card__top { justify-content: flex-start; }
.city-card__footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
  padding-top: 0.9rem;
  border-top: 1px solid var(--line);
  font-weight: 700;
}
.city-card__footer a { color: var(--navy); }
.article-card--soft { background: rgba(255, 255, 255, 0.68); }
.article-body > :first-child { margin-top: 0; }
.article-body > :last-child { margin-bottom: 0; }

.page-hero--guide {
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.8fr);
  gap: 1.1rem;
}

.guide-pills a {
  position: relative;
  overflow: hidden;
}

.guide-pills a::after {
  content: "";
  position: absolute;
  inset: auto -35% -70% auto;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242, 183, 5, 0.18), rgba(242, 183, 5, 0));
  pointer-events: none;
}

.guide-hero-panel {
  position: relative;
  min-height: 100%;
  padding: 1.1rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 14% 16%, rgba(242, 183, 5, 0.18), transparent 20%),
    radial-gradient(circle at 86% 14%, rgba(16, 35, 60, 0.08), transparent 20%),
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(247,249,252,0.98));
  box-shadow: var(--shadow);
  overflow: hidden;
}

.guide-hero-panel__orb {
  position: absolute;
  width: 13rem;
  height: 13rem;
  right: -3.5rem;
  top: -4rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242, 183, 5, 0.16), rgba(242, 183, 5, 0));
  animation: heroFloat 8s ease-in-out infinite;
}

.guide-hero-panel__card,
.guide-signal {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(16, 35, 60, 0.1);
  border-radius: 18px;
  background: rgba(255,255,255,0.9);
  box-shadow: 0 16px 32px rgba(16, 35, 60, 0.08);
}

.guide-hero-panel__card {
  display: grid;
  gap: 0.8rem;
  padding: 1rem;
}

.guide-hero-panel__card h2 {
  margin: 0;
  font-family: 'Archivo SemiCondensed', sans-serif;
  font-size: clamp(1.5rem, 2.2vw, 2.1rem);
  line-height: 1;
}

.guide-hero-panel__track {
  position: relative;
  z-index: 1;
  margin-top: 1rem;
  min-height: 7rem;
  border: 1px dashed rgba(16, 35, 60, 0.18);
  border-radius: 18px;
  background:
    linear-gradient(rgba(16, 35, 60, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 35, 60, 0.05) 1px, transparent 1px),
    rgba(255,255,255,0.65);
  background-size: 22px 22px, 22px 22px, auto;
  overflow: hidden;
}

.guide-hero-panel__track::before {
  content: "";
  position: absolute;
  inset: 50% 1rem auto 1rem;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(16, 35, 60, 0.15), rgba(16, 35, 60, 0.35));
  transform: translateY(-50%);
}

.guide-hero-panel__badge {
  position: absolute;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(16, 35, 60, 0.12);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 10px 20px rgba(16, 35, 60, 0.08);
}

.guide-hero-panel__badge--ride { left: 1rem; top: 1rem; }
.guide-hero-panel__badge--call { left: 50%; top: 2.4rem; transform: translateX(-50%); animation: heroFloat 6.5s ease-in-out infinite; }
.guide-hero-panel__badge--return { right: 1rem; bottom: 1rem; }

.guide-hero-panel__pulse {
  position: absolute;
  top: 50%;
  left: 18%;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242, 183, 5, 0.95), rgba(242, 183, 5, 0.3));
  box-shadow: 0 0 0 0 rgba(242, 183, 5, 0.35);
  transform: translateY(-50%);
  animation: guidePulseTrack 3.2s ease-in-out infinite, guideMoveTrack 7.8s ease-in-out infinite;
}

.guide-meter {
  display: grid;
  gap: 0.45rem;
}

.guide-meter__row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.88rem;
  color: var(--muted);
}

.guide-meter__row strong {
  color: var(--ink);
  font-size: 0.9rem;
}

.guide-meter__bar {
  height: 10px;
  border-radius: 999px;
  background: rgba(16, 35, 60, 0.08);
  overflow: hidden;
}

.guide-meter__bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  transform-origin: left center;
  animation: guideGrowIn 1.2s ease forwards;
}

.guide-meter__bar--high span { width: 92%; background: linear-gradient(90deg, #1e385a, #2d5e97); }
.guide-meter__bar--mid span { width: 64%; background: linear-gradient(90deg, #d29a00, #f2b705); animation-delay: 0.18s; }
.guide-meter__bar--low span { width: 28%; background: linear-gradient(90deg, #d16f5b, #c84b31); animation-delay: 0.36s; }

.guide-signal-strip {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.guide-signal {
  display: grid;
  gap: 0.55rem;
  padding: 1rem 1.05rem;
}

.guide-signal__label {
  color: var(--navy-soft);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.guide-signal strong {
  font-family: 'Archivo SemiCondensed', sans-serif;
  font-size: 1.25rem;
  line-height: 1.02;
}

.article-card--guide {
  position: relative;
  overflow: hidden;
}

.article-card--guide::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: linear-gradient(90deg, #10233c, #f2b705, #c84b31);
}

.article-card--guide .article-body {
  position: relative;
  z-index: 1;
}

.page-id-1316 .article-body {
  font-size: 1.04rem;
}

.page-id-1316 .article-body p,
.page-id-1316 .article-body li {
  max-width: 68ch;
}

.page-id-1316 .article-body h2 {
  position: relative;
  margin-top: 2.2rem;
  padding-top: 0.35rem;
  font-size: clamp(1.6rem, 2.3vw, 2.15rem);
}

.page-id-1316 .article-body h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.55rem;
  width: 3rem;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), var(--signal));
}

.page-id-1316 .article-body ol,
.page-id-1316 .article-body ul {
  display: grid;
  gap: 0.7rem;
  padding-left: 1.3rem;
}

.page-id-1316 .article-body li {
  padding: 0.15rem 0;
}

.page-id-1316 .article-body img[src^="blob:"] {
  display: none !important;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.article-body h2,
.article-body h3,
.article-body h4 {
  font-family: 'Archivo SemiCondensed', sans-serif;
  text-transform: none;
  letter-spacing: -0.01em;
  line-height: 1.05;
}

.comparison-shell { display: grid; gap: 1.5rem; }
.comparison-shell,
.top-picks,
.top-pick-card,
.ranked-list,
.ranked-row,
.ranked-row__summary,
.service-brand,
.top-pick-card__head,
.top-pick-card__meta,
.ranked-row__facts,
.ranked-row__facts > div,
.ranked-row__cta,
.ranked-row__tags {
  min-width: 0;
}

.filter-row {
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
  padding-bottom: 0.15rem;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.filter-row::-webkit-scrollbar {
  height: 6px;
}

.filter-row::-webkit-scrollbar-thumb {
  background: rgba(16, 35, 60, 0.18);
  border-radius: 999px;
}

.filter-row .filter-chip {
  flex: 0 0 auto;
}
.top-picks {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.top-pick-card,
.ranked-row {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.98);
}

.top-pick-card {
  display: grid;
  gap: 0.8rem;
  padding: 1rem;
}

.top-pick-card__label {
  color: var(--navy-soft);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.top-pick-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.8rem;
}

.top-pick-card__head strong {
  display: block;
  font-family: 'Archivo SemiCondensed', sans-serif;
  font-size: 1.35rem;
  line-height: 1.02;
  text-transform: none;
  overflow-wrap: anywhere;
}

.top-pick-card p,
.ranked-row__details p { margin: 0; color: var(--muted); }

.top-pick-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.top-pick-card__meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.ranked-list {
  display: grid;
  gap: 0.85rem;
}

.listing-more {
  display: flex;
  justify-content: center;
  padding-top: 0.35rem;
}

.ranked-row__summary {
  display: grid;
  grid-template-columns: auto minmax(220px, 1.1fr) minmax(260px, 0.95fr) auto;
  gap: 0.8rem;
  align-items: center;
  padding: 0.8rem 0.95rem;
}

.ranked-row__order {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--navy);
  color: #fff;
  font-family: 'Archivo SemiCondensed', sans-serif;
  font-size: 0.98rem;
}

.ranked-row__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.32rem;
  margin-top: 0.15rem;
}

.ranked-row__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
}

.ranked-row__facts span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  margin-bottom: 0.08rem;
  line-height: 1.05;
}

.ranked-row__facts strong {
  display: block;
  font-size: 0.92rem;
  line-height: 1.08;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ranked-row__price {
  display: inline-flex !important;
  align-items: center;
  gap: 0.35rem;
  white-space: nowrap;
  width: max-content;
  min-width: max-content;
}

.ranked-row__tags {
  grid-column: 3 / 5;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.45rem;
  margin-top: -0.1rem;
}

.ranked-row__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  justify-content: flex-end;
}

.ranked-row__details {
  display: grid;
  gap: 1rem;
  padding: 0 1rem 1rem;
  border-top: 1px solid var(--line);
}

.ranked-row .service-brand {
  gap: 0.75rem;
}

.ranked-row .service-brand__logo {
  width: 46px;
  height: 46px;
}

.ranked-row .service-brand h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1;
  overflow-wrap: anywhere;
}

.ranked-row .pill,
.ranked-row .rating-pill {
  min-height: 28px;
  padding: 0 0.58rem;
  font-size: 0.82rem;
}

.ranked-row .icon-pill {
  min-height: 30px;
  padding: 0 0.65rem;
  font-size: 0.84rem;
}

.ranked-row__cta .button {
  min-height: 40px;
  padding: 0 0.8rem;
}

.service-brand { justify-content: flex-start; align-items: center; }
.service-brand__logo {
  width: 58px;
  height: 58px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  overflow: hidden;
  flex-shrink: 0;
}

.rating-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  background: #fff3c7;
  color: #7a5700;
  font-weight: 800;
}

.service-meta { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.8rem; padding: 1rem 0; }
.service-meta strong { display: block; margin-top: 0.2rem; }
.icon-list { margin-bottom: 1rem; }

.icon-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 34px;
  border-radius: 999px;
  padding: 0 0.8rem;
  background: #f9fafb;
  border: 1px solid var(--line);
  font-size: 0.92rem;
  font-weight: 700;
}

.icon-pill--soft { background: rgba(16, 35, 60, 0.05); }
.service-actions { display: flex; gap: 0.75rem; flex-wrap: wrap; }
.service-actions--hero { margin-top: 0.85rem; }
.price-visual {
  display: inline-flex;
  flex-direction: row !important;
  align-items: center;
  gap: 0.32rem;
  white-space: nowrap;
  flex-wrap: nowrap;
  width: max-content;
}

.price-visual__currency {
  display: inline-flex;
  flex-direction: row !important;
  gap: 0.12rem;
  white-space: nowrap;
  width: max-content;
}

.price-visual__label {
  display: inline-flex;
  align-items: center;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--muted);
}

.price-symbol { display: inline-block; color: #cfd4dd; font-weight: 900; }
.price-symbol.active { color: var(--signal); }

.metric-grid--stats { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); margin-bottom: 1rem; }
.metric-card { padding: 1rem 1.1rem; }
.metric-card strong { margin-top: 0.4rem; font-size: 1.2rem; text-transform: none; letter-spacing: -0.02em; }

.stat-panel .cta-row .button {
  min-height: 48px;
  border-radius: 14px;
  padding: 0 1.1rem;
  text-transform: none;
  letter-spacing: 0;
}

.stat-panel .cta-row .button--ghost {
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(247, 249, 252, 0.98));
  border: 1px solid rgba(16, 35, 60, 0.14);
  box-shadow: 0 10px 20px rgba(16, 35, 60, 0.06);
}

.stat-panel .cta-row .button--danger {
  background: linear-gradient(180deg, rgba(249, 229, 223, 0.98), rgba(244, 214, 205, 0.98));
  border: 1px solid rgba(200, 75, 49, 0.14);
  box-shadow: 0 10px 20px rgba(200, 75, 49, 0.08);
}

.check-list { margin: 0; padding-left: 1.1rem; }
.guide-list { display: grid; gap: 0.8rem; }
.guide-list__item { padding: 1rem 1.15rem; }
.guide-list__count {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--navy);
  display: grid;
  place-items: center;
  font-weight: 900;
  flex-shrink: 0;
}
.guide-list__content { flex: 1; }

.sticky-booking-bar {
  position: sticky;
  bottom: 0;
  z-index: 40;
  padding: 0.75rem 0 1rem;
  background: linear-gradient(180deg, rgba(246, 244, 238, 0), rgba(246, 244, 238, 0.96) 40%);
}

.sticky-booking-bar__inner {
  justify-content: space-between;
  border-radius: 14px;
  background: var(--navy);
  color: #fff;
  padding: 0.9rem 1rem;
  box-shadow: var(--shadow);
}

.home-task-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-task-card {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0%, rgba(242, 183, 5, 0.1), transparent 20%),
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248, 249, 252, 0.96));
}

.home-task-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, rgba(16, 35, 60, 0.85), rgba(242, 183, 5, 0.55));
}

.home-task-card > * {
  position: relative;
  z-index: 1;
}

.home-route-list {
  display: grid;
  gap: 0.7rem;
}

.home-route-list .button {
  justify-content: flex-start;
  text-transform: none;
  letter-spacing: 0;
  min-height: 48px;
  border-radius: 14px;
}

.directory-hero__aside {
  min-width: 0;
}

.page-hero--airport-directory {
  align-items: start;
  gap: 1rem;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.directory-hero__content--airport {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: linear-gradient(180deg, rgba(255,255,255,0.99), rgba(246, 249, 255, 0.96));
  padding: 1.35rem;
  border: 1px solid rgba(21, 58, 107, 0.1);
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.page-hero--airport-directory .hero__lede {
  max-width: 32ch;
}

.airport-ops-card {
  position: relative;
  overflow: hidden;
  padding: 1.15rem;
  border: 1px solid rgba(21, 58, 107, 0.12);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.99), rgba(243, 248, 255, 0.97));
  box-shadow: 0 16px 28px rgba(16, 35, 60, 0.07);
}

.airport-ops-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(21, 58, 107, 0.88), rgba(93, 143, 255, 0.45), rgba(242, 183, 5, 0.52));
}

.airport-ops-card > * {
  position: relative;
  z-index: 1;
}

.airport-ops-card__headline {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 0.85rem;
  margin-top: 0.2rem;
}

.airport-ops-card__headline strong {
  display: block;
  max-width: 15ch;
  font-family: 'Archivo SemiCondensed', sans-serif;
  font-size: clamp(1.3rem, 2vw, 1.85rem);
  line-height: 0.98;
}

.airport-ops-card__headline span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 0.8rem;
  border-radius: 999px;
  background: rgba(21, 58, 107, 0.08);
  color: var(--navy-soft);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.airport-ops-card__intro {
  margin: 0.65rem 0 0;
  color: var(--muted);
  max-width: 34ch;
}

.airport-ops-card__metrics {
  margin-top: 0.9rem;
}

.airport-ops-card__board {
  display: grid;
  gap: 0.65rem;
  margin-top: 0.9rem;
}

.airport-board-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.75rem;
  align-items: center;
  min-height: 62px;
  padding: 0.8rem 0.9rem;
  border-radius: 16px;
  border: 1px solid rgba(21, 58, 107, 0.12);
  background: rgba(255,255,255,0.86);
  box-shadow: 0 12px 22px rgba(21, 58, 107, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.airport-board-row:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 24px rgba(21, 58, 107, 0.08);
  border-color: rgba(21, 58, 107, 0.18);
}

.airport-board-row__code,
.airport-cluster__code,
.airport-feature-card__code {
  display: inline-grid;
  place-items: center;
  min-width: 3.1rem;
  min-height: 2.35rem;
  padding: 0 0.55rem;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(21, 58, 107, 0.94), rgba(35, 79, 143, 0.9));
  color: #fff;
  font-family: 'Archivo SemiCondensed', sans-serif;
  font-size: 1rem;
  letter-spacing: 0.08em;
}

.airport-board-row__main {
  min-width: 0;
  display: grid;
  gap: 0.12rem;
}

.airport-board-row__main strong {
  font-family: 'Archivo SemiCondensed', sans-serif;
  font-size: 1.05rem;
  line-height: 1;
  letter-spacing: -0.01em;
}

.airport-board-row__main span {
  color: var(--muted);
  font-size: 0.92rem;
}

.airport-board-row__status,
.airport-cluster__cta {
  color: var(--navy);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.airport-board-row--priority .airport-board-row__code,
.airport-feature-card--priority .airport-feature-card__code {
  background: linear-gradient(180deg, rgba(16, 35, 60, 0.96), rgba(35, 79, 143, 0.96));
}

.airport-board-row--connector .airport-board-row__code,
.airport-feature-card--connector .airport-feature-card__code {
  background: linear-gradient(180deg, rgba(121, 83, 16, 0.96), rgba(214, 154, 0, 0.94));
}

.airport-board-row--regional .airport-board-row__code,
.airport-feature-card--regional .airport-feature-card__code {
  background: linear-gradient(180deg, rgba(0, 101, 72, 0.94), rgba(0, 182, 122, 0.86));
}

.airport-featured-grid {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.airport-featured-grid--enhanced {
  gap: 1rem;
}

.airport-feature-card {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0%, rgba(93, 143, 255, 0.12), transparent 22%),
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(244, 248, 255, 0.96));
}

.airport-feature-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, rgba(21, 58, 107, 0.9), rgba(93, 143, 255, 0.46), rgba(242, 183, 5, 0.42));
}

.airport-feature-card > * {
  position: relative;
  z-index: 1;
}

.airport-feature-card__top {
  display: flex;
  justify-content: space-between;
  gap: 0.85rem;
  align-items: center;
}

.airport-feature-card__tag {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 0.78rem;
  border-radius: 999px;
  background: rgba(21, 58, 107, 0.06);
  color: var(--navy-soft);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.airport-feature-card__note {
  display: block;
  margin-top: 0.78rem;
  color: var(--navy);
  font-size: 1rem;
  line-height: 1.4;
}

.airport-feature-card--connector {
  background:
    radial-gradient(circle at 100% 0%, rgba(242, 183, 5, 0.16), transparent 24%),
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255, 250, 238, 0.96));
}

.airport-feature-card--regional {
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 182, 122, 0.14), transparent 24%),
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(243, 251, 247, 0.96));
}

.airport-directory-heading {
  margin-top: 0.4rem;
}

.airport-cluster-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
}

.airport-cluster {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0%, rgba(93, 143, 255, 0.1), transparent 20%),
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(246, 248, 252, 0.96));
}

.airport-cluster::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, rgba(21, 58, 107, 0.88), rgba(93, 143, 255, 0.42));
}

.airport-cluster > * {
  position: relative;
  z-index: 1;
}

.airport-cluster__head strong {
  display: block;
  margin-top: 0.35rem;
  font-family: 'Archivo SemiCondensed', sans-serif;
  font-size: 1.25rem;
  line-height: 1;
}

.airport-cluster__list {
  display: grid;
  gap: 0.58rem;
  margin-top: 0.9rem;
}

.airport-cluster__row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.75rem;
  align-items: center;
  min-height: 56px;
  padding: 0.72rem 0.78rem;
  border-radius: 15px;
  background: rgba(255,255,255,0.86);
  border: 1px solid rgba(21, 58, 107, 0.1);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.airport-cluster__row:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 20px rgba(21, 58, 107, 0.06);
}

.airport-cluster__name {
  min-width: 0;
  font-weight: 700;
  line-height: 1.25;
}

.airport-link-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.airport-link-chip {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 0.95rem;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(245, 248, 255, 0.98));
  border: 1px solid rgba(21, 58, 107, 0.12);
  color: var(--navy);
  font-weight: 700;
  box-shadow: 0 10px 18px rgba(21, 58, 107, 0.05);
}

.use-case-grid,
.rule-card-grid,
.airport-note-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.use-case-card,
.rule-card,
.airport-note-card {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0%, rgba(242, 183, 5, 0.1), transparent 20%),
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248, 249, 252, 0.96));
}

.use-case-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.airport-note-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.use-case-card::before,
.rule-card::before,
.airport-note-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, rgba(16, 35, 60, 0.85), rgba(242, 183, 5, 0.55));
}

.use-case-card > *,
.rule-card > *,
.airport-note-card > * {
  position: relative;
  z-index: 1;
}

.use-case-card__label {
  display: inline-flex;
  width: fit-content;
  min-height: 30px;
  align-items: center;
  padding: 0.2rem 0.62rem;
  border-radius: 999px;
  background: rgba(16, 35, 60, 0.06);
  color: var(--navy-soft);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.use-case-card__title {
  display: block;
  margin-top: 0.45rem;
  font-size: 1rem;
  line-height: 1.2;
  color: var(--muted);
}

.rule-card {
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 182, 122, 0.12), transparent 20%),
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(243, 251, 247, 0.96));
}

.rule-card::before {
  background: linear-gradient(90deg, rgba(0, 101, 72, 0.9), rgba(0, 182, 122, 0.5));
}

.airport-note-card {
  background:
    radial-gradient(circle at 100% 0%, rgba(67, 122, 255, 0.12), transparent 20%),
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(245, 248, 255, 0.96));
}

.airport-note-card::before {
  background: linear-gradient(90deg, rgba(21, 58, 107, 0.88), rgba(93, 143, 255, 0.45));
}

.airport-note-card__title {
  display: block;
  margin-top: 0.35rem;
  color: var(--navy);
  font-size: 1rem;
  line-height: 1.2;
}

.airport-note-card .button {
  width: fit-content;
  min-height: 42px;
  margin-top: 0.4rem;
  text-transform: none;
  letter-spacing: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(238, 245, 255, 0.98));
  border: 1px solid rgba(48, 105, 226, 0.18);
  box-shadow: 0 10px 18px rgba(21, 58, 107, 0.06);
}

.methodology-panel {
  background:
    radial-gradient(circle at 100% 0%, rgba(242, 183, 5, 0.1), transparent 18%),
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(248, 249, 252, 0.96));
}

.check-list-wrap {
  padding: 1rem 1.1rem;
  border-radius: 18px;
  background: rgba(255,255,255,0.74);
  border: 1px solid rgba(16, 35, 60, 0.08);
}

.site-footer {
  padding: 3.4rem 0 2.2rem;
}

.site-footer__shell {
  border-top: 1px solid rgba(16, 35, 60, 0.1);
  padding-top: 1.6rem;
}

.site-footer__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(180px, 0.9fr) minmax(220px, 1fr);
  gap: 1.2rem;
  padding: 1.45rem;
  border: 1px solid rgba(16, 35, 60, 0.1);
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 100%, rgba(242, 183, 5, 0.12), transparent 22%),
    radial-gradient(circle at 0% 0%, rgba(255,255,255,0.86), transparent 20%),
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(248, 249, 252, 0.96));
  box-shadow: 0 22px 44px rgba(16, 35, 60, 0.08);
}

.site-footer__brand-top {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.site-footer__mark {
  width: 62px;
  height: 62px;
  flex-shrink: 0;
  border-radius: 18px;
  align-self: flex-start;
  box-shadow: 0 14px 32px rgba(242, 183, 5, 0.22);
}

.site-footer__brand strong {
  display: block;
  position: relative;
  width: fit-content;
  font-family: 'Archivo SemiCondensed', sans-serif;
  font-size: 1.9rem;
  line-height: 0.95;
  letter-spacing: -0.03em;
}

.site-footer__brand span {
  color: var(--muted);
}

.site-footer__column {
  display: grid;
  gap: 0.8rem;
  align-content: start;
}

.site-footer__eyebrow {
  color: var(--navy-soft);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer__links {
  display: grid;
  gap: 0.65rem;
}

.site-footer__links a {
  width: fit-content;
  color: var(--navy);
  font-weight: 700;
}

.site-footer__signals {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.site-footer__signals span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(16, 35, 60, 0.1);
  color: var(--navy);
  font-size: 0.88rem;
  font-weight: 700;
}

.site-footer__trust {
  display: grid;
  gap: 0.85rem;
  padding: 1rem;
  border-radius: 18px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 100%, rgba(0, 182, 122, 0.18), transparent 26%),
    radial-gradient(circle at 0% 0%, rgba(118, 224, 175, 0.16), transparent 24%),
    linear-gradient(145deg, rgba(242, 255, 248, 0.99), rgba(232, 249, 240, 0.98) 58%, rgba(250, 255, 252, 0.98));
  border: 1px solid rgba(0, 182, 122, 0.2);
  box-shadow: 0 18px 34px rgba(0, 93, 61, 0.09);
}

.site-footer__trust::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='170' height='170' viewBox='0 0 170 170'%3E%3Cg fill='none' stroke='%2300b67a' stroke-opacity='.12' stroke-width='2'%3E%3Cpath d='M36 46h36a12 12 0 0 1 12 12v14a12 12 0 0 1-12 12H54l-14 12V84h-4a12 12 0 0 1-12-12V58a12 12 0 0 1 12-12Z'/%3E%3Ccircle cx='122' cy='48' r='20'/%3E%3Cpath d='m113 49 7 7 14-17' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M92 112h42a12 12 0 0 1 12 12v10a12 12 0 0 1-12 12h-24l-12 10v-10h-6a12 12 0 0 1-12-12v-10a12 12 0 0 1 12-12Z'/%3E%3Cpath d='M101 124h22M101 132h16' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right -8px top 6px;
  background-size: 155px 155px;
  pointer-events: none;
}

.site-footer__trust > * {
  position: relative;
  z-index: 1;
}

.site-footer__trust p {
  color: #245844;
  font-size: 1.02rem;
  line-height: 1.62;
}

.site-footer__trust-link {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 42px;
  padding: 0 0.78rem 0 1rem;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(239, 251, 246, 0.98));
  border: 1px solid rgba(0, 182, 122, 0.24);
  color: #005e47;
  font-weight: 800;
  box-shadow: 0 10px 20px rgba(0, 93, 61, 0.08), inset 0 1px 0 rgba(255,255,255,0.94);
}

.site-footer__trust-link::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #22c489, #00b67a);
  box-shadow: 0 0 0 6px rgba(0, 182, 122, 0.1);
}

.site-footer__trust-link::after {
  content: "→";
  width: 1.7rem;
  height: 1.7rem;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(0, 182, 122, 0.12);
  font-size: 1rem;
  line-height: 1;
}

.site-footer__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0.25rem 0;
  color: var(--muted);
  font-size: 0.95rem;
}

@media (max-width: 960px) {
  .nav-toggle { display: inline-block; }
  .site-nav {
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: calc(100% - 0.2rem);
    background: rgba(255, 255, 255, 0.995);
    border: 1px solid var(--line-strong);
    border-radius: 14px;
    padding: 1rem;
    box-shadow: var(--shadow);
    display: none;
  }
  .site-nav.is-open { display: block; }
  .site-nav__list { flex-direction: column; align-items: flex-start; }
  .site-nav__list > li {
    width: 100%;
  }
  .site-nav__list > li > a {
    width: 100%;
    justify-content: space-between;
    padding: 0.35rem 0;
  }
  .site-nav .sub-menu {
    position: static;
    min-width: 0;
    margin-top: 0.25rem;
    padding: 0.5rem 0 0 1rem;
    border: 0;
    border-left: 1px solid var(--line);
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    display: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
  }
  .site-nav .menu-item-has-children.is-open > .sub-menu {
    display: grid;
  }
  .site-nav .sub-menu li a {
    padding: 0.6rem 0.75rem;
    background: rgba(16, 35, 60, 0.03);
  }
  .hero__grid,
  .page-hero { grid-template-columns: 1fr; }
  .page-hero--airport-directory .directory-hero__aside {
    order: -1;
  }
  .directory-hero__content--airport {
    min-height: auto;
    padding: 1.05rem;
  }
  .airport-ops-card {
    padding: 1rem;
    border-radius: 18px;
  }
  .airport-ops-card__headline {
    flex-direction: column;
    align-items: flex-start;
  }
  .airport-ops-card__headline strong {
    max-width: none;
  }
  .airport-board-row,
  .airport-cluster__row {
    grid-template-columns: auto minmax(0, 1fr);
  }
  .airport-board-row__status,
  .airport-cluster__cta {
    grid-column: 2;
  }
  .airport-featured-grid--enhanced,
  .airport-cluster-grid {
    grid-template-columns: 1fr;
  }
  .page-hero--city .hero-panel { order: -1; }
  .page-hero--city .panel-card--accent { order: -2; }
  .panel-card--desktop-only,
  .intent-card--desktop-only { display: none; }
  .panel-card--mobile-only,
  .intent-card--mobile-only { display: grid; }
  .hero-answer-list--desktop {
    display: none;
  }
  .hero-answer-list--mobile {
    display: flex;
  }
  .page-hero--city .hero-panel > .panel-card {
    display: flex;
    flex-direction: column;
    padding: 1rem;
  }
  .page-hero--city .hero-panel > .panel-card h2 {
    margin: 0.2rem 0 0;
    font-size: clamp(1.9rem, 7vw, 2.35rem);
    line-height: 1.08;
  }
  .page-hero--city .hero-panel > .panel-card p {
    margin: 0.65rem 0 0;
    font-size: 0.98rem;
    line-height: 1.55;
  }
  .page-hero--city .hero-panel > .panel-card .hero-motion-card {
    order: 2;
  }
  .page-hero--city .hero-panel > .panel-card .hero-answer-list--mobile {
    order: 3;
    margin-top: 1rem;
  }
  .intent-card--trustpilot strong {
    font-size: 1.28rem;
    max-width: 11ch;
  }
  .trustpilot-badge {
    font-size: 0.68rem;
    padding: 0.32rem 0.58rem;
  }
  .hero-motion-card {
    margin-top: 0.8rem;
    --motion-min-height: 162px;
    --motion-padding: 0.32rem;
  }
  .hero-motion-card--city {
    --motion-min-height: 174px;
  }
  .hero-motion-card--home {
    --motion-min-height: 146px;
  }
  .hero-actions .button {
    width: 100%;
  }
  .hero-actions--home {
    grid-template-columns: 1fr;
  }
  .hero-symbols {
    gap: 0.5rem;
  }
  .site-footer__meta,
  .guide-list__item,
  .city-card__footer,
  .sticky-booking-bar__inner { flex-direction: column; align-items: flex-start; }
  .site-footer__inner {
    grid-template-columns: 1fr;
  }
  .service-meta,
  .metric-grid { grid-template-columns: 1fr; }
  .home-task-grid {
    grid-template-columns: 1fr;
  }
  .airport-note-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ranked-row__summary {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .ranked-row__facts {
    grid-template-columns: 1fr 1fr;
  }
  .ranked-row__cta {
    justify-content: flex-start;
  }
  .ranked-row__tags {
    grid-column: auto;
    justify-content: flex-start;
    margin-top: 0;
  }
  .comparison-shell {
    overflow-x: clip;
  }
  .filter-row {
    margin-right: -0.1rem;
    padding-right: 0.1rem;
  }
  .page-hero--guide,
  .guide-signal-strip { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .container { width: min(100vw - 1rem, 1180px); }
  .page-hero--airport-directory {
    gap: 0.85rem;
  }
  .directory-hero__content--airport {
    padding: 0.95rem;
  }
  .page-hero--airport-directory .hero__lede {
    max-width: none;
  }
  .airport-ops-card__metrics {
    gap: 0.7rem;
  }
  .airport-ops-card__intro {
    font-size: 0.95rem;
  }
  .airport-feature-card__top {
    flex-direction: column;
    align-items: flex-start;
  }
  .airport-note-grid {
    grid-template-columns: 1fr;
  }
  .site-footer__inner {
    padding: 1rem;
    border-radius: 18px;
  }
  .site-brand {
    gap: 0.78rem;
  }
  .site-brand__mark {
    width: 50px;
    height: 50px;
    border-radius: 15px;
  }
  .site-brand__text strong {
    font-size: 1.14rem;
  }
  .site-brand__text span::before {
    width: 0.34rem;
    height: 0.34rem;
    margin-right: 0.35rem;
    box-shadow: 0 0 0 3px rgba(242, 183, 5, 0.14);
  }
  .site-footer__brand strong {
    font-size: 1.6rem;
  }
  .site-footer__meta {
    font-size: 0.88rem;
  }
  .hero { padding-top: 2rem; }
  .hero-home .hero__content,
  .page-hero,
  .panel-card,
  .comparison-shell,
  .stat-panel,
  .article-card,
  .catalog-card,
  .city-card,
  .service-card { padding: 1.1rem; border-radius: 16px; }
  .hero-search { grid-template-columns: 1fr; }
  .service-actions .button,
  .hero-search button,
  .intent-card a,
  .hero-actions .button { width: 100%; justify-content: center; }
  .intent-strip,
  .quick-facts { grid-template-columns: 1fr; }
  .top-picks { grid-template-columns: 1fr; }
  .section-heading { align-items: start; }
  .ranked-row__facts { grid-template-columns: 1fr; }
  .ranked-row__cta .button,
  .top-pick-card .button { width: 100%; }
  .breadcrumb-row { gap: 0.45rem; font-size: 0.92rem; }
  .hero-pills { gap: 0.5rem; }
  .sticky-booking-bar__inner { align-items: stretch; }
}

@keyframes heroDash {
  to { stroke-dashoffset: -180; }
}

@keyframes heroDrive {
  0% { transform: translateX(calc(-50% - 54px)) translateY(1px) rotate(-4deg); }
  18% { transform: translateX(calc(-50% - 24px)) translateY(-2px) rotate(-1deg); }
  36% { transform: translateX(calc(-50% + 2px)) translateY(3px) rotate(2deg); }
  56% { transform: translateX(calc(-50% + 28px)) translateY(-3px) rotate(4deg); }
  76% { transform: translateX(calc(-50% + 44px)) translateY(2px) rotate(1deg); }
  100% { transform: translateX(calc(-50% - 54px)) translateY(1px) rotate(-4deg); }
}

@keyframes heroPulse {
  0% { box-shadow: 0 0 0 0 rgba(242, 183, 5, 0.32); }
  70% { box-shadow: 0 0 0 14px rgba(242, 183, 5, 0); }
  100% { box-shadow: 0 0 0 0 rgba(242, 183, 5, 0); }
}

@keyframes heroFloat {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(-8px, -10px, 0); }
}

@keyframes brandRouteFlow {
  from { stroke-dashoffset: 0; }
  to { stroke-dashoffset: -84; }
}

@keyframes brandNodePulse {
  0% { opacity: 0.22; transform: scale(0.72); transform-origin: center; }
  55% { opacity: 0.48; transform: scale(1); transform-origin: center; }
  100% { opacity: 0.12; transform: scale(1.18); transform-origin: center; }
}

@keyframes brandCabFloat {
  0%, 100% { transform: translate(-1px, 0) rotate(-2deg); }
  35% { transform: translate(1px, -1px) rotate(1deg); }
  68% { transform: translate(2px, 1px) rotate(2deg); }
}

@keyframes brandBeaconPulse {
  0%, 100% { opacity: 0.92; }
  50% { opacity: 0.56; }
}

@keyframes guidePulseTrack {
  0% { box-shadow: 0 0 0 0 rgba(242, 183, 5, 0.34); }
  70% { box-shadow: 0 0 0 18px rgba(242, 183, 5, 0); }
  100% { box-shadow: 0 0 0 0 rgba(242, 183, 5, 0); }
}

@keyframes guideMoveTrack {
  0%, 100% { left: 18%; }
  50% { left: 76%; }
}

@keyframes guideGrowIn {
  from { transform: scaleX(0.08); opacity: 0.5; }
  to { transform: scaleX(1); opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .brand-mark__route,
  .brand-mark__pulse,
  .brand-mark__beacon-ring,
  .brand-mark__beacon,
  .brand-mark__cab {
    animation: none !important;
  }
}
