.mobile-menu-toggle,
.mobile-menu-panel {
  display: none;
}

@media (max-width: 960px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  body {
    word-wrap: normal;
    overflow-wrap: normal;
  }

  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }

  h1,
  h2,
  h3,
  p,
  li,
  blockquote,
  .hero-copy,
  .hero-content,
  .page-hero,
  .ph-copy,
  .fc-copy,
  .tier-card,
  .story-card,
  .test-card,
  .hero-section,
  .hero-tag,
  .hero-tag-text,
  .tension-section,
  .enables-inner,
  .proof-section,
  .tiers-inner,
  .final-cta {
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-wrap: break-word;
  }

  h1,
  h2,
  h3 {
    letter-spacing: 0 !important;
  }

  h1.hero-h1,
  .hero h1,
  .page-hero h1,
  .page-hero h2,
  .hero-h1,
  .h-h1,
  .ph-h1,
  .fc-title,
  .page-title,
  .mc-title,
  .section-h2,
  .hero-section h1,
  .tension-top h2,
  .enables-header h2,
  .proof-header h2,
  .tiers-header h2,
  .final-cta h2 {
    font-size: clamp(34px, 9.2vw, 46px) !important;
    line-height: 1.08 !important;
    white-space: normal !important;
  }

  .sec-h2,
  .faq-sec-title,
  .about-cta h2,
  .form-h3,
  .wi-h2,
  .section-h2 {
    font-size: clamp(28px, 7.6vw, 38px) !important;
    line-height: 1.12 !important;
  }

  .hero-p,
  .hero p,
  .page-hero p,
  .hero-desc,
  .hero-who,
  .ph-sub,
  .sec-sub,
  .fc-sub,
  .page-sub,
  .h-sub,
  .mc-sub,
  .story-body p,
  .content,
  .content p,
  .hero-detail,
  .section-sub,
  .tension-top p,
  .enables-header p,
  .proof-header p,
  .tiers-header p,
  .final-cta p {
    font-size: 17px !important;
    line-height: 1.65 !important;
    color: rgba(250, 246, 238, 0.76) !important;
  }

  .hero-trust,
  .hero-sub {
    font-size: 17px !important;
    line-height: 1.5 !important;
  }

  .hero-eyebrow,
  .ph-eyebrow,
  .sec-eyebrow,
  .section-label,
  .hero-tag-text,
  .form-eyebrow,
  .wi-eyebrow,
  .tb-label,
  .meta,
  .article-meta {
    font-size: 12px !important;
    line-height: 1.45 !important;
    letter-spacing: 0.12em !important;
    white-space: normal !important;
  }

  .btn-secondary,
  .footer-tagline,
  .footer-link,
  .footer-copy,
  .toc-list li a,
  .sc-title,
  .pi-context,
  .sb-lbl,
  .vc-title,
  .vid-card-title,
  .form-privacy,
  .form-trust,
  .form-privacy-note,
  .stats-note {
    font-size: 14px !important;
    line-height: 1.55 !important;
    color: rgba(250, 246, 238, 0.62) !important;
  }

  .footer-bottom,
  .footer-bottom a {
    font-size: 13px !important;
    line-height: 1.5 !important;
    color: rgba(250, 246, 238, 0.55) !important;
  }

  img,
  svg,
  video,
  iframe {
    max-width: 100%;
  }

  nav,
  .nav {
    position: relative !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    min-width: 0 !important;
    gap: 12px !important;
  }

  .nav-links,
  .nav-right {
    display: none !important;
  }

  .nav-logo,
  .brand {
    min-width: 0 !important;
    max-width: calc(100% - 60px) !important;
  }

  .nav-logo-img,
  .brand img {
    width: 32px !important;
    height: 32px !important;
    flex: 0 0 auto !important;
  }

  .nav-logo-text,
  .brand {
    min-width: 0 !important;
    font-size: 10px !important;
    line-height: 1.25 !important;
    letter-spacing: 0.08em !important;
  }

  .mobile-menu-toggle {
    display: inline-flex !important;
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 1001;
    width: 44px;
    height: 44px;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-left: 0;
    transform: translateY(-50%);
    background: rgba(201, 162, 39, 0.1);
    border: 1px solid rgba(201, 162, 39, 0.35);
    color: var(--gold, #c9a227);
    cursor: pointer;
  }

  .mobile-menu-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    background: currentColor;
    transition: transform 0.18s ease, opacity 0.18s ease;
  }

  .mobile-menu-toggle strong {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }

  .mobile-menu-toggle.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .mobile-menu-toggle.is-open span:nth-child(2) {
    opacity: 0;
  }

  .mobile-menu-toggle.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .mobile-menu-panel {
    display: block !important;
    position: fixed;
    top: 68px;
    left: 0;
    right: 0;
    z-index: 900;
    max-height: calc(100vh - 68px);
    overflow-y: auto;
    background: rgba(12, 10, 6, 0.98);
    border-top: 1px solid rgba(201, 162, 39, 0.2);
    border-bottom: 1px solid rgba(201, 162, 39, 0.24);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.52);
  }

  .mobile-menu-panel[hidden] {
    display: none !important;
  }

  .mobile-menu-inner {
    display: grid;
    gap: 22px;
    padding: 24px 20px 28px;
  }

  .mobile-menu-group {
    display: grid;
    gap: 2px;
  }

  .mobile-menu-title {
    margin-bottom: 8px;
    color: var(--gold, #c9a227);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .mobile-menu-panel a {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid rgba(250, 246, 238, 0.08);
    color: var(--cream, #faf6ee);
    font-size: 16px;
    font-weight: 650;
    line-height: 1.35;
    text-decoration: none;
  }

  .mobile-menu-actions {
    display: grid;
    gap: 12px;
    padding-top: 4px;
  }

  .mobile-menu-actions a {
    border: 1px solid rgba(201, 162, 39, 0.25);
    padding: 14px 16px;
    text-align: center;
  }

  .mobile-menu-actions .mobile-menu-cta {
    background: var(--gold, #c9a227);
    color: var(--ink, #0c0a06);
    border-color: var(--gold, #c9a227);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 14px;
    font-weight: 850;
  }

  body.mobile-menu-open {
    overflow: hidden;
  }

  .hero-portrait,
  .hero,
  .hero-section,
  .hero-copy,
  .hero-content,
  .page-hero,
  .ph-copy,
  .fc-copy,
  .fc-panel,
  .stats-grid,
  .stats-inner,
  .stats-band-inner,
  .hero-proof,
  .program-grid,
  .programs-grid,
  .tier-cards,
  .renewal-grid,
  .tiers-grid,
  .test-grid,
  .proof-grid,
  .story-grid,
  .dash-visual,
  .bi-visual,
  .dashboard-card,
  .hero-inner {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    transform: none !important;
    left: auto !important;
    right: auto !important;
  }

  .hero-section {
    padding-left: 24px !important;
    padding-right: 24px !important;
    overflow: hidden !important;
  }

  .hero-tag {
    display: flex !important;
    width: 100% !important;
    max-width: calc(100vw - 48px) !important;
    justify-content: center !important;
    align-items: center !important;
    white-space: normal !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .hero-tag-text {
    display: block !important;
    min-width: 0 !important;
    line-height: 1.45 !important;
    text-align: center !important;
  }

  .hero-section h1,
  .hero h1,
  .section-h2 {
    max-width: min(100%, 680px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .dash-frame {
    width: 100% !important;
    max-width: calc(100vw - 48px) !important;
    overflow: hidden !important;
  }

  .dash-titlebar,
  .dash-scenario-title,
  .dash-chart-title {
    white-space: normal !important;
    line-height: 1.35 !important;
  }

  .dash-hl-bar,
  .dash-charts-bar {
    grid-template-columns: 1fr !important;
  }

  .dash-divider-v {
    display: none !important;
  }

  .dash-hl-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .dash-scenario-grid {
    grid-template-columns: 1.2fr repeat(3, minmax(0, 1fr)) !important;
  }

  .dash-scenario-grid > div:nth-child(n+5) {
    display: none !important;
  }

  .dash-footer-bar {
    justify-content: center !important;
  }

  .dash-tab-more {
    margin-left: 0 !important;
  }

  .hero-portrait {
    overflow: hidden !important;
  }

  .hero::before,
  .page-hero::before {
    max-width: 100vw !important;
    width: 100% !important;
    left: 0 !important;
    transform: none !important;
  }

  .hero-portrait img {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    object-position: center bottom !important;
    transform: none !important;
  }

  .trans-col,
  .tier-card,
  .tier-cards,
  .renewal-card,
  .story-card,
  .test-card,
  .tcard,
  .price-card,
  .vc,
  .os-card,
  .fw-card,
  .diff-card,
  .elem-card,
  .bonus-card,
  .ig-item {
    width: 100% !important;
    max-width: 100% !important;
  }

  .ph-h1,
  .tier-card-head h3,
  .renewal-card h4,
  .trans-col-label,
  .price-badge,
  .dash-tab,
  .hero-image-label {
    white-space: normal !important;
  }

  .trans-col {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .compare-wrap,
  .vc-table,
  .table-wrap {
    max-width: 100% !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
  }

  .compare-wrap table,
  .vc-table table,
  .table-wrap table {
    display: table !important;
    min-width: 680px;
    max-width: none !important;
  }

  a[style*="white-space:nowrap"],
  a[style*="white-space: nowrap"] {
    max-width: 100% !important;
    white-space: normal !important;
    text-align: center !important;
  }

  [style*="white-space:nowrap"],
  [style*="white-space: nowrap"] {
    white-space: normal !important;
  }

  div[style*="flex-shrink:0"],
  div[style*="flex-shrink: 0"] {
    max-width: 100% !important;
    flex-shrink: 1 !important;
  }
}

@media (max-width: 520px) {
  html,
  body {
    width: 100%;
  }

  section,
  .hero,
  .page-hero,
  .legal-hero,
  .test-section,
  .tests,
  .vid-section,
  .footer-inner,
  footer {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .hero-wrap,
  .page-hero,
  .ph,
  .fc-hero,
  .mc-hero,
  .legal-hero {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .hero,
  .hero-copy,
  .hero-content,
  .ph-copy,
  .fc-copy,
  .mc-copy,
  .page-hero > *,
  .hero-wrap > * {
    width: 100% !important;
    max-width: calc(100vw - 40px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  h1.hero-h1,
  .hero h1,
  .page-hero h1,
  .page-hero h2,
  .hero-h1,
  .h-h1,
  .ph-h1,
  .fc-title,
  .page-title,
  .mc-title {
    font-size: clamp(30px, 8.4vw, 38px) !important;
    line-height: 1.1 !important;
  }

  .hero-p,
  .hero p,
  .page-hero p,
  .hero-desc,
  .hero-who,
  .ph-sub,
  .sec-sub,
  .fc-sub,
  .page-sub,
  .h-sub,
  .mc-sub,
  .hero-trust,
  .hero-sub {
    font-size: 16px !important;
    line-height: 1.6 !important;
    max-width: 310px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .hero-eyebrow,
  .ph-eyebrow,
  .sec-eyebrow,
  .form-eyebrow,
  .wi-eyebrow,
  .tb-label,
  .meta,
  .article-meta {
    font-size: 11px !important;
    letter-spacing: 0.1em !important;
  }

  .stats-inner,
  .stats-grid,
  .stats-band-inner,
  .sc-stats,
  .hero-points,
  .hero-proof,
  .program-grid,
  .programs-grid,
  .tier-cards,
  .renewal-grid,
  .proof-grid,
  .story-grid,
  .tier-grid,
  .tiers-grid {
    grid-template-columns: 1fr !important;
  }

  .btn-gold,
  .btn-outline,
  .btn-primary,
  .btn-secondary,
  .nav-cta,
  .btn-tier {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    white-space: normal !important;
    text-align: center !important;
    line-height: 1.35 !important;
  }

  .hero-ctas,
  .hero-cta-row,
  .cta-row,
  .btn-row,
  .final-cta-row {
    width: 100% !important;
    align-items: stretch !important;
  }

  .price,
  .stat-n,
  .hp-n,
  .sc-num,
  .proof-stat-num {
    font-size: clamp(34px, 10vw, 48px) !important;
    line-height: 1.05 !important;
  }

  .hero-inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .hero-inner > * {
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .tier-cards,
  .renewal-grid,
  .stats-band-inner,
  .featured-inner,
  .stories-inner,
  .panel-inner,
  .compare-wrap,
  .vid-section-inner,
  .container,
  .res-inner,
  .test-inner,
  .trans-inner,
  .cycle-inner,
  .os-inner,
  .tiers-inner {
    width: calc(100vw - 40px) !important;
    max-width: calc(100vw - 40px) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .hero-section {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .hero-tag {
    max-width: calc(100vw - 40px) !important;
  }

  h1.hero-h1,
  .hero h1,
  .hero-section h1,
  .page-hero h1,
  .page-hero h2,
  .hero-h1,
  .h-h1,
  .ph-h1,
  .fc-title,
  .page-title,
  .mc-title {
    font-size: clamp(27px, 7.1vw, 31px) !important;
    line-height: 1.14 !important;
    max-width: 330px !important;
  }

  .section-h2,
  .tension-top h2,
  .enables-header h2,
  .proof-header h2,
  .tiers-header h2,
  .final-cta h2 {
    font-size: clamp(26px, 6.8vw, 31px) !important;
    line-height: 1.14 !important;
    max-width: 330px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  h1.hero-h1 em,
  .hero h1 em,
  .hero-section h1 em,
  .section-h2 em {
    display: block !important;
  }

  .dash-frame {
    max-width: calc(100vw - 40px) !important;
  }

  .hero-tag-text,
  .section-label {
    font-size: 10px !important;
    line-height: 1.45 !important;
  }

  .section-sub {
    max-width: 320px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .fw-mobile-stack .gold {
    display: block !important;
  }

  .fw-mobile-stack .mobile-dot {
    display: none !important;
  }

  .vid-section-inner,
  .vc-row {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .vc-thumb video {
    object-position: center center !important;
  }

  .tier-card,
  .renewal-card,
  .story-card,
  .test-card,
  .vc,
  .tcard,
  .price-card,
  .panel-item,
  .sb-item {
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .tier-card-body,
  .tier-card-body li,
  .renewal-card li,
  .story-card p,
  .test-card p,
  .tcard p {
    min-width: 0 !important;
    max-width: 100% !important;
    overflow-wrap: break-word !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
  }

  .tier-card-body li,
  .renewal-card li {
    display: block !important;
    width: 100% !important;
    max-width: 280px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .tier-card-body li .check,
  .renewal-card li .check {
    display: inline !important;
    margin-right: 8px !important;
  }
}
