:root {
  --cream: #f7f3ee;
  --cream-2: #eee7e1;
  --brown: #5d4c45;
  --brown-dark: #302825;
  --gold: #b58a35;
  --gold-light: #d6b771;
  --green: #37644e;
  --white: #fff;
  --muted: #897a73;
  --border: rgba(93, 76, 69, .18);
  --shadow: 0 24px 60px rgba(48, 40, 37, .16);
  --radius: 24px;
  --container: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--brown-dark); font-family: Arial, Helvetica, sans-serif; line-height: 1.65; }
img { max-width: 100%; height: auto; }
a { color: inherit; }
button, input { font: inherit; }
h1, h2, h3 { margin: 0 0 .5em; font-family: Georgia, "Times New Roman", serif; line-height: 1.06; letter-spacing: -.025em; }
h1 { font-size: clamp(3rem, 6.8vw, 6rem); }
h2 { font-size: clamp(2.4rem, 4.5vw, 4.4rem); }
h3 { font-size: 1.5rem; }
p { margin: 0 0 1.15em; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { max-width: 780px; }
.section { padding: 110px 0; }
.eyebrow { margin-bottom: 20px; color: var(--gold); font-size: .79rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.section-heading { max-width: 750px; margin-bottom: 55px; }
.section-heading > p:last-child { color: var(--brown); font-size: 1.16rem; }
.light, .light p { color: var(--cream); }

.skip-link { position: fixed; left: 16px; top: -100px; z-index: 999; padding: 12px 18px; background: var(--gold); color: var(--brown-dark); font-weight: 700; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(255, 255, 255, .08); background: rgba(48, 40, 37, .95); color: var(--cream); backdrop-filter: blur(18px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-light); font: 700 1.15rem Georgia, serif; }
.brand strong, .brand small { display: block; }
.brand small { margin-top: 2px; color: var(--gold-light); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { color: var(--cream); font-size: .91rem; text-decoration: none; }
.main-nav a:hover { color: var(--gold-light); }
.main-nav .nav-cta { padding: 10px 20px; border-radius: 999px; background: var(--gold); color: var(--brown-dark); font-weight: 800; }
.menu-toggle { display: none; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: transparent; color: var(--cream); padding: 8px 15px; }

.hero { position: relative; overflow: hidden; padding: 105px 0 125px; background: var(--brown-dark); color: var(--cream); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 80px; }
.hero-lead { max-width: 710px; color: var(--cream-2); font: italic clamp(1.2rem, 2vw, 1.55rem) Georgia, serif; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 35px 0; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 999px; padding: 14px 25px; cursor: pointer; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: var(--brown-dark); box-shadow: 0 12px 28px rgba(181, 138, 53, .24); }
.button-primary:hover { background: var(--gold-light); }
.button-ghost { border: 1px solid rgba(255,255,255,.25); background: transparent; color: var(--cream); }
.button-gold { background: var(--gold); color: var(--brown-dark); }
.button-full { width: 100%; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 10px 25px; padding: 0; list-style: none; color: var(--gold-light); font-size: .84rem; }
.hero-notes li::before { content: "•"; margin-right: 8px; }
.book-stage { position: relative; min-height: 650px; display: grid; place-items: center; }
.book-stage img { position: relative; z-index: 2; width: min(380px, 78vw); border-radius: 2px; box-shadow: 34px 40px 70px rgba(0,0,0,.42); transform: rotate(2deg); }
.book-halo { position: absolute; width: 500px; height: 500px; border: 1px solid rgba(214,183,113,.38); border-radius: 50%; }
.book-halo::after { content: ""; position: absolute; inset: 55px; border: 1px solid rgba(214,183,113,.18); border-radius: 50%; }
.book-badge { position: absolute; z-index: 3; right: 0; bottom: 90px; width: 135px; height: 135px; display: grid; place-content: center; border-radius: 50%; background: var(--gold); color: var(--brown-dark); text-align: center; text-transform: uppercase; font-size: .72rem; letter-spacing: .08em; box-shadow: var(--shadow); }
.book-badge strong { font-size: .88rem; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(12px); opacity: .2; }
.hero-glow-one { width: 500px; height: 500px; right: -140px; top: -220px; background: var(--gold); }
.hero-glow-two { width: 420px; height: 420px; left: -250px; bottom: -280px; background: var(--brown); }

.truth-strip { border-bottom: 1px solid var(--border); background: var(--white); }
.truth-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.truth-grid p { margin: 0; padding: 28px 32px; border-right: 1px solid var(--border); }
.truth-grid p:last-child { border-right: 0; }
.truth-grid strong, .truth-grid span { display: block; }
.truth-grid strong { color: var(--gold); font: 700 1.3rem Georgia, serif; }
.truth-grid span { color: var(--muted); font-size: .85rem; }

.section-intro { background: var(--cream); }
.section-intro .narrow > p:not(.eyebrow) { color: var(--brown); font: 1.22rem/1.8 Georgia, serif; }
blockquote { margin: 50px 0 0; padding: 28px 34px; border-left: 5px solid var(--gold); background: var(--white); color: var(--brown); font: italic 1.45rem/1.55 Georgia, serif; box-shadow: 0 14px 35px rgba(48,40,37,.07); }

.section-dark { background: var(--brown); color: var(--cream); }
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.offer-card { min-height: 260px; padding: 30px; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius); background: rgba(255,255,255,.045); }
.offer-card span { color: var(--gold-light); font-size: .75rem; font-weight: 800; letter-spacing: .12em; }
.offer-card h3 { margin-top: 45px; color: var(--cream); }
.offer-card p { color: var(--cream-2); font-size: .95rem; }

.quiz-section { background: var(--cream-2); }
.quiz-layout { display: grid; grid-template-columns: .75fr 1.25fr; align-items: start; gap: 65px; }
.quiz-intro { position: sticky; top: 120px; }
.privacy-note { padding: 18px; border-radius: 14px; background: rgba(55,100,78,.1); color: var(--green); font-size: .9rem; }
.quiz-card, .quiz-result { padding: 38px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--white); box-shadow: 0 20px 55px rgba(48,40,37,.08); }
fieldset { margin: 0 0 35px; padding: 0 0 32px; border: 0; border-bottom: 1px solid var(--border); }
legend { margin-bottom: 15px; color: var(--brown-dark); font: 700 1.28rem/1.35 Georgia, serif; }
fieldset label { display: grid; grid-template-columns: 22px 1fr; gap: 10px; padding: 11px; border-radius: 11px; cursor: pointer; }
fieldset label:hover { background: var(--cream); }
fieldset input { margin-top: 5px; accent-color: var(--gold); }
.quiz-error { color: #9c3f3f; font-weight: 700; }
.quiz-result h3 { font-size: clamp(2rem, 4vw, 3.6rem); }
.result-score { color: var(--muted); }
.text-button { margin: 18px auto 0; display: block; border: 0; background: transparent; color: var(--brown); text-decoration: underline; cursor: pointer; }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding: 0; list-style: none; }
.steps li { min-height: 220px; padding: 26px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--white); }
.steps span { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 40px; border-radius: 50%; background: var(--gold); color: var(--brown-dark); font-weight: 900; }
.steps p { color: var(--muted); }

.author-section { background: var(--white); }
.author-grid { display: grid; grid-template-columns: .45fr 1fr; align-items: center; gap: 70px; }
.author-monogram { aspect-ratio: 1; display: grid; place-items: center; border: 2px solid var(--gold); border-radius: 50%; background: var(--brown); color: var(--cream); font: 700 clamp(5rem, 12vw, 9rem) Georgia, serif; box-shadow: var(--shadow); }
.author-grid p:not(.eyebrow) { max-width: 700px; color: var(--brown); font-size: 1.12rem; }

.offer-section { background: var(--cream-2); }
.offer-layout { display: grid; grid-template-columns: 1fr 420px; align-items: center; gap: 80px; }
.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 25px; padding: 0; list-style: none; }
.check-list li::before { content: "✓"; margin-right: 9px; color: var(--green); font-weight: 900; }
.price-card { padding: 38px; border-radius: var(--radius); background: var(--brown-dark); color: var(--cream); box-shadow: var(--shadow); }
.price-label { color: var(--gold-light); font-size: .82rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.price { margin: 25px 0 2px; color: var(--cream); font: 700 5.2rem/1 Georgia, serif; }
.price-after, .secure-note { color: var(--cream-2); font-size: .83rem; }
.support-link { display: block; margin-top: 18px; color: var(--gold-light); text-align: center; }

.faq-section details { border-bottom: 1px solid var(--border); }
.faq-section summary { padding: 22px 0; cursor: pointer; color: var(--brown-dark); font: 700 1.2rem Georgia, serif; }
.faq-section details p { padding: 0 0 20px; color: var(--brown); }
.final-cta { padding: 110px 0; background: var(--brown); color: var(--cream); text-align: center; }
.final-cta .narrow { margin-inline: auto; }
.final-cta h2 { margin-bottom: 35px; }

.site-footer { padding: 65px 0 30px; background: var(--brown-dark); color: var(--cream-2); }
.footer-grid { display: flex; justify-content: space-between; gap: 30px; }
.footer-grid strong { color: var(--cream); font: 700 1.4rem Georgia, serif; }
.footer-grid nav { display: flex; flex-wrap: wrap; gap: 20px; }
.footer-grid a { color: var(--gold-light); }
.footer-note { margin-top: 45px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.1); font-size: .78rem; }

.config-warning { position: fixed; z-index: 100; right: 20px; bottom: 20px; max-width: 460px; padding: 18px 52px 18px 20px; border: 2px solid var(--gold); border-radius: 16px; background: var(--brown-dark); color: var(--cream); box-shadow: var(--shadow); }
.config-warning strong, .config-warning span { display: block; }
.config-warning span { margin-top: 4px; font-size: .86rem; }
.config-warning button { position: absolute; top: 8px; right: 12px; border: 0; background: transparent; color: var(--cream); font-size: 1.5rem; cursor: pointer; }

.legal-page { min-height: 100vh; padding: 85px 0; background: var(--cream); }
.legal-page article { max-width: 800px; margin: 0 auto; padding: 45px; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.legal-page h1 { font-size: clamp(2.5rem, 6vw, 4.5rem); }
.back-link { display: inline-block; margin-bottom: 30px; color: var(--gold); font-weight: 700; }

@media (max-width: 900px) {
  .menu-toggle { display: inline-flex; }
  .main-nav { position: absolute; left: 20px; right: 20px; top: 75px; display: none; padding: 20px; border-radius: 18px; background: var(--brown-dark); box-shadow: var(--shadow); }
  .main-nav.is-open { display: grid; }
  .hero-grid, .quiz-layout, .author-grid, .offer-layout { grid-template-columns: 1fr; }
  .book-stage { min-height: 580px; }
  .book-badge { right: 8%; }
  .offer-grid { grid-template-columns: 1fr 1fr; }
  .quiz-intro { position: static; }
  .steps { grid-template-columns: 1fr 1fr; }
  .author-monogram { max-width: 400px; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 78px 0; }
  .header-inner { min-height: 72px; }
  .brand strong { font-size: .9rem; }
  .brand small { font-size: .58rem; }
  .hero { padding: 75px 0 85px; }
  .hero-grid { gap: 35px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .book-stage { min-height: 510px; }
  .book-stage img { width: 270px; }
  .book-halo { width: 370px; height: 370px; }
  .book-badge { width: 110px; height: 110px; right: 2%; bottom: 55px; }
  .truth-grid { grid-template-columns: 1fr; padding: 10px 0; }
  .truth-grid p { padding: 16px 10px; border-right: 0; border-bottom: 1px solid var(--border); }
  .truth-grid p:last-child { border-bottom: 0; }
  .offer-grid, .steps, .check-list { grid-template-columns: 1fr; }
  .offer-card { min-height: 220px; }
  .quiz-card, .quiz-result, .price-card { padding: 24px; }
  .author-grid { gap: 35px; }
  .offer-layout { gap: 40px; }
  .price { font-size: 4.3rem; }
  .footer-grid { display: grid; }
  .footer-grid nav { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
