.skip-link {
  position: absolute;
  left: 0.5rem;
  top: -3rem;
  padding: 0.55rem 0.75rem;
  background: #0f243f;
  color: #fff;
  border-radius: 0.5rem;
  z-index: 3000;
  line-height: 1.2;
}

.skip-link:focus {
  top: 0.5rem;
  outline: 3px solid #ffd27d;
  outline-offset: 2px;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

img,
.img-fluid {
  max-width: 100%;
  height: auto;
}

main,
header,
footer,
section,
.container,
.container-fluid,
.row {
  max-width: 100%;
}

.table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.btn,
.menu-overlay-toggle,
.menu-overlay-close,
.slider-arrow,
.site-menu-overlay-nav a,
.utility-link,
.accordion-button,
.testimonial-video-hit,
.stage-play-btn {
  min-height: 48px;
  min-width: 48px;
  touch-action: manipulation;
}

.menu-overlay-toggle,
.menu-overlay-close,
.utility-link,
.site-menu-overlay-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #ffd27d;
  outline-offset: 2px;
}

.menu-overlay-toggle:focus-visible,
.menu-overlay-close:focus-visible,
.site-menu-overlay-nav a:focus-visible,
.btn:focus-visible {
  box-shadow: 0 0 0 0.2rem rgba(255, 210, 125, 0.45);
}

.modal-dialog {
  margin: 1rem auto;
  max-width: min(100vw - 1rem, 820px);
}

.modal-content {
  max-height: calc(100vh - 2rem);
}

.modal-body {
  max-height: calc(100vh - 8rem);
  overflow: auto;
}

.modal-header {
  position: sticky;
  top: 0;
  z-index: 2;
  background: inherit;
}

@media (max-width: 991.98px) {
  #site-header {
    --logo-scale: 1.35 !important;
  }

  .section-space {
    padding: 4.15rem 0 !important;
  }

  .section-space-sm {
    padding: 2.7rem 0 !important;
  }

  .hero-lead-box {
    width: min(96vw, 44rem) !important;
  }

  .lead-capture-form {
    width: 100% !important;
  }

  .strategy-main {
    padding-top: 7.1rem !important;
  }

  .strategy-shell {
    padding: 1.45rem 0 !important;
  }

  .wizard-card {
    padding: 1rem !important;
  }

  .step-actions {
    gap: 0.75rem !important;
  }

  .step-actions .btn {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  html {
    font-size: 16px;
  }

  body {
    font-size: 1rem;
    line-height: 1.5;
  }

  .container,
  .container-fluid {
    padding-left: 0.88rem !important;
    padding-right: 0.88rem !important;
  }

  .row {
    --bs-gutter-x: 1rem !important;
  }

  .section-kicker,
  .utility-copy,
  .utility-link,
  .wizard-progress-label,
  .wizard-progress-note,
  .proof-text,
  .form-fine-print,
  .testimonial-body p,
  .avatar-gallery p {
    font-size: 1rem !important;
  }

  .hero-title {
    font-size: clamp(2rem, 9vw, 2.8rem) !important;
  }

  .section-kicker {
    font-size: 2rem !important;
  }

  .avatar-gallery .avatar-company {
    font-size: 0.76rem !important;
    line-height: 1.2 !important;
  }

  .avatar-gallery .avatar-review-copy {
    font-size: 0.94rem !important;
    line-height: 1.32 !important;
  }

  .wizard-progress-note {
    font-size: 1.16rem !important;
    line-height: 1.15 !important;
  }

  .verification-note {
    font-size: 1.16rem !important;
  }

  .hero-support-title {
    font-size: clamp(1.6rem, 8vw, 2.2rem) !important;
  }

  .hero-subtitle {
    font-size: 1rem !important;
  }

  .hero-section {
    padding-bottom: 7rem !important;
  }

  .trust-rail {
    padding-top: 3rem !important;
  }

  .utility-row {
    gap: 0.4rem;
    min-height: calc(2rem + (var(--utility-scale) - 1) * 0.95rem);
  }

  .utility-strip .edge-flush {
    padding-left: calc(env(safe-area-inset-left, 0px) + 0.3rem);
    padding-right: calc(env(safe-area-inset-right, 0px) + 0.3rem);
  }

  .utility-link {
    font-size: clamp(0.74rem, calc(0.52rem * var(--utility-scale)), 1rem);
  }

  .utility-copy {
    font-size: 0.65rem;
  }

  .utility-row .utility-logo {
    width: auto;
  }

  .utility-strip .menu-overlay-toggle {
    font-size: clamp(0.78rem, calc(0.56rem * var(--utility-scale)), 1.08rem);
    padding: clamp(0.22rem, calc(0.17rem * var(--utility-scale)), 0.32rem)
      clamp(0.54rem, calc(0.38rem * var(--utility-scale)), 0.72rem);
  }

  .utility-row .utility-logo-icon {
    height: 2.08em;
  }

  .utility-row .utility-logo-figure {
    width: 1.4em;
  }

  .utility-row .utility-logo-text {
    font-size: clamp(0.86rem, calc(0.62rem * var(--utility-scale)), 1.12rem);
  }

  .hero-lead-box {
    padding: 0.85rem !important;
  }

  .lead-capture-form .form-control,
  .hero-content-centered .lead-capture-form .btn-cta,
  .footer-form .btn,
  .footer-form .form-control,
  .step-actions .btn,
  .accordion-button {
    min-height: 48px;
  }

  .hero-email-field .form-control {
    font-size: 0.95rem !important;
    line-height: 1.3;
    padding-left: 2.5rem !important;
    padding-right: 0.85rem !important;
  }

  .hero-content-centered .lead-capture-form .form-control::placeholder {
    font-size: 0.9rem !important;
  }

  #heroEmailRichPlaceholder {
    display: none !important;
  }

  #heroEmail::placeholder,
  #heroEmail::-webkit-input-placeholder,
  #heroEmail::-moz-placeholder,
  #heroEmail:-ms-input-placeholder,
  #heroEmail::-ms-input-placeholder {
    color: #2b4866 !important;
    opacity: 1 !important;
    text-shadow: none !important;
  }

  .hero-email-icon {
    left: 0.5rem !important;
    max-width: 1.7rem !important;
    height: auto !important;
  }

  .hero-content-centered .hero-proof {
    gap: 0.5rem 0.75rem !important;
  }

  .hero-proof span {
    white-space: normal !important;
    text-align: center;
    justify-content: center;
    line-height: 1.15;
  }

  .path-flow-title {
    gap: 0.05em 0.2em;
  }

  .path-flow-title .path-arrow {
    width: 0.9em;
  }

  .hero-video-band {
    position: relative;
    bottom: auto;
    margin-top: 1.4rem;
    padding: 0 0.8rem;
    pointer-events: auto;
  }

  .hero-video-inner {
    width: 100%;
    pointer-events: auto;
  }

  .video-stage-frame {
    width: 100%;
    transform: none;
    border-radius: 18px;
    pointer-events: auto;
  }

  .video-stage-video {
    pointer-events: auto;
  }

  .offer-shell {
    max-width: 100% !important;
    padding-top: 66px !important;
  }

  .offer-memoji {
    top: -48px !important;
    width: clamp(84px, 22vw, 108px) !important;
    z-index: 1 !important;
  }

  .offer-memoji-left {
    left: 0.7rem !important;
    right: auto !important;
    transform: none !important;
  }

  .offer-memoji-right {
    right: 0.7rem !important;
    left: auto !important;
    transform: none !important;
  }

  .offer-card {
    position: relative !important;
    z-index: 2 !important;
  }

  .offer-topline {
    font-size: 0.9rem !important;
    letter-spacing: 0.055em !important;
    padding: 0.58rem 3rem !important;
  }

  .offer-head {
    min-height: auto !important;
    padding: 0.58rem 0.6rem 0.66rem !important;
  }

  .offer-badge {
    white-space: normal !important;
    font-size: clamp(0.86rem, 3.2vw, 1.08rem) !important;
    letter-spacing: 0.003em !important;
  }

  .offer-head h3 {
    white-space: normal !important;
    font-size: clamp(0.95rem, 4.1vw, 1.18rem) !important;
    line-height: 1.08 !important;
  }

  .offer-body {
    min-height: auto !important;
    padding: 0.9rem 0.85rem !important;
  }

  .offer-body p {
    font-size: clamp(0.98rem, 3.9vw, 1.08rem) !important;
    line-height: 1.38 !important;
  }

  .offer-foot {
    padding: 0.75rem !important;
  }

  .offer-card-btn {
    min-height: 3.5rem !important;
    font-size: clamp(1.2rem, 5.8vw, 1.55rem) !important;
  }

  .metrics-section .row.g-3 {
    --bs-gutter-y: 0.75rem;
  }

  .metrics-story-card {
    padding: 0.8rem 0.75rem !important;
  }

  .metrics-story-label {
    font-size: clamp(1.15rem, 5vw, 1.4rem) !important;
  }

  .metrics-story-card h3 {
    margin: 0.35rem 0 0.55rem !important;
    padding-top: 0.32rem !important;
    border-top-width: 3px !important;
    font-size: clamp(1.95rem, 8.8vw, 2.45rem) !important;
  }

  .metrics-story-copy {
    font-size: clamp(0.96rem, 3.9vw, 1.08rem) !important;
    line-height: 1.3 !important;
  }

  .stat-card {
    min-height: 136px !important;
    padding: 0.95rem 0.85rem !important;
    grid-template-rows: minmax(3.05rem, auto) minmax(3.35rem, auto) 1fr !important;
    row-gap: 0.38rem !important;
  }

  .stat-card-label {
    font-size: clamp(1.02rem, 4.1vw, 1.22rem) !important;
    min-height: 3.05rem !important;
  }

  .stat-card .counter {
    font-size: clamp(1.85rem, 8vw, 2.3rem) !important;
    min-height: 3.35rem !important;
  }

  .stat-card-copy {
    font-size: clamp(0.9rem, 3.5vw, 1rem) !important;
    line-height: 1.3 !important;
  }

  .metrics-insight-card {
    padding: 0.9rem !important;
  }

  .metrics-insight-card h3 {
    font-size: clamp(2.05rem, 10vw, 2.7rem) !important;
  }

  .cta-band {
    padding: 2.2rem 0 2.7rem !important;
  }

  .cta-band-layout {
    gap: 0.65rem !important;
  }

  .cta-band .cta-hit-visual {
    width: 96px !important;
    margin-left: -8px !important;
  }

  .cta-band .cta-hit-btn {
    max-width: min(72vw, 320px) !important;
  }

  .cta-band .cta-hit-btn .btn-doublelayer__maintext::before,
  .cta-band .cta-hit-btn .btn-doublelayer__maintext::after {
    display: none !important;
  }

  .site-menu-overlay-nav a {
    font-size: 1.2rem !important;
    padding: 0.75rem 0.5rem;
  }

  .video-modal-content,
  .modal-content {
    border-radius: 0.75rem;
  }

  .utility-strip .utility-link {
    font-size: 0 !important;
    letter-spacing: 0 !important;
    padding: 0.35rem !important;
  }

  .utility-strip .utility-link i {
    margin-right: 0 !important;
    font-size: 1.15rem !important;
    line-height: 1 !important;
  }
}

@media (max-width: 575.98px) {
  .btn-doublelayer {
    width: 100%;
    max-width: 100%;
    padding: 0.9rem 1rem;
  }

  .btn-doublelayer__maintext {
    font-size: 1rem;
  }

  .cta-band .btn-doublelayer {
    justify-content: center;
    gap: 0;
    padding: 1rem 0.9rem;
  }

  .cta-band-layout {
    gap: 0.42rem !important;
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .cta-band .cta-hit-visual {
    width: 86px !important;
    margin-left: -7px !important;
  }

  .cta-band .cta-hit-btn {
    width: auto;
    max-width: min(76vw, 284px) !important;
    padding-right: 1.2rem !important;
  }

  .offer-head {
    min-height: auto !important;
  }

  .offer-badge {
    font-size: clamp(0.78rem, 3.4vw, 0.9rem) !important;
  }

  .offer-head h3 {
    font-size: clamp(0.86rem, 4.2vw, 1rem) !important;
  }

  .offer-body p {
    font-size: clamp(0.94rem, 4.1vw, 1.02rem) !important;
  }

  .metrics-story-card {
    padding: 0.74rem 0.68rem !important;
  }

  .metrics-story-label {
    font-size: clamp(1.02rem, 4.8vw, 1.22rem) !important;
  }

  .metrics-story-card h3 {
    font-size: clamp(1.7rem, 8vw, 2.05rem) !important;
  }

  .metrics-story-copy {
    font-size: clamp(0.9rem, 4vw, 0.98rem) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
