:root{--ink:#111317;--muted:#666d76;--line:#e5e7e9;--soft:#f5f6f3;--accent:#d8ff3e;--dark:#0b0d10;--white:#fff;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.55}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.shell{width:min(var(--max),calc(100% - 40px));margin:auto}.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.9);backdrop-filter:blur(16px);border-bottom:1px solid rgba(229,231,233,.8)}.nav-wrap{height:74px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{display:flex;align-items:center;gap:10px;font-weight:650;letter-spacing:-.02em}.brand b{font-weight:800}.brand-mark{width:31px;height:31px;border-radius:8px;background:var(--ink);color:var(--accent);display:grid;place-items:center;font-size:14px;font-weight:900}.nav-wrap nav{display:flex;gap:28px;color:#51565d;font-size:14px}.nav-wrap nav a:hover{color:#111}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid var(--ink);background:var(--ink);color:#fff;padding:14px 20px;border-radius:10px;font-weight:700;font-size:14px;transition:transform .2s,box-shadow .2s,background .2s;cursor:pointer}.button:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(0,0,0,.12)}.button-small{padding:10px 15px}.hero{min-height:690px;display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center;padding-top:72px;padding-bottom:84px}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:800;color:#545b63;display:flex;align-items:center;gap:9px;margin-bottom:20px}.eyebrow>span{width:24px;height:2px;background:var(--ink)}h1,h2,h3,p{margin-top:0}.hero h1{font-size:clamp(48px, 6vw, 78px);line-height:.98;letter-spacing:-.06em;max-width:760px;margin-bottom:28px}.lede{font-size:19px;color:var(--muted);max-width:650px;margin-bottom:32px}.hero-actions{display:flex;align-items:center;gap:24px}.text-link{font-size:14px;font-weight:700}.text-link span{margin-left:5px}.trust-row{display:flex;flex-wrap:wrap;gap:20px;margin-top:34px;color:#626970;font-size:12px}.trust-row span::first-letter{color:#111}.system-card{background:var(--dark);color:#fff;border-radius:22px;padding:22px;box-shadow:0 30px 70px rgba(0,0,0,.18);transform:rotate(1deg)}.system-foot,.system-top{display:flex;justify-content:space-between;align-items:center;font-size:10px;letter-spacing:.11em;color:#9298a1}.status{display:flex;align-items:center;gap:7px}.status i{width:7px;height:7px;background:var(--accent);border-radius:50%;box-shadow:0 0 0 5px rgba(216,255,62,.08)}.workflow{margin:26px 0;background:#12151a;border:1px solid #252a31;border-radius:15px;padding:12px}.flow-node{display:grid;grid-template-columns:34px 1fr auto;align-items:center;padding:17px 14px;border:1px solid #282d34;border-radius:10px;background:#171a1f}.flow-node.active{border-color:#5b671f;background:#1b1f18}.flow-node small{color:#747b84}.flow-node strong{font-size:14px}.flow-node span{font-size:11px;color:#8d949d}.flow-line{height:26px;margin-left:30px;border-left:1px solid #343a42;position:relative}.flow-line i{position:absolute;width:5px;height:5px;background:var(--accent);border-radius:50%;left:-3px;top:10px;animation:1.8s infinite travel}@keyframes travel{0%{transform:translateY(-8px);opacity:0}30%{opacity:1}100%{transform:translateY(15px);opacity:0}}.system-foot strong{color:#d7dbe0;font-weight:600}.section{padding:110px 0}.section-head{display:grid;grid-template-columns:1fr .55fr;gap:70px;align-items:end;margin-bottom:54px}.faq-grid h2,.final-cta h2,.problem-grid h2,.quote-copy h2,.section-head h2{font-size:clamp(36px, 4.3vw, 58px);line-height:1.02;letter-spacing:-.05em;margin-bottom:0}.section-head p{color:var(--muted);margin:0}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.service-card{min-height:245px;padding:28px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);transition:background .25s,transform .25s}.service-card:hover{background:var(--soft);transform:translateY(-3px)}.num{font-size:11px;color:#93989e}.service-card h3{font-size:20px;margin:42px 0 12px;letter-spacing:-.025em}.service-card p{color:var(--muted);font-size:14px;margin-bottom:0}.dark-section{background:var(--dark);color:#fff;padding:120px 0}.problem-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:110px}.eyebrow-light{color:#a7adb5}.eyebrow-light>span{background:var(--accent)}.dark-lede{color:#aab0b8;font-size:17px;margin-top:28px;max-width:540px}.problem-list{border-top:1px solid #2a2e34}.problem-list article{display:grid;grid-template-columns:48px 1fr;gap:20px;padding:30px 0;border-bottom:1px solid #2a2e34}.problem-list article>span{color:var(--accent);font-size:11px}.problem-list h3{margin-bottom:8px}.problem-list p{color:#9299a2;margin:0;font-size:14px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.steps article{background:var(--soft);border-radius:16px;padding:28px;min-height:260px;display:flex;flex-direction:column;justify-content:space-between}.step-number{width:38px;height:38px;border-radius:50%;border:1px solid #cfd3d6;display:grid;place-items:center;font-size:12px}.steps h3{font-size:22px;margin-bottom:12px}.steps p{color:var(--muted);font-size:14px;margin:0}.quote-section{background:#15181c;color:#fff;padding:110px 0}.quote-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:90px;align-items:start}.quote-copy>p{color:#a7adb5;font-size:17px;max-width:500px;margin:26px 0 45px}.quote-notes{display:grid;gap:14px;color:#8e959d;font-size:12px}.form-card{background:#fff;color:var(--ink);border-radius:18px;padding:34px;box-shadow:0 24px 60px rgba(0,0,0,.2)}.field{display:grid;gap:8px;margin-bottom:18px}.field label{font-size:12px;font-weight:700}.field label span{font-weight:400;color:#8a9097}.field input,.field select{width:100%;height:50px;border:1px solid #d9dde0;border-radius:9px;padding:0 13px;background:#fff;color:#111;outline:0}.field input:focus,.field select:focus{border-color:#111;box-shadow:0 0 0 3px rgba(17,19,23,.06)}.consent{display:flex;gap:10px;align-items:flex-start;color:#666d76;font-size:11px;margin:22px 0}.consent input{margin-top:3px}.form-button{width:100%;justify-content:space-between}.form-status{font-size:12px;margin:12px 0 0;color:#b12a2a;min-height:18px}.hp{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;opacity:0!important}.form-success{text-align:center;padding:45px 10px}.success-icon{width:54px;height:54px;border-radius:50%;background:#ecf8c6;display:grid;place-items:center;margin:0 auto 20px;font-weight:900}.faq-grid{display:grid;grid-template-columns:.65fr 1.35fr;gap:90px}.faq-list{border-top:1px solid var(--line)}details{border-bottom:1px solid var(--line);padding:22px 0}summary{list-style:none;cursor:pointer;font-weight:700;display:flex;justify-content:space-between;gap:20px}summary::-webkit-details-marker{display:none}summary span{font-size:20px;font-weight:400;transition:transform .2s}details[open] summary span{transform:rotate(45deg)}details p{color:var(--muted);font-size:14px;max-width:720px;margin:14px 45px 0 0}.final-cta{background:var(--accent);padding:95px 0;text-align:center}.final-cta .shell{max-width:800px}.final-cta p{margin:22px auto 30px;max-width:650px}.button-light{background:#fff;color:#111;border-color:#fff}footer{background:#0b0d10;color:#fff;padding:50px 0 34px}.footer-top{display:flex;justify-content:space-between;align-items:center;padding-bottom:34px;border-bottom:1px solid #262a30}.brand-footer .brand-mark{background:var(--accent);color:#111}.footer-links{display:flex;gap:18px}.footer-links button{border:0;background:0 0;color:#a3a9b1;cursor:pointer}.disclaimer{padding-top:26px;color:#777f88;font-size:11px;line-height:1.7}.modal{position:fixed;inset:0;z-index:50;display:grid;place-items:center;padding:20px}.modal[hidden]{display:none}.modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.62);backdrop-filter:blur(4px)}.modal-card{position:relative;background:#fff;width:min(620px,100%);padding:36px;border-radius:16px;box-shadow:0 30px 80px rgba(0,0,0,.3)}.modal-card h2{font-size:30px}.modal-card p{color:var(--muted)}.modal-close{position:absolute;right:18px;top:15px;border:0;background:0 0;font-size:26px;cursor:pointer}.reveal{opacity:0;transform:translateY(18px);transition:opacity .65s,transform .65s}.reveal.visible{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.flow-line i{animation:none}}@media(max-width:850px){.nav-wrap nav{display:none}.hero{grid-template-columns:1fr;min-height:auto;gap:45px;padding-top:65px}.system-card{transform:none}.faq-grid,.problem-grid,.quote-grid,.section-head{grid-template-columns:1fr;gap:45px}.service-grid,.steps{grid-template-columns:1fr}.dark-section,.quote-section,.section{padding:80px 0}.problem-grid{gap:55px}}@media(max-width:520px){.shell{width:min(var(--max),calc(100% - 28px))}.nav-wrap{height:66px}.button-small{display:none}.hero h1{font-size:46px}.hero{padding-top:48px}.trust-row{display:grid;gap:9px}.system-card{padding:14px}.flow-node{grid-template-columns:28px 1fr}.flow-node>span{display:none}.section{padding:70px 0}.faq-grid h2,.final-cta h2,.problem-grid h2,.quote-copy h2,.section-head h2{font-size:38px}.form-card{padding:23px}.final-cta{padding:70px 0}.footer-top{align-items:flex-start;gap:25px;flex-direction:column}}body,html{max-width:100%;overflow-x:hidden}img,svg{max-width:100%;height:auto}@media (max-width:850px){.hero{padding-bottom:64px}.form-card,.hero-copy,.hero-visual,.quote-copy{min-width:0}.section-head{align-items:start}.service-card{min-height:0}.steps article{min-height:220px}.quote-grid{gap:38px}}@media (max-width:520px){.shell{width:calc(100% - 32px)}.site-header{backdrop-filter:blur(12px)}.nav-wrap{height:62px;gap:12px}.brand{gap:8px;font-size:14px;white-space:nowrap}.brand-mark{width:29px;height:29px;border-radius:7px}.hero{gap:36px;padding-top:42px;padding-bottom:58px}.hero h1{font-size:clamp(40px, 12vw, 52px);line-height:1;letter-spacing:-.055em;margin-bottom:22px}.lede{font-size:17px;line-height:1.55;margin-bottom:26px}.hero-actions{align-items:stretch;flex-direction:column;gap:14px}.hero-actions .button{width:100%}.hero-actions .text-link{text-align:center;padding:4px 0}.trust-row{margin-top:26px}.system-card{width:100%;border-radius:17px;padding:13px;box-shadow:0 20px 45px rgba(0,0,0,.16)}.system-foot,.system-top{gap:10px;font-size:9px}.workflow{margin:18px 0;padding:9px}.flow-node{padding:14px 11px}.flow-node strong{font-size:13px}.flow-line{height:21px;margin-left:25px}.dark-section,.quote-section,.section{padding:64px 0}.faq-grid,.problem-grid,.quote-grid,.section-head{gap:30px}.section-head{margin-bottom:34px}.faq-grid h2,.final-cta h2,.problem-grid h2,.quote-copy h2,.section-head h2{font-size:clamp(34px, 10vw, 42px);line-height:1.04}.dark-lede,.quote-copy>p{font-size:16px}.service-grid{border-left:0}.service-card{padding:24px 4px;border-right:0;min-height:0}.service-card h3{margin:24px 0 9px;font-size:20px}.problem-list article{grid-template-columns:32px 1fr;gap:12px;padding:24px 0}.steps{gap:12px}.steps article{min-height:0;padding:22px;gap:34px}.quote-copy>p{margin:20px 0 28px}.quote-notes{gap:10px}.form-card{border-radius:14px;padding:20px 16px}.field{margin-bottom:16px}.field input,.field select{height:52px;font-size:16px}.consent{font-size:12px;line-height:1.5}.form-button{min-height:52px}details{padding:19px 0}summary{gap:12px;font-size:15px}details p{margin:12px 28px 0 0}.final-cta{padding:62px 0}.final-cta p{margin:18px auto 26px}.final-cta .button{width:100%}footer{padding:42px 0 28px}.footer-top{padding-bottom:26px}.disclaimer{padding-top:22px}.modal{padding:12px}.modal-card{max-height:calc(100vh - 24px);overflow-y:auto;padding:30px 20px 24px;border-radius:14px}.modal-card h2{font-size:26px;padding-right:24px}}@media (max-width:360px){.shell{width:calc(100% - 24px)}.hero h1{font-size:38px}.faq-grid h2,.final-cta h2,.problem-grid h2,.quote-copy h2,.section-head h2{font-size:32px}}.menu-toggle{display:none;width:42px;height:42px;padding:10px;border:0;border-radius:9px;background:var(--ink);cursor:pointer;flex:0 0 auto}.menu-toggle span{display:block;width:100%;height:2px;margin:4px 0;background:var(--accent);border-radius:2px;transition:transform .2s,opacity .2s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(6px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.menu-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.mobile-menu{display:none}@media (max-width:850px){.menu-toggle{display:block}.mobile-menu:not([hidden]){display:block;position:absolute;top:100%;left:0;right:0;background:rgba(255,255,255,.98);border-top:1px solid var(--line);border-bottom:1px solid var(--line);box-shadow:0 18px 35px rgba(0,0,0,.08)}.mobile-menu nav{display:grid;gap:0;padding-top:12px;padding-bottom:18px}.mobile-menu nav>a:not(.button){display:block;padding:15px 2px;border-bottom:1px solid var(--line);font-size:16px;font-weight:650}.mobile-menu .button{width:100%;margin-top:16px}}