:root{--paper: #f5f2e9;--paper-strong: #ece8dc;--ink: #0c241d;--green: #12382d;--green-deep: #062f25;--lime: #b7f34a;--lime-soft: #d8ff8e;--sage: #dde7d9;--muted: #667169;--line: rgba(18, 56, 45, .2);--white: #fffdf7;--radius: 22px;--shadow: 0 24px 60px rgba(8, 39, 30, .12);--container: min(1380px, calc(100vw - 64px) )}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;color:var(--ink);background:var(--paper);font-family:Inter,Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}.i18n-stack{display:inline-grid;max-width:100%;min-width:0;vertical-align:top}.i18n-copy{grid-area:1 / 1;min-width:0}:where(p,h1,h2,h3,small)[data-i18n]>.i18n-stack{display:grid;width:100%}.i18n-copy[aria-hidden=true]{visibility:hidden;pointer-events:none;-webkit-user-select:none;user-select:none}.container{width:var(--container);margin-inline:auto}.skip-link{position:fixed;top:12px;left:12px;z-index:999;padding:10px 14px;color:var(--white);background:var(--ink);border-radius:8px;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.site-header{position:fixed;inset:0 0 auto;z-index:100;border-bottom:1px solid transparent;transition:background .18s ease,border-color .18s ease,backdrop-filter .18s ease}.site-header.is-scrolled{background:#f5f2e9e0;border-color:var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.header-inner{min-height:88px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:28px}.brand{display:inline-flex;align-items:center;gap:12px;width:max-content;font-size:21px;font-weight:800;letter-spacing:-.03em}.brand-mark{width:15px;height:15px;background:var(--lime);border:5px solid var(--green);border-radius:50%;box-shadow:0 0 0 2px var(--lime)}.site-nav{display:flex;align-items:center;gap:clamp(24px,3vw,52px)}.site-nav a,.site-footer a{position:relative;font-size:14px;font-weight:700}.site-nav a:after{position:absolute;right:0;bottom:-9px;left:0;height:2px;content:"";background:var(--green);transform:scaleX(0);transform-origin:right;transition:transform .16s ease}.site-nav a:hover:after,.site-nav a:focus-visible:after,.site-nav a.is-active:after{transform:scaleX(1);transform-origin:left}.header-actions{display:flex;align-items:center;justify-self:end;gap:14px}.language-switcher{display:inline-flex;padding:3px;border:1px solid rgba(18,56,45,.42);border-radius:8px;background:#fff3}.language-switcher button{min-width:38px;height:34px;padding:0 8px;color:var(--muted);background:transparent;border:0;border-radius:5px;cursor:pointer;font-size:11px;font-weight:850;letter-spacing:.06em;transition:color .16s ease,background .16s ease}.language-switcher button[aria-pressed=true]{color:var(--white);background:var(--green)}.language-switcher button:focus-visible{outline:3px solid rgba(183,243,74,.6);outline-offset:2px}.menu-toggle{display:none}.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border:1px solid transparent;border-radius:8px;font-weight:750;cursor:pointer;transition:color .18s ease,background .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease}.button-arrow{margin-left:30px;font-size:21px;line-height:1;transition:transform .18s ease}.button:hover .button-arrow,.button:focus-visible .button-arrow{transform:translate(4px)}.button:disabled{cursor:wait;opacity:.72;transform:none}.button:focus-visible,.menu-toggle:focus-visible,.faq-item button:focus-visible,input:focus-visible{outline:3px solid rgba(183,243,74,.6);outline-offset:3px}.button-outline{min-height:48px;padding-inline:22px;border-color:var(--green);background:transparent}.button-outline:hover{color:var(--white);background:var(--green)}.button-primary{min-width:255px;min-height:64px;color:var(--ink);background:var(--lime);border-color:#9cda2d;box-shadow:0 14px 34px #5984092e}.button-primary:hover{background:var(--lime-soft);transform:translateY(-2px);box-shadow:0 18px 40px #5984093d}.button-lime{color:var(--ink);background:var(--lime)}.button-lime:hover{background:var(--lime-soft);transform:translateY(-2px)}.hero{min-height:100vh;padding:128px 0 48px;display:flex;align-items:center;overflow:hidden}.hero-grid{display:grid;grid-template-columns:minmax(0,.82fr) minmax(640px,1.18fr);align-items:center;gap:clamp(38px,4vw,68px)}.hero-copy{padding-block:32px}.eyebrow,.section-index,.panel-kicker,.price-caption{display:inline-flex;align-items:center;gap:10px;font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.eyebrow{padding:9px 14px;letter-spacing:.04em;text-transform:none;background:var(--sage);border-radius:999px}.eyebrow .status-dot,.panel-kicker .status-dot{width:8px;height:8px;background:var(--green);border-radius:50%}.hero h1{max-width:630px;margin:28px 0 24px;font-size:clamp(52px,5.1vw,82px);font-weight:820;letter-spacing:-.065em;line-height:.99}.hero-lead{max-width:610px;margin:0 0 30px;color:#4d5a53;font-size:clamp(17px,1.35vw,20px);line-height:1.7}.pilot-proof{display:flex;flex-wrap:wrap;align-items:center;gap:12px;width:fit-content;margin-top:28px;padding:17px 20px;border:1px solid rgba(18,56,45,.5);border-radius:10px;font-size:14px}.pilot-proof i{width:3px;height:3px;background:var(--muted);border-radius:50%}.proof-check{display:grid;width:28px;height:28px;place-items:center;border:1px solid var(--green);border-radius:50%}.operations-panel{position:relative;min-height:650px;padding:38px;color:var(--white);background:linear-gradient(145deg,#063b2f,#022b23);border-radius:28px;box-shadow:var(--shadow);overflow:hidden}.panel-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(183,243,74,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(183,243,74,.07) 1px,transparent 1px);background-size:58px 58px;-webkit-mask-image:linear-gradient(to bottom,transparent,black 15%,black 85%,transparent);mask-image:linear-gradient(to bottom,transparent,black 15%,black 85%,transparent)}.operations-panel:before,.operations-panel:after{position:absolute;width:21px;height:21px;content:"";border-color:var(--lime);border-style:solid}.operations-panel:before{top:30px;right:30px;border-width:2px 2px 0 0}.operations-panel:after{bottom:30px;left:30px;border-width:0 0 2px 2px}.panel-kicker{position:relative;z-index:2;color:#cfe0d8}.panel-kicker .status-dot{background:var(--lime);animation:pulse 2.4s infinite}.flow{position:relative;z-index:2;min-height:500px;display:grid;grid-template-columns:1fr 42px 1.08fr 42px 1fr;align-items:center;margin-top:22px}.flow-node{position:relative;min-width:0;min-height:350px;padding:24px 18px 18px;display:flex;flex-direction:column;align-items:center;border:1px solid rgba(255,255,255,.52);border-radius:18px;background:#01231c75}.flow-node-active{min-height:405px;border:3px solid var(--lime);box-shadow:0 0 42px #b7f34a21,inset 0 0 35px #b7f34a0f}.flow-label{margin-bottom:28px;font-size:clamp(10px,1vw,14px);font-weight:850;letter-spacing:.03em;white-space:nowrap}.building-visual{position:relative;width:88px;height:120px;margin-top:10px;border:2px solid rgba(255,255,255,.68);border-top-width:5px;background:linear-gradient(90deg,transparent 49%,rgba(255,255,255,.4) 50%,transparent 51%)}.building-visual:before,.building-visual:after{position:absolute;bottom:-2px;width:30px;height:82px;content:"";border:2px solid rgba(255,255,255,.55)}.building-visual:before{left:-26px}.building-visual:after{right:-26px}.building-visual span{position:relative;z-index:1;display:inline-block;width:11px;height:15px;margin:11px 7px 0;background:#d8ff8ec7}.washer-visual{position:relative;width:112px;height:122px;margin-top:9px;border:2px solid rgba(255,255,255,.68)}.washer-visual:before{position:absolute;top:11px;right:12px;width:8px;height:8px;content:"";border:1px solid var(--lime);border-radius:50%}.washer-visual span{position:absolute;top:38px;left:24px;width:62px;height:62px;border:7px double rgba(255,255,255,.72);border-radius:50%}.washer-visual span:after{position:absolute;top:20px;left:10px;width:34px;height:15px;content:"";border-top:2px solid var(--lime);border-radius:50%;transform:rotate(-12deg)}.control-core{position:relative;width:94px;height:94px;display:grid;place-items:center;margin:-2px 0 18px;color:var(--ink);background:var(--lime);border-radius:50%;box-shadow:0 0 0 16px #b7f34a0d,0 0 0 31px #b7f34a08}.control-core strong{font-size:28px}.core-ring{position:absolute;inset:-10px;border:1px dashed rgba(183,243,74,.7);border-radius:50%;animation:rotate 18s linear infinite}.control-list{width:100%;margin:0;padding:0;display:grid;gap:7px;list-style:none}.control-list li{padding:8px 10px;display:flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:#ffffff12;font-size:10px}.control-list li .control-check{display:grid;width:17px;height:17px;color:var(--green-deep);background:#dff5d5;border-radius:50%;place-items:center;font-weight:900}.node-status{width:100%;margin-top:auto;padding:10px 12px;display:flex;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.22);border-radius:7px;background:#0000001f;color:#adc1b7;font-size:8px;line-height:1.2;text-transform:uppercase}.node-status b{width:15px;height:15px;flex:0 0 auto;background:#dff5d5;border-radius:50%}.node-status strong{color:var(--white);font-size:9px}.node-status-active b{background:var(--lime);box-shadow:0 0 12px #b7f34ab3;animation:pulse 2.4s infinite}.node-status-active strong{color:var(--lime)}.route{position:relative;z-index:3;height:2px;background:var(--lime);transform:scaleX(0);animation:draw-route .7s .45s ease forwards}.route:before,.route:after{position:absolute;top:-4px;width:10px;height:10px;content:"";background:var(--lime);border-radius:50%;box-shadow:0 0 0 4px #b7f34a1a}.route:before{left:-3px}.route:after{right:-3px}.panel-footer{position:absolute;right:38px;bottom:30px;left:38px;z-index:2;display:flex;align-items:center;gap:12px;color:#9cb7aa;font-size:10px}.panel-footer i{height:1px;flex:1;background:#b7f34a47}.section{padding:132px 0}.section-heading{display:grid;grid-template-columns:.38fr 1.2fr .68fr;align-items:start;gap:40px;margin-bottom:70px}.section-heading.compact{grid-template-columns:.38fr 1.88fr}.section-heading h2,.pilot-copy h2,.request-copy h2{margin:0;font-size:clamp(38px,4.25vw,66px);letter-spacing:-.055em;line-height:1.04}.section-heading p{margin:8px 0 0;color:var(--muted);line-height:1.75}.section-index{padding-top:10px;color:#5d6c64}.section-index.light{color:#9db4a8}.value-section{border-top:1px solid var(--line)}.value-strip{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--green);border-radius:var(--radius);overflow:hidden}.value-strip div{min-height:185px;padding:28px;display:flex;flex-direction:column;justify-content:space-between;border-right:1px solid var(--green)}.value-strip div:last-child{border-right:0}.value-strip strong{font-size:58px;letter-spacing:-.06em;line-height:1}.value-strip span{max-width:210px;color:var(--muted)}.process-section{color:var(--white);background:var(--green)}.process-section .section-index{color:#a7bcb1}.process-list{margin:0;padding:0;border-top:1px solid rgba(255,255,255,.28);list-style:none}.process-step{padding:34px 0;display:grid;grid-template-columns:.38fr 1.4fr .48fr;align-items:center;gap:38px;border-bottom:1px solid rgba(255,255,255,.28)}.step-number{color:var(--lime);font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.process-step h3{margin:0 0 6px;font-size:clamp(24px,2.2vw,34px);letter-spacing:-.035em}.process-step p{max-width:650px;margin:0;color:#c0d0c8}.step-meta{justify-self:end;padding:9px 12px;border:1px solid rgba(255,255,255,.3);border-radius:999px;color:#d8e5de;font-size:12px;white-space:nowrap}.advantages-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.advantage-card{min-height:270px;padding:30px;display:flex;flex-direction:column;border:1px solid var(--line);border-radius:var(--radius);background:#ffffff2e;transition:transform .22s ease,color .22s ease,background .22s ease}.advantage-card:hover{color:var(--white);background:var(--green);transform:translateY(-5px)}.card-code{color:#68776f;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px}.advantage-card:hover .card-code,.advantage-card:hover p{color:#bdd0c6}.advantage-card h3{margin:auto 0 12px;font-size:28px;letter-spacing:-.04em}.advantage-card p{max-width:500px;margin:0;color:var(--muted);transition:color .22s ease}.pilot-section{color:var(--white);background:var(--green-deep)}.pilot-layout{display:grid;grid-template-columns:1.05fr .65fr;gap:90px;align-items:center}.pilot-copy h2{max-width:780px;margin:26px 0 28px}.pilot-copy p{max-width:650px;margin:0 0 38px;color:#c1d2ca;font-size:18px;line-height:1.7}.pricing-card{padding:32px;color:var(--ink);background:var(--paper);border-radius:var(--radius);transform:rotate(1.2deg);box-shadow:0 30px 70px #00000040}.price-caption{margin-bottom:24px;color:var(--muted)}.price-row{padding:22px 0;display:flex;align-items:flex-end;justify-content:space-between;gap:20px;border-top:1px solid var(--line)}.price-row strong{font-size:clamp(40px,4vw,62px);letter-spacing:-.06em;line-height:.95}.price-row span{color:var(--muted);font-size:13px;text-align:right}.pricing-card>p{margin:10px 0 0;color:var(--muted);font-size:12px}.faq-layout{display:grid;grid-template-columns:.6fr 1.4fr;gap:80px}.faq-layout .section-heading{display:block;margin:0}.faq-layout .section-heading h2{margin-top:24px}.accordion{border-top:1px solid var(--green)}.faq-item{border-bottom:1px solid var(--green)}.faq-item h3{margin:0}.faq-item button{width:100%;padding:26px 0;display:flex;align-items:center;justify-content:space-between;gap:22px;color:inherit;background:transparent;border:0;cursor:pointer;font-size:19px;font-weight:760;text-align:left}.faq-item button .faq-icon{position:relative;width:22px;height:22px;flex:0 0 auto}.faq-item button .faq-icon:before,.faq-item button .faq-icon:after{position:absolute;top:10px;left:3px;width:16px;height:2px;content:"";background:var(--green);transition:transform .18s ease}.faq-item button .faq-icon:after{transform:rotate(90deg)}.faq-item button[aria-expanded=true] .faq-icon:after{transform:rotate(0)}.faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .24s ease}.faq-answer>p{max-width:720px;margin:0;overflow:hidden;color:var(--muted)}.faq-answer.is-open{grid-template-rows:1fr}.faq-answer.is-open>p{padding:0 46px 28px 0}.request-section{color:var(--white);background:var(--green)}.request-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:80px;align-items:start}.request-copy h2{margin:24px 0}.request-copy>p{max-width:560px;color:#bfd0c8;line-height:1.7}.request-note{margin-top:34px;color:var(--lime);font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.request-note span{margin-right:10px}.request-form{padding:38px;color:var(--ink);background:var(--paper);border-radius:var(--radius)}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:20px}.request-form label>span{display:block;margin-bottom:8px;color:#48574f;font-size:12px;font-weight:750;letter-spacing:.05em;text-transform:uppercase}.request-form input{width:100%;height:54px;padding:0 14px;color:var(--ink);background:#ffffff73;border:1px solid rgba(18,56,45,.32);border-radius:8px}.request-form input:focus{background:var(--white);border-color:var(--green)}.request-form label small{display:none;margin-top:6px;color:#b3382c;font-size:11px}.request-form label.has-error small{display:block}.request-form label.has-error input{border-color:#b3382c}.honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.consent-field{display:grid;grid-template-columns:22px 1fr;align-items:start;gap:10px;margin:6px 0 18px;cursor:pointer}.request-form .consent-field input{width:19px;height:19px;margin:2px 0 0;accent-color:var(--green)}.request-form .consent-field>span{margin:0;color:#48574f;font-size:12px;font-weight:600;letter-spacing:0;line-height:1.45;text-transform:none}.request-form .consent-field small{grid-column:2;margin-top:-4px}.request-form .consent-field.has-error input{outline:2px solid #b3382c;outline-offset:2px}.form-submit{width:100%;margin-top:8px}.form-disclaimer{margin:14px 0 0;color:var(--muted);font-size:11px;text-align:center}.form-message{margin-top:18px;padding:18px;border:1px solid #75a727;border-radius:9px;background:#e8f7ca}.form-message.is-error{border-color:#b3382c;background:#f9ddd7}.form-message strong,.form-message span{display:block}.form-message span{margin-top:4px;color:var(--muted);font-size:13px}.site-footer{padding:34px 0;color:var(--white);background:#061b16;border-top:1px solid rgba(255,255,255,.13)}.footer-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:26px}.brand-light .brand-mark{border-color:var(--white)}.footer-inner p{margin:0;color:#9bb0a6;font-size:12px}.footer-inner>a:last-child{justify-self:end}.reveal{opacity:0;transform:translateY(18px);transition:opacity .52s ease,transform .52s ease}.reveal.is-visible{opacity:1;transform:translateY(0)}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.18);opacity:.72}}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes draw-route{to{transform:scaleX(1)}}@media(max-width:1180px){:root{--container: min(100% - 48px, 1100px)}.hero-grid{grid-template-columns:1fr}.hero{padding-top:144px}.hero-copy{max-width:820px}.hero h1{font-size:clamp(62px,8vw,90px)}.operations-panel{min-height:620px}.section-heading{grid-template-columns:.3fr 1.1fr .7fr}}@media(max-width:820px){:root{--container: min(100% - 36px, 740px)}.header-inner{min-height:76px;grid-template-columns:1fr auto auto;gap:12px}.header-cta{display:none}.header-actions{gap:0}.menu-toggle{position:relative;z-index:102;width:46px;height:46px;display:grid;place-items:center;justify-self:end;padding:0;background:transparent;border:1px solid var(--green);border-radius:8px}.menu-toggle span{position:absolute;width:20px;height:2px;background:var(--green);transition:transform .18s ease,top .18s ease}.menu-toggle span:first-child{top:17px}.menu-toggle span:last-child{top:26px}.menu-toggle[aria-expanded=true] span:first-child{top:22px;transform:rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{top:22px;transform:rotate(-45deg)}.site-nav{position:absolute;inset:0 0 auto;z-index:101;height:100vh;height:100dvh;padding:140px 28px 40px;display:flex;flex-direction:column;align-items:flex-start;gap:28px;background:var(--paper);overflow-y:auto;overscroll-behavior:contain;visibility:hidden;opacity:0;transform:translateY(-14px);transition:opacity .18s ease,transform .18s ease,visibility .18s}.site-nav.is-open{visibility:visible;opacity:1;transform:translateY(0)}.site-nav a{font-size:28px}.hero{padding-top:118px}.hero h1{font-size:clamp(48px,12vw,74px)}.hero-lead{font-size:17px}.operations-panel{min-height:auto;padding:28px}.flow{min-height:auto;grid-template-columns:1fr;gap:14px;margin:28px 0 40px}.flow-node{min-height:230px;padding:20px}.flow-node-active{min-height:320px}.route{width:2px;height:28px;justify-self:center;transform:scaleY(0);animation-name:draw-route-mobile}.route:before,.route:after{left:-4px}.route:before{top:-3px}.route:after{top:auto;bottom:-3px}.building-visual,.washer-visual{transform:scale(.75);transform-origin:top center;margin-bottom:-20px}.section{padding:92px 0}.section-heading,.section-heading.compact{grid-template-columns:1fr;gap:22px;margin-bottom:48px}.section-heading p{max-width:620px}.value-strip{grid-template-columns:1fr}.value-strip div{min-height:145px;border-right:0;border-bottom:1px solid var(--green)}.value-strip div:last-child{border-bottom:0}.process-step{grid-template-columns:48px 1fr;gap:18px}.step-meta{grid-column:2;justify-self:start}.advantages-grid{grid-template-columns:1fr}.pilot-layout,.faq-layout,.request-layout{grid-template-columns:1fr;gap:56px}.pricing-card{transform:none}.field-row{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr auto}.footer-inner p{grid-column:1 / -1;grid-row:2}}@keyframes draw-route-mobile{to{transform:scaleY(1)}}@media(max-width:520px){:root{--container: calc(100% - 28px) }.brand{font-size:17px}.brand-mark{width:13px;height:13px;border-width:4px}.language-switcher button{min-width:34px;padding-inline:6px}.hero h1{letter-spacing:-.055em}.button-primary{width:100%}.pilot-proof{width:100%;align-items:flex-start}.pilot-proof i{display:none}.pilot-proof>span:not(.proof-check){width:calc(100% - 48px)}.operations-panel{padding:22px;border-radius:20px}.panel-footer{right:22px;left:22px}.section-heading h2,.pilot-copy h2,.request-copy h2{font-size:40px}.process-step{padding:28px 0}.advantage-card{min-height:230px;padding:24px}.request-form{padding:24px 18px}.price-row{align-items:flex-start;flex-direction:column}.price-row span{text-align:left}.footer-inner{grid-template-columns:1fr}.footer-inner>a:last-child{justify-self:start}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}.reveal{opacity:1;transform:none}}
