*{margin:0;padding:0;box-sizing:border-box}:root{--green:#365c3a;--light-green:#8ebc8a;--cream:#f5f3ea;--accent:#d7a25b;--dark:#1f2a20}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background:var(--cream);color:#1e2d21;overflow-x:hidden}a{color:inherit}.container{width:min(1200px,92%);margin:auto}nav{position:-webkit-sticky;position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:rgba(245,243,234,.85);border-bottom:1px solid rgba(0,0,0,.05)}.nav-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1rem 0}.logo{font-family:Caveat,cursive;font-size:2.4rem;color:var(--green);font-weight:700;text-decoration:none;white-space:nowrap}.nav-links{display:flex;gap:2rem;align-items:center}.nav-links a{text-decoration:none;color:#324535;font-weight:500;transition:.2s ease;white-space:nowrap}.nav-links a:hover{color:var(--green)}.btn,.nav-links a.btn,.nav-links a.btn:hover{color:white}.btn{background:var(--green);padding:.9rem 1.4rem;border-radius:999px;text-decoration:none;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;transition:.25s ease;box-shadow:0 10px 30px rgba(54,92,58,.18)}.btn svg{flex:0 0 auto}.btn:hover{transform:translateY(-2px);background:#2d4e31}.hero{padding:5rem 0 4rem;position:relative}.hero-grid{display:grid;grid-template-columns:1.1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.eyebrow{display:inline-block;background:#e5f0e3;color:var(--green);padding:.5rem 1rem;border-radius:999px;font-size:.9rem;font-weight:600}.eyebrow,h1{margin-bottom:1.5rem}h1{font-size:4.5rem;line-height:.95;color:var(--dark);font-family:Caveat,cursive;font-weight:700}.hero p{font-size:1.15rem;line-height:1.8;color:#465348;margin-bottom:2rem;max-width:600px}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2rem}.secondary-btn{border:1px solid rgba(0,0,0,.08);background:white;color:#2d4330;box-shadow:none}.secondary-btn:hover{background:#f0efe8;color:#2d4330}.mockup-wrap{position:relative;width:min(100%,560px);justify-self:center}.floating-card{background:white;border-radius:28px;padding:1rem;box-shadow:0 20px 60px rgba(0,0,0,.08),0 5px 15px rgba(0,0,0,.04)}.floating-card img{width:100%;height:auto;border-radius:20px;display:block;object-fit:cover}.badge{position:absolute;background:white;padding:1rem 1.2rem;border-radius:18px;box-shadow:0 15px 40px rgba(0,0,0,.08);max-width:220px}.badge h4{margin-bottom:.4rem;color:var(--green)}.badge p{font-size:.9rem;line-height:1.5;color:#57615a}.badge.one{top:-30px;right:-40px}.badge.two{bottom:-20px;left:-40px}.section{padding:6rem 0}.section-header{text-align:center;max-width:760px;margin:0 auto 4rem}.section-header h2{font-size:3rem;margin-bottom:1rem;font-family:Caveat,cursive;color:var(--dark)}.section-header p{color:#5a665c;line-height:1.8;font-size:1.05rem}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}.feature-card{background:white;padding:2rem;border-radius:28px;border:1px solid rgba(0,0,0,.04);transition:.25s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 20px 50px rgba(0,0,0,.06)}.feature-icon{width:60px;height:60px;border-radius:18px;background:#edf5eb;display:flex;align-items:center;justify-content:center;color:var(--green);margin-bottom:1.3rem}.feature-card h3{margin-bottom:.8rem;color:var(--dark)}.feature-card p{color:#5b665d;line-height:1.7}.steps-section{background:#eef3eb}.steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;margin-top:4rem}.step{text-align:center;position:relative}.step-number{width:70px;height:70px;border-radius:50%;background:var(--green);color:white;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;box-shadow:0 10px 25px rgba(54,92,58,.2)}.step h3{margin-bottom:.8rem}.step p{color:#5d675f;line-height:1.7}.cta{background:linear-gradient(135deg,#2f5134,#446f49);color:white;border-radius:40px;padding:5rem;position:relative;overflow:hidden}.cta:before{content:"";position:absolute;width:500px;height:500px;background:rgba(255,255,255,.05);border-radius:50%;right:-150px;top:-200px}.cta h2{font-size:3.2rem;margin-bottom:1rem;font-family:Caveat,cursive}.cta h2,.cta p{position:relative;z-index:2}.cta p{max-width:700px;line-height:1.8;margin-bottom:2rem;color:rgba(255,255,255,.85)}.cta .btn{background:white;color:var(--green);position:relative;z-index:2}footer{padding:3rem 0;text-align:center;color:#667168}@media (max-width:980px){.nav-inner{align-items:flex-start;flex-direction:column}.nav-links{width:100%;gap:1rem;flex-wrap:wrap;overflow-x:visible;padding-bottom:.2rem}.hero-grid{grid-template-columns:1fr}h1{font-size:3.5rem}.features-grid,.steps{grid-template-columns:1fr}.badge{display:none}.cta{padding:3rem 2rem}.cta h2{font-size:2.5rem}}@media (max-width:560px){.hero{padding-top:3.5rem}h1{font-size:3rem}.btn{width:100%}.nav-links .btn{width:auto}.hero-stats{gap:1.25rem}.section{padding:4rem 0}}