.toast-root{position:fixed;top:100px;right:24px;z-index:1000;display:grid;gap:10px;width:min(360px,calc(100vw - 32px));pointer-events:none}.toast{display:grid;grid-template-columns:10px 1fr;gap:12px;align-items:start;min-height:56px;padding:16px 18px;color:var(--text-primary);background:#091939f0;border:1px solid rgba(190,219,255,.2);border-radius:var(--radius-md);box-shadow:var(--shadow-md);opacity:0;pointer-events:auto;transform:translate(24px);transition:opacity .22s var(--ease-out),transform .22s var(--ease-out);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.toast.is-visible{opacity:1;transform:translate(0)}.toast-dot{width:8px;height:8px;margin-top:5px;background:var(--blue);border-radius:50%;box-shadow:0 0 0 4px #4a9eff24}.toast p{margin:0;font-size:13px;line-height:1.5;font-weight:600}.toast.success .toast-dot{background:var(--green);box-shadow:0 0 0 4px #51c58b24}.toast.error .toast-dot{background:#dc2626;box-shadow:0 0 0 4px #dc26261f}@media(max-width:720px){.toast-root{right:14px;left:14px;width:auto;top:84px}.toast{border-radius:var(--radius-sm);transform:translateY(-10px)}.toast.is-visible{transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.toast,.toast.is-visible{transform:none}.toast{transition:opacity var(--duration-fast) var(--ease-out)}}.site-header{position:fixed;z-index:100;top:0;right:0;left:0;border-bottom:1px solid transparent;background:linear-gradient(180deg,#050b1bc7,#050b1b29)}.site-header.is-sticky{background:#050d1fd1;border-color:#c2dfff24;box-shadow:0 .65rem 2.8rem #0003;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.nav-shell{display:flex;min-height:5.5rem;align-items:center;gap:1.75rem}.brand{display:inline-flex;align-items:center;flex-shrink:0;gap:.65rem;color:#f4f9ff}.brand img{width:2.25rem;height:2.25rem;object-fit:contain}.brand-name{font-size:.98rem;font-weight:900;letter-spacing:.16em}.main-nav{display:flex;flex:1;align-items:center;justify-content:center;gap:1.6rem}.main-nav a{position:relative;display:inline-flex;min-height:2.75rem;align-items:center;color:#e2f0ffb8;font-size:.79rem;font-weight:700;transition:color var(--duration-fast) var(--ease-out)}.main-nav a:after{position:absolute;right:0;bottom:.12rem;left:0;height:1px;content:"";background:#a5d1ff;border-radius:99px;opacity:0;transform:scaleX(.3);transition:opacity var(--duration-fast) var(--ease-out),transform var(--duration-fast) var(--ease-out)}.main-nav a.active{color:#f4f9ff}.main-nav a.active:after{opacity:1;transform:scaleX(1)}.nav-cta{display:inline-flex;min-height:2.7rem;align-items:center;justify-content:center;gap:.45rem;padding:0 .95rem;color:#061431;background:#b8dcff;border-radius:.82rem;font-size:.76rem;font-weight:800;transition:transform var(--duration-fast) var(--ease-out),background var(--duration-fast) var(--ease-out)}.nav-cta svg{width:.95rem;height:.95rem}.menu-toggle{display:none;width:2.75rem;height:2.75rem;padding:0;margin-left:auto;color:var(--text-primary);background:#ebf6ff12;border:1px solid rgba(214,235,255,.18);border-radius:.75rem}.menu-toggle span{display:block;width:1rem;height:1.5px;margin:.24rem auto;background:currentColor;border-radius:99px;transition:opacity var(--duration-fast) var(--ease-out),transform var(--duration-fast) var(--ease-out)}.menu-toggle.is-open span:nth-child(1){transform:translateY(.36rem) rotate(45deg)}.menu-toggle.is-open span:nth-child(2){opacity:0}.menu-toggle.is-open span:nth-child(3){transform:translateY(-.36rem) rotate(-45deg)}@media(hover:hover)and (pointer:fine){.main-nav a:hover{color:#f4f9ff}.main-nav a:hover:after{opacity:.75;transform:scaleX(.72)}.nav-cta:hover{background:#e1f0ff;transform:translateY(-2px)}}@media(max-width:760px){.nav-shell{min-height:4.5rem}.brand img{width:1.95rem;height:1.95rem}.menu-toggle{display:block}.main-nav{position:absolute;top:4.9rem;right:1rem;left:1rem;display:none;padding:.55rem;background:#071430f5;border:1px solid rgba(204,230,255,.18);border-radius:1rem;box-shadow:var(--shadow-md);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.main-nav.is-open{display:grid}.main-nav a{min-height:2.75rem;padding:0 .7rem}.main-nav a:after{right:auto;bottom:.3rem;left:.7rem;width:1.5rem}.nav-cta{display:none}}@media(prefers-reduced-motion:reduce){.site-header,.main-nav a,.main-nav a:after,.nav-cta,.menu-toggle span{transition:none}.nav-cta:hover{transform:none}}.site-footer{border-top:1px solid rgba(195,222,255,.12);background:#040a18}.footer-grid{display:grid;grid-template-columns:minmax(15rem,1.6fr) repeat(4,minmax(7rem,.72fr));gap:clamp(1.4rem,3vw,3rem);padding:4.5rem 0 3.25rem}.footer-brand{max-width:18.5rem}.footer-logo{display:inline-flex;align-items:center;gap:.7rem;margin-bottom:1.2rem;color:#f4f9ff}.footer-logo img{width:2.35rem;height:2.35rem;object-fit:contain}.footer-logo span{font-size:1rem;font-weight:900;letter-spacing:.16em}.footer-brand p{margin:0;color:var(--text-secondary);font-size:.76rem;line-height:1.7}.footer-brand .footer-distinction{margin-top:1rem;color:#94c5ff}.footer-products h2,.footer-links h2{min-height:1.2rem;margin:0 0 .9rem;color:var(--text-primary);font-size:.74rem;font-weight:800;letter-spacing:.04em}.footer-products-spacer{display:block;min-height:2.1rem}.footer-products a,.footer-links a{display:block;width:fit-content;margin-bottom:.62rem;color:var(--text-muted);font-size:.72rem;font-weight:600;line-height:1.4;transition:color var(--duration-fast) var(--ease-out)}@media(hover:hover)and (pointer:fine){.footer-products a:hover,.footer-links a:hover{color:#d6ebff}}.footer-bottom{display:flex;min-height:4rem;align-items:center;justify-content:space-between;gap:1rem;border-top:1px solid rgba(195,222,255,.1);color:#adcaef8a;font-size:.68rem;font-weight:600}@media(max-width:980px){.footer-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.footer-brand{grid-column:span 3;max-width:31rem}}@media(max-width:600px){.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));padding:3.4rem 0 2.5rem}.footer-brand{grid-column:span 2}.footer-bottom{align-items:flex-start;flex-direction:column;justify-content:center;padding:1rem 0}}.guided-delivery{position:relative;padding:clamp(5.5rem,10vw,9rem) 0;overflow:hidden;background:radial-gradient(circle at 16% 100%,rgba(68,123,255,.12),transparent 25rem),var(--ink-950)}.guided-delivery-heading{max-width:43rem}.guided-delivery-heading h2{max-width:9ch;margin:1.1rem 0 1.25rem;font-size:clamp(2.55rem,5vw,5.5rem);letter-spacing:-.075em;line-height:.92}.guided-delivery-heading>p:not(.landing-kicker){max-width:37rem;margin:0;color:var(--text-secondary);font-size:1rem;line-height:1.8}.guided-delivery-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin:clamp(2.5rem,6vw,5.5rem) 0 0;padding:0;list-style:none}.guided-delivery-steps li{min-height:14.5rem;padding:1.45rem;background:#1126506b;border:1px solid rgba(199,224,255,.15);border-radius:1.45rem;box-shadow:inset 0 1px #ffffff12}.guided-delivery-number{color:#8fc5ff;font-size:.7rem;font-weight:800;letter-spacing:.12em}.guided-delivery-steps h3{margin:3.3rem 0 .65rem;color:var(--text-primary);font-size:1.28rem;letter-spacing:-.035em}.guided-delivery-steps p{margin:0;color:var(--text-secondary);font-size:.85rem;line-height:1.7}.guided-delivery-note{display:flex;align-items:center;justify-content:space-between;gap:1.25rem;margin-top:1rem;padding:1.2rem 1.35rem;background:#689fff14;border:1px solid rgba(153,197,255,.2);border-radius:1.25rem}.guided-delivery-note span{color:#9acbff;font-size:.64rem;font-weight:800;letter-spacing:.12em}.guided-delivery-note p{max-width:43rem;margin:.35rem 0 0;color:var(--text-secondary);font-size:.8rem;line-height:1.6}.guided-delivery-note a{display:inline-flex;min-height:2.7rem;align-items:center;justify-content:center;gap:.45rem;padding:0 .95rem;color:#06132f;background:#b9dcff;border-radius:.8rem;font-size:.78rem;font-weight:800;white-space:nowrap;transition:transform var(--duration-fast) var(--ease-out),background var(--duration-fast) var(--ease-out)}.guided-delivery-note a svg{width:1rem;height:1rem}@media(hover:hover)and (pointer:fine){.guided-delivery-note a:hover{background:#e0efff;transform:translateY(-2px)}}@media(prefers-reduced-motion:reduce){.guided-delivery-note a{transition:background var(--duration-fast) var(--ease-out)}.guided-delivery-note a:hover{transform:none}}@media(max-width:760px){.guided-delivery-steps{grid-template-columns:1fr}.guided-delivery-steps li{min-height:0}.guided-delivery-steps h3{margin-top:1.7rem}.guided-delivery-note{align-items:flex-start;flex-direction:column}}.suite-explorer{position:relative;padding:clamp(5.5rem,10vw,9rem) 0;background:linear-gradient(180deg,var(--ink-925),rgba(6,16,36,.92) 65%,var(--ink-950))}.suite-explorer-heading{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(17rem,.6fr);gap:clamp(2rem,7vw,8rem);align-items:end;margin-bottom:clamp(2.4rem,5vw,4.5rem)}.suite-explorer-heading h2{max-width:13ch;margin:1.1rem 0 0;color:var(--text-primary);font-size:clamp(2.35rem,4.5vw,4.9rem);letter-spacing:-.07em;line-height:.96}.suite-explorer-heading>p{max-width:29rem;margin:0 0 .4rem;color:var(--text-secondary);font-size:.98rem;line-height:1.8}.suite-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.95rem;margin:0;padding:0;list-style:none}.suite-card{display:flex;width:100%;min-height:16.25rem;flex-direction:column;justify-content:space-between;padding:1.1rem;overflow:hidden;color:var(--text-primary);background:radial-gradient(circle at 100% 0,color-mix(in srgb,var(--product-accent) 17%,transparent),transparent 9rem),#12285394;border:1px solid rgba(202,225,255,.16);border-radius:1.45rem;box-shadow:inset 0 1px #ffffff14;text-align:left;transition:transform var(--duration-fast) var(--ease-out)}.suite-grid-item--academy{min-width:0}.suite-grid-item--academy .suite-card{position:relative;min-height:100%;isolation:isolate;background:linear-gradient(135deg,#092249f0,#07122ad6),#12285394;border-color:#f2be4557}.suite-academy-art{position:relative;display:block;min-height:9rem;margin:1.25rem -1.1rem 0;overflow:hidden;background:#081b3e;border-top:1px solid rgba(242,190,69,.2);border-bottom:1px solid rgba(242,190,69,.2)}.suite-academy-art:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background:linear-gradient(90deg,rgba(5,18,43,.28),transparent 42%,rgba(5,18,43,.42))}.suite-academy-art img{display:block;width:100%;height:100%;min-height:inherit;object-fit:cover;object-position:center}.suite-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.suite-card-index{color:color-mix(in srgb,var(--product-accent) 84%,#ffffff);font-size:.64rem;font-weight:800;letter-spacing:.1em}.suite-symbol{position:relative;display:grid;width:4rem;height:4rem;place-items:center;overflow:hidden;color:var(--product-accent);background:#06132ead;border:1px solid color-mix(in srgb,var(--product-accent) 46%,transparent);border-radius:1.12rem;box-shadow:inset 0 1px #ffffff29}.suite-symbol svg{position:relative;z-index:0;width:1.75rem;height:1.75rem}.suite-symbol--academy{color:#f2be45;background:#061836}.suite-symbol--academy img{position:absolute;z-index:1;top:0;left:0;width:33rem;max-width:none;transform:translate(-1.52rem,-2.68rem)}.suite-card-content{display:grid;gap:.55rem;margin-top:1.4rem}.suite-card-content strong{color:var(--text-primary);font-size:1.02rem;font-weight:800;letter-spacing:-.025em;line-height:1.15}.suite-card-content small{min-height:2.75em;color:var(--text-secondary);font-size:.76rem;font-weight:500;line-height:1.45}.suite-card-action{display:inline-flex;align-items:center;gap:.45rem;margin-top:1.35rem;color:color-mix(in srgb,var(--product-accent) 80%,#ffffff);font-size:.73rem;font-weight:800}.suite-card-action svg{width:.95rem;height:.95rem;transition:transform var(--duration-fast) var(--ease-out)}@media(hover:hover)and (pointer:fine){.suite-card:hover{background:radial-gradient(circle at 100% 0,color-mix(in srgb,var(--product-accent) 28%,transparent),transparent 9rem),#1a3970c7;border-color:color-mix(in srgb,var(--product-accent) 56%,rgba(215,235,255,.24));box-shadow:inset 0 1px #ffffff2e,0 1.25rem 3.5rem #00000038;transform:translateY(-.35rem)}.suite-card:hover .suite-card-action svg{transform:translate(.2rem)}.suite-card:active{transform:scale(.985)}}.suite-dialog-backdrop{position:fixed;z-index:1000;top:0;right:0;bottom:0;left:0;display:grid;padding:1.25rem;overflow-y:auto;background:#020713b8;place-items:center;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.suite-dialog{position:relative;width:min(34rem,100%);padding:clamp(1.5rem,4vw,2.5rem);overflow:hidden;color:var(--text-primary);background:radial-gradient(circle at 100% 0,color-mix(in srgb,var(--product-accent) 21%,transparent),transparent 18rem),var(--surface-strong);border:1px solid color-mix(in srgb,var(--product-accent) 44%,rgba(215,235,255,.24));border-radius:1.75rem;box-shadow:var(--shadow-lg)}.suite-dialog-close{position:absolute;top:1rem;right:1rem;display:grid;width:2.75rem;height:2.75rem;place-items:center;color:var(--text-primary);background:#ecf6ff14;border:1px solid rgba(222,238,255,.16);border-radius:.85rem;transition:background var(--duration-fast) var(--ease-out),transform var(--duration-fast) var(--ease-out)}.suite-dialog-close svg{width:1.15rem;height:1.15rem}.suite-dialog-header{display:flex;align-items:center;gap:1rem;padding-right:3rem}.suite-symbol--detail{width:5.5rem;height:5.5rem;border-radius:1.35rem}.suite-symbol--detail svg{width:2.25rem;height:2.25rem}.suite-symbol--detail.suite-symbol--academy img{width:44rem;transform:translate(-2.05rem,-3.58rem)}.suite-dialog-kicker{margin:0 0 .4rem;color:color-mix(in srgb,var(--product-accent) 78%,#ffffff);font-size:.66rem;font-weight:800;letter-spacing:.13em}.suite-dialog h3{margin:0;font-size:clamp(1.7rem,4vw,2.35rem);letter-spacing:-.055em}.suite-dialog-tagline{margin:2rem 0 .65rem;color:var(--text-primary);font-size:1.05rem;font-weight:700;letter-spacing:-.018em;line-height:1.45}.suite-dialog-summary{max-width:34rem;margin:0;color:var(--text-secondary);font-size:.95rem;line-height:1.75}.academy-ecosystem{margin-top:1.5rem;padding:1rem;background:#050f226b;border:1px solid rgba(242,190,69,.22);border-radius:1rem}.academy-ecosystem>p{margin:0 0 .75rem;color:#f5cd68;font-size:.72rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.academy-ecosystem ul{display:flex;flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none}.academy-ecosystem li{padding:.42rem .65rem;color:#f9e3a5;background:#f2be4517;border:1px solid rgba(242,190,69,.18);border-radius:999px;font-size:.72rem;font-weight:700}.suite-dialog-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:2rem}.suite-dialog-cta,.suite-dialog-secondary{display:inline-flex;min-height:2.85rem;align-items:center;justify-content:center;gap:.55rem;padding:0 1rem;border-radius:.85rem;font-size:.82rem;font-weight:800;transition:transform var(--duration-fast) var(--ease-out),background var(--duration-fast) var(--ease-out)}.suite-dialog-cta{color:#06132f;background:color-mix(in srgb,var(--product-accent) 78%,#ffffff)}.suite-dialog-cta svg{width:1rem;height:1rem}.suite-dialog-secondary{color:var(--text-secondary);background:#eaf6ff0f;border:1px solid rgba(218,237,255,.14)}@media(hover:hover)and (pointer:fine){.suite-dialog-close:hover,.suite-dialog-secondary:hover{background:#eaf6ff24}.suite-dialog-close:hover,.suite-dialog-cta:hover,.suite-dialog-secondary:hover{transform:translateY(-2px)}}@media(max-width:980px){.suite-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.suite-grid-item--academy{grid-column:1 / -1;grid-row:auto}.suite-grid-item--academy .suite-card{min-height:19rem}.suite-academy-art{min-height:10.5rem}.suite-explorer-heading{grid-template-columns:1fr;gap:1.25rem}.suite-explorer-heading h2{max-width:15ch}}@media(max-width:620px){.suite-grid{grid-template-columns:1fr;gap:.7rem}.suite-card{min-height:14.2rem;padding:.9rem;border-radius:1.15rem}.suite-grid-item--academy{grid-column:auto}.suite-grid-item--academy .suite-card{min-height:17.5rem}.suite-academy-art{min-height:8.5rem;margin:1rem -.9rem 0}.suite-symbol{width:3.45rem;height:3.45rem;border-radius:.95rem}.suite-card-content strong{font-size:.92rem}.suite-card-content small{font-size:.69rem}}@media(max-width:400px){.suite-card{min-height:13.7rem}.suite-card-action{font-size:.67rem}.suite-dialog-actions>*{width:100%}}@media(min-width:981px){.suite-grid-item--academy{grid-column:span 2;grid-row:span 2}.suite-grid-item--academy .suite-card{min-height:33.45rem}.suite-grid-item--academy .suite-card-content{max-width:24rem}.suite-grid-item--academy .suite-card-content strong{font-size:clamp(1.35rem,2vw,1.8rem)}.suite-grid-item--academy .suite-card-content small{min-height:0;font-size:.88rem}.suite-academy-art{min-height:13.25rem}}@media(prefers-reduced-motion:reduce){.suite-card,.suite-card-action svg,.suite-dialog-close,.suite-dialog-cta,.suite-dialog-secondary{transition:opacity var(--duration-fast) var(--ease-out),background var(--duration-fast) var(--ease-out),border-color var(--duration-fast) var(--ease-out)}.suite-card:hover,.suite-card:hover .suite-card-action svg,.suite-dialog-close:hover,.suite-dialog-cta:hover,.suite-dialog-secondary:hover{transform:none}}.suite-scene{position:relative;min-height:148vh;overflow:clip;background:radial-gradient(circle at 74% 38%,rgba(81,135,255,.18),transparent 22rem),linear-gradient(180deg,rgba(14,35,75,.5),transparent 28%),var(--ink-925)}.suite-scene:before,.suite-scene:after{position:absolute;border-radius:50%;content:"";filter:blur(1px);pointer-events:none}.suite-scene:before{top:26%;left:-18rem;width:34rem;height:34rem;background:#3b84ff1a}.suite-scene:after{right:-12rem;bottom:8%;width:26rem;height:26rem;background:#7a52ff1f}.suite-scene-stage{position:sticky;top:88px;display:grid;grid-template-columns:minmax(0,.78fr) minmax(440px,1.22fr);gap:clamp(2rem,6vw,7rem);min-height:calc(100vh - 88px);align-items:center}.suite-scene-copy{position:relative;z-index:1;max-width:34rem}.suite-scene-copy h2{max-width:11ch;margin:1.1rem 0 1.25rem;color:var(--text-primary);font-size:clamp(2.35rem,4vw,4.55rem);letter-spacing:-.065em;line-height:.96}.suite-scene-copy>p:not(.landing-kicker){max-width:31rem;margin:0;color:var(--text-secondary);font-size:1rem;line-height:1.8}.suite-scene-steps{display:grid;gap:.7rem;margin:2.15rem 0 0;padding:0;list-style:none;color:var(--text-secondary);font-size:.83rem;font-weight:700}.suite-scene-steps li{display:flex;align-items:center;gap:.8rem;opacity:.46;transition:color .24s ease,opacity .24s ease,text-shadow .24s ease}.suite-scene-steps span{color:#82bdff;font-size:.66rem;letter-spacing:.11em}.suite-scene[data-scene-phase=core] .suite-scene-steps [data-scene-phase=core],.suite-scene[data-scene-phase=constellation] .suite-scene-steps [data-scene-phase=constellation],.suite-scene[data-scene-phase=map] .suite-scene-steps [data-scene-phase=map]{color:var(--text-primary);opacity:1;text-shadow:0 0 1.6rem rgba(130,189,255,.3)}.suite-scene-visual{display:grid;min-height:34rem;place-items:center;perspective:1100px}.suite-scene-world{position:relative;width:min(39rem,44vw);min-width:30rem;aspect-ratio:1;transform:rotateX(-13deg) rotate(-5deg);transform-style:preserve-3d;will-change:transform}.suite-scene-world:before{position:absolute;top:13%;right:8%;bottom:13%;left:8%;border:1px solid rgba(170,211,255,.14);border-radius:38% 44% 42% 48%;background:linear-gradient(135deg,rgba(116,181,255,.12),transparent 54%),#081c3f3d;box-shadow:inset 0 1px #e7f4ff1a,0 2.25rem 5rem #020c2033;content:"";opacity:.56;transform:translateZ(-128px);transition:background .28s ease,border-color .28s ease,box-shadow .28s ease,opacity .28s ease}.suite-scene-halo{position:absolute;top:18%;right:18%;bottom:18%;left:18%;border:1px solid rgba(158,201,255,.26);border-radius:50%;background:radial-gradient(circle,rgba(116,181,255,.1),transparent 67%);box-shadow:inset 0 0 3rem #92cbff14,0 0 0 4rem #4a9eff06,0 0 8rem #3e7aff33;opacity:.72;transform:translateZ(-90px);transition:border-color .28s ease,box-shadow .28s ease,opacity .28s ease}.suite-scene-core{position:absolute;top:50%;left:50%;display:grid;width:9.6rem;aspect-ratio:1;place-content:center;gap:.15rem;overflow:hidden;color:#eaf4ff;background:linear-gradient(135deg,rgba(111,180,255,.9),transparent 54%),linear-gradient(145deg,#173c84,#071a3d 72%);border:1px solid rgba(201,227,255,.62);border-radius:2.15rem;box-shadow:inset 1px 1px #fff6,0 2rem 5rem #030e258f;text-align:center;transform:translate3d(-50%,-50%,85px) rotateX(12deg) rotateY(0);transform-style:preserve-3d;will-change:transform}.suite-scene[data-scene-phase=core] .suite-scene-core{box-shadow:inset 1px 1px #fff6,0 0 0 .65rem #73b4ff14,0 2rem 5rem #030e25b3}.suite-scene[data-scene-phase=constellation] .suite-scene-halo{border-color:#b7dbff85;box-shadow:inset 0 0 4rem #92cbff29,0 0 0 4rem #4a9eff0d,0 0 9rem #3e7aff52;opacity:1}.suite-scene[data-scene-phase=map] .suite-scene-world:before{border-color:#b9ddff47;background:linear-gradient(135deg,rgba(116,181,255,.18),transparent 54%),#081c3f6b;box-shadow:inset 0 1px #e7f4ff2e,0 2.25rem 5rem #020c2052;opacity:.92}.suite-scene[data-scene-phase=map] .suite-scene-panel{box-shadow:inset 0 1px #ffffff38,0 1rem 2.5rem #00000061}.suite-scene-core:before,.suite-scene-core:after{position:absolute;top:.75rem;right:.75rem;bottom:.75rem;left:.75rem;border:1px solid rgba(221,239,255,.3);border-radius:1.6rem;content:"";transform:translateZ(10px)}.suite-scene-core:after{inset:auto 1.3rem 1.25rem;height:1px;background:#e2f2ff85;border:0}.suite-core-mark{position:relative;z-index:1;font-size:4.1rem;font-weight:900;letter-spacing:-.12em;line-height:.85}.suite-core-label{position:relative;z-index:1;font-size:.57rem;font-weight:800;letter-spacing:.18em}.suite-scene-panel{position:absolute;top:calc(50% - 2.1rem);left:calc(50% - 2.1rem);display:grid;width:4.2rem;height:4.2rem;place-items:center;color:var(--product-accent);background:#071633d6;border:1px solid color-mix(in srgb,var(--product-accent) 44%,transparent);border-radius:1.15rem;box-shadow:inset 0 1px #ffffff29,0 1rem 2.5rem #00000047;opacity:.78;transform:rotateY(var(--scene-angle)) translateZ(10rem);transform-style:preserve-3d;will-change:transform}.suite-scene-panel svg{width:1.65rem;height:1.65rem}.suite-scene-panel span{position:absolute;right:.45rem;bottom:.38rem;color:#f0f8ff8c;font-size:.47rem;font-weight:800;letter-spacing:.08em}@media(max-width:1100px){.suite-scene-stage{grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);gap:2rem}.suite-scene-world{min-width:27rem}}@media(max-width:900px),(prefers-reduced-motion:reduce){.suite-scene{min-height:0;padding:6rem 0}.suite-scene-stage{position:relative;top:auto;grid-template-columns:1fr;min-height:0}.suite-scene-copy h2{max-width:14ch}.suite-scene-visual{min-height:0;margin-top:.75rem}.suite-scene-world{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));width:min(34rem,100%);min-width:0;aspect-ratio:auto;gap:.55rem;transform:none!important}.suite-scene-world:before{display:none}.suite-scene-halo{display:none}.suite-scene-core{position:relative;top:auto;left:auto;grid-column:span 2;width:100%;border-radius:1.35rem;transform:none!important}.suite-scene-panel{position:relative;top:auto;left:auto;width:100%;height:auto;aspect-ratio:1;border-radius:.95rem;transform:none!important}.suite-scene-steps li{opacity:1;text-shadow:none}}@media(max-width:520px){.suite-scene{padding:5rem 0}.suite-scene-copy h2{font-size:clamp(2.2rem,12vw,3.3rem)}.suite-scene-world{grid-template-columns:repeat(3,minmax(0,1fr))}.suite-scene-core{grid-column:span 3;min-height:8.25rem}}.contact-section{padding:clamp(5.5rem,10vw,9rem) 0;background:radial-gradient(circle at 85% 20%,rgba(73,143,255,.14),transparent 24rem),#071126}.contact-grid{display:grid;grid-template-columns:minmax(0,.88fr) minmax(27rem,1.12fr);gap:clamp(2.5rem,8vw,8rem);align-items:center}.contact-left h2{max-width:10ch;margin:1.1rem 0 1.25rem;color:var(--text-primary);font-size:clamp(2.35rem,4.4vw,4.6rem);letter-spacing:-.072em;line-height:.94}.contact-intro{max-width:32rem;margin:0;color:var(--text-secondary);font-size:.98rem;line-height:1.8}.consultation-points{display:grid;gap:1rem;margin:2.25rem 0 0;padding:0;list-style:none}.consultation-points li{display:grid;grid-template-columns:2rem 1fr;gap:.85rem}.consultation-points>li>span{color:#91c5ff;font-size:.66rem;font-weight:800;letter-spacing:.1em}.consultation-points strong{color:var(--text-primary);font-size:.83rem}.consultation-points p{margin:.28rem 0 0;color:var(--text-muted);font-size:.76rem;line-height:1.6}.contact-form-card{padding:clamp(1.2rem,3vw,2rem);background:#122a58a6;border:1px solid rgba(199,224,255,.2);border-radius:1.6rem;box-shadow:inset 0 1px #ffffff1c,var(--shadow-md);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.contact-form{display:grid;gap:1rem}.form-row-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.form-field{display:grid;gap:.45rem}.form-label{color:#d8eaff;font-size:.73rem;font-weight:750}.form-label span{margin-left:.18rem;color:#a8d0ff}.contact-form input,.contact-form select,.contact-form textarea{width:100%;min-height:3rem;padding:0 .85rem;color:var(--text-primary);background:#040e21ad;border:1px solid rgba(185,216,255,.18);border-radius:.8rem;outline:none;font-size:.82rem;font-weight:500}.contact-form textarea{min-height:8.6rem;padding:.85rem;resize:vertical}.contact-form select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b8c7e3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .8rem center;background-size:1rem;padding-right:2.4rem}.contact-form option{color:#08142f}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#7890b8}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{background:#05122ae6;border-color:#8cc5ff;box-shadow:0 0 0 3px #69aeff2b}.contact-form [aria-invalid=true]{border-color:var(--danger)}.field-error{margin:0;color:#ffabb3;font-size:.68rem;font-weight:600;line-height:1.45}.contact-submit{display:inline-flex;min-height:3rem;align-items:center;justify-content:center;gap:.5rem;margin-top:.25rem;padding:0 1rem;color:#061431;background:#b8dcff;border:0;border-radius:.85rem;font-size:.82rem;font-weight:800;transition:transform var(--duration-fast) var(--ease-out),background var(--duration-fast) var(--ease-out),opacity var(--duration-fast) var(--ease-out)}.contact-submit svg{width:1rem;height:1rem}.contact-submit:disabled{cursor:wait;opacity:.7}@media(hover:hover)and (pointer:fine){.contact-submit:hover:not(:disabled){background:#e0efff;transform:translateY(-2px)}}@media(prefers-reduced-motion:reduce){.contact-submit:hover:not(:disabled){transform:none}}.form-success-card{max-width:34rem;padding:clamp(2rem,6vw,4rem);margin:0 auto;background:#122a58a6;border:1px solid rgba(199,224,255,.2);border-radius:1.6rem;box-shadow:var(--shadow-md);text-align:center}.form-success-mark{display:inline-grid;width:3rem;height:3rem;place-items:center;color:#05251b;background:#78d7a6;border-radius:50%;font-weight:900}.form-success-card h2{margin:1.2rem 0 .6rem;font-size:1.8rem;letter-spacing:-.05em}.form-success-card p{margin:0 0 1.5rem;color:var(--text-secondary);font-size:.9rem;line-height:1.7}@media(max-width:900px){.contact-grid{grid-template-columns:1fr}.contact-left h2{max-width:12ch}}@media(max-width:560px){.form-row-2{grid-template-columns:1fr}}.landing-page{overflow:clip}.landing-hero{position:relative;min-height:min(58rem,100vh);padding:clamp(9.5rem,15vw,13rem) 0 clamp(5rem,9vw,8rem);overflow:hidden;background:radial-gradient(circle at 80% 38%,rgba(82,145,255,.22),transparent 28rem),radial-gradient(circle at 16% 4%,rgba(108,86,255,.13),transparent 23rem),linear-gradient(138deg,#071126,#0a2049 58%,#081631)}.landing-hero:before{position:absolute;right:-16rem;bottom:-19rem;width:40rem;height:40rem;border:1px solid rgba(172,208,255,.1);border-radius:50%;box-shadow:0 0 0 5rem #78a8ff06,0 0 0 10rem #78a8ff04;content:""}.landing-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.14fr) minmax(28rem,.86fr);gap:clamp(2.5rem,6vw,6.5rem);align-items:center}.landing-hero-copy{max-width:44rem}.landing-hero h1{margin:1.15rem 0 1.4rem;color:var(--text-primary);font-size:clamp(3.25rem,7vw,7.2rem);letter-spacing:-.085em;line-height:.87}.landing-hero h1 span{display:block;white-space:nowrap}.landing-hero-description{max-width:35rem;margin:0;color:var(--text-secondary);font-size:clamp(1rem,1.4vw,1.14rem);line-height:1.8}.landing-hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2.15rem}.landing-button{display:inline-flex;min-height:3.1rem;align-items:center;justify-content:center;gap:.6rem;padding:0 1.1rem;border:1px solid transparent;border-radius:.95rem;font-size:.83rem;font-weight:800;transition:transform var(--duration-fast) var(--ease-out),color var(--duration-fast) var(--ease-out),background var(--duration-fast) var(--ease-out),border-color var(--duration-fast) var(--ease-out)}.landing-button svg{width:1rem;height:1rem;transition:transform var(--duration-fast) var(--ease-out)}.landing-button--primary{color:#061431;background:#b7dcff;box-shadow:0 1rem 2.5rem #2d88ff33}.landing-button--secondary{color:var(--text-primary);background:#eaf6ff0f;border-color:#d2e9ff3b}@media(hover:hover)and (pointer:fine){.landing-button:hover{transform:translateY(-2px)}.landing-button--primary:hover{background:#e0efff}.landing-button--secondary:hover{background:#eaf6ff21}.landing-button--primary:hover svg{transform:translate(.2rem)}}.landing-hero-context{display:flex;flex-wrap:wrap;gap:.5rem;padding-top:.85rem;margin:3.25rem 0 0;border-top:1px solid rgba(208,229,255,.2);color:var(--text-muted);font-size:.8rem;font-weight:650;line-height:1.5}.landing-hero-context strong{color:#d4eaff;font-weight:800}.landing-hero-context span{color:#aed7ff9e}.landing-hero-visual{display:grid;min-height:30rem;place-items:center;perspective:1000px}.hero-suite-frame{width:min(32rem,100%);padding:.75rem;overflow:hidden;background:linear-gradient(135deg,#d2e9ff33,#d2e9ff08);border:1px solid rgba(204,231,255,.34);border-radius:1.85rem;box-shadow:inset 0 1px #ffffff3d,0 2rem 7rem #0000004d;transform:rotateY(-12deg) rotateX(6deg)}.hero-suite-frame-bar{display:flex;min-height:2.35rem;align-items:center;gap:.35rem;padding:0 .45rem;color:#deefffb3;font-size:.57rem;letter-spacing:.12em}.hero-suite-frame-bar span{width:.42rem;height:.42rem;background:#ddefff66;border-radius:50%}.hero-suite-frame-bar b{margin-left:auto;font-weight:800}.hero-suite-map{position:relative;display:grid;min-height:25rem;place-items:center;overflow:hidden;background:radial-gradient(circle at center,rgba(71,152,255,.38),transparent 8.5rem),repeating-linear-gradient(90deg,transparent 0 calc(25% - 1px),rgba(168,216,255,.075) calc(25% - 1px) 25%),repeating-linear-gradient(0deg,transparent 0 calc(33.333% - 1px),rgba(168,216,255,.065) calc(33.333% - 1px) 33.333%),#040e21b3;border:1px solid rgba(201,227,255,.16);border-radius:1.25rem}.hero-suite-map:before,.hero-suite-map:after{position:absolute;content:""}.hero-suite-map:before{top:.65rem;right:.65rem;bottom:.65rem;left:.65rem;border:1px solid rgba(202,231,255,.14);border-radius:.85rem;box-shadow:inset 0 0 2.8rem #75beff14,0 0 2.5rem #308aff14}.hero-suite-map:after{top:50%;left:-12%;width:124%;height:1px;background:linear-gradient(90deg,transparent,rgba(133,202,255,.42),transparent);box-shadow:0 -3.6rem 3.8rem #388fff1f,0 3.6rem 3.8rem #388fff1a}.hero-suite-core{position:relative;z-index:1;display:grid;width:7.4rem;height:7.4rem;place-content:center;color:#e9f4ff;background:linear-gradient(145deg,#2b7ae3,#0a2356);border:1px solid rgba(210,236,255,.58);border-radius:1.8rem;box-shadow:inset 0 1px #ffffff59,0 1rem 3rem #0d54bd52;text-align:center}.hero-suite-core span{font-size:3.2rem;font-weight:900;letter-spacing:-.14em;line-height:.8}.hero-suite-core small{margin-top:.4rem;font-size:.5rem;font-weight:800;letter-spacing:.15em}.hero-suite-products{position:absolute;z-index:2;top:1.2rem;right:1.2rem;bottom:1.2rem;left:1.2rem;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(3,1fr);gap:.55rem;pointer-events:none}.hero-suite-product{display:grid;place-items:center;width:clamp(1.45rem,4vw,2.25rem);height:clamp(1.45rem,4vw,2.25rem);align-self:center;justify-self:center;padding:.6rem;color:color-mix(in srgb,var(--product-accent) 78%,#eaf6ff);background:#0715328f;border:1px solid color-mix(in srgb,var(--product-accent) 36%,transparent);border-radius:.8rem;box-shadow:inset 0 1px #ffffff26,0 .55rem 1.5rem color-mix(in srgb,var(--product-accent) 12%,transparent)}.hero-suite-product svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.65}.hero-suite-products>:nth-child(5),.hero-suite-products>:nth-child(8){transform:translateY(.35rem)}.hero-suite-products>:nth-child(6),.hero-suite-products>:nth-child(7){transform:translateY(-.35rem)}.hero-suite-caption{padding:.7rem .45rem .2rem;color:#d1e9ff94;font-size:.49rem;font-weight:800;letter-spacing:.13em;text-align:center}.landing-intro{padding:clamp(5rem,10vw,8.5rem) 0;background:var(--ink-950)}.landing-intro-grid{display:grid;grid-template-columns:.4fr minmax(0,1fr) minmax(16rem,.52fr);gap:clamp(1.5rem,5vw,5rem);align-items:start}.landing-intro h2{max-width:13ch;margin:-.45rem 0 0;color:var(--text-primary);font-size:clamp(2.35rem,4vw,4.6rem);letter-spacing:-.07em;line-height:.96}.landing-intro p:not(.landing-kicker){margin:.15rem 0 0;color:var(--text-secondary);font-size:.96rem;line-height:1.8}@media(max-width:1040px){.landing-hero-grid{grid-template-columns:1fr}.landing-hero-copy{max-width:43rem}.landing-hero h1 span{display:inline;white-space:normal}.landing-hero-visual{min-height:0}.hero-suite-frame{width:min(34rem,100%)}.landing-intro-grid{grid-template-columns:1fr 1.5fr}.landing-intro-grid>p:not(.landing-kicker){grid-column:2}}@media(max-width:680px){.landing-hero{min-height:0;padding-top:8.5rem}.landing-hero h1{font-size:clamp(3.3rem,16vw,5.3rem)}.landing-hero-actions{display:grid;grid-template-columns:1fr}.landing-hero-context{margin-top:2.5rem}.hero-suite-frame{border-radius:1.35rem;transform:none}.hero-suite-map{min-height:20rem}.hero-suite-products{top:.8rem;right:.8rem;bottom:.8rem;left:.8rem;gap:.35rem}.hero-suite-product{padding:.45rem;border-radius:.6rem}.landing-intro-grid{grid-template-columns:1fr}.landing-intro h2{margin:0}.landing-intro-grid>p:not(.landing-kicker){grid-column:auto}}@media(prefers-reduced-motion:reduce){.landing-button,.landing-button svg{transition:opacity var(--duration-fast) var(--ease-out),background var(--duration-fast) var(--ease-out),border-color var(--duration-fast) var(--ease-out)}.landing-button:hover,.landing-button:hover svg{transform:none}}:root{color-scheme:dark;--ink-950: #050b1b;--ink-925: #071126;--ink-900: #0a1b3b;--ink-850: #102852;--surface: rgba(16, 38, 80, .62);--surface-strong: rgba(10, 27, 59, .9);--surface-soft: rgba(150, 193, 255, .08);--border: rgba(174, 205, 255, .18);--border-strong: rgba(181, 214, 255, .36);--text-primary: #f5f8ff;--text-secondary: #b8c7e3;--text-muted: #8ea3c7;--accent: #4a9eff;--accent-strong: #2382fa;--accent-soft: rgba(74, 158, 255, .15);--success: #51c58b;--danger: #ff7c89;--shadow-sm: 0 12px 34px rgba(0, 0, 0, .16);--shadow-md: 0 24px 70px rgba(0, 0, 0, .26);--shadow-lg: 0 34px 100px rgba(0, 0, 0, .36);--radius-sm: 12px;--radius-md: 18px;--radius-lg: 26px;--radius-xl: 34px;--max-width: 1180px;--ease-out: cubic-bezier(.23, 1, .32, 1);--ease-in-out: cubic-bezier(.77, 0, .175, 1);--duration-fast: .16s;--duration-base: .24s;--navy: var(--ink-900);--dark-navy: var(--ink-950);--blue: var(--accent);--soft-blue: var(--accent-soft);--text: var(--text-primary);--muted: var(--text-muted);--white: #ffffff;--green: var(--success)}*{box-sizing:border-box}html{min-width:320px;background:var(--ink-950);scroll-behavior:smooth}body{min-width:320px;margin:0;overflow-x:hidden;color:var(--text-primary);background:radial-gradient(circle at 8% -10%,rgba(39,126,255,.24),transparent 30rem),radial-gradient(circle at 92% 14%,rgba(99,76,255,.16),transparent 26rem),var(--ink-950);font-family:Inter,Plus Jakarta Sans,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body.has-dialog{overflow:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}:focus-visible{outline:3px solid #9ccaff;outline-offset:4px}[data-nav-section]{scroll-margin-top:88px}.container{width:min(var(--max-width),calc(100% - 48px));margin:0 auto}.eyebrow,.landing-kicker{display:inline-flex;align-items:center;gap:8px;margin:0;color:#b9d9ff;font-size:.72rem;font-weight:800;letter-spacing:.14em;line-height:1.2;text-transform:uppercase}.eyebrow:before,.landing-kicker:before{width:22px;height:1px;content:"";background:currentColor;opacity:.75}@media(max-width:720px){.container{width:min(100% - 32px,560px)}[data-nav-section]{scroll-margin-top:74px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
