/**
 * Móvil: layout de teléfono (una columna, tipo legible, CTAs a ancho).
 * Hero: badge + Walk the Camino arriba; Daily 1-on-1 + CTAs abajo; sin dock.
 */
@media (max-width: 768px) {
  :root {
    --text-xs: 0.9375rem;
    --text-sm: 1.0625rem;
    --text-base: 1.125rem;
    --text-lg: 1.3rem;
    --text-xl: 1.5rem;
    --text-2xl: 1.85rem;
    --text-3xl: 2.05rem;
    --text-hero: clamp(1.9rem, 8.2vw, 2.45rem);
    --header-height: 4.55rem;
    --space-section: clamp(2.35rem, 7vw, 3.75rem);
    --tap: 3rem;
  }

  html,
  body {
    overflow-x: hidden;
    max-width: 100%;
    -webkit-text-size-adjust: 100%;
  }

  body {
    font-size: 1.125rem;
    line-height: 1.6;
  }

  .container,
  .container--narrow {
    width: calc(100% - 1.5rem);
  }

  h2 {
    font-size: 1.85rem;
    line-height: 1.22;
  }

  h3 {
    font-size: 1.35rem;
  }

  p,
  .text-muted,
  li {
    font-size: 1.125rem;
    line-height: 1.6;
  }

  .section-label {
    font-size: 0.9rem;
  }

  /* ── Header ── */
  .site-header,
  .site-header__inner,
  .site-header__logo {
    overflow: visible;
  }

  .site-header__inner {
    gap: 0.45rem;
  }

  .site-header__logo {
    gap: 0.45rem;
    min-width: 0;
    height: 100%;
    align-items: center;
  }

  .site-header__logo-img {
    width: 5.15rem;
    height: 5.15rem;
    align-self: flex-start;
    margin-top: 0.12rem;
    position: relative;
    z-index: 3;
  }

  .site-header__logo-text {
    display: block;
    font-size: 1.05rem;
    line-height: 1.2;
  }

  .site-header__logo-text span {
    display: block;
    font-size: 0.82rem;
    letter-spacing: 0.02em;
  }

  .site-header__cta {
    display: flex;
    flex-shrink: 0;
  }

  .site-header__cta .btn {
    width: auto;
    padding: 0.58rem 0.9rem;
    font-size: 0.95rem;
    min-height: 2.85rem;
    white-space: nowrap;
  }

  /* ── Hero: badge + título arriba, CTAs abajo ── */
  .hero {
    min-height: 100vh;
    min-height: 100dvh;
    align-items: center !important;
    justify-content: center;
    padding-top: var(--header-height);
  }

  .hero .hero__content {
    position: absolute;
    left: 0;
    right: 0;
    top: var(--header-height);
    bottom: 0;
    transform: none;
    width: calc(100% - 1.5rem);
    max-width: none !important;
    text-align: center;
    padding-block: 0 !important;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero .hero__content.reveal,
  .hero .hero__content.reveal.is-visible {
    transform: none;
  }

  @media (prefers-reduced-motion: reduce) {
    .hero .hero__content.reveal,
    .hero .hero__content.reveal.is-visible {
      transform: none;
    }
  }

  .hero__eyebrow {
    position: relative;
    z-index: 2;
    margin-top: 0.55rem;
    margin-bottom: 0.4rem;
    font-size: 0.95rem;
    flex: 0 0 auto;
  }

  .hero__copy {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    transform: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 auto;
  }

  .hero h1 {
    margin-bottom: 0;
    font-size: var(--text-hero);
    line-height: 1.15;
  }

  .hero__cta {
    position: absolute;
    left: 0;
    right: 0;
    bottom: max(1.15rem, env(safe-area-inset-bottom, 0px));
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 0.65rem;
  }

  .hero__subtitle {
    margin-bottom: 0;
    margin-inline: auto;
    max-width: none;
    font-size: 1.125rem;
    line-height: 1.45;
  }

  .hero__microcopy {
    display: block;
    font-size: 1.05rem;
  }

  .btn-group--hero {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
    max-width: none;
    gap: 0.65rem;
    margin: 0;
  }

  .btn-group--hero .btn--primary,
  .btn-group--hero .btn--ghost-light {
    width: 100%;
    flex: none;
    white-space: normal;
  }

  .btn {
    max-width: 100%;
    white-space: normal;
    min-height: var(--tap);
  }

  .btn--lg,
  .about-routes-cta,
  .cta-band .btn,
  .lead-form .btn,
  .final-cta .btn {
    width: 100%;
  }

  /* ── Pasos 1-2-3: lista, no tres columnas apretadas ── */
  .how-strip__list {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .how-strip__item {
    display: grid;
    grid-template-columns: 2.5rem 1fr;
    grid-template-rows: auto auto;
    column-gap: 0.75rem;
    row-gap: 0.15rem;
    align-items: center;
    text-align: left;
    padding: 0.45rem 0;
  }

  .how-strip__item:not(:last-child)::after {
    display: none;
  }

  .how-strip__n {
    grid-row: 1 / 3;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.15rem;
  }

  .how-strip__label {
    font-size: 1.3rem;
  }

  .how-strip__hint {
    font-size: 1.05rem;
    max-width: none;
  }

  .trust-strip {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.65rem 1rem;
  }

  .trust-strip__item {
    font-size: 1.05rem;
  }

  /* ── Stats y process: una columna, mismos tamaños ── */
  .stats-bar,
  .process-steps {
    grid-template-columns: 1fr;
    gap: 1.15rem;
  }

  .stat__number {
    font-size: 2.15rem;
    min-height: auto;
  }

  .stat__number--word {
    font-size: 2.15rem;
  }

  .stat__label {
    font-size: 1.05rem;
  }

  .section[aria-labelledby="process-heading"],
  .section[aria-labelledby="process-heading"] .process-intro,
  .process-step {
    text-align: center;
  }

  .process-step {
    align-items: center;
  }

  .process-step__number {
    width: 2.6rem;
    height: 2.6rem;
    font-size: 1.2rem;
  }

  .process-step h3 {
    font-size: 1.4rem;
  }

  .process-step p {
    font-size: 1.125rem;
  }

  .testimonials-carousel {
    grid-template-columns: auto 1fr auto;
    grid-template-areas:
      "prev viewport next"
      "dots dots dots";
  }

  .testimonials-carousel__nav {
    display: grid;
    width: 2.25rem;
    height: 2.25rem;
    font-size: 1.25rem;
  }

  .testimonial-card__quote,
  .faq-item__question,
  .faq-item__answer-inner,
  .lead-form__subtitle,
  .credential-badge {
    font-size: 1.0625rem;
  }

  .about-credentials {
    gap: 0.5rem;
  }

  .mobile-dock {
    display: none !important;
  }
}
