@font-face{font-family:Satoshi;font-style:normal;font-weight:400;font-display:swap;src:url(fonts/satoshi-400.woff2) format("woff2")}
@font-face{font-family:Satoshi;font-style:normal;font-weight:500;font-display:swap;src:url(fonts/satoshi-500.woff2) format("woff2")}
@font-face{font-family:Satoshi;font-style:normal;font-weight:700;font-display:swap;src:url(fonts/satoshi-700.woff2) format("woff2")}
@font-face{font-family:'Manrope Wordmark';font-weight:800;font-style:normal;font-display:swap;src:url(fonts/manrope-wordmark-800.woff2) format("woff2")}

:root{--brand:#1788FA;--ink:#142130;--ink-2:#3a4a5c;--body:#4b5968;--muted:#586878;--dim:#8a9bb0;--cap:#365b86;--blue:#285fea;--blue-dark:#174ac9;--blue-light:var(--blue-light);--blue-soft:#b9cdf5;--sky:#eef5fc;--sky-2:#f3f7fe;--plate:#e9f2fc;--line:#d9e2ea;--line-2:#e6edf6;--white:#fff;--bg:#f9fbfd;--green:#2f8a5f;--green-bg:#e8f5ee;--green-line:#bfe3cf;--red:#c4483f;--radius:24px;--ease:cubic-bezier(.16,1,.3,1)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:96px}
html,body{overflow-x:hidden}
body{margin:0;background:var(--bg);color:var(--ink);font-family:Satoshi,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.55}
body:has(dialog[open]){overflow:hidden}::selection{background:#c9dcff;color:#142130}
button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}
h1,h2,h3,h4,p{margin:0}
h1,h2{font-weight:500;letter-spacing:-.04em;line-height:1.07;text-wrap:balance}
h3{letter-spacing:-.025em;font-weight:500;line-height:1.25;text-wrap:balance}
p{color:var(--body)}
img{max-width:100%}
.wrap{width:min(1240px,calc(100% - 64px));margin-inline:auto}
.icon{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex:none}
.skip{position:fixed;top:-80px;left:24px;z-index:200;background:var(--blue);color:#fff;padding:12px 20px;border-radius:10px}
.skip:focus{top:16px}

/* header island */
.header-bar{position:sticky;top:12px;z-index:100;padding:0;margin-bottom:12px}
.header{height:64px;display:flex;justify-content:space-between;align-items:center;gap:24px;padding:0 10px 0 22px;border-radius:999px;background:rgba(255,255,255,.72);-webkit-backdrop-filter:saturate(1.4) blur(14px);backdrop-filter:saturate(1.4) blur(14px);border:1px solid rgba(255,255,255,.9);box-shadow:0 1px 0 rgba(20,33,48,.04),0 10px 30px rgba(26,64,103,.06);transition:box-shadow 200ms,background 200ms}
.header-bar.scrolled .header{background:rgba(255,255,255,.8);box-shadow:0 1px 0 rgba(20,33,48,.05),0 14px 40px rgba(26,64,103,.1)}
.nav{display:flex;gap:28px;font-size:14px;color:var(--body)}
.nav a:hover,.nav a[aria-current]{color:var(--ink)}
.header .button{min-height:43px;padding:10px 19px;font-size:13px;gap:12px}
.header .button .arrow{width:22px;height:22px}
.lockup{--lk:18px;display:inline-flex;align-items:center;line-height:1}
.lockup img{display:block;height:calc(var(--lk)*1.05);width:auto}

/* buttons */
.button{display:inline-flex;align-items:center;justify-content:center;gap:23px;border:0;border-radius:999px;padding:14px 21px 14px 25px;min-height:54px;background:var(--ink);color:#fff;font-weight:500;font-size:15px;line-height:1.2;white-space:nowrap;transition:background 180ms,transform 180ms}
.button:hover{background:#273f57}
.button:active{transform:translateY(1px)}
.button .arrow{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:var(--blue);flex:none}
.button .arrow .icon{width:17px;height:17px}
.button.secondary{background:#fff;color:var(--ink);border:1px solid var(--line)}
.button.secondary:hover{background:#f1f5fa}
.link-action{display:inline-flex;align-items:center;gap:10px;font-size:14px;padding:12px 0;border-bottom:1px solid var(--ink);white-space:nowrap}
.link-action .icon{width:16px;height:16px}
.eyebrow{font-size:14px;color:var(--ink);font-weight:500;letter-spacing:0;display:inline-flex;align-items:center;gap:9px;margin-bottom:22px}
.eyebrow::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--blue)}
.chip{display:inline-flex;align-items:center;gap:6px;background:var(--blue);color:#fff;border-radius:999px;padding:4px 10px;font-size:11.5px;font-weight:500;letter-spacing:.02em;flex:none;white-space:nowrap}
.chip.ghost{background:#fff;color:var(--blue);border:1px solid #c6d6f2}
.chip.green{background:#e4f3ea;color:var(--green)}
.tag{display:inline-flex;align-items:center;gap:7px;font-size:12px;color:var(--muted);white-space:nowrap}
.dot{width:7px;height:7px;border-radius:50%;background:var(--green);display:inline-block}
.dot.off{background:var(--dim)}.dot.run{background:var(--blue)}

/* section rhythm */
.sec{padding:104px 0}
.sec h2{font-size:clamp(36px,3.4vw,50px);max-width:640px}
.sec .lead{font-size:17px;line-height:1.7;max-width:520px;margin-top:22px}
.sec .lead+.lead{margin-top:14px}
.split{display:grid;grid-template-columns:1fr 1.2fr;gap:0 64px;align-items:start}
.split.even{grid-template-columns:1fr 1fr}
.split.rev{grid-template-columns:1.2fr 1fr}
.band{background:var(--sky)}

/* cards & plates */
.plate{background:var(--plate);border-radius:34px;padding:34px 30px 28px}
.card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px 24px}
.card h3{font-size:19px;margin-bottom:8px}
.card p{font-size:14px;line-height:1.65}
.num{font-size:12px;color:var(--blue);font-weight:500;letter-spacing:.06em;margin-bottom:12px;display:block}
.frag{background:#fff;border-radius:16px;padding:16px 18px;box-shadow:0 1px 0 rgba(20,33,48,.03),0 12px 28px rgba(26,64,103,.06)}
.frag-head{display:flex;justify-content:space-between;align-items:center;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--line);margin-bottom:12px;font-size:13px;font-weight:500}
.frag-row{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:9px 0;border-bottom:1px solid #eef2f6;font-size:13.5px}
.frag-row:last-child{border-bottom:0}
.frag-row .sub{display:block;font-size:12px;color:var(--muted);margin-top:2px}
.frag-row b{font-weight:500;color:var(--ink)}
.checks{list-style:none;margin:22px 0 0;padding:0;display:grid;gap:10px}
.checks li{display:flex;gap:12px;font-size:15px;color:var(--ink);line-height:1.5}
.checks li::before{content:"";width:18px;height:18px;border-radius:50%;flex:none;margin-top:2px;background:var(--blue) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 12 4 4 8-8'/%3E%3C/svg%3E") center/11px no-repeat}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.step-list{display:grid;gap:12px;margin-top:34px}
.step-list .card{display:grid;grid-template-columns:34px 1fr;gap:16px;align-items:start;padding:18px 22px}
.step-list .n{width:30px;height:30px;border-radius:50%;background:var(--sky);color:var(--blue);display:grid;place-items:center;font-size:13px;font-weight:500;margin-top:2px}
.step-list h3{font-size:17px;margin-bottom:4px}
.step-list p{font-size:14px}

/* FAQ */
.faq-list details{border-bottom:1px solid var(--line);padding:16px 0}
.faq-list summary{cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:25px;font-size:15px;font-weight:500}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary .icon{width:16px;height:16px;transition:transform 180ms}
.faq-list details[open] summary .icon{transform:rotate(45deg)}
.faq-list details p{font-size:14px;line-height:1.75;margin-top:14px;max-width:650px}

/* closing CTA — contrasting gradient echoing the hero scene */
.start{position:relative;isolation:isolate;overflow:hidden;color:#fff;background:#0b1322;border-radius:30px;padding:64px 64px;display:grid;grid-template-columns:1.18fr 1fr;gap:64px;align-items:center;margin:0 auto 72px;box-shadow:0 30px 60px -30px rgba(11,19,34,.6)}
.start::before{content:"";position:absolute;inset:0;z-index:-2;background:linear-gradient(135deg,#0b1322 0%,#132a55 48%,#1f4fd0 100%)}
.start::after{content:"";position:absolute;inset:-30%;z-index:-1;background:radial-gradient(38% 45% at 78% 28%,rgba(23,136,250,.55),rgba(23,136,250,0) 70%),radial-gradient(34% 40% at 18% 86%,rgba(40,95,234,.6),rgba(40,95,234,0) 70%),radial-gradient(22% 30% at 55% 60%,rgba(143,193,255,.22),rgba(143,193,255,0) 70%);animation:start-drift 14s ease-in-out infinite alternate;will-change:transform}
@keyframes start-drift{from{transform:translate(0,0) rotate(0deg)}to{transform:translate(4%,-3%) rotate(3deg)}}
.start h2{font-size:clamp(39px,3.7vw,54px);max-width:560px;color:#fff}
.start p{margin-top:21px;max-width:440px;font-size:16px;line-height:1.7;color:rgba(240,244,255,.8)}
.start-actions{margin-top:28px;display:flex;gap:16px;align-items:center;flex-wrap:wrap}
.start-note{font-size:13px;color:rgba(240,244,255,.65)}
.start .button{background:#fff;color:var(--ink)}
.start .button:hover{background:#e9f0ff}
.start-list{display:grid;gap:0}
.start-list>div{display:grid;grid-template-columns:30px 1fr;gap:14px;padding:18px 0;border-top:1px solid rgba(255,255,255,.14)}
.start-list>div:first-child{border-top:0}
.start-list .n{width:30px;height:30px;border-radius:50%;background:rgba(255,255,255,.14);color:var(--blue-light);display:grid;place-items:center;font-size:12px;font-weight:500}
.start-list h3{font-size:17px;margin-bottom:4px;color:#fff}
.start-list p{font-size:13.5px;margin:0;color:rgba(240,244,255,.72)}
@media(prefers-reduced-motion:reduce){.start::after{animation:none}}

/* footer */
.footer{display:flex;align-items:center;justify-content:space-between;gap:24px;border-top:1px solid var(--line);padding:27px 0 34px;font-size:12px;color:var(--muted)}
.footer-links{display:flex;gap:22px}
.footer-links a:hover{color:var(--ink)}

/* dialog + forms */
.dialog{overflow:auto;border:0;border-radius:24px;padding:0;width:min(540px,calc(100% - 32px));max-height:calc(100dvh - 32px);color:var(--ink);background:#fff;box-shadow:0 24px 70px rgba(18,35,54,.18)}
.dialog::backdrop{background:#12263888}
.dialog-inner{padding:31px}
.dialog-top{display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:12px;color:var(--muted);margin-bottom:8px}
.dialog h2{font-size:30px;letter-spacing:-.035em;max-width:380px}
.dialog-intro{font-size:14px;margin:14px 0 18px;line-height:1.6}
.close-button{border:0;background:#f1f5fa;width:36px;height:36px;border-radius:50%;display:grid;place-items:center;color:var(--ink)}
.close-button .icon{width:16px;height:16px}
.field{margin:13px 0}
.field label{display:block;font-size:13px;font-weight:500;margin-bottom:6px}
.field label span{color:var(--muted);font-weight:400}
.field input,.field select,.field textarea{width:100%;padding:12px 14px;border:1px solid #b7c5d3;border-radius:10px;color:var(--ink);background:#fff;font-size:15px;line-height:1.4}
.field textarea{min-height:120px;resize:vertical}
.field select{-webkit-appearance:none;appearance:none;height:48px;box-sizing:border-box;line-height:1.4;padding-right:40px;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23142130' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") right 14px center/16px no-repeat;cursor:pointer}
.field select:invalid,.field select option[value=""]{color:#657587}
.field input{height:48px;box-sizing:border-box}
.field input::placeholder,.field textarea::placeholder{color:#657587}
.field input:focus,.field select:focus,.field textarea:focus{outline:2px solid var(--blue);outline-offset:0;border-color:var(--blue)}
.field [aria-invalid="true"]{border-color:var(--red)}
.field-row{display:grid;grid-template-columns:1fr 1fr;gap:0 14px}
.error-message{font-size:12px;color:var(--red);margin-top:6px}
.form-note{font-size:12px;color:var(--muted);margin-top:15px}
.dialog .button{width:100%;margin-top:10px}
.form-success{padding:15px 0}
.form-success p{font-size:15px;margin:20px 0;line-height:1.7}
.form-success .cal{border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff}
.form-success .cal iframe{display:block;width:100%;height:1560px;border:0}
.dialog.wide{width:min(960px,calc(100% - 32px))}.dialog.wide .form-success .cal iframe{height:1060px}.dialog.wide h2{max-width:none}
@media(max-width:1000px){.dialog.wide .form-success .cal iframe{height:1560px}}
.form-success .cal-foot{display:flex;justify-content:space-between;gap:12px;font-size:12px;color:var(--muted);margin:12px 0 0;line-height:1.5}
.form-success .cal-foot a{color:var(--blue);font-weight:500;white-space:nowrap}
.success-mark{width:44px;height:44px;border-radius:50%;background:var(--sky);color:var(--blue);display:grid;place-items:center;margin-bottom:18px}
.hp{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}
.file{position:relative}.file input[type=file]{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer;padding:0;border:0}
.file-box{display:flex;align-items:center;gap:12px;min-height:48px;padding:6px 6px 6px 14px;border:1px dashed #b7c5d3;border-radius:10px;background:#fff;font-size:15px;color:#657587;cursor:pointer}
.file-box .file-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-box .file-name.set{color:var(--ink)}
.file-btn{flex:none;order:2;height:34px;padding:0 14px;display:inline-flex;align-items:center;border-radius:8px;background:var(--sky);color:var(--blue);font-size:13px;font-weight:500}
.file input:focus-visible+.file-box{outline:2px solid var(--blue);outline-offset:0;border-color:var(--blue)}
.file input[aria-invalid="true"]+.file-box{border-color:var(--red)}

/* reveal on view */
.rv{opacity:0;transform:translateY(14px);transition:opacity 700ms var(--ease),transform 700ms var(--ease)}
.rv.in{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.rv{opacity:1;transform:none;transition:none}}

@media(max-width:1150px){.nav{gap:18px}}
@media(max-width:1000px){.nav{display:none}}
@media(max-width:900px){.wrap{width:calc(100% - 40px)}.header{height:60px}.sec{padding:72px 0}.split,.split.even,.split.rev{grid-template-columns:1fr;gap:36px 0}.grid-3,.grid-4{grid-template-columns:1fr 1fr}.start{grid-template-columns:1fr;padding:36px 28px;gap:32px;border-radius:25px;margin-bottom:49px}.footer{flex-wrap:wrap;gap:20px}}
@media(max-width:600px){.footer-links a{display:inline-block;padding:10px 0}.footer{gap:12px 20px;padding:24px 0 32px}.wrap{width:calc(100% - 32px)}.grid-3,.grid-4{grid-template-columns:1fr}.field-row{grid-template-columns:1fr}.dialog-inner{padding:25px}.plate{padding:22px 16px 18px;border-radius:24px}}
