@import"https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,700&family=Sora:wght@400;500;600;700&display=swap";:root{--bg: #f7f4ea;--bg-soft: #fffaf0;--text: #1f2a1f;--muted: #586256;--brand: #2a7a46;--brand-dark: #1f5f36;--accent: #e0a03f;--line: #d8d2bf;--card: #ffffff;--max: 1120px}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{font-family:Sora,sans-serif;color:var(--text);background:radial-gradient(circle at 12% 8%,#f5d9a633 0,#f5d9a600 32%),radial-gradient(circle at 88% 92%,#2a7a461f 0,#2a7a4600 34%),linear-gradient(165deg,var(--bg) 0%,#f5f0df 55%,#ece8d8 100%)}.site-shell{position:relative;overflow:hidden}.noise{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.2;background-image:radial-gradient(#232323 .4px,transparent .4px);background-size:4px 4px}.section-wrap{width:min(calc(100% - 2rem),var(--max));margin:0 auto}.topbar{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;position:sticky;top:0;z-index:40;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:color-mix(in hsl,var(--bg-soft) 78%,white);border-bottom:1px solid #e9e0ca}.brand{display:inline-flex;align-items:center;gap:.6rem;text-decoration:none;color:inherit}.brand-mark{width:2rem;height:2rem;border-radius:.6rem;display:grid;place-items:center;background:linear-gradient(145deg,var(--brand) 0%,#5a9f56 100%);color:#fff;font-weight:700;font-size:.8rem}.brand-text{font-weight:700;letter-spacing:.02em}.nav-links{display:flex;gap:1.2rem}.nav-links a{color:#2d372d;text-decoration:none;font-size:.9rem}.btn{border-radius:999px;padding:.68rem 1.08rem;text-decoration:none;font-weight:600;transition:transform .24s ease,box-shadow .24s ease,background .24s ease}.btn:hover{transform:translateY(-2px)}.btn-soft{background:#efe8d5;color:#2f3b2f}.btn-solid{background:linear-gradient(120deg,var(--brand-dark) 0%,var(--brand) 100%);color:#fff;box-shadow:0 12px 26px #2a7a4633}.btn-outline{border:1px solid #b8c1b5;color:#334033}.hero{padding:5.4rem 0 3rem;text-align:center}.eyebrow{text-transform:uppercase;letter-spacing:.15em;font-size:.75rem;color:#7b6541;margin-bottom:.8rem}h1,h2,h3{margin:0;font-family:Fraunces,serif;line-height:1.1}h1{font-size:clamp(2.2rem,6.2vw,4.8rem)}h1 span{color:var(--brand)}.hero-copy{margin:1.2rem auto 0;max-width:760px;font-size:1.06rem;line-height:1.7;color:var(--muted)}.hero-cta{margin-top:1.8rem;display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap}.outcome-grid{margin-top:2.2rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem}.outcome-card{background:color-mix(in hsl,var(--card) 90%,#f8f1de);border:1px solid #e4dcc8;border-radius:1rem;padding:1.1rem}.outcome-card .value{font-family:Fraunces,serif;font-size:1.8rem;color:#1f5f36;margin:0}.outcome-card .label{margin:.3rem 0 0;color:#5b655a;font-size:.88rem}.features,.process,.testimonials,.final-cta{padding:4.5rem 0 1.5rem}.section-head h2{font-size:clamp(1.65rem,3.8vw,2.8rem);max-width:760px}.feature-grid,.process-grid,.testimonial-grid{margin-top:1.4rem;display:grid;gap:1rem}.feature-grid,.process-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.testimonial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-card,.process-card,.testimonial-card{margin:0;background:color-mix(in hsl,var(--card) 90%,#f2ebd9);border:1px solid #e4dcc8;border-radius:1rem;padding:1.2rem}.feature-card h3,.process-card h3{font-size:1.28rem}.feature-card p,.process-card p,.testimonial-card p{margin:.65rem 0 0;color:#576153;line-height:1.7}.step{display:inline-block;margin:0;font-weight:700;color:var(--accent)}.testimonial-card footer{margin-top:1rem;display:grid;gap:.2rem}.testimonial-card footer span{color:#6f776d;font-size:.9rem}.final-cta{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding-bottom:4.6rem}.final-cta h2{font-size:clamp(1.5rem,3.6vw,2.4rem);max-width:680px}.footer{border-top:1px solid var(--line);padding:1.2rem 0 2.4rem;display:flex;justify-content:space-between;gap:1rem;color:#677062;font-size:.9rem}.footer div{display:flex;gap:1rem}.footer a{color:inherit;text-decoration:none}.reveal{animation:rise .7s ease both}@keyframes rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 980px){.feature-grid,.process-grid,.outcome-grid,.testimonial-grid{grid-template-columns:1fr}.final-cta{flex-direction:column;align-items:flex-start}}@media (max-width: 760px){.nav-links{display:none}.topbar{padding:.8rem 0}.hero{padding-top:3.2rem}.footer{flex-direction:column}}
