:root{--ink:#091321;--navy:#0b1729;--navy-2:#0f2038;--panel:#12233e;--paper:#f4f5f0;--white:#eef4ff;--muted:#aab6c9;--line:rgba(128,163,206,.2);--gold:#f3bf63;--gold-2:#ffda96;--cyan:#65d7e8;--max:1180px}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--ink)}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.shell{width:min(calc(100% - 48px),var(--max));margin-inline:auto}
.site-header{height:92px;position:relative;z-index:50;background:#fff;color:var(--ink);border-bottom:1px solid #d8dee5}
.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand-link{display:inline-flex;align-items:center}
.brand-lockup{display:inline-flex;align-items:center;white-space:nowrap}.brand-lockup img{display:block;width:190px;height:auto}.site-footer .brand-lockup img{width:210px}
.brand-mark{position:relative;width:42px;height:42px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:linear-gradient(145deg,rgba(243,191,99,.25),rgba(101,215,232,.12) 55%,rgba(139,124,255,.18));box-shadow:inset 0 0 20px rgba(255,255,255,.04)}
.brand-mark i,.brand-mark b{position:absolute;display:block;border-radius:50%}
.brand-mark i{width:8px;height:8px;background:var(--gold);top:10px;right:9px;box-shadow:0 0 18px var(--gold)}
.brand-mark b{width:18px;height:18px;border:1px solid rgba(101,215,232,.55);left:8px;bottom:7px}
.brand-copy{display:flex;flex-direction:column;gap:2px}.brand-copy strong{font-size:13px;letter-spacing:.115em}.brand-copy small{color:#92a0b5;font-size:10px;letter-spacing:.02em}
.desktop-nav{display:flex;align-items:center;gap:30px;margin-left:auto}.desktop-nav a{font-size:12px;color:#5e6d80;transition:.2s;letter-spacing:.03em}.desktop-nav a:hover,.desktop-nav a.active{color:#0d1d3b}
.header-actions{display:flex;align-items:center;gap:12px}.header-demo{font-size:12px;color:#34455b}.login-button{display:inline-flex;align-items:center;gap:8px;padding:11px 17px;border-radius:999px;background:#0d1d3b;color:#fff;font-size:12px;font-weight:800;box-shadow:0 8px 30px rgba(13,29,59,.15)}
.login-icon{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.mobile-menu{display:none;position:relative}.mobile-menu summary{list-style:none;width:44px;height:44px;border:1px solid #d4dce5;border-radius:12px;display:grid;place-content:center;gap:4px}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu summary span{width:18px;height:1px;background:#0d1d3b}.mobile-menu nav{position:absolute;right:0;top:52px;min-width:230px;padding:14px;border-radius:16px;background:#0e1c31;border:1px solid rgba(255,255,255,.12);box-shadow:0 22px 60px #050a12;display:grid}.mobile-menu nav a{padding:11px 12px;border-bottom:1px solid rgba(255,255,255,.08);font-size:14px}.mobile-menu nav a:last-child{border-bottom:0;color:var(--gold)}
.eyebrow,.product-label{display:inline-flex;align-items:center;gap:10px;font-size:11px;font-weight:800;letter-spacing:.15em;text-transform:uppercase;color:#9db0ca}.eyebrow i,.product-label i{width:7px;height:7px;border-radius:50%;background:var(--gold);box-shadow:0 0 16px rgba(243,191,99,.7)}.eyebrow.light{color:#b7c6da}
.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 55% 15%,#152b48 0,#0c192b 34%,#081321 75%);color:var(--white);padding:76px 0 70px;min-height:760px}
.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(126,160,202,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(126,160,202,.045) 1px,transparent 1px);background-size:58px 58px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.7),transparent)}
.hero-orb{position:absolute;border-radius:50%;filter:blur(1px);opacity:.3}.hero-orb.one{width:460px;height:460px;right:-190px;top:-200px;background:radial-gradient(circle,#e4ae57 0,transparent 67%)}.hero-orb.two{width:360px;height:360px;left:-220px;bottom:-190px;background:radial-gradient(circle,#65d7e8 0,transparent 70%)}
.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.08fr .92fr;gap:64px;align-items:center}.hero-copy h1{font-size:clamp(54px,6vw,88px);line-height:.96;letter-spacing:-.065em;margin:24px 0 28px;max-width:700px}.hero-copy h1 em{font-style:normal;color:var(--gold)}.hero-lede{font-size:18px;line-height:1.7;color:#b1bdd0;max-width:670px;margin:0}.hero-actions{display:flex;align-items:center;gap:12px;margin-top:34px;flex-wrap:wrap}
.button{min-height:50px;padding:0 21px;border:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:14px;font-size:13px;font-weight:800;transition:transform .2s,box-shadow .2s,background .2s}.button:hover{transform:translateY(-2px)}.button.primary{background:linear-gradient(135deg,var(--gold),var(--gold-2));color:#08111e;box-shadow:0 13px 40px rgba(243,191,99,.19)}.button.secondary{border:1px solid rgba(176,198,227,.25);background:rgba(255,255,255,.025);color:#e7effc}.button.pale{background:#edf3ff;color:#0a1423}.button.dark{background:#0b1729;color:#fff}.button span{font-size:18px;line-height:1}
.hero-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:44px}.hero-proof span{border-top:1px solid rgba(157,180,214,.18);padding-top:15px;font-size:11px;line-height:1.45;color:#8493a8}.hero-proof b{color:var(--gold);display:block;margin-bottom:5px;font-size:10px;letter-spacing:.1em}
.hero-system{position:relative;padding:22px;border:1px solid rgba(124,160,204,.24);border-radius:28px;background:linear-gradient(160deg,rgba(25,48,78,.85),rgba(7,16,29,.9));box-shadow:0 42px 100px rgba(0,0,0,.36),inset 0 1px rgba(255,255,255,.06);backdrop-filter:blur(20px)}
.hero-system:before{content:"";position:absolute;inset:-1px;border-radius:28px;padding:1px;background:linear-gradient(140deg,rgba(101,215,232,.3),transparent 35%,rgba(243,191,99,.22));mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask-composite:exclude;pointer-events:none}
.system-head{display:flex;justify-content:space-between;align-items:center;padding-bottom:18px;border-bottom:1px solid rgba(150,182,220,.13)}.system-head span{font-size:10px;letter-spacing:.14em;color:#a8bdd8}.system-head span i{display:inline-block;width:6px;height:6px;background:#58d79b;border-radius:50%;margin-right:8px;box-shadow:0 0 12px #58d79b}.system-head small{font-size:10px;color:#65758d}
.system-score{position:relative;padding:24px 4px 23px}.system-score>span{font-size:11px;color:#8091aa}.system-score>strong{display:block;font-size:29px;line-height:1.08;margin-top:8px;letter-spacing:-.035em}.pulse-ring{position:absolute;right:6px;top:14px;width:88px;height:88px;border:1px solid rgba(101,215,232,.25);border-radius:50%;display:grid;place-items:center}.pulse-ring:before,.pulse-ring:after{content:"";position:absolute;border:1px solid rgba(101,215,232,.12);border-radius:50%}.pulse-ring:before{inset:10px}.pulse-ring:after{inset:23px}.pulse-ring i{width:24px;height:24px;border-radius:50%;background:radial-gradient(circle at 40% 35%,#e9ffff,#65d7e8 30%,#152e50 75%);box-shadow:0 0 24px rgba(101,215,232,.55)}.pulse-ring b{position:absolute;width:2px;height:40px;background:linear-gradient(var(--gold),transparent);transform-origin:bottom;top:4px;transform:rotate(52deg)}
.signal-stack{display:grid;gap:9px}.signal-stack>div{--signal:#fff;display:flex;align-items:center;gap:13px;padding:13px 14px;border:1px solid rgba(135,168,210,.13);border-radius:14px;background:rgba(13,30,53,.72)}.signal-stack>div>i{width:9px;height:9px;border-radius:3px;background:var(--signal);box-shadow:0 0 18px color-mix(in srgb,var(--signal) 70%,transparent)}.signal-stack span{display:flex;flex-direction:column;gap:2px;flex:1}.signal-stack b{font-size:11px}.signal-stack small{font-size:10px;color:#7889a1}.signal-stack em{font-size:8px;font-style:normal;color:var(--signal);letter-spacing:.09em}.system-rail{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:18px;color:#63738a;font-size:8px;letter-spacing:.1em}.system-rail i{height:1px;background:rgba(125,158,199,.2);flex:1}
.pressure-strip{background:#f1bd63;color:#0a1321}.pressure-strip .shell{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.pressure-strip span{font-size:11px;letter-spacing:.12em;text-transform:uppercase}.pressure-strip strong{font-size:13px}
.section-pad{padding:110px 0}.section-number{display:block;font-size:10px;letter-spacing:.16em;font-weight:900;color:#5c7088;margin-bottom:22px}.section-number.light{color:#91a6c0}.split-heading{display:grid;grid-template-columns:1.2fr .8fr;gap:80px;align-items:end}.split-heading h2,.section-title-row h2,.flow-intro h2,.truth-grid h2,.built-grid h2,.catalog-heading h2,.arch-copy h2,.integration-grid h2,.not-generic h2,.origin-grid h2,.standard-grid h2,.product-statement h2,.connection-grid h2{font-size:clamp(40px,4.5vw,64px);line-height:1.02;letter-spacing:-.055em;margin:0}.split-heading>p,.section-title-row>div>p{font-size:16px;line-height:1.75;color:#5e6876;margin:0}
.problem-section{background:var(--paper)}.leak-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:66px;border:1px solid #d8ddd9}.leak-grid article{min-height:270px;padding:28px;border-right:1px solid #d8ddd9;transition:.25s;background:rgba(255,255,255,.25)}.leak-grid article:last-child{border-right:0}.leak-grid article:hover{background:#fff;transform:translateY(-4px);box-shadow:0 20px 50px rgba(16,29,44,.08)}.leak-grid article>span{font-size:9px;letter-spacing:.15em;color:#718092}.leak-grid h3{font-size:22px;line-height:1.2;letter-spacing:-.03em;margin:54px 0 18px}.leak-grid p{font-size:13px;line-height:1.65;color:#6f7884;margin:0}
.flow-section{background:#0a1626;color:#eef4ff;position:relative;overflow:hidden}.flow-section:before{content:"";position:absolute;width:620px;height:620px;right:-260px;top:-310px;border-radius:50%;background:radial-gradient(circle,rgba(101,215,232,.16),transparent 68%)}.flow-intro{text-align:center;position:relative}.flow-intro h2{max-width:800px;margin:0 auto}.flow-intro p{color:#8ea0b8;margin:20px auto 0}.journey{display:grid;grid-template-columns:repeat(6,1fr);margin-top:70px;position:relative}.journey:before{content:"";position:absolute;top:21px;left:8%;right:8%;height:1px;background:linear-gradient(90deg,var(--gold),var(--cyan),#8b7cff,var(--gold))}.journey div{position:relative;text-align:center;display:flex;flex-direction:column;align-items:center}.journey div>span{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#0d1c30;border:1px solid #38506e;color:var(--gold);font-size:9px;z-index:1}.journey b{font-size:18px;margin:20px 0 7px}.journey small{font-size:9px;color:#71839c}.connected-callout{margin-top:72px;border:1px solid rgba(142,171,208,.19);border-radius:20px;padding:26px 30px;display:grid;grid-template-columns:auto 1fr auto;gap:24px;align-items:center;background:rgba(255,255,255,.025)}.connected-callout small{font-size:9px;letter-spacing:.14em;color:#7187a3}.connected-callout h3{font-size:18px;margin:5px 0 0}.connected-callout a{font-size:11px;color:var(--gold)}.connection-mark{position:relative;width:48px;height:48px;border:1px solid #35506e;border-radius:50%;display:block}.connection-mark i,.connection-mark b,.connection-mark em{position:absolute;width:8px;height:8px;border-radius:50%}.connection-mark i{background:var(--gold);left:8px;top:19px}.connection-mark b{background:var(--cyan);right:8px;top:9px}.connection-mark em{background:#8b7cff;right:10px;bottom:8px}
.products-section{background:#f2f3ee}.section-title-row{display:grid;grid-template-columns:1.15fr .55fr;gap:100px;align-items:end}.section-title-row>div:last-child p{margin-bottom:15px}.text-link{display:inline-flex;align-items:center;gap:10px;color:var(--gold);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.text-link.dark{color:#314a66}.text-link i{font-style:normal;font-size:18px}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:64px}.product-card{--product:#65d7e8;position:relative;min-height:276px;padding:27px;border:1px solid #d7dedc;background:rgba(255,255,255,.53);overflow:hidden;transition:.25s}.product-card:after{content:"";position:absolute;width:160px;height:160px;right:-90px;top:-90px;border-radius:50%;background:var(--product);opacity:.1;filter:blur(1px);transition:.3s}.product-card:hover{background:#fff;border-color:color-mix(in srgb,var(--product) 50%,#d7dedc);transform:translateY(-4px);box-shadow:0 24px 55px rgba(16,29,44,.08)}.product-card:hover:after{transform:scale(1.2);opacity:.16}.product-card-top{display:flex;align-items:center;gap:12px;font-size:9px;text-transform:uppercase;letter-spacing:.13em;color:#708095}.product-glyph{--product:#65d7e8;width:38px;height:38px;display:grid;place-items:center;position:relative;border-radius:12px;background:#0d1b2e;color:#fff;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}.product-glyph:before{content:"";position:absolute;inset:6px;border-radius:50%;border:1px solid color-mix(in srgb,var(--product) 55%,transparent)}.product-glyph i{position:absolute;width:6px;height:6px;right:5px;top:5px;border-radius:50%;background:var(--product);box-shadow:0 0 10px var(--product)}.product-glyph b{font-size:12px}.product-glyph.large{width:64px;height:64px;border-radius:20px;margin:30px 0 20px}.product-glyph.large b{font-size:20px}.product-glyph.large i{width:8px;height:8px;right:8px;top:8px}.product-card h3{font-size:30px;letter-spacing:-.045em;margin:26px 0 10px}.product-card p{font-size:13px;line-height:1.65;color:#647181;margin:0;max-width:480px}.product-card .text-link{position:absolute;bottom:25px;left:27px;color:#31465e}
.ai-section{background:#0c182a;color:#edf4ff;overflow:hidden}.ai-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:100px;align-items:center}.ai-visual{position:relative;min-height:560px;display:grid;place-items:center}.ai-visual:before{content:"";position:absolute;width:460px;height:460px;background:radial-gradient(circle,rgba(101,215,232,.17),transparent 66%);border-radius:50%}.ai-core{position:relative;z-index:2;width:126px;height:126px;border-radius:50%;background:radial-gradient(circle at 38% 33%,#fff,#75dbe9 13%,#284d72 34%,#0b1729 70%);border:1px solid rgba(180,230,243,.42);box-shadow:0 0 70px rgba(101,215,232,.23);display:flex;flex-direction:column;align-items:center;justify-content:center}.ai-core span{font-size:30px;font-weight:900}.ai-core small{font-size:8px;letter-spacing:.22em}.orbit{position:absolute;border:1px solid rgba(130,170,215,.18);border-radius:50%;transform:rotate(-15deg)}.orbit:before,.orbit:after{content:"";position:absolute;width:9px;height:9px;border-radius:50%;background:var(--gold);box-shadow:0 0 14px var(--gold)}.orbit.o1{width:300px;height:300px}.orbit.o2{width:450px;height:450px;transform:rotate(25deg)}.orbit.o1:before{top:31px;left:47px}.orbit.o1:after{right:12px;bottom:80px;background:var(--cyan)}.orbit.o2:before{right:52px;top:58px;background:#e779ff}.orbit.o2:after{left:29px;bottom:111px;background:#5ee0a0}.orbit span{position:absolute;font-size:8px;letter-spacing:.13em;color:#8295ae;background:#0c182a;padding:5px}.orbit.o1 span:first-child{left:4px;top:90px}.orbit.o1 span:last-child{right:-14px;bottom:115px}.orbit.o2 span:first-child{right:20px;top:122px}.orbit.o2 span:last-child{left:10px;bottom:132px}.ai-caption{position:absolute;z-index:3;bottom:4px;text-align:center;display:flex;flex-direction:column;gap:6px}.ai-caption b{font-size:13px}.ai-caption span{font-size:10px;color:#71849d}.ai-copy h2,.outcomes-grid h2,.roles-grid h2{font-size:clamp(42px,4.7vw,66px);line-height:1.01;letter-spacing:-.055em;margin:0 0 25px}.ai-copy>p,.outcomes-grid>div>p{color:#9aabc0;line-height:1.75;font-size:15px}.ai-points{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;margin:34px 0}.ai-points div{border-top:1px solid rgba(144,175,214,.18);padding-top:15px}.ai-points b{display:block;font-size:13px;margin-bottom:7px}.ai-points span{font-size:11px;line-height:1.55;color:#8497af}
.truth-section{background:#f4f5f0}.truth-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:100px;align-items:center}.truth-grid h2 em{font-style:normal;color:#7b62f0}.truth-list{border-left:1px solid #d4dcd9;padding-left:46px}.truth-list div:not(.arrow-down){display:flex;flex-direction:column;gap:8px}.truth-list span{font-size:10px;text-transform:uppercase;letter-spacing:.13em;color:#798593}.truth-list b{font-size:22px;line-height:1.25}.truth-list .arrow-down{font-size:32px;color:#a9b2b5;margin:22px 0}.truth-stats{display:grid;grid-template-columns:repeat(4,1fr);margin-top:70px;border-top:1px solid #d5dcda;border-bottom:1px solid #d5dcda}.truth-stats div{padding:26px;border-right:1px solid #d5dcda}.truth-stats div:last-child{border-right:0}.truth-stats strong{display:block;font-size:15px;margin-bottom:7px}.truth-stats span{font-size:11px;line-height:1.55;color:#6c7784}
.built-section{background:#e9ece7}.built-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:100px;align-items:center}.built-card{min-height:480px;padding:38px;background:linear-gradient(145deg,#122842,#081522);color:#fff;display:flex;flex-direction:column;position:relative;overflow:hidden}.built-card:before{content:"";position:absolute;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(243,191,99,.26),transparent 68%);right:-120px;bottom:-100px}.built-card>span{font-size:9px;letter-spacing:.17em;color:var(--gold)}.built-card>strong{font-size:35px;line-height:1.12;letter-spacing:-.04em;margin-top:auto;position:relative;z-index:1}.experience-lines{display:flex;gap:7px;align-items:end;height:70px;margin-top:30px}.experience-lines i{width:17%;background:linear-gradient(var(--cyan),rgba(101,215,232,.05));border-radius:4px 4px 0 0}.experience-lines i:nth-child(1){height:22%}.experience-lines i:nth-child(2){height:40%}.experience-lines i:nth-child(3){height:60%}.experience-lines i:nth-child(4){height:72%;background:linear-gradient(var(--gold),rgba(243,191,99,.05))}.experience-lines i:nth-child(5){height:100%;background:linear-gradient(#8b7cff,rgba(139,124,255,.05))}.built-grid>div:last-child p{font-size:15px;line-height:1.75;color:#5e6975}.built-grid .text-link{margin-top:16px}
.cta-section{background:#0a1525;padding:28px 0;color:#fff}.cta-section.compact{padding-top:100px}.cta-panel{border:1px solid rgba(141,176,217,.19);border-radius:30px;background:radial-gradient(circle at 85% 10%,rgba(243,191,99,.17),transparent 32%),linear-gradient(145deg,#12253e,#0a1627);padding:56px;display:grid;grid-template-columns:1.15fr .85fr;gap:80px;align-items:end}.cta-panel h2{font-size:clamp(38px,4.2vw,58px);line-height:1.02;letter-spacing:-.05em;margin:20px 0 0}.cta-copy p{color:#9fb0c5;line-height:1.7;margin:0 0 24px}.site-footer{background:#07111e;color:#dfe8f6;padding:80px 0 26px}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:60px;padding-bottom:60px}.footer-brand p{font-size:12px;line-height:1.7;color:#7f91aa;max-width:320px;margin-top:22px}.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;align-items:flex-start;gap:12px}.footer-grid>div>strong{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:#fff;margin-bottom:7px}.footer-grid a,.footer-grid>div>span{font-size:11px;color:#8395ae}.footer-grid a:hover{color:var(--gold)}.footer-bottom{border-top:1px solid rgba(135,168,209,.13);padding-top:24px;display:flex;justify-content:space-between;color:#596b83;font-size:9px;letter-spacing:.07em;text-transform:uppercase}
.page-intro{background:radial-gradient(circle at 80% 15%,#193653,#0b1729 46%,#081320);color:#f0f5ff;padding:110px 0}.page-intro h1{font-size:clamp(54px,6.5vw,88px);line-height:.97;letter-spacing:-.065em;max-width:980px;margin:24px 0}.page-intro p{max-width:770px;font-size:17px;line-height:1.7;color:#aebbd0;margin:0}.catalog-heading{display:grid;grid-template-columns:.35fr .9fr .75fr;gap:45px;align-items:end}.catalog-heading .section-number{margin:0}.catalog-heading h2{font-size:42px}.catalog-heading p{font-size:14px;line-height:1.7;color:#64707f;margin:0}.product-catalog.expanded{background:#e9ece7}.choose-section{background:#0b1729;color:#fff}.choose-section .shell{display:grid;grid-template-columns:1.1fr .9fr;gap:100px;align-items:end}.choose-section span{font-size:10px;letter-spacing:.14em;color:var(--gold)}.choose-section h2{font-size:clamp(36px,4vw,56px);line-height:1.08;letter-spacing:-.05em;margin:17px 0 0}.choose-section p{color:#9eb0c5;line-height:1.8;margin:0}
.product-hero{--product:#65d7e8;position:relative;overflow:hidden;background:#091524;color:#eef4ff;padding:88px 0 94px}.product-glow{position:absolute;width:650px;height:650px;right:-180px;top:-260px;border-radius:50%;background:radial-gradient(circle,color-mix(in srgb,var(--product) 25%,transparent),transparent 68%)}.product-hero-grid{position:relative;display:grid;grid-template-columns:1fr .85fr;gap:100px;align-items:center}.product-label{color:color-mix(in srgb,var(--product) 70%,#fff)}.product-label i{background:var(--product);box-shadow:0 0 16px var(--product)}.product-hero h1{font-size:clamp(62px,7vw,96px);line-height:.9;letter-spacing:-.07em;margin:0}.product-hero h2{font-size:clamp(30px,3.4vw,48px);line-height:1.05;letter-spacing:-.04em;margin:24px 0 20px;max-width:680px}.product-hero p{font-size:16px;line-height:1.7;color:#a8b7cb;max-width:630px}.product-console{border:1px solid color-mix(in srgb,var(--product) 28%,#38506e);border-radius:24px;background:linear-gradient(150deg,rgba(22,47,77,.9),rgba(7,16,28,.95));padding:20px;box-shadow:0 36px 90px rgba(0,0,0,.32)}.console-head{display:flex;align-items:center;gap:6px;border-bottom:1px solid rgba(153,184,221,.14);padding-bottom:15px}.console-head span{font-size:8px;letter-spacing:.14em;color:#8da1ba;margin-right:auto}.console-head i{width:5px;height:5px;border-radius:50%;background:#40556e}.console-head i:last-child{background:var(--product)}.console-kpi{padding:24px 4px}.console-kpi small{display:block;font-size:9px;color:#667b96}.console-kpi strong{display:block;font-size:27px;margin:5px 0}.console-kpi span{font-size:10px;color:var(--product)}.console-rows{display:grid;gap:8px}.console-rows div{padding:13px;display:grid;grid-template-columns:auto 1fr auto;gap:12px;border:1px solid rgba(132,163,202,.12);border-radius:12px;background:rgba(17,38,63,.66);align-items:center}.console-rows span{font-size:8px;color:#60738b}.console-rows b{font-size:10px}.console-rows i{font-size:7px;font-style:normal;letter-spacing:.08em;color:var(--product)}.console-foot{display:flex;gap:9px;margin-top:16px}.console-foot span{font-size:7px;letter-spacing:.07em;text-transform:uppercase;color:#71839a;padding:6px 8px;border:1px solid rgba(134,165,202,.14);border-radius:999px}.product-statement{background:#f1bf68}.product-statement .shell{display:grid;grid-template-columns:.25fr 1.75fr;gap:40px;align-items:start}.product-statement h2{font-size:clamp(38px,4.4vw,62px)}.capability-section{background:#f3f4ef}.capability-section .section-title-row>p{color:#647181;line-height:1.7}.capability-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-top:70px;border-top:1px solid #d3dbd8;border-left:1px solid #d3dbd8}.capability-grid article{padding:28px;min-height:220px;border-right:1px solid #d3dbd8;border-bottom:1px solid #d3dbd8}.capability-grid article>span{font-size:9px;color:#718095}.capability-grid h3{font-size:19px;letter-spacing:-.025em;margin:35px 0 12px}.capability-grid p{font-size:11px;line-height:1.6;color:#707b86}.outcomes-section{background:#0a1627;color:#eff5ff}.outcomes-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.outcome-cards{display:grid;gap:13px}.outcome-cards div{padding:24px;border:1px solid rgba(142,176,217,.18);border-radius:16px;background:rgba(255,255,255,.025);display:flex;align-items:center;gap:22px}.outcome-cards span{font-size:10px;color:var(--gold)}.outcome-cards b{font-size:16px}.connections-section{background:#e9ece7}.connection-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.connection-grid p{color:#63707f;line-height:1.75}.connect-cloud{min-height:390px;position:relative;border:1px solid #ccd6d3;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle,#fff,rgba(255,255,255,.2) 55%,transparent 56%)}.connect-cloud:before{content:"SHARED CORE";position:absolute;font-size:10px;letter-spacing:.14em;font-weight:900}.connect-cloud span{position:absolute;padding:9px 13px;border-radius:999px;background:#0e1d31;color:#fff;font-size:10px}.connect-cloud span:nth-child(1){top:12%;left:38%}.connect-cloud span:nth-child(2){top:38%;right:7%}.connect-cloud span:nth-child(3){bottom:13%;right:27%}.connect-cloud span:nth-child(4){bottom:20%;left:13%}.connect-cloud span:nth-child(5){top:28%;left:6%}.connect-cloud span:nth-child(6){top:60%;right:0}.audience-row{display:flex;gap:10px;align-items:center;margin-top:65px;border-top:1px solid #ccd4d2;padding-top:25px;flex-wrap:wrap}.audience-row strong{font-size:10px;text-transform:uppercase;letter-spacing:.12em;margin-right:12px}.audience-row span{font-size:10px;padding:8px 12px;border:1px solid #ccd4d2;border-radius:999px;color:#536171}
.architecture-section{background:#f1f2ed}.arch-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.arch-copy p,.arch-copy li{font-size:14px;line-height:1.75;color:#61707e}.arch-copy ul{list-style:none;padding:0;margin:32px 0 0}.arch-copy li{padding:11px 0 11px 25px;border-bottom:1px solid #d4dcda;position:relative}.arch-copy li:before{content:"";position:absolute;width:7px;height:7px;border-radius:50%;background:var(--gold);left:2px;top:20px}.arch-diagram{min-height:520px;position:relative;border:1px solid #d2dbd8;background:rgba(255,255,255,.3);display:grid;place-items:center}.arch-diagram:before,.arch-diagram:after{content:"";position:absolute;border:1px solid #d6dedc;border-radius:50%}.arch-diagram:before{width:350px;height:350px}.arch-diagram:after{width:240px;height:240px}.arch-core{position:relative;z-index:3;width:150px;height:150px;border-radius:50%;background:#0b1729;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:0 20px 60px rgba(10,23,41,.25)}.arch-core strong{font-size:16px;letter-spacing:.06em}.arch-core span{font-size:7px;color:var(--gold);margin-top:7px;letter-spacing:.15em}.arch-node{position:absolute;z-index:2;padding:8px 12px;border-radius:999px;background:#fff;border:1px solid #cfdad7;font-size:8px;font-weight:800;letter-spacing:.12em}.arch-node.n1{top:10%;left:42%}.arch-node.n2{top:43%;right:4%}.arch-node.n3{bottom:8%;left:42%}.arch-node.n4{top:43%;left:4%}.arch-products{position:absolute;inset:0}.arch-products span{position:absolute;font-size:9px;color:#5d6c7b}.arch-products span:nth-child(1){top:20%;left:14%}.arch-products span:nth-child(2){top:20%;right:14%}.arch-products span:nth-child(3){bottom:20%;left:12%}.arch-products span:nth-child(4){bottom:20%;right:12%}.platform-pillars{background:#0a1627;color:#fff}.pillar-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.pillar-grid article{padding:28px;border:1px solid rgba(142,175,214,.17);min-height:280px;background:rgba(255,255,255,.02)}.pillar-grid article>span{font-size:9px;color:var(--gold)}.pillar-grid h3{font-size:21px;margin:75px 0 12px}.pillar-grid p{font-size:12px;line-height:1.65;color:#8fa1b7}.integration-section{background:#eef0eb}.integration-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.integration-grid>div>p{color:#66727f;line-height:1.75;margin:25px 0}.integration-steps{display:grid;gap:14px}.integration-steps div{display:grid;grid-template-columns:40px 110px 1fr;align-items:center;padding:22px;border:1px solid #d2dad8;background:#fff}.integration-steps span{font-size:9px;color:#7b62f0}.integration-steps b{font-size:15px}.integration-steps p{font-size:11px;line-height:1.55;color:#6c7884;margin:0}
.audience-section{background:#f1f2ed}.audience-grid{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid #d1dad7;border-left:1px solid #d1dad7}.audience-grid article{padding:42px;min-height:330px;border-right:1px solid #d1dad7;border-bottom:1px solid #d1dad7}.audience-grid article>span{font-size:9px;color:#7b62f0}.audience-grid h2{font-size:38px;letter-spacing:-.045em;margin:55px 0 15px}.audience-grid p{font-size:14px;line-height:1.7;color:#65717e}.audience-grid small{font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:#758597}.roles-section{background:#0a1627;color:#fff}.roles-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px}.role-list{display:grid}.role-list div{padding:20px 0;border-bottom:1px solid rgba(142,176,216,.16);display:grid;grid-template-columns:120px 1fr;gap:25px}.role-list b{font-size:13px;color:var(--gold)}.role-list span{font-size:12px;line-height:1.6;color:#91a3b9}.not-generic{background:#eef0eb}.not-generic .shell>h2{max-width:900px}.special-grid{display:grid;grid-template-columns:repeat(4,1fr);margin:65px 0 40px;border-top:1px solid #d0d9d6;border-left:1px solid #d0d9d6}.special-grid div{padding:26px;border-right:1px solid #d0d9d6;border-bottom:1px solid #d0d9d6}.special-grid b{font-size:15px}.special-grid p{font-size:11px;line-height:1.65;color:#697581}
.origin-section{background:#eef0eb}.origin-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:100px;align-items:center}.origin-quote{min-height:470px;background:#0b1829;color:#fff;padding:40px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.origin-quote:before{content:"";position:absolute;width:350px;height:350px;border:1px solid rgba(101,215,232,.18);border-radius:50%;right:-160px;top:-100px;box-shadow:0 0 0 50px rgba(101,215,232,.03),0 0 0 100px rgba(101,215,232,.02)}.origin-quote>span{font-size:9px;color:var(--gold);letter-spacing:.15em}.origin-quote blockquote{position:relative;z-index:1;font-size:34px;line-height:1.16;letter-spacing:-.04em;margin:0}.origin-grid>div:last-child p{color:#63707e;line-height:1.75}.beliefs-section{background:#0a1627;color:#fff}.belief-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.belief-grid article{padding:28px;border:1px solid rgba(143,176,216,.17);min-height:290px}.belief-grid article>span{font-size:9px;color:var(--gold)}.belief-grid h3{font-size:21px;margin:70px 0 13px}.belief-grid p{font-size:12px;line-height:1.65;color:#8ea1b8}.standard-section{background:#f1bf68}.standard-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px}.standard-grid p{font-size:16px;line-height:1.7}.standard-grid .button{margin-top:18px}
.contact-page{background:radial-gradient(circle at 20% 12%,#173451,#0a1627 45%,#07111e);color:#eef4ff;padding:100px 0}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:start}.contact-grid h1{font-size:clamp(50px,5.5vw,76px);line-height:.98;letter-spacing:-.06em;margin:24px 0}.contact-grid>div:first-child>p{font-size:16px;line-height:1.75;color:#a5b3c7}.demo-points{display:grid;margin-top:55px}.demo-points>div{display:grid;grid-template-columns:34px 1fr;gap:6px 15px;padding:20px 0;border-top:1px solid rgba(143,175,214,.17)}.demo-points>div>span{grid-row:1/3;color:var(--gold);font-size:9px}.demo-points b{font-size:14px}.demo-points p{font-size:11px;line-height:1.55;color:#879ab2;margin:0}.demo-form{background:#f1f2ed;color:#0a1423;border-radius:25px;padding:38px;box-shadow:0 35px 90px rgba(0,0,0,.3)}.demo-form>span{font-size:9px;letter-spacing:.15em;color:#6d7c8e}.demo-form h2{font-size:32px;letter-spacing:-.04em;margin:10px 0 28px}.demo-form form{display:grid;gap:16px}.demo-form label{display:grid;gap:7px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.09em;color:#5d6c7b}.demo-form input,.demo-form select,.demo-form textarea{width:100%;border:1px solid #cbd5d3;background:#fff;border-radius:10px;padding:13px 14px;color:#101b29;text-transform:none;letter-spacing:0;outline:none}.demo-form input:focus,.demo-form select:focus,.demo-form textarea:focus{border-color:#7b62f0;box-shadow:0 0 0 3px rgba(123,98,240,.12)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.demo-form button{width:100%;margin-top:5px}.demo-form form>small{font-size:9px;line-height:1.5;color:#73808d;text-transform:none;letter-spacing:0}.demo-form form>small a{text-decoration:underline}
@media (max-width:1020px){.desktop-nav{display:none}.mobile-menu{display:block}.header-demo{display:none}.hero-grid,.product-hero-grid,.ai-grid,.built-grid,.arch-grid,.integration-grid,.origin-grid,.contact-grid{grid-template-columns:1fr}.hero{padding-top:60px}.hero-system{max-width:620px}.leak-grid{grid-template-columns:repeat(2,1fr)}.leak-grid article:nth-child(2){border-right:0}.leak-grid article:nth-child(-n+2){border-bottom:1px solid #d8ddd9}.journey{grid-template-columns:repeat(3,1fr);gap:34px 0}.journey:before{display:none}.product-grid{grid-template-columns:1fr}.product-card{min-height:250px}.ai-visual{order:2}.ai-grid{gap:40px}.split-heading,.section-title-row,.truth-grid,.cta-panel,.catalog-heading,.choose-section .shell,.product-statement .shell,.outcomes-grid,.connection-grid,.roles-grid,.standard-grid{grid-template-columns:1fr;gap:40px}.capability-grid{grid-template-columns:repeat(2,1fr)}.pillar-grid,.belief-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:2fr repeat(2,1fr)}.footer-grid>div:last-child{display:none}.cta-section.compact{padding-top:70px}.connect-cloud{min-height:440px}.audience-grid{grid-template-columns:1fr}.special-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:700px){.shell{width:min(calc(100% - 30px),var(--max))}.site-header{height:76px}.brand-lockup img{width:150px}.header-actions .login-button{width:42px;height:42px;padding:0;justify-content:center}.header-actions .login-button span{display:none}.hero{padding:54px 0 48px;min-height:0}.hero-copy h1{font-size:52px}.hero-lede{font-size:15px}.hero-actions{align-items:stretch;flex-direction:column}.button{width:100%}.hero-proof{grid-template-columns:1fr;gap:10px}.hero-system{padding:15px;margin-top:20px}.system-score>strong{font-size:23px}.pulse-ring{width:74px;height:74px}.signal-stack>div{padding:11px}.signal-stack small{max-width:190px}.pressure-strip .shell{padding:18px 0;align-items:flex-start;flex-direction:column;gap:7px}.section-pad{padding:76px 0}.split-heading h2,.section-title-row h2,.flow-intro h2,.truth-grid h2,.built-grid h2,.catalog-heading h2,.arch-copy h2,.integration-grid h2,.not-generic h2,.origin-grid h2,.standard-grid h2,.product-statement h2,.connection-grid h2{font-size:39px}.leak-grid{grid-template-columns:1fr}.leak-grid article{border-right:0;min-height:230px;border-bottom:1px solid #d8ddd9}.leak-grid h3{margin-top:38px}.journey{grid-template-columns:repeat(2,1fr)}.connected-callout{grid-template-columns:1fr;padding:24px}.connection-mark{display:none}.product-card{padding:23px}.ai-visual{min-height:440px;transform:scale(.8);margin:-40px}.ai-points{grid-template-columns:1fr}.truth-stats{grid-template-columns:1fr}.truth-stats div{border-right:0;border-bottom:1px solid #d5dcda}.truth-stats div:last-child{border-bottom:0}.built-card{min-height:390px}.built-card>strong{font-size:30px}.cta-panel{padding:34px 24px}.cta-panel h2{font-size:38px}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:10px}.page-intro{padding:80px 0}.page-intro h1{font-size:50px}.catalog-heading{gap:18px}.product-hero{padding:68px 0}.product-hero h1{font-size:61px}.console-foot{flex-wrap:wrap}.capability-grid{grid-template-columns:1fr}.capability-grid article{min-height:190px}.connect-cloud{min-height:330px}.pillar-grid,.belief-grid{grid-template-columns:1fr}.pillar-grid article,.belief-grid article{min-height:230px}.pillar-grid h3,.belief-grid h3{margin-top:45px}.integration-steps div{grid-template-columns:30px 85px 1fr;padding:15px}.audience-grid article{padding:28px;min-height:290px}.audience-grid h2{font-size:33px;margin-top:40px}.role-list div{grid-template-columns:1fr;gap:7px}.special-grid{grid-template-columns:1fr}.origin-quote{min-height:390px;padding:28px}.origin-quote blockquote{font-size:30px}.form-row{grid-template-columns:1fr}.demo-form{padding:25px}.contact-page{padding:70px 0}.contact-grid h1{font-size:49px}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
@media print{.site-header,.site-footer,.cta-section{display:none}.section-pad{padding:40px 0}}
.skip-link{position:fixed;left:14px;top:10px;z-index:1000;padding:10px 14px;border-radius:8px;background:#fff;color:#081320;font-weight:800;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}
.website-field{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.form-notice{padding:17px 18px;border-radius:12px;margin-bottom:20px}.form-notice strong{font-size:14px}.form-notice p,.form-notice li{font-size:11px;line-height:1.55}.form-notice ul{margin:8px 0 0;padding-left:18px}.form-notice.success{background:#dff5e9;border:1px solid #a7ddbd;color:#174c32}.form-notice.error{background:#fff0eb;border:1px solid #edb6a4;color:#713625}.product-interest{font-size:10px;color:#667483;padding:11px 13px;border:1px solid #cbd5d3;border-radius:10px;background:#fff}.legal-page{background:#eef0eb;min-height:70vh}.legal-shell{max-width:820px}.legal-page h1{font-size:clamp(50px,6vw,78px);letter-spacing:-.06em;line-height:1;margin:24px 0}.legal-page h2{font-size:24px;letter-spacing:-.03em;margin:42px 0 10px}.legal-page p{font-size:15px;line-height:1.8;color:#596675}.legal-page a{text-decoration:underline}.legal-date{font-size:11px!important;letter-spacing:.1em;text-transform:uppercase;color:#7b62f0!important}.error-page{min-height:70vh;display:flex;align-items:center}.error-page .hero-actions{max-width:520px}
.spotlight-section{background:#f1bf68}.spotlight-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:start}.spotlight-grid h2{font-size:clamp(38px,4.4vw,60px);line-height:1.04;letter-spacing:-.055em;margin:18px 0}.spotlight-grid p{font-size:15px;line-height:1.75;color:#584b35}.spotlight-tags{display:flex;flex-wrap:wrap;gap:11px}.spotlight-tags span{padding:13px 16px;border:1px solid rgba(10,23,41,.2);border-radius:999px;background:rgba(255,255,255,.28);font-size:11px;font-weight:800;color:#152237}.shared-capability-section{background:#eef0eb}.shared-capability-head{display:grid;grid-template-columns:1.15fr .85fr;gap:90px;align-items:end}.shared-capability-head h2{font-size:clamp(38px,4.5vw,62px);line-height:1.04;letter-spacing:-.055em;margin:18px 0 0}.shared-capability-head>p{color:#657280;line-height:1.75;margin:0}.shared-capability-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:68px;border-top:1px solid #cfd8d5;border-left:1px solid #cfd8d5}.shared-capability-grid article{min-height:245px;padding:27px;border-right:1px solid #cfd8d5;border-bottom:1px solid #cfd8d5;background:rgba(255,255,255,.28)}.shared-capability-grid article>span{font-size:9px;letter-spacing:.14em;color:#7b62f0}.shared-capability-grid h3{font-size:19px;letter-spacing:-.03em;margin:46px 0 12px}.shared-capability-grid p{font-size:11px;line-height:1.68;color:#667482}
@media (max-width:1020px){.shared-capability-head,.spotlight-grid{grid-template-columns:1fr;gap:36px}.shared-capability-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:700px){.shared-capability-grid{grid-template-columns:1fr}.shared-capability-grid article{min-height:195px}.shared-capability-grid h3{margin-top:32px}.spotlight-grid h2,.shared-capability-head h2{font-size:39px}.spotlight-tags span{width:100%;text-align:center}}
.ai-copy .ai-impact-line{color:#f0c36e;font-weight:800;border-left:2px solid var(--gold);padding-left:18px;margin:22px 0}
.hero-keep{margin:20px 0 0;color:#f3c772;font-size:13px;font-weight:800;line-height:1.5}.breadcrumbs{display:flex;align-items:center;gap:9px;padding-top:19px;padding-bottom:2px;font-size:10px;letter-spacing:.06em;text-transform:uppercase;color:#718092}.breadcrumbs a:hover{color:#0a1729}.breadcrumbs span[aria-current=page]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.connection-problem{background:#f0f1ec}.connection-problem-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:90px;align-items:start}.connection-problem h2{font-size:clamp(42px,4.7vw,66px);line-height:1.02;letter-spacing:-.06em;margin:18px 0 25px}.connection-problem>div>div:first-child>p{color:#61707e;line-height:1.75;margin-bottom:24px}.workaround-list{border-top:1px solid #cfd8d5}.workaround-list>div{display:grid;grid-template-columns:44px 145px 1fr;gap:18px;padding:22px 0;border-bottom:1px solid #cfd8d5;align-items:start}.workaround-list span{font-size:9px;letter-spacing:.13em;color:#7b62f0}.workaround-list b{font-size:14px}.workaround-list p{font-size:11px;line-height:1.6;color:#697684;margin:0}.operating-layer-section{background:#e8ebe5}.operating-feature-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:60px;border-top:1px solid #c9d3d0;border-left:1px solid #c9d3d0}.operating-feature-grid article{min-height:250px;padding:26px;border-right:1px solid #c9d3d0;border-bottom:1px solid #c9d3d0;background:rgba(255,255,255,.22)}.operating-feature-grid article>span{font-size:8px;font-weight:900;letter-spacing:.13em;color:#7b62f0}.operating-feature-grid h3{font-size:20px;letter-spacing:-.035em;margin:52px 0 13px}.operating-feature-grid p{font-size:11px;line-height:1.68;color:#667482}.boundary-section{background:#0a1627;color:#fff}.boundary-grid{display:grid;grid-template-columns:.86fr 1.14fr;gap:90px;align-items:start}.boundary-grid>div:first-child h2{font-size:clamp(40px,4.5vw,62px);line-height:1.02;letter-spacing:-.055em;margin:18px 0 24px}.boundary-grid>div:first-child p{font-size:14px;line-height:1.75;color:#90a2ba}.boundary-cards{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid rgba(145,177,216,.18);border-left:1px solid rgba(145,177,216,.18)}.boundary-cards article{min-height:205px;padding:26px;border-right:1px solid rgba(145,177,216,.18);border-bottom:1px solid rgba(145,177,216,.18)}.boundary-cards b{font-size:16px;color:#f0c36e}.boundary-cards p{font-size:11px;line-height:1.65;color:#91a3ba;margin:45px 0 0}.platform-position{background:#f3bf63}.platform-position .shell{min-height:78px;display:flex;align-items:center;justify-content:center;gap:23px;flex-wrap:wrap}.platform-position span,.platform-position strong{font-size:10px;letter-spacing:.12em}.platform-position i{width:34px;height:1px;background:rgba(9,19,33,.35)}.platform-position strong{font-size:11px}.marketing-hero{background:radial-gradient(circle at 76% 22%,#17334f,#0b1729 54%,#08111e);color:#fff;padding:75px 0 92px;position:relative;overflow:hidden}.marketing-hero:after{content:"";position:absolute;width:420px;height:420px;border:1px solid rgba(101,215,232,.12);border-radius:50%;right:-130px;bottom:-260px;box-shadow:0 0 0 70px rgba(101,215,232,.025),0 0 0 140px rgba(101,215,232,.015)}.marketing-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.18fr .82fr;gap:85px;align-items:end}.marketing-hero h1{font-size:clamp(53px,6.3vw,86px);line-height:.95;letter-spacing:-.065em;margin:24px 0 0}.marketing-summary>p{font-size:16px;line-height:1.75;color:#a8b8cc;margin:0}.truth-band{background:#f3bf63}.truth-band .shell{padding-top:30px;padding-bottom:30px;display:grid;grid-template-columns:190px 1fr;gap:40px;align-items:center}.truth-band span{font-size:9px;font-weight:900;letter-spacing:.15em}.truth-band p{font-size:17px;line-height:1.5;margin:0;font-weight:700}.symptom-section{background:#eff1ec}.symptom-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:62px;border-top:1px solid #ccd6d3;border-left:1px solid #ccd6d3}.symptom-grid article{min-height:285px;padding:27px;border-right:1px solid #ccd6d3;border-bottom:1px solid #ccd6d3}.symptom-grid article>span{font-size:9px;color:#7b62f0;letter-spacing:.13em}.symptom-grid h3{font-size:20px;letter-spacing:-.035em;margin:65px 0 13px}.symptom-grid p{font-size:11px;line-height:1.68;color:#667482}.approach-section{background:#0a1627;color:#fff}.approach-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:90px;align-items:start}.approach-grid>div:first-child h2{font-size:clamp(40px,4.7vw,65px);line-height:1.02;letter-spacing:-.058em;margin:18px 0 24px}.approach-grid>div:first-child>p{font-size:14px;line-height:1.75;color:#91a3ba}.step-list{border-top:1px solid rgba(145,177,216,.19)}.step-list article{display:grid;grid-template-columns:50px 1fr;gap:18px;padding:23px 0;border-bottom:1px solid rgba(145,177,216,.19)}.step-list article>span{font-size:9px;color:#f3bf63;letter-spacing:.13em}.step-list h3{font-size:17px;margin:0 0 7px}.step-list p{font-size:11px;line-height:1.6;color:#91a3ba;margin:0}.impact-section{background:#101f34;color:#fff}.impact-section h2{font-size:clamp(40px,4.5vw,62px);line-height:1.02;letter-spacing:-.055em;max-width:760px;margin:18px 0 55px}.impact-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(146,179,218,.18);border-left:1px solid rgba(146,179,218,.18)}.impact-grid div{min-height:160px;padding:25px;border-right:1px solid rgba(146,179,218,.18);border-bottom:1px solid rgba(146,179,218,.18);display:flex;flex-direction:column;justify-content:space-between}.impact-grid i{font-style:normal;color:#f3bf63}.impact-grid span{font-size:14px;line-height:1.45}.connected-products{background:#f0f1ec}.faq-section{background:#e8ebe5}.faq-shell{display:grid;grid-template-columns:.76fr 1.24fr;gap:85px;align-items:start}.faq-shell h2{font-size:clamp(38px,4.2vw,58px);line-height:1.04;letter-spacing:-.055em;margin:18px 0}.faq-list{border-top:1px solid #c7d1ce}.faq-list details{border-bottom:1px solid #c7d1ce}.faq-list summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;gap:30px;padding:22px 0;font-size:14px;font-weight:800}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{color:#7b62f0;font-size:20px;transition:transform .2s}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{font-size:13px;line-height:1.75;color:#5f6d7b;margin:0;padding:0 48px 22px 0}.faq-page{background:#eef0eb}.faq-aside{position:sticky;top:25px}.faq-aside>p{font-size:14px;line-height:1.75;color:#657280;margin:0 0 25px}.content-hub{background:#eef0eb;padding-top:35px}.content-card-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #cbd5d2;border-left:1px solid #cbd5d2}.content-card{min-height:385px;padding:30px;border-right:1px solid #cbd5d2;border-bottom:1px solid #cbd5d2;display:flex;flex-direction:column;transition:.2s;background:rgba(255,255,255,.2)}.content-card:hover{background:#fff;transform:translateY(-3px);box-shadow:0 18px 45px rgba(19,35,49,.08)}.content-card>span{font-size:8px;letter-spacing:.13em;text-transform:uppercase;color:#7b62f0;font-weight:900}.content-card h2{font-size:27px;line-height:1.08;letter-spacing:-.045em;margin:60px 0 14px}.content-card p{font-size:12px;line-height:1.7;color:#64717f}.content-card b{font-size:11px;margin-top:auto;color:#0d1d3b}.hub-bridge{background:#0a1627;color:#fff;padding:72px 0}.hub-bridge .shell{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.hub-bridge h2{font-size:42px;letter-spacing:-.05em;margin:15px 0}.hub-bridge p{font-size:14px;line-height:1.7;color:#91a3b8}.review-hero{background:radial-gradient(circle at 70% 15%,#173451,#091523 58%,#07101c);color:#fff;padding:100px 0}.review-hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:90px;align-items:center}.review-hero h1{font-size:clamp(55px,6.7vw,92px);line-height:.94;letter-spacing:-.07em;margin:25px 0}.review-hero p{font-size:16px;line-height:1.72;color:#a7b6ca;max-width:720px}.review-scope{padding:32px;border:1px solid rgba(151,184,224,.2);background:rgba(255,255,255,.025)}.review-scope>span{font-size:9px;color:#f3bf63;letter-spacing:.15em;font-weight:900}.review-scope ul{list-style:none;padding:0;margin:25px 0 0}.review-scope li{font-size:12px;line-height:1.55;padding:13px 0 13px 22px;border-top:1px solid rgba(151,184,224,.15);position:relative}.review-scope li:before{content:"";position:absolute;width:6px;height:6px;background:#65d7e8;border-radius:50%;left:2px;top:20px}.review-deliverables{background:#eef0eb}.deliverable-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:60px;border-top:1px solid #cbd5d2;border-left:1px solid #cbd5d2}.deliverable-grid article{min-height:270px;padding:27px;border-right:1px solid #cbd5d2;border-bottom:1px solid #cbd5d2}.deliverable-grid span{font-size:9px;color:#7b62f0}.deliverable-grid h3{font-size:20px;margin:58px 0 12px}.deliverable-grid p{font-size:11px;line-height:1.68;color:#667482}.review-fit{background:#0a1627;color:#fff}.review-question-list{display:grid}.review-question-list div{padding:20px 0;border-bottom:1px solid rgba(145,177,216,.18);font-size:18px;color:#dce7f6}.review-close{background:#f3bf63;padding:86px 0;text-align:center}.review-close h2{font-size:clamp(45px,5vw,68px);letter-spacing:-.06em;margin:18px auto;max-width:800px}.review-close p{font-size:15px;margin:0 auto 28px}.review-close .section-number{color:#3b3427}
@media (max-width:1020px){.connection-problem-grid,.marketing-hero-grid,.approach-grid,.boundary-grid,.faq-shell,.review-hero-grid,.hub-bridge .shell{grid-template-columns:1fr;gap:45px}.operating-feature-grid,.symptom-grid,.impact-grid,.deliverable-grid{grid-template-columns:repeat(2,1fr)}.content-card-grid{grid-template-columns:repeat(2,1fr)}.faq-aside{position:static}.truth-band .shell{grid-template-columns:150px 1fr}.platform-position .shell{padding:18px 0}}
@media (max-width:700px){.breadcrumbs{padding-top:14px}.connection-problem h2,.marketing-hero h1,.approach-grid>div:first-child h2,.boundary-grid>div:first-child h2,.impact-section h2,.review-hero h1{font-size:43px}.workaround-list>div{grid-template-columns:34px 1fr}.workaround-list p{grid-column:2}.operating-feature-grid,.symptom-grid,.impact-grid,.deliverable-grid,.content-card-grid,.boundary-cards{grid-template-columns:1fr}.operating-feature-grid article,.symptom-grid article,.content-card,.deliverable-grid article{min-height:225px}.operating-feature-grid h3,.symptom-grid h3,.content-card h2,.deliverable-grid h3{margin-top:34px}.truth-band .shell{grid-template-columns:1fr;gap:12px}.truth-band p{font-size:15px}.marketing-hero{padding:58px 0 70px}.impact-grid div{min-height:130px}.boundary-cards article{min-height:175px}.boundary-cards p{margin-top:28px}.faq-list summary{font-size:13px}.faq-list details p{padding-right:0}.hub-bridge{padding:58px 0}.review-hero{padding:70px 0}.review-scope{padding:23px}.platform-position i{display:none}.platform-position .shell{align-items:flex-start;flex-direction:column;gap:8px}.hero-keep{font-size:12px}}
