*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--green:#1e3a2f;--green-d:#152a22;--cream:#f7f2e8;--cream-d:#ede7d6;--terra:#c4623a;--terra-l:#d97a52;--text:#2a2018;--muted:#6b5e4e;--white:#fdfaf4;--radius:4px}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--text);-webkit-font-smoothing:antialiased;font-family:DM Sans,sans-serif;line-height:1.6}.nav{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f7f2e8eb;border-bottom:1px solid #1e3a2f1a;justify-content:space-between;align-items:center;padding:1.25rem 2.5rem;display:flex;position:sticky;top:0}.logo{color:var(--green);letter-spacing:.02em;font-family:Cormorant Garamond,serif;font-size:1.6rem;font-weight:600}.btn-outline{color:var(--green);border:1.5px solid var(--green);border-radius:var(--radius);letter-spacing:.03em;padding:.45rem 1.1rem;font-family:DM Sans,sans-serif;font-size:.85rem;font-weight:500;text-decoration:none;transition:background .2s,color .2s}.btn-outline:hover{background:var(--green);color:var(--cream)}.hero{flex-direction:column;justify-content:center;align-items:flex-start;max-width:800px;min-height:88vh;margin:0 auto;padding:5rem 2.5rem 3rem;animation:.8s both fadeUp;display:flex}@keyframes fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.hero-badge{letter-spacing:.12em;text-transform:uppercase;color:var(--terra);border:1px solid var(--terra);border-radius:2px;margin-bottom:1.5rem;padding:.3rem .8rem;font-size:.75rem;font-weight:500;display:inline-block}.hero-title{color:var(--green);margin-bottom:1.5rem;font-family:Cormorant Garamond,serif;font-size:clamp(3rem,7vw,5.5rem);font-weight:500;line-height:1.08}.hero-title em{color:var(--terra);font-style:italic;font-weight:400}.hero-sub{color:var(--muted);max-width:520px;margin-bottom:2.5rem;font-size:clamp(1rem,2vw,1.2rem);font-weight:300;line-height:1.7}.btn-primary{letter-spacing:.04em;color:var(--white);background:var(--terra);border-radius:var(--radius);cursor:pointer;border:none;padding:.85rem 2rem;font-family:DM Sans,sans-serif;font-size:.9rem;font-weight:500;text-decoration:none;transition:background .2s,transform .15s;display:inline-block}.btn-primary:hover{background:var(--terra-l);transform:translateY(-1px)}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-large{text-align:center;width:100%;padding:1rem 2.5rem;font-size:1rem}.hero-proof{color:var(--muted);align-items:center;gap:.5rem;margin-top:1.5rem;font-size:.82rem;display:flex}.dot{background:var(--terra);border-radius:50%;width:6px;height:6px;display:inline-block}.divider-wave{margin-bottom:-1px;line-height:0}.divider-wave svg{width:100%;height:60px;fill:var(--green)}.benefits{background:var(--green);color:var(--cream);padding:5rem 2.5rem}.section-title{text-align:center;color:var(--cream);margin-bottom:3rem;font-family:Cormorant Garamond,serif;font-size:clamp(2rem,4vw,3rem);font-weight:500}.section-title.light{color:var(--cream)}.benefits-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;max-width:1000px;margin:0 auto;display:grid}.benefit-card{background:#ffffff0d;border:1px solid #f7f2e81f;border-radius:6px;padding:2rem 1.75rem;transition:background .2s,transform .2s}.benefit-card:hover{background:#ffffff17;transform:translateY(-3px)}.benefit-icon{color:var(--terra-l);margin-bottom:1rem;font-size:1.4rem}.benefit-card h3{color:var(--cream);margin-bottom:.6rem;font-family:Cormorant Garamond,serif;font-size:1.3rem;font-weight:600}.benefit-card p{color:#f7f2e8b8;font-size:.9rem;font-weight:300;line-height:1.65}.pricing{background:var(--cream);justify-content:center;padding:6rem 2.5rem;display:flex}.pricing-card{background:var(--white);text-align:center;border:1.5px solid #1e3a2f26;border-radius:10px;width:100%;max-width:440px;padding:3rem 2.5rem;box-shadow:0 4px 40px #1e3a2f12}.pricing-label{letter-spacing:.1em;text-transform:uppercase;color:var(--terra);margin-bottom:1.5rem;font-size:.75rem;font-weight:500}.pricing-price{flex-wrap:wrap;justify-content:center;align-items:baseline;gap:.25rem;margin-bottom:2rem;display:flex}.price-amount{color:var(--muted);width:100%;margin-bottom:.25rem;font-size:.9rem;font-weight:300}.price-big{color:var(--green);font-family:Cormorant Garamond,serif;font-size:3.5rem;font-weight:600;line-height:1}.price-period{color:var(--muted);font-size:1rem;font-weight:300}.pricing-features{text-align:left;margin-bottom:2rem;list-style:none}.pricing-features li{color:var(--text);border-bottom:1px solid #1e3a2f12;align-items:center;gap:.65rem;padding:.5rem 0;font-size:.95rem;display:flex}.pricing-features li:last-child{border-bottom:none}.check{color:var(--terra);font-weight:600}.pricing-note{color:var(--muted);margin-top:1rem;font-size:.8rem;font-style:italic}.contact{background:var(--green-d);padding:5rem 2.5rem}.contact-inner{text-align:center;max-width:480px;margin:0 auto}.contact-sub{color:#f7f2e8b3;margin-bottom:2rem;font-size:1rem;font-weight:300}.contact-form{flex-wrap:wrap;gap:.75rem;display:flex}.email-input{border-radius:var(--radius);min-width:200px;color:var(--cream);background:#ffffff0f;border:1.5px solid #f7f2e833;outline:none;flex:1;padding:.85rem 1rem;font-family:DM Sans,sans-serif;font-size:.95rem;transition:border-color .2s}.email-input::placeholder{color:#f7f2e866}.email-input:focus{border-color:var(--terra-l)}.success-msg{color:var(--cream);border-radius:var(--radius);background:#ffffff12;border:1px solid #f7f2e826;justify-content:center;align-items:center;gap:.6rem;padding:1rem;font-size:1rem;display:flex}.success-icon{color:#7ecb9a;font-size:1.1rem;font-weight:700}.footer{background:var(--green-d);border-top:1px solid #f7f2e814;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;padding:1.5rem 2.5rem;display:flex}.footer .logo{color:#f7f2e8cc;font-size:1.2rem}.footer-copy{color:#f7f2e866;font-size:.78rem}@media (max-width:600px){.nav{padding:1rem 1.25rem}.hero{min-height:80vh;padding:3rem 1.25rem 2rem}.benefits,.pricing,.contact{padding:3.5rem 1.25rem}.contact-form{flex-direction:column}.btn-primary{text-align:center;width:100%}.footer{text-align:center;flex-direction:column;padding:1.25rem}}
