:root{--bg:#070b14;--bg-soft:#0d1324;--panel:#ffffff13;--panel-strong:#ffffff1f;--text:#f8fbff;--muted:#a7b2c6;--line:#ffffff1f;--accent:#7cf7d4;--accent-2:#89a8ff;--warm:#ffc875;--shadow:0 24px 120px #0000006b;color:var(--text);background:var(--bg);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);min-width:320px;margin:0}a{color:inherit;text-decoration:none}button,input{font:inherit}.site-shell{background:radial-gradient(circle at 12% 0,#7cf7d42e,#0000 34rem),radial-gradient(circle at 88% 12%,#89a8ff38,#0000 34rem),linear-gradient(#070b14 0%,#090d18 48%,#0b1020 100%);min-height:100vh;position:relative;overflow:hidden}.site-shell:before{content:"";pointer-events:none;background-image:linear-gradient(#ffffff09 1px,#0000 1px),linear-gradient(90deg,#ffffff09 1px,#0000 1px);background-size:56px 56px;position:fixed;inset:0;-webkit-mask-image:linear-gradient(#000,#0000 82%);mask-image:linear-gradient(#000,#0000 82%)}.orb{filter:blur(18px);opacity:.75;pointer-events:none;border-radius:999px;position:absolute}.orb-one{background:#7cf7d424;width:320px;height:320px;animation:10s ease-in-out infinite alternate drift;top:16%;right:8%}.orb-two{background:#89a8ff1f;width:260px;height:260px;animation:12s ease-in-out infinite alternate-reverse drift;top:52%;left:6%}@keyframes drift{to{transform:translate(24px,-18px)scale(1.06)}}.nav,.hero,.section,.footer{z-index:1;width:min(1160px,100% - 40px);margin:0 auto;position:relative}.nav{justify-content:space-between;align-items:center;gap:24px;min-height:74px;display:flex}.brand{letter-spacing:-.02em;align-items:center;gap:12px;font-weight:760;display:inline-flex}.brand-mark{color:#07120f;background:linear-gradient(135deg, var(--accent), var(--warm));border-radius:14px;place-items:center;width:40px;height:40px;font-size:13px;display:grid;box-shadow:0 12px 40px #7cf7d42e}.nav nav{border:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffff0b;border-radius:999px;align-items:center;gap:8px;padding:6px;display:flex}.nav nav a{color:var(--muted);border-radius:999px;padding:8px 14px;font-size:14px;transition:all .2s}.nav nav a:hover{color:var(--text);background:#ffffff14}.hero{grid-template-columns:minmax(0,1.02fr) minmax(360px,.98fr);align-items:center;gap:54px;min-height:calc(100vh - 74px);padding:56px 0 88px;display:grid}.hero-copy{max-width:680px}.eyebrow{color:var(--accent);letter-spacing:.13em;text-transform:uppercase;align-items:center;gap:8px;margin:0 0 18px;font-size:13px;font-weight:800;display:inline-flex}.text-only{display:block}h1,h2,h3,p{margin-top:0}h1{letter-spacing:-.075em;margin-bottom:24px;font-size:clamp(48px,7vw,88px);line-height:.92}h2{letter-spacing:-.055em;margin-bottom:18px;font-size:clamp(34px,4.4vw,58px);line-height:.98}h3{letter-spacing:-.035em;margin-bottom:12px;font-size:22px}.lead{color:var(--muted);max-width:640px;margin-bottom:30px;font-size:clamp(18px,2vw,22px);line-height:1.55}.lead strong{color:#e8fff8;font-weight:720}.hero-actions{flex-wrap:wrap;gap:12px;margin-bottom:22px;display:flex}.button{border-radius:999px;justify-content:center;align-items:center;gap:9px;min-height:48px;padding:0 18px;font-weight:760;transition:transform .18s,background .18s,border-color .18s;display:inline-flex}.button:hover{transform:translateY(-2px)}.primary{color:#07120f;background:linear-gradient(135deg, var(--accent), #d7ffe4);box-shadow:0 18px 50px #7cf7d43d}.ghost{border:1px solid var(--line);color:var(--text);background:#ffffff0e}.trust-row{flex-wrap:wrap;gap:8px;display:flex}.pill{border:1px solid var(--line);color:#d9e4f8;background:#ffffff0b;border-radius:999px;align-items:center;min-height:34px;padding:0 12px;font-size:13px;display:inline-flex}.console-card{border:1px solid var(--line);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);box-shadow:var(--shadow);background:linear-gradient(#ffffff1f,#ffffff0e);border-radius:32px;padding:18px;overflow:hidden}.console-topbar{height:42px;color:var(--muted);border-bottom:1px solid var(--line);background:#0000002e;justify-content:space-between;align-items:center;margin:-18px -18px 18px;padding:0 18px;font-size:13px;display:flex}.traffic{gap:7px;display:flex}.traffic span{background:#ffffff38;border-radius:50%;width:10px;height:10px}.traffic span:first-child{background:#ff6b6b}.traffic span:nth-child(2){background:#ffc875}.traffic span:nth-child(3){background:#7cf7d4}.assistant-box{background:#0003;border:1px solid #ffffff17;border-radius:24px;align-items:flex-start;gap:14px;padding:18px;display:flex}.assistant-avatar,.icon-wrap{width:46px;height:46px;color:var(--accent);background:#7cf7d421;border-radius:16px;flex:none;place-items:center;display:grid}.small-label{color:var(--accent);text-transform:uppercase;letter-spacing:.12em;margin-bottom:7px;font-size:12px;font-weight:800}.assistant-box h2{letter-spacing:-.045em;margin:0;font-size:clamp(26px,3vw,36px);line-height:1.05}.prompt-input{color:#dfe8f8;background:#ffffff17;border:1px solid #ffffff21;border-radius:20px;align-items:center;gap:12px;min-height:58px;margin-top:14px;padding:12px 12px 12px 16px;display:flex}.prompt-input span{color:var(--muted);flex:1;font-size:14px}.prompt-input button{color:#07120f;background:var(--accent);cursor:pointer;border:0;border-radius:50%;place-items:center;width:36px;height:36px;display:grid}.prompt-grid{grid-template-columns:1fr 1fr;gap:8px;margin:14px 0;display:grid}.prompt-chip{color:#dbe5f6;text-align:left;background:#ffffff0e;border:1px solid #ffffff1c;border-radius:999px;padding:9px 11px;font-size:12px}.flow-list{gap:10px;display:grid}.flow-step{background:#070b1494;border:1px solid #ffffff14;border-radius:18px;grid-template-columns:42px 1fr;align-items:start;gap:12px;padding:13px;display:grid}.flow-step>span{color:var(--warm);letter-spacing:.12em;font-size:12px;font-weight:900}.flow-step strong{margin-bottom:2px;display:block}.flow-step p{color:var(--muted);margin:0;font-size:13px}.section{padding:90px 0}.stats{grid-template-columns:repeat(3,1fr);gap:12px;padding-top:8px;display:grid}.stats div,.service-card,.contact-card{border:1px solid var(--line);background:var(--panel);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:24px;box-shadow:0 16px 60px #0000002e}.stats div{gap:6px;padding:20px;display:grid}.stats strong{font-size:18px}.stats span,.muted,.service-card p{color:var(--muted)}.section-heading{justify-content:space-between;align-items:end;gap:36px;margin-bottom:24px;display:flex}.section-heading h2{max-width:760px}.service-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.service-card{min-height:250px;padding:26px}.service-card p{margin-bottom:0;line-height:1.65}.process{grid-template-columns:.9fr 1.1fr;align-items:start;gap:44px;display:grid}.process-list{gap:12px;display:grid}.process-item{border:1px solid var(--line);background:#ffffff0e;border-radius:22px;grid-template-columns:54px 1fr;align-items:center;gap:16px;padding:18px;display:grid}.process-item span{color:#07120f;background:var(--warm);border-radius:13px;place-items:center;width:38px;height:38px;font-weight:900;display:grid}.process-item p{color:#d9e4f8;margin:0}.contact-card{grid-template-columns:1fr .9fr;gap:28px;padding:34px;display:grid}.contact-panel{gap:12px;display:grid}.contact-panel div,.contact-panel a{color:#dce8f8;background:#0000002e;border-radius:16px;align-items:center;gap:12px;min-height:48px;padding:12px 14px;display:flex}.contact-panel svg{color:var(--accent)}.footer{border-top:1px solid var(--line);color:var(--muted);justify-content:space-between;padding:28px 0 38px;font-size:14px;display:flex}.footer div{gap:18px;display:flex}.footer a:hover{color:var(--text)}@media (width<=900px){.nav nav{display:none}.hero,.process,.contact-card{grid-template-columns:1fr}.hero{gap:34px;min-height:auto;padding-top:44px}.stats,.service-grid{grid-template-columns:1fr}.section{padding:62px 0}.section-heading{display:block}.console-card{border-radius:24px}}@media (width<=560px){.nav,.hero,.section,.footer{width:min(100% - 28px,1160px)}h1{font-size:44px}.prompt-grid{grid-template-columns:1fr}.footer{flex-direction:column;gap:12px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
