*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}svg{overflow:visible;flex-shrink:0;display:inline-block;vertical-align:middle}:root{--bg: #edecea;--card: #faf9f7;--card-border: rgba(0, 0, 0, .055);--green: #1a7840;--gs: #e3f2eb;--gsborder: #c8e6d6;--text: #0e0e0d;--muted: #9a9a95;--blue: #3a7cd6;--amber: #b87318;--sh: 0 1px 3px rgba(0, 0, 0, .04), 0 6px 20px rgba(0, 0, 0, .07);--sh-sm: 0 1px 2px rgba(0, 0, 0, .04), 0 3px 10px rgba(0, 0, 0, .06);--r: 22px;--rs: 13px}html{scroll-behavior:smooth}body{font-family:Figtree,sans-serif;background:var(--bg);color:var(--text);overflow-x:hidden;-webkit-font-smoothing:antialiased}.nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:20px 32px;display:flex;align-items:center;justify-content:space-between;transition:background .3s,box-shadow .3s}.nav.scrolled{background:#edeceae0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 1px 0 var(--card-border)}.nav-logo{display:flex;align-items:center;gap:8px;text-decoration:none;color:var(--text)}.nav-logo-mark{width:36px;height:36px;background:var(--green);border-radius:10px;display:flex;align-items:center;justify-content:center}.nav-logo-mark svg{width:18px;height:18px}.nav-logo-text{font-family:Bricolage Grotesque,sans-serif;font-size:15px;font-weight:700;letter-spacing:-.02em}.nav-right{display:flex;align-items:center;gap:24px}.nav-links{display:flex;align-items:center;gap:24px;list-style:none}.nav-links a{font-size:13px;font-weight:600;color:var(--text);text-decoration:none;opacity:.55;transition:opacity .2s}.nav-links a:hover{opacity:1}.nav-cta{padding:8px 16px;background:linear-gradient(135deg,#0d5c2e,#1a7840,#22a052)!important;color:#fff!important;border-radius:999px;opacity:1!important;font-weight:800!important;font-family:Bricolage Grotesque,sans-serif!important;font-size:13px!important;letter-spacing:-.02em;box-shadow:0 4px 16px #1a78404d;transition:transform .12s!important}.nav-cta:hover{transform:translateY(-1px)}.lang-switcher{display:flex;gap:2px;background:#0000000f;border-radius:20px;padding:3px}.lang-btn{padding:5px 12px;font-size:12px;font-weight:700;border:none;border-radius:16px;cursor:pointer;background:transparent;color:var(--text);opacity:.45;transition:all .2s}.lang-btn.active{background:var(--card);opacity:1;box-shadow:0 1px 5px #0000001a}.hero{position:relative;display:flex;align-items:center;justify-content:center;padding:120px 32px 80px;overflow:hidden}.hero-bg{position:absolute;inset:0;z-index:0}.gradient-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.45;animation:float 20s ease-in-out infinite}.orb-1{width:600px;height:600px;background:radial-gradient(circle,rgba(26,120,64,.18),transparent 70%);top:-10%;right:-10%}.orb-2{width:500px;height:500px;background:radial-gradient(circle,rgba(26,120,64,.08),transparent 70%);bottom:-5%;left:-5%;animation-delay:-7s}.orb-3{width:400px;height:400px;background:radial-gradient(circle,rgba(58,124,214,.1),transparent 70%);top:40%;left:50%;animation-delay:-14s}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.05)}66%{transform:translate(-20px,20px) scale(.95)}}.hero-grid-line{position:absolute;background:#00000009}.hero-grid-line.h{height:1px;left:0;right:0}.hero-grid-line.v{width:1px;top:0;bottom:0}.hero-content{position:relative;z-index:1;max-width:760px;text-align:center}.hero-badge{display:inline-flex;align-items:center;gap:7px;padding:7px 14px 7px 9px;background:var(--gs);border:1px solid var(--gsborder);border-radius:999px;font-size:12px;font-weight:600;color:var(--green);margin-bottom:28px;opacity:0;animation:fadeUp .8s ease forwards .2s}.hero-badge-dot{width:7px;height:7px;background:var(--green);border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}}.hero h1{font-family:Bricolage Grotesque,sans-serif;font-size:clamp(2.6rem,5.5vw,4rem);font-weight:800;line-height:1.05;letter-spacing:-.04em;color:var(--text);margin-bottom:20px;opacity:0;animation:fadeUp .8s ease forwards .4s}.hero h1 em{font-style:italic;color:var(--green)}.hero-desc{font-size:16px;line-height:1.5;color:var(--muted);max-width:520px;margin:0 auto 36px;font-weight:500;opacity:0;animation:fadeUp .8s ease forwards .6s}.hero-form-wrap{opacity:0;animation:fadeUp .8s ease forwards .8s}.hero-form,.cta-form{display:flex;gap:8px;justify-content:center;max-width:440px;margin:0 auto 10px}.hero-form input,.cta-form input{flex:1;padding:14px 16px;border:1.5px solid var(--card-border);border-radius:var(--rs);font-size:14px;font-family:Figtree,sans-serif;font-weight:500;background:var(--card);color:var(--text);outline:none;box-shadow:var(--sh-sm);transition:border-color .2s}.hero-form input:focus,.cta-form input:focus{border-color:var(--green);box-shadow:0 0 0 3px #1a78401a}.hero-form button,.cta-form button{padding:14px 24px;background:linear-gradient(135deg,#0d5c2e,#1a7840,#22a052);color:#fff;font-size:14px;font-weight:800;font-family:Bricolage Grotesque,sans-serif;letter-spacing:-.02em;border:none;border-radius:var(--rs);cursor:pointer;white-space:nowrap;box-shadow:0 4px 20px #1a78404d;transition:transform .15s,box-shadow .15s}.hero-form button:hover,.cta-form button:hover{transform:translateY(-2px);box-shadow:0 8px 28px #1a784059}.hero-form button:active,.cta-form button:active{transform:scale(.977)}.hero-form button.success,.cta-form button.success{background:var(--green)}.hero-hint{font-size:12px;color:var(--muted);font-weight:500;opacity:.7;text-align:center}.hero-stats{display:flex;justify-content:center;align-items:center;gap:0;margin-top:28px;opacity:0;animation:fadeUp .8s ease forwards 1s}.hero-stat{display:flex;flex-direction:column;align-items:center;padding:0 24px;border-right:1px solid var(--card-border)}.hero-stat:last-child{border-right:none}.hero-stat-value{font-family:Bricolage Grotesque,sans-serif;font-size:1.8rem;font-weight:700;color:var(--text);letter-spacing:-1px}.hero-stat-label{font-size:.75rem;color:var(--muted);margin-top:2px;text-align:center}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ua-banner{padding:40px 32px;background:linear-gradient(135deg,#0057b7,#003f8a);color:#fff;text-align:center;position:relative;overflow:hidden}.ua-banner:before{content:"";position:absolute;bottom:0;left:0;right:0;height:4px;background:gold}.ua-banner-inner{max-width:680px;margin:0 auto;position:relative;z-index:1}.ua-banner-flag{display:inline-flex;align-items:center;gap:7px;padding:5px 14px;background:#ffffff26;border-radius:999px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:16px}.ua-flag-bar{width:16px;height:11px;border-radius:2px;overflow:hidden;display:flex;flex-direction:column}.ua-flag-bar span:first-child{flex:1;background:#0057b7}.ua-flag-bar span:last-child{flex:1;background:gold}.ua-banner h3{font-family:Bricolage Grotesque,sans-serif;font-size:22px;font-weight:800;letter-spacing:-.03em;margin-bottom:10px}.ua-banner p{font-size:14px;line-height:1.5;color:#ffffffb3;font-weight:500}.features{padding:96px 32px;max-width:1100px;margin:0 auto}.section-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--green);margin-bottom:14px}.section-title{font-family:Bricolage Grotesque,sans-serif;font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:800;color:var(--text);letter-spacing:-.04em;line-height:1.1;max-width:480px;margin-bottom:32px}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.features-grid .feature-card:first-child{grid-column:span 3;background:linear-gradient(135deg,#0d5c2e,#1a7840,#22a052);border-color:transparent;box-shadow:0 8px 32px #1a78404d}.features-grid .feature-card:first-child .feature-icon{background:#ffffff26;color:#fff}.features-grid .feature-card:first-child h3{color:#fff}.features-grid .feature-card:first-child p{color:#ffffffb3}.features-grid .feature-card:not(:first-child){opacity:.7}.features-grid .feature-card:not(:first-child):hover{opacity:1}.feature-card{background:var(--card);border:1px solid var(--card-border);border-radius:var(--r);padding:28px;box-shadow:var(--sh-sm);transition:transform .25s,box-shadow .25s,opacity .25s}.feature-card:hover{transform:translateY(-3px);box-shadow:var(--sh)}.feature-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.feature-icon svg{width:20px!important;height:20px!important;display:block;stroke:currentColor!important;fill:none}.features-grid .feature-card:not(:first-child) .feature-icon svg{stroke:#0e0e0d!important}.feature-icon.green,.feature-icon.amber,.feature-icon.sage{background:#0000000b;color:var(--text)}.feature-card h3{font-family:Bricolage Grotesque,sans-serif;font-size:17px;font-weight:800;color:var(--text);margin-bottom:10px;letter-spacing:-.025em}.feature-card p{font-size:13px;line-height:1.5;color:var(--muted);font-weight:500;letter-spacing:0}.how-section{padding:80px 32px 96px;background:var(--text);color:var(--card);position:relative;overflow:hidden}.how-section:before{content:"";position:absolute;top:-150px;right:-150px;width:400px;height:400px;background:radial-gradient(circle,rgba(26,120,64,.12),transparent 70%);border-radius:50%}.how-inner{max-width:1100px;margin:0 auto;position:relative;z-index:1}.how-section .section-label{color:#e3f2ebb3}.how-section .section-title{color:var(--card);max-width:460px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;counter-reset:step}.step{counter-increment:step;padding:1.5rem;border-radius:20px;border:1px solid rgba(255,255,255,.06);transition:transform .25s,box-shadow .25s,opacity .25s;cursor:default}.step:not(:first-child){opacity:.5}.step:not(:first-child):hover{opacity:1;transform:translateY(-3px)}.step:first-child{opacity:1;transform:translateY(-3px);box-shadow:0 8px 32px #00000040;border-color:#1a784059;background:#e3f2eb12}.step:first-child .step-number{color:#1a784099}.step:first-child h3{font-size:20px;color:#fff}.step-number{font-family:Bricolage Grotesque,sans-serif;font-size:52px;font-weight:800;color:#e3f2eb1f;line-height:1;margin-bottom:16px;letter-spacing:-.04em}.step-number:before{content:counter(step,decimal-leading-zero)}.step h3{font-family:Bricolage Grotesque,sans-serif;font-size:17px;font-weight:800;color:var(--card);margin-bottom:10px;letter-spacing:-.025em}.step p{font-size:13px;line-height:1.5;color:#faf9f780;font-weight:500}.cta-section{padding:96px 32px;text-align:center}.cta-section .section-title{margin:0 auto 14px;text-align:center}.cta-desc{font-size:14px;font-weight:500;color:var(--muted);line-height:1.5;max-width:460px;margin:0 auto 32px}.cta-form{margin:0 auto}.disclaimer{max-width:560px;margin:0 auto;padding:0 32px 24px;text-align:center}.disclaimer p{font-size:11px;line-height:1.5;color:var(--muted);opacity:.6}.footer{padding:32px;border-top:1px solid var(--card-border);display:flex;align-items:center;justify-content:space-between;max-width:1100px;margin:0 auto}.footer-left{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:12px;font-weight:500}.footer-logo-mark{width:26px;height:26px;background:var(--green);border-radius:7px;display:flex;align-items:center;justify-content:center}.footer-logo-mark svg{width:13px;height:13px}.footer-links{display:flex;gap:24px;list-style:none}.footer-links a{font-size:12px;font-weight:500;color:var(--muted);text-decoration:none;opacity:.7;transition:opacity .2s}.footer-links a:hover{opacity:1}@media(max-width:768px){.nav-links{display:none}.nav{padding:16px 20px}.hero{padding:96px 20px 56px}.hero-stats{flex-wrap:wrap;justify-content:center}.hero-stat{padding:0 16px 12px;width:50%;border-right:none;border-bottom:1px solid var(--card-border);margin-bottom:12px}.hero-stat:nth-child(odd){border-right:1px solid var(--card-border)}.hero-stat:nth-last-child(-n+2){border-bottom:none;margin-bottom:0;padding-bottom:0}.hero-stat-value{font-size:1.2rem}.features-grid{grid-template-columns:1fr}.features-grid .feature-card:first-child{grid-column:span 1}.steps{grid-template-columns:1fr;gap:12px}.features,.cta-section{padding:56px 20px}.how-section{padding:56px 20px 64px}.hero-form,.cta-form{flex-direction:column}.hero-form button,.cta-form button{width:100%}.footer{flex-direction:column;gap:16px;text-align:center}}body:after{content:"";position:fixed;inset:0;pointer-events:none;z-index:9999;opacity:.02;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px}
