:root{--green:#245e46;--green-dark:#173e2d;--mint:#e7f3eb;--cream:#f7f5ee;--ink:#17221c;--muted:#64736b;--line:#dce5df;--white:#fff;--orange:#e9963e}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font:16px/1.6 system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--ink);background:#fbfcfa}a{color:inherit}.site-header{height:80px;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100% - 1180px)/2));background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.site-header img,.site-logo img{width:165px;display:block}.site-header nav{display:flex;align-items:center;gap:26px}.site-header nav a{text-decoration:none;font-weight:650;color:#43534a}.nav-cta,.button{display:inline-flex!important;align-items:center;justify-content:center;background:var(--green)!important;color:#fff!important;padding:12px 20px;border:0;border-radius:10px;text-decoration:none;font-weight:750;cursor:pointer}.hero-site{max-width:1180px;margin:auto;padding:86px 24px 105px;display:grid;grid-template-columns:1.08fr .92fr;gap:75px;align-items:center}.eyebrow{text-transform:uppercase;letter-spacing:1.7px;font-size:12px;font-weight:850;color:var(--green);margin:0 0 12px}.hero-site h1{font-size:clamp(44px,5vw,70px);line-height:1.03;letter-spacing:-3.2px;margin:0 0 25px}.lead{font-size:19px;color:var(--muted);max-width:680px}.hero-actions{display:flex;gap:12px;margin:32px 0 25px}.button.secondary{background:#fff!important;color:var(--green)!important;border:1px solid #aac4b5}.trust-row{display:flex;gap:18px;flex-wrap:wrap;color:#64736b;font-size:13px}.hero-visual{background:radial-gradient(circle at 75% 20%,#f7dcb6,transparent 30%),linear-gradient(135deg,#dceee2,#f5f1e7);border-radius:34px;padding:55px 45px;transform:rotate(2deg)}.demo-card{background:#fff;border-radius:25px;padding:30px;box-shadow:0 25px 60px #173e2d25;transform:rotate(-2deg)}.demo-top{display:flex;justify-content:space-between}.demo-top b{color:var(--green)}.demo-ring{width:180px;height:180px;border-radius:50%;margin:28px auto;display:flex;flex-direction:column;justify-content:center;align-items:center;background:radial-gradient(circle,#fff 58%,transparent 60%),conic-gradient(var(--green) 0 72%,#e5ece7 72%)}.demo-ring strong{font-size:31px}.demo-ring small{color:var(--muted)}.demo-bars{display:grid;gap:8px}.demo-bars i{display:block;height:8px;border-radius:9px;background:linear-gradient(90deg,var(--green) var(--w),#e5ece7 var(--w))}.demo-labels{display:flex;justify-content:space-between;color:var(--muted);font-size:12px;margin-top:8px}.feature-section{background:var(--cream);padding:90px max(24px,calc((100% - 1180px)/2))}.center{text-align:center}.feature-section>h2{text-align:center;font-size:40px;margin:0 0 45px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.feature-grid article{background:#fff;padding:32px;border-radius:18px;border:1px solid #e8e5dc}.feature-icon{display:inline-grid;place-items:center;width:45px;height:45px;border-radius:12px;background:var(--mint);color:var(--green);font-weight:850}.feature-grid h3{font-size:21px;margin:20px 0 8px}.feature-grid p{color:var(--muted);margin:0}.steps{max-width:1080px;margin:auto;padding:95px 24px;display:grid;grid-template-columns:.8fr 1.2fr;gap:80px}.steps h2{font-size:42px;line-height:1.12}.steps ol{list-style:none;padding:0;margin:0}.steps li{display:flex;gap:20px;padding:23px 0;border-bottom:1px solid var(--line)}.steps li>b{display:grid;place-items:center;flex:0 0 42px;height:42px;border-radius:50%;background:var(--green);color:#fff}.steps li span,.steps li strong{display:block}.steps li span{color:var(--muted)}.steps li strong{color:var(--ink);font-size:18px}.cta-section{text-align:center;background:var(--green-dark);color:#fff;padding:75px 24px}.cta-section h2{font-size:40px;margin:0}.button.light{background:#fff!important;color:var(--green)!important;margin-top:15px}.site-footer{max-width:1180px;margin:auto;padding:42px 24px;display:flex;align-items:center;gap:24px;color:var(--muted)}.site-footer img{width:135px}.site-footer span{margin-left:auto}.auth-page{background:linear-gradient(135deg,#edf5ef,#f8f3e9);min-height:100vh}.auth-shell{min-height:calc(100vh - 80px);display:grid;place-items:center;padding:45px 20px}.auth-card{width:min(480px,100%);background:#fff;border:1px solid var(--line);border-radius:22px;padding:38px;box-shadow:0 25px 60px #173e2d18}.auth-card h1{font-size:34px;line-height:1.15;margin:0}.auth-card>p{color:var(--muted)}label{display:block;font-size:13px;font-weight:700;margin:17px 0}input,textarea,select{display:block;width:100%;margin-top:6px;padding:12px;border:1px solid #cbd8d0;border-radius:9px;font:inherit}label small{color:var(--muted);font-weight:400}.auth-card .button{width:100%;font-size:16px}.auth-foot{text-align:center}.alert{background:#fdebea;color:#9c2929;padding:11px;border-radius:8px}@media(max-width:820px){.site-header{height:auto;padding:15px 20px}.site-header nav{gap:12px}.site-header nav>a[href^="#"]{display:none}.hero-site{grid-template-columns:1fr;padding-top:55px}.hero-visual{display:none}.feature-grid,.steps{grid-template-columns:1fr}.steps{gap:20px}.feature-section>h2,.steps h2{font-size:32px}.site-footer{flex-wrap:wrap}.site-footer span{margin-left:0;width:100%}}@media(max-width:520px){.site-header img{width:125px}.site-header nav a{font-size:13px}.nav-cta{padding:9px 12px}.hero-site h1{letter-spacing:-2px}.hero-actions{flex-direction:column}.trust-row{display:grid}.auth-card{padding:26px}.site-footer{display:block}.site-footer>*{margin:8px 0}}

.site-header img,.site-logo img{width:220px;max-width:42vw}.hp{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.consent{display:grid!important;grid-template-columns:24px 1fr;gap:10px;align-items:start}.consent input{margin-top:6px}.site-footer a{color:inherit;margin:0 8px}
