:root{--bg:#f7f8fa;--ink:#07111f;--muted:#667085;--line:#dfe4ea;--blue:#1769ff;--cyan:#35c9ff;--dark:#07111f;--white:#fff;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,Arial,sans-serif;line-height:1.55}a{text-decoration:none;color:inherit}.container{width:min(calc(100% - 48px),var(--max));margin:auto}.nav-wrap{position:fixed;z-index:20;top:0;left:0;right:0;background:rgba(247,248,250,.78);backdrop-filter:blur(18px);border-bottom:1px solid rgba(0,0,0,.06)}.nav{height:74px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px;font-family:Manrope;font-weight:800;font-size:19px;letter-spacing:-.7px}.brand>span:last-child>span{font-weight:500}.brand-mark{display:flex;gap:2px;align-items:end;height:21px}.brand-mark span{width:5px;border-radius:4px;background:var(--ink)}.brand-mark span:nth-child(1){height:11px}.brand-mark span:nth-child(2){height:18px}.brand-mark span:nth-child(3){height:14px}.nav-links{display:flex;gap:34px;color:#566171;font-size:13px}.nav-links a:hover{color:var(--ink)}.nav-cta{font-size:13px;font-weight:600}.nav-cta span{margin-left:7px}.menu{display:none;border:0;background:none;font-size:22px}.hero{min-height:800px;padding:150px 0 80px;position:relative;overflow:hidden;background:#f7f8fa}.hero-grid{display:grid;grid-template-columns:1.03fr .97fr;gap:30px;align-items:center;min-height:610px}.hero-glow{position:absolute;border-radius:50%;filter:blur(50px);opacity:.34;pointer-events:none}.glow-one{width:400px;height:400px;background:#b9dcff;right:-100px;top:100px}.glow-two{width:320px;height:320px;background:#d4c7ff;left:-140px;bottom:80px}.eyebrow{font-size:11px;font-weight:700;letter-spacing:1.6px;text-transform:uppercase;color:#637084;display:flex;align-items:center;gap:10px}.eyebrow i{width:7px;height:7px;background:var(--blue);border-radius:50%;display:block}.hero h1,.section-heading h2,.intro h2,.feature-copy h2,.journey h2,.contact h2{font-family:Manrope;margin:22px 0 20px;letter-spacing:-3px;line-height:1.04;font-weight:800}.hero h1{font-size:clamp(50px,6vw,80px);max-width:720px}.hero h1 em{font-style:normal;background:linear-gradient(100deg,#101b2d,#1f76ff,#26b8ed);-webkit-background-clip:text;color:transparent}.hero-lead{font-size:18px;color:#697586;max-width:590px;line-height:1.7}.hero-actions{display:flex;gap:12px;margin:32px 0}.button{display:inline-flex;align-items:center;gap:18px;padding:14px 20px;border-radius:100px;font-size:13px;font-weight:700;transition:.25s}.button.primary{background:var(--ink);color:#fff}.button.primary:hover{transform:translateY(-2px);box-shadow:0 12px 30px #07111f20}.button.secondary{border:1px solid var(--line);background:#fff}.button.secondary:hover{background:#eef2f6}.hero-meta{display:flex;gap:24px;color:#8a94a3;font-size:10px;letter-spacing:.8px;text-transform:uppercase}.hero-meta span:first-child{color:#25354d}.hero-visual{height:560px;position:relative;display:flex;align-items:center;justify-content:center}.orbital{position:absolute;border:1px solid #b8c9dc;border-radius:50%;transform:rotate(-18deg)}.orbital-a{width:510px;height:230px}.orbital-b{width:580px;height:300px;transform:rotate(32deg);opacity:.55}.hive-card{width:min(420px,80%);height:430px;border-radius:32px;background:linear-gradient(145deg,#0c1b2e,#06101d);box-shadow:0 35px 80px #07111f2e;position:relative;z-index:2;color:#fff;padding:22px;overflow:hidden}.hive-card:after{content:"";position:absolute;width:280px;height:280px;background:#196cff2e;border-radius:50%;filter:blur(35px);right:-100px;bottom:-100px}.hive-top{display:flex;align-items:center;gap:8px;color:#91a3bb;font-size:9px;letter-spacing:1px}.status-dot{width:6px;height:6px;background:#51e0ad;border-radius:50%}.live{margin-left:auto;font-size:8px;color:#5fd5ff}.hive-core{height:280px;display:grid;place-items:center}.core-ring{width:175px;height:175px;border-radius:50%;display:grid;place-items:center;border:1px solid #5b80a966;box-shadow:inset 0 0 55px #1680ff18,0 0 70px #1680ff18;position:relative}.core-ring:before,.core-ring:after{content:"";position:absolute;border:1px solid #6c92bb55;border-radius:50%;width:135px;height:135px}.core-ring:after{width:210px;height:210px;border-color:#6c92bb22}.core-ring span{font:800 34px Manrope;letter-spacing:-2px}.hive-stats{border-top:1px solid #ffffff12;padding-top:20px;display:flex;justify-content:space-between}.hive-stats div{display:grid;gap:2px}.hive-stats b{font:700 22px Manrope}.hive-stats small{font-size:9px;color:#7789a0;text-transform:uppercase;letter-spacing:1px}.float-pill{position:absolute;z-index:3;background:#fff;border:1px solid #dbe3eb;box-shadow:0 15px 40px #07111f18;border-radius:100px;padding:10px 13px;font-size:8px;font-weight:800;letter-spacing:1px}.float-pill span{color:#1d72ff;margin-left:8px}.pill-one{left:0;top:155px}.pill-two{right:5px;top:235px}.pill-three{left:45px;bottom:125px}.scroll-cue{position:absolute;bottom:28px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:10px;color:#9aa4b1;font-size:9px;text-transform:uppercase;letter-spacing:1.3px}.scroll-cue i{height:28px;width:1px;background:#aeb7c2}.section{padding:125px 0}.intro{background:#fff}.intro-grid{display:grid;grid-template-columns:180px 1fr;gap:60px}.section-kicker{font-size:10px;letter-spacing:1.8px;color:#8691a0;font-weight:800;padding-top:10px}.intro h2{font-size:clamp(38px,5vw,64px);max-width:750px}.intro h2 span,.section-heading h2 span,.feature-copy h2 span,.journey h2 span,.contact h2 span{color:#246ff3}.intro p{font-size:17px;color:#697586;max-width:700px;line-height:1.8}.products{background:#f7f8fa}.section-heading{max-width:740px;margin-bottom:65px}.section-heading h2{font-size:clamp(42px,5vw,66px)}.section-heading p{color:#778191;font-size:16px;max-width:650px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-card{background:#fff;border:1px solid #e4e8ed;border-radius:28px;padding:18px;min-height:470px;transition:.3s;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-7px);box-shadow:0 24px 55px #07111f12}.product-art{height:230px;border-radius:20px;position:relative;overflow:hidden;margin-bottom:25px}.art-connect{background:radial-gradient(circle at 50% 50%,#dceeff,#f4f8fc 62%)}.art-risk{background:#071525}.art-venture{background:linear-gradient(145deg,#15112b,#070b18)}.art-label{position:absolute;left:20px;bottom:16px;font:800 30px Manrope;color:#0a1a2c1c;letter-spacing:-2px}.art-risk .art-label,.art-venture .art-label{color:#ffffff24}.mini-node{position:absolute;width:13px;height:13px;border:3px solid #3684ff;background:#fff;border-radius:50%;z-index:2}.n1{left:23%;top:35%}.n2{right:25%;top:50%}.n3{left:40%;bottom:22%}.mini-line{height:1px;background:#5896ff;position:absolute;transform-origin:left}.l1{left:25%;top:39%;width:190px;transform:rotate(15deg)}.l2{left:42%;bottom:25%;width:100px;transform:rotate(-52deg)}.risk-grid{position:absolute;inset:0;background-image:linear-gradient(#6da3e01b 1px,transparent 1px),linear-gradient(90deg,#6da3e01b 1px,transparent 1px);background-size:32px 32px}.risk-pulse{position:absolute;width:180px;height:180px;border-radius:50%;border:1px solid #2c88ff55;left:50%;top:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 45px #2c88ff08,0 0 0 90px #2c88ff05}.product-number{font-size:9px;font-weight:800;letter-spacing:1.6px;color:#8b95a3}.product-card h3{font:700 29px Manrope;letter-spacing:-1.3px;margin:8px 0}.product-card p{color:#7a8492;font-size:13px;line-height:1.7}.product-link,.text-link{margin-top:auto;font-size:12px;font-weight:800}.product-link span{margin-left:9px;color:#2875ff}.feature-section{background:#fff}.feature-section.dark{background:#07111f;color:#fff}.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.feature-grid.reverse .feature-copy{order:2}.feature-grid.reverse .mock-window{order:1}.feature-copy h2{font-size:clamp(42px,5vw,67px)}.feature-copy p{color:#748091;max-width:500px;font-size:16px;line-height:1.8}.dark .feature-copy p{color:#8d9aae}.feature-copy ul{padding:0;margin:30px 0;list-style:none;border-top:1px solid #e4e8ed;max-width:500px}.dark .feature-copy ul{border-color:#ffffff18}.feature-copy li{padding:14px 0;border-bottom:1px solid #e4e8ed;font-size:12px;font-weight:600}.dark .feature-copy li{border-color:#ffffff18}.feature-copy li span{display:inline-block;width:35px;color:#9aa4b2;font-size:9px}.text-link{color:#2374f3}.mock-window{background:#f6f8fa;border:1px solid #e0e5eb;border-radius:22px;box-shadow:0 25px 65px #07111f14;overflow:hidden;min-height:410px}.dark .mock-window{background:#0d1b2b;border-color:#ffffff10}.mock-bar{height:45px;background:#fff;border-bottom:1px solid #e3e7ec;display:flex;align-items:center;padding:0 15px;gap:5px}.dark .mock-bar{background:#0b1725;border-color:#ffffff10}.mock-bar>span{width:6px;height:6px;background:#c6ced8;border-radius:50%}.mock-bar b{margin:auto;font-size:9px;color:#718096;letter-spacing:.7px}.mock-content{display:flex;min-height:365px}.mock-sidebar{width:58px;border-right:1px solid #e1e6ec;display:flex;flex-direction:column;align-items:center;gap:28px;padding-top:28px}.mock-sidebar i{width:15px;height:15px;border:1px solid #aeb8c4;border-radius:4px}.mock-main{padding:38px;flex:1}.mock-title small,.venture-head small{font-size:8px;letter-spacing:1.4px;color:#8994a2;font-weight:800}.mock-title h4,.venture-head h4{font:700 25px Manrope;margin:7px 0 25px}.mock-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.mock-cards div{height:75px;border-radius:10px;background:#e3e9ef}.mock-lines{margin-top:25px;display:grid;gap:12px}.mock-lines i{height:7px;background:#dfe5eb;border-radius:4px}.mock-lines i:nth-child(1){width:90%}.mock-lines i:nth-child(2){width:72%}.mock-lines i:nth-child(3){width:82%}.mock-lines i:nth-child(4){width:58%}.risk-ui{padding:35px}.risk-score{display:flex;align-items:end;gap:12px}.risk-score small{font-size:8px;color:#8290a1;letter-spacing:1px}.risk-score strong{font:800 55px Manrope;line-height:.9}.risk-score em{font-style:normal;font-size:9px;color:#5b8fe5;margin-bottom:8px}.risk-chart{height:115px;margin:28px 0;display:flex;align-items:end;gap:9px;border-bottom:1px solid #ffffff12}.risk-chart i{width:100%;background:linear-gradient(#3995ff,#1b3e69);border-radius:5px 5px 0 0}.risk-chart i:nth-child(1){height:35%}.risk-chart i:nth-child(2){height:50%}.risk-chart i:nth-child(3){height:42%}.risk-chart i:nth-child(4){height:70%}.risk-chart i:nth-child(5){height:58%}.risk-chart i:nth-child(6){height:84%}.risk-chart i:nth-child(7){height:67%}.risk-row{display:flex;justify-content:space-between;padding:9px 0;color:#8390a2;font-size:10px;border-bottom:1px solid #ffffff0e}.risk-row b{color:#dbe7f6}.venture-ui{padding:35px}.venture-items{display:grid;gap:9px}.venture-items>div{display:grid;grid-template-columns:35px 1fr auto;align-items:center;padding:17px;background:#fff;border:1px solid #e4e8ed;border-radius:12px;font-size:11px}.venture-items span{color:#99a3af;font-size:9px}.venture-items em{font-style:normal;color:#2875f3;font-size:9px}.venture-orbit{position:absolute;border:1px solid #6475b544;border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%) rotate(25deg)}.o1{width:220px;height:100px}.o2{width:160px;height:250px;transform:translate(-50%,-50%) rotate(-35deg)}.venture-star{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:45px;color:#9b83ff}.journey{background:#f0f3f7}.journey-inner{text-align:center}.journey-inner h2{font-size:clamp(44px,6vw,76px)}.journey-inner>p{max-width:690px;margin:0 auto;color:#718093;font-size:16px;line-height:1.8}.journey-steps{display:flex;align-items:center;justify-content:center;gap:25px;margin-top:60px}.journey-steps>div{display:grid;gap:5px;text-align:left;min-width:170px}.journey-steps b{font:800 30px Manrope;color:#2073f2}.journey-steps strong{font-size:15px}.journey-steps span{font-size:11px;color:#7c8795}.journey-steps i{font-style:normal;color:#9aa5b3}.contact{background:#07111f;color:#fff;text-align:center;padding:150px 0}.contact-inner{display:flex;align-items:center;flex-direction:column}.contact h2{font-size:clamp(50px,7vw,90px);margin-bottom:20px}.contact p{color:#8d9bad;max-width:570px;font-size:16px;margin-bottom:35px}.contact .eyebrow{color:#91a0b3}.contact .button{background:#fff;color:#07111f}.contact .button.primary:hover{box-shadow:0 15px 45px #00000055}footer{background:#07111f;border-top:1px solid #ffffff0e;color:#78879a}.footer{height:90px;display:flex;align-items:center;justify-content:space-between;font-size:10px}.footer a:last-child{color:#a8b5c6}.reveal{opacity:0;transform:translateY(24px);transition:opacity .8s ease,transform .8s ease}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.12s}.delay-2{transition-delay:.24s}@media(max-width:850px){.nav-links,.nav-cta{display:none}.menu{display:block}.hero{padding-top:120px}.hero-grid,.feature-grid,.intro-grid{grid-template-columns:1fr}.hero-visual{height:480px}.hero-copy{z-index:2}.hero h1{font-size:52px}.product-grid{grid-template-columns:1fr}.feature-grid{gap:55px}.feature-grid.reverse .feature-copy,.feature-grid.reverse .mock-window{order:initial}.journey-steps{flex-direction:column}.journey-steps i{transform:rotate(90deg)}.footer{height:auto;padding:28px 0;gap:20px;flex-wrap:wrap}.float-pill{display:none}}@media(max-width:500px){.container{width:min(calc(100% - 30px),var(--max))}.section{padding:90px 0}.hero{min-height:auto;padding-bottom:90px}.hero-grid{min-height:auto}.hero h1{font-size:44px;letter-spacing:-2px}.hero-lead{font-size:16px}.hero-meta{gap:9px;flex-wrap:wrap}.hero-visual{height:400px}.hive-card{height:360px}.hive-core{height:215px}.intro-grid{gap:15px}.intro h2,.section-heading h2,.feature-copy h2{letter-spacing:-2px}.mock-main,.risk-ui,.venture-ui{padding:25px}.product-card{min-height:auto}.journey-steps{align-items:stretch}.journey-steps>div{min-width:0}.contact{padding:110px 0}}
