@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&display=swap");*{margin:0;padding:0;box-sizing:border-box}body{font-family:Outfit,Segoe UI,sans-serif;background:#f9f9f9;color:#333;line-height:1.6}header{background:#fff;padding:16px 40px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 4px 20px rgba(0,0,0,.05);position:-webkit-sticky;position:sticky;top:0;z-index:100}.logo{font-size:24px;font-weight:800;color:#2c7a2c;text-decoration:none}.logo span{color:#f4a300}nav a{margin-left:24px;text-decoration:none;color:#555;font-size:15px;font-weight:500;transition:all .3s ease}nav a:hover{color:#2c7a2c}.hero{background:linear-gradient(135deg,#1b5e20,#2c7a2c 50%,#388e3c);color:#fff;padding:100px 40px;text-align:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,hsla(0,0%,100%,.05) 0,transparent 60%);z-index:0}.hero h1,.hero p,.hero-btns,.hero-emoji{position:relative;z-index:1}.hero-emoji{font-size:80px;margin-bottom:20px;display:block;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero h1{font-size:48px;font-weight:800;margin-bottom:16px;line-height:1.2}.hero h1 span{color:#f4a300}.hero p{font-size:18px;opacity:.9;max-width:600px;margin:0 auto 36px;line-height:1.7}.hero-btns{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.btn-primary{background:#f4a300;color:#fff;padding:14px 32px;border-radius:50px;text-decoration:none;font-weight:700;font-size:16px;transition:all .3s ease;box-shadow:0 4px 15px rgba(244,163,0,.4);border:none;cursor:pointer;display:inline-block}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(244,163,0,.5);background:#e59900}.btn-secondary{background:hsla(0,0%,100%,.15);color:#fff;padding:14px 32px;border-radius:50px;text-decoration:none;font-weight:600;font-size:16px;border:2px solid hsla(0,0%,100%,.4);transition:all .3s ease;display:inline-block;cursor:pointer;position:relative}.btn-secondary:hover{background:hsla(0,0%,100%,.25);border-color:hsla(0,0%,100%,.6)}.stats{display:flex;justify-content:center;gap:0;background:#fff;box-shadow:0 10px 30px rgba(0,0,0,.05);border-bottom:1px solid #eee}.stat{flex:1 1;max-width:250px;text-align:center;padding:40px 20px;border-right:1px solid #eee}.stat:last-child{border-right:none}.stat-num{font-size:36px;font-weight:800;color:#2c7a2c;display:block}.stat-label{font-size:14px;color:#888;margin-top:4px;font-weight:500}.section{padding:100px 40px;text-align:center}.section-title{font-size:36px;font-weight:800;color:#1a1a1a;margin-bottom:12px}.section-sub{font-size:17px;color:#888;margin-bottom:60px;max-width:700px;margin-left:auto;margin-right:auto}.cards{display:flex;gap:30px;justify-content:center;flex-wrap:wrap;max-width:1200px;margin:0 auto}.card{background:#fff;border-radius:24px;padding:40px 30px;width:280px;box-shadow:0 10px 40px rgba(0,0,0,.04);transition:all .4s cubic-bezier(.175,.885,.32,1.275);border:1px solid #f0f0f0}.card:hover{transform:translateY(-12px);box-shadow:0 20px 50px rgba(0,0,0,.1);border-color:#2c7a2c}.card-icon{font-size:54px;margin-bottom:24px;display:inline-block}.card h3{font-size:20px;font-weight:700;margin-bottom:15px;color:#1a1a1a}.card p{font-size:15px;color:#777;line-height:1.7}.how{background:linear-gradient(135deg,#f0faf0,#e8f5e9);padding:100px 40px;text-align:center}.steps{display:flex;gap:30px;justify-content:center;flex-wrap:wrap;max-width:1000px;margin:0 auto}.step{background:#fff;border-radius:24px;padding:40px 30px;width:250px;box-shadow:0 10px 30px rgba(0,0,0,.05);position:relative;transition:transform .3s ease}.step:hover{transform:scale(1.05)}.step-num{width:44px;height:44px;background:#2c7a2c;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:18px;margin:0 auto 20px;box-shadow:0 4px 10px rgba(44,122,44,.3)}.step-icon{font-size:40px;margin-bottom:15px}.step h3{font-size:18px;font-weight:700;color:#1a1a1a;margin-bottom:10px}.step p{font-size:14px;color:#666;line-height:1.6}.cta{background:#111;color:#fff;padding:100px 40px;text-align:center}.cta h2{font-size:40px;font-weight:800;margin-bottom:20px}.cta p{font-size:18px;opacity:.8;margin-bottom:40px;max-width:600px;margin-left:auto;margin-right:auto}footer{background:#000;color:#888;padding:80px 40px 40px}.footer-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;grid-gap:60px;gap:60px}.footer-brand .logo{font-size:24px;margin-bottom:20px;display:block}.footer-brand p{font-size:14px;color:#666;max-width:300px;line-height:1.8}.footer-links h4{color:#fff;font-size:16px;margin-bottom:24px;font-weight:600}.footer-links a{display:block;color:#888;text-decoration:none;font-size:14px;margin-bottom:12px;transition:all .3s ease}.footer-links a:hover{color:#f4a300;padding-left:5px}.footer-bottom{text-align:center;padding-top:40px;margin-top:60px;border-top:1px solid #222;font-size:14px;color:#555}.content-container{max-width:900px;margin:60px auto;background:#fff;padding:60px;border-radius:30px;box-shadow:0 20px 60px rgba(0,0,0,.05)}.content-container h1{font-size:32px;margin-bottom:10px;color:#1a1a1a}.last-updated{font-size:14px;color:#999;display:block}.content-container section,.last-updated{margin-bottom:40px}.content-container h2{font-size:20px;color:#2c7a2c;margin-bottom:15px;font-weight:700}.content-container p,.content-container ul{font-size:16px;line-height:1.8;color:#555;margin-bottom:15px}.content-container ul{padding-left:20px}.info-box{background:#f0faf0;border-left:4px solid #2c7a2c;padding:24px;border-radius:12px;margin:30px 0}@media (max-width:900px){.footer-inner{grid-template-columns:1fr;gap:40px;text-align:center}.footer-brand p{margin:0 auto}.stat{border-right:none;border-bottom:1px solid #eee}.stat:last-child{border-bottom:none}.stats{flex-direction:column}}@media (max-width:600px){.hero h1{font-size:36px}.section-title{font-size:28px}header{padding:16px 20px}nav a{margin-left:12px;font-size:14px}.content-container{padding:30px;margin:20px}}