/*
THESIS: Bita moves local commerce through a visible route, not a generic card grid.
OWN-WORLD: Cool street neutrals, Bita orange and wine, hard rules, route codes, diagonal corners.
STORY: Understand the network, find a role, verify coverage, and take one clear action.
FIRST VIEWPORT: Dark offer and CTA at left; campaign photograph and live route at right.
FORM: Persuade surface, asymmetric route narrative, operational signage staging.
*/

/* Campaign shell */
.site-header {
  background: var(--surface-inverse);
  border-bottom-color: rgba(246, 250, 251, 0.16);
}
.site-header.is-scrolled {
  background: rgba(18, 25, 29, 0.96);
  box-shadow: 0 12px 32px rgba(18, 25, 29, 0.2);
}
.site-nav__link {
  color: var(--text-inverse);
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
.site-nav__link:hover,
.site-nav__link.is-active { color: var(--brand-accent); }
.site-nav__link::after { background: var(--brand-primary); }
.menu-button { background: var(--surface-inverse-raised); color: var(--text-inverse); border-color: var(--border-inverse); }
.site-header__cta-secondary { color: var(--text-inverse); }
.site-header__brand {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
.site-header__brand img { filter: none; }

.hero {
  isolation: isolate;
  background: var(--surface-inverse);
  color: var(--text-inverse);
  padding-block: clamp(4.5rem, 9vw, 8rem) clamp(4rem, 8vw, 7rem);
}
.hero::before {
  content: "";
  position: absolute;
  width: min(72vw, 960px);
  height: min(72vw, 960px);
  right: -22vw;
  top: 18%;
  border: 1px solid rgba(255, 194, 71, 0.18);
  border-radius: 50%;
  transform: rotate(-17deg);
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  width: 42vw;
  height: 18vw;
  left: -15vw;
  bottom: -8vw;
  border-top: 2px solid rgba(254, 101, 2, 0.45);
  border-radius: 50%;
  transform: rotate(-9deg);
  pointer-events: none;
}
.hero__grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);
  gap: clamp(3rem, 5.5vw, 5rem);
}
.hero__content { align-self: center; }
.hero__content .eyebrow { color: var(--brand-accent); }
.hero__title {
  color: var(--text-inverse);
  max-width: 14ch;
  font-size: clamp(2.75rem, 6vw, 6rem);
  line-height: 0.97;
  letter-spacing: -0.03em;
  text-wrap: balance;
}
.hero__title-orange { color: var(--brand-primary); }
.hero__title-line { display: block; }
.hero__title-last { display: block; font-size: 0.72em; white-space: nowrap; }
.hero__title-line { will-change: transform, clip-path; }
.hero__lead { color: var(--text-inverse-muted); max-width: 46ch; }
.hero__meta { border-top-color: rgba(246, 250, 251, 0.2); }
.hero__meta-label { color: var(--text-inverse-muted); }
.hero__meta-value { color: var(--text-inverse); }
.hero__visual {
  min-height: 0;
  aspect-ratio: 1.12 / 1;
  border: 1px solid rgba(246, 250, 251, 0.22);
  border-radius: 0 1.5rem 0 1.5rem;
  background: var(--surface-inverse-raised);
  box-shadow: 18px 18px 0 rgba(117, 2, 46, 0.72);
}
.hero__visual-bg { display: none; }
.hero__picture { position: absolute; inset: 0; z-index: 2; display: block; }
.hero__visual-gradient { background: linear-gradient(180deg, transparent 45%, rgba(18, 25, 29, 0.68)); }
.hero__image { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; filter: saturate(0.74) contrast(1.08) brightness(1.04); }
.llega-banner__image,
.split__panel-figure img,
.riders-panel__image,
.cobertura-banner img {
  filter: saturate(0.74) contrast(1.08) brightness(1.04);
}
.hero__picture::after,
.llega-banner__picture::after,
.split__panel-figure picture::after,
.riders-panel__picture::after,
.cobertura-banner picture::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: rgba(45, 70, 82, 0.14);
  mix-blend-mode: color;
}
.hero__route { position: absolute; inset: auto -5% -4% -5%; width: 110%; height: 43%; z-index: 4; pointer-events: none; }
.hero__route path { fill: none; stroke-linecap: round; }
.hero__route-shadow { stroke: rgba(117, 2, 46, 0.9); stroke-width: 23; }
.hero__route-line {
  stroke: var(--brand-primary);
  stroke-width: 6;
  stroke-dasharray: 5 14;
  filter: drop-shadow(0 0 6px rgba(254, 101, 2, 0.55));
}
.hero__route-node { fill: var(--brand-accent); stroke: var(--brand-primary); stroke-width: 5; filter: drop-shadow(0 0 5px rgba(255, 194, 71, 0.6)); }
.hero__route-pulse { fill: none; stroke: var(--brand-accent); stroke-width: 2.5; opacity: 0.8; }
.hero__route-traveler { filter: drop-shadow(0 0 7px rgba(255, 194, 71, 0.9)); }
.hero__route-marker {
  position: absolute;
  z-index: 5;
  display: grid;
  gap: 0.2rem;
  min-width: 9rem;
  padding: 0.65rem 0.8rem 0.7rem;
  color: var(--text-inverse);
  background: rgba(18, 25, 29, 0.92);
  border-top: 2px solid var(--brand-primary);
  box-shadow: 6px 6px 0 rgba(117, 2, 46, 0.8);
  opacity: 0;
  transform: translateY(0.75rem);
  pointer-events: none;
}
.hero__route-marker-code {
  color: var(--brand-accent);
  font-family: var(--font-mono);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.hero__route-marker strong {
  font-family: var(--font-display);
  font-size: 0.92rem;
  line-height: 1.05;
}
.hero__route-marker--origin { left: 4%; bottom: 16%; }
.hero__route-marker--transit { left: 35%; bottom: 43%; border-top-color: var(--brand-accent); }
.hero__route-marker--arrival { right: 4%; top: 12%; border-top-color: var(--brand-accent); }
.hero__title,
.hero__meta-value,
.mobile-menu__nav a,
.section-head__title,
.step__title,
.value__title,
.value__ghost,
.zone__name,
.cta-final__title,
.card__title,
.disclosure__summary,
.stat__value,
.promise-strip__text,
.split__panel-name,
.llega-banner__line,
.cobertura-banner__line {
  font-weight: 400;
  font-synthesis: none;
}

.btn--outline { color: var(--brand-accent); border-color: var(--brand-accent); }
.btn--outline:hover { background: rgba(255, 194, 71, 0.12); }
.hero .btn--outline { color: var(--text-inverse); border-color: rgba(246, 250, 251, 0.7); }
.hero .btn--outline:hover { background: rgba(246, 250, 251, 0.1); }

.promise-strip {
  background: var(--brand-primary);
  color: var(--on-brand-primary);
  padding-block: clamp(2.25rem, 5vw, 4rem);
}
.promise-strip__label { color: var(--on-brand-primary); opacity: 0.72; }
.promise-strip__text { color: var(--on-brand-primary); max-width: 18ch; font-size: clamp(2rem, 4vw, 4rem); line-height: 0.98; }
.promise-strip__text span { color: var(--brand-secondary); }

.section { position: relative; overflow: hidden; padding-block: clamp(4rem, 7vw, 7rem); }
.section-head { margin-bottom: clamp(2rem, 5vw, 4rem); }
#como-funciona { background: var(--surface-page); }
#comercios { background: var(--surface-raised); }
.rider-signup { background: var(--surface-page); }
.section[id],
.cta-final { scroll-margin-top: 6rem; }
#zonas { background: var(--surface-page); }
#faq { background: var(--surface-raised); }
#comercios::before,
#zonas::before {
  display: none;
}
.section-head__title { font-size: clamp(2.5rem, 4vw, 4.5rem); line-height: 1.02; letter-spacing: -0.025em; max-width: 12ch; }
.section-head__lead { max-width: 42ch; }
.section--dark { background: var(--surface-inverse); }
.section--dark .section-head__title { color: var(--text-inverse); }
#como-funciona .section-head .eyebrow,
#comercios .section-head .eyebrow,
#zonas .section-head .eyebrow,
#faq .section-head .eyebrow { display: none; }
#como-funciona .section-head__title span,
#comercios .section-head__title span,
#zonas .section-head__title span,
#faq .section-head__title span { color: var(--brand-primary-ink); }

/* Steps become one route, not four floating cards. */
.steps { position: relative; grid-template-columns: repeat(4, 1fr); gap: 0; }
.steps::before {
  content: "";
  position: absolute;
  top: 1.75rem;
  left: 0;
  right: 0;
  border-top: 2px dashed var(--brand-primary);
  opacity: 0.7;
  filter: drop-shadow(0 0 4px rgba(254, 101, 2, 0.4));
}
.step {
  z-index: 1;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0 clamp(1rem, 2vw, 2rem) 0 0;
  margin-right: clamp(0.75rem, 2vw, 2rem);
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}
.step:hover { transform: none; }
.step__number { color: var(--brand-secondary); font-variant-numeric: tabular-nums; }
.step__number::before { display: none; }
.step__icon {
  order: -1;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: var(--brand-primary);
  color: var(--on-brand-primary);
  position: relative;
  z-index: 2;
  box-shadow: 0 0 0 6px var(--surface-page);
  transition: transform var(--motion-base) cubic-bezier(0.23, 1, 0.32, 1);
}
.step:hover .step__icon { transform: scale(1.1); }
.step__title { font-size: clamp(1.35rem, 2vw, 2rem); letter-spacing: -0.03em; }
.step__body { max-width: 28ch; color: var(--text-secondary); }
.llega-banner { margin-top: clamp(3rem, 7vw, 6rem); border-radius: 0 1.5rem 0 1.5rem; }

/* Commerce reads like a local operating directory, not a shelf of equal cards. */
.commerce-directory {
  display: grid;
  grid-template-columns: minmax(15rem, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(2rem, 6vw, 6rem);
  padding-block: clamp(1.5rem, 3vw, 2.5rem);
  border-block: 1px solid var(--text-primary);
}
.commerce-directory__lead {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3rem;
  padding-right: clamp(0rem, 3vw, 2rem);
}
.commerce-directory__code,
.rider-application__code,
.rider-form__head span {
  color: var(--brand-secondary);
  font: 600 var(--label-md)/1.4 var(--font-mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.commerce-directory__lead p {
  max-width: 27ch;
  margin: 0;
  color: var(--text-secondary);
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  line-height: 1.25;
}
.commerce-directory__list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--border-subtle);
}
.commerce-directory__list li {
  display: grid;
  grid-template-columns: 3rem minmax(10rem, 0.75fr) minmax(12rem, 1fr);
  align-items: baseline;
  gap: clamp(0.75rem, 2vw, 2rem);
  min-height: 4.5rem;
  padding-block: 1rem;
  border-bottom: 1px solid var(--border-subtle);
  transition: color var(--motion-fast) var(--ease-standard), padding-left var(--motion-fast) var(--ease-standard);
}
.commerce-directory__list li:hover {
  padding-left: 0.5rem;
  color: var(--brand-secondary);
}
.commerce-directory__index {
  color: var(--brand-primary-ink);
  font: 600 var(--label-sm)/1 var(--font-mono);
  font-variant-numeric: tabular-nums;
}
.commerce-directory__list strong {
  font: 400 clamp(1.2rem, 1.8vw, 1.7rem)/1.1 var(--font-display);
  letter-spacing: -0.02em;
}
.commerce-directory__list li > span:last-child {
  color: var(--text-muted);
  font-size: 1rem;
}
.commerce-directory__photo {
  margin: 0;
  overflow: hidden;
  border-radius: 0 1rem 0 1rem;
  border: 1px solid var(--border-subtle);
}
.commerce-directory__photo picture { display: block; aspect-ratio: 4 / 3; }
.commerce-directory__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92);
}
.split--spaced { margin-top: clamp(3.5rem, 7vw, 7rem); }
.split__panel { border-radius: 0 1.5rem 0 1.5rem; }
.split__panel--media { border-radius: 0 1.5rem 0 1.5rem; }
.split__panel--highlight { border-radius: 1.5rem 0 1.5rem 0; }

/* Rider campaign persuades; separate light section handles registration. */
.riders-panel { border-radius: 0 1.5rem 0 1.5rem; border-color: rgba(246, 250, 251, 0.18); }
.riders-panel__visual { border-radius: 0 1rem 0 1rem; }
.cobertura-banner { border-radius: 0 1.5rem 0 1.5rem; }
.zone { border-radius: 0; background: transparent; border-inline: 0; border-top: 1px solid var(--border-subtle); }
.zone:hover { transform: none; border-color: var(--brand-primary); }
.zones { gap: 0 2rem; }
.zone__marker { border-radius: 50%; }

/* Values become editorial columns instead of feature cards. */
.value-grid {
  grid-template-columns: minmax(0, 1.25fr) minmax(18rem, 0.75fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: var(--space-4);
  border: 0;
}
.value {
  min-height: 14rem;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border: 1px solid rgba(246, 250, 251, 0.12);
  border-radius: 0 1.5rem 0 1.5rem;
  background: var(--surface-inverse-raised);
}
.value:first-child {
  grid-row: 1 / -1;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 30rem;
  background: linear-gradient(155deg, rgba(254, 101, 2, 0.2), var(--surface-inverse-raised) 62%);
  border-color: rgba(254, 101, 2, 0.4);
}
.value__picture { position: absolute; inset: 0; z-index: -1; display: block; }
.value__picture img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 28%; }
.value:first-child::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(18, 25, 29, 0.52) 0%, rgba(18, 25, 29, 0.2) 42%, rgba(18, 25, 29, 0.92) 100%);
}
.value:first-child .value__marker { margin-bottom: auto; }
.value:first-child .value__title { font-size: clamp(2rem, 3.5vw, 3.75rem); }
.value:first-child .value__body { max-width: 42ch; }
.value:not(:first-child) { grid-template-columns: auto 1fr; }
.value__marker { border-radius: 50%; width: 2.75rem; height: 2.75rem; }
.value__title { font-size: clamp(1.5rem, 2vw, 2.2rem); letter-spacing: -0.03em; }
.value__body { max-width: 30ch; color: var(--text-inverse-muted); }

/* FAQ stays compact and readable. */
.faq { max-width: 880px; }
.disclosure__summary { padding-block: 1.5rem; font-size: clamp(1.15rem, 1.7vw, 1.6rem); }
.disclosure__body { max-width: 65ch; padding-bottom: 1.5rem; }

/* Keep CTA decisive and spare. */
.cta-final { padding-block: clamp(5rem, 10vw, 9rem); }
.cta-final__inner { gap: clamp(2rem, 8vw, 8rem); }
.cta-final__visual { min-height: 34rem; }
.cta-final__mascot { filter: drop-shadow(0 1.5rem 2rem rgba(18, 25, 29, 0.35)); }
.cta-final__pulse { background: radial-gradient(circle, rgba(254, 101, 2, 0.32), transparent 68%); }
.footer-pending { color: var(--text-inverse-muted); font-size: var(--body-md); display: inline-flex; align-items: center; min-height: 44px; }
.site-footer__credits {
  margin: 1.5rem 0 0;
  color: var(--text-inverse-muted);
  font-size: 0.8rem;
  line-height: 1.5;
}
.site-footer__credits a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--text-inverse-muted);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.site-footer__credits a:hover { color: var(--text-inverse); }

/* Editorial image components */
.llega-banner,
.cobertura-banner { position: relative; overflow: hidden; isolation: isolate; background: var(--surface-inverse); }
.llega-banner { margin: clamp(3rem, 7vw, 6rem) 0 0; border-radius: 0 1.5rem 0 1.5rem; }
.llega-banner__picture { display: block; aspect-ratio: 16 / 9; }
.llega-banner__image,
.cobertura-banner img { display: block; width: 100%; height: 100%; object-fit: cover; }
.llega-banner__image { object-position: center 52%; will-change: transform; }
.llega-banner::after,
.cobertura-banner::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(100deg, rgba(18,25,29,.78), rgba(18,25,29,.16) 72%); }
.llega-banner__caption,
.cobertura-banner__caption { position: absolute; left: clamp(1.25rem, 4vw, 3rem); bottom: clamp(1.25rem, 4vw, 3rem); z-index: 2; display: flex; flex-direction: column; gap: .5rem; max-width: 32ch; color: var(--text-inverse); }
.llega-banner__step,
.cobertura-banner__eyebrow { color: var(--brand-accent); font: 600 var(--label-md)/1.35 var(--font-mono); letter-spacing: .16em; text-transform: uppercase; }
.llega-banner__line,
.cobertura-banner__line { color: var(--text-inverse); font: 400 clamp(1.35rem, 2.6vw, 2.35rem)/1.05 var(--font-display); letter-spacing: -.025em; font-synthesis: none; }
.cobertura-banner { margin: 0 0 2.5rem; border-radius: 0 1.5rem 0 1.5rem; border: 1px solid var(--border-subtle); }
.cobertura-banner picture { display: block; aspect-ratio: 16 / 8.5; }
.cobertura-banner img { object-position: center 42%; will-change: transform; }

.split__panel--media { padding: 0; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(13rem, 1fr); }
.split__panel-body { padding: clamp(1.5rem, 3vw, 2.5rem); display: flex; flex-direction: column; gap: 1rem; }
.split__panel-figure { position: relative; order: 2; min-height: 100%; margin: 0; overflow: hidden; }
.split__panel-figure picture,
.split__panel-figure img { display: block; width: 100%; height: 100%; object-fit: cover; }
.split__panel-figure img,
.riders-panel__image { will-change: transform; }
.split__panel-caption { position: absolute; left: 1rem; right: 1rem; bottom: 1rem; z-index: 2; display: flex; flex-direction: column; gap: .2rem; padding: .7rem .85rem; color: var(--text-inverse); background: rgba(18,25,29,.88); }
.split__panel-eyebrow { color: var(--brand-accent); font: 600 .65rem/1.3 var(--font-mono); letter-spacing: .16em; text-transform: uppercase; }
.split__panel-name { font: 400 .85rem/1.25 var(--font-display); font-synthesis: none; }

.riders-panel__visual { position: relative; overflow: hidden; isolation: isolate; }
.riders-panel__picture { display: block; width: 100%; height: 100%; }
.riders-panel__image { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 35%; }
.riders-panel__chip { position: absolute; left: 1rem; bottom: 1rem; z-index: 2; display: inline-flex; align-items: center; gap: .5rem; padding: .55rem .8rem; color: var(--text-inverse); background: var(--surface-inverse); border-radius: 999px; font: 600 .65rem/1 var(--font-mono); letter-spacing: .12em; text-transform: uppercase; }
.riders-panel__chip svg { color: var(--brand-accent); }
.rider-signup { padding-block: clamp(5rem, 9vw, 9rem); }
.rider-application {
  display: grid;
  grid-template-columns: minmax(18rem, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(3rem, 8vw, 8rem);
  margin-top: 0;
  padding: 0;
  background: transparent;
  color: var(--text-primary);
  border-radius: 0;
  box-shadow: none;
}
.rider-application__copy h2 {
  max-width: 9ch;
  margin-top: 1rem;
  font-size: clamp(2.75rem, 4.8vw, 5.25rem);
  line-height: 0.96;
  letter-spacing: -0.025em;
  font-weight: 400;
  font-synthesis: none;
}
.rider-application__copy > p {
  max-width: 42ch;
  margin: 1.5rem 0 0;
  color: var(--text-secondary);
  font-size: var(--body-lg);
}
.rider-requirements {
  margin-top: clamp(2rem, 4vw, 3.5rem);
  padding-block: 1.25rem;
  border-top: 1px solid var(--text-primary);
  border-bottom: 1px solid var(--border-subtle);
}
.rider-requirements h3 {
  margin: 0 0 1rem;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.rider-requirements ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--text-secondary);
}
.rider-requirements li {
  position: relative;
  padding: 0.55rem 0 0.55rem 1.5rem;
}
.rider-requirements li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.05rem;
  width: 0.65rem;
  border-top: 2px solid var(--brand-primary);
}
.rider-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-left: clamp(2rem, 5vw, 5rem);
  border-left: 1px solid var(--border-default);
}
.rider-form__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--text-primary);
}
.rider-form__head strong {
  color: var(--text-muted);
  font-size: 0.875rem;
  font-weight: 500;
}
.rider-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem 2rem;
}
.rider-field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 0;
  color: var(--text-primary);
  font-size: 0.95rem;
  font-weight: 700;
}
.rider-field--wide { grid-column: 1 / -1; }
.rider-field__error {
  min-height: 1.1rem;
  color: var(--semantic-error);
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.25;
}
.rider-form .input {
  min-height: 3.5rem;
  padding-inline: 0;
  background: transparent;
  border: 0;
  border-bottom: 2px solid var(--border-default);
  border-radius: 0;
  font-size: 1.05rem;
}
.rider-form .input:hover { border-bottom-color: var(--text-primary); }
.rider-form .input[aria-invalid="true"] { border-bottom-color: var(--semantic-error); }
.rider-form .input:focus {
  border-bottom-color: var(--brand-secondary);
  box-shadow: none;
  outline: 3px solid transparent;
}
.rider-form .btn { align-self: flex-start; }
.rider-form button:disabled { cursor: wait; opacity: 0.65; }
.rider-form__status {
  min-height: 1.5rem;
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.875rem;
}
.rider-form__status[data-state="success"] { color: var(--semantic-success); }
.rider-form__status[data-state="error"] { color: var(--semantic-error); }
.section--dark .btn:focus-visible,
.cta-final .btn:focus-visible,
.hero .btn:focus-visible { outline-color: var(--text-inverse); }

.cta-final__visual { position: relative; display: none; align-items: center; justify-content: center; aspect-ratio: 1; }
.cta-final__picture { position: relative; z-index: 2; display: block; width: 92%; height: 92%; }
.cta-final__mascot { display: block; width: 100%; height: 100%; object-fit: contain; }
.cta-final__pulse { position: absolute; inset: 10%; z-index: 1; border-radius: 50%; background: radial-gradient(circle, rgba(254,101,2,.3), transparent 68%); }
.cta-final__title-line { display: block; color: inherit; will-change: transform, clip-path; }
.cta-final__title-line:nth-child(2) { color: var(--brand-accent); }
.cta-final__title-line:nth-child(3) { font-size: 0.72em; white-space: nowrap; }
.cta-final__bg-route { opacity: 1; }
.cta-final__route { position: absolute; inset: auto 0 0 0; width: 100%; height: 55%; overflow: visible; }
.cta-final__route-line {
  will-change: stroke-dashoffset;
  filter: drop-shadow(0 0 5px rgba(254, 101, 2, 0.5));
}
.cta-final__route-dash {
  opacity: 0.75;
  animation: cta-route-dash 8s linear infinite;
}
@keyframes cta-route-dash {
  to { stroke-dashoffset: -260; }
}
.cta-final__route-traveler { filter: drop-shadow(0 0 0.6rem rgba(255, 194, 71, 0.95)); will-change: transform; }
.cta-final__gps-signal { position: absolute; z-index: 2; top: 18%; right: 9%; width: 0.9rem; height: 0.9rem; border-radius: 50%; background: var(--brand-primary); box-shadow: 0 0 0 0.35rem rgba(254,101,2,.2), 0 0 0 0.9rem rgba(254,101,2,.08); will-change: transform, opacity; }
.scooter { will-change: transform; }

.footer-pending { color: var(--text-inverse-muted); }
.site-footer__meta-social { flex-wrap: wrap; }
.topbar__social a,
.site-footer__meta-social a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
.btn,
.menu-button,
.mobile-menu__close,
.site-nav__link,
.mobile-menu__nav a,
.topbar__social a,
.site-footer__meta-social a {
  touch-action: manipulation;
}
.mobile-menu__close {
  min-width: 44px;
  min-height: 44px;
}

/* Small feedback details: fast, interruptible, and never layout-driven. */
.btn,
.menu-button,
.mobile-menu__close,
.site-nav__link,
.zone,
.disclosure__summary {
  transition-timing-function: var(--ease-enter);
}
.disclosure__summary:focus-visible {
  outline: 3px solid var(--focus-ring);
  outline-offset: 0.35rem;
  border-radius: var(--radius-sm);
}

/* Hero route is a one-time explanation, not a permanent loader. */
.hero__route-line {
  stroke-dasharray: 5 14;
  stroke-dashoffset: 0;
  animation: none;
}
.hero__route-traveler {
  fill: var(--brand-accent);
  stroke: var(--brand-primary);
  stroke-width: 3;
  filter: drop-shadow(0 0 0.35rem rgba(255, 194, 71, 0.55));
}
.hero__route-pulse {
  transform-box: fill-box;
  transform-origin: center;
  animation: hero-route-pulse 2400ms var(--ease-standard) 900ms infinite;
}
@keyframes hero-route-pulse {
  0%, 100% { opacity: 0.25; transform: scale(0.85); }
  45% { opacity: 0.9; transform: scale(1); }
}

@media (hover: none) {
  .site-nav__link:hover:not(.is-active) { color: var(--text-inverse); }
  .btn:hover .btn__arrow { transform: translateX(0); }
  .commerce-directory__list li:hover { padding-left: 0; color: inherit; }
  .zone:hover { border-color: var(--border-subtle); }
}

@media (max-width: 1023px) {
  .site-header__brand img { filter: brightness(0) invert(1); }
}

@media (min-width: 1024px) {
  .cta-final__visual { display: flex; }
}

@media (max-width: 1023px) {
  .hero__grid { grid-template-columns: 1fr; }
  .cta-final__visual { display: flex; min-height: 22rem; }
  .hero__content { max-width: 48rem; }
  .hero__title { max-width: 13ch; }
  .hero__visual { aspect-ratio: 16 / 10; box-shadow: 12px 12px 0 rgba(117, 2, 46, 0.72); }
  .steps { grid-template-columns: repeat(2, 1fr); gap: 2rem 0; }
  .steps::before { display: none; }
  .commerce-directory { grid-template-columns: 1fr; gap: 2.5rem; }
  .commerce-directory__lead { display: grid; grid-template-columns: 0.65fr 1fr; gap: 2rem; }
  .commerce-directory__photo { grid-column: 1 / -1; }
  .commerce-directory__photo picture { aspect-ratio: 16 / 9; }
  .value-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .value:first-child { grid-row: auto; min-height: 22rem; }
  .rider-application { grid-template-columns: 1fr; }
  .rider-application__copy h2 { max-width: 12ch; }
  .rider-form { padding: 3rem 0 0; border-left: 0; border-top: 1px solid var(--border-default); }
}

@media (max-width: 767px) {
  .site-header { position: sticky; }
  .hero { padding-top: 3.75rem; }
  .hero::before { width: 130vw; height: 130vw; right: -65vw; top: 27%; }
  .hero__title { font-size: clamp(3.1rem, 14vw, 4.3rem); }
  .hero__lead { font-size: 1.05rem; }
  .hero__meta { gap: 1rem 2rem; }
  .hero__visual { aspect-ratio: 4 / 5; border-radius: 0 1rem 0 1rem; box-shadow: 8px 8px 0 rgba(117, 2, 46, 0.72); }
  .hero__route { height: 34%; }
  .promise-strip__inner { align-items: flex-start; text-align: left; }
  .promise-strip__text { font-size: 2.4rem; }
  .section { padding-block: 4rem; }
  .section[id],
  .cta-final { scroll-margin-top: 4.5rem; }
  .section-head__title { font-size: 2.75rem; }
  .steps { grid-template-columns: 1fr; gap: 1.5rem; }
  .value-grid { display: grid; grid-template-columns: 1fr; }
  .value, .value + .value, .value:last-child { border: 0; padding: 1.5rem 0; min-height: 0; }
  .zones { gap: 0; }
  .step { padding-top: 1rem; margin-right: 0; }
  .step__body { max-width: 42ch; }
  .llega-banner { border-radius: 0 1rem 0 1rem; }
  .commerce-directory__lead { display: flex; gap: 1.5rem; }
  .commerce-directory__list li { grid-template-columns: 2.25rem 1fr; gap: 0.75rem; }
  .commerce-directory__list li > span:last-child { grid-column: 2; }
  .split__panel--media { grid-template-columns: 1fr; }
  .split__panel-figure { min-height: 18rem; }
  .split__panel--media, .split__panel--highlight { border-radius: 0 1rem 0 1rem; }
  .riders-panel { border-radius: 0 1rem 0 1rem; padding: 1.5rem; }
  .cobertura-banner { border-radius: 0 1rem 0 1rem; }
  .cta-final__visual { display: flex; min-height: 18rem; margin-top: 1rem; }
  .rider-application { margin-top: 0; border-radius: 0; }
  .rider-application__copy h2 { font-size: clamp(2.75rem, 13vw, 4rem); }
  .rider-form { padding-top: 2rem; }
  .rider-form__head { align-items: flex-start; flex-direction: column; }
  .rider-form__grid { grid-template-columns: 1fr; }
  .rider-field--wide { grid-column: auto; }
  .rider-form .btn { align-self: stretch; }
}

@media (prefers-reduced-motion: reduce) {
  .topbar__zone::before,
  .hero__route-line,
  .hero__route-pulse { animation: none; }
  .hero__route-pulse { opacity: 0.8; transform: none; }
  .hero__route-traveler { display: none; }
  .cta-final__route-dash { animation: none; }
}
