:root {
  --violet: #352C86;
  --cyan: #24C7E5;
  --lime: #B9D943;
  --off-white: #F7F7F3;
  --ink: #17171B;
  --white: #ffffff;
  --line: rgba(23, 23, 27, .14);
  --radius: 30px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--off-white);
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
}
a { color: inherit; }
img { display: block; max-width: 100%; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 0 5vw;
  color: var(--white);
  background: rgba(53, 44, 134, .94);
  border-bottom: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(15px);
}
.brand {
  font-family: "League Spartan", Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: .03em;
  text-decoration: none;
}
.brand span { color: var(--cyan); }
nav { display: flex; align-items: center; gap: 28px; }
nav a { font-size: .9rem; font-weight: 700; text-decoration: none; }
.nav-cta { padding: 10px 18px; color: var(--ink); background: var(--lime); border-radius: 999px; }

main { overflow: hidden; }
.hero {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  min-height: calc(100vh - 76px);
  background: var(--violet);
  color: var(--white);
}
.hero-copy { padding: clamp(80px, 9vw, 140px) 5vw 90px; align-self: center; }
.eyebrow, .section-label, .card-kicker, .phase-time {
  margin: 0 0 18px;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow { color: var(--cyan); }
h1, h2, h3 { margin-top: 0; font-family: "League Spartan", Arial, sans-serif; line-height: .98; }
h1 { margin-bottom: 28px; font-size: clamp(3.2rem, 6vw, 6.8rem); letter-spacing: -.045em; }
h1 span { color: var(--lime); }
.hero-text { max-width: 710px; margin: 0 0 15px; font-size: clamp(1.05rem, 1.35vw, 1.28rem); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 36px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 26px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}
.button:hover, .button:focus-visible { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(0,0,0,.2); }
.button-primary { color: var(--ink); background: var(--cyan); }
.text-link { font-weight: 700; text-decoration: none; border-bottom: 2px solid var(--cyan); }
.microcopy { margin-top: 20px; color: rgba(255,255,255,.65); font-size: .88rem; }
.hero-visual {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  background: var(--off-white);
}
.hero-visual img { width: 100%; height: 100%; min-height: 680px; object-fit: cover; object-position: 68% center; }

.facts { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 1180px; margin: -34px auto 0; position: relative; z-index: 4; border-radius: 24px; overflow: hidden; box-shadow: 0 18px 60px rgba(23,23,27,.14); }
.facts article { display: flex; align-items: center; gap: 14px; min-height: 122px; padding: 24px 34px; background: var(--white); border-right: 1px solid var(--line); }
.facts article:last-child { border: none; }
.facts strong { color: var(--violet); font-family: "League Spartan", Arial, sans-serif; font-size: 3rem; line-height: 1; }
.facts span { font-weight: 700; line-height: 1.25; }

.truth-section, .program-section, .support-section, .choice-section, .about-section, .faq-section { padding: clamp(90px, 10vw, 150px) 6vw; }
.section-label { display: inline-block; padding: 8px 13px; color: var(--violet); background: var(--lime); border-radius: 999px; }
.truth-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 8vw; max-width: 1320px; margin: 32px auto 60px; }
.truth-grid h2, .program-intro h2, .support-section h2, .for-you-section h2, .about-copy h2, .faq-section h2 { font-size: clamp(2.7rem, 5vw, 5.3rem); letter-spacing: -.035em; }
.truth-copy p { margin-top: 0; font-size: 1.15rem; }
.paul-note { max-width: 850px; margin: 0 auto; padding: 24px 30px; background: var(--white); border: 3px solid var(--cyan); border-radius: 18px; font-weight: 700; transform: rotate(-1deg); box-shadow: 8px 8px 0 var(--ink); }
.paul-note span { color: var(--violet); }

.shift-section { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 34px; padding: 90px 6vw; background: var(--cyan); }
.shift-card { min-height: 460px; padding: clamp(34px, 5vw, 70px); border-radius: var(--radius); }
.shift-card.old { background: var(--off-white); }
.shift-card.new { color: var(--white); background: var(--violet); box-shadow: 14px 14px 0 var(--lime); }
.shift-card h3 { font-size: clamp(2.2rem, 4vw, 4.4rem); }
.shift-card ul { padding-left: 22px; }
.shift-card li { margin: 10px 0; }
.shift-arrow { font-size: 3rem; font-weight: 800; }

.logic-section { padding: clamp(90px, 10vw, 150px) 6vw; background: var(--off-white); }
.logic-intro { max-width: 950px; margin: 0 auto 65px; text-align: center; }
.logic-intro h2 { font-size: clamp(2.8rem, 5.5vw, 6rem); letter-spacing: -.04em; }
.logic-intro p:last-child { max-width: 760px; margin: 0 auto; }
.logic-steps { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 1320px; margin: 0 auto; border: 3px solid var(--violet); border-radius: 26px; overflow: hidden; }
.logic-steps article { min-height: 270px; padding: 30px; background: var(--white); border-right: 1px solid var(--line); }
.logic-steps article:nth-child(2) { background: var(--cyan); }
.logic-steps article:nth-child(3) { color: var(--white); background: var(--violet); }
.logic-steps article:nth-child(4) { background: var(--lime); border: 0; }
.logic-steps span { display: block; margin-bottom: 42px; font-family: "League Spartan", Arial, sans-serif; font-size: 2.2rem; font-weight: 800; opacity: .6; }
.logic-steps h3 { margin-bottom: 14px; font-size: 2rem; }
.logic-steps p { margin: 0; line-height: 1.45; }
.logic-summary { max-width: 1050px; margin: 34px auto 0; padding: 22px 26px; text-align: center; background: var(--white); border-radius: 16px; box-shadow: 0 10px 30px rgba(23,23,27,.08); }
.identity-question { max-width: 880px; margin: 28px auto 0; padding: 28px 34px; color: var(--white); background: var(--violet); border-radius: 20px; box-shadow: 10px 10px 0 var(--cyan); }
.identity-question span { display: block; margin-bottom: 10px; color: var(--lime); font-size: .78rem; font-weight: 800; letter-spacing: .16em; }
.identity-question p { margin: 0; font-size: clamp(1.15rem, 2vw, 1.55rem); line-height: 1.4; }

.program-section { color: var(--white); background: var(--ink); }
.program-intro { display: grid; grid-template-columns: .8fr 1.2fr; column-gap: 6vw; max-width: 1320px; margin: 0 auto 70px; }
.program-intro .eyebrow { grid-column: 1 / -1; }
.program-intro p:last-child { align-self: end; max-width: 620px; font-size: 1.12rem; }
.phases { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; max-width: 1320px; margin: 0 auto; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.18); }
.phases article { position: relative; min-height: 410px; padding: 45px; background: var(--ink); }
.phase-number { display: block; color: var(--cyan); font-family: "League Spartan", Arial, sans-serif; font-size: 3.3rem; font-weight: 800; }
.phase-time { color: var(--lime); }
.phases h3 { font-size: 2rem; }
.phases ul { margin: 24px 0 0; padding: 20px 0 0 20px; border-top: 1px solid rgba(255,255,255,.18); }
.phases li { margin: 7px 0; color: rgba(255,255,255,.78); }
.program-bottomline { max-width: 1100px; margin: 50px auto 0; padding: 24px 30px; color: var(--ink); background: var(--lime); border-radius: 18px; font-size: 1.06rem; }

.support-section { background: var(--white); }
.support-layout { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 6vw; max-width: 1320px; margin-inline: auto; }
.support-list { margin-top: 50px; }
.support-list article { display: grid; grid-template-columns: 90px 1fr; gap: 28px; padding: 34px 0; border-top: 1px solid var(--line); }
.support-list article > span { color: var(--cyan); font-family: "League Spartan", Arial, sans-serif; font-size: 2rem; font-weight: 800; }
.support-list h3 { margin-bottom: 8px; color: var(--violet); font-size: 2rem; }
.support-list p { max-width: 850px; margin: 0; }
.support-image { margin: 0; padding: 14px; background: var(--violet); border-radius: 30px; box-shadow: 16px 16px 0 var(--cyan); transform: rotate(1deg); }
.support-image img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: 66% center; border-radius: 20px; }
.support-image figcaption { padding: 16px 10px 6px; color: var(--white); font-weight: 700; text-align: center; }

.choice-section { background: var(--cyan); }
.choice-intro { max-width: 980px; margin: 0 auto 58px; text-align: center; }
.choice-intro .eyebrow { color: var(--violet); }
.choice-intro h2 { margin-bottom: 24px; color: var(--violet); font-size: clamp(2.8rem, 5vw, 5.4rem); letter-spacing: -.035em; }
.choice-intro > p:last-child { max-width: 780px; margin: 0 auto; font-size: 1.12rem; }
.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; max-width: 1180px; margin: 0 auto; }
.choice-card { display: flex; flex-direction: column; padding: clamp(32px, 4vw, 54px); border-radius: var(--radius); }
.choice-card h3 { margin-bottom: 18px; font-size: clamp(2.1rem, 3.3vw, 3.6rem); }
.choice-card ul { flex: 1; margin: 24px 0 34px; padding: 24px 0 0 22px; border-top: 1px solid currentColor; }
.choice-card li { margin: 9px 0; }
.choice-card .button { align-self: flex-start; text-align: center; }
.choice-kicker { margin: 0 0 14px; font-size: .78rem; font-weight: 800; letter-spacing: .16em; }
.program-choice { color: var(--ink); background: var(--off-white); border: 3px solid var(--violet); }
.program-choice .choice-kicker { color: var(--violet); }
.individual-choice { color: var(--white); background: var(--violet); box-shadow: 12px 12px 0 var(--lime); }
.individual-choice .choice-kicker { color: var(--cyan); }
.choice-note { max-width: 900px; margin: 46px auto 0; padding: 20px 26px; text-align: center; background: var(--off-white); border-radius: 16px; }

.for-you-section { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; padding: clamp(90px, 10vw, 150px) 6vw; background: var(--lime); }
.for-you-section .eyebrow { color: var(--violet); }
.checks p { display: grid; grid-template-columns: 42px 1fr; gap: 14px; margin: 0; padding: 22px 0; border-bottom: 1px solid rgba(23,23,27,.22); font-weight: 600; }
.checks span { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; color: var(--white); background: var(--violet); border-radius: 50%; }

.about-section { display: grid; grid-template-columns: minmax(280px, .75fr) 1.25fr; align-items: center; gap: 7vw; color: var(--white); background: var(--violet); }
.about-portrait-wrap { position: relative; max-width: 470px; margin: 0 auto; padding: 12px; background: var(--off-white); border-radius: 34px; box-shadow: 18px 18px 0 var(--cyan); transform: rotate(-1.5deg); }
.about-portrait { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 22%; border-radius: 24px; }
.about-stamp { position: absolute; right: -24px; bottom: 32px; padding: 13px 18px; color: var(--ink); background: var(--lime); border: 3px solid var(--ink); border-radius: 16px; font-family: "League Spartan", Arial, sans-serif; font-weight: 800; line-height: 1.05; box-shadow: 7px 7px 0 var(--ink); transform: rotate(4deg); }
.about-copy { max-width: 900px; }
.about-copy p { font-size: 1.1rem; }
.background-note { margin-top: 32px; padding: 24px 26px; color: var(--ink); background: var(--lime); border-radius: 18px; box-shadow: 8px 8px 0 var(--cyan); }
.background-note > strong { display: block; margin-bottom: 8px; color: var(--violet); font-family: "League Spartan", Arial, sans-serif; font-size: 1.35rem; }
.background-note p { margin: 0; font-size: 1rem; }

.faq-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 25px 44px 25px 0; cursor: pointer; color: var(--violet); font-family: "League Spartan", Arial, sans-serif; font-size: 1.45rem; font-weight: 700; }
.faq-list p { margin: 0; padding: 0 40px 28px 0; }

.final-cta { padding: clamp(90px, 11vw, 160px) 6vw; text-align: center; color: var(--white); background: var(--violet); }
.final-cta .eyebrow { color: var(--lime); }
.final-cta h2 { margin-bottom: 26px; font-size: clamp(3.2rem, 7vw, 7.5rem); letter-spacing: -.04em; }
.final-cta > p:not(.eyebrow):not(.closing-claim) { max-width: 680px; margin: 0 auto 32px; font-size: 1.15rem; }
.button-lime { color: var(--ink); background: var(--lime); }
.contact-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 24px; margin: 20px auto; }
.contact-links a { color: var(--cyan); font-size: 1.2rem; font-weight: 800; text-decoration: none; }
.contact-links a:hover,
.contact-links a:focus-visible { text-decoration: underline; text-underline-offset: 4px; }
.closing-claim { margin: 70px 0 0; color: rgba(255,255,255,.72); }
.closing-claim strong { color: var(--white); }

footer { display: grid; grid-template-columns: auto 1fr 2fr auto auto; align-items: center; gap: 26px; padding: 38px 5vw; color: var(--white); background: var(--ink); font-size: .78rem; }
footer .brand span { color: var(--cyan); }
.footer-email { color: var(--cyan); font-weight: 700; text-decoration: none; }
.footer-email:hover,
.footer-email:focus-visible { text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 980px) {
  nav > a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 30px; }
  .hero-visual { min-height: 560px; }
  .hero-visual img { min-height: 560px; object-position: 72% center; }
  .facts { margin: 0; border-radius: 0; }
  .truth-grid, .program-intro, .choice-grid, .for-you-section, .faq-section { grid-template-columns: 1fr; }
  .support-layout { grid-template-columns: 1fr; }
  .support-image { max-width: 720px; margin: 20px auto 0; transform: none; }
  .logic-steps { grid-template-columns: 1fr 1fr; }
  .logic-steps article:nth-child(2) { border-right: 0; }
  .phases article:nth-child(2) { border-right: 0; }
  .shift-section { grid-template-columns: 1fr; }
  .shift-arrow { transform: rotate(90deg); justify-self: center; }
}

@media (max-width: 680px) {
  body { font-size: 16px; }
  .site-header { min-height: 66px; }
  .brand { font-size: 1.05rem; }
  .nav-cta { padding: 8px 14px; }
  .hero { min-height: auto; }
  .hero-copy { padding: 70px 6vw 24px; }
  h1 { font-size: clamp(2.7rem, 14vw, 4.5rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-visual { min-height: 430px; }
  .hero-visual img { min-height: 430px; object-position: 71% center; }
  .facts { grid-template-columns: 1fr; }
  .facts article { min-height: 92px; border-right: 0; border-bottom: 1px solid var(--line); }
  .truth-section, .program-section, .support-section, .choice-section, .about-section, .faq-section { padding-inline: 6vw; }
  .truth-grid h2, .program-intro h2, .support-section h2, .for-you-section h2, .about-copy h2, .faq-section h2 { font-size: 2.65rem; }
  .shift-card { min-height: 0; }
  .phases { grid-template-columns: 1fr; }
  .phases article { min-height: 0; padding: 34px 26px; }
  .logic-steps { grid-template-columns: 1fr; }
  .logic-steps article { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .logic-steps span { margin-bottom: 20px; }
  .phases article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .support-list article { grid-template-columns: 55px 1fr; gap: 14px; }
  .choice-card { padding: 30px 24px; }
  .choice-card .button { width: 100%; }
  .for-you-section { padding-inline: 6vw; }
  .about-section { grid-template-columns: 1fr; }
  .about-portrait-wrap { max-width: 390px; margin-bottom: 28px; }
  .about-stamp { right: -6px; bottom: 20px; }
  footer { align-items: flex-start; flex-direction: column; }
  footer { display: flex; }
}

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