:root{--ink:#111827;--muted:#93a0b2;--orange:#ff9e0b;--orange2:#ffbd3e;--bg:#0a1020;--line:rgba(255,255,255,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:#f4f6fa;font-family:'Noto Sans SC','DM Sans',sans-serif;overflow-x:hidden}.noise{position:fixed;inset:0;pointer-events:none;opacity:.04;z-index:10;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E")}.container{max-width:1180px;margin:auto;padding:0 32px}.nav-wrap{position:relative;z-index:5;border-bottom:1px solid var(--line)}.nav{height:86px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px;color:#fff;text-decoration:none;font-weight:800;letter-spacing:.22em;font-size:15px}.brand-mark{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:var(--orange);color:#111;font:900 22px/1 'DM Sans';letter-spacing:0}.nav-links{display:flex;gap:42px;margin-left:auto;margin-right:54px}.nav-links a,.footer a{color:#aab3c0;text-decoration:none;font-size:13px}.nav-links a:hover,.footer a:hover{color:#fff}.nav-cta{color:#fff;text-decoration:none;border:1px solid #455063;border-radius:999px;padding:12px 18px;font-size:13px}.nav-cta span,.btn span{color:var(--orange);margin-left:9px}.menu-btn{display:none;background:none;color:#fff;border:0;font-size:24px}.hero{min-height:690px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:20px;padding-top:50px}.eyebrow{font:600 11px 'DM Sans';letter-spacing:.18em;color:var(--orange);margin-bottom:22px}.pulse{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 5px rgba(255,158,11,.15);margin-right:10px}.hero h1,h2{font-size:clamp(46px,5vw,74px);line-height:1.1;letter-spacing:-.055em;margin:0;font-weight:900}.hero h1 em,h2 em{font-style:normal;color:var(--orange)}.hero-sub{color:#aeb7c4;line-height:1.9;max-width:470px;margin:28px 0 34px;font-size:15px}.hero-actions{display:flex;align-items:center;gap:28px}.btn{display:inline-flex;align-items:center;text-decoration:none;border-radius:999px;padding:16px 25px;font-size:14px;font-weight:700}.btn-primary{background:var(--orange);color:#141923;box-shadow:0 14px 30px rgba(255,158,11,.16)}.text-link{color:#f5f7fb;text-decoration:none;font-size:13px}.text-link span{color:var(--orange);font-size:18px;margin-left:8px}.hero-meta{display:flex;align-items:center;gap:18px;margin-top:64px;color:#8390a2;font-size:12px}.hero-meta strong{color:#e7ebf2;font-size:19px;margin:0 3px}.hero-meta i{height:16px;border-left:1px solid #3d4757}.hero-visual{height:600px;position:relative;display:flex;align-items:center;justify-content:center}.hero-grid{position:absolute;width:560px;height:560px;background:linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px);background-size:42px 42px;mask-image:radial-gradient(circle,black 0%,transparent 68%);transform:perspective(500px) rotateX(55deg) rotateZ(20deg);opacity:.45}.orb{position:absolute;border-radius:50%;filter:blur(1px)}.orb-a{width:350px;height:350px;background:radial-gradient(circle at 30% 30%,#ffc75e,#f05a28 45%,transparent 70%);opacity:.2;top:70px;right:20px}.orb-b{width:200px;height:200px;background:#ff9e0b;opacity:.12;bottom:40px;left:55px;filter:blur(40px)}.phone{position:absolute;border:7px solid #202a3b;border-radius:32px;background:#f4f5f6;box-shadow:0 25px 70px rgba(0,0,0,.45);overflow:hidden}.phone img{display:block;width:100%;height:100%;object-fit:cover}.phone-front{width:220px;height:460px;right:115px;top:74px;transform:rotate(5deg);z-index:2}.phone-back{width:200px;height:414px;left:95px;top:138px;transform:rotate(-8deg);opacity:.7}.float-card{position:absolute;z-index:3;background:rgba(28,37,53,.9);border:1px solid #39475c;border-radius:13px;display:flex;gap:12px;align-items:center;padding:13px 16px;box-shadow:0 12px 30px #050812}.float-card b,.float-card small{display:block}.float-card b{font-size:12px}.float-card small{font-size:10px;color:#8d99aa;margin-top:4px}.card-top{top:108px;left:12px}.card-bottom{bottom:98px;right:35px}.icon{width:30px;height:30px;border-radius:9px;background:#ff9e0b;color:#111;display:grid;place-items:center}.progress-ring{width:38px;height:38px;border-radius:50%;border:3px solid var(--orange);display:grid;place-items:center;font:700 11px 'DM Sans'}.progress-ring small{font-size:8px;display:inline}.ticker{border-top:1px solid var(--line);border-bottom:1px solid var(--line);overflow:hidden;color:#606b7d;font:700 12px 'DM Sans';letter-spacing:.25em;padding:18px 0}.ticker-track{white-space:nowrap;display:flex;gap:70px;animation:marquee 25s linear infinite}.ticker-track span{display:inline-block;min-width:530px}@keyframes marquee{to{transform:translateX(-600px)}}.section{padding-top:140px;padding-bottom:140px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:50px;margin-bottom:58px}.section-head h2{font-size:clamp(39px,4vw,58px)}.section-head>p{max-width:330px;color:#8f9bac;line-height:1.8;font-size:13px;margin:0 0 5px}.feature-grid{display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:14px}.feature{position:relative;min-height:330px;padding:34px 32px;border:1px solid var(--line);border-radius:18px;background:#111a2a;overflow:hidden}.feature-main{background:linear-gradient(145deg,#172238,#101827)}.feature-no{font:700 11px 'DM Sans';color:#657186;letter-spacing:.12em}.feature-icon{font-size:33px;color:#7dd3fc;margin:35px 0 20px}.feature-icon.orange{color:var(--orange)}.feature-icon.purple{color:#ba9cff}.feature h3{font-size:19px;margin:0 0 13px}.feature p{color:#8e9bad;line-height:1.8;font-size:13px;max-width:290px}.feature a{color:var(--orange);font-size:12px;text-decoration:none;position:absolute;bottom:29px}.feature a span{font-size:18px;margin-left:6px}.mini-lines{position:absolute;bottom:0;right:0;width:160px;height:110px;display:flex;align-items:flex-end;gap:7px;padding:0 25px}.mini-lines span{width:18px;background:var(--orange);opacity:.25;border-radius:5px 5px 0 0}.mini-lines span:nth-child(1){height:25%}.mini-lines span:nth-child(2){height:53%}.mini-lines span:nth-child(3){height:78%}.mini-lines span:nth-child(4){height:100%}.dots{color:var(--orange);opacity:.65;font-size:10px;letter-spacing:5px;margin-top:45px}.chart{height:70px;display:flex;align-items:flex-end;gap:7px;margin-top:32px}.chart i{display:block;flex:1;background:linear-gradient(#a98aff,#7050e8);border-radius:4px 4px 0 0;opacity:.8}.screens-section{background:#f5f7fa;color:#111827;padding:140px 0}.screens-section .eyebrow{color:#8c661e}.screens-head p{color:#667286}.screen-showcase{background:#e8edf4;border-radius:24px;padding:10px;box-shadow:inset 0 0 0 1px #dde2ea}.screen-nav{display:flex;gap:4px;padding:4px;overflow:auto}.screen-nav button{white-space:nowrap;border:0;background:transparent;padding:13px 18px;border-radius:999px;color:#7b8798;font:500 12px 'Noto Sans SC';cursor:pointer}.screen-nav button.active{background:#fff;color:#111827;box-shadow:0 2px 8px rgba(21,31,47,.1)}.screen-content{display:grid;grid-template-columns:1fr 1.25fr;align-items:center;padding:52px 48px 44px;gap:30px}.screen-copy{padding-bottom:20px}.screen-index{font:700 12px 'DM Sans';color:var(--orange)}.screen-copy h3{font-size:36px;letter-spacing:-.04em;margin:17px 0}.screen-copy p{color:#69778a;font-size:14px;line-height:1.9;max-width:380px}.screen-tags{display:flex;gap:8px;flex-wrap:wrap;margin:28px 0 32px}.screen-tags span{font-size:11px;background:#fff;padding:8px 12px;border-radius:999px;color:#59667a}.screen-image{height:425px;position:relative;display:flex;justify-content:center;align-items:center}.screen-image img{height:100%;max-width:100%;object-fit:contain;position:relative;z-index:1;filter:drop-shadow(20px 25px 30px rgba(43,52,65,.18));transition:opacity .2s}.image-glow{position:absolute;width:240px;height:240px;background:#ffb42d;filter:blur(80px);opacity:.18}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line)}.process-item{padding:28px 24px 18px 0;border-right:1px solid var(--line);margin-right:24px}.process-item:last-child{border:0}.process-item span{font:700 11px 'DM Sans';color:var(--orange)}.process-item h3{font-size:19px;margin:38px 0 10px}.process-item p{color:#8f9bac;font-size:13px;line-height:1.8;margin:0;max-width:200px}.contact-section{padding:115px 0;background:linear-gradient(120deg,#ff9e0b,#f3c150);color:#111827;position:relative;overflow:hidden}.contact-section:after{content:'L';position:absolute;right:8%;top:-70px;font:900 370px 'DM Sans';color:rgba(255,255,255,.1)}.contact-inner{display:flex;align-items:flex-end;justify-content:space-between;position:relative;z-index:1}.contact-section .eyebrow{color:#6c4600}.contact-section h2{font-size:clamp(40px,4.5vw,64px)}.contact-section h2 em{color:#fff}.contact-right{display:flex;flex-direction:column;align-items:flex-start;gap:14px}.contact-right p{max-width:270px;line-height:1.7;font-size:13px}.btn-light{background:#111827;color:#fff}.btn-light span{color:var(--orange)}.contact-right small{font:12px 'DM Sans';opacity:.65}.footer{height:95px;display:flex;align-items:center;justify-content:space-between;color:#697589;font-size:11px}.footer .brand{font-size:13px}.footer .brand-mark{width:26px;height:26px;font-size:18px}
@media(max-width:800px){.container{padding:0 20px}.nav{height:72px}.nav-links,.nav-cta{display:none}.menu-btn{display:block}.hero{grid-template-columns:1fr;padding-top:65px;min-height:auto}.hero h1{font-size:52px}.hero-visual{height:530px;margin-top:20px}.phone-front{right:17%;width:190px;height:400px}.phone-back{left:13%;width:175px;height:365px}.card-top{left:0;top:55px}.card-bottom{right:0;bottom:50px}.section{padding-top:90px;padding-bottom:90px}.section-head{display:block;margin-bottom:38px}.section-head>p{margin-top:22px}.feature-grid{grid-template-columns:1fr}.feature{min-height:280px}.screens-section{padding:90px 0}.screen-content{grid-template-columns:1fr;padding:35px 20px}.screen-copy h3{font-size:29px}.screen-image{height:380px}.process-grid{grid-template-columns:1fr 1fr}.process-item{margin-bottom:22px}.contact-inner{display:block}.contact-right{margin-top:38px}.footer{height:120px;flex-wrap:wrap;gap:14px;padding-top:25px;padding-bottom:25px}.footer>span{order:3;width:100%}}
 .capability-board{position:relative;z-index:1;width:min(100%,470px);min-height:340px;padding:25px 26px;border-radius:18px;background:linear-gradient(145deg,#172238,#101827);color:#f5f7fa;box-shadow:18px 25px 45px rgba(27,39,59,.23);border:1px solid rgba(255,255,255,.12)}.board-top{display:grid;grid-template-columns:1fr auto;align-items:end;gap:8px;border-bottom:1px solid rgba(255,255,255,.12);padding-bottom:20px}.board-kicker{grid-column:1/-1;font:700 10px 'DM Sans';letter-spacing:.16em;color:var(--orange)}.board-top b{font-size:23px;letter-spacing:-.04em}.board-metric{font-size:11px;color:#a2afc0}.board-metric strong{color:var(--orange);font-size:16px;margin-left:5px}.board-list{padding:13px 0 9px}.board-item{display:grid;grid-template-columns:28px 1fr 18px;align-items:center;gap:10px;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.08)}.board-item:last-child{border:0}.board-item span{font:700 10px 'DM Sans';color:#66758c}.board-item b{font-size:13px;font-weight:500}.board-item i{font-style:normal;color:var(--orange);font-size:19px}.board-foot{display:flex;justify-content:space-between;padding-top:14px;color:#8290a5;font-size:10px}.board-dots{color:var(--orange);letter-spacing:3px;font-size:9px}
 @media(max-width:800px){.capability-board{min-height:320px;padding:21px 20px}.board-top b{font-size:20px}.board-item{padding:11px 0}.board-item b{font-size:12px}}
.brand{letter-spacing:.04em;white-space:nowrap}.brand-logo{width:34px;height:34px;object-fit:contain;border-radius:8px}.footer .brand{font-size:12px}.footer .brand-logo{width:28px;height:28px}
.footer .icp-link{white-space:nowrap}
.hero-eyebrow{font-size:15px}
.contact-right p{font-size:18px;font-weight:700;line-height:1.75;color:#111827}
.contact-right small{font-size:20px;font-weight:800;line-height:1.35;color:#111827;opacity:1}
.contact-note{max-width:330px;margin-top:4px;font-size:13px;line-height:1.7;color:#5d3e00}
.float-card{width:188px;min-height:58px}
.float-card>div{min-width:0}
.float-card b,.float-card small{white-space:nowrap}
.progress-ring{flex:0 0 34px;width:34px;height:34px;border:0;border-radius:50%;display:grid;place-items:center;background:radial-gradient(farthest-side,#1c2535 62%,transparent 64%),conic-gradient(var(--orange) 0 86%,rgba(255,255,255,.18) 86% 100%);color:#fff;font:800 10px/1 'DM Sans';white-space:nowrap}
.progress-ring small{display:inline;font-size:9px;margin-left:1px}
.back-top{position:fixed;right:28px;bottom:28px;z-index:20;width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#ff9e0b;color:#111827;text-decoration:none;font-size:24px;font-weight:900;box-shadow:0 16px 34px rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.35)}
.back-top:hover{transform:translateY(-2px);background:#ffbd3e;color:#111827}
@media(max-width:800px){.brand{font-size:12px;letter-spacing:0}.brand-logo{width:30px;height:30px}.footer .brand{font-size:11px}.nav{gap:8px}}
.screens-section .text-link{color:#182235}.screens-section .text-link:hover{color:#0b1220}.screens-section .text-link span{color:#e38a00}.screens-section .screen-copy p{color:#4f5d70}.screens-section .screen-index{color:#d77d00}.screens-section .screen-nav button{color:#566477}.screens-section .screen-nav button.active{color:#182235}.screens-section .section-head>p{color:#536175}
@media(max-width:800px){.nav-links.open{display:flex;position:absolute;left:20px;right:20px;top:64px;margin:0;padding:14px 18px;background:#141e30;border:1px solid var(--line);border-radius:14px;flex-direction:column;gap:14px;z-index:20}.nav-links.open a{font-size:13px}}
