@font-face{font-family:Manrope;src:url('assets/manrope-cyrillic.woff2') format('woff2');font-weight:200 800;font-display:swap;unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}
@font-face{font-family:Manrope;src:url('assets/manrope-latin.woff2') format('woff2');font-weight:200 800;font-display:swap}
:root{--ink:#13151c;--muted:#686e7e;--blue:#3155f5;--blue-dark:#2444d0;--paper:#f5f6fa;--navy:#141824;--lime:#d5fd73;--line:#dfe2eb;--white:#fff;--radius:12px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:104px}body{margin:0;background:var(--white);color:var(--ink);font:500 15px/1.6 Manrope,Arial,sans-serif;-webkit-font-smoothing:antialiased}body:has(dialog[open]){overflow:hidden}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{color:inherit;cursor:pointer}button:disabled{cursor:default}button,a,input,textarea,select,summary{-webkit-tap-highlight-color:transparent}button,a,input,textarea,select,summary,[tabindex]{touch-action:manipulation}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible,[tabindex]:focus-visible{outline:3px solid var(--blue);outline-offset:5px}img{display:block;max-width:100%;height:auto}svg{display:block}h1,h2,h3,h4,p{margin:0}h1,h2,h3,h4{font-weight:800;line-height:1.1;letter-spacing:-.045em}h2{font-size:clamp(36px,4vw,60px)}h3{font-size:26px}h4{font-size:16px;letter-spacing:-.02em}em{font-style:normal;color:var(--blue)}p{line-height:1.7}button{border:0}button,details,article,a,input,textarea,select{min-width:0}[hidden]{display:none!important}.section{padding-block:112px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:48px}.section-heading>p{font-size:16px;color:var(--muted);max-width:350px}.section-heading h2{max-width:780px}.skip{position:fixed;left:20px;top:-100px;padding:12px 20px;z-index:100;background:var(--blue);color:#fff;border-radius:7px}.skip:focus{top:12px}

/* A stage is a complete decision, with visible work and evidence. */
.route-layout{display:grid;grid-template-columns:300px minmax(0,1fr);gap:24px;align-items:start}.step-panel{border:1px solid var(--line);border-radius:12px;padding:36px;background:#fff;min-width:0;box-shadow:0 12px 35px #10182f04}.step-top{display:block;padding-bottom:25px;border-bottom:1px solid var(--line)}.step-eyebrow{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--blue)}.step-top>span{font-size:11px;color:var(--muted)}.step-body{padding-top:25px}.step-body h3{font-size:34px;max-width:650px;line-height:1.2}.step-body>p{margin-top:16px;color:var(--muted);max-width:640px}.step-cols{display:grid;grid-template-columns:1.1fr .9fr;gap:34px;margin-top:27px}.step-cols h4{font-size:12px;text-transform:uppercase;letter-spacing:.04em;margin-bottom:16px}.step-cols ul{list-style:none;margin:0;padding:0}.step-cols li{position:relative;padding-left:17px;margin-bottom:11px;color:#51586a;font-size:13px;line-height:1.6}.step-cols li::before{content:'';position:absolute;left:0;top:9px;width:5px;height:5px;background:var(--blue);border-radius:1px}.client-task{border-left:2px solid var(--blue);padding:17px 20px;background:#f2f4ff;border-radius:0 8px 8px 0}.client-task p{font-size:13px;color:#4e587a}.client-task h4{color:var(--blue);line-height:1.6}.step-deliverables{display:flex;flex-wrap:wrap;gap:7px;margin-top:23px}.step-deliverables span{display:inline-flex;gap:6px;align-items:center;font-size:10px;font-weight:700;background:var(--paper);border:1px solid #e5e8f0;border-radius:5px;padding:7px 10px}.step-gate{display:flex;gap:15px;align-items:flex-start;margin-top:27px;padding:18px 20px;border-radius:8px;background:var(--navy);color:#fff;font-size:12px;line-height:1.65}.step-gate strong{color:var(--lime);white-space:nowrap;font-size:10px;text-transform:uppercase;letter-spacing:.06em}.step-gate p{font-size:12px}.step-evidence{display:flex;gap:9px;align-items:center;font-size:10px;color:var(--muted);padding-top:15px}.step-evidence b{font-weight:700;color:#515b72}

/* Native dialog keeps keyboard focus and browser semantics. */
dialog{border:1px solid var(--line);border-radius:16px;color:var(--ink);background:#fff;width:min(680px,calc(100% - 32px));max-height:calc(100dvh - 48px);padding:40px;box-shadow:0 35px 130px #090e3555}dialog::backdrop{background:#101522b3;backdrop-filter:blur(7px)}dialog h2{font-size:34px;line-height:1.15;margin:14px 30px 17px 0}dialog>p{color:var(--muted);font-size:13px}.wizard-options{display:grid;gap:10px;margin-top:24px}.wizard-options label{display:flex;align-items:flex-start;gap:13px;padding:19px;border:1px solid var(--line);border-radius:9px;font-size:14px;font-weight:800;cursor:pointer;transition:border-color .18s,background .18s}.wizard-options label:has(input:checked){border-color:var(--blue);background:#f0f3ff;box-shadow:inset 0 0 0 1px var(--blue)}.wizard-options label small{display:block;font-size:11px;font-weight:500;color:var(--muted);margin-top:5px}.wizard-options input{accent-color:var(--blue);width:17px;height:17px;flex-shrink:0;margin:3px 0 0}.wizard-field{display:flex;flex-direction:column;gap:9px;margin-top:19px;font-size:12px;font-weight:700}.wizard-field input,.wizard-field select,.wizard-field textarea{width:100%;padding:12px 14px;border:1px solid var(--line);border-radius:7px;background:#fff;color:var(--ink);font-size:14px}.wizard-hint{color:var(--muted);font-size:11px;line-height:1.65;margin-top:15px}.wizard-route{display:flex;flex-wrap:wrap;align-items:center;gap:7px;margin:22px 0;padding:20px;border-radius:8px;background:var(--navy);color:#fff;font-size:12px}.wizard-route span{background:#ffffff14;border:1px solid #ffffff1a;padding:5px 9px;border-radius:4px}.wizard-result-meta{margin-top:20px;border-block:1px solid var(--line);padding-block:15px;font-size:12px;color:var(--muted);line-height:1.8}.wizard-export{margin-top:24px}.wizard-export .button{width:100%}.wizard-actions{display:flex;justify-content:space-between;gap:12px;margin-top:27px}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}


/* Page frame and navigation */
.shell{width:100%;max-width:1384px;margin-inline:auto;padding-inline:48px}
.header{max-width:1384px;height:92px;padding-inline:48px;margin-inline:auto;display:flex;gap:36px;align-items:center;border-bottom:1px solid var(--line)}
.logo{display:inline-flex;align-items:center;gap:10px;font-size:32px;font-weight:800;letter-spacing:-.065em;line-height:1;white-space:nowrap}
.logo svg{width:31px;height:31px;fill:none;stroke:var(--blue);stroke-width:2.5}
.logo>span{color:var(--blue);font-size:23px;letter-spacing:-.05em;margin-left:2px}
.header nav{margin-left:auto;display:flex;gap:30px;align-items:center;font-size:12px;font-weight:700}
.header nav a{padding-block:14px;transition:color .2s}
.header nav a:hover{color:var(--blue)}
.header-login{display:flex;align-items:center;gap:26px;margin-left:10px;border:1px solid var(--line);border-radius:7px;padding:12px 16px;font-size:12px;font-weight:800}
.header-login:hover{background:var(--paper);border-color:#bcc7ff}
.header-login>span{font-size:19px;color:var(--blue)}
.menu-toggle{display:none;background:transparent;width:40px;height:40px;flex-direction:column;gap:6px;align-items:center;justify-content:center}
.menu-toggle>span{display:block;background:var(--ink);width:22px;height:2px}
#mobile-nav{position:absolute;top:75px;left:0;width:100%;padding:10px 22px 22px;background:#fff;z-index:20;box-shadow:0 15px 20px #1a255011;border-bottom:1px solid var(--line)}
#mobile-nav>a{display:block;padding:14px 0;font-size:14px;font-weight:700;border-bottom:1px solid var(--line)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:24px;min-height:55px;padding:16px 22px;border:1px solid transparent;border-radius:7px;font-size:13px;font-weight:800;line-height:1.45;transition:background .18s,box-shadow .18s,transform .18s}
.btn>span{font-size:20px;font-weight:500;line-height:1}.btn:hover{transform:translateY(-2px)}.btn:active{transform:translateY(0)}.btn.blue{background:var(--blue);color:#fff;box-shadow:0 4px 0 #1832b112}.btn.blue:hover{background:var(--blue-dark);box-shadow:0 6px 18px #3155f522}.btn.dark{color:#fff;background:var(--navy)}.btn.dark:hover{background:#282f44}.btn.light{background:#fff;color:var(--blue)}.btn.light:hover{background:#eaf0ff}.btn.outline{background:#fff;border-color:var(--line)}.btn.outline:hover{background:var(--paper)}
.text-link{display:inline-flex;align-items:center;gap:18px;font-size:12px;line-height:1.5;font-weight:800;padding-block:13px}.text-link>span{font-size:20px;color:var(--blue)}.text-link:hover{color:var(--blue)}
.section-index{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-bottom:30px;color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.09em;line-height:1.5}.section-index>span:first-child{color:var(--blue)}.section-index>span:last-child{font-size:9px;letter-spacing:.08em;text-align:right}
h2>span{color:var(--blue)}.pill{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border:1px solid var(--line);border-radius:4px;font-size:9px;letter-spacing:.06em;font-weight:800}

/* A bold promise and a tangible, architectural product. */
.hero{padding-top:24px;background:var(--paper);border-radius:0 0 14px 14px;overflow:hidden}
.hero-meta{display:flex;justify-content:space-between;gap:20px;font-size:9px;letter-spacing:.05em;color:var(--muted);font-weight:700}
.hero-meta>span:first-child{display:flex;gap:8px;align-items:center;color:var(--ink);text-transform:uppercase;letter-spacing:.07em}
.hero-meta i{display:block;width:6px;height:6px;border-radius:50%;background:var(--blue)}
.hero-grid{display:grid;grid-template-columns:1.06fr .94fr;gap:12px;align-items:center;min-height:643px;padding-block:37px 26px}
.hero-copy{position:relative;z-index:2;padding-top:2px}.kicker{color:var(--muted);font-size:10px;font-weight:700;letter-spacing:.02em;margin-bottom:20px}
.hero h1{font-size:clamp(68px,6.12vw,88px);font-weight:800;line-height:1.035;letter-spacing:-.071em}.hero h1>span{color:var(--blue)}
.hero-copy>p{font-size:15px;line-height:1.8;max-width:430px;color:#5c6475;margin-top:24px}
.hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:23px;margin-top:26px}
.hero-actions .text-link{font-size:11px;gap:12px}
.hero-trust{display:flex;gap:23px;align-items:flex-start;margin-top:43px;color:var(--muted);font-size:9px;line-height:1.4}
.hero-trust>span{display:flex;flex-direction:column;gap:5px;padding-right:24px;border-right:1px solid #d9deea}
.hero-trust>span:last-child{border:0;padding-right:0}
.hero-trust b{font-size:21px;color:var(--ink);font-weight:800;letter-spacing:-.04em}
.hero-art{position:relative;min-width:0;align-self:stretch;isolation:isolate;display:flex;align-items:center}
.hero-art>img{width:113%;max-width:none;margin-left:-6%;mix-blend-mode:multiply;filter:contrast(1.025);z-index:1;position:relative}
.art-grid{position:absolute;inset:16px -15px 20px;border:1px solid #dfe4ef;border-radius:50%}
.art-grid::before,.art-grid::after{content:'';position:absolute;inset:24px;border:1px solid #e3e7f0;border-radius:50%}
.art-grid::after{inset:48px}
.orbit-label{position:absolute;left:15px;top:10px;font-size:8px;font-weight:800;letter-spacing:.13em;color:#8c94a8;z-index:2}
.float-tag{position:absolute;z-index:3;display:flex;gap:12px;align-items:center;background:#fffffff2;border:1px solid #e5e8f0;box-shadow:0 16px 34px #26345914;border-radius:9px;padding:14px 17px;backdrop-filter:blur(9px)}
.float-tag small{font-size:9px;display:block;color:var(--muted);line-height:1.6}
.float-tag strong{font-size:11px;font-weight:800;display:block;line-height:1.7;letter-spacing:-.015em}
.tag-one{right:-2px;top:58px;transform:rotate(2deg)}.tag-two{left:8px;bottom:61px;transform:rotate(-2deg)}
.tag-icon{width:29px;height:29px;display:grid;place-items:center;color:#fff;background:var(--blue);border-radius:7px;font-size:21px}
.live-dot{width:9px;height:9px;border-radius:50%;background:#70b336;box-shadow:0 0 0 5px #e2f5d3;margin:5px}
.art-caption{position:absolute;bottom:8px;left:20px;right:20px;text-align:center;color:#969eae;font-size:8px;z-index:2}
.coordinate{position:absolute;right:0;bottom:111px;color:#6c7790;font-size:8px;font-weight:800;letter-spacing:.1em;line-height:1.9;z-index:2}
.hero-strip{display:flex;justify-content:space-between;align-items:center;gap:12px;border-top:1px solid #dce1ec;min-height:68px;font-size:11px;font-weight:800;letter-spacing:.08em}
.hero-strip b{color:var(--blue);font-size:21px;font-weight:500}

/* What changes for a real owner. */
.problem .section-heading{margin-bottom:48px}
.problem .section-heading h2{font-size:clamp(38px,3.65vw,54px)}
.problem-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}
.problem-grid article{padding:28px 28px 24px;background:var(--paper);border:1px solid #e8eaf0;border-radius:10px;display:flex;flex-direction:column;align-items:flex-start}
.problem-no{font-size:11px;font-weight:800;color:var(--blue)}
.problem-grid h3{font-size:22px;margin-top:31px}
.problem-grid p{font-size:13px;color:var(--muted);line-height:1.8;margin-top:17px;margin-bottom:31px}
.problem-grid article>strong{display:flex;justify-content:space-between;align-items:center;gap:10px;font-size:10px;width:100%;padding-top:18px;margin-top:auto;border-top:1px solid #dce1eb;line-height:1.5}
.problem-grid strong span{font-size:19px;font-weight:500;color:var(--blue)}

/* Three entry situations converge on the same system. */
.entry-band{padding-block:74px;background:var(--blue);color:#fff}
.entry-band .section-index,.entry-band .section-index>span:first-child{color:#c4ceff}
.entry-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.entry-grid h2{font-size:clamp(36px,3.5vw,52px)}.entry-grid h2>span{color:var(--lime)}
.entry-grid>div>p{font-size:14px;max-width:380px;margin-top:20px;color:#d7defd}
.entry-options{display:grid;gap:8px}.entry-options button{display:flex;align-items:center;text-align:left;gap:16px;min-height:64px;padding:17px 20px;background:#2345d3;border:1px solid #7188ff66;color:#fff;border-radius:7px;transition:background .2s,color .2s}
.entry-options button>span{font-size:10px;opacity:.7}.entry-options button strong{font-size:12px;line-height:1.5;font-weight:700}.entry-options button b{margin-left:auto;font-size:22px;font-weight:500}.entry-options button[aria-selected=true]{background:#fff;color:var(--blue);border-color:#fff;box-shadow:0 7px 15px #1833ae33}.entry-options button:hover:not([aria-selected=true]){background:#1d3dbd}
.entry-result{display:grid;grid-template-columns:1.08fr 1fr auto;gap:34px;align-items:center;border-top:1px solid #8d9eff77;margin-top:36px;padding-top:28px}
.entry-result small{font-size:8px;letter-spacing:.07em;color:#c4ceff;font-weight:700}.entry-result h3{font-size:19px;line-height:1.3;margin-top:8px}.entry-result p{font-size:11px;line-height:1.7;color:#d7defd;margin-top:10px;max-width:470px}
.mini-route{display:flex;flex-wrap:wrap;align-items:center;gap:7px;font-size:9px;line-height:1.5;font-weight:700}
.mini-route span{padding:5px 7px;background:#ffffff14;border:1px solid #ffffff22;border-radius:4px}
.mini-route b{font-size:12px;font-weight:500;opacity:.6}
.round-link{width:47px;height:47px;display:grid;place-items:center;flex-shrink:0;background:#fff;color:var(--blue);border-radius:50%;font-size:26px;transition:transform .2s}
.round-link:hover{transform:rotate(10deg)}
.entry-band :focus-visible{outline-color:var(--lime)}

/* The detailed client route. */
.route-nav{display:grid;gap:5px}
.route-nav button{display:flex;align-items:center;gap:14px;text-align:left;min-height:73px;padding:13px 15px;background:var(--paper);border:1px solid transparent;border-radius:7px;transition:background .18s,color .18s}
.route-nav button>span{color:#9aa2b4;font-size:11px;font-weight:800}.route-nav button>div{font-size:12px;font-weight:800;line-height:1.45}.route-nav small{display:block;font-size:9px;font-weight:500;color:var(--muted);margin-top:5px}.route-nav button>b{margin-left:auto;align-self:center;font-size:21px;font-weight:500;color:#a2acc1}.route-nav button[aria-selected=true]{color:#fff;background:var(--blue);box-shadow:0 5px 15px #3155f51a}.route-nav button[aria-selected=true] span,.route-nav button[aria-selected=true] b{color:#fff}.route-nav button[aria-selected=true] small{color:#d5deff}.route-nav button:hover:not([aria-selected=true]){background:#e9edf8;border-color:#d5ddf5}
.step-panel{min-height:619px}.step-top h3{font-size:32px;line-height:1.16;margin-top:12px}.step-top h3+p{font-size:13px;color:var(--muted);margin-top:14px;line-height:1.8}.step-top>.step-number{font-size:58px;font-weight:800;color:#e2e7fa;letter-spacing:-.06em}.step-body>h4{margin-bottom:12px}
.route-controls{display:flex;align-items:center;justify-content:space-between;margin-top:17px;margin-left:324px;color:var(--muted);font-size:10px;font-weight:700}.route-controls>div{display:flex;gap:7px}.arrow-button{width:37px;height:37px;border:1px solid var(--line);background:#fff;border-radius:5px;font-size:20px;line-height:1}.arrow-button:hover{background:var(--blue);color:#fff;border-color:var(--blue)}
.all-stages{margin-top:35px;border-block:1px solid var(--line)}.all-stages summary{padding:18px 0;display:flex;align-items:center;justify-content:space-between;gap:20px;cursor:pointer;font-size:12px;font-weight:800;list-style:none}.all-stages summary::-webkit-details-marker{display:none}.all-stages summary>span{font-size:20px;color:var(--blue);font-weight:500}.all-stages[open] summary>span{transform:rotate(45deg)}
#all-stages-content{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding-bottom:24px}
#all-stages-content article{background:var(--paper);border:1px solid #e6e9f1;padding:17px;border-radius:7px}
#all-stages-content article>span{color:var(--blue);font-size:10px;font-weight:800}
#all-stages-content h3,#all-stages-content h4{font-size:14px;line-height:1.35;margin-block:10px}
#all-stages-content p{font-size:11px;line-height:1.65;color:var(--muted)}

/* Visible actors, responsibilities and money. */
.model-section{background:var(--navy);color:#fff;padding-block:103px 73px}
.model-section .section-index{color:#7e8ca9}.model-section .section-index>span:first-child{color:var(--lime)}.model-section h2>span{color:var(--lime)}.model-section .section-heading>p{color:#9faabd}
.service-map{border:1px solid #ffffff20;border-radius:12px;padding:32px;background:#1a2030}
.map-owner{display:flex;align-items:center;gap:20px;border:1px solid #526482;background:#222b3e;border-radius:8px;padding:24px 27px}
.map-icon{display:grid;place-items:center;background:var(--lime);color:var(--navy);font-size:32px;border-radius:8px;width:57px;height:57px;flex-shrink:0}
.map-owner small{font-size:8px;letter-spacing:.1em;font-weight:800;color:#aebbd1}.map-owner h3{font-size:20px;margin:6px 0 8px}.map-owner p{font-size:11px;line-height:1.7;color:#b7c2d5}.map-owner>a{margin-left:auto;color:var(--lime);font-size:11px;font-weight:800;white-space:nowrap}
.map-connect{display:flex;justify-content:center;gap:38px;padding:18px;font-size:9px;font-weight:700;color:#8695b1}
.map-center{border:1px solid #6d85fb;background:var(--blue);border-radius:8px;padding:24px;text-align:center}
.map-brand{font-size:32px;font-weight:800;letter-spacing:-.05em;line-height:1.2}.map-brand>span{font-size:13px;font-weight:600;letter-spacing:0;color:#d1d9ff}.map-center>p{color:#d4dcff;font-size:12px;margin-top:8px}
.map-capabilities{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;margin-top:16px}.map-capabilities span{border:1px solid #869cff;border-radius:4px;padding:5px 10px;font-size:9px;font-weight:700}
.map-columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;position:relative;padding-top:34px}
.map-columns article{position:relative;border:1px solid #40506e;background:#20283a;border-radius:7px;padding:22px}
.map-columns article::before{content:'';position:absolute;width:1px;height:34px;background:#5a6d8d;top:-35px;left:50%}
.map-columns small{color:#8ba2ce;font-size:8px;font-weight:800;letter-spacing:.1em}.map-columns h3{font-size:16px;line-height:1.3;margin-top:11px;letter-spacing:-.015em}.map-columns p{font-size:11px;color:#aab6cd;margin-top:12px;line-height:1.85}
.money-flows{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px;margin-top:37px}
.money-flows>div{padding-right:18px}.flow-num{display:inline-flex;align-items:center;justify-content:center;width:27px;height:27px;border:1px solid #53617a;border-radius:50%;font-size:9px;color:#a1b1ce;font-weight:700}
.money-flows h3{font-size:16px;letter-spacing:-.02em;margin-top:16px}.money-flows p{font-size:11px;color:#8d9bb3;margin-top:13px;line-height:1.8}
.model-note{font-size:9px;line-height:1.7;color:#73819b;margin-top:36px;padding-top:22px;border-top:1px solid #2d374c}

/* Preparation links an appealing space to controlled execution. */
.preparation-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.prep-art{position:relative;min-width:0;background:var(--paper);border-radius:12px;align-self:stretch;display:flex;align-items:center;overflow:hidden;min-height:520px}
.prep-art>img{width:110%;max-width:none;margin-left:-5%;mix-blend-mode:multiply}
.prep-label{position:absolute;left:21px;bottom:19px;font-size:8px;letter-spacing:.04em;color:#7a8497}
.hotspot{position:absolute;display:flex;align-items:center;gap:7px;background:#fff;padding:6px 10px 6px 6px;font-size:9px;font-weight:800;border:1px solid var(--line);border-radius:25px;box-shadow:0 8px 22px #31437116}
.hotspot>span{width:22px;height:22px;display:grid;place-items:center;background:var(--blue);color:#fff;border-radius:50%;font-size:9px}
.hotspot.h1{top:25%;left:9%}.hotspot.h2{top:57%;right:5%}.hotspot.h3{bottom:21%;left:20%}
.prep-copy h2{font-size:clamp(36px,3.1vw,47px)}.prep-copy>p{font-size:14px;color:var(--muted);margin-top:22px;max-width:420px}
.prep-chain{margin-top:27px}.prep-chain article{display:flex;gap:20px;padding-block:19px;border-top:1px solid var(--line)}.prep-chain b{font-size:11px;color:var(--blue);padding-top:3px}.prep-chain h3{font-size:17px;letter-spacing:-.02em}.prep-chain p{font-size:12px;color:var(--muted);line-height:1.75;margin-top:9px}.prep-copy>.text-link{margin-top:10px;color:var(--blue);font-size:12px}

/* A useful financial model, with deliberately explicit assumptions. */
.numbers-section{padding-block:93px 70px;background:var(--paper)}
.calc-presets{display:flex;gap:8px;align-items:center;margin-bottom:20px;flex-wrap:wrap}.calc-presets button{font-size:10px;font-weight:800;line-height:1.4;padding:10px 13px;border:1px solid #d9deeb;border-radius:5px;background:#fff;color:var(--muted)}.calc-presets button.active,.calc-presets button[aria-pressed=true]{color:#fff;background:var(--navy);border-color:var(--navy)}.calc-presets>span{font-size:9px;color:var(--muted);margin-left:auto;max-width:290px;line-height:1.6}
.economics{display:grid;grid-template-columns:1.12fr .88fr;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff}
.calc-form{padding:34px}.calc-form>h3{display:flex;align-items:center;gap:13px;font-size:16px;letter-spacing:-.02em;margin-bottom:24px}.calc-form>h3>span{display:grid;place-items:center;width:25px;height:25px;background:#eef1ff;color:var(--blue);border-radius:5px;font-size:10px}.calc-form>h3:not(:first-child){margin-top:30px;border-top:1px solid var(--line);padding-top:27px}
.input-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 16px}.input-grid label{font-size:10px;line-height:1.6;color:var(--muted)}.input-grid input,.debt-details input{width:100%;min-width:0;display:block;padding:11px 12px;border:1px solid #dce1ee;border-radius:5px;background:var(--paper);margin-top:7px;font-size:15px;color:var(--ink);font-weight:800;line-height:1.4;outline-offset:2px}
.input-grid input:hover,.debt-details input:hover{border-color:#b7c4f7}
.range-field{margin-top:21px}.range-field label{display:flex;justify-content:space-between;gap:18px;align-items:center;font-size:11px;color:#5f687c;line-height:1.5}.range-field output{color:var(--blue);font-weight:800;font-size:15px;white-space:nowrap}
.range-field input{width:100%;height:5px;accent-color:var(--blue);margin:20px 0 6px;cursor:pointer}
.range-field input::-webkit-slider-thumb{cursor:grab}
.input-grid.compact{margin-top:25px}
.debt-details{margin-top:23px;border-top:1px solid var(--line);padding-top:14px}.debt-details summary{display:flex;justify-content:space-between;gap:15px;font-size:11px;font-weight:800;color:#58637b;cursor:pointer;list-style:none}.debt-details summary::-webkit-details-marker{display:none}.debt-details summary span{font-size:18px;line-height:1}.debt-details[open] summary span{transform:rotate(45deg)}.debt-details label{display:block;font-size:10px;color:var(--muted);margin-top:19px}.debt-details p{font-size:10px;line-height:1.7;color:var(--muted);margin-top:11px}
.calc-results{background:var(--navy);color:#fff;padding:35px 32px;min-width:0}
.result-capital{padding-bottom:24px;border-bottom:1px solid #364156}
.result-capital>span{font-size:8px;letter-spacing:.06em;font-weight:800;color:#a6b3cb}
.result-capital>strong{display:block;font-size:27px;letter-spacing:-.045em;font-weight:800;margin-top:8px;line-height:1.5}
.result-capital>small{display:block;font-size:9px;line-height:1.65;max-width:340px;color:#7788a6;margin-top:6px}
.net-label{font-size:10px;color:#9caaca;margin-top:27px;line-height:1.7}.net-total{font-size:clamp(44px,4.3vw,64px);font-weight:800;line-height:1.1;letter-spacing:-.065em;color:var(--lime);margin-top:10px;white-space:nowrap}.net-total>span{font-size:.5em;font-weight:500;letter-spacing:-.03em}
.net-extra{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:21px}.net-extra>span{display:flex;flex-direction:column;gap:5px;font-size:8px;color:#8797b5;line-height:1.6}.net-extra b{font-size:19px;font-weight:700;color:#e6edfb;letter-spacing:-.03em}
.waterfall{display:flex;align-items:flex-end;gap:25px;height:113px;margin-top:25px;padding:0 10px 23px;border-bottom:1px solid #364156}.wf{position:relative;flex:1;height:100%;display:flex;align-items:flex-end}.wf i{display:block;width:100%;border-radius:3px 3px 0 0;min-height:2px;background:var(--blue)}.wf.gross i{height:100%;background:#526de7}.wf.costs i{height:20%;background:#45516c}.wf.net i{height:80%;background:var(--lime)}.wf small{font-size:8px;position:absolute;bottom:-19px;width:100%;text-align:center;color:#7f91b2}
#calc-breakdown{margin:24px 0 0}#calc-breakdown>div{display:flex;align-items:baseline;justify-content:space-between;gap:15px;font-size:10px;padding-block:8px;border-bottom:1px solid #293346}#calc-breakdown dt{color:#99a8c3;line-height:1.6}#calc-breakdown dd{font-weight:700;margin:0;white-space:nowrap}#calc-breakdown .total{border-top:1px solid #506080;margin-top:8px;padding-top:15px}#calc-breakdown .total dt,#calc-breakdown .total dd{color:var(--lime)}
.calc-warning{margin-top:21px;font-size:9px;color:#adbbd4;background:#20293c;padding:13px 15px;border-left:2px solid #6a80b7;line-height:1.75;border-radius:0 5px 5px 0}
.numbers-note{font-size:10px;color:#858da0;line-height:1.8;margin-top:21px;max-width:1100px}

/* A credible preview of the deeper owner product. */
.cockpit-preview{display:grid;grid-template-columns:174px minmax(0,1fr);position:relative;overflow:hidden;background:#f7f8fc;border:1px solid #dbe0ed;border-radius:12px;box-shadow:0 22px 70px #1a245d0d;transition:border-color .25s,box-shadow .25s}
.cockpit-preview:hover{border-color:#91a4ff;box-shadow:0 22px 70px #1a245d1c}
.cockpit-preview aside{display:flex;flex-direction:column;gap:5px;background:#fff;border-right:1px solid #e2e6f0;padding:21px 13px}
.cockpit-preview aside>strong{font-size:38px;line-height:1;letter-spacing:-.12em;color:var(--blue);padding:4px 13px 31px}
.cockpit-preview aside>span{padding:10px 12px;font-size:10px;border-radius:5px;color:#6e7a93;font-weight:600;white-space:nowrap}.cockpit-preview aside>span.selected{background:#edf1ff;color:var(--blue);font-weight:800}
.preview-main{padding:31px 30px 65px;min-width:0}.preview-top{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:24px}
.preview-top small{font-size:8px;letter-spacing:.09em;font-weight:800;color:#8893a8}
.preview-top h3{font-size:21px;margin-top:8px;letter-spacing:-.035em}.preview-top h3 span{font-size:13px;font-weight:500;color:#7b89a4;margin-left:10px}
.preview-demo{background:#eaf0ff;color:#4c68bf;padding:5px 8px;border-radius:4px;font-size:8px;letter-spacing:.04em;font-weight:800}
.preview-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.preview-stats>div{background:#fff;border:1px solid #e2e6f0;border-radius:7px;padding:18px;display:flex;flex-direction:column;gap:6px}
.preview-stats small{font-size:9px;color:#8792a9;line-height:1.5}.preview-stats strong{font-size:25px;white-space:nowrap;line-height:1.3;letter-spacing:-.045em}.preview-stats span{font-size:8px;color:#8994a8;line-height:1.5}
.preview-stats .preview-action{background:#edf1ff;border-color:#ccd7ff}.preview-action strong,.preview-action span{color:var(--blue)}
.preview-lower{display:grid;grid-template-columns:1.35fr 1fr;gap:14px;margin-top:17px}.preview-lower>div{padding:21px;background:#fff;border:1px solid #e2e6f0;border-radius:7px;min-width:0}
.preview-row{display:flex;justify-content:space-between;align-items:center;gap:15px;font-size:8px}.preview-row>b{letter-spacing:.045em;color:#59677e;font-size:8px}.preview-row>span{color:#929fb4;white-space:nowrap}.project-track{display:flex;gap:4px;margin:19px 0 9px}.project-track i{display:block;flex:1;height:4px;background:#e9edf5;border-radius:2px}.project-track i:nth-child(-n+2){background:#3155f5}.project-track i.current{background:#b9c7ff}
.preview-task{display:flex;align-items:center;gap:10px;padding-block:15px;border-bottom:1px solid #edf0f5}.preview-task:last-child{border:0}.preview-task>span:first-child{display:grid;place-items:center;width:20px;height:20px;flex-shrink:0;color:#aab4c6;font-size:16px}.preview-task>span.check{color:#628735;background:#eff8e6;border-radius:50%;font-size:11px}.preview-task>span.pending{color:var(--blue)}.preview-task div{min-width:0}.preview-task strong{display:block;font-size:9px;line-height:1.5;letter-spacing:-.015em}.preview-task small{display:block;font-size:8px;line-height:1.6;color:#99a4b7;margin-top:3px}.preview-task>span:last-child{font-size:7px;color:#8494ac;margin-left:auto;white-space:nowrap}
.preview-chart>small{font-size:8px;color:#7c8ba5;font-weight:700;letter-spacing:.04em}.donut{width:124px;height:124px;border-radius:50%;background:conic-gradient(var(--blue) 0 53.33%,#9aaefe 53.33% 73.33%,#e7ebf5 73.33% 100%);margin:15px auto 16px;display:grid;place-items:center;position:relative}.donut::before{content:'';position:absolute;inset:13px;background:#fff;border-radius:50%}.donut strong{z-index:1;position:relative;font-size:33px;letter-spacing:-.055em;line-height:1.1;text-align:center;font-weight:800}.donut strong span{display:block;font-size:7px;letter-spacing:0;color:#96a0b4;margin-top:5px;font-weight:600}
.preview-chart p{display:flex;align-items:center;gap:6px;line-height:1.8;font-size:7px;color:#8896ad}.preview-chart p>i{width:5px;height:5px;background:var(--blue);border-radius:1px}.preview-chart p:nth-of-type(2)>i{background:#9aaefe}.preview-chart p:nth-of-type(3)>i{background:#e7ebf5}.preview-chart p>b{margin-left:auto;color:#5e6f8b;font-size:8px}
.preview-open{position:absolute;right:29px;bottom:16px;display:flex;gap:35px;align-items:center;color:var(--blue);font-size:10px;font-weight:800}.preview-open>b{font-size:24px;font-weight:500}
.cockpit-features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px;margin-top:26px}.cockpit-features>a{padding-top:19px;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:8px}.cockpit-features b{font-size:13px;letter-spacing:-.015em}.cockpit-features span{font-size:10px;color:var(--muted)}.cockpit-features a:hover b{color:var(--blue)}

/* A launch model with measurable gates rather than invented traction. */
.launch-section{padding-block:97px 66px;background:var(--paper)}
.launch-heading{display:grid;grid-template-columns:1.3fr .7fr;align-items:end;gap:65px;margin-bottom:44px}
.launch-heading h2{font-size:clamp(38px,3.8vw,58px)}.launch-heading>div{padding-bottom:4px}.launch-heading .pill{font-size:8px;color:var(--blue);border-color:#b8c5fa;background:#edf0ff}.launch-heading p{font-size:16px;color:var(--muted);margin-top:20px;max-width:310px}
.launch-gates{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}
.launch-gates article{padding:26px;border:1px solid var(--line);border-radius:8px;background:#fff;display:flex;flex-direction:column}
.launch-gates article>span{color:var(--blue);font-size:9px;font-weight:800;letter-spacing:.07em}
.launch-gates h3{font-size:26px;margin-top:25px}
.launch-gates p{font-size:12px;line-height:1.85;color:var(--muted);margin-top:19px;margin-bottom:29px}
.launch-gates small{display:block;font-size:9px;color:#81916b;background:#f0f5e9;padding:10px 12px;line-height:1.65;border-radius:4px;margin-top:auto}
.role-strip{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:28px;align-items:center;border-block:1px solid #dce1eb;padding-block:28px;margin-top:34px}
.role-strip small{font-size:8px;letter-spacing:.04em;font-weight:800;color:#8290a6}
.role-strip p{font-size:11px;line-height:1.8;margin-top:7px;color:#596579}
.role-strip>span{font-size:24px;font-weight:500;color:var(--blue)}
.launch-note{font-size:9px;line-height:1.7;color:#939bac;margin-top:20px}

/* Question panels and secondary cards. */
.discussion-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:85px;align-items:start}.discussion-grid h2{font-size:clamp(37px,3.3vw,50px)}.discussion-grid>div>p{font-size:14px;color:var(--muted);margin-top:23px;max-width:525px;line-height:1.85}
.question-list{margin-top:29px}
.question-list details{border-bottom:1px solid var(--line)}
.question-list summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:19px 0;font-size:13px;font-weight:800;line-height:1.5;cursor:pointer;list-style:none}
.question-list summary::-webkit-details-marker{display:none}.question-list summary>span{color:var(--blue);font-size:22px;font-weight:500;line-height:1}.question-list details[open] summary>span{transform:rotate(45deg)}.question-list p{font-size:12px;color:var(--muted);line-height:1.8;padding-bottom:22px}
.meeting-card{padding:31px;background:var(--paper);border:1px solid var(--line);border-radius:11px}.meeting-card .pill{font-size:8px;color:var(--blue);border-color:#becbfd}.meeting-card h3{font-size:31px;line-height:1.2;letter-spacing:-.045em;margin-top:23px}
.meeting-card label{display:block;font-size:10px;font-weight:700;color:var(--muted);margin-top:26px}
.meeting-card textarea{display:block;width:100%;padding:13px;border:1px solid #dce1ee;border-radius:6px;background:#fff;color:var(--ink);font-size:12px;line-height:1.8;resize:vertical;min-height:164px;margin-top:8px}
.meeting-card textarea::placeholder{color:#a0a9bb}
.meeting-card #notes-status{font-size:9px;line-height:1.7;color:#8993a6;margin-top:11px}
.meeting-card .btn{width:100%;font-size:11px;margin-top:22px;justify-content:space-between}
.final-cta{background:var(--blue);padding-block:85px 88px;text-align:center;color:#fff}
.final-cta .shell>span{display:block;font-size:9px;font-weight:800;letter-spacing:.11em;color:#bac9ff}
.final-cta h2{font-size:clamp(42px,4.7vw,68px);margin-top:25px;line-height:1.08;letter-spacing:-.06em}.final-cta h2 em{color:var(--lime)}.final-cta .btn{margin-top:30px}
.footer{display:flex;gap:40px;align-items:center;min-height:136px;padding-block:30px}.footer .logo{font-size:29px}.footer>div{margin-left:auto}.footer p{font-size:8px;color:#9aa3b4;line-height:1.9}.footer p:first-child{color:#677187}.footer>a:last-child{font-size:10px;font-weight:800;color:var(--blue);white-space:nowrap}
.close-dialog{position:absolute;right:15px;top:15px;width:33px;height:33px;display:grid;place-items:center;background:var(--paper);font-size:24px;border-radius:50%;line-height:1}
.wizard-header{display:flex;justify-content:space-between;gap:20px;align-items:center;padding-right:38px}.wizard-header .pill{font-size:8px;color:var(--blue);border-color:#c9d4ff}.wizard-header>span:last-child{font-size:10px;font-weight:800;color:#98a3b8}
#brief-title{margin-top:26px;letter-spacing:-.045em}#brief-content>p{font-size:13px;color:var(--muted);line-height:1.75}
.wizard-note{font-size:9px;line-height:1.7;color:#99a3b6;margin-top:20px}
.wizard-route{line-height:1.8}.wizard-export{display:flex;flex-direction:column;gap:12px}


/* Adapt composition, not just type size. */
@media(min-width:1600px){.hero-grid{min-height:685px}.hero-art>img{width:112%}}
@media(max-width:1150px){
 .shell{padding-inline:34px}.header{padding-inline:34px;gap:24px}.header nav{gap:21px}.header-login{gap:15px;margin-left:0}
 .hero-grid{grid-template-columns:1.08fr .92fr;min-height:596px;gap:4px}.hero h1{font-size:clamp(60px,6.2vw,73px)}.hero-copy>p{max-width:395px;font-size:13px}.hero-actions{gap:14px}.hero-actions .btn{font-size:11px;gap:19px;padding:14px 17px;min-height:51px}.hero-actions .text-link{font-size:10px;gap:9px}.hero-trust{gap:17px}.hero-trust>span{padding-right:17px}
 .tag-one{top:70px;right:-6px}.tag-two{left:3px;bottom:65px}.float-tag{padding:11px 12px;gap:9px}.float-tag strong{font-size:10px}.float-tag small{font-size:8px}.coordinate{display:none}.orbit-label{font-size:7px}.art-caption{font-size:7px}
 .section{padding-block:87px}.section-heading{gap:28px}.section-heading>p{font-size:13px;max-width:300px}.section-heading h2{font-size:45px}
 .problem-grid article{padding:23px 20px}.problem-grid h3{font-size:19px}.problem-grid p{font-size:12px}.problem-grid article>strong{font-size:9px}
 .entry-grid{gap:40px}.entry-options button{gap:12px;padding:16px}.entry-options button strong{font-size:11px}.entry-result{gap:23px}.entry-result h3{font-size:17px}
 .route-layout{grid-template-columns:258px minmax(0,1fr);gap:20px}.route-nav button{gap:11px;padding:12px;min-height:71px}.route-nav button>div{font-size:11px}.route-nav small{font-size:8px}.route-nav button>b{font-size:18px}.step-panel{padding:27px;min-height:604px}.step-cols{gap:24px}.step-body h3,.step-top h3{font-size:29px}.route-controls{margin-left:278px}.step-cols li,.client-task p{font-size:12px}.step-gate{gap:10px;padding:16px}.step-gate strong{font-size:9px}.step-gate p{font-size:11px}
 .model-section{padding-block:84px 62px}.service-map{padding:26px}.map-owner{padding:20px}.map-owner h3{font-size:18px}.map-owner p{font-size:10px}.map-owner>a{font-size:10px}.map-columns article{padding:19px}.map-columns h3{font-size:15px}.map-columns p{font-size:10px}.money-flows{gap:27px}
 .preparation-grid{gap:39px}.prep-art{min-height:490px}.prep-copy h2{font-size:38px}.prep-copy>p{font-size:13px}.prep-chain article{padding-block:17px}.prep-chain p{font-size:11px}
 .numbers-section{padding-block:80px 60px}.calc-form{padding:26px}.calc-results{padding:28px 25px}.input-grid{gap:17px 13px}.input-grid label{font-size:9px}.range-field label{font-size:10px}.range-field output{font-size:14px}.net-total{font-size:52px}.net-extra b{font-size:17px}.calc-presets>span{max-width:230px;font-size:8px}
 .cockpit-preview{grid-template-columns:150px minmax(0,1fr)}.cockpit-preview aside{padding:20px 10px}.preview-main{padding:26px 22px 61px}.preview-stats>div{padding:15px 13px}.preview-stats strong{font-size:21px}.preview-lower{grid-template-columns:1.3fr 1fr;gap:11px}.preview-lower>div{padding:17px 14px}.preview-task{gap:7px}.preview-task>span:last-child{font-size:6px}.preview-task strong{font-size:8px}.preview-task small{font-size:7px}.preview-chart p{font-size:6px}.preview-chart p>b{font-size:7px}
 .launch-heading{gap:40px}.launch-gates article{padding:23px}.launch-gates h3{font-size:23px}.role-strip{gap:20px}.role-strip p{font-size:10px}
 .discussion-grid{gap:48px}.discussion-grid h2{font-size:41px}.discussion-grid>div>p{font-size:13px}.meeting-card{padding:25px}.meeting-card h3{font-size:28px}.footer{gap:25px}.footer>div{margin-left:auto}
}
@media(min-width:701px) and (max-width:900px){
 .header nav{gap:16px;font-size:10px}.header .logo{font-size:28px}.header .logo svg{width:26px;height:26px}.header-login{font-size:10px;padding:10px 12px;gap:12px}.header{gap:20px;height:83px}
 .hero-grid{grid-template-columns:1.08fr .92fr;min-height:520px;gap:0;padding-block:27px 26px}.hero h1{font-size:55px}.hero-copy>p{font-size:11px;margin-top:19px;max-width:330px}.kicker{font-size:8px;margin-bottom:17px}.hero-actions{margin-top:23px;gap:3px}.hero-actions .text-link{padding-top:15px}.hero-trust{gap:13px;margin-top:25px;font-size:8px}.hero-trust>span{padding-right:12px}.hero-trust b{font-size:18px}.hero-meta{font-size:7px}
 .hero-art>img{width:119%;margin-left:-8%}.tag-one{right:-15px;top:64px}.tag-two{left:0;bottom:67px}.float-tag{padding:9px 11px;gap:8px}.float-tag strong{font-size:8px}.float-tag small{font-size:7px}.tag-icon{width:23px;height:23px;font-size:17px}.art-grid{inset:43px -14px 47px}.orbit-label{font-size:6px;top:34px}.art-caption{font-size:6px;bottom:30px;left:5px;right:0}.hero-strip{font-size:9px;letter-spacing:.04em}
 .section-heading h2,.problem .section-heading h2{font-size:37px}.section-heading>p{max-width:240px;font-size:12px}
 .problem-grid{gap:11px}.problem-grid article{padding:20px 16px}.problem-grid h3{font-size:17px}.problem-grid p{font-size:11px;line-height:1.8}.problem-grid article>strong{font-size:8px;gap:7px}.problem-grid strong span{font-size:16px}
 .entry-grid{gap:28px}.entry-grid h2{font-size:36px}.entry-grid>div>p{font-size:12px}.entry-options button{padding:13px;gap:10px;min-height:65px}.entry-options button strong{font-size:10px}.entry-options button>span{font-size:8px}.entry-options button b{font-size:18px}.entry-result{grid-template-columns:1fr 1fr auto;gap:20px}.entry-result h3{font-size:15px}.entry-result p{font-size:10px}.round-link{width:37px;height:37px;font-size:22px}
 .route-layout{grid-template-columns:218px minmax(0,1fr);gap:17px}.route-nav button{gap:9px;min-height:72px;padding:12px 11px}.route-nav button>div{font-size:10px}.route-nav button>span{font-size:9px}.route-nav small{font-size:7px}.route-nav button>b{display:none}.step-panel{padding:22px;min-height:611px}.step-top{gap:12px}.step-body h3,.step-top h3{font-size:26px}.step-body>p,.step-top h3+p{font-size:12px}.step-cols{grid-template-columns:1fr;gap:13px;margin-top:23px}.step-cols h4{font-size:10px;margin-bottom:11px}.step-cols li{font-size:11px;margin-bottom:8px}.client-task{padding:13px 16px}.client-task p{font-size:11px}.step-deliverables span{font-size:8px}.step-gate{display:block}.step-gate p{margin-top:6px;font-size:10px}.step-evidence{font-size:8px;align-items:flex-start}.route-controls{margin-left:235px}
 #all-stages-content{grid-template-columns:repeat(2,minmax(0,1fr))}
 .map-owner{gap:15px;flex-wrap:wrap}.map-owner>a{margin-left:72px}.map-icon{width:47px;height:47px;font-size:28px}.map-owner h3{font-size:18px}.map-owner p{font-size:10px}.map-columns{gap:11px}.map-columns article{padding:16px}.map-columns h3{font-size:14px}.map-columns p{font-size:10px}.money-flows{gap:20px}.money-flows h3{font-size:14px}.money-flows p{font-size:10px}
 .preparation-grid{gap:31px}.prep-copy h2{font-size:33px}.prep-copy>p{font-size:12px}.prep-art{min-height:510px}.prep-art>img{width:128%;margin-left:-14%}.prep-chain h3{font-size:15px}.prep-chain article{gap:13px;padding-block:16px}.prep-chain p{font-size:10px}.hotspot{font-size:8px;gap:4px}.hotspot.h1{top:32%;left:5%}.hotspot.h2{right:3%;top:53%}.hotspot.h3{left:13%;bottom:26%}.prep-label{left:14px;right:14px;font-size:7px}
 .economics{grid-template-columns:1fr 1fr}.calc-form{padding:23px 21px}.calc-results{padding:26px 23px}.calc-form>h3{font-size:14px;gap:9px}.input-grid{gap:15px 10px}.input-grid label{font-size:8px}.input-grid input{font-size:13px;padding:10px}.range-field label{font-size:9px;gap:8px}.range-field output{font-size:12px}.result-capital>span{font-size:7px}.result-capital>strong{font-size:23px}.net-total{font-size:44px}.net-label{font-size:9px}.net-extra{gap:12px}.net-extra b{font-size:15px}.net-extra>span{font-size:7px}.waterfall{gap:17px}#calc-breakdown>div{font-size:9px;gap:10px}.calc-presets>span{display:none}
 .cockpit-preview{grid-template-columns:115px minmax(0,1fr)}.cockpit-preview aside{padding:18px 9px}.cockpit-preview aside>strong{font-size:34px;padding:4px 7px 25px}.cockpit-preview aside>span{font-size:8px;padding:10px 7px}.preview-main{padding:22px 17px 54px}.preview-stats{gap:8px}.preview-stats>div{padding:13px 10px}.preview-stats strong{font-size:18px}.preview-stats small{font-size:8px}.preview-stats span{font-size:7px}.preview-lower{grid-template-columns:1.4fr 1fr;gap:9px}.preview-lower>div{padding:15px 12px}.preview-task>span:last-child{display:none}.preview-row>b{font-size:7px}.preview-row>span{font-size:7px}.preview-task small{font-size:6px}.preview-chart>small{font-size:7px}.preview-chart p{font-size:6px}.donut{width:98px;height:98px}.donut::before{inset:10px}.donut strong{font-size:28px}
 .cockpit-features{gap:20px}.cockpit-features b{font-size:11px}.cockpit-features span{font-size:9px}
 .launch-heading{grid-template-columns:1.2fr .8fr;gap:25px}.launch-heading h2{font-size:37px}.launch-heading p{font-size:13px}.launch-heading .pill{font-size:6px}.launch-gates{gap:12px}.launch-gates article{padding:21px 17px}.launch-gates h3{font-size:21px}.launch-gates p{font-size:11px}.launch-gates small{font-size:8px;padding:9px 10px}.role-strip{gap:13px}.role-strip small{font-size:7px}.role-strip p{font-size:9px}
 .discussion-grid{gap:31px;grid-template-columns:1.1fr .9fr}.discussion-grid h2{font-size:35px}.discussion-grid>div>p{font-size:12px}.question-list summary{font-size:11px}.question-list p{font-size:11px}.meeting-card{padding:23px}.meeting-card h3{font-size:25px}.meeting-card .btn{font-size:9px;padding:14px 15px;gap:15px}
 .footer{gap:23px}.footer .logo{font-size:25px}.footer p{font-size:7px}.footer>a:last-child{font-size:9px}
}
@media(max-width:700px){
 html{scroll-padding-top:28px}.shell{padding-inline:22px}.header{height:75px;padding-inline:22px;gap:18px;justify-content:space-between}.header .logo{font-size:28px;gap:8px}.header .logo svg{width:27px;height:27px}.header nav{display:none}.header-login{margin-left:auto;font-size:9px;gap:12px;padding:9px 10px}.header-login span{font-size:16px}.menu-toggle{display:flex;flex-shrink:0;margin-right:-9px}
 .hero{padding-top:19px;border-radius:0 0 10px 10px}.hero-meta{font-size:7px;align-items:flex-start;gap:17px}.hero-meta>span:first-child{gap:5px;font-size:7px;letter-spacing:.025em}.hero-meta>span:last-child{font-size:6px;max-width:130px;text-align:right;line-height:1.65}.hero-meta i{width:4px;height:4px;margin-top:3px;align-self:flex-start}
 .hero-grid{display:flex;flex-direction:column;min-height:0;gap:6px;padding:34px 0 17px;align-items:stretch}.hero-copy{padding:0}.kicker{font-size:8px;margin-bottom:19px}.hero h1{font-size:clamp(50px,11.9vw,76px);line-height:1.05;letter-spacing:-.068em}.hero-copy>p{font-size:12px;max-width:405px;line-height:1.85;margin-top:22px}.hero-actions{gap:19px;margin-top:24px}.hero-actions .btn{font-size:11px;padding:14px 18px;min-height:50px;gap:21px}.hero-actions .text-link{font-size:10px;gap:12px}.hero-trust{margin-top:28px;gap:22px;font-size:8px}.hero-trust>span{padding-right:22px;gap:4px}.hero-trust b{font-size:20px}
 .hero-art{width:100%;aspect-ratio:1.2;min-height:280px;margin-top:22px;align-self:auto}.hero-art>img{width:94%;max-width:none;margin:-4% 0 -4% 3%;align-self:center}.art-grid{inset:8% 2% 4%;border-radius:50%}.art-grid::before{inset:20px}.art-grid::after{inset:40px}.orbit-label{font-size:6px;left:11px;top:2px}.tag-one{top:22px;right:4px;padding:10px 12px}.tag-two{left:0;bottom:26px;padding:10px 12px}.float-tag small{font-size:7px}.float-tag strong{font-size:9px}.tag-icon{width:25px;height:25px;font-size:18px}.live-dot{width:6px;height:6px;box-shadow:0 0 0 4px #e2f5d3}.art-caption{bottom:0;left:0;right:0;font-size:6px}.coordinate{display:none}
 .hero-strip{min-height:57px;font-size:7px;letter-spacing:.015em;gap:7px}.hero-strip b{font-size:16px}
 .section{padding-block:65px}.section-index{font-size:8px;margin-bottom:23px;gap:14px;align-items:flex-start}.section-index>span:last-child{font-size:6px;max-width:136px;line-height:1.8}
 .section-heading{display:block;margin-bottom:29px}.section-heading h2,.problem .section-heading h2{font-size:clamp(34px,8.2vw,48px);line-height:1.12;letter-spacing:-.05em}.section-heading>p{font-size:12px;max-width:400px;line-height:1.85;margin-top:21px}
 .problem .section-heading{margin-bottom:29px}.problem-grid{grid-template-columns:1fr;gap:12px}.problem-grid article{position:relative;padding:22px 22px 21px}.problem-no{font-size:9px;position:absolute;top:25px;right:22px}.problem-grid h3{font-size:22px;margin-top:0;padding-right:32px}.problem-grid p{font-size:12px;line-height:1.85;margin-top:14px;margin-bottom:21px;max-width:500px}.problem-grid article>strong{font-size:10px;padding-top:14px}.problem-grid strong span{font-size:19px}
 .entry-band{padding-block:53px 42px}.entry-grid{grid-template-columns:1fr;gap:28px}.entry-grid h2{font-size:38px;letter-spacing:-.05em}.entry-grid>div>p{font-size:12px;margin-top:19px;max-width:400px}.entry-options{gap:7px}.entry-options button{padding:16px 17px;min-height:61px;gap:14px}.entry-options button strong{font-size:12px}.entry-options button>span{font-size:9px}.entry-options button b{font-size:21px}.entry-result{grid-template-columns:1fr auto;gap:22px 14px;margin-top:28px;padding-top:23px}.entry-result>div:first-child{grid-column:1 / -1}.entry-result small{font-size:7px}.entry-result h3{font-size:19px;margin-top:6px}.entry-result p{font-size:11px;margin-top:10px}.mini-route{font-size:8px;gap:6px}.mini-route span{padding:4px 6px}.round-link{width:38px;height:38px;font-size:23px}
 .route-layout{grid-template-columns:1fr;gap:18px}.route-nav{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.route-nav button{display:block;text-align:left;padding:11px 8px;min-height:89px;border:1px solid #e3e7f1}.route-nav button>span{display:block;font-size:9px;margin-bottom:7px}.route-nav button>div{font-size:8px;line-height:1.5;letter-spacing:-.01em}.route-nav small,.route-nav button>b{display:none}.route-nav button[aria-selected=true]{border-color:var(--blue)}.step-panel{padding:24px 21px;min-height:0;border-radius:9px}.step-top{padding-bottom:20px;gap:14px}.step-eyebrow{font-size:9px;gap:9px}.step-top>span{font-size:9px}.step-body{padding-top:21px}.step-body h3,.step-top h3{font-size:28px;letter-spacing:-.04em}.step-body>p,.step-top h3+p{font-size:12px;line-height:1.85;margin-top:14px}.step-cols{grid-template-columns:1fr;gap:21px;margin-top:24px}.step-cols h4{font-size:10px;margin-bottom:13px}.step-cols li{font-size:12px;margin-bottom:10px}.client-task{padding:16px 18px}.client-task p{font-size:12px}.step-deliverables{margin-top:21px;gap:6px}.step-deliverables span{font-size:8px;padding:6px 8px}.step-gate{display:block;padding:16px 18px;margin-top:22px}.step-gate strong{font-size:9px;white-space:normal}.step-gate p{font-size:11px;margin-top:7px;line-height:1.8}.step-evidence{font-size:8px;align-items:flex-start;padding-top:13px;line-height:1.7}.route-controls{margin-left:0;margin-top:15px;font-size:9px}.arrow-button{width:37px;height:37px}.all-stages{margin-top:23px}.all-stages summary{font-size:11px;padding-block:17px}#all-stages-content{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}#all-stages-content article{padding:13px}#all-stages-content h3,#all-stages-content h4{font-size:12px}#all-stages-content p{font-size:10px}
 .model-section{padding-block:62px 47px}.service-map{padding:16px;border-radius:9px}.map-owner{gap:13px;padding:17px;flex-wrap:wrap;border-radius:6px}.map-icon{width:39px;height:39px;font-size:25px;border-radius:6px}.map-owner>div{flex:1;min-width:0}.map-owner small{font-size:7px}.map-owner h3{font-size:15px;line-height:1.35;letter-spacing:-.03em;margin:5px 0 7px}.map-owner p{font-size:9px;line-height:1.8}.map-owner>a{margin-left:52px;font-size:9px}.map-connect{padding:16px 0;gap:15px;justify-content:space-between;font-size:7px;line-height:1.7}.map-center{padding:20px 15px}.map-brand{font-size:28px}.map-brand>span{font-size:11px}.map-center>p{font-size:10px;max-width:270px;margin:10px auto 0}.map-capabilities{gap:6px;margin-top:15px}.map-capabilities span{font-size:7px;padding:4px 6px}.map-columns{grid-template-columns:1fr;gap:15px;padding-top:20px}.map-columns article{padding:18px}.map-columns article::before{height:15px;top:-16px}.map-columns article:first-child::before{height:20px;top:-21px}.map-columns small{font-size:7px}.map-columns h3{font-size:17px;margin-top:9px}.map-columns p{font-size:11px;margin-top:10px;line-height:1.8}.money-flows{grid-template-columns:1fr;gap:0;margin-top:26px}.money-flows>div{position:relative;padding:18px 0 18px 43px;border-bottom:1px solid #2d374c}.money-flows>div:last-child{border-bottom:0}.flow-num{position:absolute;left:0;top:18px;width:25px;height:25px;font-size:8px}.money-flows h3{font-size:16px;margin:0;line-height:1.5}.money-flows p{font-size:11px;line-height:1.8;margin-top:8px}.model-note{font-size:8px;margin-top:17px;padding-top:21px}
 .preparation-grid{grid-template-columns:1fr;gap:32px}.prep-art{min-height:0;aspect-ratio:1.03;border-radius:9px;order:2}.prep-art>img{width:102%;margin-left:-1%}.prep-copy h2{font-size:38px}.prep-copy>p{font-size:12px;margin-top:20px;max-width:450px}.prep-chain{margin-top:24px}.prep-chain article{gap:17px;padding-block:18px}.prep-chain h3{font-size:17px}.prep-chain p{font-size:12px;margin-top:9px}.prep-chain b{font-size:10px}.prep-copy>.text-link{font-size:11px;margin-top:5px}.prep-label{left:18px;bottom:16px;font-size:7px}.hotspot{font-size:8px}.hotspot.h1{left:10%;top:23%}.hotspot.h2{right:6%;top:54%}.hotspot.h3{left:18%;bottom:23%}
 .numbers-section{padding-block:62px 44px}.calc-presets{gap:7px;margin-bottom:18px}.calc-presets button{font-size:9px;padding:10px 11px;line-height:1.45}.calc-presets>span{display:block;margin:4px 0 0;max-width:100%;font-size:8px;flex-basis:100%}.economics{grid-template-columns:1fr;border-radius:9px}.calc-form{padding:25px 21px}.calc-form>h3{font-size:15px;gap:11px;margin-bottom:21px}.calc-form>h3:not(:first-child){padding-top:24px;margin-top:26px}.input-grid{gap:18px 13px}.input-grid label{font-size:9px}.input-grid input,.debt-details input{font-size:14px;padding:11px 10px;margin-top:7px}.range-field{margin-top:23px}.range-field label{font-size:10px;gap:10px}.range-field output{font-size:13px}.input-grid.compact{margin-top:24px}.debt-details summary{font-size:10px}.debt-details p{font-size:9px}.calc-results{padding:29px 24px}.result-capital{padding-bottom:23px}.result-capital>span{font-size:8px}.result-capital>strong{font-size:27px;margin-top:8px}.result-capital>small{font-size:9px}.net-label{font-size:10px;margin-top:25px}.net-total{font-size:58px;margin-top:10px}.net-extra{gap:20px;margin-top:20px}.net-extra b{font-size:18px}.net-extra>span{font-size:8px}.waterfall{height:116px;margin-top:28px;gap:25px;padding-inline:10px}.wf small{font-size:8px}#calc-breakdown>div{font-size:10px;padding-block:9px}.calc-warning{font-size:9px;margin-top:21px}.numbers-note{font-size:9px;line-height:1.85;margin-top:19px}
 .cockpit-preview{grid-template-columns:1fr;border-radius:9px;box-shadow:0 12px 34px #1a245d0b}.cockpit-preview aside{display:none}.preview-main{padding:21px 15px 54px}.preview-top{gap:10px;margin-bottom:20px}.preview-top small{font-size:6px;letter-spacing:.04em}.preview-top h3{font-size:18px;margin-top:7px}.preview-top h3>span{font-size:11px;margin-left:5px}.preview-demo{font-size:6px;padding:5px 6px}.preview-stats{gap:7px}.preview-stats>div{padding:13px 9px;gap:6px}.preview-stats small{font-size:7px;min-height:21px}.preview-stats strong{font-size:17px}.preview-stats span{font-size:6px;line-height:1.7}.preview-lower{grid-template-columns:1fr;gap:10px;margin-top:11px}.preview-lower>div{padding:18px 15px}.preview-row>b,.preview-row>span{font-size:7px}.project-track{margin-block:16px 5px}.preview-task{padding-block:13px;gap:8px}.preview-task strong{font-size:9px}.preview-task small{font-size:7px}.preview-task>span:last-child{font-size:6px;display:block}.preview-lower>.preview-chart{display:none}.preview-open{right:19px;bottom:13px;font-size:10px;gap:28px}.preview-open>b{font-size:22px}
 .cockpit-features{grid-template-columns:1fr;gap:16px;margin-top:22px}.cockpit-features a{padding-top:15px;gap:6px}.cockpit-features b{font-size:13px}.cockpit-features span{font-size:10px}
 .launch-section{padding-block:59px 43px}.launch-heading{grid-template-columns:1fr;gap:22px;margin-bottom:28px}.launch-heading h2{font-size:38px}.launch-heading p{font-size:13px;max-width:460px;margin-top:15px}.launch-heading .pill{font-size:7px}.launch-gates{grid-template-columns:1fr;gap:12px}.launch-gates article{padding:23px}.launch-gates article>span{font-size:8px}.launch-gates h3{font-size:26px;margin-top:20px}.launch-gates h3 br{display:none}.launch-gates p{font-size:12px;margin-top:15px;margin-bottom:19px;max-width:460px;line-height:1.8}.launch-gates small{font-size:9px;padding:10px 12px}
 .role-strip{grid-template-columns:1fr;gap:13px;margin-top:28px;padding-block:24px}.role-strip small{font-size:8px}.role-strip p{font-size:11px;margin-top:6px}.role-strip>span{font-size:21px;line-height:1}.launch-note{font-size:8px;line-height:1.8;margin-top:17px}
 .discussion-grid{grid-template-columns:1fr;gap:31px}.discussion-grid h2{font-size:38px}.discussion-grid>div>p{font-size:12px;line-height:1.85;margin-top:20px}.question-list{margin-top:24px}.question-list summary{font-size:12px;padding-block:18px}.question-list p{font-size:12px;padding-bottom:20px}.meeting-card{padding:25px;border-radius:9px}.meeting-card .pill{font-size:7px}.meeting-card h3{font-size:29px;margin-top:20px}.meeting-card label{font-size:10px;margin-top:23px}.meeting-card textarea{font-size:12px;min-height:164px}.meeting-card #notes-status{font-size:9px}.meeting-card .btn{font-size:11px;padding:14px 17px;min-height:50px;margin-top:19px}
 .final-cta{padding-block:60px 63px}.final-cta .shell>span{font-size:7px;letter-spacing:.07em;line-height:1.7}.final-cta h2{font-size:clamp(36px,8.5vw,50px);letter-spacing:-.055em;margin-top:23px;line-height:1.15}.final-cta .btn{font-size:11px;gap:19px;margin-top:27px}
 .footer{padding-block:31px;min-height:0;flex-wrap:wrap;gap:20px 25px}.footer .logo{font-size:28px}.footer>div{margin-left:0;order:3;flex-basis:100%}.footer p{font-size:7px;line-height:1.9}.footer>a:last-child{font-size:9px;margin-left:auto}
 dialog{width:calc(100% - 28px);padding:29px 23px;max-height:calc(100dvh - 28px);border-radius:12px}.close-dialog{right:12px;top:12px;width:30px;height:30px;font-size:22px}.wizard-header{padding-right:30px;gap:12px}.wizard-header .pill{font-size:7px}.wizard-header>span:last-child{font-size:9px}#brief-title{font-size:28px;margin-top:23px;margin-right:0}#brief-content>p{font-size:12px}.wizard-options{margin-top:20px;gap:8px}.wizard-options label{padding:15px 13px;font-size:12px;gap:11px}.wizard-options label small{font-size:10px}.wizard-field{font-size:11px}.wizard-field input,.wizard-field select,.wizard-field textarea{font-size:16px;padding:11px 12px}.wizard-hint{font-size:10px}.wizard-route{padding:17px;font-size:10px;gap:5px}.wizard-route span{padding:4px 7px}.wizard-result-meta{font-size:11px}.wizard-actions{gap:10px;margin-top:23px}.wizard-actions .btn{font-size:11px;padding:13px 17px;gap:16px;min-height:49px}.wizard-note{font-size:8px;line-height:1.75;margin-top:17px}.wizard-export{margin-top:20px}
}
@media(max-width:370px){
 .shell,.header{padding-inline:18px}.header{gap:11px}.header .logo{font-size:25px;gap:6px}.header .logo svg{width:24px;height:24px}.header .logo>span{font-size:19px}.header-login{font-size:8px;padding:8px;gap:8px}.hero h1{font-size:45px;letter-spacing:-.07em}.hero-copy>p{font-size:11px}.hero-actions{display:block}.hero-actions .btn{font-size:11px;min-height:48px}.hero-actions .text-link{display:flex;width:max-content;margin-top:8px;padding-block:9px}.hero-trust{gap:13px;margin-top:23px;font-size:7px}.hero-trust>span{padding-right:14px}.hero-trust b{font-size:18px}.hero-art{min-height:254px;margin-top:14px}.hero-meta>span:first-child{font-size:6px}.hero-meta>span:last-child{font-size:5px;max-width:110px}.tag-one{right:0;top:18px}.tag-two{left:0;bottom:23px}.float-tag{padding:8px 10px;gap:8px}.float-tag strong{font-size:8px}.float-tag small{font-size:6px}.hero-strip{font-size:6px;gap:4px}.hero-strip b{font-size:14px}.section-index{font-size:7px}.section-index>span:last-child{font-size:5px;max-width:110px}.section-heading h2,.problem .section-heading h2,.entry-grid h2,.prep-copy h2,.launch-heading h2,.discussion-grid h2{font-size:32px}.entry-options button{padding:14px;gap:11px}.entry-options button strong{font-size:10px}.step-panel{padding:21px 18px}.step-top h3,.step-body h3{font-size:25px}.route-nav{gap:4px}.route-nav button{padding:9px 6px;min-height:87px}.route-nav button>div{font-size:7px}.step-cols li,.client-task p{font-size:11px}.map-owner{padding:15px;gap:11px}.map-owner h3{font-size:14px}.map-icon{width:32px;height:32px;font-size:23px}.map-owner>a{margin-left:43px}.map-connect{font-size:6px;gap:10px}.map-capabilities span{font-size:6px;padding:4px 5px}.calc-form{padding:22px 17px}.calc-form>h3{font-size:13px}.input-grid{gap:15px 10px}.input-grid label{font-size:8px}.input-grid input{font-size:12px;padding:10px 8px}.range-field label{font-size:9px}.range-field output{font-size:12px}.calc-results{padding:26px 21px}.net-total{font-size:48px}.net-extra b{font-size:16px}.net-extra>span{font-size:7px}.result-capital>span{font-size:7px}.result-capital>strong{font-size:25px}.preview-main{padding:18px 12px 48px}.preview-stats{gap:5px}.preview-stats>div{padding:11px 7px}.preview-stats strong{font-size:14px}.preview-stats small{font-size:6px}.preview-stats span{font-size:5px}.preview-top h3{font-size:16px}.preview-demo{font-size:5px}.preview-task>span:last-child{display:none}.preview-lower>div{padding:16px 12px}.preview-task strong{font-size:8px}.preview-row>b,.preview-row>span{font-size:6px}.meeting-card{padding:22px}.meeting-card h3{font-size:27px}.meeting-card .btn{font-size:10px;gap:14px;padding:14px}.final-cta h2{font-size:32px}.final-cta .btn{font-size:10px;padding:15px 16px;gap:15px}.footer .logo{font-size:26px}.footer>a:last-child{font-size:8px}.wizard-options label{font-size:11px}.wizard-options label small{font-size:9px}.wizard-actions .btn{font-size:10px;gap:10px;padding:12px 14px}
}
@media print{
 html{scroll-behavior:auto}body{font-size:10px}.header,.hero-actions,.route-controls,.all-stages,.menu-toggle,.final-cta,.wizard-actions,.footer>a:last-child{display:none!important}.shell{max-width:none;padding-inline:15px}.section,.model-section,.entry-band,.numbers-section,.launch-section{padding-block:35px}.hero-grid{min-height:400px}.hero h1{font-size:52px}.hero-copy>p{font-size:11px}.hero-trust{margin-top:22px}.hero-art{min-height:300px}.section-heading h2,h2{font-size:32px}.section-heading>p{font-size:11px}.model-section,.entry-band,.calc-results{print-color-adjust:exact;-webkit-print-color-adjust:exact}.section-index{margin-bottom:18px}.section-heading{margin-bottom:25px}.route-layout{grid-template-columns:190px minmax(0,1fr)}.route-nav button{min-height:57px;font-size:9px}.step-panel{min-height:0}.cockpit-preview,.problem-grid,.service-map,.economics,.launch-gates,.meeting-card{break-inside:avoid}a{color:inherit}.preview-stats strong{font-size:18px}dialog{display:none}
}


/* Dynamic panels: match the actual application DOM. */
.step-top{display:block}.step-eyebrow{justify-content:space-between;gap:18px}.step-eyebrow>span:last-child{color:#929db3;font-size:9px;letter-spacing:.03em;text-align:right}.step-top h3{max-width:660px;margin-top:21px}.step-top>p{font-size:13px;color:var(--muted);line-height:1.85;margin-top:15px;max-width:700px}.step-body{padding-top:0}.step-cols{margin-top:26px}.client-task>strong{display:block;font-size:13px;line-height:1.55;letter-spacing:-.02em}.client-task p{margin-top:10px}.step-gate>span{display:grid;place-items:center;width:24px;height:24px;flex-shrink:0;background:var(--lime);color:var(--navy);border-radius:50%;font-size:12px;font-weight:800}.step-gate small{font-size:8px;letter-spacing:.055em;font-weight:800;color:var(--lime);line-height:1.6}.step-gate p{color:#d4dbea;font-size:11px;line-height:1.8;margin-top:7px}.step-evidence{justify-content:space-between;align-items:flex-start;gap:20px}.step-evidence>span{line-height:1.75;max-width:460px}.step-evidence>a{font-size:10px;line-height:1.7;font-weight:800;color:var(--blue);white-space:nowrap}
.cash-routes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:20px}.cash-route{padding:21px 23px;border:1px solid #344058;border-radius:7px;background:#1c2333}.cash-route small{font-size:8px;color:#8d9fc0;letter-spacing:.07em;font-weight:800}.cash-route p{font-size:12px;line-height:1.9;font-weight:700;color:#e1e8f7;margin-top:10px}.cash-route p b{color:var(--lime);padding-inline:3px}.cash-route>span{display:block;margin-top:10px;font-size:10px;color:#8192af;line-height:1.8}
ol.wizard-route{display:grid;list-style:none;counter-reset:route;gap:10px;padding:22px 24px;margin:24px 0}ol.wizard-route>li{display:flex;align-items:center;gap:11px;counter-increment:route;font-size:12px;line-height:1.6}ol.wizard-route>li::before{content:counter(route,decimal-leading-zero);font-size:9px;font-weight:800;color:var(--lime)}button.wizard-export{display:flex;width:100%;align-items:center;justify-content:center;min-height:50px;background:var(--blue);color:#fff;border:1px solid transparent;border-radius:7px;font-size:12px;font-weight:800;padding:14px 18px;cursor:pointer}.wizard-export:hover{background:var(--blue-dark)}
@media(max-width:1150px){.cash-route{padding:19px}.cash-route p{font-size:11px}.cash-route>span{font-size:9px}.step-top>p{font-size:12px}.step-evidence{gap:14px}.step-evidence>a{font-size:9px}}
@media(min-width:701px) and (max-width:900px){.step-top h3{font-size:27px;margin-top:18px}.step-top>p{font-size:11px}.step-eyebrow{font-size:8px;gap:10px}.step-eyebrow>span:last-child{font-size:7px}.step-cols{margin-top:22px}.client-task>strong{font-size:12px}.step-gate{display:flex;gap:12px}.step-gate>span{width:20px;height:20px;font-size:10px}.step-gate small{font-size:7px}.step-gate p{font-size:10px}.step-evidence{display:block}.step-evidence>a{display:block;margin-top:9px}.cash-routes{gap:11px}.cash-route{padding:16px}.cash-route small{font-size:7px}.cash-route p{font-size:10px}.cash-route>span{font-size:9px}}
@media(max-width:700px){.step-top h3{margin-top:20px}.step-top>p{font-size:12px;margin-top:14px}.step-eyebrow{font-size:8px;gap:12px}.step-eyebrow>span:last-child{font-size:7px;max-width:126px}.step-cols{margin-top:23px}.client-task>strong{font-size:12px}.step-gate{display:flex;gap:12px}.step-gate>span{width:22px;height:22px;font-size:11px}.step-gate small{font-size:7px}.step-gate p{font-size:11px}.step-evidence{display:block}.step-evidence>a{display:block;font-size:10px;margin-top:10px}.cash-routes{grid-template-columns:1fr;gap:10px;margin-top:15px}.cash-route{padding:19px}.cash-route small{font-size:7px}.cash-route p{font-size:12px}.cash-route>span{font-size:10px}ol.wizard-route{padding:19px;margin:20px 0;gap:10px}ol.wizard-route>li{font-size:11px}button.wizard-export{font-size:11px}}

/* Public Дом в деле wordmark and client questions. */
.logo>.brand-name{color:var(--ink);font-size:inherit;letter-spacing:inherit;margin-left:0}.logo>.brand-arrow{color:var(--blue)}
.header .logo{font-size:30px;gap:9px}.header nav{gap:25px}.map-brand{font-size:38px}.map-brand>span{font-size:14px}
.faq-grid{display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:86px;align-items:start}.faq-intro h2{font-size:clamp(36px,3.6vw,51px)}.faq-intro>p{font-size:14px;color:var(--muted);margin-top:23px;line-height:1.85;max-width:430px}.client-faq .question-list{margin-top:0}.client-faq .question-list summary{font-size:14px;padding-block:23px}.client-faq .question-list p{font-size:13px;line-height:1.85}.faq-aside{padding:28px;margin-top:31px;background:var(--paper);border:1px solid var(--line);border-radius:11px}.faq-aside .pill{font-size:8px;color:var(--blue);border-color:#becbfd}.faq-aside h3{font-size:26px;line-height:1.2;margin-top:20px}.faq-aside p{font-size:12px;color:var(--muted);line-height:1.8;margin-top:15px}.faq-aside .btn{font-size:11px;margin-top:22px}.faq-aside>small{display:block;font-size:9px;color:var(--muted);line-height:1.8;margin-top:16px}.final-cta .cta-note{font-size:11px;color:#d5deff;margin:20px auto 0;max-width:460px;line-height:1.8}.footer .logo{font-size:29px}
@media(max-width:1100px){.header .logo{font-size:25px;gap:7px}.header nav{gap:18px}.faq-grid{gap:46px}}
@media(max-width:900px){.header .logo{font-size:24px}.faq-grid{gap:30px}.faq-intro h2{font-size:35px}.faq-aside{padding:22px}.faq-aside h3{font-size:24px}.client-faq .question-list summary{font-size:12px}.client-faq .question-list p{font-size:12px}}
@media(max-width:700px){.header .logo{font-size:25px;gap:7px}.header .logo svg{width:24px;height:24px}.header .brand-arrow{display:none}.header-login{margin-left:auto}.faq-grid{grid-template-columns:1fr;gap:32px}.faq-intro h2{font-size:38px}.faq-intro>p{font-size:12px;margin-top:20px}.faq-aside{padding:24px;margin-top:24px}.faq-aside h3{font-size:27px}.client-faq .question-list summary{font-size:12px;padding-block:20px}.client-faq .question-list p{font-size:12px}.final-cta .cta-note{font-size:9px;max-width:290px}.map-brand{font-size:30px}.map-brand>span{font-size:11px}}
@media(max-width:420px){.header{gap:9px}.header .logo{font-size:22px;gap:6px}.header .logo svg{width:21px;height:21px}.header-login{font-size:8px;padding:8px;gap:7px}.header-login>span{display:none}.header .menu-toggle{margin-left:2px;flex-shrink:0}.faq-intro h2{font-size:32px}.faq-aside{padding:21px}.faq-aside h3{font-size:25px}.footer .logo{font-size:26px}.map-brand{font-size:28px}}
@media print{.faq-aside,.faq-grid .question-list{break-inside:avoid}.faq-grid{display:block}.faq-intro h2{font-size:28px}.faq-aside{display:none}.client-faq details{break-inside:avoid}.client-faq details p{display:block}}
