:root{--c1:#065f46;--c2:#34d399;--font:'Poppins',sans-serif;}*{margin:0;padding:0;box-sizing:border-box;}html{scroll-behavior:smooth;}body{font-family:var(--font);color:#1e293b;line-height:1.7;background:#fafafa;}a{color:var(--c1);text-decoration:none;transition:all .3s;}a:hover{color:var(--c2);}img{max-width:100%;height:auto;}.site-header{position:sticky;top:0;z-index:1000;background:#065f46;padding:0 2rem;transition:all .3s;}.header-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:72px;}.header-logo img{height:48px;}.header-nav{display:flex;gap:1.5rem;align-items:center;}.header-nav a{font-weight:500;font-size:.95rem;color:#fff;}.header-nav a:hover{color:var(--c2);}.nav-cta{background:var(--c1);color:#fff !important;padding:10px 24px;border-radius:12px;font-weight:600;}.nav-cta:hover{background:var(--c2);transform:translateY(-2px);}.mobile-toggle{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#fff;}.hero{background:linear-gradient(160deg,#065f46 0%,#065f46ee 40%,#34d399 100%);color:#fff;padding:6rem 2rem;position:relative;overflow:hidden;}.hero-inner{max-width:1200px;margin:0 auto;}.hero h1{font-size:2.8rem;font-weight:800;line-height:1.15;margin-bottom:1.5rem;}.hero p{font-size:1.2rem;opacity:.92;margin-bottom:2rem;max-width:600px;line-height:1.7;}.hero-cta{display:inline-block;background:#fff;color:var(--c1);font-weight:700;font-size:1.1rem;padding:14px 36px;border-radius:12px;transition:all .3s;}.hero-cta:hover{transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,0,0,.2);color:var(--c1);}.hero-image{border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.3);max-height:400px;object-fit:cover;width:100%;}.section{padding:5rem 2rem;}.section-alt{background:#fff;}.section-inner{max-width:1100px;margin:0 auto;}.section-title{font-size:2rem;font-weight:700;color:var(--c1);margin-bottom:1rem;}.section-title::after{content:'';display:block;width:60px;height:4px;background:var(--c2);margin-top:.5rem;border-radius:2px;}.section-text{font-size:1.05rem;color:#475569;max-width:800px;margin-top:1.5rem;}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2.5rem;}.card{background:#fff;border:2px solid #34d39933;border-radius:12px;padding:2rem;transition:transform .3s,box-shadow .3s;}.card:hover{transform:translateY(-5px);box-shadow:0 15px 50px rgba(0,0,0,.12);}.card h3{color:var(--c1);font-size:1.2rem;margin-bottom:.75rem;}.card p{color:#64748b;font-size:.95rem;}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:2rem;margin-top:2rem;}.blog-card{background:#fff;border:2px solid #34d39933;border-radius:12px;padding:2rem;}.blog-card:hover{transform:translateY(-4px);}.blog-card h3{font-size:1.1rem;margin-bottom:.5rem;}.blog-card h3 a{color:var(--c1);}.blog-card p{font-size:.9rem;color:#64748b;}.facts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-top:2rem;counter-reset:fact;}.fact-item{background:#fff;border:2px solid #34d39933;border-radius:12px;padding:2rem;position:relative;padding-left:3.5rem;counter-increment:fact;}.fact-item::before{content:counter(fact);position:absolute;left:1rem;top:1.5rem;width:32px;height:32px;background:var(--c1);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;}.steps{display:flex;flex-direction:column;gap:2rem;margin-top:2rem;}.step{background:#fff;border:2px solid #34d39933;border-radius:12px;padding:2rem;display:flex;gap:1.5rem;align-items:flex-start;}.step-num{min-width:48px;height:48px;background:var(--c1);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.2rem;}.step h3{color:var(--c1);margin-bottom:.5rem;}.step p{color:#64748b;font-size:.95rem;}.cta-banner{background:linear-gradient(135deg,var(--c1),var(--c2));color:#fff;padding:4rem 2rem;text-align:center;}.cta-banner h2{font-size:2rem;margin-bottom:1rem;}.cta-banner p{font-size:1.1rem;opacity:.9;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto;}.site-footer{background:#111827;color:#9ca3af;padding:4rem 2rem 2rem;}.footer-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;}.footer-col h4{color:#fff;margin-bottom:1rem;}.footer-col a{display:block;color:#9ca3af;margin-bottom:.5rem;font-size:.9rem;}.footer-col a:hover{color:var(--c2);}.footer-col p{font-size:.85rem;line-height:1.6;}.footer-bottom{max-width:1200px;margin:2rem auto 0;padding-top:2rem;border-top:1px solid #374151;display:flex;justify-content:space-between;align-items:center;font-size:.85rem;}.footer-bottom a{color:#9ca3af;}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#1e293b;color:#fff;padding:1.5rem 2rem;z-index:9999;display:none;}.cookie-banner.show{display:block;}.cookie-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap;}.cookie-inner p{font-size:.9rem;flex:1;min-width:300px;}.cookie-inner p a{color:var(--c2);text-decoration:underline;}.cookie-btn{background:var(--c2);color:#fff;border:none;padding:12px 28px;cursor:pointer;font-weight:600;border-radius:12px;transition:all .3s;}.cookie-btn:hover{opacity:.9;}@media(max-width:1024px){.hero h1{font-size:2.2rem;}.hero-inner{grid-template-columns:1fr;}.footer-inner{grid-template-columns:repeat(2,1fr);}.header-nav{display:none;}.header-nav.open{display:flex;flex-direction:column;position:absolute;top:72px;left:0;right:0;background:#065f46;padding:1rem 2rem;box-shadow:0 10px 30px rgba(0,0,0,.1);}.mobile-toggle{display:block;}}@media(max-width:768px){.hero{padding:3rem 1.5rem;}.hero h1{font-size:1.8rem;}.section{padding:3rem 1.5rem;}.card-grid,.blog-grid,.facts-grid{grid-template-columns:1fr;}.footer-inner{grid-template-columns:1fr;}.footer-bottom{flex-direction:column;text-align:center;gap:.5rem;}.step{flex-direction:column;}.cookie-inner{flex-direction:column;text-align:center;}}.blog-post{max-width:800px;margin:0 auto;padding:3rem 2rem;}.blog-post h1{font-size:2rem;color:var(--c1);margin-bottom:1rem;}.blog-post .meta{color:#94a3b8;font-size:.9rem;margin-bottom:2rem;}.blog-post h2{font-size:1.4rem;color:var(--c1);margin:2rem 0 1rem;}.blog-post p{color:#475569;margin-bottom:1.2rem;}.blog-post ul,.blog-post ol{margin:1rem 0 1.5rem 1.5rem;color:#475569;}.blog-post li{margin-bottom:.5rem;}.blog-post img{border-radius:12px;margin:1.5rem 0;}.blog-post .back-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--c1);font-weight:600;margin-bottom:2rem;}