/* Envelo marketing site.
   Design system adapted from pdsdealer.com (navy + gold, Montserrat/Inter,
   eyebrow rules, stat wall, navy band, gradient CTA) onto the Envelo palette
   in apps/web/src/theme.ts. */

:root {
  --navy: #1a2944;
  --navy-deep: #0f1a2e;
  --navy-mid: #22355c;
  --navy-light: #2c4370;
  --gold: #c89432;
  --gold-soft: #d9a943;
  --gold-deep: #8a6414;
  --gold-pale: #f4e8cf;
  --cream: #f7f5f0;
  --cream-2: #eef0f4;
  --ink: #182031;
  --ink-soft: #4a5673;
  --ink-light: #6b7896;
  --line: #e2e5ec;
  --white: #ffffff;
  --green: #2e8b60;
  --red: #d65250;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: clip; scroll-padding-top: 80px; }

body {
  font-family: Inter, system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-height: 1.5;
}

a { color: var(--gold-deep); text-decoration: none; }
a:hover { color: var(--navy); }
img { max-width: 100%; height: auto; display: block; }

.container { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 24px; }
section { padding: 88px 0; }

h1, h2, h3, h4 {
  font-family: Montserrat, sans-serif;
  color: var(--navy);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.eyebrow {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 2px solid var(--gold);
}

.section-title {
  font-size: 44px;
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.05;
  color: var(--navy);
  margin-bottom: 20px;
}
.section-title em { font-style: normal; color: var(--gold); }

.section-sub {
  font-size: 18px;
  line-height: 1.55;
  color: var(--ink-soft);
  max-width: 720px;
  margin-bottom: 40px;
}

/* ---------- nav ---------- */

.topnav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: saturate(150%) blur(8px);
  border-bottom: 1px solid var(--line);
  padding: 10px 0;
}
.topnav .container { display: flex; align-items: center; justify-content: space-between; gap: 24px; }

.brand { display: flex; align-items: center; gap: 11px; }
.brand img { height: 38px; width: 38px; border-radius: 9px; }
.brand-text {
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 900;
  color: var(--navy);
  letter-spacing: -0.02em;
  line-height: 1;
}
.brand-text span { color: var(--gold); }

.nav-links { display: flex; align-items: center; gap: 20px; }
.nav-links a {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: var(--navy);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.nav-links a:hover { color: var(--gold); }
.nav-links .btn { color: var(--navy); }

.nav-toggle, .nav-burger { display: none; }

/* ---------- buttons ---------- */

.btn {
  display: inline-block;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 13px 26px;
  border-radius: 4px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: 0.18s;
  text-align: center;
}
.btn-primary { background: var(--gold); color: var(--navy); }
.btn-primary:hover { background: var(--gold-soft); color: var(--navy); }
.btn-outline { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn-outline:hover { background: var(--navy); color: var(--white); }
.btn-outline-light { background: transparent; color: var(--white); border-color: rgba(255, 255, 255, 0.55); }
.btn-outline-light:hover { background: var(--white); color: var(--navy); border-color: var(--white); }

/* ---------- hero ---------- */

.hero {
  background: linear-gradient(180deg, var(--navy-deep) 0%, var(--navy) 58%, var(--navy-mid) 100%);
  color: var(--white);
  padding: 92px 0 104px;
  position: relative;
  overflow: hidden;
}
.hero-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.07;
  z-index: 1;
  pointer-events: none;
}
.hero-pattern svg { width: 100%; height: 100%; }
.hero .container { position: relative; z-index: 2; }

/* single column: copy centered, product card centered beneath it */
.hero .container { text-align: center; }
.hero-grid { display: grid; grid-template-columns: 1fr; gap: 48px; justify-items: center; }

.hero-eyebrow {
  display: inline-block;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.34em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 26px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--gold);
}
.hero-title {
  font-family: Montserrat, sans-serif;
  font-size: 66px;
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.03em;
  color: var(--white);
  margin-bottom: 24px;
}
.hero-title em { font-style: normal; color: var(--gold); }
.hero-tag {
  font-size: 19px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.82);
  max-width: 620px;
  margin: 0 auto 34px;
}
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
.hero-note {
  margin-top: 22px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.02em;
}
.hero-note b { color: rgba(255, 255, 255, 0.85); font-weight: 600; }

/* budget card mock */
.mock {
  background: var(--white);
  border-radius: 14px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.42);
  overflow: hidden;
  font-size: 13px;
  text-align: left;
  width: 100%;
  max-width: 560px;
}
.mock-top { background: var(--navy); padding: 16px 20px; display: flex; align-items: center; justify-content: space-between; }
.mock-top .m { font-family: Montserrat, sans-serif; font-weight: 800; color: var(--white); font-size: 14px; letter-spacing: 0.02em; }
.mock-top .dots { display: flex; gap: 5px; }
.mock-top .dots i { width: 7px; height: 7px; border-radius: 50%; background: rgba(255, 255, 255, 0.28); display: block; }
.mock-hero { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--line); }
.mock-hero > div { padding: 18px 20px; }
.mock-hero > div + div { border-left: 1px solid var(--line); }
.mock-hero .l { font-family: Montserrat, sans-serif; font-size: 10px; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-light); margin-bottom: 7px; }
.mock-hero .v { font-family: Montserrat, sans-serif; font-size: 27px; font-weight: 900; letter-spacing: -0.03em; line-height: 1; }
.mock-hero .v.zero { color: var(--green); }
.mock-hero .v.spent { color: var(--navy); }
.mock-hero .s { font-size: 11px; color: var(--ink-light); margin-top: 6px; }
.mock-group {
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-light);
  padding: 14px 20px 6px;
}
.mock-row { padding: 9px 20px 12px; }
.mock-row .top { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 7px; }
.mock-row .name { font-weight: 600; color: var(--ink); }
.mock-row .amt { font-family: Montserrat, sans-serif; font-weight: 800; font-size: 13px; color: var(--navy); }
.mock-row .amt.warn { color: var(--red); }
.mock-bar { height: 6px; border-radius: 3px; background: var(--cream-2); overflow: hidden; }
.mock-bar i { display: block; height: 100%; border-radius: 3px; }
.mock-foot { border-top: 1px solid var(--line); padding: 13px 20px; display: flex; align-items: center; gap: 9px; background: var(--cream); }
.mock-foot .pill { background: var(--gold); color: var(--navy); font-family: Montserrat, sans-serif; font-size: 10px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; padding: 6px 11px; border-radius: 999px; }
.mock-foot .txt { font-size: 11.5px; color: var(--ink-soft); }

/* ---------- stat wall ---------- */

.proof { background: var(--cream); }
.stat-wall { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.stat-card { background: var(--white); padding: 30px 26px; border-top: 4px solid var(--gold); }
.stat-card .num {
  font-family: Montserrat, sans-serif;
  font-size: 54px;
  font-weight: 900;
  line-height: 1;
  color: var(--gold);
  margin-bottom: 12px;
  letter-spacing: -0.03em;
  text-align: center;
}
.stat-card .label { font-size: 14px; line-height: 1.5; color: var(--ink); }
.stat-card .label b { font-weight: 700; color: var(--navy); }

/* ---------- failures ---------- */

.failures { background: var(--white); }
.failures-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.failure { padding: 28px; background: var(--cream); border-top: 4px solid var(--gold); }
.failure .num {
  flex-shrink: 0;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}
.failure h4 { font-size: 17px; font-weight: 800; color: var(--navy); margin-bottom: 6px; letter-spacing: -0.01em; }
.failure p { font-size: 14.5px; line-height: 1.55; color: var(--ink-soft); }

/* ---------- steps ---------- */

.steps { background: var(--cream); }
.steps-list { display: flex; flex-direction: column; margin-top: 8px; }
.step { padding: 34px 0; border-bottom: 1px solid var(--line); }
.step:last-child { border-bottom: none; }
.step .num { font-family: Montserrat, sans-serif; font-size: 40px; font-weight: 900; color: var(--navy-light); line-height: 1; letter-spacing: -0.03em; margin-bottom: 12px; }
.step h3 { font-size: 26px; font-weight: 800; color: var(--navy); margin-bottom: 10px; line-height: 1.1; letter-spacing: -0.015em; }
.step p { font-size: 16px; line-height: 1.6; color: var(--ink-soft); max-width: 760px; }
.step p b { color: var(--navy); font-weight: 600; }

/* ---------- rules (navy band) ---------- */

.rules { background: var(--navy); color: var(--white); position: relative; overflow: hidden; }
.rules .section-title { color: var(--white); }
.rules .section-sub { color: rgba(255, 255, 255, 0.78); }
/* six columns so the last two of five cards fill the row instead of leaving a hole */
.rules-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 24px; margin-top: 10px; }
.rule-card { background: var(--navy-mid); padding: 30px 28px; border-top: 4px solid var(--gold); grid-column: span 2; text-align: center; }
.rule-card:nth-child(4), .rule-card:nth-child(5) { grid-column: span 3; }
.rule-card .phase {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.3em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 12px;
}
.rule-card h3 { font-size: 23px; font-weight: 900; color: var(--white); margin-bottom: 12px; letter-spacing: -0.02em; line-height: 1.12; }
.rule-card p { font-size: 14.5px; line-height: 1.6; color: rgba(255, 255, 255, 0.82); }

/* ---------- features ---------- */

.features { background: var(--white); }
.cap-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.cap-card { background: var(--cream); padding: 32px 28px; border-top: 4px solid var(--navy-light); display: flex; flex-direction: column; transition: 0.2s; }
.cap-card:hover { transform: translateY(-3px); box-shadow: 0 10px 30px rgba(26, 41, 68, 0.09); }
.cap-card .cap-tag {
  display: inline-block;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.26em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 12px;
}
.cap-card h3 { font-size: 22px; font-weight: 800; color: var(--navy); margin-bottom: 12px; letter-spacing: -0.015em; line-height: 1.15; }
.cap-card p { font-size: 14.5px; line-height: 1.6; color: var(--ink-soft); }

/* ---------- program ---------- */

.program { background: var(--cream); }

/* the 90 reads as one wide band instead of a panel stranded in whitespace */
.program-band {
  background: var(--navy);
  color: var(--white);
  border-top: 5px solid var(--gold);
  padding: 44px 32px 36px;
  margin-bottom: 28px;
}
.program-band .big {
  font-family: Montserrat, sans-serif;
  font-size: 92px;
  font-weight: 900;
  color: var(--gold);
  letter-spacing: -0.04em;
  line-height: 0.9;
}
.program-band .tag {
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.28em;
  color: rgba(255, 255, 255, 0.72);
  text-transform: uppercase;
  margin-top: 12px;
}
.program-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.program-stats .v {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 900;
  color: var(--white);
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}
.program-stats .l {
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--gold);
  text-transform: uppercase;
}

/* the two dense paragraphs become three scannable cards */
.program-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.program-card { background: var(--white); padding: 30px 28px; border-top: 4px solid var(--navy-light); }
.program-card .step-tag {
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.26em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 12px;
}
.program-card h3 { font-size: 21px; font-weight: 800; color: var(--navy); margin-bottom: 12px; letter-spacing: -0.015em; line-height: 1.15; }
.program-card p { font-size: 14.5px; line-height: 1.6; color: var(--ink-soft); }

/* ---------- promise ---------- */

.promise { background: var(--white); }
.promise-block { max-width: 880px; margin: 0 auto; }
.promise-panel { margin-top: 34px; }
.promise-panel .mark { display: none; }
.promise-panel .name { display: none; }
.promise-panel .sub { font-size: 14px; color: var(--ink-soft); line-height: 1.55; }
.promise-list { list-style: none; }
.promise-list li { font-size: 16px; line-height: 1.6; color: var(--ink); padding: 14px 0 14px 26px; position: relative; border-bottom: 1px solid var(--line); }
.promise-list li:last-child { border-bottom: none; }
.promise-list li::before { content: ""; position: absolute; left: 0; top: 24px; width: 12px; height: 2px; background: var(--gold); }
.promise-list li b { font-weight: 700; color: var(--navy); }

/* ---------- pricing ---------- */

.pricing { background: var(--cream); }
.price-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; max-width: 900px; }
.price-card { background: var(--white); padding: 38px 34px; border-top: 5px solid var(--gold); display: flex; flex-direction: column; }
.price-card.soon { border-top-color: var(--navy-light); }
/* the card header centers as a block: a centered amount under a left eyebrow reads as a mistake */
.price-card .tier { font-family: Montserrat, sans-serif; font-size: 11px; font-weight: 800; letter-spacing: 0.26em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; text-align: center; }
.price-card.soon .tier { color: var(--navy-light); }
.price-card .amount { font-family: Montserrat, sans-serif; font-size: 52px; font-weight: 900; color: var(--navy); line-height: 1; letter-spacing: -0.03em; margin-bottom: 6px; text-align: center; }
.price-card .amount small { font-size: 17px; font-weight: 700; color: var(--ink-light); letter-spacing: 0; }
.price-card .caption { font-size: 14px; color: var(--ink-soft); margin-bottom: 22px; text-align: center; }
.price-card ul { list-style: none; margin-bottom: 26px; flex: 1; }
.price-card li { font-size: 14.5px; line-height: 1.5; color: var(--ink); padding: 8px 0 8px 20px; position: relative; }
.price-card li::before { content: ""; position: absolute; left: 0; top: 16px; width: 9px; height: 2px; background: var(--gold); }
.price-card.soon li::before { background: var(--navy-light); }
.price-note { margin-top: 24px; font-size: 14px; color: var(--ink-soft); max-width: 900px; }

/* ---------- faq ---------- */

.faq { background: var(--white); }
.faq-list { max-width: 880px; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: var(--navy);
  padding: 22px 44px 22px 0;
  cursor: pointer;
  list-style: none;
  position: relative;
  letter-spacing: -0.01em;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 8px;
  top: 18px;
  font-size: 26px;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
}
.faq-item[open] summary::after { content: "\2212"; }
.faq-item p { font-size: 15.5px; line-height: 1.65; color: var(--ink-soft); padding: 0 40px 24px 0; max-width: 760px; }

/* ---------- cta band ---------- */

.cta-band {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
  color: var(--white);
  padding: 82px 0;
  text-align: center;
}
.cta-band h2 { font-size: 46px; font-weight: 900; color: var(--white); margin-bottom: 16px; line-height: 1.05; letter-spacing: -0.025em; }
.cta-band h2 em { font-style: normal; color: var(--gold); }
.cta-band p { font-size: 18px; color: rgba(255, 255, 255, 0.82); margin: 0 auto 34px; max-width: 640px; line-height: 1.55; }
.cta-band .hero-cta { justify-content: center; }

/* ---------- footer ---------- */

.site-footer { background: var(--navy-deep); color: rgba(255, 255, 255, 0.7); padding: 58px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 38px; }
.footer-brand { display: flex; flex-direction: column; gap: 14px; }
.footer-brand .brand-text { color: var(--white); }
.footer-brand p { font-size: 13.5px; line-height: 1.65; color: rgba(255, 255, 255, 0.6); max-width: 320px; }
.footer-col h4 { font-size: 11px; font-weight: 800; color: var(--gold); letter-spacing: 0.22em; text-transform: uppercase; margin-bottom: 16px; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 10px; }
.footer-col a, .footer-col span { color: rgba(255, 255, 255, 0.7); font-size: 13.5px; }
.footer-col a:hover { color: var(--white); }
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.45);
}


/* ============================================================
   Centered layout.
   Every section centers its content; the hero keeps its two-column
   split because the copy is paired with the product card beside it.
   Anything with a max-width needs auto margins to actually sit centered,
   and the left dash markers move out of the way of centered text.
   ============================================================ */

section .container { text-align: center; }
.section-sub { margin-left: auto; margin-right: auto; }

/* eyebrow is inline-block, so it rides the centered text */
.stat-card .label,
.failure p,
.step p,
.cap-card p,
.program-card p { margin-left: auto; margin-right: auto; }

.step p { max-width: 760px; }

/* dash markers would strand centered text, so drop them */
.promise-list li { padding-left: 0; }
.promise-list li::before { content: none; }
.price-card li { padding-left: 0; }
.price-card li::before { content: none; }

.promise-panel .mark { margin-left: auto; margin-right: auto; }

.faq-list { margin-left: auto; margin-right: auto; }
.faq-item summary { padding-left: 44px; }
.faq-item p { padding-left: 40px; max-width: 760px; margin-left: auto; margin-right: auto; }

.price-grid { margin-left: auto; margin-right: auto; }
.price-note { margin-left: auto; margin-right: auto; }

/* footer matches the rest */
.site-footer .container { text-align: center; }
.footer-brand { align-items: center; }
.footer-brand p { margin-left: auto; margin-right: auto; }
.footer-bottom { justify-content: center; gap: 8px 28px; }

/* ---------- responsive ---------- */

@media (max-width: 1080px) {
  .nav-links { gap: 15px; }
  .nav-links a { font-size: 11px; }
  .hero-title { font-size: 52px; }
}

@media (max-width: 900px) {
  section { padding: 64px 0; }
  .section-title { font-size: 34px; }
  .hero { padding: 64px 0 76px; }
  .hero-grid { gap: 40px; }
  .hero-title { font-size: 44px; }
  .hero-tag { font-size: 17px; }
  .stat-wall { grid-template-columns: repeat(2, 1fr); }
  .failures-grid { grid-template-columns: 1fr; }
  .rules-grid { grid-template-columns: repeat(2, 1fr); }
  .rule-card, .rule-card:nth-child(4), .rule-card:nth-child(5) { grid-column: span 1; }
  .cap-grid { grid-template-columns: repeat(2, 1fr); }
  .program-grid { grid-template-columns: 1fr; }
  .program-stats { grid-template-columns: repeat(2, 1fr); gap: 28px; }
  .program-band .big { font-size: 74px; }
  .price-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .cta-band h2 { font-size: 34px; }

  /* burger nav */
  .nav-burger {
    display: block;
    font-size: 26px;
    line-height: 1;
    color: var(--navy);
    cursor: pointer;
    padding: 6px 4px;
    user-select: none;
  }
  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--white);
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px 24px 20px;
    box-shadow: 0 18px 30px rgba(26, 41, 68, 0.12);
  }
  .nav-links a { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
  .nav-links .btn { margin-top: 14px; border-bottom: none; padding: 14px 20px; }
  .nav-toggle:checked ~ .nav-links { display: flex; }
  .topnav .container { position: relative; }
}

@media (max-width: 620px) {
  .hero-title { font-size: 36px; }
  .stat-wall { grid-template-columns: 1fr; }
  .rules-grid { grid-template-columns: 1fr; }
  .rule-card, .rule-card:nth-child(4), .rule-card:nth-child(5) { grid-column: span 1; }
  .cap-grid { grid-template-columns: 1fr; }
  .step .num { font-size: 34px; }
  .footer-grid { grid-template-columns: 1fr; }
  .btn { width: 100%; }
  .hero-cta { flex-direction: column; align-items: stretch; }
  .cta-band h2 { font-size: 28px; }
  .program-stats { grid-template-columns: repeat(2, 1fr); }
  .program-band { padding: 34px 22px 30px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .cap-card { transition: none; }
  .cap-card:hover { transform: none; }
}
