@font-face{font-family:Manrope;src:url(assets/manrope-0.ttf);font-weight:400;font-display:swap}
@font-face{font-family:Manrope;src:url(assets/manrope-1.ttf);font-weight:500;font-display:swap}
@font-face{font-family:Manrope;src:url(assets/manrope-2.ttf);font-weight:600;font-display:swap}
@font-face{font-family:Manrope;src:url(assets/manrope-3.ttf);font-weight:700;font-display:swap}
@font-face{font-family:Manrope;src:url(assets/manrope-4.ttf);font-weight:800;font-display:swap}
:root{--paper:#f5f6f4;--ink:#202623;--muted:#636d66;--line:#dce1dc;--orange:#ef6038;--orange-dark:#bd3815;--green:#55745f}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--paper);color:var(--ink);font:400 16px/1.7 Manrope,Arial,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer;color:inherit}img,svg{max-width:100%}p,h1,h2,h3{margin:0}h1,h2,h3{line-height:1.15}ul,ol{margin:0;padding:0}::selection{background:#ffccb5}a,button{touch-action:manipulation}:focus-visible{outline:3px solid #bd3815;outline-offset:5px}[hidden]{display:none!important}.wrap{width:min(1280px,calc(100% - 100px));margin-inline:auto}.skip{position:fixed;top:8px;left:15px;z-index:100;background:white;padding:12px;transform:translateY(-150%)}.skip:focus{transform:none}.header{height:94px;border-bottom:1px solid var(--line);position:sticky;top:0;background:#f5f6f4f2;backdrop-filter:blur(14px);z-index:30}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:25px;height:100%}.brand{display:inline-flex;align-items:center;gap:9px;white-space:nowrap}.brand>span{font-size:30px;letter-spacing:-1.5px;font-weight:800;line-height:1}.brand-light{font-weight:500}.brand i{display:inline-block;width:5px;height:5px;background:var(--orange);border-radius:50%;margin-left:3px}.nav{display:flex;align-items:center;gap:25px;font-size:14px;font-weight:600}.nav a:hover,.quiet-link:hover{color:var(--orange-dark)}.button{display:inline-flex;justify-content:space-between;align-items:center;gap:23px;padding:17px 23px;min-height:56px;border:1px solid transparent;border-radius:9px;font-size:14px;font-weight:700;line-height:1.5;transition:background .2s,transform .2s}.button:hover{transform:translateY(-2px)}.button>span{font-size:22px;font-weight:400}.button.small{min-height:47px;padding:10px 18px}.dark{background:var(--ink);color:white}.dark:hover{background:#394a3d}.orange-button{background:var(--orange);color:#191e1a}.orange-button:hover{background:#fa805c}.outline{border-color:#cbd4cd;background:transparent}.outline:hover{background:#e7ece7}.quiet-link{display:inline-flex;align-items:center;gap:18px;font-size:14px;font-weight:700}.quiet-link span{font-size:22px;font-weight:400}.menu-toggle{display:none}.eyebrow{display:flex;align-items:center;gap:10px;font-size:12px;letter-spacing:1px;font-weight:700;text-transform:uppercase}.status-dot{display:inline-block;width:7px;height:7px;flex:0 0 7px;border-radius:100%;background:var(--orange)}.hero{display:grid;grid-template-columns:1.15fr 1fr;gap:30px;padding-block:65px 60px;align-items:center}.hero h1{font-size:clamp(48px,4.5vw,70px);font-weight:600;letter-spacing:-3.3px;line-height:1.08;margin:27px 0}.orange{color:var(--orange-dark)}.hero-description{font-size:16px;line-height:1.85;max-width:465px;color:var(--muted)}.actions{display:flex;gap:25px;align-items:center;margin:30px 0 36px}.hero-foot{display:flex;align-items:center;gap:13px;font-size:12px;color:var(--muted);line-height:1.7}.hero-foot b{color:#4d5b51;font-weight:600}.hero-foot-rule{height:35px;width:1px;background:#cdd6ce;margin-inline:4px}.round-check{height:34px;width:34px;flex:0 0 34px;display:grid;place-items:center;border:1px solid #c4d1c6;border-radius:50%;font-size:18px;color:var(--green)}.hero-art{height:580px;position:relative;isolation:isolate;border-radius:18px;overflow:hidden;background:#e6ebe6;border:1px solid #dce3dc}.art-grid{position:absolute;inset:0;z-index:-1;background-image:radial-gradient(#a1b2a5 .7px,transparent .7px);background-size:18px 18px;opacity:.4;mask-image:linear-gradient(to bottom,transparent,#000 20%,#000 80%,transparent)}.art-header{position:absolute;top:28px;left:26px;right:26px;font-size:10px;letter-spacing:1.5px;font-weight:700;color:#687d6d;display:flex;justify-content:space-between;align-items:center}.art-mini-dot{width:6px;height:6px;border-radius:50%;background:#7f9884}.art-corner{position:absolute;font:22px monospace;color:#90a795}.top-left{display:none}.bottom-right{right:15px;bottom:15px}.art-path{position:absolute;inset:0;height:100%;width:100%}.art-note{position:absolute;top:97px;left:27px;width:68%;background:#fff;padding:20px;border-radius:13px;transform:rotate(-5deg);box-shadow:0 10px 35px #34483a0b;z-index:3}.mini-pill{font-size:10px;letter-spacing:.9px;font-weight:700;line-height:1.6}.art-message{display:flex;gap:12px;align-items:center;margin:16px 0}.avatar{width:37px;height:37px;border-radius:9px;background:#e9e4d8;color:#71654b;display:grid;place-items:center;font-size:16px;font-weight:700}.art-message b{font-size:15px;display:block}.art-message small{font-size:11px;display:block;color:var(--muted);margin-top:3px}.message-dot{width:6px;height:6px;border-radius:50%;background:var(--orange);margin-left:auto}.art-note-bottom{display:flex;justify-content:space-between;border-top:1px solid #edf0ec;padding-top:12px;font-size:11px;color:var(--muted)}.aist-tile{position:absolute;top:101px;right:18px;width:145px;height:170px;display:flex;flex-direction:column;align-items:center;justify-content:center;transform:rotate(9deg);background:var(--orange);border-radius:17px;box-shadow:0 13px 25px #65290d20;z-index:2}.aist-tile img{height:58px;width:58px}.aist-tile>span{font-size:24px;font-weight:800;letter-spacing:-1px;margin-top:8px}.aist-tile small{font-size:9px;margin-top:6px}.art-result{position:absolute;top:316px;right:23px;width:72%;background:white;padding:24px;border-radius:12px;transform:rotate(3deg);z-index:4;box-shadow:0 8px 30px #30473210}.art-result-top{display:flex;gap:6px;justify-content:space-between;align-items:center;margin-bottom:16px}.success-tag{font-size:10px;color:#3f6b46;background:#eaf2e7;border-radius:25px;padding:3px 7px}.art-result h3{font-size:21px;letter-spacing:-.6px;margin-bottom:13px}.result-line{display:flex;align-items:center;gap:8px;font-size:12px;line-height:2.2;color:#556659}.result-check{color:#568460}.art-sticker{position:absolute;left:23px;bottom:91px;z-index:5;display:flex;align-items:center;gap:10px;background:#ece9d6;padding:11px 12px;transform:rotate(-7deg);border:1px solid #ddd8ba;border-radius:5px}.art-sticker>span{font-size:28px;color:#817653}.art-sticker p{font-size:9px;line-height:1.8}.art-footer{position:absolute;bottom:25px;left:26px;right:27px;display:flex;align-items:center;gap:7px;font-size:9px;color:#647b6a}.art-footer>span:last-child{margin-left:auto;font:11px monospace}.art-footer .status-dot{background:#7b9782;width:5px;height:5px;flex-basis:5px}.ecosystem{display:flex;align-items:center;justify-content:space-between;gap:30px;border-block:1px solid var(--line);padding-block:28px}.ecosystem p{font-size:12px;color:var(--muted);line-height:1.8;min-width:217px}.ecosystem b{font-weight:600;color:#4c6052}.ecosystem-logos{display:flex;align-items:center;justify-content:space-between;gap:18px;flex:1;color:#6b7a70;font-size:21px;letter-spacing:-.7px;font-weight:700}.onec{font-size:30px;font-style:italic}.api{font-family:monospace;font-weight:400;letter-spacing:0}.section{padding-block:90px}.section-label{display:flex;justify-content:space-between;gap:20px;font-size:12px;letter-spacing:1px;color:#6c7e70;font-weight:600;margin-bottom:28px}.section-label>span:last-child{font-weight:400;letter-spacing:0}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:36px}h2{font-size:48px;letter-spacing:-2px;line-height:1.15;font-weight:500}h2 em{font-style:normal;color:#6d8272}.section-heading>p{max-width:385px;font-size:16px;color:var(--muted);line-height:1.8}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.service-card{display:flex;flex-direction:column;border:1px solid #dce4dc;border-radius:12px;padding:29px;background:#fafcf9;transition:transform .2s,border-color .2s,background .2s}.service-card:hover{transform:translateY(-4px);border-color:#a9bdae;background:#fff}.service-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:29px}.service-top small{font:12px monospace;color:#829888}.service-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:10px;background:#e9efea;color:#587961;font-size:28px;line-height:1}.service-card h3{font-size:26px;font-weight:600;letter-spacing:-.8px;line-height:1.22}.service-card p{font-size:14px;line-height:1.9;color:var(--muted);margin:16px 0 26px}.card-link{display:flex;align-items:center;justify-content:space-between;gap:9px;font-size:14px;font-weight:600;margin-top:auto}.card-link>span{font-size:23px}.store-card{background:#e7eee5;border-color:#d1decf}.store-card .service-icon{background:#d6e4d4}.fineprint{font-size:12px;color:var(--muted);line-height:1.8;margin-top:20px}.store-section{background:#233029;color:#f5f8f2;padding-block:80px}.store-layout{display:grid;grid-template-columns:1fr 1fr;gap:80px}.store-copy{padding-top:9px}.store-copy .eyebrow{color:#a4bbaa}.store-copy h2{margin:32px 0 25px;line-height:1.2}.store-copy h2>span{color:#a5b9a6}.store-copy>p{font-size:16px;color:#bacabd;line-height:1.85;margin-bottom:30px;max-width:450px}.store-price{font-size:12px;color:#abbfaf;margin-top:18px}.store-detail{border-top:1px solid #536a58;padding-top:20px}.store-detail-head{display:flex;justify-content:space-between;font-size:12px;letter-spacing:.8px;color:#adc1af}.store-detail-head>span:last-child{font-size:23px}.store-steps{list-style:none}.store-steps li{display:flex;gap:23px;padding:21px 0;border-bottom:1px solid #3a4f40}.store-steps li>span{font-size:12px;color:#a1b9a3;padding-top:3px}.store-steps h3{font-size:19px;font-weight:600;margin-bottom:8px}.store-steps p{font-size:14px;color:#b0c2b3;line-height:1.8}.platform-note{padding:24px;background:#2e4033;border:1px solid #485e4b;border-radius:11px;margin-top:27px}.platform-note p{font-size:14px;color:#d0dbcc;line-height:1.8;margin:11px 0 16px}.platform-note a{font-size:14px;font-weight:600;text-decoration:underline;text-underline-offset:4px}.platform-note a span{margin-left:12px}.platform-note small{font-size:12px;color:#b4c7b4;display:block;line-height:1.8;margin-top:18px}.tabs{display:flex;gap:9px;margin-bottom:22px;flex-wrap:wrap}.tab{background:transparent;border:1px solid var(--line);border-radius:30px;padding:12px 22px;min-height:47px;font-size:14px;font-weight:600}.tab[aria-selected=true]{background:var(--ink);color:#fff;border-color:var(--ink)}.tab:hover{border-color:#6f8876}.scenario-panel{display:grid;grid-template-columns:1fr 1fr;gap:65px;padding:43px 46px;background:#e6ece5;border:1px solid #d9e3d7;border-radius:16px}.demo-label{font-size:11px;letter-spacing:1px;color:#58755e;font-weight:600}.scenario-copy h3{font-size:33px;line-height:1.22;font-weight:500;letter-spacing:-1px;margin:24px 0 18px}.scenario-copy p{font-size:16px;line-height:1.85;color:#627568}.scenario-copy .quiet-link{margin-top:29px}.workflow ol{list-style:none;display:grid;gap:9px}.workflow li{display:flex;align-items:center;gap:16px;background:#fafcf8;border:1px solid #d9e3d5;border-radius:9px;padding:16px 19px;transition:background .2s,border-color .2s}.workflow li>span{font:12px monospace;color:#78967b}.workflow li b{display:block;font-size:14px;font-weight:600}.workflow li small{display:block;font-size:12px;color:#697f6b;margin-top:4px}.workflow li i{font-style:normal;margin-left:auto;color:#789c78}.workflow li.current{border-color:var(--orange);background:#fff2e9}.workflow li.completed{border-color:#a7c2a3}.demo-play{width:100%;display:flex;gap:12px;justify-content:space-between;align-items:center;border:0;border-radius:7px;background:transparent;min-height:49px;font-size:14px;font-weight:600;margin-top:13px}.demo-play:hover{background:#d5e0d2}.workflow>p{font-size:12px;line-height:1.8;color:#58705a;text-align:center;margin-top:6px}.pricing-section{background:#eaf0e8;border-block:1px solid #dce4d8}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;align-items:start}.price-card{background:#fafcf7;border:1px solid #d5e0d0;border-radius:13px;padding:29px 25px}.price-card.featured{background:#deead8;border-color:#b1c7a8}.price-top{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:11px;letter-spacing:.4px;color:#55744f;min-height:24px}.price-top>span:last-child:not(.mini-pill){font-size:22px}.price-top .mini-pill{background:#c9debf;border-radius:4px;font-size:10px;padding:3px 5px;letter-spacing:0;white-space:nowrap}.price-card h3{font-size:26px;font-weight:600;margin:21px 0 14px;letter-spacing:-.7px}.price-card>p{font-size:14px;line-height:1.8;color:#61745b;min-height:76px}.price{font-size:40px;font-weight:600;letter-spacing:-1.5px;line-height:1.25;margin-top:24px;white-space:nowrap}.price small{font-size:16px;font-weight:400;letter-spacing:0}.price>span{font-size:30px;color:#657c5f;font-weight:400}.price-time{font-size:12px;color:#63785b;margin-top:10px}.feature-list{list-style:none;margin-block:25px}.feature-list li{display:flex;gap:9px;font-size:14px;line-height:1.7;color:#53664a;margin:13px 0}.feature-list li:before{content:'✓';color:#688f58}.price-card .button{width:100%;padding-inline:16px}.price-card details{font-size:12px;margin-top:17px;color:#586f50}.price-card summary{cursor:pointer}.price-card details p{margin-top:12px;line-height:1.8}.audit-strip{display:flex;align-items:center;gap:22px;padding:28px 0 10px}.audit-symbol{font-size:40px;color:#618554}.audit-strip h3{font-size:17px;font-weight:600;margin-bottom:8px}.audit-strip p{font-size:12px;color:var(--muted);max-width:550px}.audit-strip strong{font-size:24px;letter-spacing:-.7px;white-space:nowrap;margin-left:auto}.audit-strip .quiet-link{font-size:13px;white-space:nowrap;margin-left:10px}.calculator-layout{display:grid;grid-template-columns:1.3fr 1fr;gap:50px;align-items:start}.calculator-controls{padding-top:7px}.calculator-controls fieldset{border:0;margin:0 0 30px;padding:0}.calculator-controls legend{font-size:14px;font-weight:600;margin-bottom:17px}.package-options{display:flex;gap:9px}.package-options label{display:flex;align-items:flex-start;gap:9px;flex:1;min-width:0;border:1px solid var(--line);border-radius:8px;padding:15px 11px;cursor:pointer;font-size:13px;font-weight:600}.package-options label:has(input:checked){background:#e2ecdf;border-color:#95b08b}.package-options input{margin:4px 0 0}.package-options small{display:block;font-size:12px;color:#627d58;font-weight:400;margin-top:5px}.calculator-controls input[type=radio],input[type=checkbox]{accent-color:#557d46;width:17px;height:17px;min-width:17px;cursor:pointer}.check-row{display:flex;gap:12px;align-items:center;border-bottom:1px solid #dce5d8;min-height:51px;font-size:14px;cursor:pointer}.check-row input{margin:0}.check-row b{margin-left:auto;font-size:13px;font-weight:600;white-space:nowrap}.field-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:18px}.field-grid label{display:block;font-size:13px;font-weight:600;margin-bottom:11px}.field-grid small{display:block;font-size:12px;color:var(--muted);margin-top:7px}input:not([type=checkbox]):not([type=radio]),select,textarea{width:100%;border:1px solid #d1ddce;border-radius:7px;background:#fcfdf9;color:var(--ink);padding:13px;font-size:14px;line-height:1.6;min-height:48px}select{padding-right:26px}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:#758471}.estimate{background:#e4eddf;border:1px solid #d1dfc9;border-radius:14px;padding:32px}.estimate .eyebrow{justify-content:space-between;font-size:11px;letter-spacing:.6px}.estimate .eyebrow>span{font-size:24px}.estimate>p{font-size:14px;color:#617854;margin-top:24px}.estimate-price{font-size:43px;letter-spacing:-1.5px;font-weight:600;line-height:1.4;margin:6px 0 24px}.estimate-price small{font-size:17px;letter-spacing:0;font-weight:400}.estimate dl{margin:0 0 28px}.estimate dl>div{display:flex;justify-content:space-between;align-items:center;gap:16px;font-size:13px;margin:14px 0}.estimate dt{color:#59704e}.estimate dd{margin:0;font-weight:600;white-space:nowrap}.estimate .year-total{border-top:1px solid #bfceb6;padding-top:19px;margin-top:20px}.year-total dt{color:var(--ink);font-size:14px}.year-total dd{font-size:25px;letter-spacing:-.7px}.estimate .button{width:100%}.estimate p.estimate-note{font-size:12px;line-height:1.8;margin-top:18px}.support-section{display:grid;grid-template-columns:1.15fr repeat(3,1fr);gap:25px;padding-block:35px 43px;border-block:1px solid var(--line);scroll-margin-top:110px}.support-intro .eyebrow{color:#66845e;font-size:11px}.support-intro h2{font-size:29px;letter-spacing:-1px;margin:15px 0}.support-intro p{font-size:13px;color:var(--muted)}.support-card{border-left:1px solid var(--line);padding:7px 0 0 23px}.support-card>span{font-size:15px;font-weight:600}.support-card h3{font-size:25px;letter-spacing:-.7px;font-weight:600;margin:16px 0}.support-card small{font-size:12px;display:block;font-weight:400;letter-spacing:0;margin-top:7px;color:var(--muted)}.support-card p{font-size:13px;line-height:1.8;color:var(--muted);min-height:71px}.support-card a{display:block;font-size:12px;font-weight:600;margin-top:20px}.support-card a:hover{color:var(--orange-dark)}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;list-style:none}.process-grid li{border-top:1px solid #c9d7c7;padding-top:19px}.process-grid li>span{display:block;font-size:12px;color:#789474;margin-bottom:25px}.process-grid h3{font-size:23px;letter-spacing:-.6px;font-weight:600;margin-bottom:15px}.process-grid p{font-size:14px;line-height:1.85;color:var(--muted)}.faq-section{display:grid;grid-template-columns:1fr 1.65fr;gap:60px;padding-bottom:90px}.faq-section .eyebrow{color:var(--muted);margin-bottom:18px}.faq-section h2{font-size:42px;letter-spacing:-1.5px}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line);padding:22px 0}.faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:15px;font-weight:600;cursor:pointer;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:'+';font-size:25px;font-weight:400;flex:0 0 22px;text-align:center;color:#71926b}.faq-list details[open] summary:after{content:'−'}.faq-list p{font-size:14px;line-height:1.85;color:var(--muted);margin-top:17px}.contact-section{background:#e4eddf;border-block:1px solid #d5e2cc;padding-block:76px}.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:80px}.contact-copy{padding-top:10px}.contact-copy .eyebrow{color:#5d7c50}.contact-copy h2{font-size:61px;letter-spacing:-2.8px;line-height:1.12;margin:29px 0 26px}.contact-copy h2>span{color:#67865a}.contact-copy>p{font-size:16px;line-height:1.85;color:#5e7952;margin-bottom:34px}.contact-email{display:inline-flex;align-items:center;gap:25px;font-size:26px;font-weight:600;letter-spacing:-.9px;border-bottom:1px solid #a3b994;padding-bottom:5px}.contact-email:hover{color:var(--orange-dark)}.contact-phone{display:block;font-size:20px;margin:18px 0 32px}.executor{border-top:1px solid #c3d5b9;padding-top:23px;max-width:395px}.executor>span{font-size:11px;letter-spacing:1px;color:#628355;display:block}.executor b{display:block;font-size:17px;font-weight:600;margin:9px 0 6px}.executor small{font-size:12px;color:#5c7b50;display:block}.lead-form{background:#fcfdf8;border:1px solid #d7e3ce;border-radius:14px;padding:33px}.lead-form h3{font-size:26px;font-weight:600;letter-spacing:-.8px}.lead-form>p{font-size:14px;color:#687f5c;margin:11px 0 23px}.lead-form label{display:block;font-size:14px;font-weight:600;margin:18px 0 9px}.lead-form textarea{min-height:135px}.lead-form>.button{width:100%;margin-top:22px}.lead-form p.form-help{font-size:12px;line-height:1.8;margin:14px 0 17px;color:#627958}.form-secondary{display:flex;justify-content:space-between;gap:15px;border-top:1px solid #dce7d4;padding-top:9px}.form-secondary button{border:0;background:transparent;min-height:44px;padding:0;font-size:13px;font-weight:600}.form-secondary button:hover{color:var(--orange-dark)}.privacy-note{display:block;font-size:12px;color:#637c58;line-height:1.8;margin-top:10px}.privacy-note a{text-decoration:underline;text-underline-offset:3px}.form-status{border:1px solid #b9d3a9;background:#eaf3e3;border-radius:8px;padding:14px;font-size:13px;line-height:1.8;overflow-wrap:anywhere;margin-bottom:16px}.selected-estimate{background:#edf3e7;border-left:2px solid var(--orange);padding:14px;font-size:13px;line-height:1.8;margin:20px 0}.footer{padding-block:43px 26px}.footer-top{display:flex;align-items:center;gap:30px;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:34px}.footer-top>p{font-size:14px;color:var(--muted);margin-right:auto;margin-left:55px}.footer-top .quiet-link{font-size:14px}.footer-requisites{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:30px;padding-block:30px}.footer-requisites span{font-size:11px;color:#63805b;letter-spacing:1px;font-weight:600}.footer-requisites p{font-size:14px;line-height:1.9;color:#597151;margin-top:10px}.footer-requisites a:hover{text-decoration:underline}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding-top:21px;font-size:12px;color:#617b57}.footer-bottom a:hover{text-decoration:underline}.toast{position:fixed;left:50%;bottom:25px;transform:translateX(-50%);padding:14px 22px;background:#253923;color:white;box-shadow:0 7px 25px #13240b25;border-radius:9px;font-size:14px;max-width:calc(100% - 32px);z-index:70}.legal{max-width:800px;padding-block:60px 85px}.legal .eyebrow{color:var(--muted)}.legal h1{font-size:43px;letter-spacing:-1.5px;margin:20px 0}.legal .legal-date{font-size:13px;color:var(--muted);margin-bottom:32px}.legal h2{font-size:25px;letter-spacing:-.5px;margin:32px 0 15px}.legal p,.legal li{font-size:16px;line-height:1.9;color:#526849}.legal ul{padding-left:24px}.legal a{text-decoration:underline;text-underline-offset:3px}.legal .back-link{display:inline-block;margin-top:35px;font-size:14px}.legal-note{padding:20px;background:#e5efdc;border-radius:10px;margin-block:20px}


@media(max-width:1190px){.wrap{width:calc(100% - 64px)}.nav{gap:17px;font-size:13px}.header-inner{gap:18px}.brand>span{font-size:27px}.header-cta{font-size:12px!important;padding-inline:14px!important}.hero{gap:20px}.hero h1{font-size:55px;letter-spacing:-2.7px}.hero .eyebrow{font-size:10px}.hero-art{height:570px}.aist-tile{width:116px;height:145px;right:12px;top:116px}.aist-tile small{display:none}.art-note{left:19px;top:95px;width:76%;padding:18px}.art-result{right:18px;top:315px;width:83%;padding:21px}.art-sticker{bottom:88px;left:18px}.art-footer{font-size:8px;left:18px;right:20px}.actions{gap:18px}.actions .button{font-size:13px;padding-inline:17px;gap:15px}.actions .quiet-link{font-size:13px;gap:10px}.hero-foot{font-size:11px}.hero-foot>p:last-child{font-size:10px}.hero-description{font-size:15px}.ecosystem-logos{font-size:18px}.ecosystem{gap:22px}.section-heading>p{max-width:340px}h2{font-size:44px}.store-layout,.contact-layout{gap:48px}.service-card{padding:25px}.service-card h3{font-size:24px}.scenario-panel{padding:34px;gap:40px}.price-card{padding:25px 20px}.price-top{font-size:10px}.price{font-size:35px}.price-card .button{font-size:13px}.price-top .mini-pill{font-size:9px}.calculator-layout{gap:30px}.estimate{padding:26px}.estimate-price{font-size:37px}.package-options{flex-direction:column}.package-options label{align-items:center;padding:12px}.package-options label>span{display:flex;justify-content:space-between;width:100%;align-items:center}.package-options small{margin:0}.support-section{gap:20px}.support-card{padding-left:18px}.support-card h3{font-size:22px}.contact-copy h2{font-size:55px}.contact-email{font-size:23px;gap:18px}.lead-form{padding:27px}.audit-strip{flex-wrap:wrap;gap:17px}.audit-strip strong{margin-left:58px}.audit-strip .quiet-link{margin-left:auto}.audit-strip>div{flex:1}.process-grid{gap:24px}.process-grid h3{font-size:21px}.field-grid{grid-template-columns:1fr}.footer-bottom{font-size:11px}}
@media(max-width:960px){.header{height:80px}.nav{display:none;position:absolute;top:79px;left:0;right:0;background:var(--paper);padding:17px 32px;border-bottom:1px solid var(--line);flex-direction:column;align-items:stretch;gap:0;font-size:16px;box-shadow:0 15px 20px #20332210}.nav.open{display:flex}.nav a{padding:12px}.menu-toggle{display:flex;flex-direction:column;justify-content:center;gap:6px;width:44px;height:44px;padding:11px;background:transparent;border:1px solid var(--line);border-radius:8px}.menu-toggle span{width:20px;height:2px;background:var(--ink)}.header-cta{margin-left:auto}.hero{padding-top:42px;grid-template-columns:1.08fr 1fr}.hero h1{font-size:44px;letter-spacing:-2px}.hero .eyebrow{font-size:9px;letter-spacing:.4px}.hero-art{height:525px}.art-header{left:20px;font-size:9px;letter-spacing:.6px}.art-note{width:84%;left:18px;top:81px;padding:17px}.art-message b{font-size:14px}.art-message small{font-size:10px}.aist-tile{width:103px;height:122px;top:227px;right:9px;z-index:5}.aist-tile img{width:39px;height:39px}.aist-tile>span{font-size:20px}.art-result{top:297px;right:20px;width:84%;padding:20px}.art-result h3{font-size:19px}.art-sticker{display:none}.art-footer{font-size:8px;bottom:19px;left:18px}.art-footer>span:last-child{display:none}.actions{flex-direction:column;align-items:flex-start;margin:25px 0}.hero-foot>p:last-child,.hero-foot-rule{display:none}.hero-description{font-size:15px}.ecosystem{flex-direction:column;align-items:stretch;gap:16px}.ecosystem p br{display:none}.ecosystem p{font-size:13px}.ecosystem-logos{font-size:20px}.section{padding-block:68px}.section-heading h2{font-size:39px}.section-heading>p{max-width:300px;font-size:14px}.section-heading{gap:28px}.service-grid{grid-template-columns:repeat(2,1fr)}.service-card{padding:27px}.store-copy h2{font-size:37px}.store-layout{gap:33px}.store-copy .button{font-size:13px;padding-inline:17px;gap:12px}.store-copy>p{font-size:15px}.store-detail-head{font-size:10px}.store-steps h3{font-size:17px}.store-steps p,.platform-note p{font-size:13px}.store-steps li{gap:18px}.platform-note{padding:20px}.platform-note a{font-size:13px}.platform-note small{font-size:12px}.scenario-panel{padding:29px;gap:30px}.scenario-copy h3{font-size:28px}.scenario-copy p{font-size:14px}.workflow li{padding:14px;gap:12px}.workflow li b{font-size:13px}.workflow li small{font-size:12px}.price-card{padding:22px 17px}.price-card h3{font-size:22px}.price-card>p{font-size:13px;min-height:96px}.price-top{font-size:9px}.price-top .mini-pill{display:none}.price{font-size:29px}.price-time{font-size:11px}.feature-list li{font-size:12px}.price-card .button{font-size:12px;padding:13px 12px;gap:10px}.price-card details{font-size:12px}.calculator-layout{gap:24px;grid-template-columns:1.1fr 1fr}.check-row{font-size:13px;gap:9px}.check-row b{font-size:12px}.estimate{padding:23px}.estimate-price{font-size:31px}.estimate .eyebrow{font-size:10px}.estimate dl>div{font-size:12px}.year-total dd{font-size:20px}.estimate .button{font-size:12px;padding-inline:16px;gap:10px}.support-section{grid-template-columns:1fr 1fr;gap:27px}.support-card:nth-child(3){border-left:0;padding-left:0}.support-card p{min-height:0}.support-card h3 small{display:inline;margin-left:8px}.process-grid{grid-template-columns:1fr 1fr;gap:35px}.faq-section{grid-template-columns:.7fr 1.4fr;gap:30px;padding-bottom:65px}.contact-layout{gap:30px}.contact-copy h2{font-size:46px}.contact-copy>p{font-size:14px}.contact-email{font-size:20px;gap:12px}.contact-phone{font-size:18px}.lead-form{padding:24px}.lead-form h3{font-size:23px}.lead-form>p,.lead-form label{font-size:13px}.form-secondary{flex-direction:column;gap:0;align-items:flex-start}.form-secondary button{font-size:13px;min-height:38px}.footer-top>p{margin-left:15px}.footer-requisites{grid-template-columns:1.25fr 1fr 1fr;gap:20px}.footer-requisites p{font-size:12px}.footer-requisites span{font-size:10px}}
@media(max-width:700px){.wrap{width:calc(100% - 40px)}html{scroll-padding-top:94px}.header{height:74px}.header-inner{gap:12px}.brand>span{font-size:27px}.brand img{width:33px;height:33px}.header-cta{display:none}.menu-toggle{margin-left:auto}.nav{top:73px;padding:12px 20px}.hero{grid-template-columns:1fr;gap:32px;padding-block:35px 30px}.hero h1{font-size:clamp(38px,9vw,59px);letter-spacing:-2px;margin:24px 0 22px}.hero .eyebrow{font-size:10px;letter-spacing:.2px}.hero-description{font-size:16px;max-width:500px}.actions{flex-direction:row;align-items:center;flex-wrap:wrap;gap:20px;margin:26px 0}.actions .button{font-size:14px;padding:15px 19px}.actions .quiet-link{font-size:14px;gap:12px}.hero-foot{font-size:12px}.hero-foot>p:last-child,.hero-foot-rule{display:none}.hero-art{height:530px;max-width:520px;width:100%;margin:auto}.art-header{font-size:10px;left:24px;top:25px}.art-note{top:86px;left:22px;width:76%;padding:19px}.art-message b{font-size:15px}.art-message small{font-size:11px}.aist-tile{right:14px;top:173px;width:113px;height:135px;z-index:5}.aist-tile img{width:45px;height:45px}.aist-tile>span{font-size:21px}.art-result{top:303px;right:22px;width:83%;padding:22px}.art-result h3{font-size:21px}.result-line{font-size:12px}.art-footer{bottom:18px;font-size:9px;left:24px}.art-footer>span:last-child{display:block}.art-sticker{display:none}.ecosystem{padding-block:25px}.ecosystem p{font-size:13px}.ecosystem p br{display:block}.ecosystem-logos{flex-wrap:wrap;justify-content:flex-start;column-gap:30px;row-gap:13px;font-size:21px}.ecosystem-logos .onec{font-size:28px}.ecosystem-logos .api{font-size:21px}.section{padding-block:57px}.section-label{font-size:11px;letter-spacing:.5px;margin-bottom:23px}.section-label>span:last-child{display:none}.section-heading{display:block;margin-bottom:29px}.section-heading h2,h2{font-size:37px;letter-spacing:-1.5px}.section-heading>p{max-width:500px;font-size:16px;margin-top:20px}.service-grid{grid-template-columns:1fr;gap:14px}.service-card{padding:26px}.service-top{margin-bottom:23px}.service-card h3{font-size:26px}.service-card h3 br{display:none}.service-card h3 br:after{content:' '}.service-card p{font-size:16px;margin:15px 0 23px}.card-link{font-size:14px}.service-icon{width:41px;height:41px}.fineprint{font-size:12px}.store-section{padding-block:53px}.store-layout{grid-template-columns:1fr;gap:37px}.store-copy{padding:0}.store-copy .eyebrow{font-size:11px}.store-copy h2{font-size:39px;letter-spacing:-1.5px;margin:25px 0 22px}.store-copy>p{font-size:16px;max-width:500px}.store-copy .button{font-size:14px;padding-inline:19px;gap:20px}.store-price{font-size:12px}.store-detail-head{font-size:11px}.store-steps h3{font-size:19px}.store-steps p,.platform-note p{font-size:15px}.store-steps li{padding-block:21px;gap:21px}.platform-note{padding:23px}.platform-note a{font-size:14px}.platform-note small{font-size:12px}.tabs{gap:7px}.tab{font-size:13px;padding:11px 15px}.scenario-panel{grid-template-columns:1fr;gap:30px;padding:25px}.scenario-copy h3{font-size:29px;margin:20px 0 16px}.scenario-copy p{font-size:16px}.scenario-copy .quiet-link{margin-top:22px}.demo-label{font-size:10px}.workflow li{padding:16px 13px;gap:12px}.workflow li b{font-size:14px}.workflow li small{font-size:12px}.pricing-grid{grid-template-columns:1fr;gap:16px}.price-card{padding:27px}.price-top{font-size:11px}.price-top .mini-pill{display:block;font-size:10px}.price-card h3{font-size:28px}.price-card>p{font-size:16px;min-height:0}.price{font-size:42px}.price-time{font-size:13px}.feature-list li{font-size:15px}.price-card .button{font-size:14px;min-height:54px;padding-inline:18px}.price-card details{font-size:13px}.audit-strip{display:grid;grid-template-columns:30px 1fr;gap:13px;margin-top:10px}.audit-symbol{font-size:34px;align-self:start}.audit-strip h3{font-size:18px;line-height:1.4}.audit-strip p{font-size:14px}.audit-strip strong{grid-column:2;margin:0;font-size:25px}.audit-strip .quiet-link{grid-column:2;margin:0;min-height:40px;font-size:14px;white-space:normal}.calculator-layout{grid-template-columns:1fr;gap:26px}.calculator-controls legend{font-size:15px}.package-options label{padding:15px;font-size:14px}.package-options small{font-size:13px}.check-row{font-size:14px;gap:11px;min-height:55px}.check-row b{font-size:13px}.field-grid{grid-template-columns:1fr}.field-grid label{font-size:14px}.field-grid input,.field-grid select{font-size:16px}.estimate{padding:27px}.estimate .eyebrow{font-size:11px}.estimate-price{font-size:41px}.estimate dl>div{font-size:13px}.year-total dd{font-size:24px}.estimate .button{font-size:14px}.estimate>p{font-size:14px}.support-section{grid-template-columns:1fr;gap:25px;padding-block:33px}.support-intro h2{font-size:31px}.support-intro p{font-size:15px}.support-card,.support-card:nth-child(3){border-left:0;border-top:1px solid var(--line);padding:24px 0 0}.support-card>span{font-size:16px}.support-card h3{font-size:27px;margin:12px 0}.support-card h3 small{font-size:13px;display:inline;margin-left:9px}.support-card p{font-size:15px}.support-card a{font-size:14px;min-height:34px;margin-top:14px}.process-grid{grid-template-columns:1fr 1fr;gap:30px 23px}.process-grid h3{font-size:21px}.process-grid p{font-size:14px}.process-grid li>span{margin-bottom:19px}.faq-section{grid-template-columns:1fr;gap:25px;padding-bottom:58px}.faq-section h2{font-size:38px}.faq-list summary{font-size:15px}.faq-list p{font-size:15px}.contact-section{padding-block:52px}.contact-layout{grid-template-columns:1fr;gap:35px}.contact-copy h2{font-size:52px;letter-spacing:-2px}.contact-copy>p{font-size:16px}.contact-copy .eyebrow{font-size:11px}.contact-email{font-size:25px;gap:16px}.contact-phone{font-size:21px}.executor{max-width:none}.executor small{font-size:13px}.lead-form{padding:26px}.lead-form h3{font-size:26px}.lead-form>p,.lead-form label{font-size:14px}.lead-form input,.lead-form select,.lead-form textarea{font-size:16px}.lead-form p.form-help{font-size:13px}.form-secondary{flex-direction:row;align-items:center;gap:13px}.form-secondary button{font-size:12px;min-height:46px}.privacy-note{font-size:12px}.footer{padding-block:32px 24px}.footer-top{flex-wrap:wrap;gap:19px;padding-bottom:26px}.footer-top .brand{order:0}.footer-top .quiet-link{order:1;margin-left:auto}.footer-top>p{order:2;width:100%;margin:0;font-size:14px}.footer-requisites{grid-template-columns:1fr;gap:22px;padding-block:26px}.footer-requisites span{font-size:11px}.footer-requisites p{font-size:14px;margin-top:7px}.footer-bottom{flex-wrap:wrap;gap:14px;font-size:12px}.footer-bottom>span:last-child{width:100%;font-size:12px}.legal{padding-block:40px 60px}.legal h1{font-size:35px;letter-spacing:-1px;overflow-wrap:anywhere}.legal h2{font-size:24px}.legal p,.legal li{font-size:15px}}
@media(max-width:380px){.wrap{width:calc(100% - 32px)}.hero h1{font-size:37px;letter-spacing:-1.8px}.hero .eyebrow{font-size:9px}.actions{gap:16px}.hero-art{height:515px}.art-note{left:18px;width:86%;padding:17px}.art-result{right:18px;width:88%;padding:19px;top:291px}.art-result h3{font-size:20px}.art-footer{font-size:8px;left:20px}.art-footer>span:last-child{display:none}.aist-tile{top:191px;right:12px;width:96px;height:115px}.aist-tile img{height:36px;width:36px}.aist-tile>span{font-size:19px}.store-copy h2{font-size:35px}.scenario-panel{padding:22px}.process-grid{grid-template-columns:1fr}.process-grid h3{font-size:23px}.process-grid p{font-size:16px}.contact-copy h2{font-size:47px}.contact-email{font-size:22px}.lead-form{padding:22px}.lead-form h3{font-size:23px}.estimate{padding:24px}.estimate-price{font-size:36px}.year-total dd{font-size:22px}.form-secondary{flex-direction:column;gap:0;align-items:flex-start}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
@media print{.header,.hero-art,.actions,.lead-form,.toast{display:none}body{background:white}.wrap{width:100%}.section{padding-block:25px}.store-section,.contact-section,.pricing-section{background:white;color:#222}.store-section p,.store-section h2 span{color:#444}.hero{display:block}.hero h1{font-size:45px}.contact-layout{display:block}.footer{break-inside:avoid}}

.dialog-open{overflow:hidden}.mail-dialog{width:min(680px,calc(100% - 30px));max-height:90dvh;border:1px solid #d1ddca;border-radius:17px;background:#fafcf7;padding:30px;color:var(--ink);overflow-y:auto}.mail-dialog::backdrop{background:#132219aa;backdrop-filter:blur(5px)}.mail-header{display:flex;justify-content:space-between;align-items:center}.mail-header button{font-size:28px;width:44px;height:44px;border:1px solid #d7e1d1;border-radius:8px;background:transparent}.mail-dialog h2{font-size:34px;letter-spacing:-1px;margin:20px 0}.mail-dialog p{font-size:14px;line-height:1.8;margin:15px 0}.mail-dialog label{display:block;font-size:14px;margin:20px 0 9px}.mail-dialog textarea{font-size:14px;line-height:1.8;min-height:220px}.mail-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}.mail-dialog .fineprint{font-size:12px}.mail-dialog #mail-status{color:#3f6733}.service-card h3 br{display:block}@media(max-width:700px){.mail-dialog{padding:23px}.mail-dialog h2{font-size:29px}.mail-actions .button{width:100%}.mail-dialog textarea{font-size:16px}}
