:root{--paper:#f7f5ee;--white:#fffefa;--ink:#20332d;--muted:#52645b;--green:#174d40;--green-dark:#103b31;--soft:#eaf0e6;--line:#d9dfd3;--rust:#a94c2c}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:88px}
body{margin:0;background:var(--paper);color:var(--ink);font:18px/1.65 Arial,sans-serif}
button,a{touch-action:manipulation}
a{color:inherit}
button{font:inherit;cursor:pointer}
:focus-visible{outline:3px solid var(--rust);outline-offset:4px}
.skip{position:absolute;top:-100px;left:16px;z-index:50;padding:10px 16px;background:var(--white);border-radius:8px}
.skip:focus{top:12px}
.shell{width:min(1160px,calc(100% - 48px));margin-inline:auto}
.site-header{position:sticky;top:0;z-index:20;background:rgb(247 245 238 / .96);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}
.header-inner{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:inline-flex;align-items:center;gap:11px;text-decoration:none;color:var(--green);font:700 16px/1.15 Arial,sans-serif;letter-spacing:.015em}
.brand-icon{display:grid;place-items:center;flex:none;width:42px;height:42px;border-radius:12px;background:var(--green)}
.brand-icon img{width:36px;height:36px}
.brand small{display:block;margin-top:2px;color:var(--muted);font:600 11px/1.2 Arial,sans-serif;letter-spacing:.12em;text-transform:uppercase}
.site-nav{display:flex;align-items:center;gap:26px}
.site-nav a{font:700 14px/1.3 Arial,sans-serif;text-decoration:none;color:var(--muted)}
.site-nav a:hover{color:var(--green);text-decoration:underline;text-underline-offset:5px}
.header-cta{flex:none;padding:11px 19px;border:1px solid var(--green);border-radius:9px;background:var(--green);color:#fff;font:700 14px/1.2 Arial,sans-serif}
.header-cta-short{display:none}
.button-primary,.button-secondary,.header-cta{transition:background .2s ease,transform .2s ease,box-shadow .2s ease}
.header-cta:hover,.button-primary:hover{background:var(--green-dark);transform:translateY(-2px)}
.button-primary{display:inline-flex;align-items:center;justify-content:center;min-height:58px;padding:15px 25px;border:1px solid var(--green);border-radius:10px;background:var(--green);color:#fff;font:700 17px/1.25 Arial,sans-serif;text-align:center;box-shadow:0 9px 20px rgb(23 77 64 / .16)}
.button-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:58px;padding:15px 24px;border:1px solid var(--green);border-radius:10px;background:transparent;color:var(--green);font:700 17px/1.25 Arial,sans-serif;text-decoration:none;text-align:center}
.button-secondary:hover{background:var(--soft);transform:translateY(-2px)}
.hero{position:relative;overflow:hidden;padding:88px 0 84px;background:linear-gradient(135deg,#f7f5ee 45%,#eaf0e6 100%)}
.hero::after{content:"";position:absolute;right:-160px;top:-240px;width:690px;height:690px;border:1px solid rgb(23 77 64 / .12);border-radius:50%;box-shadow:0 0 0 95px rgb(23 77 64 / .025);pointer-events:none}
.hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(350px,.92fr);align-items:center;gap:70px}
.eyebrow{display:inline-flex;align-items:center;gap:9px;margin:0 0 19px;color:var(--rust);font:700 12px/1.3 Arial,sans-serif;letter-spacing:.16em;text-transform:uppercase}
.eyebrow::before{content:"";width:25px;height:2px;background:currentColor}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{font-family:Georgia,serif;font-weight:400;letter-spacing:-.035em}
h1{max-width:680px;margin-bottom:24px;font-size:clamp(47px,5.7vw,78px);line-height:1.06}
h1 em{font-style:normal;color:var(--green)}
.hero-lede{max-width:580px;margin-bottom:30px;color:#40564a;font-size:21px;line-height:1.55}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px}
.hero-reassurance{display:flex;flex-wrap:wrap;gap:10px 20px;margin:21px 0 0;padding:0;list-style:none;color:var(--muted);font:600 14px/1.4 Arial,sans-serif}
.hero-reassurance li::before{content:"✓";margin-right:7px;color:var(--green);font-weight:900}
.preview-wrap{position:relative;padding:20px 0 14px}
.preview-wrap::before{content:"";position:absolute;inset:44px -30px -16px 26px;border:1px solid #d1d8cb;border-radius:24px;transform:rotate(3deg);background:#e4eadf}
.preview{position:relative;overflow:hidden;border:1px solid #d5ddd1;border-radius:22px;background:var(--white);box-shadow:0 30px 60px rgb(24 54 38 / .17);transform:rotate(-2deg)}
.preview-head{display:flex;justify-content:space-between;align-items:center;gap:15px;padding:17px 22px;background:var(--green);color:#fff;font:700 12px/1.4 Arial,sans-serif;letter-spacing:.05em}
.preview-head span:last-child{padding:4px 8px;border:1px solid rgb(255 255 255 / .35);border-radius:30px;font-weight:400;white-space:nowrap}
.preview-content{padding:30px}
.preview-kicker{margin-bottom:8px;color:var(--rust);font:700 11px/1.4 Arial,sans-serif;letter-spacing:.13em;text-transform:uppercase}
.preview h2{margin-bottom:12px;font-size:35px;line-height:1.15}
.preview-intro{margin-bottom:22px;color:var(--muted);font-size:15px;line-height:1.5}
.preview-row{display:flex;align-items:center;gap:13px;margin-bottom:10px;padding:12px 14px;border:1px solid var(--line);border-radius:10px;background:#f8faf6;color:var(--ink);font:700 14px/1.3 Arial,sans-serif}
.preview-row span{display:grid;place-items:center;flex:none;width:28px;height:28px;border-radius:50%;background:var(--soft);color:var(--green);font-size:12px}
.preview-foot{margin-top:19px;padding:14px;border-left:3px solid var(--rust);background:#f7f1e7;color:#5f594d;font:14px/1.45 Arial,sans-serif}
.preview-caption{position:relative;margin:15px 0 0;color:var(--muted);font:13px/1.4 Arial,sans-serif;text-align:center}
.proof-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--white)}
.proof-inner{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding:26px 0}
.proof-item{display:flex;align-items:center;justify-content:center;gap:12px;border-right:1px solid var(--line);text-align:left}
.proof-item:last-child{border:0}
.proof-item strong{color:var(--green);font:400 36px/1 Georgia,serif}
.proof-item span{max-width:140px;color:var(--muted);font:700 14px/1.35 Arial,sans-serif}
section.section{padding:90px 0}
.section-intro{max-width:700px;margin-bottom:38px}
.section-intro h2,.steps-copy h2,.offer-copy h2,.faq h2{margin-bottom:16px;font-size:clamp(36px,4vw,52px);line-height:1.13}
.section-intro p,.steps-copy>p,.offer-copy>p{color:var(--muted);font-size:19px;line-height:1.6}
.benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.benefit{min-height:250px;padding:27px;border:1px solid var(--line);border-radius:18px;background:var(--white);box-shadow:0 7px 25px rgb(24 54 38 / .045)}
.benefit-icon{display:grid;place-items:center;width:44px;height:44px;margin-bottom:23px;border-radius:12px;background:var(--soft);color:var(--green);font:700 22px/1 Georgia,serif}
.benefit h3{margin-bottom:11px;font-size:27px;line-height:1.2}
.benefit p{margin:0;color:var(--muted);font-size:16px;line-height:1.55}
.steps-section{padding:84px 0;background:#eaf0e6}
.steps-inner{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr);gap:90px;align-items:start}
.steps-copy{position:sticky;top:120px}
.steps-list{display:grid;gap:14px}
.step{display:grid;grid-template-columns:64px 1fr;gap:20px;padding:22px 22px 24px;border:1px solid #d4ddd0;border-radius:16px;background:var(--white)}
.step-number{color:var(--rust);font:400 38px/1 Georgia,serif}
.step h3{margin:2px 0 7px;font-size:26px;line-height:1.2}
.step p{margin:0;color:var(--muted);font-size:16px;line-height:1.5}
.includes{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.includes-list{margin:0;padding:0;list-style:none}
.includes-list li{display:flex;gap:12px;padding:15px 0;border-bottom:1px solid var(--line);font-size:17px;line-height:1.4}
.includes-list li::before{content:"✓";flex:none;color:var(--green);font-weight:900}
.topic-box{padding:28px;border:1px solid #d8cbb5;border-radius:18px;background:#f8f0e4}
.topic-box h3{margin-bottom:12px;font-size:29px}
.topic-box p{margin-bottom:16px;color:#5f5c53;font-size:16px}
.topics{display:flex;flex-wrap:wrap;gap:8px}
.topics span{padding:7px 10px;border:1px solid #dbceb9;border-radius:30px;background:#fffaf2;color:#5c574c;font:700 13px/1.2 Arial,sans-serif}
.offer-section{padding:90px 0;background:var(--green);color:#fff}
.offer-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(330px,.8fr);gap:70px;align-items:center}
.offer-copy .eyebrow{color:#e4c69d}
.offer-copy h2{max-width:590px}
.offer-copy>p{max-width:570px;color:#e4ede5}
.offer-points{margin:28px 0 0;padding:0;list-style:none}
.offer-points li{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px;font-size:16px;line-height:1.5}
.offer-points li::before{content:"✓";color:#d8c08c;font-weight:900}
.offer-card{padding:33px;border:1px solid #e0e6d9;border-radius:20px;background:var(--white);color:var(--ink);box-shadow:0 24px 50px rgb(7 35 26 / .23)}
.offer-card .card-label{margin-bottom:4px;color:var(--rust);font:700 12px/1.4 Arial,sans-serif;letter-spacing:.13em;text-transform:uppercase}
.offer-card h3{margin-bottom:8px;font-size:34px}
.offer-card>p{color:var(--muted);font-size:16px}
.price{display:flex;align-items:baseline;gap:7px;margin:17px 0 20px;color:var(--green);font:700 16px/1 Arial,sans-serif}
.price strong{font:400 62px/1 Georgia,serif;letter-spacing:-.05em}
.offer-card .button-primary{width:100%}
.offer-note{margin:15px 0 0!important;color:var(--muted)!important;font-size:13px!important;line-height:1.45!important;text-align:center}
.faq{padding:88px 0 96px}
.faq-inner{display:grid;grid-template-columns:.75fr 1.25fr;gap:70px}
.faq h2{max-width:330px}
.faq details{border-bottom:1px solid var(--line);padding:16px 0}
.faq details:first-child{border-top:1px solid var(--line)}
.faq summary{display:flex;justify-content:space-between;gap:15px;list-style:none;cursor:pointer;color:var(--ink);font:700 18px/1.45 Arial,sans-serif}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";flex:none;color:var(--green);font:400 28px/1 Arial,sans-serif}
.faq details[open] summary::after{content:"−"}
.faq details p{margin:13px 28px 5px 0;color:var(--muted);font-size:16px;line-height:1.6}
.site-footer{padding:32px 0;border-top:1px solid var(--line);background:#eeeee5}
.footer-inner{display:flex;justify-content:space-between;align-items:flex-start;gap:30px}
.site-footer .brand{margin-bottom:10px}
.site-footer p{max-width:670px;margin:0;color:var(--muted);font-size:14px;line-height:1.5}
.footer-copy{white-space:nowrap;color:var(--muted);font-size:13px}
.checkout-dialog{width:min(440px,calc(100vw - 32px));padding:28px;border:1px solid var(--line);border-radius:18px;background:var(--white);color:var(--ink);box-shadow:0 24px 70px rgb(0 0 0 / .25)}
.checkout-dialog::backdrop{background:rgb(16 41 31 / .65)}
.checkout-dialog h2{margin-bottom:12px;font-size:32px;line-height:1.15}
.checkout-dialog p{color:var(--muted);font-size:16px;line-height:1.6}
.checkout-dialog .button-primary{min-height:50px;width:100%}
@media(max-width:950px){.site-nav{gap:15px}.hero-inner{gap:38px;grid-template-columns:1fr 340px}.steps-inner,.offer-inner{gap:35px}.benefit{padding:22px}}
@media(max-width:760px){.shell{width:min(560px,calc(100% - 36px))}.header-inner{min-height:70px}.site-nav{display:none}.header-cta{padding:10px 15px}.header-cta-long{display:none}.header-cta-short{display:inline}.hero{padding:58px 0 55px}.hero-inner,.steps-inner,.offer-inner,.faq-inner{grid-template-columns:1fr;gap:34px}.hero h1{font-size:clamp(45px,10vw,62px)}.hero-lede{font-size:19px}.preview-wrap{max-width:490px;margin-inline:auto}.proof-inner{grid-template-columns:1fr;gap:0;padding:10px 0}.proof-item{justify-content:flex-start;gap:18px;padding:12px 10px;border-right:0;border-bottom:1px solid var(--line);text-align:left}.proof-item strong{width:44px;font-size:31px;text-align:center}.proof-item span{max-width:none;font-size:15px}.benefits{grid-template-columns:1fr}.benefit{min-height:0}.steps-copy{position:static}.includes{grid-template-columns:1fr}.faq{padding:70px 0}.offer-section,section.section,.steps-section{padding:70px 0}.footer-inner{display:block}.footer-copy{display:block;margin-top:16px}}
@media(max-width:420px){body{font-size:17px}.header-inner{gap:8px}.brand{font-size:14px}.brand-icon{width:38px;height:38px}.brand-icon img{width:32px;height:32px}.header-cta{font-size:13px}.hero-actions{display:grid}.button-primary,.button-secondary{width:100%}.preview-content{padding:21px}.preview h2{font-size:30px}.preview-row{font-size:13px}.step{grid-template-columns:48px 1fr;gap:12px;padding:18px}.step-number{font-size:31px}.proof-item strong{font-size:27px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button-primary,.button-secondary,.header-cta{transition:none}}
