@import "https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800;900&family=Inter:wght@300;400;500;600;700&display=swap";
:root{--green-50:#e8f5e9;--green-100:#c8e6c9;--green-200:#a5d6a7;--green-300:#81c784;--green-400:#66bb6a;--green-500:#4caf50;--green-600:#43a047;--green-700:#388e3c;--green-800:#2e7d32;--green-900:#1b5e20;--earth-100:#efebe9;--earth-200:#d7ccc8;--earth-600:#795548;--earth-900:#4e342e;--gold-300:#ffd54f;--gold-500:#ffc107;--gold-600:#ffb300;--white:#fff;--gray-50:#fafafa;--gray-100:#f5f5f5;--gray-200:#eee;--gray-300:#e0e0e0;--gray-400:#bdbdbd;--gray-500:#9e9e9e;--gray-600:#757575;--gray-700:#616161;--gray-900:#212121;--bg-primary:#f7fbf2;--bg-secondary:#edf5e4;--text-primary:#1b5e20;--text-secondary:#4e342e;--text-body:#3e5035;--text-muted:#6b7b63;--font-heading:"Nunito",sans-serif;--font-body:"Inter",sans-serif;--section-padding:100px 0;--container-max:1200px;--container-padding:0 24px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);color:var(--text-body);background:var(--bg-primary);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-primary);line-height:1.2}a{color:inherit;text-decoration:none;transition:color .2s}img{max-width:100%;display:block}.container{max-width:var(--container-max);padding:var(--container-padding);margin:0 auto}.navbar{z-index:1000;-webkit-backdrop-filter:blur(20px);background:#f7fbf2d9;border-bottom:1px solid #4caf5014;padding:16px 0;transition:all .3s;position:fixed;top:0;left:0;right:0}.navbar-inner{max-width:var(--container-max);justify-content:space-between;align-items:center;margin:0 auto;padding:0 24px;display:flex}.navbar-logo{font-family:var(--font-heading);color:var(--green-800);align-items:center;gap:10px;font-size:24px;font-weight:900;display:flex}.navbar-logo-icon{background:linear-gradient(135deg,var(--green-500),var(--green-700));border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:20px;display:flex}.navbar-links{gap:32px;list-style:none;display:flex}.navbar-links a{color:var(--text-muted);font-size:15px;font-weight:500;transition:color .2s}.navbar-links a:hover{color:var(--green-700)}.navbar-cta{background:linear-gradient(135deg,var(--green-600),var(--green-800));color:#fff;font-family:var(--font-heading);cursor:pointer;border:none;border-radius:12px;align-items:center;gap:8px;padding:10px 24px;font-size:14px;font-weight:700;transition:all .3s;display:inline-flex;box-shadow:0 4px 16px #4caf5040}.navbar-cta:hover{transform:translateY(-1px);box-shadow:0 6px 24px #4caf5059}.navbar-mobile-toggle{cursor:pointer;background:0 0;border:none;padding:8px;font-size:24px;display:none}.hero{background:linear-gradient(180deg,var(--bg-primary)0%,var(--bg-secondary)50%,#e4f0d8 100%);align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:#8bc34a14;border-radius:50%;width:400px;height:400px;position:absolute;top:-150px;right:-100px}.hero:after{content:"";pointer-events:none;background:#ffc1070f;border-radius:50%;width:300px;height:300px;position:absolute;bottom:-100px;left:-80px}.hero-inner{max-width:var(--container-max);grid-template-columns:1fr 1fr;align-items:center;gap:60px;margin:0 auto;padding:0 24px;display:grid}.hero-content{z-index:1;position:relative}.hero-badge{color:var(--text-muted);background:#ffffffd9;border:1px solid #4caf5026;border-radius:50px;align-items:center;gap:8px;margin-bottom:24px;padding:6px 16px;font-size:13px;font-weight:700;display:inline-flex}.hero-badge span{font-size:16px}.hero-title{color:var(--text-primary);letter-spacing:-1.5px;margin-bottom:20px;font-size:56px;font-weight:900;line-height:1.1}.hero-title .accent{color:var(--green-600);font-style:italic}.hero-subtitle{color:var(--text-muted);max-width:480px;margin-bottom:36px;font-size:18px;font-weight:400;line-height:1.7}.hero-actions{align-items:center;gap:16px;margin-bottom:40px;display:flex}.btn-primary{background:linear-gradient(135deg,var(--green-600),var(--green-800));color:#fff;font-family:var(--font-heading);cursor:pointer;border:none;border-radius:16px;align-items:center;gap:10px;padding:16px 32px;font-size:16px;font-weight:800;transition:all .3s;display:inline-flex;box-shadow:0 8px 32px #4caf504d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 40px #4caf5066}.btn-secondary{color:var(--text-primary);font-family:var(--font-heading);border:1.5px solid var(--gray-300);cursor:pointer;background:#fff;border-radius:16px;align-items:center;gap:8px;padding:16px 28px;font-size:16px;font-weight:700;transition:all .3s;display:inline-flex}.btn-secondary:hover{border-color:var(--green-400);background:var(--green-50)}.hero-pills{flex-wrap:wrap;gap:10px;display:flex}.hero-pill{color:var(--text-body);opacity:0;background:#ffffffd9;border:1px solid #4caf501f;border-radius:50px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:700;animation:.6s forwards pillFadeIn;display:inline-flex;transform:translateY(10px)}.hero-pill:first-child{animation-delay:.2s}.hero-pill:nth-child(2){animation-delay:.35s}.hero-pill:nth-child(3){animation-delay:.5s}.hero-pill:nth-child(4){animation-delay:.65s}@keyframes pillFadeIn{to{opacity:1;transform:translateY(0)}}.hero-phone{z-index:1;justify-content:center;align-items:center;display:flex;position:relative}.phone-mockup{background:#1a1a1a;border-radius:44px;width:300px;height:620px;padding:12px;animation:6s ease-in-out infinite phoneFloat;position:relative;box-shadow:0 40px 80px #00000026,0 20px 40px #0000001a,inset 0 0 0 2px #ffffff1a}.phone-screen{background:linear-gradient(#f7fbf2 0%,#e8f5e9 40%,#c8e6c9 100%);border-radius:34px;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:40px 20px;display:flex;overflow:hidden}.phone-logo{margin-bottom:12px;font-size:48px}.phone-app-name{font-family:var(--font-heading);color:var(--green-800);margin-bottom:8px;font-size:24px;font-weight:900}.phone-tagline{color:var(--text-muted);text-align:center;margin-bottom:24px;font-size:12px}.phone-features{flex-direction:column;gap:10px;width:100%;display:flex}.phone-feature-item{color:var(--text-body);background:#fffc;border-radius:12px;align-items:center;gap:10px;padding:10px 14px;font-size:12px;font-weight:600;display:flex}.phone-feature-item span:first-child{font-size:16px}@keyframes phoneFloat{0%,to{transform:translateY(0)rotate(2deg)}50%{transform:translateY(-15px)rotate(2deg)}}.phone-glow{z-index:-1;background:radial-gradient(circle,#4caf5026 0%,#0000 70%);border-radius:50%;width:340px;height:340px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.features{padding:var(--section-padding);background:var(--white)}.section-label{background:var(--green-50);color:var(--green-700);text-transform:uppercase;letter-spacing:1px;border:1px solid #4caf5026;border-radius:50px;align-items:center;gap:6px;margin-bottom:16px;padding:6px 14px;font-size:12px;font-weight:800;display:inline-flex}.section-title{color:var(--text-primary);letter-spacing:-1px;margin-bottom:16px;font-size:42px;font-weight:900}.section-subtitle{color:var(--text-muted);max-width:560px;margin-bottom:60px;font-size:17px;line-height:1.7}.features-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.feature-card{background:var(--gray-50);border:1px solid var(--gray-200);cursor:default;border-radius:20px;padding:32px;transition:all .3s}.feature-card:hover{border-color:var(--green-200);transform:translateY(-4px);box-shadow:0 16px 48px #4caf501a}.feature-icon{background:linear-gradient(135deg,var(--green-50),var(--green-100));border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:20px;font-size:28px;display:flex}.feature-card:nth-child(2) .feature-icon{background:linear-gradient(135deg,#fff8e1,#ffecb3)}.feature-card:nth-child(4) .feature-icon{background:linear-gradient(135deg,#fbe9e7,#ffccbc)}.feature-card:nth-child(5) .feature-icon{background:linear-gradient(135deg,#e8eaf6,#c5cae9)}.feature-title{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:8px;font-size:18px;font-weight:800}.feature-desc{color:var(--text-muted);font-size:14px;line-height:1.7}.how-it-works{padding:var(--section-padding);background:linear-gradient(180deg,var(--white)0%,var(--bg-primary)100%)}.steps-container{flex-direction:column;gap:100px;margin-top:60px;display:flex}.step{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.step.reverse{direction:rtl}.step.reverse>*{direction:ltr}.step-number{background:linear-gradient(135deg,var(--green-500),var(--green-700));color:#fff;width:48px;height:48px;font-family:var(--font-heading);border-radius:14px;justify-content:center;align-items:center;margin-bottom:16px;font-size:20px;font-weight:900;display:inline-flex}.step-title{color:var(--text-primary);letter-spacing:-.5px;margin-bottom:12px;font-size:32px;font-weight:900}.step-desc{color:var(--text-muted);max-width:420px;font-size:16px;line-height:1.7}.step-visual{justify-content:center;display:flex}.step-phone{background:#1a1a1a;border-radius:36px;width:240px;height:500px;padding:10px;box-shadow:0 24px 64px #0000001a}.step-phone-screen{text-align:center;border-radius:28px;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:24px 16px;display:flex}.step-phone-screen.screen-1{background:linear-gradient(#f7fbf2,#e0f2d0)}.step-phone-screen.screen-2{background:linear-gradient(#fff8e1,#ffecb3)}.step-phone-screen.screen-3{background:linear-gradient(#e8f5e9,#a5d6a7)}.step-phone-emoji{margin-bottom:16px;font-size:48px}.step-phone-title{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:8px;font-size:16px;font-weight:800}.step-phone-text{color:var(--text-muted);font-size:11px;line-height:1.5}.step-phone-items{flex-direction:column;gap:8px;width:100%;margin-top:16px;display:flex}.step-phone-item{color:var(--text-body);background:#ffffffd9;border-radius:10px;align-items:center;gap:8px;padding:10px 12px;font-size:11px;font-weight:600;display:flex}.social-proof{background:var(--bg-primary);padding:80px 0}.social-proof-banner{text-align:center;border:1px solid var(--gray-200);background:#fff;border-radius:24px;margin-bottom:60px;padding:48px}.social-proof-number{font-family:var(--font-heading);color:var(--green-700);margin-bottom:8px;font-size:48px;font-weight:900}.social-proof-text{color:var(--text-muted);font-size:18px;font-weight:500}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.testimonial-card{border:1px solid var(--gray-200);background:#fff;border-radius:20px;padding:28px;transition:all .3s}.testimonial-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000000f}.testimonial-stars{letter-spacing:2px;margin-bottom:16px;font-size:16px}.testimonial-text{color:var(--text-body);margin-bottom:20px;font-size:15px;font-style:italic;line-height:1.7}.testimonial-author{align-items:center;gap:12px;display:flex}.testimonial-avatar{background:linear-gradient(135deg,var(--green-100),var(--green-200));border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;display:flex}.testimonial-name{font-family:var(--font-heading);color:var(--text-primary);font-size:14px;font-weight:700}.testimonial-role{color:var(--text-muted);font-size:12px}.cta{background:linear-gradient(135deg,var(--green-700),var(--green-900));padding:100px 0;position:relative;overflow:hidden}.cta:before{content:"";background:#ffffff0d;border-radius:50%;width:400px;height:400px;position:absolute;top:-100px;right:-100px}.cta:after{content:"";background:#ffc10714;border-radius:50%;width:300px;height:300px;position:absolute;bottom:-80px;left:-60px}.cta-inner{text-align:center;z-index:1;position:relative}.cta-emoji{margin-bottom:24px;font-size:56px}.cta-title{color:#fff;letter-spacing:-1px;margin-bottom:16px;font-size:44px;font-weight:900}.cta-subtitle{color:#ffffffbf;max-width:500px;margin-bottom:40px;margin-left:auto;margin-right:auto;font-size:18px;line-height:1.7}.cta-btn{color:var(--green-800);font-family:var(--font-heading);cursor:pointer;background:#fff;border:none;border-radius:16px;align-items:center;gap:10px;padding:18px 40px;font-size:17px;font-weight:800;transition:all .3s;display:inline-flex;box-shadow:0 8px 32px #00000026}.cta-btn:hover{transform:translateY(-2px);box-shadow:0 12px 40px #0003}.footer{color:#fff9;background:#0a1f0a;padding:60px 0 32px}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px;display:grid}.footer-brand-name{font-family:var(--font-heading);color:#fff;align-items:center;gap:8px;margin-bottom:12px;font-size:22px;font-weight:900;display:flex}.footer-brand-desc{max-width:300px;font-size:14px;line-height:1.7}.footer-heading{font-family:var(--font-heading);color:#fff;text-transform:uppercase;letter-spacing:1px;margin-bottom:16px;font-size:14px;font-weight:700}.footer-links{flex-direction:column;gap:10px;list-style:none;display:flex}.footer-links a{color:#fff9;font-size:14px;transition:color .2s}.footer-links a:hover{color:var(--green-400)}.footer-bottom{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding-top:24px;font-size:13px;display:flex}.footer-social{gap:16px;display:flex}.footer-social a{opacity:.6;font-size:18px;transition:opacity .2s}.footer-social a:hover{opacity:1}.legal-page{background:var(--bg-primary);padding:120px 0 80px}.legal-content{max-width:760px;margin:0 auto}.legal-content h1{margin-bottom:8px;font-size:40px;font-weight:900}.legal-updated{color:var(--text-muted);margin-bottom:40px;font-size:14px}.legal-content h2{color:var(--text-primary);margin-top:40px;margin-bottom:12px;font-size:22px;font-weight:800}.legal-content p,.legal-content li{color:var(--text-body);margin-bottom:12px;font-size:15px;line-height:1.8}.legal-content ul{margin-bottom:16px;padding-left:24px}.legal-content li{margin-bottom:6px}.legal-content a{color:var(--green-700);text-decoration:underline}.support-grid{grid-template-columns:1fr 1fr;gap:40px;margin-top:40px;display:grid}.support-card{border:1px solid var(--gray-200);background:#fff;border-radius:20px;padding:32px}.support-card-icon{margin-bottom:16px;font-size:32px}.support-card h3{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:8px;font-size:18px;font-weight:800}.support-card p{color:var(--text-muted);font-size:14px;line-height:1.7}.faq-section{margin-top:60px}.faq-item{border:1px solid var(--gray-200);background:#fff;border-radius:16px;margin-bottom:12px;padding:24px}.faq-question{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:8px;font-size:16px;font-weight:800}.faq-answer{color:var(--text-muted);font-size:14px;line-height:1.7}@media (max-width:1024px){.hero-inner{text-align:center;grid-template-columns:1fr;gap:40px}.hero-subtitle{margin-left:auto;margin-right:auto}.hero-actions,.hero-pills{justify-content:center}.features-grid{grid-template-columns:repeat(2,1fr)}.step{grid-template-columns:1fr;gap:40px}.step.reverse{direction:ltr}.step-desc{max-width:100%}.testimonials-grid,.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.navbar-links{display:none}.navbar-mobile-toggle{display:block}.hero-title{font-size:38px}.section-title{font-size:32px}.features-grid,.testimonials-grid{grid-template-columns:1fr}.cta-title{font-size:32px}.phone-mockup{width:240px;height:500px}.support-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:32px}.footer-bottom{text-align:center;flex-direction:column;gap:16px}.hero-actions{flex-direction:column}.step-title{font-size:26px}}
