:root{--ink:#171b1c;--muted:#66706c;--lime:#c8f36b;--lime2:#aee83a;--paper:#f6f7f3;--white:#fff;--line:#dfe3da;--orange:#ffb25b;--red:#ff6b63}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Manrope,system-ui,sans-serif;font-size:16px;line-height:1.6}.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}.nav-wrap{position:sticky;top:0;z-index:20;background:rgba(246,247,243,.88);backdrop-filter:blur(14px);border-bottom:1px solid rgba(23,27,28,.08)}.nav{height:76px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px;color:inherit;text-decoration:none;font-weight:800;font-size:21px;letter-spacing:-.5px}.brand-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:9px;background:var(--ink);color:var(--lime);font-weight:800}.nav-links{display:flex;gap:34px}.nav-links a,.footer-grid a{color:inherit;text-decoration:none;font-size:14px;font-weight:600}.nav-links a:hover{opacity:.55}.nav-actions{display:flex;align-items:center;gap:18px}.language{display:flex;border:1px solid var(--line);border-radius:100px;padding:3px;background:#fff}.lang{border:0;background:none;border-radius:100px;padding:6px 8px;font:700 11px Manrope;color:var(--muted);cursor:pointer}.lang.active{background:var(--ink);color:#fff}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 25px;border-radius:12px;text-decoration:none;font-weight:800;font-size:14px;transition:.2s ease;border:1px solid transparent}.btn:hover{transform:translateY(-2px)}.btn-small{min-height:40px;padding:0 18px}.btn-primary{background:var(--lime);color:var(--ink);box-shadow:0 8px 24px rgba(174,232,58,.18)}.btn-primary:hover{background:var(--lime2)}.btn-ghost,.btn-outline{border-color:var(--line);color:var(--ink);background:transparent}.btn-text{color:var(--ink);padding-inline:4px;gap:10px}.hero{min-height:720px;display:grid;grid-template-columns:48% 52%;align-items:center;padding-block:80px 72px}.eyebrow,.kicker{font-size:12px;font-weight:800;letter-spacing:1.6px;text-transform:uppercase}.eyebrow{display:flex;align-items:center;gap:10px;margin-bottom:20px}.eyebrow>span:first-child{width:8px;height:8px;border-radius:50%;background:var(--lime2);box-shadow:0 0 0 6px rgba(174,232,58,.18)}h1{font-size:clamp(48px,5.5vw,77px);line-height:1.02;letter-spacing:-4.2px;margin:0 0 26px;max-width:780px}h1 em{font-style:normal;color:transparent;-webkit-text-stroke:1.5px var(--ink)}.hero-lead{font-size:18px;line-height:1.7;color:var(--muted);max-width:570px;margin-bottom:30px}.hero-actions{display:flex;gap:18px;align-items:center}.proof-row{display:flex;gap:24px;margin-top:24px;color:var(--muted);font-size:12px;font-weight:700}.proof-row span:before{content:'✓';color:#72a500;margin-right:7px}.product-stage{position:relative;min-height:540px;display:grid;align-items:center;padding-left:28px}.stage-glow{position:absolute;width:440px;height:440px;border-radius:50%;background:var(--lime);filter:blur(1px);opacity:.35;right:-20px;top:35px}.app-window{position:relative;background:#fff;border:1px solid #dce1d8;border-radius:18px;box-shadow:0 36px 80px rgba(23,27,28,.18);overflow:hidden;transform:rotate(-1.5deg)}.app-top{height:52px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;border-bottom:1px solid #edf0ea;padding:0 18px;font-size:10px}.mini-brand{font-weight:800}.mini-brand span{background:var(--ink);color:var(--lime);padding:4px 7px;border-radius:5px;margin-right:5px}.mini-date{color:#8b928f;letter-spacing:.8px}.avatar{justify-self:end;background:#eef6de;border-radius:50%;width:27px;height:27px;display:grid;place-items:center;font-size:9px;font-weight:800}.app-body{display:grid;grid-template-columns:115px 1fr;min-height:380px}.app-body aside{background:#191e1f;color:#9ba39f;padding:25px 13px;display:flex;flex-direction:column;gap:10px}.app-body aside div{font-size:9px;padding:8px;border-radius:7px}.app-body aside .aside-active{background:#2a302d;color:#fff}.dash{padding:25px 23px;background:#f9faf7}.dash-head{display:flex;justify-content:space-between;align-items:center}.dash-head small{font-size:8px;color:#969d99}.dash-head h3{font-size:18px;margin:0;letter-spacing:-.5px}.dash-head button{font:700 8px Manrope;border:0;background:var(--lime);padding:8px 10px;border-radius:6px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:20px 0}.stats>div{position:relative;background:#fff;border:1px solid #ecefe9;border-radius:9px;padding:11px}.stats small{display:block;color:#858d88;font-size:7px}.stats strong{font-size:22px}.stats i{position:absolute;right:9px;bottom:10px;font-style:normal;font-size:7px;color:#558300;background:#eef8da;border-radius:5px;padding:2px 4px}.stats i.warn{color:#ab5e00;background:#fff1dd}.timeline-card{background:#fff;border:1px solid #ecefe9;border-radius:10px;padding:13px}.card-title{display:flex;justify-content:space-between;font-size:9px;font-weight:800;margin-bottom:7px}.card-title small{color:#619100;background:#eff8dd;padding:2px 5px;border-radius:4px;font-size:6px}.person{display:grid;grid-template-columns:28px 1fr auto auto;align-items:center;gap:8px;padding:8px 0;border-top:1px solid #f0f2ed}.face{width:24px;height:24px;border-radius:7px;display:grid;place-items:center;font-size:7px;font-weight:800}.f1{background:#e2f0ff}.f2{background:#f6e6ff}.f3{background:#ffeadc}.person p{margin:0;line-height:1}.person b{font-size:8px}.person p small{display:block;font-size:6px;color:#9ba19e;margin-top:4px}.person time{font-size:8px}.person em{font-style:normal;font-size:6px;color:#568500;background:#eff8dd;border-radius:5px;padding:3px 5px}.person em.late{color:#a45a00;background:#fff0db}.floating-card{position:absolute;right:-25px;bottom:55px;display:flex;gap:10px;align-items:center;background:#fff;padding:12px 16px;border-radius:11px;box-shadow:0 16px 40px rgba(23,27,28,.18);font-size:10px}.floating-card small{display:block;color:#888}.pulse{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--lime);font-weight:800}.trust-strip{border-block:1px solid var(--line);background:#fff}.trust-grid{min-height:105px;display:grid;grid-template-columns:1fr 2fr;align-items:center}.trust-grid p{font-size:13px;font-weight:700;color:var(--muted)}.trust-grid div{display:flex;align-items:center;justify-content:space-between;gap:18px;color:#737b77;font-size:13px;font-weight:800;letter-spacing:1px}.section{padding-block:120px}.section-head{display:grid;grid-template-columns:1.5fr 1fr;gap:80px;align-items:end;margin-bottom:60px}.section-head h2,.cta-inner h2{font-size:clamp(38px,4vw,58px);line-height:1.08;letter-spacing:-2.8px;margin:15px 0 0}.section-head>p{color:var(--muted);font-size:17px;margin:0}.kicker{color:#839076}.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.feature{background:#fff;border:1px solid var(--line);border-radius:20px;padding:34px;min-height:300px;position:relative;overflow:hidden}.feature-large{min-height:360px;background:var(--ink);color:#fff}.feature-wide{grid-column:span 2;min-height:245px;display:grid;grid-template-columns:1.3fr 1fr;gap:60px;align-items:center}.feature-icon{width:44px;height:44px;border:1px solid var(--line);border-radius:11px;display:grid;place-items:center;color:#6e8d27;margin-bottom:55px;font-size:21px}.feature-large .feature-icon{border-color:#3d4441;color:var(--lime)}.feature h3{font-size:24px;line-height:1.25;letter-spacing:-1px;margin:0 0 12px}.feature p{color:var(--muted);margin:0;max-width:540px}.feature-large p{color:#aeb5b1}.method-pills{display:flex;gap:8px;margin-top:28px}.method-pills span{font-size:10px;font-weight:800;border:1px solid #3b423f;padding:7px 10px;border-radius:7px;color:var(--lime)}.mini-leave{position:absolute;bottom:28px;left:34px;right:34px;background:#f5f7f2;border-radius:10px;padding:13px;font-size:10px}.mini-leave b{float:right}.mini-leave i{display:block;height:5px;background:#dfe5d8;border-radius:10px;margin-top:9px;overflow:hidden}.mini-leave u{display:block;width:57%;height:100%;background:var(--lime2)}.report-stack{position:absolute;right:30px;bottom:30px;display:flex;align-items:flex-end}.report-stack span{display:grid;place-items:center;width:68px;height:82px;border-radius:9px;background:#eef0eb;border:1px solid #d9ddd4;font-size:10px;font-weight:800;box-shadow:-7px 7px 18px rgba(0,0,0,.05)}.report-stack span:nth-child(2){margin-left:-12px;height:90px;background:#fff}.report-stack span:nth-child(3){width:auto;height:auto;padding:6px 9px;margin-left:-15px;margin-bottom:13px;background:var(--lime);border:0}.alert-list{display:flex;flex-direction:column;gap:9px}.alert-list span{display:grid;grid-template-columns:10px 25px 1fr;align-items:center;background:#f6f7f3;padding:12px 15px;border-radius:9px}.alert-list i{width:7px;height:7px;border-radius:50%}.alert-list i.red{background:var(--red)}.alert-list i.amber{background:var(--orange)}.alert-list i.green{background:var(--lime2)}.alert-list small{font-size:11px;color:var(--muted)}.dark-section{background:var(--ink);color:#fff}.section-head.light>p{color:#a9b0ac}.section-head.light .kicker{color:var(--lime)}.steps{display:grid;grid-template-columns:repeat(3,1fr);border-block:1px solid #3a403e}.steps article{padding:45px 35px;border-right:1px solid #3a403e}.steps article:last-child{border-right:0}.steps article>span{color:var(--lime);font-size:11px;font-weight:800}.steps h3{font-size:20px;margin:50px 0 10px}.steps p{color:#9ca5a0;font-size:14px}.language-band{margin-top:65px;display:flex;align-items:center;gap:14px}.language-band>span{margin-right:auto;font-weight:700}.language-band b{display:grid;place-items:center;width:44px;height:44px;border:1px solid #454d49;border-radius:50%;font-size:11px}.language-band i{font-style:normal;font-size:11px;color:#8c9590;margin-left:12px}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;align-items:stretch}.price-card{background:#fff;border:1px solid var(--line);border-radius:19px;padding:32px;display:flex;flex-direction:column;position:relative}.price-card.featured{background:var(--ink);color:#fff;border-color:var(--ink);transform:translateY(-10px)}.popular{position:absolute;right:20px;top:18px;color:var(--lime);font-size:9px;font-weight:800;letter-spacing:1px}.plan{font-size:11px;font-weight:800;letter-spacing:1.4px;color:#788079}.featured .plan{color:#b9c0bc}.price-card h3{font-size:48px;letter-spacing:-2px;margin:20px 0 4px}.price-card sup{font-size:18px;vertical-align:top;position:relative;top:8px}.price-card h3 small{font-size:12px;letter-spacing:0;color:#919994;margin-left:4px}.price-card>p{color:var(--muted);font-size:13px;min-height:48px}.featured>p{color:#aab2ae}.price-card ul{padding:20px 0;margin:15px 0 25px;border-top:1px solid var(--line);list-style:none;flex:1}.featured ul{border-color:#3a403e}.price-card li{font-size:13px;padding:7px 0}.price-card li:before{content:'✓';color:#72a500;font-weight:800;margin-right:9px}.featured .btn-primary{margin-top:auto}.featured li:before{color:var(--lime)}.featured .btn{border-color:#4b534f;color:#fff}.pricing-note{text-align:center;font-size:11px;color:var(--muted);margin-top:26px}.cta-section{background:var(--lime);padding:80px 0}.cta-inner{display:grid;grid-template-columns:1.5fr 1fr;align-items:end}.cta-inner .kicker{color:#5c781b}.cta-inner h2{margin-top:10px}.cta-inner p{max-width:600px;margin-bottom:0}.cta-inner>div:last-child{display:flex;flex-direction:column;align-items:flex-end;gap:12px}.cta-inner .btn-primary{background:var(--ink);color:#fff}.cta-inner small{font-size:11px}footer{background:#111516;color:#fff;padding:42px 0}.footer-grid{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center}.footer-grid p{text-align:center;font-size:11px;color:#7f8984}.footer-grid>div{justify-self:end;display:flex;gap:20px}.footer-grid>div a{color:#b9c0bc;font-size:11px}@media(max-width:900px){.nav-links{display:none}.hero{grid-template-columns:1fr;padding-top:60px}.product-stage{min-height:480px;margin-top:35px;padding-left:0}.stage-glow{right:0}.section-head{grid-template-columns:1fr;gap:24px}.feature-wide{grid-template-columns:1fr;gap:30px}.steps{grid-template-columns:1fr}.steps article{border-right:0;border-bottom:1px solid #3a403e}.steps article:last-child{border-bottom:0}.steps h3{margin-top:20px}.pricing-grid{grid-template-columns:1fr}.price-card.featured{transform:none}.cta-inner{grid-template-columns:1fr;gap:30px}.cta-inner>div:last-child{align-items:flex-start}}@media(max-width:620px){.container{width:min(100% - 28px,1180px)}.nav{height:66px}.nav-actions{gap:7px}.btn-ghost{display:none}.language{padding:2px}.hero{min-height:auto;padding-block:48px}.hero h1{font-size:45px;letter-spacing:-2.7px}.hero-lead{font-size:16px}.hero-actions{align-items:stretch;flex-direction:column}.proof-row{flex-wrap:wrap;gap:7px 15px}.product-stage{min-height:360px;margin-inline:-5px}.app-window{transform:none}.app-body{grid-template-columns:70px 1fr;min-height:300px}.app-body aside{padding:18px 7px}.app-body aside span{display:none}.dash{padding:15px 10px}.dash-head button span{display:none}.stats{gap:4px;margin:13px 0}.stats>div{padding:8px}.stats strong{font-size:17px}.floating-card{right:-5px;bottom:20px}.trust-grid{grid-template-columns:1fr;padding-block:22px}.trust-grid div{flex-wrap:wrap;justify-content:flex-start}.section{padding-block:80px}.section-head{margin-bottom:38px}.feature-grid{grid-template-columns:1fr}.feature-wide{grid-column:auto}.feature{padding:26px}.feature-icon{margin-bottom:35px}.language-band{align-items:flex-start;flex-wrap:wrap}.language-band>span{width:100%;margin-bottom:12px}.language-band i{width:100%;margin:8px 0}.cta-section{padding:60px 0}.footer-grid{grid-template-columns:1fr;gap:25px}.footer-grid p{text-align:left}.footer-grid>div{justify-self:start;flex-wrap:wrap}}
