@font-face {
  font-family: "Peyda";
  src: url("fonts/PeydaFaNum-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: optional;
}

@font-face {
  font-family: "Peyda";
  src: url("fonts/PeydaFaNum-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: optional;
}

@font-face {
  font-family: "Peyda";
  src: url("fonts/PeydaFaNum-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: optional;
}

@font-face {
  font-family: "Peyda";
  src: url("fonts/PeydaFaNum-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 900;
  font-display: optional;
}

:root {
  --navy: #112B3C;
  --navy-dark: #071D2E;
  --navy-deep: #061726;
  --blue: #205375;
  --orange: #F66B0E;
  --orange-hover: #E65F05;
  --soft: #EFEFEF;
  --paper: #FFFFFF;
  --page: #EDF1F4;
  --ink: #10283A;
  --muted: #667681;
  --line: #DCE4E9;
  --success: #15775B;
  --danger: #A93131;
  --container: 1080px;
  --shadow: 0 22px 70px rgba(17, 43, 60, .12);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}

body {
  margin: 0;
  padding: 18px;
  color: var(--ink);
  background: var(--page);
  font-family: "Peyda", Tahoma, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img,
svg { display: block; max-width: 100%; }

a { color: inherit; }

button,
input,
select,
textarea { font: inherit; }

.skip-link {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 1000;
  padding: 10px 14px;
  border-radius: 9px;
  color: #fff;
  background: var(--orange);
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform .2s ease;
}

.skip-link:focus { transform: translateY(0); }

:focus-visible {
  outline: 3px solid rgba(246, 107, 14, .38);
  outline-offset: 3px;
}

.site-shell {
  width: min(100%, 1180px);
  margin-inline: auto;
  overflow: hidden;
  border-radius: 22px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.container {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
}

.hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 18% 48%, rgba(32, 83, 117, .46), transparent 35%),
    radial-gradient(circle at 88% 10%, rgba(32, 83, 117, .24), transparent 28%),
    linear-gradient(135deg, #061A2A 0%, #0A2437 54%, #112F44 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255,255,255,.025), transparent 30%, transparent 70%, rgba(255,255,255,.018));
}

.site-header {
  position: relative;
  z-index: 2;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.brand-logo-surface {
  width: 174px;
  height: 48px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.brand-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.campaign-pill,
.hero-status-mobile {
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 5px 16px;
  border: 1px solid rgba(246, 107, 14, .74);
  border-radius: 999px;
  color: #FF9148;
  background: rgba(246, 107, 14, .08);
  font-size: 13px;
  font-weight: 700;
}

.campaign-pill { display: inline-flex; }
.hero-status-mobile,
.menu-glyph { display: none; }

.hero-grid {
  position: relative;
  z-index: 1;
  min-height: 450px;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 46px;
  align-items: center;
  padding: 28px 0 54px;
}

.hero-copy { max-width: 570px; }

.hero h1 {
  margin: 0;
  font-size: clamp(32px, 3.6vw, 40px);
  font-weight: 900;
  line-height: 1.42;
  text-wrap: balance;
}

.hero-offer {
  margin: 8px 0 0;
  font-size: clamp(24px, 2.6vw, 30px);
  font-weight: 900;
  line-height: 1.5;
}

.hero-offer span { color: var(--orange); }

.hero-description {
  max-width: 560px;
  margin: 22px 0 0;
  color: rgba(255,255,255,.73);
  font-size: 15px;
  line-height: 2.05;
}

.primary-button {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 26px;
  padding: 0 28px;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, #FF781C, var(--orange));
  box-shadow: 0 14px 30px rgba(246, 107, 14, .28);
  font-weight: 700;
  text-decoration: none;
  transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.primary-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 17px 34px rgba(246, 107, 14, .34);
}

.primary-button span { font-size: 20px; line-height: 1; }

.hero-note {
  margin: 13px 0 0;
  color: rgba(255,255,255,.56);
  font-size: 12px;
}

.hero .primary-button { min-width: 340px; }

.hero-art {
  display: grid;
  place-items: center;
}

.hero-art img {
  width: min(100%, 580px);
  height: auto;
  filter: drop-shadow(0 24px 40px rgba(0,0,0,.16));
}

.section { padding: 58px 0; }

.section-heading {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 900;
  line-height: 1.5;
  text-wrap: balance;
}

.section-heading p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.symptoms {
  background:
    radial-gradient(circle at 6% 88%, rgba(32,83,117,.045), transparent 24%),
    #fff;
}

.symptom-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.symptom-card {
  min-height: 172px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 22px 14px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #fff;
  text-align: center;
  box-shadow: 0 10px 30px rgba(17,43,60,.035);
}

.feature-icon {
  width: 46px;
  height: 46px;
  margin-bottom: 15px;
}

.feature-icon svg,
.process-icon svg {
  width: 100%;
  height: 100%;
  stroke: var(--navy);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.symptom-card h3 {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
}

.symptom-card p {
  margin: 1px 0 0;
  color: var(--muted);
  font-size: 11px;
}

.recovery-section { padding-top: 22px; }

.recovery-band {
  min-height: 300px;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 36px;
  align-items: center;
  padding: 34px 56px;
  border-radius: 18px;
  color: #fff;
  background:
    radial-gradient(circle at 84% 48%, rgba(32,83,117,.58), transparent 34%),
    linear-gradient(135deg, #071D2E, #0E3148);
  direction: ltr;
  overflow: hidden;
}

.recovery-copy {
  direction: rtl;
  text-align: right;
}

.recovery-copy h2 {
  margin: 0;
  direction: ltr;
  text-align: left;
  font-family: "Peyda", Arial, sans-serif;
  font-size: 42px;
  line-height: 1.2;
  display: flex;
  gap: 7px;
  align-items: baseline;
}

.recovery-copy h2 span { color: #fff; }
.recovery-copy h2 b { color: var(--orange); }

.recovery-copy h3 {
  margin: 15px 0 0;
  font-size: 17px;
  line-height: 1.8;
}

.recovery-copy p {
  max-width: 680px;
  margin: 14px 0 0;
  color: rgba(255,255,255,.69);
  font-size: 14px;
}

.recovery-art {
  display: grid;
  place-items: center;
}

.recovery-art img { width: min(100%, 270px); height: auto; }

.process-section { padding-top: 30px; }

.process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-grid::before {
  content: "";
  position: absolute;
  top: 21px;
  right: 11%;
  left: 11%;
  border-top: 2px dotted rgba(32,83,117,.28);
}

.process-card {
  position: relative;
  z-index: 1;
  min-height: 245px;
  padding: 50px 22px 24px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #fff;
  text-align: center;
}

.step-number {
  position: absolute;
  top: -1px;
  right: 50%;
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border: 4px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: var(--navy);
  font-size: 15px;
  font-weight: 900;
  transform: translate(50%, -50%);
}

.process-icon {
  width: 44px;
  height: 44px;
  display: block;
  margin: 4px auto 15px;
}

.process-card h3 { margin: 0; font-size: 17px; }

.process-card p {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
}

.budget-section { padding-top: 0; }

.budget-band {
  min-height: 310px;
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 36px;
  align-items: center;
  padding: 30px 52px;
  border: 1px solid #E7ECEF;
  border-radius: 18px;
  background:
    radial-gradient(circle at 8% 50%, rgba(32,83,117,.055), transparent 32%),
    linear-gradient(135deg, #F8F9FA, #EEF2F4);
}

.budget-copy h2 {
  margin: 0;
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 900;
  line-height: 1.5;
}

.budget-copy p {
  margin: 12px 0 0;
  color: #556773;
  font-size: 14px;
}

.budget-art { display: grid; place-items: center; }
.budget-art img { width: min(100%, 300px); height: auto; }

.eligibility-section { padding-top: 24px; }

.criteria-desktop {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.criteria-card {
  min-height: 230px;
  padding: 28px 34px;
  border-radius: 13px;
}

.eligible-card {
  border: 1px solid rgba(21,119,91,.32);
  background: rgba(21,119,91,.045);
}

.excluded-card {
  border: 1px solid rgba(169,49,49,.28);
  background: rgba(169,49,49,.035);
}

.criteria-card h3 { margin: 0; font-size: 17px; }
.eligible-card h3 { color: var(--success); }
.excluded-card h3 { color: var(--danger); }

.criteria-card ul,
.criteria-detail ul {
  display: grid;
  gap: 8px;
  margin: 19px 0 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}

.criteria-card li,
.criteria-detail li { position: relative; padding-right: 25px; }

.criteria-card li::before,
.criteria-detail li::before {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 900;
}

.eligible-card li::before,
.eligible-detail li::before { content: "✓"; color: var(--success); }

.excluded-card li::before,
.excluded-detail li::before { content: "×"; color: var(--danger); }

.criteria-mobile { display: none; }

.plans-section {
  padding-top: 26px;
  background:
    radial-gradient(circle at 92% 16%, rgba(246,107,14,.045), transparent 26%),
    linear-gradient(180deg, #fff, #F8FAFB);
}

.plans-heading { margin-bottom: 42px; }

.plans-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.plan-card {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 28px 26px 24px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(17,43,60,.055);
}

.plan-card-featured {
  border-color: rgba(246,107,14,.58);
  box-shadow: 0 18px 46px rgba(246,107,14,.12);
  transform: translateY(-8px);
}

.plan-badge {
  position: absolute;
  top: 0;
  left: 22px;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 999px;
  color: #fff;
  background: var(--orange);
  font-size: 10px;
  font-weight: 700;
  transform: translateY(-50%);
}

.plan-header {
  min-height: 76px;
  padding-bottom: 17px;
  border-bottom: 1px solid #E8EDF0;
}

.plan-header h3 {
  margin: 0;
  color: var(--navy);
  font-size: 21px;
  font-weight: 900;
  line-height: 1.35;
}

.plan-fit {
  display: block;
  margin-top: 8px;
  color: #B94400;
  font-size: 11px;
  font-weight: 700;
}

.plan-price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 5px 9px;
  margin: 22px 0 0;
  color: var(--orange);
}

.plan-price strong {
  font-size: clamp(26px, 2.35vw, 34px);
  font-weight: 900;
  line-height: 1.25;
  white-space: nowrap;
}

.plan-price span { font-size: 12px; font-weight: 700; }

.plan-monthly {
  min-height: 44px;
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.8;
}

.plan-features {
  display: grid;
  gap: 0;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.plan-features li {
  position: relative;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 8px 25px 8px 0;
  border-bottom: 1px dashed #E4EAEE;
  font-size: 11px;
}

.plan-features li:last-child { border-bottom: 0; }

.plan-features li::before {
  content: "✓";
  position: absolute;
  right: 0;
  top: 50%;
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--success);
  background: rgba(21,119,91,.09);
  font-size: 10px;
  font-weight: 900;
  transform: translateY(-50%);
}

.plan-features span { color: var(--muted); }
.plan-features strong { color: var(--ink); font-weight: 700; text-align: left; }

.plans-disclosure {
  max-width: 920px;
  margin: 28px auto 0;
  padding: 15px 20px;
  border: 1px solid rgba(32,83,117,.13);
  border-radius: 11px;
  color: #516571;
  background: rgba(32,83,117,.04);
  font-size: 12px;
  text-align: center;
}

.plans-disclosure strong { color: var(--navy); }

.commitment-section { padding: 0 0 48px; }

.commitment-band {
  padding: 26px 36px 30px;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, #071D2E, #0D3047);
}

.commitment-band h2 {
  margin: 0 0 22px;
  font-size: 22px;
  text-align: center;
}

.commitment-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.commitment-item {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  border-left: 1px solid rgba(255,255,255,.17);
}

.commitment-item:last-child { border-left: 0; }

.commitment-item span { width: 37px; height: 37px; }
.commitment-item svg {
  width: 100%;
  height: 100%;
  stroke: rgba(255,255,255,.82);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.commitment-item strong { font-size: 14px; }

.faq-section { padding-top: 0; }
.faq-container { max-width: 950px; }
.faq-section .section-heading { margin-bottom: 22px; }

.faq-list { display: grid; gap: 9px; }

.faq-list details,
.criteria-detail {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}

.faq-list summary,
.criteria-detail summary {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 18px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  list-style: none;
}

.faq-list summary::-webkit-details-marker,
.criteria-detail summary::-webkit-details-marker { display: none; }

.faq-list summary::after,
.criteria-detail summary::after {
  content: "+";
  color: var(--blue);
  font-size: 21px;
  font-weight: 500;
}

.faq-list details[open] summary::after,
.criteria-detail[open] summary::after { content: "−"; }

.faq-list details p {
  margin: 0;
  padding: 0 18px 18px;
  color: var(--muted);
  font-size: 13px;
}

.final-cta { padding: 0 0 48px; }

.final-cta-band {
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 24px 44px;
  border-radius: 16px;
  background: linear-gradient(135deg, #F7F8F9, #EEF1F3);
}

.final-cta h2 {
  margin: 0;
  font-size: 25px;
  line-height: 1.55;
}

.final-cta p { margin: 5px 0 0; color: var(--muted); font-size: 13px; }
.final-cta .primary-button { min-width: 280px; margin-top: 0; }

.site-footer {
  padding: 24px 0;
  color: #fff;
  background: var(--navy-dark);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.footer-brand .brand-logo-surface {
  width: 150px;
  height: 41px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.footer-inner p {
  margin: 0;
  padding-right: 20px;
  border-right: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.58);
  font-size: 11px;
}

/*
 * Wide desktop layout
 * Keep the original boxed composition on regular displays and scale the box
 * proportionally on 24-inch and larger viewports without going full-width.
 */
@media (min-width: 1440px) {
  :root { --container: 1800px; }

  .site-shell {
    width: min(82vw, 2200px);
  }

  .container {
    width: min(calc(100% - 96px), var(--container));
  }
}

@media (min-width: 1800px) {

  .hero-grid {
    min-height: 500px;
    grid-template-columns: 1.04fr .96fr;
    gap: 76px;
    padding-block: 34px 64px;
  }

  .hero-copy { max-width: 700px; }
  .hero-description { max-width: 660px; font-size: 16px; }
  .hero-art img { width: min(100%, 650px); }

  .section { padding-block: 68px; }
  .symptom-grid { gap: 20px; }
  .symptom-card { min-height: 184px; }

  .recovery-band,
  .budget-band {
    min-height: 330px;
    padding-inline: 72px;
  }

  .recovery-art img { width: min(100%, 310px); }
  .budget-art img { width: min(100%, 340px); }
  .process-grid { gap: 18px; }
  .criteria-desktop { gap: 30px; }
  .faq-container { max-width: 1160px; }
}

@media (max-width: 980px) {
  .hero-grid { gap: 24px; }
  .hero h1 { font-size: 36px; }
  .hero-offer { font-size: 28px; }
  .symptom-grid { gap: 10px; }
  .symptom-card { padding-inline: 9px; }
  .process-card { padding-inline: 14px; }
  .recovery-band,
  .budget-band { padding-inline: 34px; }
  .plans-grid { grid-template-columns: 1fr; gap: 18px; }
  .plan-card-featured { transform: none; }
}

@media (max-width: 760px) {
  body { padding: 0; background: #fff; }

  .site-shell {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
  }

  .container { width: min(calc(100% - 24px), var(--container)); }

  .hero { border-radius: 0 0 22px 22px; }

  .site-header { min-height: 64px; }
  .brand-logo-surface {
    width: 145px;
    height: 40px;
    padding: 0;
    border-radius: 0;
  }
  .campaign-pill { display: none; }
  .menu-glyph { width: 25px; height: 25px; display: block; }
  .menu-glyph svg { width: 100%; height: 100%; stroke: #fff; stroke-width: 1.8; stroke-linecap: round; }

  .hero-status-mobile {
    position: relative;
    z-index: 2;
    width: max-content;
    max-width: calc(100% - 32px);
    display: flex;
    margin: 2px auto 16px;
    font-size: 11px;
  }

  .hero-grid {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 0 0 34px;
  }

  .hero-art { order: 1; }
  .hero-copy { order: 2; max-width: none; }
  .hero-art img { width: min(88%, 330px); }

  .hero h1 {
    font-size: clamp(30px, 8.7vw, 37px);
    line-height: 1.42;
  }

  .hero-offer {
    margin-top: 4px;
    font-size: clamp(23px, 6.8vw, 29px);
    line-height: 1.55;
  }

  .hero-description {
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.95;
  }

  .hero .primary-button { width: 100%; min-width: 0; min-height: 56px; margin-top: 19px; }
  .hero-note { margin-top: 10px; text-align: center; line-height: 1.7; }

  .section { padding: 40px 0; }
  .section-heading { margin-bottom: 24px; }
  .section-heading h2 { font-size: 24px; line-height: 1.55; }
  .section-heading p { margin-top: 5px; font-size: 12px; }
  .symptoms .section-heading { max-width: 300px; }

  .symptom-grid { grid-template-columns: 1fr; gap: 8px; }
  .symptom-card {
    min-height: 58px;
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 12px;
    align-items: center;
    justify-items: start;
    padding: 8px 14px;
    text-align: right;
  }
  .feature-icon { width: 34px; height: 34px; margin: 0; grid-row: 1 / span 2; }
  .symptom-card h3 { align-self: end; font-size: 12px; }
  .symptom-card p { align-self: start; font-size: 9px; }

  .recovery-section { padding-top: 16px; }
  .recovery-band {
    min-height: 0;
    grid-template-columns: 1fr;
    padding: 28px 24px;
    direction: rtl;
  }
  .recovery-art { display: none; }
  .recovery-copy { text-align: center; }
  .recovery-copy h2 { justify-content: center; font-size: 32px; text-align: center; }
  .recovery-copy h3 { margin-top: 10px; font-size: 14px; }
  .recovery-copy p { margin-top: 8px; font-size: 12px; }

  .process-section { padding-top: 8px; }
  .process-grid { grid-template-columns: 1fr; gap: 10px; }
  .process-grid::before { display: none; }
  .process-card {
    min-height: 118px;
    padding: 20px 58px 18px 18px;
    text-align: right;
  }
  .step-number {
    top: 18px;
    right: 18px;
    width: 34px;
    height: 34px;
    border-width: 0;
    font-size: 13px;
    transform: none;
  }
  .process-icon { display: none; }
  .process-card h3 { font-size: 14px; }
  .process-card p { margin-top: 6px; font-size: 12px; }

  .budget-section,
  .commitment-section { display: none; }

  .eligibility-section { padding-top: 22px; }
  .criteria-desktop { display: none; }
  .criteria-mobile { display: grid; gap: 9px; }
  .criteria-detail summary { min-height: 58px; font-size: 13px; }
  .eligible-detail summary { color: var(--success); }
  .excluded-detail summary { color: var(--danger); }
  .criteria-detail ul { margin: 0; padding: 0 18px 18px; color: var(--muted); font-size: 12px; }

  .plans-section { padding-top: 16px; }
  .plans-heading { margin-bottom: 28px; }
  .plans-grid { gap: 14px; }
  .plan-card { padding: 22px 19px 18px; border-radius: 14px; }
  .plan-header { min-height: 0; padding-bottom: 14px; }
  .plan-header h3 { font-size: 19px; }
  .plan-price { margin-top: 17px; }
  .plan-price strong { font-size: 28px; }
  .plan-monthly { min-height: 0; }
  .plan-features { margin-top: 13px; }
  .plan-features li { min-height: 39px; font-size: 10px; }
  .plans-disclosure { margin-top: 19px; padding: 13px 14px; font-size: 10px; line-height: 1.8; }

  .faq-section { padding-top: 6px; }
  .faq-list summary { min-height: 58px; padding-inline: 15px; font-size: 12px; }
  .faq-list details p { padding: 0 15px 16px; font-size: 12px; }

  .final-cta { padding: 0 0 28px; }
  .final-cta-band {
    min-height: 0;
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
    padding: 24px 20px;
    text-align: center;
  }
  .final-cta h2 { font-size: 21px; }
  .final-cta .primary-button { width: 100%; min-width: 0; min-height: 54px; }

  .footer-inner { flex-direction: column; gap: 8px; }
  .footer-inner p { padding: 0; border: 0; }
}

@media (max-width: 420px) {
  .brand-logo-surface { width: 136px; height: 38px; }
  .hero-art img { width: min(82%, 290px); }
  .hero h1 { font-size: 30px; }
  .hero-offer { font-size: 23px; }
  .hero-description { font-size: 12px; }
  .section-heading h2 { font-size: 22px; }
  .recovery-copy h2 { font-size: 29px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
