
/* Premium conversion flow fixes, 2026-06-28. Safe layer: no URL/schema removal. */
html { scroll-padding-top: 92px; }
.hdr-cta:empty, .cta:empty, a.btn:empty { display: none !important; }
form input[type="text"], form input[type="tel"], form input[type="email"], form textarea, form select {
  min-height: 44px;
}
@media (max-width: 760px) {
  html { scroll-padding-top: 76px; }
  .hdr {
    padding: 8px 12px !important;
    gap: 8px !important;
    min-height: 58px !important;
    align-items: center !important;
  }
  .hdr img {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
  }
  .hdr-t strong { font-size: .82rem !important; line-height: 1.2 !important; }
  .hdr-t span { display: none !important; }
  .hdr-cta {
    margin-right: auto !important;
    padding: 8px 11px !important;
    min-height: 44px !important;
    max-width: 48vw !important;
    border-radius: 999px !important;
    font-size: .74rem !important;
    line-height: 1.22 !important;
    text-align: center !important;
    white-space: normal !important;
  }
  .hero {
    min-height: auto !important;
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }
  .hero h1, h1 {
    line-height: 1.12 !important;
    text-wrap: balance;
  }
  .hero .cta, .hero .btn, .hero a[href*="wa.me"] {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .lang-switcher, .langs, .language-switcher {
    gap: 6px !important;
    flex-wrap: wrap !important;
  }
  .sticky-cta, .bottom-cta, .mobile-sticky, .sticky-actions {
    z-index: 70 !important;
  }
}

/* Prevent legal case numbers and proof chips from causing mobile overflow. */
.proof, .proof *, .card, .card *, .hero, .hero * {
  overflow-wrap: anywhere;
  word-break: normal;
}
@media (max-width: 760px) {
  .proof div, .card { min-width: 0 !important; }
}

/* Final mobile overflow guard: preserves content while preventing accidental 1-10px horizontal scroll. */
html, body {
  max-width: 100% !important;
  overflow-x: hidden !important;
}
.proof, .proof div, .hero, .card, main, section, article {
  max-width: 100% !important;
  box-sizing: border-box !important;
}
.proof strong, .proof div, .card, .hero p, .hero h1 {
  overflow-wrap: anywhere !important;
}
