:root {
  --bg: #f5f1ec;
  --paper: #fffdf9;
  --ink: #111111;
  --muted: #6b6865;
  --line: #d8d2cc;
  --accent: #ed705f;
  --accent-soft: #f8dcd5;
  --dark: #181818;
  --radius: 28px;
  --max: 1280px;
  --pad: clamp(20px, 4.5vw, 72px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--bg); font-family: "Manrope", Arial, sans-serif; font-size: 16px; line-height: 1.45; }
a { color: inherit; text-decoration: none; }
p, h1, h2, h3, blockquote { margin-top: 0; }

.site-header { position: sticky; z-index: 10; top: 0; max-width: var(--max); margin: 14px auto 0; padding: 12px 16px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border: 1px solid rgba(17,17,17,.08); border-radius: 18px; background: rgba(255,253,249,.88); backdrop-filter: blur(14px); }
.brand { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 700; }
.brand-mark { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid currentColor; border-radius: 50%; }
.nav { display: flex; gap: 32px; color: var(--muted); font-size: 14px; }
.nav a:hover { color: var(--ink); }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 58px; padding: 0 24px; border-radius: 12px; background: var(--accent); color: white; font-weight: 600; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: #df604f; }
.button--small { min-height: 42px; padding: 0 18px; font-size: 13px; }
.button--dark { width: 100%; background: var(--dark); }

.section { max-width: var(--max); margin: 18px auto; padding: clamp(64px, 8vw, 120px) var(--pad); border-radius: var(--radius); overflow: hidden; }
.section--cream { background: var(--paper); }
.section--white { background: #fff; }
.section--dark { color: white; background: var(--dark); }
.eyebrow, .section-kicker { margin-bottom: 28px; text-transform: uppercase; letter-spacing: .1em; font-size: 12px; font-weight: 700; }
.eyebrow--light { color: #aaa7a3; }
h1, h2 { letter-spacing: -.055em; line-height: .97; font-weight: 500; }
h1 { margin-bottom: 30px; font-size: clamp(54px, 7vw, 104px); }
h2 { font-size: clamp(44px, 5.4vw, 78px); }
h1 span, h2 span, .big-statement span { color: var(--accent); }
.lead { max-width: 720px; color: var(--muted); font-size: clamp(20px, 2.1vw, 29px); line-height: 1.32; }
.hero-address { max-width: 720px; margin: 0 0 24px; color: var(--accent); text-transform: uppercase; letter-spacing: .06em; font-size: 12px; font-weight: 700; }
.hero-description { max-width: 700px; margin-top: 24px; color: var(--muted); font-size: 16px; }

.hero { min-height: 760px; display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: clamp(40px, 7vw, 100px); }
.hero-trust { grid-column: 1 / -1; display: grid; grid-template-columns: 220px 1fr; gap: 30px; padding-top: 28px; border-top: 1px solid var(--line); }
.hero-trust p { max-width: 650px; margin: 0; color: var(--muted); }
.hero-actions { margin-top: 54px; display: flex; align-items: center; gap: 24px; }
.hero-actions p { margin: 0; color: var(--muted); font-size: 13px; }
.hero-visual { min-height: 560px; position: relative; display: grid; place-items: center; background: var(--accent-soft); border-radius: 50% 50% 24px 24px; }
.visual-orbit { position: absolute; border: 1px solid rgba(237,112,95,.45); border-radius: 50%; }
.visual-orbit--one { inset: 40px -70px; transform: rotate(-18deg); }
.visual-orbit--two { inset: 100px -110px; transform: rotate(28deg); }
.course-card { z-index: 1; width: min(76%, 360px); padding: 24px; transform: rotate(3deg); color: white; background: var(--dark); border-radius: 16px; box-shadow: 0 28px 60px rgba(51,33,27,.22); }
.course-card__tag { color: #aaa; font-size: 12px; text-transform: uppercase; }
.course-card__figure { height: 250px; display: grid; place-items: center; margin: 22px 0; color: var(--accent); background: #292929; border-radius: 10px; font-size: 110px; font-weight: 500; }
.course-card h2 { margin-bottom: 5px; font-size: 48px; }
.course-card > p:last-child { color: #aaa; }
.floating-note { z-index: 2; position: absolute; padding: 12px 16px; border-radius: 10px; background: white; box-shadow: 0 12px 30px rgba(30,20,10,.11); font-size: 12px; font-weight: 600; }
.floating-note--top { top: 60px; left: -26px; }
.floating-note--bottom { right: -18px; bottom: 74px; }

.preview-section { display: grid; grid-template-columns: 1.15fr .85fr; gap: 20px; background: var(--dark); color: white; }
.preview-frame { min-height: 540px; padding: 40px; display: flex; flex-direction: column; justify-content: space-between; border-radius: 22px; background: linear-gradient(145deg, #35302d, #1f1d1c); }
.preview-frame h2 { margin: 0; font-size: clamp(44px, 5vw, 72px); }
.preview-play { width: 72px; height: 72px; display: grid; place-items: center; padding-left: 5px; border-radius: 50%; background: var(--accent); }
.benefit-list { display: flex; flex-direction: column; justify-content: center; }
.benefit-list p { display: grid; grid-template-columns: 48px 1fr; gap: 10px; margin: 0; padding: 24px 0; border-bottom: 1px solid #383838; color: #bbb; font-size: 17px; }
.benefit-list span { color: var(--accent); }

.proof-strip { padding-top: 52px; padding-bottom: 52px; }
.proof-title { max-width: 980px; margin-bottom: 68px; }
.proof-explainer { max-width: 920px; margin: 58px 0 0 auto; color: var(--muted); font-size: clamp(19px, 2vw, 27px); }
.metrics { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.metrics article { padding: 32px 32px 8px 0; }
.metrics article + article { padding-left: 32px; border-left: 1px solid var(--line); }
.metrics strong { display: block; margin-bottom: 12px; font-size: clamp(32px, 4vw, 55px); font-weight: 500; letter-spacing: -.05em; }
.metrics span { display: block; max-width: 300px; color: var(--muted); }

.manifesto { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; }
.manifesto h2 { margin-bottom: 0; }
.manifesto-copy { align-self: end; font-size: clamp(18px, 1.7vw, 24px); color: #aaa; }
.manifesto-copy p { padding-bottom: 24px; border-bottom: 1px solid #3a3a3a; }
.manifesto-copy .manifesto-accent { color: white; border: 0; }

.pain-section { background: #f0ebe5; }
.split-title { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 72px; }
.split-title h2 { margin: 0; }
.split-title > p { color: var(--muted); }
.story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.story-card { min-height: 320px; padding: 28px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); }
.story-card--accent { background: var(--accent); color: white; border-color: var(--accent); transform: translateY(-24px); }
.story-card span { font-size: 12px; }
.story-card h3 { margin: auto 0 14px; font-size: 28px; letter-spacing: -.04em; }
.story-card p { margin-bottom: 0; color: var(--muted); }
.story-card--accent p { color: rgba(255,255,255,.82); }
.big-statement { margin: 100px 0 0; font-size: clamp(34px, 5vw, 68px); line-height: 1.04; letter-spacing: -.055em; }
.letter-copy { max-width: 780px; margin: 70px 0 0 auto; font-size: 20px; }
.letter-copy p { padding: 22px 0; border-top: 1px solid var(--line); }

.program-section { background: var(--paper); }
.section-heading { max-width: 940px; margin-bottom: 72px; }
.section-heading > p:last-child { max-width: 610px; margin-top: 28px; color: var(--muted); font-size: 19px; }
.timeline { border-top: 1px solid var(--line); }
.module { display: grid; grid-template-columns: 180px 1fr; gap: 40px; padding: 38px 0; border-bottom: 1px solid var(--line); }
.module-index { color: var(--accent); font-size: 46px; letter-spacing: -.05em; }
.module-label { margin-bottom: 12px; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.module h3 { margin-bottom: 12px; font-size: 32px; letter-spacing: -.04em; }
.module div:last-child > p:last-child { max-width: 700px; margin: 0; color: var(--muted); font-size: 18px; }
.module--final { margin-top: 18px; padding: 38px; border: 0; border-radius: 18px; background: var(--accent); color: white; }
.module--final .module-index, .module--final .module-label, .module--final div:last-child > p:last-child { color: white; }
.format-line { margin-top: 54px; display: flex; flex-wrap: wrap; gap: 10px; }
.format-line span { padding: 10px 15px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: 13px; }

.author-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; color: white; background: var(--dark); }
.portrait { min-height: 650px; overflow: hidden; border-radius: 22px; background: #171717; }
.portrait img { width: 100%; height: 100%; min-height: 650px; display: block; object-fit: cover; object-position: center; }
.author-copy { align-self: center; }
.author-copy h2 { margin-bottom: 44px; }
.author-copy > p:not(.eyebrow) { max-width: 610px; color: #aaa; font-size: 18px; }
blockquote { margin: 48px 0 0; padding-top: 28px; border-top: 1px solid #3b3b3b; color: white; font-size: clamp(21px, 2vw, 28px); }

.outcomes-section { background: var(--paper); }
.outcomes-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.outcomes-grid article { min-height: 270px; padding: 28px; border: 1px solid var(--line); border-radius: 20px; }
.outcomes-grid span { color: var(--accent); }
.outcomes-grid h3 { margin: 90px 0 10px; font-size: 28px; letter-spacing: -.04em; }
.outcomes-grid p { color: var(--muted); }
.social-proof { margin-top: 70px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.social-proof div { min-height: 230px; padding: 28px; border-radius: 20px; background: #ece6df; }
.social-proof strong { color: var(--accent); font-size: 34px; }
.social-proof p { margin: 80px 0 0; color: var(--muted); }
.return-rate { max-width: 820px; margin: 64px 0 0 auto; font-size: 25px; letter-spacing: -.025em; }

.value-section { background: #e7e0d9; }
.section-heading--compact { margin-bottom: 46px; }
.value-list { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #bbb3ac; border-bottom: 1px solid #bbb3ac; }
.value-list div { padding: 32px 20px 32px 0; }
.value-list div + div { padding-left: 20px; border-left: 1px solid #bbb3ac; }
.value-list span { font-size: clamp(50px, 6vw, 82px); letter-spacing: -.07em; }
.value-list p { margin: 4px 0 0; color: var(--muted); }
.bonus-card { max-width: 760px; margin: 70px 0 0 auto; padding: 36px; color: white; background: var(--accent); border-radius: 20px; }
.bonus-card h3 { font-size: 30px; letter-spacing: -.04em; }
.bonus-card p:last-child { margin-bottom: 0; color: rgba(255,255,255,.8); }
.value-table { margin-top: 70px; border-top: 1px solid #bbb3ac; }
.value-table div { padding: 20px 0; display: flex; justify-content: space-between; gap: 30px; border-bottom: 1px solid #bbb3ac; }
.value-table strong { white-space: nowrap; }
.value-table .value-total { color: var(--accent); font-size: 24px; }

.price-section { background: var(--paper); }
.price-card { max-width: 850px; margin: 0 auto; padding: clamp(34px, 5vw, 70px); border-radius: 28px; color: white; background: var(--accent); }
.price-card h2 { margin-bottom: 44px; }
.price-row { display: flex; align-items: end; gap: 30px; margin-bottom: 38px; }
.price-row s { color: rgba(255,255,255,.55); font-size: 26px; }
.price-row strong { font-size: clamp(54px, 7vw, 92px); line-height: 1; letter-spacing: -.07em; font-weight: 500; }
.price-card ul { margin: 0 0 38px; padding: 24px 0; list-style: none; border-top: 1px solid rgba(255,255,255,.35); border-bottom: 1px solid rgba(255,255,255,.35); }
.price-card li { padding: 8px 0; }
.price-card li::before { content: "—"; margin-right: 12px; }
.bump-card, .honesty-card { max-width: 850px; margin: 18px auto 0; padding: 34px 40px; border: 1px solid var(--line); border-radius: 24px; }
.bump-card { display: grid; grid-template-columns: 58px 1fr; gap: 22px; }
.fake-check { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 12px; color: white; background: var(--accent); font-size: 24px; }
.bump-card h3, .honesty-card h3 { margin-bottom: 10px; font-size: 28px; }
.bump-card p:last-child, .honesty-card p:last-child { margin: 0; color: var(--muted); }
.guarantee { max-width: 850px; margin: 18px auto 0; padding: 40px; display: grid; grid-template-columns: 180px 1fr; gap: 34px; border: 1px solid var(--line); border-radius: 24px; }
.guarantee-number { color: var(--accent); font-size: 130px; line-height: .9; letter-spacing: -.1em; }
.guarantee h3 { font-size: 30px; }
.guarantee p:last-child { color: var(--muted); }

.final-section { min-height: 660px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; color: white; background: var(--dark); }
.final-section h2 { max-width: 1000px; }
.final-section > p:not(.eyebrow) { max-width: 700px; margin: 10px 0 38px; color: #aaa; font-size: 20px; }
.postscript { max-width: 800px; margin-top: 90px; padding-top: 34px; border-top: 1px solid #3a3a3a; color: #aaa; }
.postscript p:first-child { color: white; font-size: 24px; }

footer { max-width: var(--max); margin: 0 auto; padding: 36px var(--pad) 54px; display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 13px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .site-header { margin: 8px; }
  .nav { display: none; }
  .section { margin: 8px; }
  .hero, .manifesto, .author-section { grid-template-columns: 1fr; }
  .preview-section { grid-template-columns: 1fr; }
  .hero { padding-top: 90px; }
  .hero-visual { min-height: 500px; }
  .manifesto { gap: 60px; }
  .metrics, .story-grid { grid-template-columns: 1fr; }
  .metrics article + article { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .story-card--accent { transform: none; }
  .outcomes-grid, .value-list { grid-template-columns: repeat(2, 1fr); }
  .social-proof { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .site-header .button { display: none; }
  .section { border-radius: 20px; }
  h1 { font-size: 48px; }
  h2 { font-size: 40px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-trust { grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 430px; }
  .course-card__figure { height: 190px; }
  .split-title { align-items: flex-start; flex-direction: column; }
  .module { grid-template-columns: 1fr; gap: 8px; }
  .module--final { padding: 26px; }
  .portrait, .portrait img { min-height: 470px; }
  .outcomes-grid, .value-list { grid-template-columns: 1fr; }
  .value-list div + div { padding-left: 0; border-left: 0; border-top: 1px solid #bbb3ac; }
  .price-row { align-items: flex-start; flex-direction: column; }
  .guarantee { grid-template-columns: 1fr; }
  footer { align-items: flex-start; flex-direction: column; gap: 20px; }
}

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