*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--green: #6ab84e;--green-dark: #559a3b;--green-light: #e8f5e2;--gray-dark: #1e293b;--gray-mid: #475569;--gray-light: #f1f5f9;--gray-border: #e2e8f0;--text: #334155;--text-muted: #64748b;--white: #ffffff;--radius: 10px;--shadow: 0 2px 12px rgba(0, 0, 0, .08);--shadow-md: 0 4px 24px rgba(0, 0, 0, .12)}html{scroll-behavior:smooth;font-size:16px}body{font-family:Inter,system-ui,-apple-system,sans-serif;color:var(--text);background:var(--white);line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}header{position:sticky;top:0;z-index:100;background:var(--gray-dark);transition:box-shadow .2s}header.scrolled{box-shadow:0 2px 16px #0003}.header-inner{max-width:1140px;margin:0 auto;padding:0 1.5rem;height:68px;display:flex;align-items:center;gap:2rem}.logo{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.logo-icon{width:40px;height:40px}.logo-text{display:flex;flex-direction:column;line-height:1.1}.logo-name{color:var(--white);font-weight:700;font-size:1.15rem;letter-spacing:-.01em}.logo-sub{color:var(--green);font-size:.62rem;font-weight:600;letter-spacing:.12em}nav{display:flex;gap:.25rem;margin-left:auto}nav a{color:#cbd5e1;font-size:.9rem;font-weight:500;padding:.45rem .85rem;border-radius:6px;transition:color .15s,background .15s}nav a:hover{color:var(--white);background:#ffffff14}.nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem;margin-left:auto}.nav-toggle span{display:block;width:22px;height:2px;background:var(--white);border-radius:2px;transition:transform .2s,opacity .2s}.hero{background:linear-gradient(135deg,#0f172a,#1e293b 60%,#0f2a1a);min-height:520px;display:flex;align-items:center;padding:4rem 1.5rem;gap:3rem;overflow:hidden;position:relative}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 70% 50%,rgba(106,184,78,.08) 0%,transparent 60%);pointer-events:none}.hero-content{max-width:1140px;margin:0 auto;display:flex;align-items:center;gap:4rem;width:100%}.hero-content>div:first-child{flex:1}.hero h1{color:var(--white);font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.15;letter-spacing:-.02em;margin-bottom:1.25rem}.hero p{color:#94a3b8;font-size:1.05rem;max-width:480px;margin-bottom:2rem;line-height:1.7}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.hero-graphic{flex-shrink:0;width:320px;opacity:.9}.hero-graphic svg{width:100%}.btn{display:inline-flex;align-items:center;padding:.7rem 1.5rem;border-radius:7px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .15s,transform .1s,box-shadow .15s;border:2px solid transparent}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--green);color:var(--white)}.btn-primary:hover{background:var(--green-dark);box-shadow:0 4px 14px #6ab84e66}.btn-outline{background:transparent;color:var(--white);border-color:#ffffff4d}.btn-outline:hover{border-color:var(--green);color:var(--green)}.btn-full{width:100%;justify-content:center}.section{padding:5rem 1.5rem}.section-alt{background:var(--gray-light)}.container{max-width:1140px;margin:0 auto}.section-header{text-align:center;max-width:600px;margin:0 auto 3.5rem}.section-header h2{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;margin-bottom:.75rem;letter-spacing:-.02em}.section-header p{color:var(--text-muted);font-size:1.05rem}.label{display:inline-block;background:var(--green-light);color:var(--green-dark);font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.3rem .75rem;border-radius:20px;margin-bottom:.75rem}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.card{background:var(--white);border:1px solid var(--gray-border);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow);transition:box-shadow .2s,transform .2s}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.card-icon{width:52px;height:52px;background:var(--green-light);color:var(--green-dark);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.card-icon svg{width:26px;height:26px}.card h3{font-size:1.1rem;font-weight:700;margin-bottom:.6rem}.card p{color:var(--text-muted);font-size:.93rem;line-height:1.65;margin-bottom:1.25rem}.card-link{color:var(--green-dark);font-size:.88rem;font-weight:600}.card-link:hover{text-decoration:underline}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.two-col-reverse{direction:rtl}.two-col-reverse>*{direction:ltr}.two-col-text h2{font-size:clamp(1.6rem,2.5vw,2rem);font-weight:700;margin-bottom:1rem;letter-spacing:-.02em}.two-col-text p{color:var(--text-muted);margin-bottom:1rem;line-height:1.75}.cta-group{margin-top:1.75rem}.feature-list{display:flex;flex-direction:column;gap:1.5rem;margin:1.75rem 0}.feature{display:flex;gap:1rem;align-items:flex-start}.feature-icon{flex-shrink:0;width:40px;height:40px;background:var(--green-light);color:var(--green-dark);border-radius:10px;display:flex;align-items:center;justify-content:center}.feature-icon svg{width:18px;height:18px}.feature h4{font-size:.95rem;font-weight:700;margin-bottom:.3rem}.feature p{color:var(--text-muted);font-size:.9rem;line-height:1.65}.two-col-visual{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.stat-card{background:var(--white);border:1px solid var(--gray-border);border-radius:var(--radius);padding:2rem 1.5rem;text-align:center;box-shadow:var(--shadow)}.stat-number{font-size:2rem;font-weight:800;color:var(--green);line-height:1;margin-bottom:.4rem}.stat-label{font-size:.82rem;color:var(--text-muted);font-weight:500}.about-visual{justify-items:center;align-items:center;display:flex}.about-visual svg{max-width:300px;width:100%}.support-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.support-card{background:var(--white);border-radius:var(--radius);padding:2rem;border:1px solid var(--gray-border);box-shadow:var(--shadow);position:relative}.support-card h3{font-size:1rem;font-weight:700;margin-bottom:.5rem}.support-card p{color:var(--text-muted);font-size:.92rem}.support-status-dot{width:10px;height:10px;border-radius:50%;background:var(--green);margin-bottom:1rem;box-shadow:0 0 0 3px var(--green-light)}.support-card--ok{border-top:3px solid var(--green)}.support-card--info{border-top:3px solid #3b82f6}.support-icon{color:#3b82f6;margin-bottom:1rem}.support-icon svg{width:28px;height:28px}.contact-grid{display:grid;grid-template-columns:280px 1fr;gap:4rem;align-items:start}.contact-info{display:flex;flex-direction:column;gap:1.75rem}.contact-block h4{font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.4rem}.contact-block p{font-size:.93rem;line-height:1.7;margin-bottom:.25rem}.contact-block a{color:var(--green-dark);font-weight:500}.contact-block a:hover{text-decoration:underline}.contact-form{background:var(--gray-light);border:1px solid var(--gray-border);border-radius:var(--radius);padding:2.5rem;display:flex;flex-direction:column;gap:1.25rem}.form-row{display:flex;flex-direction:column;gap:.4rem}.form-row label{font-size:.85rem;font-weight:600;color:var(--text)}.form-row label span{color:var(--green)}.form-row input,.form-row textarea{border:1.5px solid var(--gray-border);border-radius:7px;padding:.65rem .9rem;font-size:.95rem;font-family:inherit;background:var(--white);color:var(--text);transition:border-color .15s;width:100%}.form-row input:focus,.form-row textarea:focus{outline:none;border-color:var(--green);box-shadow:0 0 0 3px #6ab84e26}.form-row textarea{resize:vertical;min-height:120px}footer{background:var(--gray-dark);color:#94a3b8;padding:3rem 1.5rem 1.5rem}.footer-inner{max-width:1140px;margin:0 auto;display:flex;gap:3rem;flex-wrap:wrap;margin-bottom:2.5rem}.footer-brand{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.footer-logo{width:44px;height:44px}.footer-brand-name{color:var(--white);font-weight:700;font-size:1rem}.footer-links{display:flex;gap:3rem;flex-wrap:wrap;margin-left:auto}.footer-col{display:flex;flex-direction:column;gap:.5rem;min-width:120px}.footer-col h5{color:var(--white);font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.25rem}.footer-col a{font-size:.88rem;color:#94a3b8;transition:color .15s}.footer-col a:hover{color:var(--green)}.footer-bottom{max-width:1140px;margin:0 auto;border-top:1px solid rgba(255,255,255,.08);padding-top:1.25rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem;font-size:.82rem}.footer-bottom a{color:#94a3b8}.footer-bottom a:hover{color:var(--green)}@media (max-width: 900px){.two-col{grid-template-columns:1fr;gap:2.5rem}.two-col-reverse{direction:ltr}.hero-graphic{display:none}.hero-content{flex-direction:column;gap:0}.contact-grid{grid-template-columns:1fr;gap:2rem}.footer-links{margin-left:0}}@media (max-width: 640px){.nav-toggle{display:flex}nav{display:none;position:absolute;top:68px;left:0;right:0;background:var(--gray-dark);flex-direction:column;padding:1rem;gap:.25rem;border-top:1px solid rgba(255,255,255,.08)}nav.open{display:flex}nav a{padding:.7rem 1rem}.stat-card{padding:1.25rem 1rem}.contact-form{padding:1.5rem}.footer-links{gap:2rem}}
