/* Ritmo móvil: mantiene el tono humano, pero reduce la longitud percibida. */
@media (max-width: 600px) {
  html {
    scroll-padding-top: 92px;
  }

  .hero {
    min-height: auto;
    padding: 88px 20px 36px;
    gap: 24px;
  }

  .hero h1 {
    font-size: 2.25rem;
    line-height: 1.08;
  }

  :root .hero p {
    line-height: 1.6;
    margin-bottom: 26px;
  }

  .hero-image {
    aspect-ratio: 4 / 3;
    border-radius: 18px;
  }

  .trust-bar {
    padding: 22px 20px;
  }

  #trust-bar-inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 12px;
    width: 100%;
  }

  #trust-bar-inner .trust-item {
    min-width: 0;
  }

  #trust-bar-inner .trust-divider {
    display: none;
  }

  .section,
  .pmv-section,
  .roles-section,
  .instagram-section {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .pmv-section {
    padding-inline: 24px;
  }

  .pmv-inner {
    width: 100%;
  }

  .section-header,
  .pmv-header {
    margin-bottom: 24px;
  }

  .section-title,
  .pmv-header .section-title {
    font-size: 2rem;
  }

  .section-subtitle {
    margin-top: 10px;
    line-height: 1.6;
  }

  #servicios,
  .roles-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  #servicios .section-header,
  .roles-section .section-header {
    margin-bottom: 20px;
  }

  #servicios .section-title,
  .roles-section .section-title {
    font-size: 1.8rem;
    line-height: 1.18;
  }

  #servicios .section-subtitle {
    line-height: 1.5;
  }

  .pmv-text,
  .ayuda-card small,
  .paso > p,
  .confianza-inner > p:not(:last-child),
  .roles-section .section-subtitle,
  .rol-tag {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
  }

  .pmv-grid {
    gap: 12px;
  }

  .pmv-card {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    align-items: center;
    gap: 10px 14px;
    padding: 20px 18px;
    border-radius: 16px;
  }

  .pmv-card-featured {
    transform: none;
  }

  .pmv-icon {
    width: 44px;
    height: 44px;
    border-radius: 13px;
    font-size: 1.35rem;
  }

  .pmv-title {
    margin-bottom: 0;
  }

  .pmv-quote {
    grid-column: 1 / -1;
    line-height: 1.5;
    padding-left: 12px;
  }

  .ayuda-grid-categorias {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 16px;
  }

  .ayuda-card-destacada {
    min-height: 108px;
    padding: 14px 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  button.ayuda-card {
    text-align: center;
  }

  .ayuda-card strong {
    margin-bottom: 0;
    font-size: 1rem;
  }

  .ayuda-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    font-size: 1.25rem;
  }

  .ayuda-note {
    padding: 16px;
    margin-bottom: 0;
  }

  :root .ayuda-note p {
    line-height: 1.55;
  }

  .paso {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    align-items: center;
    gap: 4px 14px;
    padding: 12px 0;
    text-align: left;
  }

  .paso-num {
    grid-column: 1;
    grid-row: 1 / 3;
    width: 52px;
    height: 52px;
    margin: 0;
    border-width: 3px;
    font-size: 1.2rem;
  }

  .paso-icon {
    display: none;
  }

  .paso h3 {
    grid-column: 2;
    margin: 0;
    line-height: 1.3;
  }

  .paso-detalle {
    grid-column: 2;
    justify-content: flex-start;
    margin: 2px 0 0;
    padding: 7px 10px;
    line-height: 1.35;
    text-align: left;
  }

  .paso-detalle span {
    font-size: 0.88rem;
  }

  .banner-seguridad {
    margin-top: 18px;
    padding: 18px 16px;
    align-items: flex-start;
    gap: 12px;
  }

  .banner-seguridad .seg-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 12px;
  }

  :root .banner-seguridad .seg-text p:last-child {
    font-size: 0.94rem;
    line-height: 1.5;
  }

  .confianza-section {
    padding-top: 36px;
    padding-bottom: 36px;
    padding-inline: 20px;
  }

  .confianza-inner {
    padding: 22px 18px;
    border-radius: 16px;
  }

  .confianza-inner h2 {
    margin: 8px 0 16px;
    font-size: 1.7rem;
  }

  :root .confianza-inner p:last-child {
    line-height: 1.6;
  }

  .roles-grid {
    gap: 10px;
  }

  .rol-card {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 5px 12px;
    padding: 16px;
    border-radius: 16px;
  }

  .rol-emoji {
    grid-column: 1;
    grid-row: 1 / 3;
    margin: 0;
    font-size: 2rem;
  }

  .rol-card h3 {
    grid-column: 2;
    margin: 0;
  }

  :root .rol-card p {
    grid-column: 2;
    margin: 0;
    line-height: 1.5;
  }

  .roles-unificado {
    margin-top: 12px;
    line-height: 1.55;
  }

  .instagram-text {
    margin-bottom: 16px;
    line-height: 1.5;
  }

  .instagram-qr-card {
    margin-bottom: 14px;
    padding: 12px;
    border-radius: 16px;
  }

  .instagram-qr {
    width: 140px;
    height: 140px;
  }

  .cta-final {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-inline: 24px;
  }

  .cta-final-desktop {
    display: none;
  }

  .cta-final-mobile {
    display: block;
  }
}

@media (max-width: 380px) {
  .ayuda-grid-categorias {
    grid-template-columns: 1fr;
  }

  .ayuda-card-destacada {
    min-height: 72px;
    padding: 12px 16px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
  }

  button.ayuda-card {
    text-align: left;
  }
}
