:root{
  --green:#0d3b2e;
  --green-2:#164f3d;
  --green-3:#edf4ef;
  --gold:#b98a3b;
  --gold-soft:#d7bd86;
  --cream:#f8f4ea;
  --cream-2:#fffdf7;
  --ink:#173229;
  --muted:#68766f;
  --line:#e7e1d5;
  --white:#fff;
  --shadow:0 24px 70px rgba(20,55,43,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--cream)}
body{margin:0;color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;background:var(--cream-2);line-height:1.65;overflow-x:hidden}
img{display:block;max-width:100%}
a{color:inherit}
.container{width:min(1160px,calc(100% - 40px));margin:0 auto}
.narrow{max-width:830px;margin-left:auto;margin-right:auto}
.center{text-align:center}
.top-glow{position:fixed;z-index:-1;top:-210px;right:-130px;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,#d8c28a44,transparent 68%)}
.site-header{position:relative;z-index:20;padding:18px 0;border-bottom:1px solid rgba(13,59,46,.08);background:rgba(255,253,247,.92);backdrop-filter:blur(12px)}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none}
.brand img{width:66px;height:66px;object-fit:contain}
.brand span{display:flex;flex-direction:column;line-height:1.18}
.brand strong{font-family:Georgia,"Times New Roman",serif;font-size:19px;color:var(--green)}
.brand small{margin-top:5px;color:#8b7650;font-size:11px;letter-spacing:.04em}
.header-cta{padding:11px 17px;border-radius:10px;background:var(--green);color:#fff;text-decoration:none;font-weight:800;font-size:13px;box-shadow:0 8px 22px rgba(13,59,46,.16)}
.hero{padding:76px 0 88px;position:relative;overflow:hidden;background:
 radial-gradient(circle at 70% 22%,rgba(185,138,59,.16),transparent 23%),
 linear-gradient(180deg,#fffdf8 0%,#f7f2e8 100%)}
.hero:after{content:"";position:absolute;left:-130px;bottom:-240px;width:520px;height:520px;border:1px solid rgba(185,138,59,.17);border-radius:50%;box-shadow:0 0 0 28px rgba(185,138,59,.025),0 0 0 60px rgba(185,138,59,.018)}
.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:66px}
.eyebrow,.section-kicker{font-size:14px;letter-spacing:.14em;font-weight:900;color:var(--gold);text-transform:uppercase;line-height:1.35}
.eyebrow span{background:var(--green);color:#fff;padding:7px 10px;border-radius:999px;margin-right:4px;letter-spacing:.13em}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;color:var(--green);line-height:1.08;margin:0}
h1{font-size:clamp(42px,5.1vw,70px);letter-spacing:-.035em;margin-top:20px;max-width:780px}
h2{font-size:clamp(34px,4vw,52px);letter-spacing:-.025em}
h3{font-size:25px}
.hero-lead{font-size:19px;line-height:1.7;color:#4e6058;max-width:700px;margin:24px 0 26px}
.hero-pricing{display:flex;align-items:end;gap:26px;margin:18px 0 19px}
.hero-pricing>div{display:flex;flex-direction:column}.value-label{font-size:11px;text-transform:uppercase;letter-spacing:.13em;color:#7c857f;font-weight:800}.old-value{text-decoration:line-through;color:#8f978f;font-size:20px;font-weight:700}.today-price span{font-size:12px;color:#7c6a46;font-weight:800;text-transform:uppercase}.today-price strong{font-size:38px;color:var(--green);line-height:1.05}
.primary-cta{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;min-width:min(100%,410px);padding:16px 23px;border-radius:13px;background:linear-gradient(135deg,#0d3b2e,#17533f);color:#fff;text-decoration:none;font-weight:900;box-shadow:0 16px 30px rgba(13,59,46,.22);transition:.25s transform,.25s box-shadow}
.primary-cta:hover{transform:translateY(-2px);box-shadow:0 20px 36px rgba(13,59,46,.28)}
.primary-cta span{font-size:15px;letter-spacing:.035em}.primary-cta small{font-weight:500;opacity:.76;font-size:11px;margin-top:4px}
.trust-row{display:flex;flex-wrap:wrap;gap:15px;color:#6a746f;font-size:12px;margin-top:15px}
.hero-visual{position:relative;min-height:560px;display:flex;align-items:center;justify-content:center}
.halo{position:absolute;width:440px;height:440px;border-radius:50%;background:radial-gradient(circle,#ecd59d 0%,#f6ead0 36%,transparent 72%);filter:blur(1px)}
.book-stack{width:500px;height:500px;position:relative;perspective:1300px}
.book{position:absolute;margin:0;background:#fff;border-radius:7px;overflow:hidden;box-shadow:0 28px 45px rgba(26,43,35,.24);border:1px solid rgba(255,255,255,.6);transform-style:preserve-3d}.book img{width:100%;height:100%;object-fit:cover}.book:after{content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.28);pointer-events:none}
.book-main{z-index:5;width:245px;height:350px;left:120px;top:84px;transform:rotateY(-7deg) rotateZ(-1deg)}
.book-b{z-index:2;width:180px;height:270px;left:15px;top:135px;transform:rotateZ(-9deg) rotateY(10deg)}
.book-c{z-index:3;width:180px;height:270px;right:9px;top:102px;transform:rotateZ(8deg) rotateY(-10deg)}
.book-d{z-index:1;width:165px;height:245px;right:54px;bottom:5px;transform:rotateZ(12deg)}
.visual-badge{position:absolute;z-index:8;right:13px;bottom:72px;background:#fff;border:1px solid #eadbb7;border-radius:50%;width:104px;height:104px;display:flex;align-items:center;justify-content:center;gap:7px;box-shadow:var(--shadow)}
.visual-badge strong{font:700 34px Georgia;color:var(--gold)}.visual-badge span{font-size:11px;text-transform:uppercase;line-height:1.2;font-weight:800;color:var(--green)}
.recognition{padding:94px 0;background:#fff}.recognition h2{margin:12px 0 22px}.recognition p{font-size:18px;color:#58675f;margin:12px auto;max-width:790px}
.featured-book{padding:96px 0;background:var(--green);color:#ecf4ef;position:relative;overflow:hidden}.featured-book:before{content:"";position:absolute;top:-90px;right:-90px;width:380px;height:380px;border-radius:50%;border:1px solid rgba(212,181,111,.18);box-shadow:0 0 0 36px rgba(212,181,111,.03),0 0 0 74px rgba(212,181,111,.02)}
.featured-book .section-heading{max-width:840px;margin-bottom:52px}.featured-book h2,.journey h2{color:#fff}.section-kicker.light{color:#d9bd7d}.featured-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:72px;align-items:center}.featured-cover{display:flex;justify-content:center}.gold-frame{position:relative;width:min(330px,85%);padding:12px;background:linear-gradient(145deg,#cda45a,#f0dca4,#a9782e);border-radius:15px;box-shadow:0 24px 60px rgba(0,0,0,.28)}.gold-frame img{border-radius:8px;box-shadow:0 12px 28px rgba(0,0,0,.25)}.featured-copy .large{font-size:22px;color:#fff;line-height:1.55;margin-top:0}.featured-copy p{color:#d3dfd8}.pill-grid{display:flex;flex-wrap:wrap;gap:9px;margin:24px 0}.pill-grid span{padding:8px 11px;border:1px solid rgba(255,255,255,.17);background:rgba(255,255,255,.06);border-radius:999px;font-size:12px;color:#f0f4f1}.featured-copy blockquote{margin:26px 0;padding:19px 22px;border-left:3px solid var(--gold-soft);background:rgba(255,255,255,.06);border-radius:0 12px 12px 0;font-family:Georgia,serif;font-size:20px;color:#fff}.secondary-cta{display:inline-block;color:#fff;text-decoration:none;font-weight:800;border-bottom:1px solid #d4ba7d;padding-bottom:3px}
.books-section{padding:100px 0;background:#f8f5ed}.section-heading{max-width:850px;margin:0 auto 45px}.section-heading h2{margin:11px 0 14px}.section-heading p{color:#66736c;font-size:17px}.book-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.book-card{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:0 18px 50px rgba(28,53,43,.07);transition:.25s transform}.book-card:hover{transform:translateY(-4px)}.card-cover{height:335px;padding:28px;background:linear-gradient(145deg,#eef3eb,#f8f3e7);display:flex;justify-content:center;align-items:center}.card-cover img{height:100%;width:auto;max-width:78%;object-fit:cover;box-shadow:0 18px 30px rgba(26,49,40,.18);border-radius:4px}.card-content{padding:25px}.card-content .number{display:inline-flex;width:35px;height:35px;border-radius:50%;align-items:center;justify-content:center;background:#edf4ef;color:var(--green);font-weight:900;font-size:11px;margin-bottom:14px}.card-content h3{margin-bottom:12px}.card-content p{color:#66736c;font-size:14px;min-height:118px}.card-content strong{font-size:12px;color:#a1742f;letter-spacing:.04em}
.journey{padding:100px 0;background:linear-gradient(140deg,#0d3b2e,#154c3b);color:#eaf2ed}.journey-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.journey-copy h2{margin:13px 0 20px}.journey-copy p{color:#d5e0da;font-size:17px}.journey-list{display:grid;gap:13px}.journey-list>div{display:flex;gap:16px;padding:19px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:rgba(255,255,255,.055)}.journey-list b{font-family:Georgia,serif;color:#ddc080;font-size:22px}.journey-list span{display:flex;flex-direction:column}.journey-list strong{color:#fff}.journey-list small{color:#cbd8d1;font-size:12px;margin-top:3px}
.offer{padding:96px 0;background:#fff}.offer-card{display:grid;grid-template-columns:170px 1fr 300px;gap:36px;align-items:center;border:1px solid #e4ddce;border-radius:28px;padding:42px;background:linear-gradient(135deg,#fffdf8,#f6f0e4);box-shadow:var(--shadow);position:relative;overflow:hidden}.offer-card:after{content:"";position:absolute;right:-80px;top:-110px;width:280px;height:280px;border-radius:50%;border:1px solid #d7bd8666;pointer-events:none}.offer-logo img{width:150px}.offer-copy h2{font-size:39px;margin:10px 0 20px}.offer-copy ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:10px 20px;color:#59665f;font-size:14px}.offer-copy li span{color:#2e7459;font-weight:900;margin-right:5px}.offer-price{display:flex;flex-direction:column;align-items:flex-start;padding-left:30px;border-left:1px solid #ddd3c0}.offer-price .old-value{font-size:18px}.offer-price .now-label{font-size:11px;color:#a1742f;font-weight:900;letter-spacing:.15em;margin-top:8px}.offer-price>strong{font-size:36px;color:var(--green);line-height:1.15;margin-bottom:15px}.primary-cta.compact{min-width:0;width:100%;padding:14px 14px}.primary-cta.compact span{font-size:12px}
.faq{padding:96px 0;background:#f7f3ea}.faq-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:70px}.faq-heading h2{margin:12px 0 14px}.faq-heading p{color:#6d766f}.faq-list details{background:#fff;border:1px solid #e6dfd2;border-radius:14px;padding:0 19px;margin-bottom:11px}.faq-list summary{cursor:pointer;font-weight:800;color:var(--green);padding:17px 0;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";float:right;color:var(--gold);font-size:20px}.faq-list details[open] summary:after{content:"–"}.faq-list p{margin:0 0 17px;color:#637169;font-size:14px}
.final-cta{padding:100px 0;background:#fff;text-align:center}.ornament{color:var(--gold);font-size:25px;margin-bottom:15px}.final-cta h2{font-size:clamp(34px,4.2vw,54px)}.final-cta p{max-width:650px;margin:20px auto 28px;color:#66736c;font-size:17px}
footer{background:#0a2f24;color:#dbe7e0;padding:34px 0 86px}.footer-inner{display:flex;align-items:center;gap:18px}.footer-inner>div{display:flex;align-items:center;gap:10px}.footer-inner img{width:46px;height:46px;object-fit:contain;border-radius:50%;background:#fff}.footer-inner span{font-family:Georgia,serif;font-weight:700}.footer-inner p{margin-left:auto;font-size:12px;color:#b8c7bf}.footer-inner .copyright{margin-left:8px}
.mobile-sticky{display:none;position:fixed;z-index:50;left:10px;right:10px;bottom:10px;background:rgba(13,59,46,.96);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.16);border-radius:14px;padding:9px 10px 9px 14px;color:#fff;box-shadow:0 15px 40px rgba(0,0,0,.28);align-items:center;justify-content:space-between}.mobile-sticky>div{display:flex;flex-direction:column}.mobile-sticky small{font-size:9px;opacity:.72;text-transform:uppercase;letter-spacing:.08em}.mobile-sticky strong{font-size:17px}.mobile-sticky a{background:#d1ad67;color:#153b2e;text-decoration:none;border-radius:10px;padding:10px 15px;font-weight:900;font-size:12px}
.reveal{opacity:0;transform:translateY(16px);transition:.65s opacity,.65s transform}.reveal.visible{opacity:1;transform:none}
@media (max-width:980px){
  .hero{padding-top:50px}.hero-grid,.featured-grid,.journey-grid,.faq-grid{grid-template-columns:1fr}.hero-grid{gap:30px}.hero-copy{text-align:center}.hero-lead{margin-left:auto;margin-right:auto}.hero-pricing,.trust-row{justify-content:center}.hero-visual{min-height:490px}.book-stack{transform:scale(.9)}.featured-grid{gap:45px}.featured-book .section-heading{text-align:center;margin-left:auto;margin-right:auto}.book-cards{grid-template-columns:1fr 1fr}.book-card:last-child{grid-column:1/-1;max-width:50%;margin:auto}.journey-grid{gap:40px}.offer-card{grid-template-columns:130px 1fr}.offer-price{grid-column:1/-1;border-left:0;border-top:1px solid #ddd3c0;padding:24px 0 0;align-items:center}.offer-copy h2{font-size:34px}.faq-grid{gap:32px}.faq-heading{text-align:center}.footer-inner{flex-wrap:wrap}.footer-inner p{margin-left:0}.footer-inner .copyright{margin-left:auto}
}
@media (max-width:680px){
  .container{width:min(100% - 28px,1160px)}.site-header{padding:8px 0}.brand img{width:52px;height:52px}.brand strong{font-size:15px}.brand small{font-size:8.5px}.header-cta{display:none}.hero{padding:43px 0 56px}.eyebrow{font-size:11px;letter-spacing:.14em;line-height:1.35}.section-kicker{font-size:12px;letter-spacing:.14em;line-height:1.35}.eyebrow span{padding:6px 8px}h1{font-size:38px;line-height:1.07}.hero-lead{font-size:16px;line-height:1.65}.hero-pricing{gap:18px}.today-price strong{font-size:31px}.old-value{font-size:16px}.primary-cta{width:100%;min-width:0}.hero-visual{min-height:390px;margin-top:-4px}.book-stack{width:390px;height:390px;transform:scale(.84)}.halo{width:330px;height:330px}.book-main{width:200px;height:286px;left:96px;top:54px}.book-b{width:145px;height:215px;left:4px;top:102px}.book-c{width:146px;height:215px;right:0;top:78px}.book-d{width:135px;height:195px;right:35px;bottom:-2px}.visual-badge{width:82px;height:82px;right:3px;bottom:43px}.visual-badge strong{font-size:27px}.visual-badge span{font-size:8px}.recognition,.featured-book,.books-section,.journey,.offer,.faq,.final-cta{padding:68px 0}.recognition p{font-size:16px}h2{font-size:34px}.featured-copy .large{font-size:19px}.featured-copy blockquote{font-size:17px}.pill-grid{gap:7px}.pill-grid span{font-size:10.5px}.book-cards{grid-template-columns:1fr}.book-card:last-child{grid-column:auto;max-width:none}.card-cover{height:300px}.card-content p{min-height:auto}.offer-card{grid-template-columns:1fr;text-align:center;padding:28px 20px}.offer-logo{display:flex;justify-content:center}.offer-logo img{width:110px}.offer-copy h2{font-size:31px}.offer-copy ul{grid-template-columns:1fr;text-align:left;max-width:320px;margin:auto}.offer-price{align-items:center}.faq-list details{padding:0 15px}.final-cta h2{font-size:34px}.footer-inner{justify-content:center;text-align:center}.footer-inner p,.footer-inner .copyright{width:100%;margin:0}.mobile-sticky{display:flex}.trust-row{font-size:10px;gap:8px}footer{padding-bottom:98px}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}}
