*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,sans-serif;background:#0d1117;color:#e6edf3;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}:root{--green: #1C5E33;--green-light: #2a7a44;--green-muted: #8b949e;--green-accent: #3fa870;--gold: #B97214;--gold-light: #d4892a;--bg: #0d1117;--bg-card: #161b22;--bg-card2: #1c2128;--border: #21262d;--text: #e6edf3;--text-muted: #8b949e;--text-dim: #58677a}html.light{--green-accent: #1C5E33;--bg: #f4f7f5;--bg-card: #ffffff;--bg-card2: #edf2ef;--border: #cdddd4;--text: #1a1814;--text-muted: #5c5448;--text-dim: #9e9284}html.light body{background:var(--bg);color:var(--text)}html.light nav{background:#f4f7f5f2;border-bottom-color:var(--border)}html.light .hero-badge{background:#1c5e3314}html.light .pillars{background:var(--bg-card)}html.light footer{background:#e8ede9}html.light .cta-block{background:linear-gradient(135deg,#e8f0eb,#f0f5f2)}nav{position:sticky;top:0;z-index:100;background:#0d1117eb;backdrop-filter:blur(12px);border-bottom:1px solid var(--border);padding:0 2rem;height:60px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.nav-logo img{height:28px;width:auto}.nav-links{display:flex;align-items:center;gap:1.5rem;list-style:none}.nav-links a{font-size:.85rem;color:var(--text-muted);transition:color .15s}.nav-links a:hover{color:var(--text)}.nav-cta{padding:.45rem 1rem;background:var(--green);color:#fff!important;border-radius:6px;font-weight:500;font-size:.85rem!important;transition:background .15s!important}.nav-cta:hover{background:var(--green-light)!important}html.light .nav-cta{background:#1c5e33!important}html.light .nav-cta:hover{background:#154d2a!important}.nav-newsletter{padding:.4rem .85rem;border:1px solid rgba(28,94,51,.4);border-radius:6px;color:var(--green-accent)!important;font-size:.85rem!important;font-weight:500;transition:border-color .15s,background .15s!important}.nav-newsletter:hover{background:#1c5e331f!important;border-color:#1c5e33a6!important;color:var(--text)!important}html.light .nav-newsletter{border-color:#1c5e334d;color:#1c5e33!important}html.light .nav-newsletter:hover{background:#1c5e3314!important}.nav-links a.nav-active:not(.nav-cta){color:var(--text);position:relative}.nav-links a.nav-active:not(.nav-cta):after{content:"";display:block;height:2px;background:var(--green-accent);border-radius:1px;margin-top:2px}.hero{position:relative;overflow:hidden;padding:6rem 2rem 5rem;text-align:center}.hero:before{display:none}.hero-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .9rem;border:1px solid var(--border);border-radius:999px;font-size:.78rem;color:var(--text-muted);margin-bottom:1.5rem;background:#1c5e331f}.hero-badge span{color:var(--green-accent)}.hero h1{font-size:clamp(2rem,5vw,3.2rem);font-weight:700;line-height:1.15;max-width:700px;margin:0 auto 1.2rem;letter-spacing:-.02em}.hero h1 em{font-style:normal;color:var(--green-accent)}.hero p{font-size:1.05rem;color:var(--text-muted);max-width:540px;margin:0 auto 2.5rem;line-height:1.7}.hero-ctas{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary{padding:.8rem 1.8rem;background:var(--green);color:#fff;border-radius:8px;font-weight:600;font-size:.95rem;transition:background .15s,transform .1s;border:1px solid rgba(255,255,255,.08)}.btn-primary:hover{background:#154d2a;transform:translateY(-1px)}html.light .btn-primary{background:#1c5e33}html.light .btn-primary:hover{background:#154d2a}.btn-secondary{padding:.8rem 1.8rem;border:1px solid var(--border);color:var(--text-muted);border-radius:8px;font-size:.95rem;transition:border-color .15s,color .15s}.btn-secondary:hover{border-color:var(--green-muted);color:var(--text)}.pillars{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--bg-card)}@media(max-width:800px){.pillars{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.pillars{grid-template-columns:1fr}}.pillar{padding:1.8rem 1.5rem;border-right:1px solid var(--border);display:flex;flex-direction:column;gap:.5rem}.pillar:last-child{border-right:none}@media(max-width:800px){.pillar:nth-child(2){border-right:none}.pillar:nth-child(3){border-right:1px solid var(--border)}}.pillar-icon{width:36px;height:36px;border-radius:9px;background:#1c5e3326;border:1px solid rgba(28,94,51,.25);display:flex;align-items:center;justify-content:center;color:var(--green-accent);flex-shrink:0}.pillar-icon.gold{background:#b972141f;border-color:#b9721438;color:#c8842a}.pillar-title{font-size:.92rem;font-weight:600;color:var(--text);line-height:1.25;margin-top:.15rem}.pillar-desc{font-size:.78rem;color:var(--text-muted);line-height:1.55}section{padding:5rem 2rem;max-width:1100px;margin:0 auto}.section-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--green-accent);font-weight:600;margin-bottom:.8rem}h2{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:700;line-height:1.2;margin-bottom:1rem;letter-spacing:-.01em}.lead{font-size:1rem;color:var(--text-muted);max-width:560px;line-height:1.75;margin-bottom:2.5rem}.products{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;max-width:1100px;margin:0 auto;padding:0 2rem 5rem}@media(max-width:700px){.products{grid-template-columns:1fr}}.product-card{background:var(--bg-card);border:1px solid var(--border);border-radius:14px;padding:2.5rem;position:relative;overflow:hidden;transition:border-color .2s}.product-card:hover{border-color:#2a4a35}.product-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px}.product-card.green:before{background:var(--green)}.product-card.gold:before{background:var(--gold)}.product-logo{height:56px;max-width:220px;width:auto;object-fit:contain;object-position:left center;margin-bottom:1.6rem;display:block}.product-card h3{font-size:1.3rem;font-weight:600;margin-bottom:.6rem}.product-card p{font-size:.9rem;color:var(--text-muted);line-height:1.7;margin-bottom:1.5rem}.product-card{display:flex!important;flex-direction:column}.feature-list{list-style:none;margin-bottom:1.5rem;flex:1}.feature-list li{font-size:.88rem;color:var(--text-muted);padding:.35rem 0;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:.6rem}.feature-list li:last-child{border-bottom:none}.feature-list li:before{content:"";width:5px;height:5px;border-radius:50%;background:#4d9e6e;flex-shrink:0}.product-card .btn-card{display:block;padding:.75rem 1.4rem;border-radius:8px;font-size:.88rem;font-weight:600;transition:background .15s,border-color .15s;text-align:center}.product-card.green .btn-card{background:#1c5e331f;color:var(--green-accent);border:1.5px solid rgba(28,94,51,.35)}.product-card.green .btn-card:hover{background:#1c5e3338;border-color:#1c5e3399}html.light .product-card.green .btn-card{background:#1c5e3314;color:#1c5e33;border-color:#1c5e334d}html.light .product-card.green .btn-card:hover{background:#1c5e3326}.product-card.gold .btn-card{background:#b972141f;color:#c8842a;border:1.5px solid rgba(185,114,20,.35)}.product-card.gold .btn-card:hover{background:#b9721438;border-color:#b9721499}html.light .product-card.gold .btn-card{background:#b9721414;color:#b97214;border-color:#b972144d}html.light .product-card.gold .btn-card:hover{background:#b9721426}.how-it-works{background:var(--bg-card);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.how-it-works section{padding:5rem 2rem}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2.5rem}@media(max-width:700px){.steps{grid-template-columns:1fr}}.step{position:relative;padding-left:1.2rem;border-left:2px solid var(--green)}.step-num{font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:var(--green-accent);font-weight:600;margin-bottom:.5rem}.step h4{font-size:1rem;font-weight:600;margin-bottom:.4rem}.step p{font-size:.85rem;color:var(--text-muted);line-height:1.6}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media(max-width:700px){.about-grid{grid-template-columns:1fr;gap:2rem}}.about-text h2{margin-bottom:1rem}.about-text p{font-size:.9rem;color:var(--text-muted);line-height:1.75;margin-bottom:1rem}.team-card{background:var(--bg-card2);border:1px solid var(--border);border-radius:12px;padding:2rem}.team-cards{display:flex;flex-direction:column;gap:1.2rem}.team-card{background:var(--bg-card2);border:1px solid var(--border);border-radius:12px;padding:1.4rem 1.6rem;display:flex;gap:1.2rem;align-items:flex-start}.team-avatar{width:56px;height:56px;border-radius:50%;overflow:hidden;border:2px solid var(--green-accent);flex-shrink:0}.team-avatar img{width:100%;height:100%;object-fit:cover;display:block}.team-avatar-initials{width:56px;height:56px;border-radius:50%;background:#1c5e3333;border:2px solid var(--green-accent);flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;color:var(--green-accent);letter-spacing:.03em}.team-info{flex:1;min-width:0}.team-name{font-weight:600;font-size:.95rem;margin-bottom:.15rem}.team-role{font-size:.75rem;color:var(--green-muted);margin-bottom:.7rem}.team-bio{font-size:.82rem;color:var(--text-muted);line-height:1.6}.nl-section{background:var(--bg-card);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.nl-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media(max-width:800px){.nl-inner{grid-template-columns:1fr;gap:2.5rem}}.nl-copy h2{margin-bottom:1rem}.nl-perks{list-style:none;display:flex;flex-direction:column;gap:.65rem;margin-bottom:1.25rem}.nl-perks li{font-size:.9rem;color:var(--text-muted);padding-left:1rem;position:relative}.nl-perks li:before{content:"—";position:absolute;left:0;color:var(--green-accent);font-size:.8rem}.nl-meta{font-size:.78rem;color:var(--text-dim)}.nl-widget-wrap .newsletter-widget{--nw-bg: #161b22;--nw-border: #21262d;--nw-text: #e6edf3;--nw-muted: #8b949e;--nw-accent: #3fa870;max-width:100%}.nl-widget-wrap .newsletter-widget .nw-input{background:#0d1117;color:#e6edf3;border-color:#21262d}.nl-widget-wrap .newsletter-widget .nw-input:focus{border-color:#3fa870}.nl-widget-wrap .newsletter-widget .nw-input::placeholder{color:#58677a}html.light .nl-widget-wrap .newsletter-widget{--nw-bg: #f0f7f2;--nw-border: #c3dbc9;--nw-text: #1c5e33;--nw-muted: #4b7a5c;--nw-accent: #1c5e33}html.light .nl-widget-wrap .newsletter-widget .nw-input{background:#fff;color:#1a2a1f;border-color:#b0cfba}.cta-block{background:linear-gradient(135deg,#0d1117,#161b22);border-top:1px solid var(--border);border-bottom:1px solid var(--border);position:relative;overflow:hidden}.cta-block:before{display:none}.cta-block section{text-align:center;padding:5rem 2rem}.cta-block h2{margin-bottom:.8rem}.cta-block p{color:var(--text-muted);font-size:.95rem;max-width:480px;margin-inline:auto;margin-bottom:2rem}.cta-block .hero-ctas{margin-top:2rem}footer{background:#070f0b;border-top:1px solid var(--border);padding:3rem 2rem}.footer-inner{max-width:1100px;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;flex-wrap:wrap}.footer-logo img{height:22px;width:auto;opacity:.7}.footer-logo p{font-size:.75rem;color:var(--text-dim);margin-top:.6rem;max-width:240px;line-height:1.5}.footer-links{display:flex;gap:3rem;flex-wrap:wrap}.footer-col h5{font-size:.75rem;color:var(--text-dim);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.8rem}.footer-col ul{list-style:none}.footer-col li+li{margin-top:.5rem}.footer-col a{font-size:.82rem;color:var(--text-muted);transition:color .15s}.footer-col a:hover{color:var(--text)}.footer-bottom{max-width:1100px;margin:2rem auto 0;padding-top:1.5rem;border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;font-size:.75rem;color:var(--text-dim)}.theme-toggle{background:none;border:1px solid var(--border);color:var(--text-muted);border-radius:6px;padding:.35rem .7rem;cursor:pointer;font-size:.72rem;font-family:inherit;letter-spacing:.06em;text-transform:uppercase;line-height:1;transition:border-color .15s,color .15s;flex-shrink:0}.theme-toggle:hover{border-color:var(--green-muted);color:var(--text)}@media(max-width:600px){.nav-links{display:none}}@media(max-width:420px){.hero-badge{font-size:.72rem;padding:.25rem .75rem}}
