@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@300;400;500&family=Inter+Tight:opsz,wght@14..32,400;14..32,500;14..32,600&family=Manrope:wght@400;500;600;700&display=swap');

:root{
  --bg:#050507;--surface:#0b0b10;--surface2:#101118;--text:#f4f5f7;--muted:#858895;
  --line:rgba(255,255,255,.10);--blue:#5e6cff;--blue2:#62b7ff;--violet:#8e68ff;--white:#f3f1ec;
  --ease:cubic-bezier(.16,1,.3,1);
}
*{box-sizing:border-box}html{width:100%;max-width:100%;scroll-behavior:smooth;overflow-x:hidden}body{width:100%;max-width:100%;margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;overflow-x:hidden}main{width:100%;max-width:100%}a{color:inherit;text-decoration:none}button{font:inherit}
#network{position:fixed;inset:0;width:100%;height:100%;z-index:-4;opacity:.52}.noise{pointer-events:none;position:fixed;inset:0;z-index:30;opacity:.035;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='.9'/%3E%3C/svg%3E")}.cursor-glow{position:fixed;width:360px;height:360px;border-radius:50%;pointer-events:none;z-index:-2;background:radial-gradient(circle,rgba(94,108,255,.12),transparent 68%);transform:translate(-50%,-50%);transition:opacity .3s}.scroll-progress{position:fixed;z-index:50;right:24px;top:50%;width:1px;height:130px;background:rgba(255,255,255,.13);transform:translateY(-50%)}.scroll-progress span{display:block;width:100%;height:0;background:#fff}
.nav-shell{position:fixed;top:0;left:0;right:0;z-index:40;height:82px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 34px;border-bottom:1px solid transparent;transition:.4s var(--ease);backdrop-filter:blur(0)}.nav-shell.scrolled{height:66px;background:rgba(5,5,7,.68);border-color:var(--line);backdrop-filter:blur(18px)}.brand{display:inline-flex;align-items:center;gap:12px;font-weight:800;letter-spacing:.08em}.brand-mark{width:28px;height:28px;position:relative;display:inline-flex;gap:3px;align-items:flex-end}.brand-mark i{width:6px;background:#fff;border-radius:2px;display:block}.brand-mark i:nth-child(1){height:20px}.brand-mark i:nth-child(2){height:27px}.brand-mark i:nth-child(3){height:15px}.brand-logo{display:block;height:34px;width:auto}.nav-shell.scrolled .brand-logo{height:30px}.mini-logo{font-size:10px;font-weight:800;margin-bottom:18px;display:flex;align-items:center;justify-content:center}.mini-logo-img{display:block;width:22px;height:22px}.desktop-nav{display:flex;gap:32px;font-size:13px;color:#c6c8d0}.desktop-nav a{position:relative}.desktop-nav a:after{content:"";position:absolute;left:0;bottom:-6px;width:100%;height:1px;background:#fff;transform:scaleX(0);transform-origin:right;transition:transform .35s var(--ease)}.desktop-nav a:hover:after{transform:scaleX(1);transform-origin:left}.nav-cta{justify-self:end;display:flex;align-items:center;gap:18px;padding:11px 15px;border:1px solid var(--line);border-radius:999px;font-size:12px;background:rgba(255,255,255,.03)}.nav-cta b{font-size:15px}.menu-btn{display:none;background:none;border:0;color:#fff;width:38px;height:38px}.menu-btn span{display:block;height:1px;background:#fff;margin:7px 0}.section-pad{padding:140px clamp(24px,5vw,80px)}.eyebrow,.hero-kicker{font-size:11px;letter-spacing:.17em;color:#9fa3b2}.display{font-size:clamp(58px,8.7vw,138px);line-height:.86;letter-spacing:-.065em;margin:0;font-weight:680}.muted{color:#575b67}.gradient-text{background:linear-gradient(90deg,#fff 0%,#8ab9ff 45%,#8f6cff 100%);-webkit-background-clip:text;color:transparent}
.hero{min-height:100svh;position:relative;display:flex;flex-direction:column;justify-content:center;padding-top:130px;overflow:hidden}.hero:before{content:"";position:absolute;inset:-20%;background:radial-gradient(circle at 72% 45%,rgba(91,89,255,.16),transparent 30%),radial-gradient(circle at 85% 55%,rgba(66,161,255,.09),transparent 26%);z-index:-3}.hero-kicker{position:absolute;top:116px}.hero-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:30px;align-items:center}.hero-title{font-size:clamp(74px,10.2vw,165px);line-height:.77;letter-spacing:-.075em;margin:0;font-weight:720}.hero-title .line{display:block}.accent-line{background:linear-gradient(90deg,#f7f7f8 0%,#8995ff 45%,#65b8ff 100%);-webkit-background-clip:text;color:transparent}.hero-bottom{display:grid;grid-template-columns:minmax(260px,470px) auto;gap:36px;align-items:end;margin-top:48px}.hero-bottom p{margin:0;color:#b9bbc4;font-size:18px;line-height:1.55}.hero-actions{display:flex;gap:10px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;gap:24px;padding:14px 18px;border-radius:999px;font-size:12px;font-weight:650;transition:.3s var(--ease);border:1px solid transparent}.button-primary{background:#f3f3f4;color:#09090b}.button-ghost{border-color:var(--line);background:rgba(255,255,255,.025)}.button-light{background:#f4f2ec;color:#0a0a0d;margin-top:30px}.button-dark{background:#0a0a0d;color:#fff;padding:16px 22px}.button:hover{transform:translateY(-2px)}.hero-core-wrap{min-height:480px;display:grid;place-items:center;perspective:1000px}.core-ui{position:relative;width:min(34vw,440px);aspect-ratio:1;transform-style:preserve-3d}.core-sphere{position:absolute;inset:18%;border-radius:50%;border:1px solid rgba(255,255,255,.18);background:radial-gradient(circle at 32% 30%,rgba(255,255,255,.13),rgba(96,93,255,.06) 36%,rgba(0,0,0,.4) 70%);box-shadow:inset 0 0 90px rgba(97,94,255,.15),0 0 120px rgba(78,98,255,.08);display:grid;place-items:center;animation:floatCore 8s ease-in-out infinite}.core-gridlines{position:absolute;inset:0;border-radius:50%;background:repeating-radial-gradient(circle at center,transparent 0 22px,rgba(255,255,255,.05) 23px 24px);opacity:.7}.core-center{font-size:32px;font-weight:800;letter-spacing:.18em;margin-left:.18em}.core-halo{position:absolute;border:1px solid rgba(121,139,255,.24);border-radius:50%;inset:7%;animation:spin 18s linear infinite}.halo-2{inset:0 18%;transform:rotate(62deg);animation-duration:24s}.halo-3{inset:18% 0;transform:rotate(-35deg);animation-duration:21s;animation-direction:reverse}.core-halo:after{content:"";position:absolute;width:7px;height:7px;border-radius:50%;background:#99adff;left:8%;top:22%;box-shadow:0 0 24px #728cff}.core-tag{position:absolute;font-size:9px;letter-spacing:.16em;color:#9da2b3;padding:8px 10px;border:1px solid rgba(255,255,255,.12);background:rgba(8,8,12,.75);border-radius:20px;backdrop-filter:blur(10px)}.tag-1{top:10%;left:-3%}.tag-2{top:42%;right:-15%}.tag-3{bottom:10%;left:6%}.tag-4{bottom:30%;right:-8%}.scroll-cue{position:absolute;right:clamp(24px,5vw,80px);bottom:36px;display:flex;gap:15px;align-items:center;font-size:9px;letter-spacing:.16em;color:#8d919d}.scroll-cue i{height:44px;width:1px;background:linear-gradient(#fff,transparent);animation:scrollCue 1.8s ease infinite}.hero-orbit{position:absolute;border:1px solid rgba(255,255,255,.04);border-radius:50%;z-index:-1}.orbit-a{width:1000px;height:1000px;right:-430px;top:-270px}.orbit-b{width:760px;height:760px;right:-330px;top:-150px}
.statement{background:linear-gradient(180deg,rgba(7,7,10,.8),#08080d 55%,#08080d)}.statement-layout{display:grid;grid-template-columns:1.6fr .4fr;gap:60px;margin-top:55px;align-items:end}.statement-title .split{display:block}.statement-copy{max-width:430px;color:#d2d3d8;font-size:18px;line-height:1.55}.muted-copy{color:#7e828e;font-size:15px}.capabilities{display:grid;grid-template-columns:repeat(3,1fr);margin-top:100px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.cap-card{position:relative;padding:32px 30px 36px;border-right:1px solid var(--line);min-height:320px;overflow:hidden}.cap-card:last-child{border-right:0}.cap-card:before{content:attr(data-label);font-size:10px;color:#747885}.cap-card h3{font-size:22px;margin:120px 0 10px}.cap-card p{color:#7e828d;line-height:1.5;margin:0;max-width:310px;font-size:14px}.cap-visual{position:absolute;right:26px;top:40px;width:120px;height:90px}.cap-visual span{position:absolute;border:1px solid rgba(129,146,255,.35);border-radius:50%;width:56px;height:56px;animation:pulse 4s ease-in-out infinite}.cap-visual span:nth-child(2){left:34px;top:16px}.cap-visual span:nth-child(3){left:64px;top:-4px}.visual-nodes span{width:9px;height:9px;background:#7888ff;box-shadow:0 0 20px #6678ff}.visual-nodes span:nth-child(1){left:12px;top:50px}.visual-nodes span:nth-child(2){left:55px;top:12px}.visual-nodes span:nth-child(3){left:98px;top:46px}.visual-nodes span:nth-child(4){left:56px;top:72px}.visual-stream span{border-radius:999px;width:105px;height:1px;border:0;background:linear-gradient(90deg,transparent,#8295ff,transparent);left:0;animation:stream 2.8s ease-in-out infinite}.visual-stream span:nth-child(1){top:20px}.visual-stream span:nth-child(2){top:45px;animation-delay:.45s}.visual-stream span:nth-child(3){top:70px;animation-delay:.9s}
.ecosystem{position:relative;overflow:hidden;background:#08080d}.ecosystem-head{display:flex;justify-content:space-between;gap:40px;align-items:flex-start}.ecosystem-head .display{text-align:right}.ecosystem-stage{position:relative;height:min(62vw,650px);min-height:500px;margin-top:50px;border:1px solid var(--line);border-radius:30px;overflow:hidden;background:radial-gradient(circle at center,rgba(91,102,255,.10),transparent 28%),rgba(255,255,255,.01)}.eco-radar{position:absolute;width:55%;aspect-ratio:1;left:50%;top:50%;transform:translate(-50%,-50%);border:1px solid rgba(255,255,255,.05);border-radius:50%;box-shadow:0 0 0 70px rgba(255,255,255,.012),0 0 0 140px rgba(255,255,255,.008)}.eco-center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:135px;height:135px;border:1px solid rgba(255,255,255,.18);border-radius:50%;display:grid;place-items:center;background:rgba(15,15,23,.85);box-shadow:0 0 100px rgba(85,104,255,.2);z-index:2}.eco-center span{font-size:27px;font-weight:800;letter-spacing:.12em;margin-left:.12em}.eco-center small{position:absolute;bottom:24px;font-size:7px;letter-spacing:.17em;color:#737887}.eco-node{position:absolute;z-index:3;display:flex;align-items:center;gap:10px;font-size:11px;color:#aeb1bd;background:rgba(8,8,13,.7);border:1px solid var(--line);padding:10px 12px;border-radius:999px;backdrop-filter:blur(10px);animation:nodeFloat 5s ease-in-out infinite}.eco-node i{width:6px;height:6px;border-radius:50%;background:#8b9cff;box-shadow:0 0 12px #7b8dff}.n1{left:10%;top:13%}.n2{right:8%;top:15%;animation-delay:-1s}.n3{right:3%;top:47%;animation-delay:-2s}.n4{right:12%;bottom:12%;animation-delay:-.5s}.n5{left:10%;bottom:12%;animation-delay:-1.4s}.n6{left:3%;top:51%;animation-delay:-2.5s}.ecosystem-stage svg{position:absolute;inset:0;width:100%;height:100%;z-index:1}.ecosystem-stage path{stroke:rgba(117,132,255,.22);stroke-width:1;fill:none;stroke-dasharray:5 8;animation:dash 15s linear infinite}.ecosystem-note{max-width:600px;color:#8a8e9b;line-height:1.6;margin:30px 0 0 auto;text-align:right}
.products{background:#09090d;position:relative}.products-intro{display:flex;justify-content:space-between;gap:40px;align-items:flex-start}.products-intro h2{text-align:right}.product-feature{margin-top:90px;border-radius:34px;min-height:800px;padding:clamp(34px,5vw,70px);display:grid;grid-template-columns:.85fr 1.15fr;gap:60px;align-items:center;position:relative;overflow:hidden;background:radial-gradient(circle at 76% 45%,rgba(74,103,255,.28),transparent 27%),linear-gradient(135deg,#131529,#0b0c12 50%,#0b0b10);border:1px solid rgba(255,255,255,.12)}.product-feature:before{content:"";position:absolute;inset:0;background:linear-gradient(110deg,rgba(255,255,255,.06),transparent 18% 80%,rgba(255,255,255,.03));pointer-events:none}.product-index{font-size:10px;letter-spacing:.14em;color:#8f94a4}.product-copy h3{font-size:clamp(66px,7.5vw,118px);line-height:.78;letter-spacing:-.06em;margin:55px 0 28px}.product-copy h3 span{color:#98a7ff}.product-copy>p{font-size:19px;margin:0 0 15px}.product-desc{color:#969aa9!important;font-size:15px!important;line-height:1.6;max-width:490px}.chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}.chips span{font-size:10px;color:#b8bcc9;padding:8px 10px;border:1px solid rgba(255,255,255,.11);border-radius:999px;background:rgba(255,255,255,.03)}.product-device{position:relative;min-height:600px;perspective:1200px}.device-glow{position:absolute;width:75%;height:70%;right:5%;top:13%;filter:blur(60px);background:radial-gradient(circle,#485cff44,transparent 65%)}.browser-window{position:absolute;width:92%;right:-6%;top:8%;border-radius:17px;overflow:hidden;background:#0b0c11;border:1px solid rgba(255,255,255,.17);box-shadow:0 50px 120px rgba(0,0,0,.5);transform:rotateY(-8deg) rotateX(4deg)}.browser-top{height:42px;background:#101116;display:flex;align-items:center;gap:6px;padding:0 13px;border-bottom:1px solid rgba(255,255,255,.06)}.browser-top span{width:7px;height:7px;border-radius:50%;background:#333640}.browser-top div{height:18px;width:46%;background:#171820;border-radius:6px;margin-left:20px}.app-shell{display:grid;grid-template-columns:58px 1fr;min-height:420px}.app-shell aside{border-right:1px solid rgba(255,255,255,.07);display:flex;align-items:center;flex-direction:column;gap:18px;padding-top:16px}.mini-logo{margin-bottom:18px;display:flex;align-items:center;justify-content:center}.app-shell aside i{width:21px;height:21px;border-radius:6px;background:#171924}.app-shell aside i.active{background:#6573ff}.app-main{padding:24px}.app-head{display:flex;justify-content:space-between;align-items:center}.app-head small{display:block;color:#656a78;font-size:7px;letter-spacing:.15em}.app-head strong{font-size:16px}.app-head button{border:0;border-radius:7px;background:#6675ff;color:white;padding:8px 11px;font-size:8px}.stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:22px 0}.stats-row div{padding:12px;background:#12131a;border:1px solid rgba(255,255,255,.06);border-radius:9px}.stats-row small{display:block;color:#666b79;font-size:7px}.stats-row b{font-size:17px}.table-head,.table-row{display:grid;grid-template-columns:.6fr 1.6fr 1.15fr .7fr;gap:10px;align-items:center;padding:10px 8px;font-size:8px;border-bottom:1px solid rgba(255,255,255,.055)}.table-head{color:#555b69}.table-row{color:#9297a5}.table-row b{color:#d8dbe4;font-weight:550}.table-row em{font-style:normal;color:#79d6a0;background:#79d6a012;padding:5px 7px;border-radius:999px;width:max-content}.table-row em.pending{color:#d7b866;background:#d7b86612}.table-row.fade{opacity:.45}.phone{position:absolute;width:190px;height:390px;left:-3%;bottom:0;border:5px solid #1b1d26;border-radius:36px;background:#07080c;box-shadow:0 35px 80px rgba(0,0,0,.55);transform:rotateY(9deg) rotateZ(-4deg);overflow:hidden}.dynamic-island{position:absolute;width:72px;height:17px;border-radius:20px;background:#020204;top:8px;left:50%;transform:translateX(-50%);z-index:2}.phone-screen{padding:40px 13px 12px;background:linear-gradient(#11131c,#090a0e);height:100%}.phone-head{display:flex;justify-content:space-between;align-items:center;font-size:13px;margin-bottom:20px}.phone-screen>small{font-size:6px;letter-spacing:.12em;color:#5d6270}.mobile-card{margin-top:10px;padding:11px;background:#131620;border:1px solid rgba(255,255,255,.07);border-radius:12px}.mobile-card b{display:block;font-size:9px}.mobile-card>span{font-size:6px;color:#616675}.mobile-card p{font-size:7px;color:#8a8f9c}.mobile-card div{display:flex;align-items:center}.mobile-card i{width:15px;height:15px;border-radius:50%;background:#303645;border:2px solid #131620;margin-left:-4px}.mobile-card i:first-child{margin-left:0}.mobile-card strong{font-size:6px;margin-left:5px}.mobile-nav{position:absolute;bottom:8px;left:10px;right:10px;height:35px;background:#11131a;border-radius:12px;display:flex;justify-content:space-around;align-items:center}.mobile-nav i{width:9px;height:9px;border-radius:3px;background:#353945}.mobile-nav i.selected{background:#7381ff}
.workflow{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;background:#07070a}.workflow-copy{position:sticky;top:120px;height:max-content}.workflow-copy p{max-width:450px;color:#8b8f9c;line-height:1.65;margin-top:35px}.workflow-track{position:relative;padding-left:55px}.workflow-line{position:absolute;left:18px;top:15px;bottom:15px;width:1px;background:rgba(255,255,255,.10)}.workflow-line span{position:absolute;top:0;left:0;width:1px;height:0;background:linear-gradient(#8595ff,#5dc2ff);box-shadow:0 0 20px #6578ff}.flow-step{position:relative;display:grid;grid-template-columns:70px 1fr;gap:25px;padding:0 0 100px;opacity:.32;transition:.5s var(--ease)}.flow-step:last-child{padding-bottom:20px}.flow-step:before{content:"";position:absolute;width:9px;height:9px;border-radius:50%;background:#272a34;left:-41px;top:8px;border:2px solid #08080c;box-shadow:0 0 0 1px rgba(255,255,255,.1)}.flow-step.active{opacity:1}.flow-step.active:before{background:#8292ff;box-shadow:0 0 22px #7688ff}.flow-step>b{font-size:11px;color:#707583}.flow-step strong{font-size:38px;letter-spacing:-.04em}.flow-step small{display:block;color:#858a98;margin-top:12px;font-size:14px;line-height:1.5}
.microsoft{background:#0a0a0f}.ms-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:end}.ms-copy p{max-width:500px;line-height:1.65;color:#898d99;margin-top:38px}.ms-stack{border-top:1px solid var(--line)}.ms-card{display:grid;grid-template-columns:56px 1fr auto;gap:20px;align-items:center;padding:24px 0;border-bottom:1px solid var(--line);transition:.35s var(--ease)}.ms-card:hover{padding-left:12px}.ms-icon{width:48px;height:48px;display:grid;place-items:center;background:#151722;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#8795ff;font-weight:800}.graph-icon{color:#6dc3ff}.azure-icon{color:#b196ff}.ms-card strong{display:block}.ms-card small{display:block;margin-top:5px;color:#6f7481}.ms-card>b{font-size:9px;color:#555a67}
.mobile-story{display:grid;grid-template-columns:1fr 1fr;min-height:900px;align-items:center;background:radial-gradient(circle at 24% 50%,rgba(81,94,255,.16),transparent 25%),#07070b;overflow:hidden}.mobile-copy p{max-width:500px;color:#868b98;line-height:1.65;margin-top:35px}.mobile-visual{height:680px;display:grid;place-items:center}.big-phone{width:320px;height:650px;background:#090a0d;border:8px solid #20222b;border-radius:56px;position:relative;box-shadow:0 60px 150px rgba(0,0,0,.6),0 0 100px rgba(90,107,255,.12);transform:rotate(-6deg)}.big-phone .dynamic-island{width:105px;height:27px;top:12px}.big-phone-screen{position:absolute;inset:0;border-radius:47px;overflow:hidden;padding:70px 18px 20px;background:#0b0c11}.phone-wallpaper{position:absolute;inset:0;background:radial-gradient(circle at 50% 35%,#4e5cff55,transparent 28%),linear-gradient(160deg,#151724,#090a0f)}.widget{position:relative;z-index:2;padding:20px;border-radius:22px;background:rgba(19,21,31,.74);border:1px solid rgba(255,255,255,.09);backdrop-filter:blur(16px)}.widget small{display:block;font-size:8px;letter-spacing:.12em;color:#8a90a0}.widget strong{display:block;font-size:68px;line-height:1;margin:22px 0 0}.widget span{font-size:11px;color:#989dac}.widget i{display:block;font-style:normal;font-size:9px;color:#afbbff;margin-top:20px}.notif{position:relative;z-index:2;margin-top:14px;background:rgba(244,244,246,.91);color:#101116;border-radius:18px;padding:14px}.notif b{display:block;font-size:10px}.notif span{display:block;font-size:9px;line-height:1.4;margin-top:5px}.notif small{position:absolute;right:12px;top:12px;font-size:7px;color:#6d7180}
.cta{position:relative;background:var(--white);color:#08080a;min-height:720px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.cta:before{content:"";position:absolute;width:720px;height:720px;border-radius:50%;right:-120px;top:-160px;border:1px solid rgba(0,0,0,.08);box-shadow:0 0 0 90px rgba(0,0,0,.025),0 0 0 180px rgba(0,0,0,.018)}.cta .eyebrow{color:#595b63}.cta-title{font-size:clamp(74px,11vw,170px);line-height:.76;letter-spacing:-.075em;margin:70px 0;font-weight:720}.cta-bottom{display:flex;justify-content:space-between;align-items:end;gap:30px}.cta-bottom p{max-width:430px;font-size:17px;line-height:1.55;color:#606169}footer{min-height:170px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 clamp(24px,5vw,80px);border-top:1px solid rgba(255,255,255,.07);background:#050507;font-size:11px;color:#6f737e}footer p{text-align:center}footer>span{text-align:right}.mobile-menu{display:none}
.reveal{opacity:0;transform:translateY(28px);transition:opacity 1s var(--ease),transform 1s var(--ease)}.reveal.in{opacity:1;transform:none}.reveal-word{opacity:0;transform:translateY(105%);clip-path:inset(0 0 100% 0);transition:opacity 1.05s var(--ease),transform 1.05s var(--ease),clip-path 1.05s var(--ease)}.reveal-word.in{opacity:1;transform:translateY(0);clip-path:inset(0)}
@keyframes spin{to{transform:rotate(360deg)}}@keyframes floatCore{0%,100%{transform:translateY(-7px) rotateX(0)}50%{transform:translateY(9px) rotateX(5deg)}}@keyframes scrollCue{0%,100%{opacity:.25;transform:scaleY(.5);transform-origin:top}50%{opacity:1;transform:scaleY(1)}}@keyframes pulse{0%,100%{transform:scale(.94);opacity:.45}50%{transform:scale(1.06);opacity:1}}@keyframes stream{0%,100%{transform:translateX(-12px);opacity:.2}50%{transform:translateX(15px);opacity:1}}@keyframes nodeFloat{0%,100%{transform:translateY(-3px)}50%{transform:translateY(6px)}}@keyframes dash{to{stroke-dashoffset:-260}}
@media (max-width:980px){.desktop-nav,.nav-cta{display:none}.nav-shell{grid-template-columns:1fr auto}.menu-btn{display:block}.hero-grid,.statement-layout,.product-feature,.workflow,.ms-grid,.mobile-story{grid-template-columns:1fr}.hero{padding-top:140px}.hero-core-wrap{min-height:390px}.core-ui{width:min(70vw,420px)}.hero-bottom{grid-template-columns:1fr}.statement-copy{max-width:700px}.capabilities{grid-template-columns:1fr}.cap-card{border-right:0;border-bottom:1px solid var(--line)}.products-intro,.ecosystem-head{display:block}.products-intro h2,.ecosystem-head .display{text-align:left;margin-top:40px}.product-device{min-height:580px}.workflow-copy{position:static}.workflow{gap:70px}.mobile-story{padding-top:90px}.mobile-copy{order:-1}.mobile-visual{height:650px}.cta-bottom{align-items:flex-start;flex-direction:column}footer{grid-template-columns:1fr;gap:20px;padding-top:50px;padding-bottom:50px}footer p,footer>span{text-align:left}.mobile-menu{position:fixed;z-index:39;inset:0;background:rgba(5,5,7,.96);display:flex;flex-direction:column;justify-content:center;padding:50px;gap:22px;font-size:42px;letter-spacing:-.04em;transform:translateY(-100%);transition:.6s var(--ease)}.mobile-menu.open{transform:none}.menu-btn{z-index:41}}
@media (max-width:640px){.section-pad{padding:105px 20px}.nav-shell{padding:0 20px}.hero{min-height:940px}.hero-kicker{top:105px;font-size:8px}.hero-title{font-size:17vw;line-height:.82}.hero-bottom p{font-size:15px}.hero-core-wrap{min-height:360px}.scroll-cue{right:20px}.display{font-size:17vw}.capabilities{margin-top:60px}.cap-card{padding:25px 4px;min-height:280px}.ecosystem-stage{height:570px}.eco-center{width:100px;height:100px}.eco-node{font-size:8px;padding:8px}.n1{left:3%}.n2{right:2%}.n3{right:1%}.n4{right:3%}.n5{left:3%}.n6{left:1%}.product-feature{padding:34px 20px;min-height:1060px;margin-top:60px}.product-copy h3{font-size:17vw}.product-device{min-height:500px}.browser-window{width:108%;right:-24%;top:7%;transform:rotateY(-8deg) rotateX(4deg) scale(.9)}.phone{left:-8%;bottom:-10px;transform:rotateZ(-5deg) scale(.9)}.workflow-track{padding-left:42px}.flow-step{grid-template-columns:40px 1fr;padding-bottom:70px}.flow-step strong{font-size:31px}.flow-step:before{left:-29px}.workflow-line{left:17px}.ms-grid{gap:60px}.big-phone{transform:rotate(-4deg) scale(.86)}.mobile-visual{height:570px}.cta{min-height:670px}.cta-title{font-size:18vw}.scroll-progress{display:none}}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}.reveal,.reveal-word{opacity:1;transform:none;clip-path:none}}

/* --- REAL THREE.JS / WEBGL HERO CORE --- */
.webgl-core{position:relative;width:min(44vw,660px);aspect-ratio:1;animation:none!important;transform-style:preserve-3d;isolation:isolate}
#heroWebgl{position:absolute;inset:-8%;width:116%;height:116%;display:block;z-index:2;filter:saturate(1.15) contrast(1.04);touch-action:none}
.core-aura{position:absolute;z-index:1;inset:13%;border-radius:50%;background:radial-gradient(circle,rgba(91,108,255,.25),rgba(98,70,255,.1) 35%,transparent 72%);filter:blur(42px);animation:webglAura 4.8s ease-in-out infinite;pointer-events:none}
.webgl-core:before,.webgl-core:after{content:"";position:absolute;z-index:0;border-radius:50%;pointer-events:none}
.webgl-core:before{inset:5%;border:1px solid rgba(151,162,255,.09);box-shadow:0 0 80px rgba(74,91,255,.08),inset 0 0 80px rgba(74,91,255,.035)}
.webgl-core:after{inset:19%;border:1px solid rgba(151,162,255,.055)}
.webgl-core .core-center.webgl-label{position:absolute;z-index:5;left:50%;top:50%;transform:translate(-50%,-50%);width:100px;height:100px;border:1px solid rgba(218,224,255,.14);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:5px;background:rgba(4,5,11,.13);backdrop-filter:blur(2px);box-shadow:0 0 55px rgba(86,101,255,.1);font-size:20px;letter-spacing:.18em;font-weight:720;color:#f8f9ff;text-shadow:0 0 18px rgba(180,190,255,.7);pointer-events:none}
.webgl-core .core-center.webgl-label small{font-size:5.5px;letter-spacing:.22em;font-weight:550;color:#aab2d4}
.webgl-status{position:absolute;z-index:6;right:8%;bottom:13%;display:flex;align-items:center;gap:8px;padding:8px 11px;border:1px solid rgba(150,161,255,.12);background:rgba(7,8,15,.46);backdrop-filter:blur(12px);font-size:7px;letter-spacing:.16em;color:#aab2d1;border-radius:999px;pointer-events:none}
.webgl-status span{width:5px;height:5px;border-radius:50%;background:#9ca9ff;box-shadow:0 0 12px #7184ff;animation:webglLive 1.9s ease-in-out infinite}
.webgl-core .core-tag{z-index:7;background:rgba(5,6,12,.42);backdrop-filter:blur(9px);border-color:rgba(157,168,255,.12);box-shadow:0 8px 30px rgba(0,0,0,.18);pointer-events:none}
.webgl-core .tag-1{animation:tagDriftA 5.4s ease-in-out infinite}.webgl-core .tag-2{animation:tagDriftB 6.2s ease-in-out infinite}.webgl-core .tag-3{animation:tagDriftA 6.8s ease-in-out infinite reverse}.webgl-core .tag-4{animation:tagDriftB 5.8s ease-in-out infinite reverse}
@keyframes webglAura{0%,100%{transform:scale(.92);opacity:.6}50%{transform:scale(1.08);opacity:1}}
@keyframes webglLive{0%,100%{opacity:.32;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}
@keyframes tagDriftA{0%,100%{translate:0 -4px}50%{translate:7px 5px}}
@keyframes tagDriftB{0%,100%{translate:0 5px}50%{translate:-6px -5px}}
@media(max-width:980px){.webgl-core{width:min(76vw,560px)}#heroWebgl{inset:-4%;width:108%;height:108%}}
@media(max-width:640px){.webgl-core{width:min(92vw,460px)}.webgl-status{right:4%;bottom:9%}.webgl-core .core-center.webgl-label{width:80px;height:80px;font-size:16px}}
@media(prefers-reduced-motion:reduce){#heroWebgl{display:none}.core-aura{animation:none}.webgl-core .core-center.webgl-label{background:rgba(23,26,48,.7)}}

/* 2026 cinematic hero — restrained full-screen WebGL atmosphere */
.hero{isolation:isolate}
.hero-background{position:absolute;inset:0;z-index:-2;overflow:hidden;pointer-events:none}
#heroWebgl{position:absolute;inset:0;width:100%;height:100%;display:block;opacity:.96}
.hero-light-sweep{position:absolute;inset:-30%;background:linear-gradient(108deg,transparent 36%,rgba(123,146,255,.045) 48%,rgba(255,255,255,.055) 50%,rgba(100,140,255,.03) 53%,transparent 65%);filter:blur(26px);transform:translateX(-35%);animation:heroSweep 15s cubic-bezier(.45,0,.2,1) infinite;mix-blend-mode:screen}
.hero-vignette{position:absolute;inset:0;background:radial-gradient(ellipse at 60% 46%,transparent 0 20%,rgba(5,5,7,.08) 55%,rgba(5,5,7,.62) 100%),linear-gradient(90deg,rgba(5,5,7,.28) 0%,transparent 56%,rgba(5,5,7,.14) 100%)}
.hero-grid-clean{grid-template-columns:minmax(0,1fr)!important;position:relative;z-index:2}
.hero-grid-clean .hero-copy{max-width:1320px}
.hero-grid-clean .hero-bottom{max-width:920px}
.hero:before{opacity:.24}
.hero-orbit{display:none}
@keyframes heroSweep{0%,15%{transform:translateX(-42%) rotate(.001deg);opacity:0}28%{opacity:.72}58%{opacity:.25}78%,100%{transform:translateX(48%) rotate(.001deg);opacity:0}}
@media(max-width:640px){.hero-light-sweep{animation-duration:18s}.hero-vignette{background:radial-gradient(ellipse at 60% 45%,transparent 0 18%,rgba(5,5,7,.1) 50%,rgba(5,5,7,.65) 100%)}}
@media(prefers-reduced-motion:reduce){.hero-light-sweep{animation:none;opacity:.2}#heroWebgl{display:none}.hero-background{background:radial-gradient(circle at 68% 40%,rgba(70,91,215,.15),transparent 38%)}}

/* v4 — site-wide cinematic WebGL atmosphere */
.hero{isolation:auto;overflow:visible}
.hero-background{
  position:fixed;
  inset:0;
  width:100vw;
  height:100vh;
  z-index:-3;
  overflow:hidden;
  pointer-events:none;
}
#heroWebgl{position:absolute;inset:0;width:100%;height:100%;opacity:.88}
.hero-light-sweep{position:fixed;inset:-30%;opacity:.72}
.hero-vignette{position:fixed;inset:0}

/* Let the site-wide atmosphere remain visible through content sections. */
.statement{background:linear-gradient(180deg,rgba(7,7,10,.72),rgba(8,8,13,.82) 58%,rgba(8,8,13,.76))}
.ecosystem{background:rgba(8,8,13,.76)}
.products{background:linear-gradient(180deg,rgba(7,7,11,.72),rgba(6,6,10,.82))}
.workflow{background:rgba(7,7,10,.78)}
.microsoft{background:rgba(10,10,15,.78)}
.mobile-story{background:radial-gradient(circle at 24% 50%,rgba(81,94,255,.13),transparent 27%),rgba(7,7,11,.78)}
footer{background:rgba(5,5,7,.92)}

/* Hero copy must exist visually from the very first paint. */
.hero .reveal,
.hero .reveal-word{
  opacity:1;
  transform:none;
  clip-path:inset(0);
}
.hero .hero-kicker{animation:tgiHeroFade .75s .05s both var(--ease)}
.hero .hero-title .line:nth-child(1){animation:tgiHeroLine .9s .06s both var(--ease)}
.hero .hero-title .line:nth-child(2){animation:tgiHeroLine .9s .13s both var(--ease)}
.hero .hero-title .line:nth-child(3){animation:tgiHeroLine .9s .20s both var(--ease)}
.hero .hero-bottom{animation:tgiHeroFade .85s .28s both var(--ease)}
.hero .scroll-cue{animation:tgiHeroFade .9s .42s both var(--ease)}
@keyframes tgiHeroLine{from{opacity:0;transform:translateY(32px);filter:blur(7px)}to{opacity:1;transform:none;filter:blur(0)}}
@keyframes tgiHeroFade{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}

@media(prefers-reduced-motion:reduce){
  .hero .hero-kicker,.hero .hero-title .line,.hero .hero-bottom,.hero .scroll-cue{animation:none!important}
}

/* v5 — subtle scroll storytelling layer */
#scroll-atmosphere{
  position:fixed;inset:0;width:100%;height:100%;z-index:-2;pointer-events:none;
  opacity:.48;mix-blend-mode:screen;filter:blur(.05px);
}
/* Preserve enough transparency for the scroll trails to breathe behind content. */
.statement{background:linear-gradient(180deg,rgba(7,7,10,.66),rgba(8,8,13,.75) 58%,rgba(8,8,13,.69))}
.ecosystem{background:rgba(8,8,13,.68)}
.products{background:linear-gradient(180deg,rgba(7,7,11,.65),rgba(6,6,10,.75))}
.workflow{background:rgba(7,7,10,.70)}
.microsoft{background:rgba(10,10,15,.70)}
.mobile-story{background:radial-gradient(circle at 24% 50%,rgba(81,94,255,.11),transparent 27%),rgba(7,7,11,.70)}
@media(max-width:640px){#scroll-atmosphere{opacity:.34}}
@media(prefers-reduced-motion:reduce){#scroll-atmosphere{display:none}}

/* v6 — premium art direction pass */

body{font-family:"Manrope",Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;letter-spacing:-.015em}
.eyebrow,.hero-kicker,.product-index,.chips,.scroll-cue,.table-head,.phone-screen small,.widget small{font-family:"DM Mono",ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.08em}
.display,.hero-title,.cta-title{font-weight:500;letter-spacing:-.072em;line-height:.86}
.hero-title{font-size:clamp(72px,10.8vw,184px);max-width:1400px}
.hero-title .line{will-change:transform,filter;letter-spacing:inherit}
.hero-title .accent-line{background:linear-gradient(90deg,#f7f7f8 0%,#aab6ff 42%,#6f7fff 68%,#c3c8ff 100%);-webkit-background-clip:text;background-clip:text;color:transparent;background-size:180% 100%;animation:tgiHeroLine .9s .20s both var(--ease),titleShimmer 9s 1.2s ease-in-out infinite}
@keyframes titleShimmer{0%,100%{background-position:0% 50%}50%{background-position:100% 50%}}

/* Persistent visual chapter rail */
.chapter-rail{position:fixed;right:22px;top:50%;translate:0 -50%;z-index:18;display:grid;gap:11px;mix-blend-mode:screen}
.chapter-rail a{width:4px;height:4px;border-radius:99px;background:rgba(255,255,255,.22);transition:.45s var(--ease);position:relative}
.chapter-rail a::before{content:attr(data-label);position:absolute;right:14px;top:50%;translate:8px -50%;white-space:nowrap;font:500 9px/1 "DM Mono",monospace;letter-spacing:.12em;color:rgba(224,228,255,.52);opacity:0;transition:.35s var(--ease);pointer-events:none}
.chapter-rail a:hover::before,.chapter-rail a.active::before{opacity:1;translate:0 -50%}
.chapter-rail a.active{height:30px;background:linear-gradient(#aab7ff,#6878ff);box-shadow:0 0 18px rgba(111,126,255,.55)}

/* Kinetic separator */
.kinetic-band{overflow:hidden;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08);height:86px;display:flex;align-items:center;background:rgba(5,5,8,.34);backdrop-filter:blur(16px);position:relative;z-index:3}
.kinetic-track{display:flex;width:max-content;animation:kineticMove 38s linear infinite;will-change:transform}
.kinetic-track span{font-size:clamp(22px,2.5vw,40px);font-weight:500;letter-spacing:-.04em;color:rgba(244,246,255,.78);white-space:nowrap;padding-right:42px}
.kinetic-track i{font-style:normal;color:#7180ff;margin:0 38px;text-shadow:0 0 24px rgba(103,120,255,.72)}
@keyframes kineticMove{to{transform:translateX(-50%)}}

/* Section depth + giant watermarks */
.statement,.ecosystem,.products,.workflow,.microsoft,.mobile-story{position:relative;overflow:hidden}
.statement::before,.products::before,.microsoft::before{position:absolute;right:-.04em;top:.03em;font-size:clamp(150px,26vw,480px);font-weight:600;line-height:.8;letter-spacing:-.09em;color:rgba(255,255,255,.018);pointer-events:none;z-index:0}
.statement::before{content:"TGI"}.products::before{content:"01"}.microsoft::before{content:"MS"}
.statement>* ,.products>* ,.microsoft>*{position:relative;z-index:1}

/* Signature light scanner */
.site-scanner{position:fixed;left:0;right:0;top:-24vh;height:24vh;z-index:-1;pointer-events:none;background:linear-gradient(180deg,transparent,rgba(110,126,255,.032) 50%,rgba(158,184,255,.08) 72%,transparent);filter:blur(16px);transform:skewY(-6deg);animation:scannerFall 16s ease-in-out infinite}
@keyframes scannerFall{0%,10%{translate:0 -20vh;opacity:0}22%{opacity:.7}55%{opacity:.42}82%{opacity:.62}100%{translate:0 150vh;opacity:0}}

/* Cards that feel machined rather than boxed */
.cap-card,.ms-card,.browser-window,.phone,.big-phone{position:relative}
.cap-card::after,.ms-card::after{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:linear-gradient(135deg,rgba(174,190,255,.34),rgba(255,255,255,.035) 34%,transparent 62%,rgba(107,119,255,.18));-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;opacity:.5;transition:.55s var(--ease)}
.cap-card:hover::after,.ms-card:hover::after{opacity:1}
.cap-card{transition:transform .55s var(--ease),background .55s var(--ease),border-color .55s var(--ease)}
.cap-card:hover{transform:translateY(-8px);background:rgba(18,19,28,.8);border-color:rgba(130,145,255,.23)}

/* Product becomes the hero within the page */
.product-feature{min-height:110vh;align-items:center}
.product-copy{position:sticky;top:18vh;align-self:start;padding-top:4vh}
.product-copy h3{font-size:clamp(68px,8vw,138px);letter-spacing:-.078em;line-height:.79;font-weight:500}
.product-copy h3 span{display:inline-block;color:transparent;-webkit-text-stroke:1px rgba(222,227,255,.66);text-shadow:0 0 45px rgba(100,118,255,.12)}
.product-device{transform:perspective(1600px) rotateY(-3deg) rotateX(1.2deg);transition:transform .9s var(--ease)}
.product-feature:hover .product-device{transform:perspective(1600px) rotateY(-1deg) rotateX(.3deg) translateY(-4px)}
.device-glow{filter:blur(54px);opacity:.78;animation:deviceBreath 6s ease-in-out infinite}
@keyframes deviceBreath{50%{opacity:1;transform:scale(1.06)}}

/* Text reveals with premium blur/clip instead of generic fade */
.reveal-word:not(.in){filter:blur(8px);transform:translateY(34px) scaleY(1.03)}
.reveal-word.in{filter:blur(0);transform:none;transition:opacity 1s var(--ease),transform 1.05s var(--ease),filter 1.1s var(--ease)}
.reveal:not(.in){filter:blur(3px)}
.reveal.in{filter:blur(0);transition:opacity .9s var(--ease),transform .9s var(--ease),filter 1s var(--ease)}
.hero .reveal,.hero .reveal-word{filter:none}

/* Footer/CTA editorial scale */
.cta-title{font-size:clamp(76px,12.4vw,210px);max-width:1450px}
.cta{min-height:100vh;display:flex;flex-direction:column;justify-content:center}
.cta::after{content:"SECURE / CONNECT / AUTOMATE";position:absolute;bottom:22px;right:28px;font:400 10px/1 "DM Mono",monospace;letter-spacing:.15em;color:rgba(0,0,0,.4)}

@media(max-width:900px){.chapter-rail{display:none}.product-copy{position:relative;top:auto}.product-feature{min-height:auto}.product-device{transform:none}.kinetic-band{height:68px}.hero-title{font-size:clamp(64px,17vw,112px)}}
@media(prefers-reduced-motion:reduce){.kinetic-track,.site-scanner,.hero-title .accent-line,.device-glow{animation:none!important}}


/* ==========================================================================\n   v7 — TGI ULTRA / flagship art-direction pass\n   ========================================================================== */
:root{--electric:#6978ff;--electric2:#7aa8ff;--ice:#dce5ff;--ink:#050508;--panel:rgba(12,14,22,.78)}
body{font-family:"Manrope",Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#050508}
.display,.hero-title,.cta-title,.product-copy h3{font-family:"Inter Tight","Manrope",sans-serif;font-variation-settings:"opsz" 28;text-wrap:balance}
::selection{background:#7785ff;color:#fff}

/* Navigation — thinner, calmer, more premium */
.nav-shell{padding-inline:clamp(22px,3.4vw,56px)}
.nav-shell.scrolled{background:rgba(5,6,10,.62);box-shadow:0 18px 60px rgba(0,0,0,.18)}
.brand-mark{transform:skewX(-6deg)}
.brand-mark i{background:linear-gradient(180deg,#fff,#9aa9ff)}
.nav-cta{border-color:rgba(166,180,255,.18);background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.018));box-shadow:inset 0 1px 0 rgba(255,255,255,.06)}
.nav-cta:hover{border-color:rgba(168,182,255,.4);box-shadow:0 10px 40px rgba(82,101,255,.12),inset 0 1px 0 rgba(255,255,255,.08)}

/* Hero — immediate editorial impact, with low-key data status */
.hero{min-height:100svh;padding-bottom:86px}
.hero:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:clamp(180px,23vh,300px);pointer-events:none;z-index:-1;background:linear-gradient(180deg,rgba(5,5,8,0) 0%,rgba(6,6,9,.16) 26%,rgba(7,7,11,.46) 62%,rgba(7,7,10,.80) 100%)}
.hero-title{font-size:clamp(76px,11vw,190px);line-height:.745;letter-spacing:-.078em}
.hero-title .accent-line{-webkit-text-stroke:.35px rgba(255,255,255,.22);filter:drop-shadow(0 22px 46px rgba(70,86,255,.12))}
.hero-bottom{margin-top:56px;max-width:1050px}
.hero-bottom p{font-size:clamp(16px,1.25vw,20px);max-width:560px}
.hero-meta{display:flex;gap:22px;align-items:center;margin-top:30px;color:rgba(215,220,235,.54);font:500 9px/1.2 "DM Mono",monospace;letter-spacing:.1em;text-transform:uppercase}
.hero-meta span{display:flex;gap:8px;align-items:center;white-space:nowrap}
.hero-meta i{display:block;width:5px;height:5px;border-radius:50%;background:#7787ff;box-shadow:0 0 14px rgba(119,135,255,.85)}
.hero-meta span:nth-child(2) i{background:#83c4ff}.hero-meta span:nth-child(3) i{background:#a697ff}
.button-primary{box-shadow:0 12px 42px rgba(255,255,255,.08)}
.button-primary:hover{box-shadow:0 18px 52px rgba(255,255,255,.12)}

/* Section headings gain more editorial breathing room */
.section-pad{padding-top:clamp(118px,10vw,170px);padding-bottom:clamp(118px,10vw,170px)}
.eyebrow{color:rgba(191,198,220,.64)}
.display{font-size:clamp(62px,9vw,150px)}
.statement-layout{margin-top:72px}
.statement-copy{font-size:clamp(17px,1.3vw,20px)}
.capabilities{border-color:rgba(255,255,255,.075)}
.cap-card{background:linear-gradient(180deg,rgba(255,255,255,.012),rgba(255,255,255,.003))}
.cap-card h3{font-family:"Inter Tight",sans-serif;font-weight:500;font-size:26px;letter-spacing:-.035em}

/* Ecosystem — topology gets subtle running signal energy */
.ecosystem-stage{background:radial-gradient(circle at center,rgba(91,105,255,.12),transparent 27%),radial-gradient(circle at 68% 28%,rgba(74,166,255,.05),transparent 20%),rgba(255,255,255,.01);box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 60px 140px rgba(0,0,0,.18)}
.ecosystem-stage svg path{stroke-dasharray:7 15;animation:ecoSignal 9s linear infinite}
.ecosystem-stage svg path:nth-child(2n){animation-duration:12s;animation-direction:reverse}
@keyframes ecoSignal{to{stroke-dashoffset:-220}}
.eco-center{box-shadow:0 0 90px rgba(92,111,255,.22),inset 0 1px 0 rgba(255,255,255,.08)}
.eco-center:before{content:"";position:absolute;inset:-18px;border-radius:50%;border:1px solid rgba(118,137,255,.13);animation:ecoRing 4.5s ease-in-out infinite}
@keyframes ecoRing{50%{transform:scale(1.09);opacity:.28}}

/* PRODUCT / SERVICE DESK — flagship composition */
.products{padding-left:clamp(24px,4vw,66px);padding-right:clamp(24px,4vw,66px)}
.products-intro{margin-bottom:clamp(76px,7vw,110px)}
.product-feature-ultra{margin-top:0;min-height:960px;padding:0;display:grid;grid-template-columns:minmax(320px,.78fr) minmax(620px,1.52fr);gap:clamp(22px,3vw,54px);align-items:stretch;border:0;border-radius:0;overflow:visible;background:transparent}
.product-feature-ultra:before{content:"";position:absolute;inset:-4% -2%;border-radius:44px;background:radial-gradient(ellipse at 74% 35%,rgba(81,104,255,.19),transparent 28%),radial-gradient(ellipse at 50% 94%,rgba(40,90,255,.10),transparent 31%),linear-gradient(135deg,rgba(9,11,20,.6),rgba(6,7,12,.18));border:1px solid rgba(255,255,255,.055);box-shadow:0 80px 180px rgba(0,0,0,.28);pointer-events:none;z-index:0}
.product-feature-ultra:after{content:"";position:absolute;inset:-3%;border-radius:44px;pointer-events:none;background:linear-gradient(115deg,transparent 0 34%,rgba(118,139,255,.035) 47%,transparent 62%);animation:productAmbient 11s ease-in-out infinite;z-index:0}
@keyframes productAmbient{0%,100%{transform:translateX(-3%);opacity:.5}50%{transform:translateX(3%);opacity:1}}
.product-feature-ultra>*{position:relative;z-index:1}
.product-copy{position:relative;top:auto;align-self:center;padding:80px 0 120px 20px;max-width:530px;z-index:3}
.product-index{display:flex;align-items:center;gap:16px;color:#8292ff;font-size:10px;margin-bottom:32px}
.product-index i{width:52px;height:1px;background:linear-gradient(90deg,#7988ff,transparent)}
.product-index b{font-weight:400;color:rgba(230,234,255,.45)}
.product-copy h3{margin:0 0 30px;font-size:clamp(76px,7.9vw,136px);line-height:.78;letter-spacing:-.072em;font-weight:500}
.product-copy h3 .solid{color:#f4f5f8}
.product-copy h3 .stroke{color:transparent;-webkit-text-stroke:1px rgba(228,233,255,.48);text-shadow:0 0 42px rgba(93,111,255,.10)}
.product-lead{max-width:470px!important;font-size:clamp(18px,1.35vw,22px)!important;line-height:1.55!important;color:#d1d5df!important;margin-bottom:16px!important}
.product-desc{max-width:455px!important;color:#7f8596!important;font-size:14px!important}
.integration-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 26px;margin-top:34px;padding-top:26px;border-top:1px solid rgba(255,255,255,.075)}
.integration-item{display:flex;align-items:center;gap:10px;color:#adb4c8;font-size:11px}
.integration-item b{font-weight:500}
.integration-icon{width:29px;height:29px;display:grid;place-items:center;border:1px solid rgba(107,128,255,.34);border-radius:8px;color:#7789ff;background:rgba(80,99,255,.045);box-shadow:inset 0 0 14px rgba(84,102,255,.05)}
.graph-mark{border-radius:9px}.azure-mark{color:#8baaff}.ios-mark{position:relative;color:#8baaff}.secure-mark{font-size:17px}
.ios-mark:before{content:"";position:absolute;left:50%;top:50%;width:10px;height:17px;border:1.25px solid currentColor;border-radius:3px;transform:translate(-50%,-50%);background:linear-gradient(160deg,rgba(139,170,255,.12),transparent);box-shadow:0 0 9px rgba(116,143,255,.13)}
.ios-mark:after{content:"";position:absolute;left:50%;top:7px;width:3px;height:1px;border-radius:2px;background:currentColor;transform:translateX(-50%);opacity:.8}
.ios-mark i{position:absolute;left:50%;bottom:6px;width:4px;height:1px;border-radius:2px;background:currentColor;transform:translateX(-50%);opacity:.65}
.product-button{margin-top:34px;border:1px solid rgba(159,173,255,.18);background:rgba(255,255,255,.04);color:#e9ebf5;box-shadow:inset 0 1px 0 rgba(255,255,255,.05)}
.product-button:hover{border-color:rgba(159,173,255,.42);background:rgba(113,129,255,.11);box-shadow:0 18px 60px rgba(63,82,220,.13)}
.product-outline-word{position:absolute!important;left:-3.4vw;bottom:-3vw;display:grid;pointer-events:none;z-index:0!important;font-family:"Inter Tight",sans-serif;font-size:clamp(100px,12.8vw,220px);font-weight:500;line-height:.60;letter-spacing:-.085em;color:transparent;-webkit-text-stroke:1px rgba(177,190,255,.075);opacity:.75;white-space:nowrap}
.product-scanline{position:absolute!important;left:42%;top:-8%;width:1px;height:112%;background:linear-gradient(180deg,transparent,rgba(108,130,255,.16) 20%,rgba(133,160,255,.34) 50%,rgba(108,130,255,.09) 78%,transparent);box-shadow:0 0 28px rgba(91,116,255,.12);opacity:.5;z-index:0!important}

.product-device{position:relative;min-height:820px;height:100%;perspective:1800px;transform:none!important;transition:none!important}
.product-feature:hover .product-device{transform:none!important}
.device-glow{position:absolute;width:84%;height:64%;right:-1%;top:8%;filter:blur(72px);background:radial-gradient(ellipse,rgba(70,92,255,.25),rgba(62,105,255,.09) 37%,transparent 69%);animation:deviceBreath 8s ease-in-out infinite}
.device-light-arc{position:absolute;right:-14%;top:-10%;width:88%;height:74%;border-radius:50%;border-left:2px solid rgba(78,127,255,.42);filter:blur(.2px);transform:rotate(19deg);box-shadow:-8px 0 26px rgba(62,110,255,.18);opacity:.55}

.browser-window{width:96%;right:-1.5%;top:7%;border-radius:22px;background:rgba(7,9,15,.94);border:1px solid rgba(191,203,255,.18);box-shadow:0 70px 160px rgba(0,0,0,.56),0 0 0 1px rgba(255,255,255,.022) inset,0 0 70px rgba(63,84,255,.08);transform:perspective(1700px) rotateY(-3.3deg) rotateX(1.2deg) rotateZ(-.6deg);transform-origin:50% 50%;backdrop-filter:blur(18px)}
.browser-window:after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(124deg,rgba(255,255,255,.055),transparent 18% 76%,rgba(92,115,255,.06));mix-blend-mode:screen}
.browser-top{height:48px;background:rgba(13,16,25,.90);border-color:rgba(255,255,255,.055);padding-inline:17px}
.browser-top div{height:20px;background:rgba(255,255,255,.035)}
.app-shell{grid-template-columns:64px 1fr;min-height:520px}
.app-shell aside{padding-top:21px;background:linear-gradient(180deg,rgba(255,255,255,.012),transparent)}
.app-main{padding:32px 34px 30px}
.app-head strong{font-family:"Inter Tight",sans-serif;font-size:20px;font-weight:600;letter-spacing:-.025em}
.app-head button{padding:10px 15px;border-radius:9px;background:linear-gradient(135deg,#6271ff,#7483ff);box-shadow:0 8px 26px rgba(92,107,255,.22)}
.stats-row{gap:13px;margin:27px 0 32px}
.stats-row div{position:relative;min-height:78px;padding:15px 16px;background:linear-gradient(180deg,rgba(22,25,36,.88),rgba(14,16,24,.88));border-color:rgba(194,203,255,.09);overflow:hidden}
.stats-row b{font-family:"Inter Tight",sans-serif;font-size:25px;font-weight:600;letter-spacing:-.04em}
.stats-row svg{position:absolute;right:13px;bottom:14px;width:31%;height:24px;overflow:visible}
.stats-row svg path{fill:none;stroke:#6878ff;stroke-width:1.5;filter:drop-shadow(0 0 5px rgba(103,119,255,.45))}
.table-head,.table-row{padding:13px 9px;font-size:9px}
.table-row b{font-weight:600}
.table-row em{font-size:8px;padding:6px 9px}

/* Most important fix: phone is deliberately HIGH, overlapping the browser */
.phone{width:238px;height:492px;left:-10%;top:39%;bottom:auto;border:6px solid #1c202b;border-radius:45px;box-shadow:0 52px 120px rgba(0,0,0,.66),0 0 0 1px rgba(255,255,255,.05),0 0 62px rgba(74,101,255,.13);transform:translateY(-38%) rotateY(7deg) rotateZ(-3.7deg);overflow:hidden;z-index:7;background:#06070b}
.phone-rim{position:absolute;inset:2px;border-radius:38px;box-shadow:inset 2px 0 0 rgba(153,178,255,.12),inset -2px 0 0 rgba(255,255,255,.04);z-index:3;pointer-events:none}
.phone .dynamic-island{width:90px;height:21px;top:10px}
.phone-status{position:absolute;top:13px;left:20px;right:17px;z-index:3;display:flex;justify-content:space-between;font:600 7px/1 "Manrope",sans-serif;color:#d7dbe6}
.phone-screen{padding:49px 17px 15px;background:radial-gradient(circle at 44% 8%,rgba(78,95,192,.13),transparent 25%),linear-gradient(165deg,#111521,#080a10)}
.phone-head{font-family:"Inter Tight",sans-serif;font-size:17px;margin-bottom:29px}
.phone-screen>small{font-size:7px;color:#727a91}
.mobile-card{margin-top:13px;padding:15px 14px;border-radius:17px;background:linear-gradient(145deg,rgba(23,28,42,.96),rgba(17,21,31,.94));border-color:rgba(158,178,255,.13);box-shadow:inset 0 1px 0 rgba(255,255,255,.025)}
.mobile-card b{font-size:11px}.mobile-card>span{font-size:7px}.mobile-card p{font-size:8px;margin:14px 0 10px}.mobile-card strong{font-size:7px}
.mobile-nav{bottom:11px;left:13px;right:13px;height:42px;border-radius:15px;background:rgba(19,22,31,.9);border:1px solid rgba(255,255,255,.035)}

.product-benefits{position:absolute;left:13%;right:0;bottom:4%;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid rgba(255,255,255,.08);z-index:5}
.product-benefits>div{display:grid;grid-template-columns:27px 1fr;gap:10px;padding:24px 22px 6px;border-right:1px solid rgba(255,255,255,.065)}
.product-benefits>div:last-child{border-right:0}
.product-benefits>div>span{color:#6f83ff;font-size:20px;text-shadow:0 0 18px rgba(94,116,255,.45)}
.product-benefits p{margin:0}.product-benefits b{display:block;color:#8695ff;font-size:10px;font-weight:600;margin-bottom:10px}.product-benefits small{display:block;color:#7c8292;font-size:9px;line-height:1.55}

/* Workflow — active step reads like a precision system */
.workflow{padding-top:180px;padding-bottom:180px}
.workflow-track{max-width:760px}
.flow-step strong{font-family:"Inter Tight",sans-serif;font-weight:500;font-size:clamp(36px,3vw,50px)}
.flow-step.active{transform:translateX(8px)}
.flow-step.active strong{color:#eff1f8;text-shadow:0 0 36px rgba(116,134,255,.13)}

/* Microsoft cards behave like a connected stack */
.ms-card{position:relative;overflow:hidden;padding:28px 0}
.ms-card:before{content:"";position:absolute;left:-10%;top:0;width:28%;height:100%;background:linear-gradient(90deg,transparent,rgba(113,132,255,.065),transparent);transform:skewX(-18deg) translateX(-170%);transition:transform .9s var(--ease)}
.ms-card:hover:before{transform:skewX(-18deg) translateX(480%)}
.ms-icon{box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 12px 32px rgba(0,0,0,.2)}

/* Mobile section — elegant floating depth */
.big-phone{animation:phoneFloat 7s ease-in-out infinite;transform-origin:center}
@keyframes phoneFloat{0%,100%{translate:0 -5px;rotate:-5deg}50%{translate:0 10px;rotate:-3.7deg}}
.big-phone:after{content:"";position:absolute;left:15%;right:15%;bottom:-70px;height:42px;border-radius:50%;background:rgba(63,82,255,.22);filter:blur(30px);transform:scaleX(1.25)}
.widget{box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 28px 70px rgba(0,0,0,.22)}

/* Strong but quiet transition into CTA */
.final-transition{height:90px;overflow:hidden;display:flex;align-items:center;border-top:1px solid rgba(255,255,255,.055);background:linear-gradient(180deg,#07080c,#f3f1ec);position:relative}
.final-transition span{position:absolute;left:clamp(24px,5vw,80px);top:20px;color:rgba(214,219,238,.32);font:400 9px/1 "DM Mono",monospace;letter-spacing:.16em}
.cta{background:#f3f1ec}
.cta-title{font-family:"Inter Tight",sans-serif;font-weight:500;letter-spacing:-.08em}
.cta .button-dark{box-shadow:0 18px 55px rgba(0,0,0,.12)}

/* Pointer-based spotlight controlled by JS */
.product-feature-ultra{--px:72%;--py:38%}
.product-feature-ultra:before{background:radial-gradient(circle at var(--px) var(--py),rgba(108,132,255,.11),transparent 18%),radial-gradient(ellipse at 74% 35%,rgba(81,104,255,.17),transparent 28%),radial-gradient(ellipse at 50% 94%,rgba(40,90,255,.09),transparent 31%),linear-gradient(135deg,rgba(9,11,20,.62),rgba(6,7,12,.18))}

@media(max-width:1180px){
  .product-feature-ultra{grid-template-columns:.72fr 1.28fr;gap:22px}
  .product-copy{padding-left:0}.product-copy h3{font-size:clamp(70px,7.2vw,112px)}
  .phone{width:210px;height:438px;left:-8%;top:38%}
  .product-benefits{left:11%}.product-benefits>div{padding-inline:14px}.product-benefits small{font-size:8px}
}
@media(max-width:980px){
  .hero-meta{flex-wrap:wrap}
  .product-feature-ultra{grid-template-columns:1fr;min-height:auto;padding:0 0 30px}
  .product-feature-ultra:before{inset:-2% -4%}
  .product-copy{padding:70px 14px 20px;max-width:720px}
  .product-device{min-height:720px;margin-left:5%}
  .browser-window{width:100%;right:-5%;top:4%}
  .phone{left:-4%;top:42%}
  .product-benefits{left:18%;right:1%;bottom:1%}
  .product-outline-word{bottom:0;font-size:20vw}
}
@media(max-width:720px){
  .hero-meta{gap:12px 18px}.hero-meta span{font-size:8px}
  .product-device{min-height:610px;margin-left:0}
  .browser-window{width:118%;right:-34%;top:5%;transform:rotateY(-3deg) rotateX(1deg) scale(.88);transform-origin:left top}
  .phone{width:178px;height:370px;left:-2%;top:41%;transform:translateY(-36%) rotateZ(-3.5deg)}
  .phone-status{display:none}.phone .dynamic-island{width:66px;height:16px}.phone-screen{padding:41px 12px 12px}.phone-head{font-size:13px;margin-bottom:20px}.mobile-card{padding:11px;border-radius:13px}.mobile-card b{font-size:9px}
  .product-benefits{grid-template-columns:1fr 1fr;left:0;right:0;bottom:-3%;background:rgba(7,8,13,.62);backdrop-filter:blur(16px)}
  .product-benefits>div:nth-child(2){border-right:0}.product-benefits>div{padding:14px 10px;border-bottom:1px solid rgba(255,255,255,.05)}
  .product-outline-word{display:none}.product-scanline{display:none}
  .integration-grid{gap:10px}.integration-item{font-size:10px}
}
@media(max-width:480px){
  .hero-meta span:nth-child(3){display:none}
  .product-device{min-height:565px}
  .browser-window{width:136%;right:-56%;transform:rotateY(-2deg) scale(.78)}
  .phone{left:1%;top:38%}
  .product-benefits{bottom:-5%}.product-benefits small{display:none}
}
@media(prefers-reduced-motion:reduce){.ecosystem-stage svg path,.big-phone,.product-feature-ultra:after{animation:none!important}.phone,.browser-window{transform:none!important}}

/* v7.1 — requested layout corrections */
.statement{background:linear-gradient(180deg,rgba(7,7,10,.80) 0%,rgba(8,8,13,.72) 18%,rgba(8,8,13,.70) 60%,rgba(8,8,13,.69) 100%)}

.product-device .browser-window{position:absolute}
.product-device .phone{position:absolute;left:-10%;top:43%;bottom:auto;transform:translateY(-27%) rotateY(7deg) rotateZ(-3.7deg);z-index:7}

.flow-step.active{transform:none}
.flow-step.active>b,.flow-step.active>div{transform:translateX(8px);transition:transform .5s var(--ease)}
.flow-step:before{left:-36.5px;transform:translateX(-50%)}

@media(max-width:1180px){
  .product-device .phone{left:-8%;top:43%;transform:translateY(-25%) rotateY(6deg) rotateZ(-3.5deg)}
}
@media(max-width:980px){
  .product-device .phone{left:-4%;top:41%;transform:translateY(-22%) rotateZ(-3deg)}
}
@media(max-width:640px){
  .product-device .phone{left:1%;top:38%;transform:translateY(-18%) rotateZ(-3deg)}
  .flow-step:before{left:-25px;transform:translateX(-50%)}
}

@media (max-width:640px){.brand-logo{height:30px}.nav-shell.scrolled .brand-logo{height:27px}}

/* Concept 01 exact brand lockup */
.brand{gap:10px}
.brand-logo-mark{display:block;height:36px;width:auto;flex:0 0 auto;filter:drop-shadow(0 0 10px rgba(52,112,255,.12));transition:height .4s var(--ease),filter .35s var(--ease),transform .35s var(--ease)}
.brand-word{font-family:"Manrope",Inter,ui-sans-serif,sans-serif;font-size:16px;font-weight:750;letter-spacing:.16em;line-height:1;color:#f6f7fb}
.brand:hover .brand-logo-mark{filter:drop-shadow(0 0 14px rgba(65,127,255,.26));transform:translateY(-1px)}
.nav-shell.scrolled .brand-logo-mark{height:31px}
footer .brand-logo-mark{height:38px}
.mini-logo-img{width:auto;height:25px}
@media(max-width:640px){.brand-logo-mark{height:31px}.nav-shell.scrolled .brand-logo-mark{height:28px}.brand-word{font-size:14px}}

/* ========================================================================== */
/* TGI Service Desk — dedicated product page                                  */
/* ========================================================================== */
.service-page{position:relative;width:100%;max-width:100vw;overflow-x:hidden;background:#050508;color:#f4f5f8}
.service-page .desktop-nav a[aria-current="page"]{color:#fff}
.service-page .desktop-nav a[aria-current="page"]:after{transform:scaleX(1);background:#7181ff}
.service-page .section-pad{padding-inline:clamp(24px,5vw,82px)}

.sd-hero{position:relative;min-height:100svh;padding-top:150px;padding-bottom:110px;display:flex;flex-direction:column;justify-content:center;overflow:hidden;background:radial-gradient(circle at 82% 40%,rgba(77,91,255,.15),transparent 25%),linear-gradient(180deg,#050508,#070810)}
.sd-hero:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(to bottom,transparent 3%,#000 28%,#000 77%,transparent)}
.sd-hero:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:190px;background:linear-gradient(transparent,#08090e);pointer-events:none}
.sd-hero-glow{position:absolute;width:740px;height:740px;border:1px solid rgba(120,140,255,.08);border-radius:50%;right:-220px;top:12%;box-shadow:0 0 140px rgba(74,91,255,.08),inset 0 0 120px rgba(62,84,255,.035);animation:sdRotate 28s linear infinite}
.sd-hero-glow:before,.sd-hero-glow:after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(120,140,255,.07)}
.sd-hero-glow:before{inset:80px}.sd-hero-glow:after{inset:170px}
@keyframes sdRotate{to{transform:rotate(360deg)}}
.sd-hero .hero-kicker{position:relative;top:auto;margin-bottom:52px;z-index:2}
.sd-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(420px,.83fr) minmax(600px,1.17fr);gap:clamp(28px,4vw,72px);align-items:center}
.sd-hero-copy{position:relative;z-index:3}
.sd-status{display:flex;align-items:center;gap:10px;margin:0 0 26px;color:#aeb4c5;font:500 10px/1 "DM Mono",monospace;letter-spacing:.12em;text-transform:uppercase}
.sd-status i{width:7px;height:7px;border-radius:50%;background:#7688ff;box-shadow:0 0 18px rgba(118,136,255,.9);animation:statusPulse 2.4s ease-in-out infinite}
@keyframes statusPulse{50%{opacity:.4;box-shadow:0 0 7px rgba(118,136,255,.45)}}
.sd-title{margin:0;font-family:"Inter Tight",sans-serif;font-size:clamp(70px,7.25vw,132px);font-weight:560;line-height:.79;letter-spacing:-.072em}
.sd-title span{display:block;white-space:nowrap}
.sd-intro{max-width:650px;margin:42px 0 0;color:#a3a8b7;font-size:clamp(16px,1.15vw,19px);line-height:1.7}
.sd-hero .hero-actions{margin-top:32px}
.sd-trust{display:flex;flex-wrap:wrap;gap:9px;margin-top:32px}
.sd-trust span{padding:8px 11px;border:1px solid rgba(255,255,255,.09);border-radius:999px;background:rgba(255,255,255,.025);color:#777e91;font:500 8px/1 "DM Mono",monospace;letter-spacing:.1em;text-transform:uppercase}
.sd-hero-product{position:relative;min-height:720px;perspective:1800px}
.sd-hero-product .device-glow{right:-5%;top:4%;width:96%;height:78%}
.sd-hero-product .browser-window{position:absolute;width:104%;right:-10%;top:9%;z-index:3}
.sd-hero-product .phone{position:absolute;left:-3%;top:47%;bottom:auto;z-index:7;transform:translateY(-27%) rotateY(7deg) rotateZ(-3.7deg)}
.sd-orbit{position:absolute;border-radius:50%;border:1px solid rgba(121,140,255,.09);pointer-events:none}
.orbit-one{width:640px;height:640px;right:-120px;top:1%;animation:sdRotate 24s linear infinite reverse}
.orbit-two{width:440px;height:440px;right:20px;top:16%;border-style:dashed;animation:sdRotate 34s linear infinite}
.micro-trend{display:block;position:absolute;right:14px;bottom:15px;width:54px;height:18px;border-bottom:1px solid #687aff;transform:skewY(-11deg);opacity:.8}
.micro-trend:before,.micro-trend:after{content:"";position:absolute;height:1px;background:#687aff;transform-origin:left}
.micro-trend:before{left:0;bottom:0;width:28px;transform:rotate(-14deg)}
.micro-trend:after{left:26px;bottom:7px;width:29px;transform:rotate(9deg)}
.trend-two{transform:skewY(9deg)}.trend-three{transform:skewY(-18deg)}
.sd-hero .scroll-cue{z-index:4}

.sd-outcomes{position:relative;z-index:5;display:grid;grid-template-columns:repeat(4,1fr);padding:0 clamp(24px,5vw,82px) 80px;background:#08090e;border-bottom:1px solid rgba(255,255,255,.055)}
.sd-outcome{padding:36px 28px 38px;border-top:1px solid rgba(255,255,255,.09);border-right:1px solid rgba(255,255,255,.065);background:linear-gradient(180deg,rgba(255,255,255,.018),transparent)}
.sd-outcome:last-child{border-right:0}
.sd-outcome b{display:block;color:#6f80ff;font:500 9px/1 "DM Mono",monospace;letter-spacing:.1em;margin-bottom:46px}
.sd-outcome span{display:block;font-family:"Inter Tight",sans-serif;font-size:24px;letter-spacing:-.035em}
.sd-outcome p{margin:12px 0 0;color:#777d8b;font-size:12px;line-height:1.6;max-width:240px}

.sd-capabilities{background:#08090e}
.sd-section-head{display:grid;grid-template-columns:minmax(320px,1.4fr) minmax(260px,.6fr);column-gap:64px;align-items:end}
.sd-section-head .eyebrow{grid-column:1/-1;margin-bottom:50px}
.sd-section-head>p{max-width:470px;margin:0 0 10px;color:#858b9b;line-height:1.7}
.sd-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-top:100px;border-top:1px solid rgba(255,255,255,.085);border-left:1px solid rgba(255,255,255,.065)}
.sd-feature{position:relative;min-height:400px;padding:34px clamp(24px,2.5vw,42px) 38px;border-right:1px solid rgba(255,255,255,.065);border-bottom:1px solid rgba(255,255,255,.065);overflow:hidden;background:linear-gradient(155deg,rgba(255,255,255,.016),transparent 56%);transition:background .45s var(--ease),transform .45s var(--ease)}
.sd-feature:hover{background:radial-gradient(circle at 75% 20%,rgba(95,115,255,.10),transparent 32%),rgba(255,255,255,.018);transform:translateY(-3px)}
.sd-feature>span{color:#596074;font:500 9px/1 "DM Mono",monospace}
.sd-feature h3{margin:44px 0 14px;font-family:"Inter Tight",sans-serif;font-size:30px;font-weight:500;letter-spacing:-.04em}
.sd-feature p{margin:0;color:#7d8392;font-size:13px;line-height:1.7;max-width:350px}
.feature-glyph{position:relative;width:110px;height:90px;margin:54px 0 0;border:1px solid rgba(126,145,255,.12);border-radius:18px;background:rgba(96,113,255,.025)}
.feature-glyph:before{content:"";position:absolute;inset:12px;border:1px solid rgba(126,145,255,.08);border-radius:12px}
.feature-glyph i{position:absolute;display:block;background:#7586ff;box-shadow:0 0 16px rgba(117,134,255,.35)}
.glyph-inbox i{left:28px;right:28px;height:2px}.glyph-inbox i:nth-child(1){top:30px}.glyph-inbox i:nth-child(2){top:44px}.glyph-inbox i:nth-child(3){top:58px;width:30px;right:auto}
.glyph-flow i{width:12px;height:12px;border-radius:50%;top:39px}.glyph-flow i:nth-child(1){left:19px}.glyph-flow i:nth-child(2){left:49px}.glyph-flow i:nth-child(3){right:19px}.glyph-flow:after{content:"";position:absolute;left:30px;right:30px;top:44px;height:1px;background:rgba(117,134,255,.5)}
.glyph-approve i:nth-child(1){width:40px;height:40px;border-radius:50%;left:35px;top:25px;background:transparent;border:1px solid #7586ff}.glyph-approve i:nth-child(2){width:11px;height:2px;left:49px;top:46px;transform:rotate(42deg)}.glyph-approve i:nth-child(3){width:22px;height:2px;left:57px;top:42px;transform:rotate(-48deg)}
.glyph-search i:nth-child(1){width:34px;height:34px;border:1px solid #7586ff;border-radius:50%;background:transparent;left:29px;top:22px}.glyph-search i:nth-child(2){width:22px;height:2px;left:58px;top:57px;transform:rotate(45deg)}.glyph-search i:nth-child(3){width:14px;height:2px;right:12px;bottom:16px;opacity:.25}
.glyph-notify i:nth-child(1){width:34px;height:38px;border:1px solid #7586ff;border-radius:20px 20px 8px 8px;background:transparent;left:38px;top:20px}.glyph-notify i:nth-child(2){width:42px;height:2px;left:34px;top:59px}.glyph-notify i:nth-child(3){width:7px;height:7px;border-radius:50%;left:51px;top:65px}
.glyph-history i{height:1px;left:25px;right:25px}.glyph-history i:nth-child(1){top:28px}.glyph-history i:nth-child(2){top:44px;right:40px}.glyph-history i:nth-child(3){top:60px;right:30px}.glyph-history:after{content:"";position:absolute;width:8px;height:8px;border-radius:50%;border:1px solid #7586ff;right:20px;top:24px}

.sd-integrations{position:relative;width:100%;max-width:100%;overflow:hidden;background:radial-gradient(circle at 50% 58%,rgba(79,99,255,.12),transparent 29%),#06070b}
.sd-integrations:before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(135,151,255,.15) .6px,transparent .6px);background-size:25px 25px;mask-image:radial-gradient(circle at center,#000,transparent 65%);opacity:.4}
.integrations-head{position:relative;z-index:2}
.sd-integration-stage{z-index:2;width:100%;max-width:100%;min-width:0;height:min(62vw,650px);margin-top:90px;contain:layout paint;touch-action:pan-y;background:radial-gradient(circle at center,rgba(91,105,255,.16),transparent 29%),radial-gradient(circle at 68% 28%,rgba(74,166,255,.055),transparent 20%),rgba(255,255,255,.008)}
.sd-integration-stage .eco-radar{width:52%;border-color:rgba(131,149,255,.08);box-shadow:0 0 0 70px rgba(99,117,255,.018),0 0 0 140px rgba(99,117,255,.01)}
.sd-integration-core{width:165px;height:165px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(circle at 35% 25%,#232a46,#10131e 70%)}
.sd-integration-core img{height:34px;margin-bottom:13px}.sd-integration-core strong{font-family:"Inter Tight",sans-serif;font-size:17px;font-weight:600;letter-spacing:-.02em}.sd-integration-core small{bottom:25px;font-size:6px;color:#788099}
.sd-integration-stage .eco-node{border-color:rgba(151,165,255,.14);background:rgba(10,12,19,.76);box-shadow:0 14px 38px rgba(0,0,0,.18)}
.integration-note{position:relative;z-index:2;display:grid;grid-template-columns:.35fr .65fr;gap:40px;max-width:820px;margin:50px auto 0;padding-top:25px;border-top:1px solid rgba(255,255,255,.08)}
.integration-note span{color:#8695ff;font:500 9px/1 "DM Mono",monospace;text-transform:uppercase;letter-spacing:.1em}.integration-note p{margin:0;color:#858b9a;font-size:13px;line-height:1.7}

.sd-mobile{display:grid;grid-template-columns:.83fr 1.17fr;gap:clamp(50px,7vw,120px);align-items:center;width:100%;max-width:100%;min-height:950px;overflow:hidden;background:linear-gradient(135deg,#08090f,#06070a)}
.sd-mobile-copy>p{max-width:560px;margin:35px 0 0;color:#858b9a;font-size:16px;line-height:1.75}
.sd-checks{list-style:none;padding:0;margin:50px 0 0;max-width:610px;border-top:1px solid rgba(255,255,255,.08)}
.sd-checks li{display:grid;grid-template-columns:28px 1fr;gap:18px;padding:25px 0;border-bottom:1px solid rgba(255,255,255,.065)}
.sd-checks li>i{position:relative;width:22px;height:22px;border:1px solid rgba(112,133,255,.28);border-radius:50%;margin-top:3px}
.sd-checks li>i:after{content:"";position:absolute;width:8px;height:4px;border-left:1px solid #8090ff;border-bottom:1px solid #8090ff;left:6px;top:7px;transform:rotate(-45deg)}
.sd-checks b,.sd-checks small{display:block}.sd-checks b{font-size:14px;font-weight:600}.sd-checks small{margin-top:7px;color:#6f7584;font-size:11px;line-height:1.6}
.sd-mobile-stage{position:relative;width:100%;max-width:100%;min-width:0;height:760px;display:grid;place-items:center}
.mobile-halo{position:absolute;width:560px;height:560px;border-radius:50%;background:radial-gradient(circle,rgba(72,92,255,.18),rgba(49,74,255,.04) 35%,transparent 68%);filter:blur(18px)}
.sd-big-phone{width:340px;height:700px;transform:rotate(-3deg);z-index:3;border-color:#232735}
.sd-big-phone .big-phone-screen{padding:70px 17px 20px;background:radial-gradient(circle at 50% 0,rgba(73,89,166,.18),transparent 30%),linear-gradient(165deg,#131724,#080a10)}
.sd-mobile-header small,.sd-mobile-header b,.sd-mobile-header span{display:block}.sd-mobile-header small{color:#7889ff;font:500 8px/1 "DM Mono",monospace;letter-spacing:.12em}.sd-mobile-header b{margin-top:20px;font-family:"Inter Tight",sans-serif;font-size:24px;letter-spacing:-.03em}.sd-mobile-header span{margin-top:7px;color:#777e90;font-size:11px}
.sd-mobile-summary{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:24px 0 12px}.sd-mobile-summary>div{padding:15px;border:1px solid rgba(255,255,255,.07);border-radius:15px;background:rgba(255,255,255,.025)}.sd-mobile-summary small{display:block;color:#666f84;font:500 7px/1 "DM Mono",monospace}.sd-mobile-summary b{display:block;margin-top:8px;font-size:28px;font-weight:500}
.sd-mobile-request{padding:18px 16px;margin-top:10px;border:1px solid rgba(139,157,255,.16);border-radius:18px;background:linear-gradient(145deg,rgba(31,37,56,.85),rgba(17,21,31,.92))}.sd-mobile-request>small{color:#8191ff;font:500 7px/1 "DM Mono",monospace}.sd-mobile-request>b{display:block;margin-top:13px;font-size:13px}.sd-mobile-request>p{color:#6e7689;font-size:8px}.sd-mobile-request>div{display:flex;align-items:center;justify-content:space-between;margin-top:18px;padding-top:13px;border-top:1px solid rgba(255,255,255,.06);color:#9aa7ff;font-size:9px}.sd-mobile-request i{font-style:normal}.muted-request{opacity:.55}.sd-mobile-tabs{position:absolute;left:14px;right:14px;bottom:13px;height:48px;border:1px solid rgba(255,255,255,.05);border-radius:17px;background:rgba(13,16,24,.9);display:flex;align-items:center;justify-content:space-around}.sd-mobile-tabs i{width:10px;height:10px;border-radius:3px;background:#3d4351}.sd-mobile-tabs i.active{background:#7485ff;box-shadow:0 0 12px rgba(116,133,255,.7)}
.mobile-float{position:absolute;z-index:5;display:flex;align-items:center;gap:12px;padding:13px 16px;border:1px solid rgba(255,255,255,.10);border-radius:13px;background:rgba(13,16,25,.82);backdrop-filter:blur(15px);box-shadow:0 20px 60px rgba(0,0,0,.3)}
.mobile-float>i{width:9px;height:9px;border-radius:50%;background:#6dd39b;box-shadow:0 0 14px rgba(109,211,155,.65)}.mobile-float b,.mobile-float small{display:block}.mobile-float b{font-size:10px}.mobile-float small{margin-top:4px;color:#70788a;font-size:8px}.float-a{right:3%;top:20%}.float-b{left:0;bottom:20%}.float-b>i{background:#7385ff;box-shadow:0 0 14px rgba(115,133,255,.65)}

.sd-security{position:relative;background:#07080c;overflow:hidden}
.sd-security:before{content:"SECURE";position:absolute;right:-3vw;top:80px;color:transparent;-webkit-text-stroke:1px rgba(158,173,255,.045);font-family:"Inter Tight",sans-serif;font-size:22vw;font-weight:600;letter-spacing:-.08em;pointer-events:none}
.sd-security-top{position:relative;z-index:2;display:grid;grid-template-columns:1.35fr .65fr;gap:70px;align-items:end}
.sd-security-top>div>.eyebrow{margin-bottom:50px}.sd-security-top>p{max-width:470px;margin:0 0 12px;color:#858b9a;line-height:1.75}
.security-layers{position:relative;z-index:2;margin-top:100px;border-top:1px solid rgba(255,255,255,.08)}
.security-layer{position:relative;display:grid;grid-template-columns:90px 1fr 80px;align-items:center;min-height:170px;border-bottom:1px solid rgba(255,255,255,.075);transition:background .45s var(--ease)}
.security-layer:hover{background:linear-gradient(90deg,rgba(107,126,255,.07),transparent 60%)}
.security-layer>b{color:#5d6577;font:500 10px/1 "DM Mono",monospace}.security-layer>div{display:grid;grid-template-columns:.35fr .65fr 1fr;gap:30px;align-items:center}.security-layer span{color:#7484ff;font:500 9px/1 "DM Mono",monospace;letter-spacing:.11em}.security-layer h3{margin:0;font-family:"Inter Tight",sans-serif;font-size:30px;font-weight:500;letter-spacing:-.035em}.security-layer p{max-width:420px;margin:0;color:#737988;font-size:12px;line-height:1.65}.security-layer>i{justify-self:end;width:34px;height:34px;border:1px solid rgba(255,255,255,.1);border-radius:50%;position:relative}.security-layer>i:after{content:"↗";position:absolute;inset:0;display:grid;place-items:center;color:#6f7b96;font-style:normal;font-size:12px}

.sd-final{position:relative;min-height:100vh;display:flex;flex-direction:column;justify-content:center;background:#f2f0eb;color:#0c0d10;overflow:hidden}
.sd-final:before{content:"";position:absolute;width:560px;height:560px;right:-100px;top:-140px;border:1px solid rgba(34,45,87,.12);border-radius:50%;box-shadow:inset 0 0 90px rgba(92,107,255,.08)}
.sd-final .eyebrow{color:rgba(12,13,16,.5)}
.sd-final .cta-title{margin:55px 0 0;line-height:.75}
.sd-final-bottom{display:flex;align-items:center;justify-content:space-between;gap:35px;margin-top:80px;padding-top:28px;border-top:1px solid rgba(0,0,0,.18)}
.sd-final-bottom p{max-width:580px;margin:0;color:#50535d;font-size:17px;line-height:1.6}.sd-final .button-dark{background:#0c0d10;color:#fff}

@media(max-width:1180px){
  .sd-hero-grid{grid-template-columns:.78fr 1.22fr}.sd-title{font-size:clamp(66px,7vw,100px)}.sd-hero-product{min-height:650px}.sd-hero-product .browser-window{width:110%;right:-20%}.sd-hero-product .phone{width:205px;height:430px}
  .sd-feature{min-height:380px}.sd-feature h3{font-size:26px}
  .sd-integration-stage{height:620px}
  .security-layer>div{grid-template-columns:.3fr .65fr 1fr}
}
@media(max-width:980px){
  .sd-hero{padding-top:135px}.sd-hero-grid{grid-template-columns:1fr}.sd-title{font-size:clamp(76px,12vw,118px)}.sd-hero-product{min-height:720px;margin-top:20px}.sd-hero-product .browser-window{width:100%;right:-3%}.sd-hero-product .phone{left:1%;top:48%}
  .sd-outcomes{grid-template-columns:1fr 1fr}.sd-outcome:nth-child(2){border-right:0}
  .sd-section-head{grid-template-columns:1fr}.sd-section-head>p{margin-top:35px}.sd-feature-grid{grid-template-columns:1fr 1fr}
  .sd-integration-stage{height:600px}
  .sd-mobile{grid-template-columns:1fr}.sd-mobile-copy{max-width:750px}.sd-mobile-stage{height:760px}
  .sd-security-top{grid-template-columns:1fr}.sd-security-top>p{margin-top:35px}.security-layer{grid-template-columns:60px 1fr 50px}.security-layer>div{grid-template-columns:.35fr .65fr}.security-layer p{grid-column:1/-1;margin-top:0;padding-bottom:20px}
}
@media(max-width:720px){
  .service-page .section-pad{padding-inline:20px}.sd-hero{min-height:auto;padding-top:118px;padding-bottom:80px}.sd-hero .hero-kicker{margin-bottom:35px}.sd-title{font-size:16vw;line-height:.82}.sd-intro{margin-top:28px;font-size:15px}.sd-trust{margin-top:25px}
  .sd-hero-product{min-height:570px}.sd-hero-product .browser-window{width:130%;right:-48%;top:8%;transform:scale(.82) rotateY(-3deg);transform-origin:left top}.sd-hero-product .phone{width:176px;height:370px;left:0;top:42%}.sd-orbit{display:none}
  .sd-outcomes{padding:0 20px 55px}.sd-outcome{padding:28px 18px}.sd-outcome b{margin-bottom:28px}.sd-outcome span{font-size:20px}
  .sd-section-head .eyebrow{margin-bottom:35px}.sd-feature-grid{grid-template-columns:1fr;margin-top:65px}.sd-feature{min-height:330px}.feature-glyph{margin-top:38px}.sd-feature h3{margin-top:32px}
  .service-page .sd-integrations{padding-left:14px;padding-right:14px}.sd-integration-stage{height:540px;min-height:520px;margin:60px 0 0;border-radius:20px}.sd-integration-stage .eco-radar{width:62%;box-shadow:0 0 0 48px rgba(99,117,255,.018),0 0 0 96px rgba(99,117,255,.01)}.sd-integration-core{width:108px;height:108px}.sd-integration-core img{height:24px;margin-bottom:8px}.sd-integration-core strong{font-size:11px}.sd-integration-core small{bottom:16px;font-size:5px}.sd-integration-stage .eco-node{max-width:calc(50% - 20px);gap:6px;padding:7px 8px;font-size:7px;line-height:1.2;white-space:nowrap}.sd-integration-stage .eco-node i{flex:0 0 5px;width:5px;height:5px}.sd-integration-stage .n1{left:9px;top:12%}.sd-integration-stage .n2{right:9px;top:14%}.sd-integration-stage .n3{right:8px;top:47%}.sd-integration-stage .n4{right:9px;bottom:12%}.sd-integration-stage .n5{left:9px;bottom:12%}.sd-integration-stage .n6{left:8px;top:51%}.integration-note{grid-template-columns:1fr;gap:14px}
  .sd-mobile{padding-top:100px;padding-bottom:100px}.sd-mobile-stage{height:660px}.mobile-halo{width:min(110vw,420px);height:auto;aspect-ratio:1}.sd-big-phone{width:290px;height:600px}.float-a{right:-2%;top:18%}.float-b{left:-3%;bottom:18%}
  .sd-security-top>div>.eyebrow{margin-bottom:35px}.security-layers{margin-top:65px}.security-layer{grid-template-columns:45px 1fr 36px;padding:22px 0}.security-layer>div{display:block}.security-layer span{display:block;margin-bottom:14px}.security-layer h3{font-size:24px}.security-layer p{margin-top:10px;padding:0}.security-layer>i{width:30px;height:30px}
  .sd-final{min-height:760px}.sd-final-bottom{display:block;margin-top:55px}.sd-final-bottom .button{margin-top:30px}
}
@media(max-width:480px){
  .sd-title span{white-space:normal}.sd-hero-product{min-height:530px}.sd-hero-product .browser-window{width:148%;right:-72%;transform:scale(.72) rotateY(-2deg)}.sd-hero-product .phone{width:160px;height:338px;top:39%}
  .sd-outcomes{grid-template-columns:1fr}.sd-outcome{border-right:0}.sd-outcome p{max-width:none}
  .sd-integration-stage{height:510px;min-height:500px}.sd-integration-stage .eco-node{max-width:calc(50% - 17px);padding:6px 7px;font-size:6.5px}.sd-integration-stage .n1,.sd-integration-stage .n5{left:7px}.sd-integration-stage .n2,.sd-integration-stage .n4{right:7px}.sd-integration-stage .n3{right:6px}.sd-integration-stage .n6{left:6px}
  .sd-mobile-stage{height:580px}.sd-big-phone{width:255px;height:530px}.sd-mobile-header b{font-size:20px}.sd-mobile-summary b{font-size:23px}.mobile-float{padding:10px 12px}.float-a{right:-12px}.float-b{left:-12px}.mobile-float small{display:none}
  .sd-final .cta-title{font-size:18vw}
}
@media(prefers-reduced-motion:reduce){.sd-hero-glow,.sd-status i,.sd-integration-core:before{animation:none!important}}

.not-found{min-height:100svh;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:clamp(28px,7vw,110px);background:radial-gradient(circle at 75% 35%,rgba(74,96,255,.17),transparent 27%)}
.not-found>img{width:54px;margin-bottom:50px}.not-found>p{color:#7688ff;font:500 10px/1 "DM Mono",monospace;letter-spacing:.14em}.not-found h1{margin:28px 0 45px;font-family:"Inter Tight",sans-serif;font-size:clamp(74px,12vw,190px);line-height:.74;letter-spacing:-.075em}.not-found h1 span{color:transparent;-webkit-text-stroke:1px rgba(225,230,255,.55)}

/* v8 — denser company, mobile and closing stories */
.statement-layout{grid-template-columns:minmax(520px,1.18fr) minmax(390px,.82fr);gap:clamp(54px,7vw,120px);align-items:start}
.statement-copy{max-width:none;padding:8px 0 0 clamp(30px,3.6vw,62px);border-left:1px solid rgba(255,255,255,.09)}
.statement-overline{display:block;margin-bottom:24px;color:#7d8dff;font:500 9px/1 "DM Mono",monospace;letter-spacing:.13em;text-transform:uppercase}
.statement-lead{margin:0;color:#e7e9ef;font-family:"Inter Tight",sans-serif;font-size:clamp(25px,2vw,34px);line-height:1.17;letter-spacing:-.035em}
.statement-copy .muted-copy{margin:25px 0 0;color:#858b9b;font-size:14px;line-height:1.75}
.statement-principles{margin-top:38px;border-top:1px solid rgba(255,255,255,.08)}
.statement-principles>div{display:grid;grid-template-columns:36px 1fr;gap:15px;padding:20px 0;border-bottom:1px solid rgba(255,255,255,.065)}
.statement-principles>div>b{padding-top:4px;color:#5f6fe4;font:500 9px/1 "DM Mono",monospace}
.statement-principles p{margin:0}.statement-principles strong,.statement-principles span{display:block}.statement-principles strong{color:#d8dbe5;font-size:12px;font-weight:600}.statement-principles span{max-width:390px;margin-top:6px;color:#6f7585;font-size:10px;line-height:1.55}
.statement-link{display:flex;align-items:center;justify-content:space-between;margin-top:27px;padding:16px 0;color:#aeb7ff;border-bottom:1px solid rgba(118,136,255,.24);font:500 10px/1 "DM Mono",monospace;letter-spacing:.08em;text-transform:uppercase;transition:color .3s var(--ease),border-color .3s var(--ease)}
.statement-link:hover{color:#fff;border-color:#8391ff}.statement-link b{font-size:15px;font-weight:400}
.statement .capabilities{margin-top:125px}

.mobile-story{grid-template-columns:minmax(420px,.88fr) minmax(520px,1.12fr);gap:clamp(55px,7vw,120px);min-height:1060px}
.mobile-visual{position:relative}.mobile-visual:before{content:"";position:absolute;width:530px;height:530px;border-radius:50%;border:1px solid rgba(111,129,255,.08);box-shadow:0 0 0 80px rgba(96,113,255,.022),0 0 0 160px rgba(96,113,255,.014)}
.mobile-copy{position:relative;z-index:2;max-width:740px}
.mobile-copy .display{font-size:clamp(62px,7.2vw,122px)}
.mobile-copy p.mobile-lead{max-width:680px;margin:38px 0 0;color:#c5c9d3;font-family:"Inter Tight",sans-serif;font-size:clamp(20px,1.65vw,27px);line-height:1.42;letter-spacing:-.02em}
.mobile-copy p.mobile-support{max-width:620px;margin:18px 0 0;color:#777e8f;font-size:13px;line-height:1.7}
.mobile-feature-list{max-width:680px;margin-top:38px;border-top:1px solid rgba(255,255,255,.085)}
.mobile-feature-list>div{display:grid;grid-template-columns:38px 1fr;gap:16px;padding:19px 0;border-bottom:1px solid rgba(255,255,255,.065)}
.mobile-feature-list>div>b{padding-top:4px;color:#7383ff;font:500 9px/1 "DM Mono",monospace}.mobile-feature-list p{margin:0!important}.mobile-feature-list strong,.mobile-feature-list span{display:block}.mobile-feature-list strong{color:#d9dce5;font-size:12px;font-weight:600}.mobile-feature-list span{max-width:520px;margin-top:6px;color:#717889;font-size:10px;line-height:1.55}
.mobile-platform-strip{display:flex;flex-wrap:wrap;gap:10px 22px;margin-top:27px;color:#8c93a3;font:500 8px/1 "DM Mono",monospace;letter-spacing:.07em;text-transform:uppercase}
.mobile-platform-strip span{display:flex;align-items:center;gap:8px}.mobile-platform-strip i{width:5px;height:5px;border-radius:50%;background:#7183ff;box-shadow:0 0 11px rgba(113,131,255,.7)}

.cta{min-height:1120px;justify-content:center;padding-top:120px;padding-bottom:70px}
.cta:before{width:850px;height:850px;right:-130px;top:-230px;box-shadow:0 0 0 100px rgba(0,0,0,.023),0 0 0 205px rgba(0,0,0,.014)}
.cta-top{position:relative;z-index:2}
.cta-title{max-width:none;margin:58px 0 70px;font-size:clamp(76px,11.4vw,190px)}
.cta-bottom{position:relative;z-index:3;display:grid;grid-template-columns:minmax(280px,.65fr) minmax(600px,1.35fr);gap:clamp(45px,6vw,100px);align-items:stretch;padding-top:34px;border-top:1px solid rgba(0,0,0,.18)}
.cta-bottom-copy{display:flex;flex-direction:column;align-items:flex-start}
.cta-bottom-copy>span{color:#555965;font:500 9px/1 "DM Mono",monospace;letter-spacing:.12em}
.cta-bottom-copy>p{max-width:500px;margin:28px 0 0;color:#15161b;font-family:"Inter Tight",sans-serif;font-size:clamp(23px,2vw,32px);line-height:1.25;letter-spacing:-.03em}
.cta-bottom-copy>small{display:block;max-width:455px;margin-top:auto;padding-top:36px;color:#686b74;font-size:11px;line-height:1.65}
.cta-actions-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.cta-action{position:relative;min-height:310px;padding:28px;display:flex;flex-direction:column;border:1px solid rgba(0,0,0,.16);background:rgba(255,255,255,.24);overflow:hidden;transition:border-color .35s var(--ease),background .35s var(--ease)}
.cta-action:before{content:"";position:absolute;width:200px;height:200px;border:1px solid rgba(0,0,0,.08);border-radius:50%;right:-80px;top:-90px;box-shadow:0 0 0 42px rgba(0,0,0,.025)}
.cta-action:hover{border-color:rgba(0,0,0,.38);background:#fff}.cta-action>small{font:500 8px/1 "DM Mono",monospace;letter-spacing:.11em;color:#60636d}.cta-action>strong{margin-top:40px;font-family:"Inter Tight",sans-serif;font-size:clamp(28px,2.4vw,42px);font-weight:520;line-height:.96;letter-spacing:-.045em}.cta-action>p{max-width:300px;margin:auto 0 0!important;padding-top:25px;color:#676a73!important;font-size:10px!important;line-height:1.55!important}.cta-action>b{position:absolute;right:25px;bottom:24px;font-size:18px;font-weight:400}
.cta-action-dark{background:#0c0d11;color:#f3f1ec;border-color:#0c0d11}.cta-action-dark:before{border-color:rgba(255,255,255,.10);box-shadow:0 0 0 42px rgba(255,255,255,.025)}.cta-action-dark:hover{background:#151721;border-color:#151721}.cta-action-dark>small{color:#868c9c}.cta-action-dark>p{color:#858a99!important}
.cta-footnote{position:relative;z-index:2;display:flex;align-items:center;gap:17px;margin-top:48px;color:#666971;font:500 8px/1 "DM Mono",monospace;letter-spacing:.11em}.cta-footnote i{width:4px;height:4px;border-radius:50%;background:#6978ff}

@media(max-width:1180px){
  .statement-layout{grid-template-columns:1fr .82fr;gap:50px}.statement-copy{padding-left:34px}
  .mobile-story{grid-template-columns:.8fr 1.2fr;gap:45px}.mobile-copy .display{font-size:clamp(58px,6.6vw,100px)}
  .cta-bottom{grid-template-columns:.55fr 1.45fr;gap:45px}.cta-action{min-height:290px;padding:24px}
}
@media(max-width:980px){
  .statement-layout{grid-template-columns:1fr}.statement-copy{max-width:760px;margin-top:25px;padding:35px 0 0;border-left:0;border-top:1px solid rgba(255,255,255,.09)}.statement-principles span{max-width:620px}
  .mobile-story{grid-template-columns:1fr;gap:60px;min-height:auto}.mobile-copy{max-width:780px}.mobile-copy .display{font-size:clamp(64px,12vw,116px)}.mobile-visual{order:2}.mobile-feature-list{max-width:760px}
  .cta{min-height:auto}.cta-bottom{grid-template-columns:1fr}.cta-bottom-copy>small{margin-top:35px}.cta-actions-grid{max-width:900px}
}
@media(max-width:640px){
  .statement-copy{padding-top:28px}.statement-lead{font-size:25px}.statement .capabilities{margin-top:75px}
  .mobile-story{padding-top:110px}.mobile-copy .display{font-size:16vw}.mobile-copy p.mobile-lead{font-size:20px}.mobile-feature-list>div{grid-template-columns:30px 1fr}.mobile-platform-strip{gap:12px 16px}.mobile-visual:before{width:340px;height:340px}
  .cta{min-height:auto;padding-top:100px;padding-bottom:55px}.cta-title{margin:45px 0 55px}.cta-bottom{padding-top:27px}.cta-actions-grid{grid-template-columns:1fr}.cta-action{min-height:270px}.cta-footnote{flex-wrap:wrap;line-height:1.6}
}
