:root {
  --ink:#050711;
  --ink-2:#0a1020;
  --paper:#eef2ff;
  --paper-2:#dfe7ff;
  --white:#f7f9ff;
  --muted:rgba(247,249,255,.56);
  --hairline:rgba(247,249,255,.15);
  --blue:#5277ff;
  --blue-2:#7f9aff;
  --cyan:#51e5ff;
  --lime:#b8ff72;
  --violet:#aa7cff;
  --hot:#ff6f91;
  --orange:#ff9d55;
  --ease-out:cubic-bezier(.16,1,.3,1);
  --ease-in-out:cubic-bezier(.76,0,.24,1);
  --pad:clamp(18px,2.7vw,44px);
  --header-h:82px;
  --product-accent:#8293ff
}
*,*::before,*::after{box-sizing:border-box}
html{min-width:320px;background:var(--ink);color-scheme:dark;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.28) var(--ink)}
body{margin:0;min-width:320px;overflow-x:clip;background:var(--ink);color:var(--white);font-family:"Apple SD Gothic Neo","Noto Sans KR","Malgun Gothic",Arial,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}
body.is-loading,body.menu-open{overflow:hidden}
::selection{background:var(--cyan);color:var(--ink)}
button,a,input,select{color:inherit;font:inherit}a{text-decoration:none}button{border:0}button,select{cursor:pointer}svg,canvas{display:block;max-width:100%}
.skip-link{position:fixed;top:12px;left:12px;z-index:1200;padding:10px 14px;background:var(--paper);color:var(--ink);transform:translateY(-160%);transition:transform .2s ease}.skip-link:focus{transform:translateY(0)}
.grain{position:fixed;inset:-40%;z-index:999;pointer-events:none;opacity:.038;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.92'/%3E%3C/svg%3E");animation:grain-shift .28s steps(2) infinite}
@keyframes grain-shift{0%{transform:translate3d(-2%,1%,0)}25%{transform:translate3d(1%,-2%,0)}50%{transform:translate3d(2%,2%,0)}75%{transform:translate3d(-1%,-1%,0)}100%{transform:translate3d(-2%,1%,0)}}
.scroll-meter{position:fixed;inset:0 0 auto;z-index:160;height:2px;pointer-events:none}.scroll-meter span{display:block;width:100%;height:100%;background:linear-gradient(90deg,var(--blue),var(--cyan),var(--lime));transform:scaleX(0);transform-origin:left;will-change:transform}
.pointer{position:fixed;top:0;left:0;z-index:1100;width:14px;height:14px;pointer-events:none;transform:translate3d(-50%,-50%,0);mix-blend-mode:difference;will-change:transform,width,height}.pointer__dot{position:absolute;inset:0;border-radius:50%;background:#fff;transition:transform .35s var(--ease-out),opacity .25s ease,background .25s ease}.pointer__label{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%) scale(.8);opacity:0;color:var(--ink);white-space:nowrap;font-size:8px;line-height:1;font-weight:800;letter-spacing:.14em;transition:opacity .25s ease,transform .35s var(--ease-out)}.pointer.is-active .pointer__dot{transform:scale(4.2)}.pointer.is-view{mix-blend-mode:normal}.pointer.is-view .pointer__dot{transform:scale(5.8);background:var(--lime)}.pointer.is-view .pointer__label{opacity:1;transform:translate(-50%,-50%) scale(1)}
.preloader{position:fixed;inset:0;z-index:900;display:grid;grid-template-rows:auto 1fr auto;min-height:100svh;padding:26px var(--pad) 30px;color:var(--white);background:var(--ink);overflow:hidden}
.preloader__grid,.hero__grid,.menu-overlay__grid{position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(to right,transparent calc(20% - .5px),rgba(255,255,255,.075) 20%,transparent calc(20% + .5px)),linear-gradient(to right,transparent calc(40% - .5px),rgba(255,255,255,.075) 40%,transparent calc(40% + .5px)),linear-gradient(to right,transparent calc(60% - .5px),rgba(255,255,255,.075) 60%,transparent calc(60% + .5px)),linear-gradient(to right,transparent calc(80% - .5px),rgba(255,255,255,.075) 80%,transparent calc(80% + .5px))}
.preloader__top{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;font-size:9px;letter-spacing:.17em;text-transform:uppercase;color:var(--muted)}.preloader__top span:nth-child(2){justify-self:center}.preloader__top span:last-child{justify-self:end}.preloader__center{position:relative;z-index:2;align-self:center}.preloader__stage{margin:0 0 20px;text-align:center;font-size:9px;letter-spacing:.34em;color:rgba(247,249,255,.46)}.preloader__brand{width:min(1320px,100%);margin-inline:auto;font-family:"Arial Black",Arial,sans-serif;font-size:clamp(72px,15.3vw,244px);line-height:.73;font-weight:900;letter-spacing:-.095em;text-transform:uppercase}.preloader__line{display:block;overflow:hidden;padding-right:.08em}.preloader__line--offset{padding-left:14vw;color:var(--blue-2)}.preloader__line>span{display:block;transform:translateY(112%);transition:transform 1.05s var(--ease-out)}.preloader.is-started .preloader__line:first-child>span{transform:translateY(0)}.preloader.is-started .preloader__line:last-child>span{transform:translateY(0);transition-delay:.1s}.preloader__bottom{position:relative;z-index:2;display:grid;grid-template-columns:1fr auto;align-items:end;gap:30px}.preloader__rail{height:1px;margin-bottom:9px;overflow:hidden;background:rgba(255,255,255,.15)}.preloader__rail span{display:block;width:100%;height:100%;background:linear-gradient(90deg,var(--blue),var(--cyan));transform:scaleX(0);transform-origin:left}.preloader__counter{display:flex;align-items:flex-start;font-family:"Arial Black",Arial,sans-serif;font-size:clamp(42px,6vw,88px);line-height:.75;letter-spacing:-.07em}.preloader__counter sup{margin:2px 0 0 4px;font-family:Arial,sans-serif;font-size:11px;letter-spacing:0}.preloader__flash{position:absolute;inset:0;z-index:5;background:radial-gradient(circle at 72% 34%,rgba(81,229,255,.48),transparent 28%),var(--blue);transform:translateY(101%);transition:transform .76s var(--ease-in-out)}.preloader.is-covered .preloader__flash{transform:translateY(0)}.preloader.is-covered .preloader__top,.preloader.is-covered .preloader__center,.preloader.is-covered .preloader__bottom{opacity:0;transition:opacity .24s ease}.preloader.is-revealing{background:transparent;pointer-events:none}.preloader.is-revealing .preloader__flash{transform:translateY(-101%);transition-duration:.98s}
body.has-auth-session .preloader{display:none}
.site{opacity:0;visibility:hidden}.site.is-ready{opacity:1;visibility:visible}
.header{position:fixed;inset:0 0 auto;z-index:130;display:grid;grid-template-columns:minmax(210px,1fr) auto auto auto;align-items:center;column-gap:clamp(18px,2.2vw,38px);height:var(--header-h);padding-inline:var(--pad);border-bottom:1px solid transparent;transition:height .45s var(--ease-out),background .35s ease,border-color .35s ease,backdrop-filter .35s ease}.header.is-compact{height:66px;border-color:rgba(255,255,255,.1);background:rgba(5,7,17,.72);backdrop-filter:blur(20px)}
.brand{justify-self:start;font-size:14px;font-weight:800;letter-spacing:-.03em}.brand .magnetic__inner{display:flex;align-items:center;gap:10px}.brand__mark{display:block;width:32px;height:32px;object-fit:contain;filter:drop-shadow(0 5px 14px rgba(0,0,0,.28))}
.header__center{display:flex;align-items:center;gap:10px;justify-self:center;font-size:8px;letter-spacing:.17em;color:rgba(247,249,255,.55)}.header__signal{width:6px;height:6px;border-radius:50%;background:var(--lime);box-shadow:0 0 14px rgba(184,255,114,.8);animation:signal-pulse 2.2s ease-in-out infinite}@keyframes signal-pulse{50%{transform:scale(.55);opacity:.45}}
.header__nav{justify-self:end;display:flex;align-items:center;gap:clamp(15px,1.7vw,28px);white-space:nowrap;font-size:8px;font-weight:800;letter-spacing:.14em}.header__nav a{position:relative;padding:10px 0;color:rgba(247,249,255,.68);transition:color .25s ease}.header__nav a::after{content:"";position:absolute;left:0;right:0;bottom:5px;height:1px;background:var(--cyan);transform:scaleX(0);transform-origin:right;transition:transform .38s var(--ease-out)}.header__nav a:hover{color:var(--white)}.header__nav a:hover::after{transform:scaleX(1);transform-origin:left}
.menu-button{justify-self:end;width:76px;height:42px;padding:0;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:transparent;color:var(--white)}.menu-button .magnetic__inner{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;height:100%}.menu-button__label{font-size:8px;font-weight:800;letter-spacing:.14em}.menu-button__icon{display:grid;gap:4px}.menu-button__icon i{display:block;width:12px;height:1px;background:currentColor;transition:transform .35s var(--ease-out)}body.menu-open .menu-button__icon i:first-child{transform:translateY(2.5px) rotate(45deg)}body.menu-open .menu-button__icon i:last-child{transform:translateY(-2.5px) rotate(-45deg)}
.magnetic__inner{display:inline-block;transition:transform .55s var(--ease-out);will-change:transform}
.menu-overlay{position:fixed;inset:0;z-index:120;display:grid;grid-template-rows:auto 1fr auto;padding:96px var(--pad) 26px;overflow:hidden;background:var(--blue);color:var(--ink);clip-path:inset(0 0 100% 0);visibility:hidden;transition:clip-path .8s var(--ease-in-out),visibility 0s .8s}.menu-overlay.is-open{clip-path:inset(0);visibility:visible;transition:clip-path .8s var(--ease-in-out),visibility 0s}.menu-overlay__grid{opacity:.32;background-image:linear-gradient(to right,transparent calc(25% - .5px),rgba(5,7,17,.18) 25%,transparent calc(25% + .5px)),linear-gradient(to right,transparent calc(50% - .5px),rgba(5,7,17,.18) 50%,transparent calc(50% + .5px)),linear-gradient(to right,transparent calc(75% - .5px),rgba(5,7,17,.18) 75%,transparent calc(75% + .5px))}.menu-overlay__top,.menu-overlay__bottom{position:relative;z-index:2;display:flex;justify-content:space-between;font-size:8px;font-weight:800;letter-spacing:.16em}.menu-overlay__nav{position:relative;z-index:2;align-self:center;border-top:1px solid rgba(5,7,17,.2)}.menu-overlay__nav a{display:grid;grid-template-columns:52px 1fr auto;align-items:center;gap:18px;min-height:clamp(72px,10vh,118px);border-bottom:1px solid rgba(5,7,17,.2);text-transform:uppercase}.menu-overlay__nav a span{font-size:8px;font-weight:800}.menu-overlay__nav a strong{font-family:"Arial Black",Arial,sans-serif;font-size:clamp(36px,5.7vw,91px);line-height:.86;letter-spacing:-.07em}.menu-overlay__nav a em{font-style:normal;font-size:clamp(20px,2vw,33px);transition:transform .35s var(--ease-out)}.menu-overlay__nav a:hover strong{font-style:italic}.menu-overlay__nav a:hover em{transform:translate(8px,8px)}
.section-pad{padding:clamp(105px,12vw,185px) var(--pad)}.section-index{display:flex;gap:28px;font-size:8px;font-weight:800;letter-spacing:.16em;color:rgba(247,249,255,.48)}.section-index span:first-child{color:var(--blue-2)}.section-index--dark{color:rgba(5,7,17,.48)}.section-title{margin:0;font-family:"Arial Black",Arial,sans-serif;font-size:clamp(52px,7.35vw,116px);line-height:.87;font-weight:900;letter-spacing:-.075em}.section-title--dark{color:var(--ink)}
.reveal{opacity:0;transform:translateY(38px);filter:blur(0);clip-path:inset(10% 0 0 0 round 8px);transition:opacity .75s ease,transform 1s var(--ease-out),clip-path 1s var(--ease-out)}.reveal.is-visible{opacity:1;transform:translateY(0);filter:blur(0);clip-path:inset(0 0 0 0 round 8px)}
.hero{position:relative;min-height:100svh;padding:calc(var(--header-h) + 48px) var(--pad) 28px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;isolation:isolate;background:radial-gradient(circle at 75% 34%,rgba(82,119,255,.18),transparent 32%),radial-gradient(circle at 80% 64%,rgba(81,229,255,.08),transparent 24%),linear-gradient(135deg,#050711 0%,#070b17 58%,#050711 100%)}.hero__canvas,.hero__halo,.hero__grid{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.hero__canvas{z-index:-2}.hero__halo{z-index:-3;background:radial-gradient(circle at 72% 42%,rgba(82,119,255,.19),transparent 28%),radial-gradient(circle at 83% 62%,rgba(81,229,255,.07),transparent 22%)}.hero__grid{z-index:-1;opacity:.42;mask-image:linear-gradient(to bottom,black,transparent 94%)}
.hero__eyebrow{position:relative;z-index:2;display:flex;justify-content:space-between;gap:18px;padding-top:6px;font-size:8px;font-weight:800;letter-spacing:.17em;color:rgba(247,249,255,.46)}.hero__headline-wrap{position:relative;z-index:3;margin-top:auto;margin-bottom:30px}.hero__headline{width:min(1180px,88vw);margin:0;font-family:"Arial Black",Arial,sans-serif;font-size:clamp(58px,10.8vw,172px);line-height:.82;font-weight:900;letter-spacing:-.078em;word-break:keep-all}.hero__line{display:block;overflow:hidden;padding:.03em .07em .04em 0}.hero__line>span{display:block;transform:translateY(115%);transition:transform 1.15s var(--ease-out)}.hero__line--offset{padding-left:15vw}.site.is-ready .hero__line:nth-child(1)>span{transform:translateY(0);transition-delay:.22s}.site.is-ready .hero__line:nth-child(2)>span{transform:translateY(0);transition-delay:.34s}.site.is-ready .hero__line:nth-child(3)>span{transform:translateY(0);transition-delay:.46s}.reveal-item{opacity:0;transform:translateY(28px);transition:opacity .8s ease,transform 1s var(--ease-out)}.site.is-ready .reveal-item{opacity:1;transform:translateY(0);transition-delay:.72s}
.hero__foot{position:relative;z-index:3;display:grid;grid-template-columns:minmax(260px,470px) auto 1fr;align-items:end;gap:clamp(28px,5vw,84px);padding-top:20px;border-top:1px solid var(--hairline)}.hero__intro{margin:0;font-size:clamp(13px,1.12vw,17px);line-height:1.75;color:rgba(247,249,255,.68);word-break:keep-all}.round-link{width:126px;aspect-ratio:1;border:1px solid rgba(255,255,255,.26);border-radius:50%;background:rgba(255,255,255,.025);transition:border-color .35s ease,background .35s ease,color .35s ease}.round-link .magnetic__inner{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.round-link span span{font-size:8px;font-weight:800;line-height:1.45;letter-spacing:.12em}.round-link i{position:absolute;right:22px;bottom:19px;font-style:normal;font-size:18px;transition:transform .35s var(--ease-out)}.round-link:hover{border-color:var(--lime);background:var(--lime);color:var(--ink)}.round-link:hover i{transform:translate(5px,5px)}
.hero__account{justify-self:end;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:9px 20px;max-width:430px;padding-bottom:4px;text-align:right;font-size:8px;font-weight:800;letter-spacing:.13em;color:rgba(247,249,255,.6)}.hero__account span{display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.hero__account i{width:5px;height:5px;border-radius:50%;background:var(--lime);box-shadow:0 0 11px rgba(184,255,114,.78)}.hero__scroll{position:absolute;right:var(--pad);top:50%;display:flex;align-items:center;gap:12px;font-size:7px;letter-spacing:.18em;color:rgba(247,249,255,.42);transform:rotate(90deg) translateX(50%);transform-origin:right top}.hero__scroll i{width:54px;height:1px;overflow:hidden;background:rgba(255,255,255,.2)}.hero__scroll i::after{content:"";display:block;width:100%;height:100%;background:var(--cyan);animation:scroll-line 2s var(--ease-in-out) infinite}@keyframes scroll-line{0%{transform:translateX(-105%)}50%,100%{transform:translateX(105%)}}
.statement{position:relative;min-height:90svh;overflow:hidden;background:radial-gradient(circle at 80% 66%,rgba(82,119,255,.14),transparent 28%),linear-gradient(155deg,#050711,#080d1c 58%,#050711)}.statement::before{content:"";position:absolute;right:-12vw;bottom:-24vw;width:62vw;aspect-ratio:1;border:1px solid rgba(127,154,255,.11);border-radius:50%;box-shadow:0 0 0 65px rgba(127,154,255,.025),0 0 0 130px rgba(81,229,255,.014)}.statement__content{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,2.35fr) minmax(260px,.65fr);align-items:end;gap:clamp(45px,8vw,130px);margin-top:clamp(72px,9vw,145px)}.statement__lead{max-width:1180px;margin:0;font-size:clamp(34px,5.25vw,84px);line-height:1.18;font-weight:800;letter-spacing:-.055em;word-break:keep-all}.word-reveal{display:inline-block;margin-right:.25em;opacity:.13;transform:translateY(.4em);transition:opacity .7s ease,transform .85s var(--ease-out),color .7s ease}.word-reveal.is-visible{opacity:1;transform:translateY(0)}.statement__lead .word-reveal:nth-child(5n+2),.statement__lead .word-reveal:nth-child(8n+5){color:var(--blue-2)}.statement__aside{align-self:end;padding:20px 0 3px;border-top:1px solid var(--hairline)}.statement__aside p{margin:0 0 32px;font-size:13px;line-height:1.75;color:rgba(247,249,255,.58);word-break:keep-all}.statement__aside span{font-size:7px;font-weight:800;letter-spacing:.17em;color:var(--cyan)}.statement__orbit{position:absolute;right:6vw;bottom:3vw;width:min(27vw,420px);aspect-ratio:1;pointer-events:none;opacity:.58}.statement__orbit span{position:absolute;inset:0;border:1px solid rgba(255,255,255,.1);border-radius:50%}.statement__orbit span:nth-child(2){inset:18%;border-style:dashed;border-color:rgba(81,229,255,.24);animation:orbit-spin 18s linear infinite}.statement__orbit span:nth-child(3){inset:36%;border-color:rgba(184,255,114,.34);animation:orbit-spin 10s linear infinite reverse}.statement__orbit span:nth-child(4){inset:47%;background:var(--blue);border:0;box-shadow:0 0 50px rgba(82,119,255,.45)}@keyframes orbit-spin{to{transform:rotate(360deg)}}
.ecosystem{background:radial-gradient(circle at 86% 18%,rgba(82,119,255,.14),transparent 24%),var(--ink)}.ecosystem__head{display:grid;grid-template-columns:1fr 2.1fr 1fr;align-items:end;gap:4vw}.ecosystem__head .section-index{align-self:start}.ecosystem__intro{max-width:320px;margin:0;padding-top:18px;border-top:1px solid var(--hairline);font-size:13px;line-height:1.75;color:rgba(247,249,255,.58);word-break:keep-all}
.product-explorer{display:grid;grid-template-columns:minmax(255px,.62fr) minmax(0,1.55fr);margin-top:clamp(68px,8vw,125px);border:1px solid rgba(255,255,255,.13);border-radius:24px;overflow:hidden;background:rgba(255,255,255,.018);box-shadow:0 36px 110px rgba(0,0,0,.2)}.product-rail{display:grid;align-content:stretch;background:rgba(3,6,14,.35);border-right:1px solid rgba(255,255,255,.12)}.product-tab{position:relative;display:grid;grid-template-columns:34px 1fr auto;grid-template-rows:auto auto;align-items:center;column-gap:13px;min-height:74px;padding:14px 17px;text-align:left;border-bottom:1px solid rgba(255,255,255,.085);background:transparent;color:rgba(247,249,255,.52);transition:background .3s ease,color .3s ease,padding-left .4s var(--ease-out)}.product-tab:last-child{border-bottom:0}.product-tab::before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:var(--product-accent,var(--blue));transform:scaleY(0);transition:transform .35s var(--ease-out)}.product-tab>span{grid-row:1/3;font-size:7px;letter-spacing:.12em;color:rgba(247,249,255,.32)}.product-tab strong{font-size:14px;letter-spacing:-.02em}.product-tab em{grid-column:2;font-style:normal;font-size:6px;letter-spacing:.13em;color:currentColor;opacity:.54}.product-tab i{grid-column:3;grid-row:1/3;font-style:normal;font-size:15px;opacity:.25;transition:transform .3s ease,opacity .3s ease}.product-tab:hover,.product-tab.is-active{padding-left:22px;background:rgba(255,255,255,.06);color:var(--white)}.product-tab.is-active::before{transform:scaleY(1)}.product-tab:hover i,.product-tab.is-active i{opacity:1;transform:translate(3px,-3px)}
.product-stage{--stage-accent:#8293ff;position:relative;min-height:680px;display:flex;flex-direction:column;padding:clamp(24px,3vw,46px);overflow:hidden;background:radial-gradient(circle at 72% 42%,color-mix(in srgb,var(--stage-accent) 28%,transparent),transparent 27%),linear-gradient(145deg,#0a1020,#060914 64%,#080d1a);isolation:isolate}.product-stage::before{content:"";position:absolute;z-index:-1;inset:auto -12% -45% auto;width:72%;aspect-ratio:1;border-radius:50%;background:var(--stage-accent);opacity:.12;filter:blur(85px)}.product-stage__grid{position:absolute;inset:0;z-index:-2;opacity:.42;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(to bottom,black,transparent 92%)}.product-stage__top,.product-stage__bottom{position:relative;z-index:3;display:flex;justify-content:space-between;gap:20px;font-size:7px;font-weight:800;letter-spacing:.15em;color:rgba(247,249,255,.45)}.product-stage__top span:last-child{color:var(--stage-accent)}.product-stage__mark{position:absolute;right:clamp(30px,6vw,88px);top:50%;z-index:2;width:clamp(150px,22vw,335px);aspect-ratio:1;display:grid;place-items:center;border:1px solid rgba(255,255,255,.25);border-radius:30%;background:radial-gradient(circle at 30% 22%,rgba(255,255,255,.28),transparent 33%),linear-gradient(145deg,color-mix(in srgb,var(--stage-accent) 92%,white 8%),color-mix(in srgb,var(--stage-accent) 52%,#081020 48%));box-shadow:0 36px 95px color-mix(in srgb,var(--stage-accent) 30%,transparent);transform:translateY(-50%) rotate(-7deg);font-family:"Arial Black",Arial,sans-serif;font-size:clamp(38px,6vw,90px);letter-spacing:-.08em;transition:opacity .2s ease,transform .65s var(--ease-out)}.product-stage__mark::before,.product-stage__mark::after{content:"";position:absolute;inset:-23%;border:1px solid color-mix(in srgb,var(--stage-accent) 34%,transparent);border-radius:50%;animation:orbit-spin 24s linear infinite}.product-stage__mark::after{inset:-46%;border-style:dashed;opacity:.54;animation-duration:38s;animation-direction:reverse}.product-stage__orbit{position:absolute;right:4%;top:50%;width:min(52%,520px);aspect-ratio:1;transform:translateY(-50%);pointer-events:none}.product-stage__ring,.product-stage__satellite{position:absolute;border-radius:50%}.product-stage__ring{inset:0;border:1px solid rgba(255,255,255,.085)}.product-stage__ring--b{inset:18%;border-style:dashed;border-color:color-mix(in srgb,var(--stage-accent) 42%,transparent);animation:orbit-spin 22s linear infinite}.product-stage__satellite{width:7px;height:7px;background:var(--stage-accent);box-shadow:0 0 18px var(--stage-accent)}.product-stage__satellite--a{left:8%;top:31%}.product-stage__satellite--b{right:4%;top:55%}.product-stage__satellite--c{left:37%;bottom:3%;background:var(--lime)}.product-stage__content{position:relative;z-index:3;width:min(53%,610px);margin:auto 0;transition:opacity .2s ease,transform .55s var(--ease-out)}.product-stage__kicker{margin:0 0 17px;font-size:8px;font-weight:800;letter-spacing:.18em;color:var(--stage-accent)}.product-stage__content h3{margin:0 0 22px;font-family:"Arial Black",Arial,sans-serif;font-size:clamp(54px,8vw,124px);line-height:.88;letter-spacing:-.08em}.product-stage__content>p:last-child{max-width:530px;margin:0;font-size:clamp(13px,1.2vw,17px);line-height:1.75;color:rgba(247,249,255,.63);word-break:keep-all}.product-stage__bottom{align-items:end;border-top:1px solid rgba(255,255,255,.12);padding-top:21px}.product-stage__bottom>div{display:grid;gap:8px}.product-stage__bottom strong{color:rgba(247,249,255,.78);font-size:8px;letter-spacing:.11em}.product-stage__bottom a{display:inline-flex;align-items:center;gap:18px;padding-bottom:7px;border-bottom:1px solid rgba(255,255,255,.35);color:var(--white)}.product-stage__bottom a i{font-style:normal;font-size:16px}.product-stage.is-switching .product-stage__content,.product-stage.is-switching .product-stage__mark{opacity:0}.product-stage.is-switching .product-stage__content{transform:translateY(15px)}.product-stage.is-switching .product-stage__mark{transform:translateY(calc(-50% + 18px)) rotate(-3deg) scale(.96)}
.overvm,.platform{background:var(--paper);color:var(--ink)}.overvm__head{display:grid;grid-template-columns:minmax(150px,.65fr) minmax(0,2.25fr) minmax(250px,.72fr);align-items:end;gap:4vw}.overvm__head .section-index{align-self:start}.overvm__head .section-title{margin:0}.overvm__intro{margin:0 0 6px;padding-top:18px;border-top:1px solid rgba(5,7,17,.2);font-size:13px;line-height:1.75;color:rgba(5,7,17,.63);word-break:keep-all}
.vm-console{display:block;margin-top:clamp(68px,8.5vw,128px);padding:0;overflow:hidden;border:1px solid rgba(5,7,17,.18);border-radius:25px;background:#080d1a;color:var(--white);box-shadow:0 42px 120px rgba(37,56,123,.22)}.vm-console__chrome{min-height:58px;display:flex;justify-content:space-between;align-items:center;gap:24px;padding:0 22px;border-bottom:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.025);font-size:7px;font-weight:800;letter-spacing:.14em;color:rgba(247,249,255,.5)}.vm-console__brand,.vm-console__meta{display:flex;align-items:center;gap:12px}.vm-console__meta{gap:22px}.vm-console__pulse{width:7px;height:7px;border-radius:50%;background:var(--lime);box-shadow:0 0 14px rgba(184,255,114,.75);animation:signal-pulse 2.2s ease-in-out infinite}.vm-console__layout{display:grid;grid-template-columns:238px minmax(0,1fr);min-height:760px}.vm-console__sidebar{position:relative;display:flex;flex-direction:column;padding:24px 18px;border-right:1px solid rgba(255,255,255,.1);background:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),#070b16;background-size:100% 44px}.console-account{display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:11px;padding:0 4px 23px;border-bottom:1px solid rgba(255,255,255,.1)}.console-account__avatar{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:linear-gradient(145deg,var(--blue-2),var(--blue));font-family:"Arial Black",Arial,sans-serif;font-size:12px}.console-account div{display:grid;gap:5px}.console-account strong{font-size:8px;letter-spacing:.08em}.console-account small{font-size:6px;letter-spacing:.12em;color:rgba(247,249,255,.36)}.console-account>i{color:var(--lime);font-style:normal;font-size:7px}.console-nav{display:grid;gap:6px;margin-top:22px}.console-nav button{display:grid;grid-template-columns:22px 1fr auto;align-items:center;gap:9px;min-height:43px;padding:0 11px;border-radius:10px;text-align:left;background:transparent;color:rgba(247,249,255,.45);font-size:9px;transition:background .25s ease,color .25s ease}.console-nav button span{font-size:13px;opacity:.6}.console-nav button em{font-style:normal;font-size:7px;color:rgba(247,249,255,.3)}.console-nav button:hover,.console-nav button.is-current{background:rgba(82,119,255,.16);color:var(--white)}.console-security{margin-top:auto;padding:17px;border:1px solid rgba(184,255,114,.16);border-radius:14px;background:rgba(184,255,114,.045)}.console-security>span{display:block;margin-bottom:12px;font-size:6px;letter-spacing:.16em;color:rgba(247,249,255,.38)}.console-security strong{display:flex;align-items:center;gap:8px;font-size:9px;letter-spacing:.1em;color:var(--lime)}.console-security strong i{width:6px;height:6px;border-radius:50%;background:var(--lime);box-shadow:0 0 12px rgba(184,255,114,.62)}.console-security p{margin:11px 0 0;font-size:8px;line-height:1.65;color:rgba(247,249,255,.42);word-break:keep-all}.vm-console__main{min-width:0;padding:clamp(22px,3vw,38px);background:radial-gradient(circle at 90% 9%,rgba(82,119,255,.12),transparent 25%),#0a1020}.console-titlebar{display:flex;justify-content:space-between;align-items:end;gap:24px}.console-titlebar>div{display:grid;gap:8px}.console-titlebar span{font-size:6px;letter-spacing:.16em;color:rgba(247,249,255,.36)}.console-titlebar h3{margin:0;font-family:"Arial Black",Arial,sans-serif;font-size:clamp(25px,2.5vw,38px);letter-spacing:-.055em}.console-badge{padding:8px 11px;border:1px solid rgba(81,229,255,.22);border-radius:999px;color:var(--cyan)!important;white-space:nowrap}
.environment-picker{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin-top:25px}.environment-card{position:relative;min-height:86px;display:grid;grid-template-columns:48px 1fr 16px;align-items:center;gap:14px;padding:13px 15px;border:1px solid rgba(255,255,255,.11);border-radius:15px;text-align:left;background:rgba(255,255,255,.022);color:rgba(247,249,255,.58);transition:border-color .25s ease,background .25s ease,transform .35s var(--ease-out)}.environment-card:hover{transform:translateY(-3px);border-color:rgba(127,154,255,.45)}.environment-card.is-selected{border-color:var(--blue-2);background:rgba(82,119,255,.13);color:var(--white)}.environment-card__icon{width:48px;height:48px;display:grid;place-items:center;border-radius:13px;font-family:"Arial Black",Arial,sans-serif;font-size:18px;color:var(--white)}.environment-card__icon--android{background:linear-gradient(145deg,#73d394,#2d8050)}.environment-card__icon--windows{background:linear-gradient(145deg,#6d8fff,#3150bb)}.environment-card>span:nth-child(2){display:grid;gap:7px}.environment-card strong{font-size:12px}.environment-card small{font-size:7px;letter-spacing:.09em;color:rgba(247,249,255,.38)}.environment-card>i{width:13px;height:13px;border:1px solid rgba(255,255,255,.26);border-radius:50%}.environment-card.is-selected>i{border:4px solid var(--blue-2);background:var(--white)}
.session-panel{margin-top:15px;padding:20px;border:1px solid rgba(255,255,255,.1);border-radius:17px;background:rgba(0,0,0,.18)}.session-panel__top{display:grid;grid-template-columns:1fr 1fr 1fr;gap:18px}.session-panel__top>div{display:grid;gap:9px}.session-panel__top span{font-size:6px;letter-spacing:.15em;color:rgba(247,249,255,.34)}.session-panel__top strong{display:flex;align-items:center;gap:8px;font-size:9px;letter-spacing:.09em}#sessionStatus>i{width:7px;height:7px;border-radius:50%;background:rgba(247,249,255,.28)}#sessionStatus.is-running>i{background:var(--cyan);box-shadow:0 0 13px rgba(81,229,255,.72);animation:signal-pulse 1.3s ease-in-out infinite}#sessionStatus.is-ready>i{background:var(--lime);box-shadow:0 0 13px rgba(184,255,114,.72)}.session-progress{height:3px;margin-top:18px;overflow:hidden;background:rgba(255,255,255,.08)}.session-progress span{display:block;width:100%;height:100%;background:linear-gradient(90deg,var(--blue),var(--cyan),var(--lime));transform:scaleX(0);transform-origin:left;transition:transform .75s var(--ease-out)}.session-steps{display:grid;grid-template-columns:repeat(4,1fr);margin-top:17px;border-top:1px solid rgba(255,255,255,.08);border-left:1px solid rgba(255,255,255,.08)}.session-step{min-height:80px;display:grid;align-content:center;gap:6px;padding:11px;border-right:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08);color:rgba(247,249,255,.3);transition:background .3s ease,color .3s ease}.session-step span,.session-step small{font-size:6px;letter-spacing:.12em}.session-step strong{font-size:9px;letter-spacing:.08em}.session-step.is-active{background:rgba(81,229,255,.07);color:var(--cyan)}.session-step.is-complete{background:rgba(184,255,114,.055);color:var(--lime)}.session-actions{display:flex;gap:10px;margin-top:17px}.console-primary,.console-secondary{min-height:48px;border-radius:999px;font-size:8px;font-weight:800;letter-spacing:.11em}.console-primary{flex:1;display:flex;align-items:center;justify-content:space-between;padding:0 21px;background:var(--lime);color:var(--ink);transition:filter .25s ease,opacity .25s ease,transform .3s var(--ease-out)}.console-primary:hover:not(:disabled){filter:brightness(1.05);transform:translateY(-2px)}.console-primary:disabled{cursor:wait;opacity:.5}.console-primary i{font-style:normal;font-size:16px}.console-secondary{width:86px;border:1px solid rgba(255,255,255,.14);background:transparent;color:rgba(247,249,255,.62)}
.console-bottom-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(250px,.75fr);gap:14px;margin-top:15px}.terminal-card,.remote-card{overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:16px;background:rgba(0,0,0,.18)}.terminal-card__head,.remote-card__head{min-height:38px;display:flex;justify-content:space-between;align-items:center;padding:0 14px;border-bottom:1px solid rgba(255,255,255,.09);font-size:6px;font-weight:800;letter-spacing:.13em;color:rgba(247,249,255,.38)}.terminal-card__head span:last-child{color:var(--lime)}.terminal-card__body{height:185px;padding:14px;overflow:auto;font-family:monospace;font-size:8px;line-height:1.65;color:rgba(247,249,255,.62)}.terminal-card__body p{margin:0 0 5px}.terminal-card__body p>span:first-child{margin-right:10px;color:var(--cyan)}.terminal-caret{display:inline-block;width:6px;height:10px;margin-left:4px;vertical-align:middle;background:var(--lime);animation:terminal-blink 1s steps(1) infinite}@keyframes terminal-blink{50%{opacity:0}}.remote-card__head span:last-child{color:rgba(247,249,255,.36)}.remote-card.is-ready .remote-card__head span:last-child{color:var(--lime)}.remote-card.is-connected{border-color:rgba(184,255,114,.28)}.remote-card__screen{position:relative;height:185px;display:grid;place-items:center;overflow:hidden;background:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),radial-gradient(circle at 50% 45%,rgba(82,119,255,.17),transparent 36%),#070b16;background-size:24px 24px,24px 24px,auto,auto}.remote-placeholder{display:grid;justify-items:center;gap:7px;text-align:center;transition:opacity .4s ease,transform .5s var(--ease-out)}.remote-placeholder__mark{width:46px;height:46px;display:grid;place-items:center;margin-bottom:4px;border:1px solid rgba(255,255,255,.18);border-radius:14px;font-family:"Arial Black",Arial,sans-serif;color:var(--blue-2)}.remote-placeholder strong{font-size:9px}.remote-placeholder small{max-width:210px;font-size:7px;line-height:1.55;color:rgba(247,249,255,.38);word-break:keep-all}.remote-device{position:absolute;opacity:0;transform:translateY(18px) scale(.93);transition:opacity .5s ease,transform .65s var(--ease-out),width .5s var(--ease-out),border-radius .5s ease}.remote-card.is-ready .remote-placeholder{opacity:0;transform:translateY(-12px) scale(.94);pointer-events:none}.remote-card.is-ready .remote-device{opacity:1;transform:translateY(0) scale(1)}
.remote-device--android{width:84px;height:148px;padding:7px;border:1px solid rgba(255,255,255,.26);border-radius:18px;background:linear-gradient(145deg,#18213c,#060912);box-shadow:0 18px 44px rgba(0,0,0,.4),0 0 35px rgba(82,119,255,.16)}.remote-device--android::before{content:"";position:absolute;inset:7px;z-index:-1;border-radius:12px;background:radial-gradient(circle at 50% 40%,rgba(81,229,255,.22),transparent 25%),linear-gradient(145deg,#14234a,#071021 65%)}.remote-device__status{display:flex;justify-content:space-between;font-size:5px;color:rgba(255,255,255,.7)}.remote-device__logo{margin-top:33px;text-align:center;font-family:"Arial Black",Arial,sans-serif;font-size:11px;letter-spacing:-.04em}.remote-device__logo span{color:var(--cyan)}.remote-device__apps{display:grid;grid-template-columns:repeat(4,1fr);gap:4px;margin:24px 5px 0}.remote-device__apps i,.remote-device__dock i{aspect-ratio:1;border-radius:4px;background:rgba(255,255,255,.12)}.remote-device__apps i:nth-child(2){background:rgba(81,229,255,.38)}.remote-device__apps i:nth-child(3){background:rgba(184,255,114,.28)}.remote-device__apps i:nth-child(4){background:rgba(170,124,255,.35)}.remote-device__dock{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;margin:10px 12px 0}.remote-device--windows{width:88%;height:132px;padding:10px;border:1px solid rgba(255,255,255,.24);border-radius:11px;background:radial-gradient(circle at 73% 35%,rgba(82,119,255,.34),transparent 32%),linear-gradient(145deg,#14234a,#060b17 65%);box-shadow:0 20px 48px rgba(0,0,0,.42),0 0 36px rgba(82,119,255,.16)}.remote-device--windows .remote-device__status{height:14px;padding-bottom:6px;border-bottom:1px solid rgba(255,255,255,.1)}.remote-device--windows .remote-device__logo{margin-top:22px;font-size:17px}.remote-device--windows .remote-device__apps{position:absolute;left:13px;top:31px;width:52px;margin:0;grid-template-columns:1fr 1fr}.remote-device--windows .remote-device__dock{position:absolute;left:50%;bottom:8px;width:66px;margin:0;transform:translateX(-50%)}.overvm__note{max-width:760px;margin:21px 0 0 auto;font-size:10px;line-height:1.7;text-align:right;color:rgba(5,7,17,.5);word-break:keep-all}
.platform{position:relative;overflow:hidden}.platform::before{content:"";position:absolute;width:46vw;aspect-ratio:1;right:-20vw;top:10%;border:1px solid rgba(82,119,255,.12);border-radius:50%;box-shadow:0 0 0 50px rgba(82,119,255,.025),0 0 0 100px rgba(82,119,255,.018),0 0 0 150px rgba(82,119,255,.012)}.platform__head{position:relative;z-index:2;display:grid;grid-template-columns:minmax(150px,.65fr) minmax(0,3fr);align-items:start;gap:4vw}.platform-cards{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);margin-top:clamp(72px,9vw,135px);border-top:1px solid rgba(5,7,17,.17);border-left:1px solid rgba(5,7,17,.17)}.platform-card{position:relative;min-height:430px;display:flex;flex-direction:column;padding:clamp(24px,2.6vw,40px);overflow:hidden;border-right:1px solid rgba(5,7,17,.17);border-bottom:1px solid rgba(5,7,17,.17);transition:background .4s ease,color .4s ease,transform .55s var(--ease-out)}.platform-card::before{content:"";position:absolute;right:-35%;top:-28%;width:75%;aspect-ratio:1;border:1px solid rgba(82,119,255,.15);border-radius:50%;transition:transform .7s var(--ease-out),border-color .4s ease}.platform-card:hover{background:var(--blue);color:var(--white);transform:translateY(-6px)}.platform-card:hover::before{transform:scale(1.25) rotate(20deg);border-color:rgba(255,255,255,.22)}.platform-card__number{font-size:8px;font-weight:800;letter-spacing:.14em;color:rgba(5,7,17,.38)}.platform-card:hover .platform-card__number{color:rgba(255,255,255,.52)}.platform-card__icon{width:78px;height:78px;display:grid;place-items:center;margin:58px 0 38px;border:1px solid rgba(5,7,17,.16);border-radius:24px;background:rgba(82,119,255,.06)}.platform-card:hover .platform-card__icon{border-color:rgba(255,255,255,.26);background:rgba(255,255,255,.08)}.icon-account,.icon-billing,.icon-security{position:relative;width:36px;height:36px;display:block}.icon-account::before{content:"";position:absolute;left:50%;top:3px;width:12px;height:12px;border:2px solid currentColor;border-radius:50%;transform:translateX(-50%)}.icon-account::after{content:"";position:absolute;left:4px;right:4px;bottom:2px;height:15px;border:2px solid currentColor;border-radius:18px 18px 6px 6px}.icon-billing::before,.icon-billing::after{content:"";position:absolute;inset:4px 8px 8px 4px;border:2px solid currentColor;border-radius:6px}.icon-billing::after{inset:10px 3px 2px 10px;background:var(--paper)}.platform-card:hover .icon-billing::after{background:var(--blue)}.icon-security::before{content:"";position:absolute;inset:2px 5px;border:2px solid currentColor;border-radius:17px 17px 13px 13px;clip-path:polygon(50% 0,100% 18%,88% 75%,50% 100%,12% 75%,0 18%)}.icon-security::after{content:"";position:absolute;left:50%;top:14px;width:8px;height:5px;border-left:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateX(-50%) rotate(-45deg)}.platform-card h3{margin:0 0 17px;font-family:"Arial Black",Arial,sans-serif;font-size:clamp(27px,2.8vw,43px);line-height:.98;letter-spacing:-.06em}.platform-card p{max-width:360px;margin:0;font-size:13px;line-height:1.75;color:rgba(5,7,17,.6);word-break:keep-all}.platform-card:hover p{color:rgba(255,255,255,.72)}.platform-card__tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:auto;padding-top:28px}.platform-card__tags span{padding:7px 9px;border:1px solid rgba(5,7,17,.13);border-radius:999px;font-size:6px;font-weight:800;letter-spacing:.11em}.platform-card:hover .platform-card__tags span{border-color:rgba(255,255,255,.22)}
.flow{background:radial-gradient(circle at 13% 30%,rgba(82,119,255,.13),transparent 28%),var(--ink)}.flow__head{display:grid;grid-template-columns:minmax(150px,.65fr) minmax(0,2.2fr) minmax(260px,.72fr);align-items:end;gap:4vw}.flow__head .section-index{align-self:start}.flow__intro{margin:0 0 5px;padding-top:18px;border-top:1px solid var(--hairline);font-size:12px;line-height:1.75;color:rgba(247,249,255,.56);word-break:keep-all}.flow-line{display:grid;grid-template-columns:repeat(5,1fr);margin-top:clamp(68px,8vw,120px);border-top:1px solid rgba(255,255,255,.12);border-left:1px solid rgba(255,255,255,.12)}.flow-line article{position:relative;min-height:270px;padding:24px;border-right:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.015);transition:background .35s ease,transform .45s var(--ease-out)}.flow-line article:hover{z-index:2;background:rgba(82,119,255,.13);transform:translateY(-6px)}.flow-line article>span{font-size:8px;font-weight:800;letter-spacing:.14em;color:var(--blue-2)}.flow-line article>i{position:absolute;left:24px;top:74px;width:calc(100% - 48px);height:1px;background:rgba(255,255,255,.12)}.flow-line article>i::before{content:"";position:absolute;left:0;top:50%;width:7px;height:7px;border-radius:50%;background:var(--cyan);box-shadow:0 0 14px rgba(81,229,255,.62);transform:translateY(-50%)}.flow-line h3{margin:92px 0 13px;font-family:"Arial Black",Arial,sans-serif;font-size:clamp(23px,2.2vw,34px);letter-spacing:-.05em}.flow-line p{margin:0;font-size:12px;line-height:1.65;color:rgba(247,249,255,.5);word-break:keep-all}.architecture{display:grid;grid-template-columns:minmax(130px,.7fr) minmax(80px,.45fr) minmax(180px,1fr) minmax(80px,.45fr) minmax(260px,1.6fr) minmax(80px,.45fr) minmax(170px,.9fr);align-items:center;gap:10px;margin-top:38px;padding:clamp(20px,2.6vw,38px);border:1px solid rgba(255,255,255,.12);border-radius:22px;background:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px),rgba(255,255,255,.018);background-size:28px 28px}.architecture__node,.architecture__cluster>div{min-height:112px;display:grid;place-content:center;gap:8px;padding:15px;border:1px solid rgba(255,255,255,.13);border-radius:15px;text-align:center;background:rgba(5,7,17,.76)}.architecture__node span,.architecture__cluster span{font-size:6px;letter-spacing:.15em;color:var(--cyan)}.architecture__node strong,.architecture__cluster strong{font-size:9px;line-height:1.4;letter-spacing:.08em}.architecture__node small{font-size:6px;line-height:1.45;letter-spacing:.08em;color:rgba(247,249,255,.34)}.architecture__node--platform{border-color:rgba(127,154,255,.45);background:rgba(82,119,255,.12)}.architecture__node--runtime{border-color:rgba(184,255,114,.32)}.architecture__connector{display:grid;justify-items:center;gap:8px}.architecture__connector i{position:relative;width:100%;height:1px;background:rgba(255,255,255,.17)}.architecture__connector i::after{content:"";position:absolute;right:0;top:50%;width:6px;height:6px;border-top:1px solid var(--cyan);border-right:1px solid var(--cyan);transform:translateY(-50%) rotate(45deg)}.architecture__connector span{text-align:center;font-size:5px;line-height:1.45;letter-spacing:.1em;color:rgba(247,249,255,.32)}.architecture__cluster{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.architecture__cluster>div{min-height:112px;padding:10px}
.contact{position:relative;min-height:100svh;padding:clamp(105px,12vw,185px) var(--pad) 28px;display:flex;flex-direction:column;overflow:hidden;background:radial-gradient(circle at 68% 47%,rgba(82,119,255,.16),transparent 28%),linear-gradient(140deg,#060815,#0a1021 62%,#050711)}.contact__grid{position:absolute;inset:0;pointer-events:none;opacity:.35;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:56px 56px;mask-image:radial-gradient(circle at 70% 50%,black,transparent 70%)}.contact__top,.contact__bottom{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:center;gap:30px}.contact__top{font-size:7px;font-weight:800;letter-spacing:.16em;color:rgba(247,249,255,.45)}.contact__title{position:relative;z-index:2;width:min(1260px,100%);margin:auto 0;font-family:"Arial Black",Arial,sans-serif;font-size:clamp(50px,9.4vw,150px);line-height:.86;letter-spacing:-.075em;word-break:keep-all}.contact__title>span{display:block;overflow:hidden;padding:.03em .08em .05em 0}.contact__title>span>span{display:block;transform:translateY(115%);transition:transform 1.08s var(--ease-out)}.contact__title.is-visible>span:first-child>span{transform:translateY(0)}.contact__title.is-visible>span:last-child>span{transform:translateY(0);transition-delay:.14s}.contact__title-offset{padding-left:13vw!important;color:var(--blue-2)}.contact__bottom{padding-top:23px;border-top:1px solid var(--hairline)}.contact__bottom p{max-width:520px;margin:0;font-size:13px;line-height:1.7;color:rgba(247,249,255,.57);word-break:keep-all}.contact__cta{min-width:260px;min-height:62px;border:1px solid rgba(255,255,255,.2);border-radius:999px;transition:background .3s ease,border-color .3s ease,color .3s ease}.contact__cta .magnetic__inner{width:100%;min-height:62px;display:flex;align-items:center;justify-content:space-between;padding:0 24px}.contact__cta strong{font-size:8px;letter-spacing:.12em}.contact__cta i{font-style:normal;font-size:19px}.contact__cta:hover{border-color:var(--lime);background:var(--lime);color:var(--ink)}
.footer{min-height:72px;display:grid;grid-template-columns:1fr 1fr 1fr auto;align-items:center;gap:25px;margin:0;padding:0 var(--pad);border-top:1px solid rgba(255,255,255,.1);background:var(--ink);font-size:7px;letter-spacing:.14em;color:rgba(247,249,255,.42)}.footer a{color:var(--white);font-weight:800}.footer span:nth-child(3){justify-self:center}
@media(max-width:1180px){.header{grid-template-columns:minmax(190px,1fr) auto auto}.header__center{display:none}.ecosystem__head,.overvm__head,.flow__head{grid-template-columns:minmax(130px,.55fr) minmax(0,2.2fr)}.ecosystem__intro,.overvm__intro,.flow__intro{grid-column:2;max-width:520px;margin-top:22px}.product-stage{min-height:650px}.product-stage__mark{right:4%;width:clamp(145px,22vw,260px)}.product-stage__content{width:58%}.vm-console__layout{grid-template-columns:205px minmax(0,1fr)}.architecture{grid-template-columns:1fr 80px 1.15fr}.architecture__connector:nth-of-type(2),.architecture__connector:nth-of-type(3){display:none}.architecture__cluster{grid-column:1/-1}.architecture__node--runtime{grid-column:3}}
@media(max-width:900px){:root{--header-h:72px}.pointer{display:none}.header{grid-template-columns:1fr auto}.header__nav,.header__center{display:none}.menu-overlay{padding-top:96px}.hero{padding-top:calc(var(--header-h) + 34px)}.hero__eyebrow span:nth-child(2){display:none}.hero__headline{width:100%;font-size:clamp(54px,13vw,108px)}.hero__line--offset{padding-left:8vw}.hero__foot{grid-template-columns:1fr auto}.hero__account{grid-column:1/-1;justify-self:start;justify-content:flex-start;text-align:left}.statement__content{grid-template-columns:1fr}.statement__aside{width:min(520px,100%)}.statement__orbit{right:-6vw;bottom:2vw;width:42vw}.ecosystem__head,.overvm__head,.platform__head,.flow__head{grid-template-columns:1fr}.ecosystem__intro,.overvm__intro,.flow__intro{grid-column:auto;max-width:560px}.product-explorer{grid-template-columns:1fr}.product-rail{display:flex;overflow-x:auto;border-right:0;border-bottom:1px solid rgba(255,255,255,.12);scrollbar-width:none}.product-rail::-webkit-scrollbar{display:none}.product-tab{flex:0 0 180px;min-height:76px;border-right:1px solid rgba(255,255,255,.085);border-bottom:0}.product-stage{min-height:600px}.vm-console__layout{grid-template-columns:1fr}.vm-console__sidebar{display:grid;grid-template-columns:minmax(190px,.8fr) 1.2fr;gap:18px;padding:18px;border-right:0;border-bottom:1px solid rgba(255,255,255,.1)}.console-account{padding-bottom:0;border-bottom:0}.console-nav{grid-template-columns:repeat(4,minmax(110px,1fr));margin:0;overflow-x:auto}.console-security{display:none}.console-bottom-grid{grid-template-columns:1fr}.terminal-card__body,.remote-card__screen{height:220px}.platform-cards{grid-template-columns:1fr}.platform-card{min-height:350px}.flow-line{grid-template-columns:repeat(2,1fr)}.architecture{grid-template-columns:1fr}.architecture__connector{min-height:45px}.architecture__connector i{width:1px;height:35px}.architecture__connector i::after{right:50%;top:auto;bottom:0;transform:translateX(50%) rotate(135deg)}.architecture__connector:nth-of-type(2),.architecture__connector:nth-of-type(3){display:grid}.architecture__cluster,.architecture__node--runtime{grid-column:auto}.contact__title-offset{padding-left:5vw!important}.footer{grid-template-columns:1fr 1fr;row-gap:16px;padding-top:18px;padding-bottom:18px}}
@media(max-width:640px){:root{--pad:18px}.preloader{padding-top:20px;padding-bottom:22px}.preloader__top{grid-template-columns:1fr auto}.preloader__top span:nth-child(2){display:none}.preloader__brand{font-size:clamp(58px,21vw,104px);line-height:.78}.preloader__line--offset{padding-left:0}.menu-overlay__top span:last-child,.menu-overlay__bottom span:nth-child(2){display:none}.menu-overlay__nav a{grid-template-columns:36px 1fr auto}.menu-overlay__nav a strong{font-size:clamp(34px,12vw,62px)}.header{padding-inline:18px}.brand{font-size:12px}.brand__mark{width:27px;height:27px}.menu-button{width:78px;height:38px}.hero{min-height:100svh;padding-top:calc(var(--header-h) + 30px);padding-bottom:22px}.hero__eyebrow{justify-content:space-between}.hero__headline{font-size:clamp(49px,15.4vw,74px);line-height:.87}.hero__line--offset{padding-left:0}.hero__foot{grid-template-columns:1fr;gap:22px}.hero__intro{max-width:100%;font-size:12px}.round-link{width:104px;justify-self:end}.round-link span span{font-size:7px}.hero__account{display:grid;gap:9px}.hero__scroll{display:none}.section-pad{padding-top:92px;padding-bottom:92px}.section-title{font-size:clamp(43px,13vw,72px)}.statement{min-height:auto}.statement__lead{font-size:clamp(30px,9.3vw,46px);line-height:1.22}.statement__orbit{display:none}.ecosystem__head .section-title,.overvm__head .section-title,.platform__head .section-title,.flow__head .section-title{margin-top:34px}.product-explorer{margin-inline:-6px;border-radius:18px}.product-tab{flex-basis:154px;grid-template-columns:26px 1fr;padding-inline:13px}.product-tab i{display:none}.product-stage{min-height:570px;padding:20px}.product-stage__top{align-items:start;flex-direction:column}.product-stage__mark{right:-15px;top:35%;width:150px;opacity:.76}.product-stage__orbit{right:-15%;top:34%;width:72%}.product-stage__content{width:100%;margin-top:auto;margin-bottom:45px}.product-stage__content h3{font-size:clamp(49px,17vw,78px)}.product-stage__content>p:last-child{max-width:92%;font-size:12px}.product-stage__bottom{display:grid;grid-template-columns:1fr 1fr}.product-stage__bottom a{grid-column:1/-1;justify-content:space-between;margin-top:12px}.vm-console{margin-inline:-6px;border-radius:18px}.vm-console__chrome{min-height:52px;padding:0 14px}.vm-console__meta span:first-child{display:none}.vm-console__sidebar{display:block;padding:14px}.console-account{padding:0 2px 13px;border-bottom:1px solid rgba(255,255,255,.08)}.console-nav{display:flex;margin-top:13px;overflow-x:auto}.console-nav button{flex:0 0 auto;min-width:118px}.vm-console__main{padding:17px 14px 16px}.console-titlebar{align-items:start;flex-direction:column}.console-badge{align-self:flex-start}.environment-picker{grid-template-columns:1fr}.session-panel{padding:14px}.session-panel__top{grid-template-columns:1fr 1fr}.session-panel__top>div:last-child{grid-column:1/-1}.session-steps{grid-template-columns:1fr 1fr}.session-actions{flex-direction:column}.console-secondary{width:100%}.terminal-card__body,.remote-card__screen{height:205px}.overvm__note{text-align:left}.platform-card{min-height:320px;padding:23px}.platform-card__icon{width:66px;height:66px;margin:35px 0 25px}.flow-line{grid-template-columns:1fr}.flow-line article{min-height:220px}.architecture__cluster{grid-template-columns:1fr}.contact{min-height:88svh;padding-top:92px}.contact__top span:last-child{display:none}.contact__title{font-size:clamp(50px,16vw,78px)}.contact__title-offset{padding-left:0!important}.contact__bottom{align-items:stretch;flex-direction:column}.contact__cta{min-width:0;width:100%}.footer{grid-template-columns:1fr auto;min-height:110px;row-gap:11px;padding-top:18px;padding-bottom:18px}.footer span:nth-child(2){display:none}.footer span:nth-child(3){justify-self:start}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.reveal,.reveal-item,.hero__line>span,.contact__title>span>span,.word-reveal{opacity:1!important;transform:none!important}}

/* Compact product balance pass */
html,body,.site{max-width:100%;overflow-x:clip}
.site,main,section,.menu-overlay>*{min-width:0}
.menu-overlay{width:100%;max-width:100vw}
.menu-overlay__top,.menu-overlay__nav,.menu-overlay__bottom{width:100%;min-width:0;max-width:100%}
.menu-overlay__nav a{width:100%;min-width:0}
.section-pad{padding:clamp(84px,7vw,120px) var(--pad)}
.section-title{font-size:clamp(48px,5.6vw,82px)}
.ecosystem__head,.overvm__head,.flow__head{grid-template-columns:minmax(100px,.35fr) minmax(0,2.3fr) minmax(240px,.8fr);gap:clamp(24px,3vw,48px)}
.statement{min-height:auto}
.statement__content{margin-top:clamp(48px,5.5vw,82px)}
.statement__lead{font-size:clamp(32px,4.25vw,68px)}
.product-explorer{grid-template-columns:minmax(270px,.42fr) minmax(0,1.58fr);margin-top:clamp(52px,6vw,84px)}
.product-rail{grid-template-columns:1fr;align-content:start;gap:4px;min-width:0;padding:10px;border-bottom:0;background:rgba(3,6,14,.58)}
.product-tab{min-width:0;min-height:68px;grid-template-columns:44px minmax(0,1fr) 28px;grid-template-rows:auto auto;align-content:center;column-gap:12px;padding:8px 10px;border:1px solid transparent!important;border-radius:10px}
.product-tab>span{grid-column:1;grid-row:1/3;width:44px;height:44px;display:flex;align-items:flex-end;padding:5px;border:1px solid rgba(255,255,255,.13);border-radius:9px;background-position:center;background-size:cover;color:rgba(255,255,255,.78);font-size:7px;font-weight:800;text-shadow:0 1px 5px #000;box-shadow:inset 0 0 0 999px rgba(4,7,16,.28)}
.product-tab[data-product="overmanager"]>span{background-image:url("../assets/product-overmanager-selector-v2.png");background-position:center;background-size:cover}.product-tab[data-product="overview"]>span{background-image:url("../assets/product-selector-atlas-v1.png");background-position:0 0}.product-tab[data-product="overdesk"]>span{background-image:url("../assets/product-selector-atlas-v1.png");background-position:33.333% 0}.product-tab[data-product="overstudio"]>span{background-image:url("../assets/product-selector-atlas-v1.png");background-position:66.667% 0}.product-tab[data-product="overprotect"]>span{background-image:url("../assets/product-selector-atlas-v1.png");background-position:100% 0}.product-tab[data-product="overnet"]>span{background-image:url("../assets/product-selector-atlas-v1.png");background-position:0 100%}.product-tab[data-product="overdev"]>span{background-image:url("../assets/product-selector-atlas-v1.png");background-position:33.333% 100%}.product-tab[data-product="overmarket"]>span{background-image:url("../assets/product-selector-atlas-v1.png");background-position:66.667% 100%}
.product-tab strong{grid-column:2;grid-row:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}
.product-tab em{grid-column:2;grid-row:2;min-width:0;margin-top:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:7px}
.product-tab i{grid-column:3;grid-row:1/3;align-self:center;font-size:14px}
.product-tab:hover,.product-tab.is-active{padding-left:13px;border-color:rgba(255,255,255,.11)!important;background:rgba(255,255,255,.065)}
.product-stage{min-height:520px;padding:clamp(24px,2.6vw,38px)}
.product-stage__mark{right:clamp(24px,4vw,58px);width:clamp(130px,16vw,235px)}
.product-stage__orbit{width:min(48%,430px)}
.product-stage__content h3{font-size:clamp(50px,6vw,88px)}
.overvm__head .section-title{font-size:clamp(48px,6vw,88px)}
.vm-console{margin-top:clamp(48px,5.5vw,76px)}
.vm-console__layout{min-height:600px}
.vm-console__sidebar{padding:20px 16px}
.vm-console__main{padding:clamp(20px,2.2vw,30px)}
.environment-picker{margin-top:18px}
.environment-card{min-height:72px}
.environment-card__icon{width:40px;height:40px;border-radius:11px;font-size:15px}
.session-panel{padding:15px}
.session-step{min-height:62px}
.console-primary,.console-secondary{min-height:44px}
.terminal-card__body,.remote-card__screen{height:140px}
.platform-cards{margin-top:clamp(52px,6vw,82px)}
.platform-card{min-height:340px}
.platform-card__icon{width:68px;height:68px;margin:38px 0 25px;border-radius:20px}
.flow-line{margin-top:clamp(52px,6vw,82px)}
.flow-line article{min-height:220px;padding:21px}
.flow-line article>i{left:21px;top:64px;width:calc(100% - 42px)}
.flow-line h3{margin:78px 0 12px}
.architecture__node,.architecture__cluster>div{min-height:96px}
.contact{min-height:78svh;padding:clamp(84px,7vw,120px) var(--pad) 28px}

@media(max-width:1050px){
  .ecosystem__head,.overvm__head,.flow__head{grid-template-columns:minmax(0,1fr)}
  .ecosystem__intro,.overvm__intro,.flow__intro{grid-column:auto}
  .product-explorer{grid-template-columns:1fr}
  .product-rail{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible;border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}
  .product-tab{flex:none;min-height:70px}
  .product-tab:last-child:nth-child(odd){grid-column:1/-1}
  .product-stage{min-height:500px}
}

@media(max-width:640px){
  .menu-overlay{padding-left:18px;padding-right:18px;overflow:hidden}
  .menu-overlay__nav a{grid-template-columns:36px minmax(0,1fr) auto}
  .menu-overlay__nav a strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:clamp(30px,9vw,48px);line-height:1.35}
  .section-pad{padding-top:68px;padding-bottom:68px}
  .statement__content{margin-top:42px}
  .statement__lead{font-size:clamp(29px,8.5vw,40px)}
  .ecosystem__head,.overvm__head,.platform__head,.flow__head{grid-template-columns:minmax(0,1fr)}
  .ecosystem__head>*,.overvm__head>*,.platform__head>*,.flow__head>*{width:auto;min-width:0;max-width:100%}
  .ecosystem__head .section-title,.overvm__head .section-title,.platform__head .section-title,.flow__head .section-title{margin-top:26px;font-size:clamp(36px,11.5vw,54px)}
  .product-explorer{margin:46px 0 0;border-radius:18px}
  .product-rail{grid-template-columns:repeat(2,minmax(0,1fr));gap:3px;padding:6px}
  .product-tab{min-height:64px;grid-template-columns:36px minmax(0,1fr);column-gap:9px;padding:7px}
  .product-tab:hover,.product-tab.is-active{padding-left:9px}
  .product-tab>span{width:36px;height:36px;padding:4px;border-radius:7px;font-size:6px}
  .product-tab strong{font-size:10px}
  .product-tab em{display:block;margin-top:3px;font-size:6px}
  .product-tab i{display:none}
  .product-stage{min-height:480px;padding:18px}
  .product-stage__mark{right:-8px;top:33%;width:120px}
  .product-stage__orbit{right:-12%;top:33%;width:68%}
  .product-stage__content{margin-bottom:32px}
  .product-stage__content h3{font-size:clamp(46px,15vw,66px)}
  .vm-console{margin:46px 0 0}
  .vm-console__layout{width:100%;min-height:0;grid-template-columns:minmax(0,1fr)}
  .vm-console__sidebar,.vm-console__main{width:100%;min-width:0;max-width:100%}
  .vm-console__sidebar{overflow:hidden}
  .console-account{width:100%;min-width:0;grid-template-columns:38px minmax(0,1fr) auto}
  .console-account>div{min-width:0;overflow:hidden}
  .console-account strong,.console-account small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .console-nav{display:grid;width:100%;min-width:0;max-width:100%;grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible}
  .console-nav button{min-width:0}
  .terminal-card__body,.remote-card__screen{height:150px}
  .platform-cards{margin-top:46px}
  .platform-card{min-height:0;display:grid;grid-template-columns:52px minmax(0,1fr);grid-template-rows:auto auto auto;column-gap:15px;padding:18px}
  .platform-card__number{position:absolute;top:14px;right:14px}
  .platform-card__icon{grid-column:1;grid-row:1/4;width:48px;height:48px;margin:0;border-radius:14px}
  .platform-card h3{grid-column:2;margin:0 0 8px;font-size:24px}
  .platform-card p{grid-column:2;font-size:11px;line-height:1.6}
  .platform-card__tags{grid-column:2;margin:0;padding-top:12px}
  .flow-line{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:46px}
  .flow-line article{min-height:164px;padding:16px}
  .flow-line article:last-child{grid-column:1/-1}
  .flow-line article>i{left:16px;top:50px;width:calc(100% - 32px)}
  .flow-line h3{margin:62px 0 9px;font-size:19px}
  .flow-line p{font-size:10px}
  .architecture{grid-template-columns:minmax(0,1fr);gap:6px;padding:10px}
  .architecture__connector{display:none!important}
  .architecture__cluster{grid-column:auto;grid-template-columns:1fr;gap:6px}
  .architecture__node--runtime{grid-column:auto}
  .architecture__node,.architecture__cluster>div{min-height:64px;grid-template-columns:70px minmax(0,1fr);place-content:stretch;align-content:center;column-gap:10px;padding:10px 12px;text-align:left}
  .architecture__node span{grid-column:1;grid-row:1/3;align-self:center}
  .architecture__node strong{grid-column:2;grid-row:1;align-self:end}
  .architecture__node small{grid-column:2;grid-row:2;align-self:start}
  .architecture__cluster span{grid-column:1;grid-row:1;align-self:center}
  .architecture__cluster strong{grid-column:2;grid-row:1;align-self:center}
  .architecture__node span,.architecture__cluster span{font-size:7px}
  .architecture__node strong,.architecture__cluster strong{font-size:10px;letter-spacing:0}
  .contact{min-height:72svh;padding-top:68px}
}

/* Korean type balance */
.preloader__brand,.brand,.menu-overlay__nav a strong,.hero__headline,.statement__lead,.section-title,.product-stage__content h3,.platform-card h3,.flow-line h3,.contact__title{letter-spacing:0}
.hero__headline{width:min(900px,100%);margin:0;font-family:"Noto Sans KR","Pretendard Variable","Apple SD Gothic Neo","Malgun Gothic",system-ui,sans-serif;font-size:82px;line-height:1.06;font-weight:600;letter-spacing:0;font-feature-settings:"kern" 1;word-break:keep-all;text-wrap:balance}
.hero__headline-wrap{display:grid;gap:14px}
.hero__eyebrow{justify-content:flex-start;gap:0;padding:0;font-family:"Noto Sans KR","Apple SD Gothic Neo","Malgun Gothic",sans-serif;font-size:10px;font-weight:500;letter-spacing:0;color:rgba(247,249,255,.62)}
.hero__eyebrow span{display:inline-flex;align-items:center;white-space:nowrap}
.hero__eyebrow span+span::before{content:"";width:16px;height:1px;margin:0 10px;background:rgba(247,249,255,.24)}
.hero__line{white-space:nowrap}
.hero__line--intro{font-size:.78em;font-weight:500;color:rgba(247,249,255,.74)}
.hero__line--offset{padding-left:38px}
.hero__headline em{font-style:normal;font-weight:650;color:#a8b8ff}
.hero__intro{max-width:500px;font-size:14px;line-height:1.72;font-weight:400}
.hero__account{font-size:10px;font-weight:500;letter-spacing:0}
.hero__foot{position:absolute;right:var(--pad);bottom:28px;left:var(--pad);width:auto;display:flex;justify-content:flex-end;padding-top:0;border-top:0}
.hero__foot>.round-link{width:178px;height:54px;min-height:54px;margin-left:auto;border-color:rgba(255,255,255,.2);background:rgba(7,10,20,.66);box-shadow:0 18px 52px rgba(0,0,0,.3);backdrop-filter:blur(16px)}
.hero__foot>.round-link .magnetic__inner{grid-template-columns:minmax(0,1fr) 34px;padding:0 9px 0 17px}
.hero__foot>.round-link span span{font-size:11px;font-weight:600;letter-spacing:0}
.hero__foot>.round-link i{width:34px;height:34px;border-color:rgba(168,184,255,.28);background:rgba(168,184,255,.08)}
.hero__intro,.ecosystem__intro,.flow__intro,.statement__aside p,.contact__bottom p{color:rgba(247,249,255,.72)}
.product-tab{color:rgba(247,249,255,.68)}
.product-tab em{opacity:.72}
.platform-card p{color:rgba(5,7,17,.7)}
.flow-line p{color:rgba(247,249,255,.66)}
.contact{min-height:64svh}
.contact__title{font-size:clamp(48px,8vw,124px);line-height:1.08}

@media(min-width:1800px){
  .hero__headline{font-size:96px}
}

@media(max-width:1180px){
  .hero__headline{font-size:72px}
}

@media(max-width:900px){
  .hero__headline{font-size:58px}
}

@media(max-width:640px){
  .hero__headline{width:100%;font-size:40px;line-height:1.08}
  .hero__line--offset{padding-left:0}
  .contact{min-height:64svh}
}

/* Commercial interaction pass */
a:focus-visible,button:focus-visible{outline:2px solid var(--cyan);outline-offset:4px}
.header__nav{gap:clamp(18px,2vw,30px);font-size:10px;letter-spacing:0}
.menu-button{width:86px;height:42px;border-radius:6px;background:rgba(255,255,255,.035)}
.menu-button__label{font-size:10px;letter-spacing:0}
.hero__eyebrow,.section-index{font-size:9px;letter-spacing:.06em;color:rgba(247,249,255,.66)}
.section-index{gap:20px}
.product-explorer,.architecture{border-radius:8px}
.product-tab{transition:background .3s ease,color .3s ease,border-color .3s ease}
.product-tab:hover,.product-tab.is-active{background:rgba(255,255,255,.085)}
.product-stage__bottom a{min-width:142px;min-height:44px;justify-content:space-between;gap:18px;padding:0 13px;border:1px solid rgba(255,255,255,.25);border-radius:4px;background:rgba(255,255,255,.055);font-size:8px;font-weight:800;transition:background .25s ease,border-color .25s ease,color .25s ease}
.product-stage__bottom a:hover{border-color:var(--stage-accent);background:var(--stage-accent);color:var(--ink)}
.platform-card__tags span{font-size:8px;letter-spacing:0}
.architecture__node,.architecture__cluster>div{border-radius:8px}
.contact__top{color:rgba(247,249,255,.66)}
.footer{font-size:8px;letter-spacing:.08em}

.round-link,.contact__cta{width:220px;min-width:0;height:64px;min-height:64px;aspect-ratio:auto;border:1px solid rgba(255,255,255,.26);border-radius:6px;background:rgba(255,255,255,.045);box-shadow:0 16px 38px rgba(0,0,0,.18);transition:background .25s ease,border-color .25s ease,color .25s ease,transform .35s var(--ease-out)}
.round-link .magnetic__inner,.contact__cta .magnetic__inner{width:100%;height:100%;min-height:0;display:grid;grid-template-columns:minmax(0,1fr) 40px;align-items:center;gap:12px;padding:0 10px 0 18px}
.round-link span span,.contact__cta strong{font-size:10px;font-weight:800;line-height:1;letter-spacing:.04em;white-space:nowrap}
.round-link i,.contact__cta i{position:static;right:auto;bottom:auto;width:40px;height:40px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.18);border-radius:4px;font-size:17px;font-style:normal;transition:background .25s ease,border-color .25s ease,transform .35s var(--ease-out)}
.round-link:hover,.contact__cta:hover{border-color:var(--lime);background:var(--lime);color:var(--ink);transform:translateY(-2px)}
.round-link:hover i,.contact__cta:hover i{border-color:rgba(5,7,17,.22);background:rgba(5,7,17,.08);transform:translate(2px,2px)}

@media(max-width:640px){
  .hero__eyebrow,.section-index{font-size:8px}
  .round-link{width:min(210px,100%);height:58px;min-height:58px;justify-self:start}
  .contact__cta{width:100%;height:58px;min-height:58px}
  .round-link .magnetic__inner,.contact__cta .magnetic__inner{grid-template-columns:minmax(0,1fr) 38px;padding-left:16px}
  .round-link i,.contact__cta i{width:38px;height:38px}
  .product-explorer{border-radius:8px}
  .product-stage__bottom a{width:100%;margin-top:10px}
}

/* Slower, in-place opening sequence */
.preloader__brand{font-size:clamp(68px,12vw,190px);line-height:.78}
.preloader__line--offset{padding-left:7vw}
.preloader__line>span{opacity:0;filter:blur(8px);transform:scale(.985);transition:opacity 1.35s ease,filter 1.35s ease,transform 1.35s var(--ease-out)}
.preloader.is-started .preloader__line:first-child>span{opacity:1;filter:blur(0);transform:scale(1)}
.preloader.is-started .preloader__line:last-child>span{opacity:1;filter:blur(0);transform:scale(1);transition-delay:.18s}
.preloader__flash{transition-duration:.9s}
.preloader.is-covered .preloader__flash{transition-delay:.15s}
.preloader.is-covered .preloader__top,.preloader.is-covered .preloader__center,.preloader.is-covered .preloader__bottom{opacity:0;filter:blur(5px);transition:opacity .72s ease,filter .72s ease}
.preloader.is-revealing .preloader__flash{transition-duration:1.1s;transition-delay:0s}

@media(max-width:640px){
  .preloader__brand{font-size:clamp(50px,15vw,66px);line-height:.82}
  .preloader__line--offset{padding-left:0}
}

/* Photoreal hero */
.preloader__brand{font-size:clamp(62px,10.5vw,164px)}
.hero{background:#050711}
.hero__visual{--visual-x:0px;--visual-y:0px;--visual-brightness:.86;position:absolute;inset:0;z-index:-2;overflow:hidden;pointer-events:none}
.hero__visual::before{content:"";position:absolute;inset:0;z-index:2;background:linear-gradient(90deg,rgba(5,7,17,.9) 0%,rgba(5,7,17,.55) 39%,rgba(5,7,17,.12) 68%,rgba(5,7,17,.04) 100%),linear-gradient(0deg,rgba(5,7,17,.82) 0%,rgba(5,7,17,.18) 42%,rgba(5,7,17,.12) 100%)}
.hero__visual img{width:calc(100% + 24px);height:calc(100% + 24px);margin:-12px;object-fit:cover;object-position:center;filter:brightness(var(--visual-brightness)) saturate(.92) contrast(1.04);transform:translate3d(var(--visual-x),var(--visual-y),0) scale(1.025);transition:transform .9s var(--ease-out),filter .9s ease;will-change:transform,filter}
.hero__headline-wrap{position:absolute;top:50%;right:var(--pad);left:var(--pad);margin:0;transform:translateY(-50%)}

@media(max-width:640px){
  .preloader__brand{font-size:clamp(46px,13vw,58px)}
  .hero__visual::before{background:linear-gradient(0deg,#050711 0%,rgba(5,7,17,.78) 34%,rgba(5,7,17,.16) 70%,rgba(5,7,17,.22) 100%),linear-gradient(90deg,rgba(5,7,17,.55),transparent 72%)}
  .hero__visual img{object-position:70% center;filter:brightness(.72) saturate(.88) contrast(1.05);transform:scale(1.035)}
}

/* Product photography */
.product-stage{--media-x:0px;--media-y:0px;--media-rx:0deg;--media-ry:0deg;--media-light-x:50%;--media-light-y:50%}
.product-stage__media{position:absolute;right:-1%;top:50%;z-index:2;width:min(53%,520px);aspect-ratio:1;pointer-events:none;transform:translate3d(var(--media-x),calc(-50% + var(--media-y)),0) perspective(1100px) rotateX(var(--media-rx)) rotateY(var(--media-ry));transform-style:preserve-3d;transition:opacity .3s ease,transform .75s var(--ease-out);will-change:transform,opacity}
.product-stage__media::before{content:"";position:absolute;inset:18%;z-index:-1;background:var(--stage-accent);opacity:.22;filter:blur(58px)}
.product-stage__media::after{content:"";position:absolute;inset:4%;background:radial-gradient(circle at var(--media-light-x) var(--media-light-y),rgba(255,255,255,.2),transparent 27%);mix-blend-mode:screen;opacity:.55;transition:background-position .25s ease;pointer-events:none}
.product-stage__media img{display:block;width:100%;height:100%;object-fit:contain;filter:saturate(.94) contrast(1.04) drop-shadow(0 30px 50px rgba(0,0,0,.34));-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 10%,#000 96%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 10%,#000 96%,transparent 100%);user-select:none}
.product-stage.is-switching .product-stage__media{opacity:0;transform:translate3d(var(--media-x),calc(-50% + 14px + var(--media-y)),0) perspective(1100px) rotateX(var(--media-rx)) rotateY(var(--media-ry)) scale(.97)}

@media(max-width:900px) and (min-width:641px){
  .product-stage__media{right:-2%;width:min(52vw,430px)}
}

@media(max-width:640px){
  .product-stage{min-height:620px}
  .product-stage__media{right:-5%;top:27%;width:min(64vw,250px)}
}

/* Compact service route */
.architecture{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:0;margin-top:32px;padding:0;border:0;border-block:1px solid rgba(255,255,255,.14);border-radius:0;background:linear-gradient(90deg,rgba(255,255,255,.018),rgba(83,118,255,.055) 50%,rgba(255,255,255,.018));background-size:auto}
.architecture__step{min-width:0;display:grid;grid-template-columns:30px minmax(0,1fr);align-items:start;gap:14px;padding:24px clamp(18px,2.2vw,32px);transition:background-color .3s ease}
.architecture__step+.architecture__step{border-left:1px solid rgba(255,255,255,.11)}
.architecture__number{display:grid;place-items:center;width:30px;height:30px;border:1px solid rgba(81,229,255,.34);border-radius:50%;font-size:8px;line-height:1;color:var(--cyan);background:rgba(81,229,255,.055)}
.architecture__copy{min-width:0}
.architecture__copy small{display:block;margin:1px 0 7px;font-size:8px;line-height:1;letter-spacing:.12em;color:rgba(247,249,255,.62)}
.architecture__copy strong{display:block;font-size:clamp(14px,1.25vw,17px);line-height:1.35;letter-spacing:0;color:var(--text)}
.architecture__copy p{margin:7px 0 0;font-size:10px;line-height:1.65;color:rgba(247,249,255,.64)}
.architecture__step--platform{background:linear-gradient(135deg,rgba(82,119,255,.1),rgba(82,119,255,.025))}
.architecture__step--runtime .architecture__number{border-color:rgba(184,255,114,.3);color:var(--lime);background:rgba(184,255,114,.045)}
@media(hover:hover){.architecture__step:hover{background-color:rgba(255,255,255,.035)}}

@media(max-width:640px){
  .architecture{grid-template-columns:minmax(0,1fr);margin-top:24px}
  .architecture__step{padding:18px 14px}
  .architecture__step+.architecture__step{border-left:0;border-top:1px solid rgba(255,255,255,.1)}
  .architecture__copy strong{font-size:14px}
}

/* Overhouse runtime integration */
body.auth-locked .preloader,
body.auth-locked .site,
body.auth-locked .grain,
body.auth-locked .scroll-meter,
body.auth-locked .pointer,
body.auth-locked [data-site-footer]{display:none!important}
body.auth-locked .floating-contact{display:grid!important}
body.auth-locked .support-modal:not([hidden]){display:grid!important}
body.auth-locked{overflow:auto}
body:not(.auth-locked) .header{grid-template-columns:minmax(190px,1fr) auto auto auto auto}
.header__account{justify-self:end;display:flex;align-items:center;gap:6px}
.header__account a,.header__account button{min-height:34px;display:inline-flex;align-items:center;justify-content:center;padding:0 10px;border:1px solid rgba(255,255,255,.14);border-radius:8px;background:rgba(255,255,255,.035);color:rgba(247,249,255,.72);font-size:7px;font-weight:800;letter-spacing:.05em;transition:border-color .25s ease,background .25s ease,color .25s ease}
.header__account button{width:34px;padding:0;cursor:pointer}
.header__account svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:2}
.header__account a:hover,.header__account button:hover{border-color:rgba(81,229,255,.5);background:rgba(81,229,255,.08);color:var(--white)}
.menu-overlay__account{position:relative;z-index:2;display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}
.menu-overlay__account a{padding:9px 12px;border:1px solid rgba(5,7,17,.2);border-radius:8px;font-size:8px;font-weight:800;color:var(--ink)}
body:not(.auth-locked) [data-site-footer]{position:relative;z-index:3;background:var(--ink)}

@media(max-width:1180px){
  body:not(.auth-locked) .header{grid-template-columns:minmax(180px,1fr) auto auto auto}
}

@media(max-width:900px){
  body:not(.auth-locked) .header{grid-template-columns:1fr auto auto}
  .header__account a{display:none}
}

@media(max-width:640px){
  .header__account{gap:4px}
  .header__account button{width:36px;height:36px}
  .menu-overlay__account{margin-top:10px}
  .menu-overlay__account a{flex:1 1 calc(50% - 4px);text-align:center}
}

/* Layout integrity */
html{scroll-padding-top:66px}
html:has(body.overhouse-public-home:not(.auth-locked)){scroll-padding-top:66px!important}
section[id]{scroll-margin-top:0}
.hero{min-height:100svh}
.hero__foot{grid-template-columns:minmax(260px,470px) minmax(0,1fr);grid-template-rows:auto auto;column-gap:clamp(28px,5vw,72px);row-gap:14px}
.hero__intro{grid-column:1;grid-row:1}
.hero__foot>.round-link{grid-column:1;grid-row:2;justify-self:start}
.hero__account{grid-column:2;grid-row:1/3;align-self:end}

@media(max-width:900px){
  .hero{min-height:max(760px,100svh)}
  .hero__foot{grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto auto;gap:12px}
  .hero__intro,.hero__foot>.round-link,.hero__account{grid-column:1}
  .hero__intro{grid-row:1}
  .hero__foot>.round-link{grid-row:2}
  .hero__account{grid-row:3;justify-self:start}
}

@media(max-width:640px){
  .hero{min-height:max(720px,100svh)}
  .hero__headline{font-size:40px;line-height:1.08}
  .ecosystem__head .section-title,.overvm__head .section-title,.platform__head .section-title,.flow__head .section-title{font-size:42px;line-height:1.02;text-wrap:balance}
  .hero__account{display:flex;flex-wrap:wrap;gap:7px 14px}
  .product-tab strong{font-size:11px}
}

@media(max-width:380px){
  .hero__headline{font-size:34px}
  .ecosystem__head .section-title,.overvm__head .section-title,.platform__head .section-title,.flow__head .section-title{font-size:36px}
}

/* Typography integrity */
body{min-width:0}
.preloader__brand{position:relative;width:max-content;max-width:90vw;display:flex;align-items:baseline;justify-content:center;gap:.015em;margin-inline:auto;padding:.1em .04em .22em;font-family:"Segoe UI Variable Display","Inter","Helvetica Neue",Arial,sans-serif;font-size:clamp(58px,9.4vw,152px);line-height:.88;font-weight:600;letter-spacing:-.055em;text-transform:none}
.preloader__brand::after{content:"";position:absolute;left:10%;right:10%;bottom:.02em;height:1px;background:linear-gradient(90deg,transparent,rgba(127,154,255,.76) 32%,rgba(81,229,255,.9) 68%,transparent);transform:scaleX(0);transform-origin:center;transition:transform 1.2s .32s var(--ease-out)}
.preloader__line{width:auto;padding:0;text-align:left;overflow:visible}
.preloader__line:first-child{font-size:1em;font-weight:350;letter-spacing:-.06em;color:rgba(247,249,255,.82)}
.preloader__line--offset{padding-left:0;font-weight:680;letter-spacing:-.06em;color:var(--white)}
.preloader__line>span{opacity:0;filter:blur(12px);transform:translateY(.1em) scale(.985);transition:opacity 1.45s ease,filter 1.45s ease,transform 1.45s var(--ease-out)}
.preloader.is-started .preloader__line:first-child>span,.preloader.is-started .preloader__line:last-child>span{opacity:1;filter:blur(0);transform:translateY(0) scale(1)}
.preloader.is-started .preloader__brand::after{transform:scaleX(1)}
.section-title{font-family:"Segoe UI Variable Display","Pretendard Variable","Noto Sans KR","Apple SD Gothic Neo","Malgun Gothic",system-ui,sans-serif;line-height:1;font-weight:750;letter-spacing:0;word-break:keep-all;overflow:visible}
.section-title__line{display:block;width:max-content;max-width:100%;min-height:1.28em;padding:.08em 0 .12em;line-height:1.08;white-space:nowrap;overflow:visible}
.ecosystem__title,.platform__title,.flow__title{margin:0;white-space:nowrap}
.hero__line{padding-top:.08em;padding-bottom:.17em}
.contact__title{width:100%;font-size:clamp(48px,8.2vw,126px);line-height:1;overflow:visible}
.contact__title>span{padding:.14em 0 .2em;overflow:visible}
.contact__title>span>span{opacity:0;transition:transform 1.08s var(--ease-out),opacity .45s ease}
.contact__title.is-visible>span>span{opacity:1}
.contact__title-offset{padding-left:clamp(0px,7vw,96px)!important}
.contact__cta,.contact__cta .magnetic__inner,.contact__cta strong{overflow:visible}
.contact__cta strong{line-height:1.4;padding-block:.08em}
.footer{min-height:80px;padding-block:18px;line-height:1.5}

@media(max-width:900px){
  .ecosystem__title,.platform__title,.flow__title{margin-top:26px}
}

@media(max-width:640px){
  .preloader__brand{max-width:94vw;font-size:clamp(42px,13.5vw,58px)}
  .section-title__line{min-height:1.3em;padding-block:.09em .13em}
  #ecosystemTitle{font-size:34px}
  #platformTitle,#flowTitle{font-size:28px}
  .product-stage__content h3{font-size:42px;line-height:1.08;padding-bottom:.08em;white-space:nowrap}
  .contact__title{font-size:clamp(37px,11vw,52px);line-height:1.04}
}

@media(max-width:380px){
  #ecosystemTitle{font-size:28px}
  #platformTitle,#flowTitle{font-size:23px}
  .product-stage__content h3{font-size:36px}
}

/* Interactive navigation canvas */
.menu-button{width:84px;height:40px;border-color:rgba(255,255,255,.2);border-radius:8px;background:rgba(7,10,20,.58);backdrop-filter:blur(14px);transition:border-color .25s ease,background .25s ease,color .25s ease}
.menu-button__label{font-size:10px;font-weight:600;letter-spacing:0}
.menu-button:hover{border-color:rgba(127,154,255,.72);background:rgba(127,154,255,.1)}
.menu-button:focus-visible{outline-width:1px;outline-offset:2px}
body.menu-open{overflow:hidden}
body.menu-open .menu-button{border-color:var(--menu-accent,#5ee7d7);background:rgba(255,255,255,.08)}
.menu-overlay{--menu-accent:#8da2ff;--menu-progress:.1667;--menu-position:46%;display:grid;grid-template-columns:minmax(0,1fr) minmax(460px,42vw);width:100%;max-width:none;padding:0;clip-path:none;background:#050711;color:var(--white);visibility:hidden;pointer-events:none;opacity:0;transition:opacity .36s ease,visibility 0s .6s}
.menu-overlay.is-open{clip-path:none;visibility:visible;pointer-events:auto;opacity:1;transition:opacity .36s ease,visibility 0s}
.menu-overlay__stage{position:relative;min-width:0;height:100%;display:flex;flex-direction:column;justify-content:space-between;padding:clamp(96px,10vw,138px) clamp(34px,6vw,100px) 30px;overflow:hidden;background-image:linear-gradient(90deg,rgba(5,7,17,.74),rgba(5,7,17,.28)),url("../assets/overplatform-workspace-hero-v1.png");background-position:var(--menu-position) center;background-size:cover;opacity:0;transform:scale(1.025);transition:opacity .45s ease,transform .8s var(--ease-out),background-position .8s var(--ease-out)}
.menu-overlay__stage::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,7,17,.2),rgba(5,7,17,.12) 52%,rgba(5,7,17,.9));pointer-events:none}
.menu-overlay__stage::after{content:attr(data-menu-preview-number);position:absolute;right:clamp(28px,4vw,70px);bottom:7vh;font-size:clamp(150px,21vw,330px);line-height:.7;font-weight:800;color:rgba(255,255,255,.035);letter-spacing:0;pointer-events:none;transition:color .35s ease}
.menu-overlay.is-open .menu-overlay__stage{opacity:1;transform:scale(1)}
.menu-stage__brand,.menu-stage__copy,.menu-stage__footer{position:relative;z-index:2}
.menu-stage__brand{display:flex;align-items:center;gap:13px;color:rgba(255,255,255,.92);font-size:12px;font-weight:750;letter-spacing:.04em}
.menu-stage__brand img{width:34px;height:34px;object-fit:contain;filter:drop-shadow(0 8px 20px rgba(0,0,0,.3))}
.menu-stage__brand span{display:grid;gap:3px}
.menu-stage__brand small{font-size:9px;font-weight:500;letter-spacing:0;color:rgba(255,255,255,.48)}
.menu-stage__copy{width:min(680px,90%);margin-top:auto;margin-bottom:auto}
.menu-stage__eyebrow{display:flex;align-items:center;gap:12px;margin-bottom:20px;font-size:10px;font-weight:700;letter-spacing:.11em;color:var(--menu-accent);transition:color .3s ease}
.menu-stage__eyebrow b{font-weight:600;color:rgba(255,255,255,.54)}
.menu-stage__copy strong{display:block;font-size:clamp(58px,8vw,128px);line-height:.88;font-weight:680;letter-spacing:0;color:#fff;text-shadow:0 18px 60px rgba(0,0,0,.38);word-break:keep-all}
.menu-stage__copy p{margin:22px 0 0;font-size:clamp(14px,1.3vw,19px);line-height:1.55;font-weight:500;color:rgba(255,255,255,.7);word-break:keep-all}
.menu-stage__footer{display:grid;grid-template-columns:auto minmax(140px,240px);align-items:center;gap:24px;font-size:9px;font-weight:650;letter-spacing:.1em;color:rgba(255,255,255,.46)}
.menu-stage__progress{height:2px;overflow:hidden;background:rgba(255,255,255,.14)}
.menu-stage__progress i{display:block;width:100%;height:100%;background:var(--menu-accent);transform:scaleX(var(--menu-progress));transform-origin:left;transition:transform .55s var(--ease-out),background-color .3s ease}
.menu-overlay__panel{position:relative;width:100%;height:100%;display:flex;flex-direction:column;padding:94px clamp(22px,2.6vw,38px) 20px;overflow-y:auto;border-left:1px solid rgba(255,255,255,.1);background:rgba(7,10,20,.985);box-shadow:-36px 0 100px rgba(0,0,0,.34);opacity:0;transform:translateX(42px);transition:transform .65s var(--ease-out),opacity .38s ease}
.menu-overlay.is-open .menu-overlay__panel{opacity:1;transform:translateX(0)}
.menu-overlay__grid{display:none}
.menu-overlay__top,.menu-overlay__bottom{position:relative;z-index:2;width:100%;display:flex;justify-content:space-between;align-items:center;font-size:9px;font-weight:600;letter-spacing:.04em;color:rgba(247,249,255,.46)}
.menu-overlay__nav{position:relative;z-index:2;width:100%;margin-top:20px;border-top:1px solid rgba(255,255,255,.11)}
.menu-overlay__nav a{position:relative;width:100%;min-height:64px;display:grid;grid-template-columns:30px minmax(0,1fr) 32px;align-items:center;gap:14px;padding:7px 8px;border-bottom:1px solid rgba(255,255,255,.085);color:rgba(247,249,255,.68);text-transform:none;opacity:0;transform:translateX(20px);transition:transform .42s var(--ease-out),opacity .3s ease,background .25s ease,color .25s ease,border-color .25s ease}
.menu-overlay.is-open .menu-overlay__nav a{opacity:1;transform:translateX(0)}
.menu-overlay.is-open .menu-overlay__nav a:nth-child(1){transition-delay:.08s}.menu-overlay.is-open .menu-overlay__nav a:nth-child(2){transition-delay:.12s}.menu-overlay.is-open .menu-overlay__nav a:nth-child(3){transition-delay:.16s}.menu-overlay.is-open .menu-overlay__nav a:nth-child(4){transition-delay:.2s}.menu-overlay.is-open .menu-overlay__nav a:nth-child(5){transition-delay:.24s}.menu-overlay.is-open .menu-overlay__nav a:nth-child(6){transition-delay:.28s}
.menu-overlay__nav a::before{content:"";position:absolute;inset:9px auto 9px 0;width:2px;background:var(--menu-accent);transform:scaleY(0);transition:transform .3s var(--ease-out),background-color .3s ease}
.menu-overlay__index{width:28px;height:28px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.1);border-radius:6px;background:rgba(255,255,255,.03);font-size:9px;font-weight:700;letter-spacing:0;color:rgba(255,255,255,.38);transition:border-color .25s ease,color .25s ease,background .25s ease}
.menu-overlay__copy{min-width:0;display:grid;gap:4px}
.menu-overlay__nav a strong{min-width:0;font-family:"Noto Sans KR","Apple SD Gothic Neo","Malgun Gothic",sans-serif;font-size:clamp(21px,2vw,27px);line-height:1.1;font-weight:620;letter-spacing:0;white-space:nowrap;transition:transform .3s var(--ease-out),color .25s ease}
.menu-overlay__copy small{color:rgba(247,249,255,.38);font-size:11px;font-weight:500;line-height:1.3;letter-spacing:0;transition:color .25s ease}
.menu-overlay__nav a em{width:32px;height:32px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.11);border-radius:6px;background:rgba(255,255,255,.025);font-style:normal;font-size:14px;color:rgba(255,255,255,.4);transition:transform .3s var(--ease-out),background .25s ease,border-color .25s ease,color .25s ease}
.menu-overlay__nav a:hover,.menu-overlay__nav a:focus-visible,.menu-overlay__nav a.is-previewed{border-color:color-mix(in srgb,var(--menu-accent) 32%,rgba(255,255,255,.08));background:rgba(255,255,255,.055);color:var(--white)}
.menu-overlay__nav a:hover::before,.menu-overlay__nav a:focus-visible::before,.menu-overlay__nav a.is-previewed::before{transform:scaleY(1)}
.menu-overlay__nav a:hover .menu-overlay__index,.menu-overlay__nav a:focus-visible .menu-overlay__index,.menu-overlay__nav a.is-previewed .menu-overlay__index{border-color:var(--menu-accent);background:color-mix(in srgb,var(--menu-accent) 12%,transparent);color:#fff}
.menu-overlay__nav a:hover strong,.menu-overlay__nav a:focus-visible strong,.menu-overlay__nav a.is-previewed strong{font-style:normal;color:var(--white);transform:translateX(4px)}
.menu-overlay__nav a:hover .menu-overlay__copy small,.menu-overlay__nav a:focus-visible .menu-overlay__copy small,.menu-overlay__nav a.is-previewed .menu-overlay__copy small{color:rgba(232,238,255,.68)}
.menu-overlay__nav a:hover em,.menu-overlay__nav a:focus-visible em,.menu-overlay__nav a.is-previewed em{border-color:var(--menu-accent);background:var(--menu-accent);color:var(--ink);transform:translate(2px,2px)}
.menu-overlay__account{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:16px;padding-top:16px;border-top:1px solid rgba(255,255,255,.1)}
.menu-overlay__account a{min-width:0;min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:6px;padding:0 9px 0 12px;border:1px solid rgba(255,255,255,.11);border-radius:7px;background:rgba(255,255,255,.03);font-size:10px;font-weight:600;color:rgba(247,249,255,.66);white-space:nowrap;transition:transform .25s var(--ease-out),border-color .25s ease,background .25s ease,color .25s ease}
.menu-overlay__account a::after{content:"↗";width:24px;height:24px;display:grid;place-items:center;border-radius:5px;background:rgba(255,255,255,.055);font-size:11px;color:var(--menu-accent);transition:background .25s ease,color .25s ease,transform .25s var(--ease-out)}
.menu-overlay__account a:hover,.menu-overlay__account a:focus-visible{border-color:color-mix(in srgb,var(--menu-accent) 55%,transparent);background:rgba(255,255,255,.07);color:var(--white);transform:translateY(-1px)}
.menu-overlay__account a:hover::after,.menu-overlay__account a:focus-visible::after{background:var(--menu-accent);color:var(--ink);transform:translate(1px,-1px)}
.menu-overlay__bottom{margin-top:auto;padding-top:15px;border-top:1px solid rgba(255,255,255,.08);font-size:8px;color:rgba(247,249,255,.36)}

@media(max-width:980px){
  .menu-overlay{grid-template-columns:minmax(280px,.7fr) minmax(430px,1fr)}
  .menu-overlay__stage{padding-left:34px;padding-right:34px}
  .menu-stage__copy strong{font-size:clamp(50px,8vw,78px)}
  .menu-stage__footer{grid-template-columns:1fr}
}

@media(max-width:760px){
  .menu-button{width:78px;height:40px}
  .menu-overlay{display:block;padding:0}
  .menu-overlay__stage{display:none}
  .menu-overlay__panel{width:100%;padding:84px 18px 16px;border-left:0;transform:translateY(-18px)}
  .menu-overlay.is-open .menu-overlay__panel{transform:translateY(0)}
  .menu-overlay__top{font-size:8px}
  .menu-overlay__nav{margin-top:14px}
  .menu-overlay__nav a{min-height:58px;grid-template-columns:26px minmax(0,1fr) 30px;gap:10px;padding:6px 8px}
  .menu-overlay__nav a strong{font-size:21px;line-height:1.15}
  .menu-overlay__copy small{font-size:10px}
  .menu-overlay__nav a em{width:30px;height:30px;font-size:13px}
  .menu-overlay__account{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:12px;padding-top:12px}
  .menu-overlay__account a{min-height:42px;font-size:10px}
  .menu-overlay__bottom span:nth-child(2){display:none}
}

/* Public home account entry */
.header__account button{width:auto;gap:6px;padding-inline:10px}
.header__auth-label{font-size:8px;line-height:1;white-space:nowrap}
body.auth-locked.overhouse-public-home .auth-screen{position:relative!important;min-height:100svh!important;display:grid!important;grid-template-columns:minmax(360px,420px) minmax(440px,620px)!important;place-content:center!important;align-items:stretch!important;gap:14px!important;padding:76px 24px 24px!important;overflow:auto!important;background:#060913!important}
body.auth-locked.overhouse-public-home .auth-screen::before{content:""!important;position:absolute!important;inset:0!important;pointer-events:none!important;background:radial-gradient(circle at 18% 8%,rgba(82,119,255,.15),transparent 30%),radial-gradient(circle at 86% 80%,rgba(81,229,255,.08),transparent 28%)!important}
body.auth-locked.overhouse-public-home .auth-home-link{position:absolute;z-index:4;top:24px;left:24px;display:inline-flex;align-items:center;gap:9px;color:rgba(247,249,255,.7);font-size:11px;font-weight:700;transition:color .2s ease,transform .25s var(--ease-out)}
body.auth-locked.overhouse-public-home .auth-home-link:hover{color:var(--white);transform:translateX(-2px)}
body.auth-locked.overhouse-public-home .auth-card-container{position:relative!important;z-index:2!important;width:100%!important;max-width:none!important;display:block!important;margin:0!important}
body.auth-locked.overhouse-public-home .auth-card{width:100%!important;max-width:none!important;min-height:640px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;padding:34px 32px!important;border-radius:12px!important;background:rgba(11,16,29,.96)!important;box-shadow:0 30px 90px rgba(0,0,0,.36)!important}
body.auth-locked.overhouse-public-home .auth-overline{margin:0 0 10px!important;color:var(--cyan)!important;font-size:10px!important;line-height:1.3!important;letter-spacing:.12em!important}
body.auth-locked.overhouse-public-home .auth-card h1{margin:0!important;color:var(--white)!important;font-size:40px!important;line-height:1.15!important;font-weight:750!important;letter-spacing:0!important}
body.auth-locked.overhouse-public-home .auth-intro{max-width:320px;margin:12px 0 0!important;color:rgba(247,249,255,.58)!important;font-size:12px!important;line-height:1.65!important;letter-spacing:0!important}
body.auth-locked.overhouse-public-home .auth-form{gap:11px!important;margin-top:25px!important}
body.auth-locked.overhouse-public-home .auth-form label{gap:7px!important;font-size:11px!important;font-weight:700!important}
body.auth-locked.overhouse-public-home .auth-card input{min-height:48px!important;padding:0 13px!important;font-size:13px!important}
body.auth-locked.overhouse-public-home .auth-password-toggle{width:42px!important;height:42px!important;right:3px!important}
body.auth-locked.overhouse-public-home #authSubmit{min-height:48px!important;margin-top:4px!important;font-size:12px!important;font-weight:800!important}
body.auth-locked.overhouse-public-home .auth-divider{margin:18px 0 12px!important;font-size:9px!important}
body.auth-locked.overhouse-public-home .auth-social-grid{grid-template-columns:1fr 1fr!important;gap:8px!important}
body.auth-locked.overhouse-public-home .auth-social-btn{min-width:0!important;min-height:43px!important;padding-inline:10px!important;font-size:10px!important;white-space:nowrap!important}
body.auth-locked.overhouse-public-home .auth-mode-toggle{min-height:42px!important;margin-top:12px!important;font-size:10px!important}
body.auth-locked.overhouse-public-home .auth-legal{margin-top:20px!important;font-size:9px!important}
body.auth-locked.overhouse-public-home .auth-visual{position:relative!important;z-index:2!important;min-height:640px!important;display:block!important;overflow:hidden!important;border:1px solid rgba(214,226,255,.12)!important;border-radius:12px!important;background:#0a1020!important;opacity:1!important;visibility:visible!important;transform:none!important;box-shadow:0 30px 90px rgba(0,0,0,.34)!important}
body.auth-locked.overhouse-public-home .auth-visual::before{content:""!important;position:absolute!important;z-index:1!important;inset:0!important;width:auto!important;height:auto!important;border:0!important;border-radius:inherit!important;background:linear-gradient(180deg,rgba(6,9,19,.08) 10%,rgba(6,9,19,.2) 46%,rgba(6,9,19,.96) 100%)!important;box-shadow:none!important;transform:none!important}
body.auth-locked.overhouse-public-home .auth-visual::after{content:""!important;position:absolute!important;z-index:1!important;inset:0!important;width:auto!important;height:auto!important;border:1px solid rgba(255,255,255,.05)!important;border-radius:inherit!important;background:transparent!important;box-shadow:none!important;pointer-events:none!important;transform:none!important}
body.auth-locked.overhouse-public-home .auth-visual>img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;display:block!important;object-fit:cover!important;object-position:center!important;filter:saturate(.82) brightness(.72) contrast(1.04)!important;transform:scale(1.015)!important}
body.auth-locked.overhouse-public-home .auth-visual-copy{position:absolute;z-index:2;right:34px;bottom:38px;left:34px}
body.auth-locked.overhouse-public-home .auth-visual-copy>span{display:block;margin-bottom:12px;color:var(--cyan);font-size:9px;font-weight:800;letter-spacing:.13em}
body.auth-locked.overhouse-public-home .auth-visual-copy strong{display:block;color:var(--white);font-size:clamp(31px,3.2vw,48px);line-height:1.12;font-weight:720;letter-spacing:0}
body.auth-locked.overhouse-public-home .auth-visual-copy p{max-width:410px;margin:16px 0 0;color:rgba(247,249,255,.65);font-size:12px;line-height:1.7}
body.auth-locked.overhouse-public-home .auth-visual-status{position:absolute;z-index:2;top:24px;right:24px;display:flex;align-items:center;gap:8px;padding:8px 10px;border:1px solid rgba(255,255,255,.14);border-radius:7px;background:rgba(5,8,17,.58);color:rgba(247,249,255,.68);font-size:8px;letter-spacing:.04em;backdrop-filter:blur(12px)}
body.auth-locked.overhouse-public-home .auth-visual-status i{width:6px;height:6px;border-radius:50%;background:var(--lime);box-shadow:0 0 12px rgba(184,255,114,.7)}

@media(max-width:900px){
  body.auth-locked.overhouse-public-home .auth-screen{grid-template-columns:minmax(0,420px)!important;padding-top:70px!important}
  body.auth-locked.overhouse-public-home .auth-card{min-height:0!important}
  body.auth-locked.overhouse-public-home .auth-visual{display:none!important}
}
@media(max-width:640px){
  .header__auth-label{display:none}
  .header__account button{width:36px;padding:0}
  body.auth-locked.overhouse-public-home .auth-screen{display:block!important;padding:64px 14px 16px!important}
  body.auth-locked.overhouse-public-home .auth-home-link{top:20px;left:18px}
  body.auth-locked.overhouse-public-home .auth-card{padding:26px 20px!important}
  body.auth-locked.overhouse-public-home .auth-card h1{font-size:34px!important}
  body.auth-locked.overhouse-public-home .auth-social-grid{grid-template-columns:1fr!important}
}

/* Final contact layout: supersede the legacy compact contact grid. */
body.overhouse-public-home:not(.auth-locked) #contact{
  width:100%!important;
  max-width:none!important;
  min-height:64svh!important;
  margin:0!important;
  padding:clamp(84px,7vw,120px) var(--pad) 28px!important;
  display:flex!important;
  flex-direction:column!important;
  gap:0!important;
  overflow:hidden!important;
}
body.overhouse-public-home:not(.auth-locked) #contact .contact__title{
  width:100%!important;
  max-width:1260px!important;
  margin:auto 0!important;
}

@media(max-width:640px){
  body.overhouse-public-home:not(.auth-locked) #contact{
    min-height:78svh!important;
    padding:78px var(--pad) 24px!important;
  }
  body.auth-locked.overhouse-public-home .floating-contact{display:none!important}
}

/* Atlas request-flow board */
.statement{min-height:clamp(540px,62svh,680px);background:radial-gradient(circle at 76% 44%,rgba(82,119,255,.1),transparent 34%),linear-gradient(155deg,#050711,#080d1c 58%,#050711)}
.statement::before{display:none}
.statement__content{grid-template-columns:minmax(0,1fr) minmax(480px,520px);align-items:center;gap:clamp(34px,4vw,64px)}
.statement__lead{max-width:860px;font-size:clamp(32px,3.55vw,56px)}
.statement__sequence{--flow-x:70%;--flow-y:42%;position:relative;min-width:0;overflow:hidden;border:1px solid rgba(255,255,255,.13);border-radius:10px;background:linear-gradient(145deg,rgba(14,19,35,.96),rgba(6,9,18,.98));box-shadow:0 28px 70px rgba(0,0,0,.32);isolation:isolate}
.statement__sequence::before{content:"";position:absolute;inset:0;z-index:-1;background:radial-gradient(280px circle at var(--flow-x) var(--flow-y),rgba(124,144,255,.16),transparent 68%);transition:background-position .25s ease}
.statement__sequence::after{content:"";position:absolute;inset:0;z-index:-2;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:24px 24px;mask-image:linear-gradient(90deg,transparent,#000 24%,#000 76%,transparent)}
.flow-board__head,.flow-board__foot{position:relative;z-index:2;height:44px;display:flex;align-items:center;gap:9px;padding:0 14px;font-size:9px;font-weight:750;line-height:1;letter-spacing:.08em;color:rgba(247,249,255,.46)}
.flow-board__head{justify-content:space-between}
.flow-board__head>span,.flow-board__head>strong{display:flex;align-items:center;gap:8px}
.flow-board__head>span>i{width:14px;height:1px;background:#7e91ff;box-shadow:0 0 10px rgba(126,145,255,.65)}
.flow-board__head>strong{font-size:9px;font-weight:750;color:rgba(247,249,255,.7)}
.flow-board__head>strong i{width:6px;height:6px;border-radius:50%;background:#78e0af;box-shadow:0 0 12px rgba(120,224,175,.7);animation:flow-board-live 2.4s ease-in-out infinite}
.flow-board__canvas{position:relative;z-index:1;height:260px;overflow:hidden;border-block:1px solid rgba(255,255,255,.09)}
.flow-board__routes{position:absolute;inset:0;width:100%;height:100%;overflow:visible}
.flow-board__route-base path{fill:none;stroke:rgba(181,195,255,.11);stroke-width:6;stroke-linecap:round}
.flow-board__route-signals path{fill:none;stroke-width:2;stroke-linecap:round;stroke-dasharray:12 86;animation:flow-board-stream 4.8s linear infinite}
.flow-board__route--a{stroke:url(#flowRouteA)}
.flow-board__route--b{stroke:url(#flowRouteB);animation-delay:-1.6s!important}
.flow-board__route--c{stroke:url(#flowRouteC);animation-delay:-3.2s!important}
.flow-board__route--out{stroke:#9eaeff;stroke-width:3!important;stroke-dasharray:8 30!important;animation-duration:2.1s!important}
.flow-board__sources{position:absolute;left:2.7%;top:14px;bottom:14px;width:24.6%;display:grid;grid-template-rows:repeat(3,minmax(0,1fr));gap:8px}
.flow-board__source{position:relative;min-width:0;display:grid;grid-template-columns:36px minmax(0,1fr) 5px;align-items:center;gap:8px;padding:6px;border:1px solid rgba(255,255,255,.1);border-radius:7px;background:linear-gradient(135deg,rgba(22,28,48,.92),rgba(8,12,23,.94));box-shadow:0 10px 24px rgba(0,0,0,.18);transition:transform .35s var(--ease-out),border-color .3s ease,background-color .3s ease}
.flow-board__source:hover{transform:translateX(4px);border-color:rgba(143,158,255,.38);background:rgba(25,32,56,.96)}
.flow-board__source-icon{width:36px;aspect-ratio:1;border:1px solid rgba(255,255,255,.12);border-radius:6px;background-color:#070a12;background-image:url("../assets/product-selector-atlas-v1.png");background-repeat:no-repeat;background-size:400% 200%;box-shadow:0 7px 16px rgba(0,0,0,.3)}
.flow-board__source--remote .flow-board__source-icon{background-position:0 0}
.flow-board__source--automation .flow-board__source-icon{background-position:66.667% 0}
.flow-board__source--security .flow-board__source-icon{background-position:100% 0}
.flow-board__source>span:nth-child(2){min-width:0;display:grid;gap:4px}
.flow-board__source small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:7px;font-weight:750;line-height:1;color:rgba(247,249,255,.38)}
.flow-board__source strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:720;line-height:1.2;color:rgba(247,249,255,.88)}
.flow-board__source>i{width:4px;height:4px;border-radius:50%;background:#7e91ff;box-shadow:0 0 8px rgba(126,145,255,.7)}
.flow-board__source--automation>i{background:#b8ff72;box-shadow:0 0 8px rgba(184,255,114,.55)}
.flow-board__source--security>i{background:#c18cff;box-shadow:0 0 8px rgba(193,140,255,.6)}
.flow-board__core{position:absolute;left:41.9%;top:50%;width:23.8%;height:116px;display:grid;grid-template-rows:auto 40px auto auto;place-items:center;gap:5px;padding:10px;border:1px solid rgba(143,158,255,.32);border-radius:9px;background:linear-gradient(145deg,rgba(31,39,70,.96),rgba(10,14,28,.98));box-shadow:0 18px 40px rgba(0,0,0,.36),inset 0 1px rgba(255,255,255,.08);transform:translateY(-50%)}
.flow-board__core::before{content:"";position:absolute;inset:-1px;border-radius:inherit;background:linear-gradient(110deg,transparent 25%,rgba(142,158,255,.2),transparent 72%);background-size:220% 100%;animation:flow-board-core 5.4s ease-in-out infinite;pointer-events:none}
.flow-board__core>span{font-size:6px;font-weight:800;line-height:1;letter-spacing:.1em;color:#91a2ff}
.flow-board__core>img{width:38px;height:38px;object-fit:cover;border-radius:50%;filter:drop-shadow(0 7px 14px rgba(113,133,255,.25))}
.flow-board__core>strong{font-size:8px;font-weight:800;line-height:1;letter-spacing:.04em;color:rgba(247,249,255,.88)}
.flow-board__core>div{display:flex;gap:4px}
.flow-board__core>div i{width:14px;height:2px;border-radius:2px;background:rgba(247,249,255,.12)}
.flow-board__core>div i:first-child{background:#51e5ff}.flow-board__core>div i:nth-child(2){background:#b8ff72}.flow-board__core>div i:last-child{background:#c18cff}
.flow-board__output{position:absolute;left:74.6%;top:50%;width:22.7%;min-height:104px;display:flex;flex-direction:column;justify-content:center;gap:8px;padding:12px;border:1px solid rgba(120,224,175,.2);border-radius:8px;background:linear-gradient(145deg,rgba(14,31,34,.9),rgba(8,14,24,.96));box-shadow:0 15px 34px rgba(0,0,0,.25);transform:translateY(-50%)}
.flow-board__output small{font-size:6px;font-weight:800;line-height:1.2;color:rgba(120,224,175,.55)}
.flow-board__output strong{font-size:12px;font-weight:740;line-height:1.35;color:rgba(247,249,255,.92);word-break:keep-all}
.flow-board__output>span{display:flex;align-items:center;gap:6px;font-size:7px;font-weight:800;color:rgba(247,249,255,.43)}
.flow-board__output>span i{width:5px;height:5px;border-radius:50%;background:#78e0af;box-shadow:0 0 9px rgba(120,224,175,.65)}
.flow-board__foot{border:0}
.flow-board__foot>i{width:18px;height:1px;background:rgba(247,249,255,.14)}
.flow-board__foot>strong{margin-left:auto;font-size:7px;font-weight:750;color:rgba(247,249,255,.28)}
@keyframes flow-board-stream{to{stroke-dashoffset:-98}}
@keyframes flow-board-live{50%{opacity:.42;transform:scale(.78)}}
@keyframes flow-board-core{0%,100%{background-position:120% 0;opacity:.2}50%{background-position:-100% 0;opacity:1}}

@media(max-width:1120px){
  .statement__content{grid-template-columns:1fr}
  .statement__sequence{width:min(620px,100%);justify-self:end}
}

@media(max-width:640px){
  .statement{min-height:auto}
  .statement__content{gap:22px;margin-top:36px}
  .statement__sequence{width:100%}
  .flow-board__canvas{height:304px}
  .flow-board__routes{display:none}
  .flow-board__canvas::before{content:"";position:absolute;left:50%;top:76px;bottom:64px;width:2px;background:linear-gradient(#51e5ff,#8e9eff 48%,#78e0af);box-shadow:0 0 12px rgba(126,145,255,.35);transform:translateX(-50%)}
  .flow-board__sources{left:8px;right:8px;top:10px;bottom:auto;width:auto;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:68px;gap:6px}
  .flow-board__sources::after{content:"";position:absolute;left:16.66%;right:16.66%;bottom:-10px;height:1px;background:linear-gradient(90deg,#51e5ff,#b8ff72,#c18cff)}
  .flow-board__source{grid-template-columns:28px minmax(0,1fr);gap:5px;padding:5px}
  .flow-board__source:hover{transform:none}
  .flow-board__source-icon{width:28px}
  .flow-board__source small,.flow-board__source>i{display:none}
  .flow-board__source strong{font-size:9px;white-space:normal;word-break:keep-all}
  .flow-board__core{left:50%;top:111px;width:142px;height:88px;grid-template-columns:34px minmax(0,1fr);grid-template-rows:auto auto auto;justify-items:start;gap:3px;padding:10px 12px;transform:translateX(-50%)}
  .flow-board__core>span{grid-column:2}.flow-board__core>img{grid-row:1/4;width:32px;height:32px}.flow-board__core>strong{font-size:8px}.flow-board__core>div{grid-column:2}
  .flow-board__output{left:12px;right:12px;top:228px;width:auto;min-height:62px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:5px 12px;padding:10px 12px;transform:none}
  .flow-board__output small{grid-column:1}.flow-board__output strong{grid-column:1;font-size:12px}.flow-board__output>span{grid-column:2;grid-row:1/3}
  .flow-board__foot>strong{display:none}
}

/* Product selector and full catalog */
.product-explorer{height:502px;align-items:stretch;scroll-margin-top:calc(var(--header-h) + 18px)}
.product-rail-panel{min-width:0;min-height:0;height:100%;display:flex;flex-direction:column;overflow:hidden;border-right:1px solid rgba(255,255,255,.12);background:linear-gradient(180deg,rgba(10,14,27,.96),rgba(4,7,15,.92))}
.product-rail-head{flex:0 0 62px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:0 14px 0 18px;border-bottom:1px solid rgba(255,255,255,.1)}
.product-rail-head>div:first-child{min-width:0;display:grid;gap:4px}
.product-rail-head>div:first-child span{font-size:8px;font-weight:800;line-height:1.2;letter-spacing:.12em;color:rgba(247,249,255,.58)}
.product-rail-head>div:first-child strong{font-size:13px;line-height:1.1;letter-spacing:0;color:rgba(247,249,255,.94)}
.product-rail-actions{display:flex;align-items:center;gap:6px}
.product-cycle-toggle,.product-catalog-button{height:34px;border:1px solid rgba(255,255,255,.13);color:rgba(247,249,255,.72);background:rgba(255,255,255,.035);transition:border-color .25s ease,background-color .25s ease,color .25s ease,transform .25s ease}
.product-cycle-toggle{width:34px;display:grid;place-items:center;border-radius:7px;font-size:9px;letter-spacing:0}
.product-cycle-toggle[aria-pressed="true"] span{font-size:10px}
.product-catalog-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 12px;border-radius:7px;font-size:10px;font-weight:750;line-height:1;letter-spacing:0;white-space:nowrap}
.product-catalog-button i{font-style:normal;font-size:12px;transition:transform .25s ease}
.product-cycle-toggle:hover,.product-catalog-button:hover{border-color:rgba(94,200,255,.42);background:rgba(94,200,255,.08);color:#fff;transform:translateY(-1px)}
.product-catalog-button:hover i{transform:translate(2px,-2px)}
.product-rail{flex:1 1 auto;min-height:0;display:grid;grid-template-columns:1fr;grid-auto-rows:68px;align-content:start;gap:4px;padding:8px;overflow-x:hidden;overflow-y:auto;border:0;background:transparent;scroll-behavior:auto;scrollbar-width:none;overscroll-behavior:contain;-webkit-mask-image:linear-gradient(to bottom,transparent,#000 14px,#000 calc(100% - 14px),transparent);mask-image:linear-gradient(to bottom,transparent,#000 14px,#000 calc(100% - 14px),transparent)}
.product-rail::-webkit-scrollbar{display:none}
.product-tab{min-width:0;min-height:0;grid-template-columns:48px minmax(0,1fr) 26px;grid-template-rows:auto auto;align-content:center;column-gap:12px;padding:7px 10px;overflow:visible;border:1px solid transparent!important;border-radius:8px;cursor:grab;transform:translateY(0);transition:background-color .35s ease,color .35s ease,border-color .35s ease,transform .5s var(--ease-out),padding-left .35s var(--ease-out),opacity .25s ease}
.product-tab>span{grid-column:1;grid-row:1/3;width:48px;height:auto;aspect-ratio:1;padding:0;overflow:hidden;border:1px solid rgba(255,255,255,.16);border-radius:7px;background-color:#080c16;background-repeat:no-repeat;background-size:400% 200%;box-shadow:0 8px 20px rgba(0,0,0,.28)}
.product-tab strong,.product-tab em{min-width:0;min-height:1.35em;padding-block:1px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.35}
.product-tab strong{font-size:13px;font-weight:720;color:rgba(247,249,255,.9)}
.product-tab em{margin-top:2px;font-size:8px;letter-spacing:.02em;color:rgba(247,249,255,.62);opacity:1}
.product-tab:hover,.product-tab.is-active{padding-left:13px;border-color:rgba(255,255,255,.12)!important;background:rgba(255,255,255,.075);transform:translateY(-1px)}
.product-tab.is-active{box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--product-accent) 22%,transparent)}
.product-tab>i{width:16px;height:20px;justify-self:center;font-size:0!important;opacity:.34!important;background-image:radial-gradient(circle,currentColor 1px,transparent 1.6px);background-position:center;background-size:5px 5px;transform:none!important}
.product-tab:active{cursor:grabbing}
.product-tab.is-clone{cursor:pointer}
.product-tab.is-dragging{opacity:.28;transform:scale(.985)}
.product-tab::after{content:"";position:absolute;z-index:5;left:8px;right:8px;height:2px;border-radius:2px;background:linear-gradient(90deg,#51e5ff,#8ea0ff);box-shadow:0 0 10px rgba(81,229,255,.45);opacity:0;pointer-events:none}
.product-tab.is-drop-before::after{top:-3px;opacity:1}
.product-tab.is-drop-after::after{bottom:-3px;opacity:1}
.product-stage{min-height:0;height:100%}
.product-stage__top,.product-stage__bottom{font-size:9px;letter-spacing:.1em;color:rgba(247,249,255,.64)}
.product-stage__kicker{font-size:10px;letter-spacing:.11em}
.product-stage__content>p:last-child{color:rgba(247,249,255,.76)}
.product-stage__bottom strong{font-size:10px;letter-spacing:.04em;color:rgba(247,249,255,.9)}
.product-stage__content{transition:opacity .35s ease,transform .72s var(--ease-out)}
.product-stage.is-switching .product-stage__content{transform:translateY(18px)}
.product-stage__media{transition:opacity .35s ease,transform .78s var(--ease-out)}

.product-catalog{position:fixed;inset:0;z-index:240;width:100%;height:100%;max-width:none;max-height:none;margin:0;padding:24px;border:0;background:transparent;opacity:0;pointer-events:none;transition:opacity .32s ease,display .32s allow-discrete,overlay .32s allow-discrete}
.product-catalog:popover-open{display:grid;place-items:center;opacity:1;pointer-events:auto}
.product-catalog::backdrop{background:rgba(2,4,10,.82);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}
.product-catalog__panel{position:relative;width:min(1040px,100%);max-height:calc(100dvh - 48px);overflow:auto;padding:clamp(22px,3vw,36px);border:1px solid rgba(255,255,255,.14);border-radius:10px;background:linear-gradient(145deg,rgba(16,21,37,.98),rgba(6,9,18,.99));box-shadow:0 42px 120px rgba(0,0,0,.58);transform:translateY(20px) scale(.985);transition:transform .48s var(--ease-out);scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) transparent}
.product-catalog:popover-open .product-catalog__panel{transform:translateY(0) scale(1)}
.product-catalog__head{display:flex;align-items:flex-start;justify-content:space-between;gap:28px;padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,.11)}
.product-catalog__head>div{min-width:0}
.product-catalog__head span{display:block;margin-bottom:10px;font-size:9px;font-weight:800;line-height:1.2;letter-spacing:.12em;color:#7bd4ff}
.product-catalog__head h2{margin:0;font-size:clamp(28px,3vw,42px);line-height:1.05;letter-spacing:0;color:#f7f9ff}
.product-catalog__head p{margin:11px 0 0;font-size:12px;line-height:1.65;color:rgba(247,249,255,.7);word-break:keep-all}
.product-catalog__close{flex:0 0 40px;width:40px;height:40px;border:1px solid rgba(255,255,255,.14);border-radius:7px;background:rgba(255,255,255,.035);color:rgba(247,249,255,.72);font-size:25px;font-weight:300;line-height:1;transition:border-color .25s ease,background-color .25s ease,color .25s ease,transform .25s ease}
.product-catalog__close:hover{border-color:rgba(255,255,255,.3);background:rgba(255,255,255,.08);color:#fff;transform:rotate(4deg)}
.product-catalog__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:22px}
.product-catalog__item{position:relative;min-width:0;min-height:116px;display:grid;grid-template-columns:70px minmax(0,1fr) 18px;align-items:center;gap:13px;padding:14px;text-align:left;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:rgba(255,255,255,.025);color:rgba(247,249,255,.72);transition:transform .35s var(--ease-out),border-color .3s ease,background-color .3s ease,color .3s ease,box-shadow .3s ease}
.product-catalog__item:hover,.product-catalog__item.is-active{z-index:1;border-color:color-mix(in srgb,var(--product-accent) 52%,rgba(255,255,255,.2));background:rgba(255,255,255,.065);color:#fff;transform:translateY(-4px);box-shadow:0 18px 38px rgba(0,0,0,.28)}
.product-catalog__icon{width:70px;aspect-ratio:1;display:block;overflow:hidden;border:1px solid rgba(255,255,255,.14);border-radius:7px;background-color:#080c16;background-repeat:no-repeat;background-size:400% 200%;box-shadow:0 10px 24px rgba(0,0,0,.34)}
.product-catalog__item>span:nth-child(2){min-width:0;display:grid;gap:7px}
.product-catalog__item strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;line-height:1.25;letter-spacing:0}
.product-catalog__item em{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-style:normal;font-size:9px;line-height:1.35;letter-spacing:.01em;color:rgba(247,249,255,.66)}
.product-catalog__item>i{font-style:normal;font-size:14px;color:rgba(247,249,255,.28);transition:transform .3s ease,color .3s ease}
.product-catalog__item:hover>i,.product-catalog__item.is-active>i{color:var(--product-accent);transform:translate(2px,2px)}
body:has(#productCatalog:popover-open){overflow:hidden!important}

@starting-style{
  .product-catalog:popover-open{opacity:0}
  .product-catalog:popover-open .product-catalog__panel{transform:translateY(20px) scale(.985)}
}

.product-catalog__item[data-product="overmanager"] .product-catalog__icon{background-image:url("../assets/product-overmanager-selector-v2.png");background-position:center;background-size:cover}
.product-catalog__item[data-product="overview"] .product-catalog__icon{background-image:url("../assets/product-selector-atlas-v1.png");background-position:0 0}
.product-catalog__item[data-product="overdesk"] .product-catalog__icon{background-image:url("../assets/product-selector-atlas-v1.png");background-position:33.333% 0}
.product-catalog__item[data-product="overstudio"] .product-catalog__icon{background-image:url("../assets/product-selector-atlas-v1.png");background-position:66.667% 0}
.product-catalog__item[data-product="overprotect"] .product-catalog__icon{background-image:url("../assets/product-selector-atlas-v1.png");background-position:100% 0}
.product-catalog__item[data-product="overnet"] .product-catalog__icon{background-image:url("../assets/product-selector-atlas-v1.png");background-position:0 100%}
.product-catalog__item[data-product="overdev"] .product-catalog__icon{background-image:url("../assets/product-selector-atlas-v1.png");background-position:33.333% 100%}
.product-catalog__item[data-product="overmarket"] .product-catalog__icon{background-image:url("../assets/product-selector-atlas-v1.png");background-position:66.667% 100%}

@media(max-width:1050px){
  .product-explorer{height:auto}
  .product-rail-panel{border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}
  .product-rail{flex:none;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:68px;overflow:visible}
  .product-rail{-webkit-mask-image:none;mask-image:none}
  .product-cycle-toggle{display:none}
  .product-tab:last-child:nth-child(odd){grid-column:1/-1}
  .product-stage{height:auto;min-height:500px}
  .product-catalog__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:640px){
  .product-rail-head{flex-basis:58px;padding-inline:12px}
  .product-rail-head>div:first-child span{display:none}
  .product-catalog-button{height:32px;padding-inline:10px}
  .product-cycle-toggle{width:32px;height:32px}
  .product-rail{grid-auto-rows:64px;gap:3px;padding:6px}
  .product-tab{grid-template-columns:40px minmax(0,1fr);min-height:0;column-gap:9px;padding:6px}
  .product-tab:hover,.product-tab.is-active{padding-left:8px}
  .product-tab>span{width:40px;aspect-ratio:1}
  .product-tab strong{font-size:11px}
  .product-tab em{font-size:8px}
  .product-tab i{display:none}
  .product-stage{min-height:620px}
  .product-catalog{padding:12px}
  .product-catalog__panel{max-height:calc(100dvh - 24px);padding:18px 14px}
  .product-catalog__head{gap:16px;padding:2px 2px 18px}
  .product-catalog__head p{max-width:250px;font-size:11px}
  .product-catalog__grid{grid-template-columns:1fr;gap:7px;margin-top:14px}
  .product-catalog__item{min-height:72px;grid-template-columns:52px minmax(0,1fr) 18px;padding:9px 11px}
  .product-catalog__icon{width:52px}
}

@media(min-width:1051px) and (max-height:760px){
  .ecosystem{padding-top:70px;padding-bottom:54px}
  .product-explorer{height:402px;margin-top:28px}
  .product-rail-head{flex-basis:48px;padding-inline:10px}
  .product-rail-head>div:first-child span{display:none}
  .product-cycle-toggle,.product-catalog-button{height:30px}
  .product-cycle-toggle{width:30px}
  .product-rail{grid-auto-rows:47px;gap:2px;padding:5px}
  .product-tab{grid-template-columns:36px minmax(0,1fr) 22px;padding:3px 7px;column-gap:9px}
  .product-tab:hover,.product-tab.is-active{padding-left:9px}
  .product-tab>span{width:36px}
  .product-tab strong{font-size:12px}
  .product-tab em{margin-top:0;font-size:8px}
  .product-stage{min-height:402px;padding:22px 28px}
  .product-stage__mark{width:clamp(120px,14vw,190px)}
  .product-stage__content h3{margin-bottom:14px;font-size:clamp(48px,5vw,72px);line-height:1}
  .product-stage__content>p:last-child{font-size:13px;line-height:1.6}
  .product-stage__bottom{padding-top:14px}
  .product-catalog__panel{max-height:calc(100dvh - 24px);padding:18px 22px}
  .product-catalog__head{padding-bottom:15px}
  .product-catalog__grid{margin-top:14px}
  .product-catalog__item{min-height:88px;grid-template-columns:54px minmax(0,1fr) 16px;padding:9px}
  .product-catalog__icon{width:54px}
}

@media(prefers-reduced-motion:reduce){
  .product-catalog,.product-catalog__panel,.product-tab,.product-stage__content,.product-stage__media{transition-duration:.01ms!important}
}

/* One narrative voice across the home sections. */
.hero__line--offset>span{color:#a8b8ff}
.hero__headline em{color:inherit}
.statement__lead .word-reveal,
.statement__lead .word-reveal:nth-child(5n+2),
.statement__lead .word-reveal:nth-child(8n+5){color:rgba(247,249,255,.92)}
.statement__lead .word-reveal--accent,
.statement__lead .word-reveal--accent:nth-child(5n+2),
.statement__lead .word-reveal--accent:nth-child(8n+5){color:#a8b8ff}
.platform__title .word-reveal,
.platform__title .word-reveal:nth-child(5n+2),
.platform__title .word-reveal:nth-child(8n+5){color:#11182a}
.platform__title .word-reveal--accent,
.platform__title .word-reveal--accent:nth-child(5n+2),
.platform__title .word-reveal--accent:nth-child(8n+5){color:#6679e8}
.platform .section-index--dark{color:rgba(17,24,42,.56)}
.ecosystem__title,.platform__title,.flow__title{white-space:normal;text-wrap:balance}

/* Readability floor for navigation, metadata, and supporting copy. */
.header__center{font-size:10px}
.header__nav{font-size:12px}
.menu-button__label,.header__auth-label{font-size:11px}
.header__account a,.header__account button{font-size:10px}
.hero__eyebrow,.section-index{font-size:11px}
.hero__scroll{font-size:9px}
.menu-overlay__top,.menu-overlay__bottom{font-size:10px}
.menu-overlay__index{font-size:10px}
.menu-overlay__copy small{font-size:12px}
.menu-overlay__account a{font-size:12px}
.product-rail-head>div:first-child span{font-size:10px}
.product-rail-head>div:first-child strong{font-size:14px}
.product-catalog-button{font-size:11px}
.product-tab strong{font-size:14px}
.product-tab em{font-size:11px}
.product-stage__top,.product-stage__bottom{font-size:11px}
.product-stage__kicker,.product-stage__bottom strong{font-size:12px}
.product-stage__bottom a{font-size:11px}
.product-catalog__head span,.product-catalog__item em{font-size:11px}
.product-catalog__head p{font-size:13px}
.product-catalog__item strong{font-size:14px}
.platform-card__number,.flow-line article>span{font-size:10px}
.platform-card__tags span{font-size:11px}
.flow-line p{font-size:13px}
.architecture__number,.architecture__copy small{font-size:10px}
.architecture__copy p{font-size:12px}
.contact__top{font-size:10px}
.contact__cta strong{font-size:11px}
.footer{font-size:10px}

/* Product detail dialog */
body.product-detail-open{overflow:hidden!important}
.product-detail-dialog{--detail-accent:#8293ff;width:min(1120px,calc(100vw - 32px));height:min(780px,calc(100dvh - 32px));max-width:none;max-height:none;margin:auto;padding:0;overflow:hidden;border:1px solid rgba(255,255,255,.16);border-radius:10px;background:#080b14;color:#f7f9ff;box-shadow:0 48px 140px rgba(0,0,0,.66);opacity:0;transform:translateY(16px) scale(.985);transition:opacity .28s ease,transform .45s var(--ease-out),display .3s allow-discrete,overlay .3s allow-discrete}
.product-detail-dialog[open]{opacity:1;transform:none}
.product-detail-dialog::backdrop{background:rgba(2,4,10,.78);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}
.product-detail__shell{height:100%;min-width:0;display:grid;grid-template-columns:216px minmax(0,1fr)}
.product-detail__rail{min-width:0;display:flex;flex-direction:column;padding:24px 14px 18px;border-right:1px solid rgba(255,255,255,.1);background:#0b0e19}
.product-detail__brand{display:grid;gap:5px;padding:0 8px 20px;border-bottom:1px solid rgba(255,255,255,.1)}
.product-detail__brand span{font-size:10px;font-weight:800;line-height:1.2;letter-spacing:.12em;color:var(--detail-accent)}
.product-detail__brand strong{font-size:19px;line-height:1.2;letter-spacing:-.03em}
.product-detail__nav{display:grid;gap:4px;margin-top:12px}
.product-detail__nav-item{min-width:0;min-height:56px;display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:10px;padding:8px;text-align:left;border:1px solid transparent;border-radius:7px;background:transparent;color:rgba(247,249,255,.56);transition:background-color .25s ease,border-color .25s ease,color .25s ease,transform .35s var(--ease-out)}
.product-detail__nav-item:hover,.product-detail__nav-item.is-active{border-color:rgba(255,255,255,.11);background:rgba(255,255,255,.06);color:#fff;transform:translateX(3px)}
.product-detail__nav-item.is-active{box-shadow:inset 2px 0 0 var(--item-accent)}
.product-detail__nav-icon{width:38px;aspect-ratio:1;display:block;border:1px solid rgba(255,255,255,.14);border-radius:6px;background-color:#070a12;background-image:url("../assets/product-selector-atlas-v1.png");background-repeat:no-repeat;background-size:400% 200%;box-shadow:0 7px 18px rgba(0,0,0,.28)}
.product-detail__nav-item[data-detail-product="overmanager"] .product-detail__nav-icon{background-image:url("../assets/product-overmanager-selector-v2.png");background-position:center;background-size:cover}
.product-detail__nav-item[data-detail-product="overview"] .product-detail__nav-icon{background-position:0 0}
.product-detail__nav-item[data-detail-product="overdesk"] .product-detail__nav-icon{background-position:33.333% 0}
.product-detail__nav-item[data-detail-product="overstudio"] .product-detail__nav-icon{background-position:66.667% 0}
.product-detail__nav-item[data-detail-product="overprotect"] .product-detail__nav-icon{background-position:100% 0}
.product-detail__nav-item[data-detail-product="overnet"] .product-detail__nav-icon{background-position:0 100%}
.product-detail__nav-item[data-detail-product="overdev"] .product-detail__nav-icon{background-position:33.333% 100%}
.product-detail__nav-item[data-detail-product="overmarket"] .product-detail__nav-icon{background-position:66.667% 100%}
.product-detail__nav-item>span:last-child{min-width:0;display:grid;gap:3px}
.product-detail__nav-item strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;line-height:1.2;letter-spacing:0}
.product-detail__nav-item small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px;line-height:1.2;color:rgba(247,249,255,.48)}
.product-detail__rail-note{margin:auto 8px 0;padding-top:16px;border-top:1px solid rgba(255,255,255,.1);font-size:10px;line-height:1.65;color:rgba(247,249,255,.42);word-break:keep-all}
.product-detail__main{min-width:0;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.18) transparent;background:radial-gradient(circle at 88% 12%,color-mix(in srgb,var(--detail-accent) 13%,transparent),transparent 28%),#080b14}
.product-detail__top{position:sticky;top:0;z-index:4;min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px 30px;border-bottom:1px solid rgba(255,255,255,.09);background:rgba(8,11,20,.86);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.product-detail__badges{display:flex;flex-wrap:wrap;gap:7px}
.product-detail__badges span{min-height:27px;display:inline-flex;align-items:center;padding:0 9px;border:1px solid rgba(255,255,255,.12);border-radius:999px;font-size:10px;font-weight:700;line-height:1;letter-spacing:0;color:rgba(247,249,255,.7);background:rgba(255,255,255,.035)}
.product-detail__badges span:first-child{border-color:color-mix(in srgb,var(--detail-accent) 42%,rgba(255,255,255,.12));color:color-mix(in srgb,var(--detail-accent) 72%,white)}
.product-detail__close{flex:0 0 38px;width:38px;height:38px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.13);border-radius:7px;background:rgba(255,255,255,.035);color:rgba(247,249,255,.72);transition:background-color .25s ease,border-color .25s ease,color .25s ease,transform .3s var(--ease-out)}
.product-detail__close span{font-size:24px;font-weight:300;line-height:1;transform:translateY(-1px)}
.product-detail__close:hover{border-color:rgba(255,255,255,.28);background:rgba(255,255,255,.08);color:#fff;transform:rotate(4deg)}
.product-detail__hero{display:grid;grid-template-columns:1fr;gap:28px;padding:34px 30px 32px;border-bottom:1px solid rgba(255,255,255,.1)}
.product-detail__copy{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(290px,.82fr);column-gap:clamp(30px,5vw,66px);align-items:start}
.product-detail__audience{grid-column:1/-1;margin:0 0 18px;font-size:11px;font-weight:750;line-height:1.5;color:var(--detail-accent);word-break:keep-all}
.product-detail__copy h2{position:relative;z-index:1;grid-column:1;grid-row:2/4;width:max-content;max-width:100%;display:flex;align-items:baseline;margin:0;font-family:"Arial Black",Arial,sans-serif;font-size:clamp(42px,5vw,66px);font-weight:900;line-height:.95;letter-spacing:-.055em;white-space:nowrap}
.product-detail__copy h2 span,.product-detail__copy h2 strong{font:inherit;letter-spacing:inherit}
.product-detail__copy h2 span{color:var(--detail-accent)}
.product-detail__copy>strong{grid-column:2;display:block;max-width:560px;font-size:clamp(18px,1.65vw,23px);font-weight:750;line-height:1.38;letter-spacing:-.035em;word-break:keep-all}
.product-detail__copy>p:last-child{grid-column:2;max-width:620px;margin:12px 0 0;font-size:12px;line-height:1.7;color:rgba(247,249,255,.63);word-break:keep-all}
.product-detail__visual{--showcase-image:none;position:relative;min-width:0;width:100%;aspect-ratio:2.18;margin:0;overflow:hidden;border:1px solid rgba(255,255,255,.13);border-radius:8px;background:radial-gradient(circle at 50% 40%,color-mix(in srgb,var(--detail-accent) 13%,transparent),transparent 42%),#050711;box-shadow:0 24px 58px rgba(0,0,0,.34);isolation:isolate}
.product-detail__visual::before{content:"";position:absolute;inset:0;z-index:-1;background-image:linear-gradient(90deg,rgba(5,7,17,.82),rgba(5,7,17,.18),rgba(5,7,17,.72)),var(--showcase-image);background-position:center;background-size:cover;opacity:.34}
.product-detail__visual::after{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;background:linear-gradient(180deg,rgba(3,5,12,.16),transparent 42%,rgba(3,5,12,.7))}
.product-detail__visual img{position:relative;z-index:1;width:100%;height:100%;display:block;object-fit:cover;transition:transform .8s var(--ease-out),filter .45s ease}
.product-detail__visual img[hidden],.product-detail__live-console[hidden]{display:none}
.product-detail__visual[data-fit="contain"] img{object-fit:contain}
.product-detail__visual:hover img{transform:scale(1.025);filter:saturate(1.08)}
.product-detail__live-console{position:absolute;z-index:3;inset:54px 14px 58px;min-width:0;display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden;border:1px solid rgba(255,255,255,.14);border-radius:7px;background:rgba(7,10,19,.9);box-shadow:0 18px 46px rgba(0,0,0,.38)}
.product-detail__console-head,.product-detail__console-tools{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 10px;border-bottom:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.025)}
.product-detail__console-head>span{display:flex;align-items:center;gap:7px;font-size:8px;font-weight:800;line-height:1;letter-spacing:0;color:rgba(247,249,255,.58)}
.product-detail__console-head i{width:6px;height:6px;border-radius:50%;background:#65e6ad;box-shadow:0 0 12px rgba(101,230,173,.8)}
.product-detail__console-head>strong{font-size:9px;line-height:1;color:rgba(247,249,255,.7)}
.product-detail__console-head em{margin-left:7px;font-style:normal;color:#65e6ad}
.product-detail__console-grid{min-height:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;padding:6px}
.product-detail__console-grid article{min-width:0;display:grid;grid-template-rows:minmax(45px,1fr) auto;gap:7px;padding:6px;border:1px solid rgba(255,255,255,.1);border-radius:5px;background:#090d18}
.product-detail__device-screen{position:relative;min-height:0;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:3px;background:linear-gradient(90deg,rgba(130,147,255,.1) 0 23%,transparent 23%),repeating-linear-gradient(0deg,transparent 0 15px,rgba(255,255,255,.035) 15px 16px),linear-gradient(135deg,#11182a,#080b14)}
.product-detail__device-screen::before{content:"";position:absolute;inset:8px 8px auto 30%;height:38%;border:1px solid rgba(130,147,255,.24);background:rgba(130,147,255,.055);box-shadow:0 12px 0 -6px rgba(255,255,255,.06)}
.product-detail__device-screen::after{content:"";position:absolute;inset:0 0 auto;height:1px;background:linear-gradient(90deg,transparent,var(--detail-accent),transparent);opacity:.6;animation:product-detail-scan 4.8s ease-in-out infinite}
.product-detail__console-grid article:nth-child(2) .product-detail__device-screen::after{animation-delay:-1.6s}
.product-detail__console-grid article:nth-child(3) .product-detail__device-screen::after{animation-delay:-3.2s}
.product-detail__console-grid article[data-state="check"] .product-detail__device-screen{filter:saturate(.55)}
.product-detail__console-grid article[data-state="check"] .product-detail__device-screen::after{display:none}
.product-detail__device-screen span,.product-detail__device-screen b{position:absolute;z-index:1;bottom:6px;font-size:7px;line-height:1;color:rgba(247,249,255,.48)}
.product-detail__device-screen span{left:6px}
.product-detail__device-screen b{right:6px;color:var(--detail-accent)}
.product-detail__console-grid p{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:6px;margin:0}
.product-detail__console-grid p strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px;line-height:1.2;color:rgba(247,249,255,.82)}
.product-detail__console-grid p span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:7px;line-height:1.2;color:#65e6ad}
.product-detail__console-grid article[data-state="check"] p span{color:#f6ae6b}
.product-detail__console-tools{justify-content:flex-start;border-top:1px solid rgba(255,255,255,.09);border-bottom:0;padding-block:7px}
.product-detail__console-tools span,.product-detail__console-tools strong{padding-right:10px;border-right:1px solid rgba(255,255,255,.09);font-size:7px;font-weight:700;line-height:1;color:rgba(247,249,255,.5)}
.product-detail__console-tools strong{margin-left:auto;padding-right:0;border-right:0;color:var(--detail-accent)}
@keyframes product-detail-scan{0%{transform:translateY(8px);opacity:0}16%,72%{opacity:.65}88%,100%{transform:translateY(74px);opacity:0}}
.product-detail__visual figcaption{position:absolute;z-index:4;inset:14px 14px auto;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:8px 10px;border:1px solid rgba(255,255,255,.11);border-radius:6px;background:rgba(5,7,17,.65);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
.product-detail__visual figcaption span{font-size:9px;font-weight:800;line-height:1.2;letter-spacing:.1em;color:var(--detail-accent)}
.product-detail__visual figcaption strong{font-size:10px;line-height:1.3;text-align:right;color:rgba(247,249,255,.76)}
.product-detail__visual-signals{position:absolute;z-index:4;inset:auto 0 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));background:rgba(5,7,17,.8);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}
.product-detail__visual-signals article{position:relative;min-width:0;display:grid;grid-template-columns:auto 1fr;column-gap:10px;align-items:center;padding:12px 15px;border-left:1px solid rgba(255,255,255,.11);opacity:.52;animation:product-detail-signal 7.5s ease-in-out infinite}
.product-detail__visual-signals article:first-child{border-left:0}
.product-detail__visual-signals article:nth-child(2){animation-delay:-5s}
.product-detail__visual-signals article:nth-child(3){animation-delay:-2.5s}
.product-detail__visual-signals article>span{grid-row:1/3;font-size:8px;font-weight:850;line-height:1;letter-spacing:.08em;color:var(--detail-accent)}
.product-detail__visual-signals strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:1.3}
.product-detail__visual-signals small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px;line-height:1.3;color:rgba(247,249,255,.48)}
@keyframes product-detail-signal{0%,23%,100%{opacity:.52;background:transparent}7%,16%{opacity:1;background:color-mix(in srgb,var(--detail-accent) 9%,transparent)}}
.product-detail__modes{position:sticky;top:64px;z-index:3;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));padding:0 30px;border-bottom:1px solid rgba(255,255,255,.1);background:rgba(8,11,20,.92);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.product-detail__modes button{position:relative;min-width:0;display:flex;align-items:center;gap:10px;padding:15px 2px;border:0;background:transparent;color:rgba(247,249,255,.4);font-size:11px;font-weight:750;line-height:1.2;text-align:left;transition:color .25s ease,background-color .25s ease}
.product-detail__modes button::after{content:"";position:absolute;inset:auto 0 -1px;height:2px;background:var(--detail-accent);transform:scaleX(0);transform-origin:left;transition:transform .35s var(--ease-out)}
.product-detail__modes button span{font-size:8px;font-weight:800;line-height:1;color:rgba(247,249,255,.26)}
.product-detail__modes button:hover,.product-detail__modes button.is-active{color:#fff}
.product-detail__modes button.is-active::after{transform:scaleX(1)}
.product-detail__modes button.is-active span{color:var(--detail-accent)}
.product-detail__modes button:focus-visible{outline:0;box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--detail-accent) 46%,transparent)}
.product-detail__panel[hidden]{display:none}
.product-detail__panel.is-active{animation:product-detail-panel-in .4s var(--ease-out)}
@keyframes product-detail-panel-in{from{opacity:0;transform:translateX(10px)}to{opacity:1;transform:none}}
.product-detail__section{display:grid;grid-template-columns:140px minmax(0,1fr);gap:28px;padding:28px 30px;border-bottom:1px solid rgba(255,255,255,.1)}
.product-detail__section-head span{display:block;margin-bottom:8px;font-size:9px;font-weight:800;line-height:1.2;letter-spacing:.12em;color:var(--detail-accent)}
.product-detail__section-head h3{margin:0;font-size:18px;line-height:1.25;letter-spacing:-.03em}
.product-detail__features{min-width:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid rgba(255,255,255,.12)}
.product-detail__features article{min-width:0;padding:16px 18px 18px;border-left:1px solid rgba(255,255,255,.1)}
.product-detail__features article:nth-child(3n+1){border-left:0;padding-left:0}
.product-detail__features article:nth-child(n+4){padding-top:20px;border-top:1px solid rgba(255,255,255,.1)}
.product-detail__features article>span{display:block;margin-bottom:16px;font-size:9px;font-weight:800;line-height:1;color:var(--detail-accent)}
.product-detail__features h4{margin:0 0 8px;font-size:14px;line-height:1.35;letter-spacing:-.02em}
.product-detail__features p{margin:0;font-size:11px;line-height:1.65;color:rgba(247,249,255,.53);word-break:keep-all}
.product-detail__section--flow{padding-top:25px;padding-bottom:25px}
.product-detail__steps{min-width:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0;padding:0;list-style:none;counter-reset:none}
.product-detail__steps li{min-width:0;display:grid;grid-template-columns:28px minmax(0,1fr);gap:10px;padding:13px;border:1px solid rgba(255,255,255,.1);border-radius:7px;background:rgba(255,255,255,.025)}
.product-detail__steps li>span{font-size:9px;font-weight:800;line-height:1.45;color:var(--detail-accent)}
.product-detail__steps strong{display:block;font-size:12px;line-height:1.4}
.product-detail__steps p{margin:5px 0 0;font-size:10px;line-height:1.55;color:rgba(247,249,255,.5);word-break:keep-all}
.product-detail__section--cases{padding-top:25px;padding-bottom:25px}
.product-detail__cases{min-width:0;border-top:1px solid rgba(255,255,255,.12)}
.product-detail__cases article{min-width:0;display:grid;grid-template-columns:110px minmax(0,1fr);gap:20px;align-items:start;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.09)}
.product-detail__cases article:last-child{border-bottom:0;padding-bottom:0}
.product-detail__cases article>span{width:max-content;max-width:100%;padding:5px 8px;border:1px solid color-mix(in srgb,var(--detail-accent) 38%,rgba(255,255,255,.1));border-radius:999px;font-size:9px;font-weight:800;line-height:1.2;color:var(--detail-accent)}
.product-detail__cases h4{margin:0 0 5px;font-size:13px;line-height:1.4;letter-spacing:-.02em}
.product-detail__cases p{margin:0;font-size:11px;line-height:1.65;color:rgba(247,249,255,.52);word-break:keep-all}
.product-detail__positioning{display:grid;grid-template-columns:minmax(220px,.75fr) minmax(0,1.55fr);gap:34px;padding:30px;border-bottom:1px solid rgba(255,255,255,.1);background:color-mix(in srgb,var(--detail-accent) 6%,rgba(255,255,255,.018))}
.product-detail__positioning-copy>span{display:block;margin-bottom:9px;font-size:9px;font-weight:800;line-height:1.2;letter-spacing:.12em;color:var(--detail-accent)}
.product-detail__positioning-copy h3{margin:0;font-size:20px;line-height:1.25;letter-spacing:-.035em}
.product-detail__positioning-copy p{max-width:390px;margin:13px 0 0;font-size:11px;line-height:1.7;color:rgba(247,249,255,.55);word-break:keep-all}
.product-detail__connections{display:flex;flex-wrap:wrap;gap:6px;margin-top:18px}
.product-detail__connections span{padding:6px 8px;border:1px solid rgba(255,255,255,.11);border-radius:6px;font-size:9px;font-weight:700;line-height:1;color:rgba(247,249,255,.66);background:rgba(5,7,17,.24)}
.product-detail__strengths{min-width:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid rgba(255,255,255,.12)}
.product-detail__strengths article{min-width:0;padding:16px;border-left:1px solid rgba(255,255,255,.1)}
.product-detail__strengths article:first-child{border-left:0;padding-left:0}
.product-detail__strengths article>span{display:block;margin-bottom:20px;font-size:9px;font-weight:800;line-height:1;color:var(--detail-accent)}
.product-detail__strengths h4{margin:0 0 8px;font-size:13px;line-height:1.4;letter-spacing:-.02em}
.product-detail__strengths p{margin:0;font-size:10px;line-height:1.65;color:rgba(247,249,255,.5);word-break:keep-all}
.product-detail__fact-section{display:grid;grid-template-columns:140px minmax(0,1fr);gap:28px;padding:27px 30px;border-bottom:1px solid rgba(255,255,255,.1)}
.product-detail__footer{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:20px;padding:22px 30px 28px}
.product-detail__action-note{min-width:0;display:grid;gap:5px}
.product-detail__action-note small{font-size:8px;font-weight:800;line-height:1.2;letter-spacing:0;color:var(--detail-accent)}
.product-detail__action-note strong{font-size:11px;line-height:1.5;color:rgba(247,249,255,.62)}
.product-detail__facts{min-width:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:0;border-block:1px solid rgba(255,255,255,.1)}
.product-detail__facts div{min-width:0;padding:12px 13px;border-left:1px solid rgba(255,255,255,.1)}
.product-detail__facts div:first-child{border-left:0;padding-left:0}
.product-detail__facts dt{margin-bottom:5px;font-size:9px;line-height:1.3;color:rgba(247,249,255,.4)}
.product-detail__facts dd{margin:0;overflow:hidden;text-overflow:ellipsis;font-size:11px;font-weight:700;line-height:1.4;color:rgba(247,249,255,.82);word-break:keep-all}
.product-detail__cta{min-width:190px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 18px;border:1px solid color-mix(in srgb,var(--detail-accent) 55%,rgba(255,255,255,.2));border-radius:7px;background:color-mix(in srgb,var(--detail-accent) 12%,transparent);color:#fff;transition:background-color .25s ease,color .25s ease,transform .35s var(--ease-out)}
.product-detail__cta span{font-size:12px;font-weight:800;line-height:1.3;white-space:nowrap}
.product-detail__cta i{font-style:normal;font-size:16px;transition:transform .3s ease}
.product-detail__cta:hover{background:var(--detail-accent);color:#050711;transform:translateY(-2px)}
.product-detail__cta:hover i{transform:translate(3px,-3px)}

@starting-style{
  .product-detail-dialog[open]{opacity:0;transform:translateY(16px) scale(.985)}
}

@media(max-width:940px){
  .product-detail__shell{grid-template-columns:184px minmax(0,1fr)}
  .product-detail__rail{padding-inline:10px}
  .product-detail__hero{padding-top:26px}
  .product-detail__copy{grid-template-columns:1fr}
  .product-detail__copy h2,.product-detail__copy>strong,.product-detail__copy>p:last-child{grid-column:1;grid-row:auto}
  .product-detail__copy>strong{margin-top:19px}
  .product-detail__visual{aspect-ratio:1.72}
  .product-detail__section{grid-template-columns:1fr;gap:18px}
  .product-detail__positioning{grid-template-columns:1fr}
  .product-detail__fact-section{grid-template-columns:1fr;gap:18px}
  .product-detail__footer{grid-template-columns:1fr}
  .product-detail__cta{min-height:54px}
}

@media(max-width:720px){
  .product-detail-dialog{width:calc(100vw - 16px);height:calc(100dvh - 16px);border-radius:8px}
  .product-detail__shell{grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr)}
  .product-detail__rail{display:block;padding:8px;border-right:0;border-bottom:1px solid rgba(255,255,255,.1);overflow:hidden}
  .product-detail__brand,.product-detail__rail-note{display:none}
  .product-detail__nav{display:flex;gap:5px;margin:0;overflow-x:auto;scrollbar-width:none;overscroll-behavior-x:contain}
  .product-detail__nav::-webkit-scrollbar{display:none}
  .product-detail__nav-item{flex:0 0 128px;min-height:48px;grid-template-columns:32px minmax(0,1fr);gap:8px;padding:6px}
  .product-detail__nav-item:hover,.product-detail__nav-item.is-active{transform:none}
  .product-detail__nav-icon{width:32px}
  .product-detail__nav-item strong{font-size:11px}
  .product-detail__nav-item small{font-size:9px}
  .product-detail__top{min-height:56px;padding:8px 14px}
  .product-detail__badges span{min-height:25px;font-size:9px}
  .product-detail__close{width:36px;height:36px;flex-basis:36px}
  .product-detail__hero{gap:24px;padding:24px 16px}
  .product-detail__audience{margin-bottom:14px;font-size:10px}
  .product-detail__copy h2{font-size:clamp(36px,11.2vw,50px)}
  .product-detail-dialog:is([data-product-key="overstudio"],[data-product-key="overprotect"],[data-product-key="overmarket"]) .product-detail__copy h2{font-size:clamp(34px,10.2vw,45px)}
  .product-detail__copy>strong{margin-top:18px;font-size:19px}
  .product-detail__copy>p:last-child{font-size:12px;line-height:1.7}
  .product-detail__visual{aspect-ratio:1.18}
  .product-detail__live-console{inset:48px 9px 52px}
  .product-detail__console-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;padding:4px}
  .product-detail__console-grid article{grid-template-rows:minmax(28px,1fr) auto;gap:4px;padding:4px}
  .product-detail__device-screen::before{inset:5px 5px auto 28%;height:34%}
  .product-detail__device-screen span,.product-detail__device-screen b{bottom:4px;font-size:6px}
  .product-detail__device-screen span{left:4px}
  .product-detail__device-screen b{right:4px}
  .product-detail__console-grid p strong{font-size:8px}
  .product-detail__console-grid p span{font-size:6px}
  .product-detail__console-head,.product-detail__console-tools{padding:6px}
  .product-detail__console-tools span:nth-child(3){display:none}
  .product-detail__visual figcaption{inset:10px 10px auto;padding:7px 8px}
  .product-detail__visual figcaption strong{display:none}
  .product-detail__visual-signals article{grid-template-columns:1fr;gap:4px;padding:10px 8px}
  .product-detail__visual-signals article>span{grid-row:auto;font-size:7px}
  .product-detail__visual-signals strong{font-size:10px}
  .product-detail__visual-signals small{display:none}
  .product-detail__modes{top:56px;padding:0 16px}
  .product-detail__modes button{justify-content:center;gap:6px;padding:13px 2px;font-size:10px}
  .product-detail__section{padding:24px 16px}
  .product-detail__features,.product-detail__steps{grid-template-columns:1fr}
  .product-detail__features article,.product-detail__features article:nth-child(3n+1),.product-detail__features article:nth-child(n+4){padding:14px 0;border-left:0;border-top:0;border-bottom:1px solid rgba(255,255,255,.09)}
  .product-detail__features article:last-child{border-bottom:0}
  .product-detail__features article>span{margin-bottom:9px}
  .product-detail__cases article{grid-template-columns:1fr;gap:9px}
  .product-detail__positioning{gap:24px;padding:24px 16px}
  .product-detail__fact-section{gap:16px;padding:24px 16px}
  .product-detail__strengths{grid-template-columns:1fr}
  .product-detail__strengths article,.product-detail__strengths article:first-child{padding:14px 0;border-left:0;border-bottom:1px solid rgba(255,255,255,.09)}
  .product-detail__strengths article:last-child{border-bottom:0}
  .product-detail__strengths article>span{margin-bottom:8px}
  .product-detail__footer{gap:16px;padding:22px 16px 24px}
  .product-detail__facts{grid-template-columns:repeat(2,minmax(0,1fr))}
  .product-detail__facts div,.product-detail__facts div:first-child{padding:11px;border-left:0;border-bottom:1px solid rgba(255,255,255,.08)}
  .product-detail__facts div:nth-child(even){border-left:1px solid rgba(255,255,255,.08)}
  .product-detail__facts div:nth-last-child(-n+2){border-bottom:0}
  .product-detail__cta{min-width:0;min-height:52px}
}

@media(prefers-reduced-motion:reduce){
  .product-detail-dialog,.product-detail__nav-item,.product-detail__visual img,.product-detail__cta{transition-duration:.01ms!important}
  .product-detail__device-screen::after,.product-detail__panel.is-active{animation:none!important}
}

/* Hero product suite */
.hero__suite{width:min(820px,calc(100vw - (var(--pad) * 2)));display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:clamp(18px,2.8vh,30px);overflow:hidden;border:1px solid rgba(255,255,255,.15);border-radius:8px;background:rgba(7,10,20,.7);box-shadow:0 18px 52px rgba(0,0,0,.26);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}
.hero__suite a{position:relative;min-width:0;min-height:68px;display:grid;grid-template-columns:42px minmax(0,1fr) 22px;align-items:center;gap:11px;padding:8px 10px;border-right:1px solid rgba(255,255,255,.1);color:rgba(247,249,255,.72);transition:background-color .25s ease,color .25s ease}
.hero__suite a:last-child{border-right:0}
.hero__suite a::after{content:"";position:absolute;inset:auto 0 0;height:2px;background:var(--suite-accent);transform:scaleX(0);transform-origin:left;transition:transform .35s var(--ease-out)}
.hero__suite a:hover,.hero__suite a:focus-visible{background:rgba(255,255,255,.065);color:#fff}
.hero__suite a:hover::after,.hero__suite a:focus-visible::after{transform:scaleX(1)}
.hero__suite a:nth-child(1){--suite-accent:#8293ff}.hero__suite a:nth-child(2){--suite-accent:#b8ff72}.hero__suite a:nth-child(3){--suite-accent:#c18cff}
.hero__suite-icon{width:42px;aspect-ratio:1;display:block;border:1px solid rgba(255,255,255,.14);border-radius:7px;background-color:#070a12;background-image:url("../assets/product-selector-atlas-v1.png");background-repeat:no-repeat;background-size:400% 200%;box-shadow:0 8px 20px rgba(0,0,0,.28);transition:transform .35s var(--ease-out),border-color .25s ease}
.hero__suite-icon--remote{background-position:0 0}.hero__suite-icon--automation{background-position:66.667% 0}.hero__suite-icon--security{background-position:100% 0}
.hero__suite a:hover .hero__suite-icon,.hero__suite a:focus-visible .hero__suite-icon{border-color:var(--suite-accent);transform:translateY(-2px)}
.hero__suite-copy{min-width:0;display:grid;gap:4px}
.hero__suite-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:750;line-height:1.2;letter-spacing:0}
.hero__suite-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px;font-weight:550;line-height:1.2;letter-spacing:0;color:rgba(247,249,255,.44)}
.hero__suite a>i{font-size:14px;font-style:normal;color:var(--suite-accent);transition:transform .3s var(--ease-out)}
.hero__suite a:hover>i,.hero__suite a:focus-visible>i{transform:translate(2px,2px)}
.product-detail__visual[hidden]{display:none}

@media(max-width:900px){
  .hero__suite{width:min(620px,100%)}
}

@media(max-width:640px){
  .hero__suite{width:100%;margin-top:16px}
  .hero__suite a{min-height:56px;grid-template-columns:30px minmax(0,1fr);gap:7px;padding:7px}
  .hero__suite-icon{width:30px;border-radius:6px}
  .hero__suite-copy{gap:0}
  .hero__suite-copy strong{font-size:10px}
  .hero__suite-copy small,.hero__suite a>i{display:none}
}

@media(min-width:2560px) and (min-height:1200px){
  :root{--pad:64px;--header-h:96px}
  .brand{font-size:16px}.brand__mark{width:42px;height:42px}
  .header__center,.header__account a,.header__account button{font-size:12px}
  .header__nav{font-size:14px}
  .hero__headline-wrap{gap:18px}
  .hero__eyebrow{font-size:13px}
  .hero__headline{width:min(1360px,100%);font-size:144px}
  .hero__suite{width:1120px;margin-top:34px}
  .hero__suite a{min-height:86px;grid-template-columns:54px minmax(0,1fr) 26px;gap:14px;padding:11px 14px}
  .hero__suite-icon{width:54px}
  .hero__suite-copy strong{font-size:15px}.hero__suite-copy small{font-size:12px}
  .hero__suite a>i{font-size:18px}
  .hero__foot>.round-link{width:220px;height:64px;min-height:64px}
}

/* Compact hero actions */
.hero__foot{display:flex;justify-content:flex-end}
.hero__actions{display:flex;align-items:center;gap:10px;margin-right:76px;margin-left:auto}
.hero__actions .round-link{width:168px;height:64px;min-height:64px;margin:0;border-color:rgba(255,255,255,.18);background:rgba(7,10,20,.72);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}
.hero__actions .round-link .magnetic__inner{grid-template-columns:minmax(0,1fr) 36px;padding:0 9px 0 16px}
.hero__actions .round-link i{width:36px;height:36px}
.hero-launcher-cta{display:block;width:336px;height:68px;color:#f7f9ff;border-radius:8px;transition:transform .28s var(--ease-out)}
.hero-launcher-cta__surface{position:relative;width:100%;height:100%;display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:13px;padding:8px 9px 8px 10px;overflow:hidden;border:1px solid rgba(213,220,255,.2);border-radius:8px;background:rgba(7,10,19,.88);box-shadow:0 18px 44px rgba(0,0,0,.32);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);transition:border-color .28s ease,background-color .28s ease,box-shadow .28s ease}
.hero-launcher-cta__surface::before{content:"";position:absolute;right:0;bottom:0;left:0;height:2px;background:linear-gradient(90deg,#91a5ff,#79dde4);transform:scaleX(.18);transform-origin:left;transition:transform .45s var(--ease-out)}
.hero-launcher-cta__mark{position:relative;width:44px;height:44px;display:grid;place-items:center;border:1px solid rgba(213,220,255,.14);border-radius:7px;background:#101522}
.hero-launcher-cta__mark::after{content:"";position:absolute;right:4px;bottom:4px;width:5px;height:5px;border:2px solid #101522;border-radius:50%;background:#7de1c1}
.hero-launcher-cta__mark img{display:block;width:29px;height:29px;object-fit:contain;filter:drop-shadow(0 5px 10px rgba(0,0,0,.34))}
.hero-launcher-cta__copy{min-width:0;display:grid;gap:5px;text-align:left}
.hero-launcher-cta__copy strong,.hero-launcher-cta__copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.hero-launcher-cta__copy strong{font-size:14px;line-height:1;font-weight:800;letter-spacing:0}
.hero-launcher-cta__copy small{display:flex;gap:7px;color:rgba(231,235,247,.62);font-size:9px;line-height:1;font-weight:650}
.hero-launcher-cta__copy small span{color:rgba(231,235,247,.38)}
.hero-launcher-cta__action{min-width:88px;height:42px;display:flex;align-items:center;justify-content:center;gap:9px;padding:0 12px;border:1px solid rgba(213,220,255,.16);border-radius:6px;background:rgba(213,220,255,.07);color:#edf0ff;font-size:10px;font-weight:850;transition:border-color .28s ease,background-color .28s ease,color .28s ease}
.hero-launcher-cta__action svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2;transition:transform .28s var(--ease-out)}
.hero-launcher-cta:hover,.hero-launcher-cta:focus-visible{transform:translateY(-2px);outline:none}
.hero-launcher-cta:hover .hero-launcher-cta__surface,.hero-launcher-cta:focus-visible .hero-launcher-cta__surface{border-color:rgba(145,165,255,.58);background:rgba(10,14,25,.96);box-shadow:0 22px 52px rgba(0,0,0,.38)}
.hero-launcher-cta:hover .hero-launcher-cta__surface::before,.hero-launcher-cta:focus-visible .hero-launcher-cta__surface::before{transform:scaleX(1)}
.hero-launcher-cta:hover .hero-launcher-cta__action,.hero-launcher-cta:focus-visible .hero-launcher-cta__action{border-color:#dbe1ff;background:#dbe1ff;color:#080b14}
.hero-launcher-cta:hover .hero-launcher-cta__action svg,.hero-launcher-cta:focus-visible .hero-launcher-cta__action svg{transform:translateY(2px)}
.hero-launcher-cta:active{transform:translateY(0) scale(.99)}

@media(max-width:640px){
  .hero__foot{right:18px;bottom:82px;left:18px}
  .hero__actions{width:100%;display:grid;grid-template-columns:minmax(94px,.55fr) minmax(0,1.45fr);gap:8px;margin-right:0}
  .hero__actions .round-link,.hero-launcher-cta{width:100%;min-width:0;height:62px;min-height:62px}
  .hero__actions .round-link .magnetic__inner{grid-template-columns:minmax(0,1fr);padding:0 10px}
  .hero__actions .round-link i{display:none}
  .hero-launcher-cta__surface{grid-template-columns:36px minmax(0,1fr) 34px;gap:8px;padding:7px}
  .hero-launcher-cta__mark{width:36px;height:36px}
  .hero-launcher-cta__mark img{width:24px;height:24px}
  .hero-launcher-cta__copy strong{font-size:11px}
  .hero-launcher-cta__copy small{display:block;font-size:8px}
  .hero-launcher-cta__copy small span{display:none}
  .hero-launcher-cta__action{min-width:34px;width:34px;height:34px;padding:0}
  .hero-launcher-cta__action span{display:none}
}

@media(max-width:360px){
  .hero__actions{grid-template-columns:1fr}
  .hero__actions .round-link{display:none}
}

@media(min-width:2560px) and (min-height:1200px){
  .hero__actions .round-link{width:200px;height:70px;min-height:70px}
  .hero-launcher-cta{width:370px;height:74px}
  .hero-launcher-cta__copy>strong{font-size:16px}
  .hero-launcher-cta__copy>small{font-size:10px}
}

@media(min-width:1680px){
  .hero__actions{margin-right:0}
}

/* Unified platform control */
.platform::before{display:none}
.platform-console{position:relative;z-index:2;margin-top:clamp(30px,2.5vw,36px);overflow:hidden;border:1px solid rgba(15,24,49,.22);border-radius:8px;background:#080b14;color:#f7f9ff;box-shadow:0 28px 80px rgba(23,33,68,.18)}
.platform-console__bar{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 18px;border-bottom:1px solid rgba(255,255,255,.1);background:#0b0f1b}
.platform-console__brand,.platform-console__ready{display:flex;align-items:center;gap:9px}
.platform-console__brand>i{width:8px;height:8px;border:2px solid #91a1ff;border-radius:50%;box-shadow:0 0 0 3px rgba(145,161,255,.1)}
.platform-console__brand strong{font-size:10px;line-height:1;letter-spacing:.08em}
.platform-console__brand span{padding-left:9px;border-left:1px solid rgba(255,255,255,.12);font-size:10px;line-height:1.2;color:rgba(247,249,255,.44)}
.platform-console__ready{font-size:9px;font-weight:700;color:rgba(247,249,255,.52)}
.platform-console__ready i,.platform-console__stage-head strong i{width:6px;height:6px;border-radius:50%;background:#79ddb0;box-shadow:0 0 12px rgba(121,221,176,.48)}
.platform-console__body{display:grid;grid-template-columns:minmax(240px,290px) minmax(0,1fr);min-height:370px}
.platform-console__rail{display:grid;grid-template-rows:repeat(3,1fr);padding:8px;border-right:1px solid rgba(255,255,255,.1);background:#0a0d17}
.platform-mode{position:relative;min-width:0;display:grid;grid-template-columns:46px minmax(0,1fr) 18px;align-items:center;gap:13px;padding:15px 12px;text-align:left;border:1px solid transparent;border-radius:6px;background:transparent;color:rgba(247,249,255,.56);transition:background-color .25s ease,border-color .25s ease,color .25s ease,transform .35s var(--ease-out)}
.platform-mode+.platform-mode{border-top-color:rgba(255,255,255,.07)}
.platform-mode:hover,.platform-mode.is-active{z-index:1;border-color:rgba(145,161,255,.2);background:linear-gradient(125deg,rgba(145,161,255,.13),rgba(81,229,255,.035));color:#fff;transform:translateX(3px)}
.platform-mode:focus-visible{outline:2px solid #91a1ff;outline-offset:-2px}
.platform-mode__icon{width:46px;aspect-ratio:1;display:grid;place-items:center;border:1px solid rgba(255,255,255,.12);border-radius:6px;background:#0d1220;color:#91a1ff;box-shadow:inset 0 1px rgba(255,255,255,.06)}
.platform-mode__icon svg{width:20px;height:20px}
.platform-mode__copy{min-width:0;display:grid;gap:4px}
.platform-mode__copy small{font-size:8px;font-weight:800;line-height:1.15;letter-spacing:.08em;color:rgba(145,161,255,.72)}
.platform-mode__copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:1.2;letter-spacing:-.02em}
.platform-mode__copy em{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-style:normal;line-height:1.3;color:rgba(247,249,255,.4)}
.platform-mode__arrow{font-size:14px;font-style:normal;color:rgba(247,249,255,.24);transition:color .25s ease,transform .3s var(--ease-out)}
.platform-mode.is-active .platform-mode__arrow{color:#91a1ff;transform:translate(2px,-2px)}
.platform-console__stage{min-width:0;display:grid;grid-template-rows:auto minmax(0,1fr);background:linear-gradient(145deg,#0c1120,#080b14 70%)}
.platform-console__stage-head{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 24px;border-bottom:1px solid rgba(255,255,255,.09);color:rgba(247,249,255,.37)}
.platform-console__stage-head>span{font-size:8px;font-weight:800;line-height:1;letter-spacing:.1em}
.platform-console__stage-head strong{display:flex;align-items:center;gap:8px;font-size:9px;font-weight:650;line-height:1.2;color:rgba(247,249,255,.52)}
.platform-panel{min-width:0;display:grid;grid-template-columns:minmax(240px,.8fr) minmax(340px,1.2fr);align-items:center;gap:clamp(30px,4vw,58px);padding:clamp(28px,3vw,40px);animation:platform-panel-in .45s var(--ease-out)}
.platform-panel[hidden]{display:none}
@keyframes platform-panel-in{from{opacity:0;transform:translateX(14px)}to{opacity:1;transform:none}}
.platform-panel__copy>span{display:block;margin-bottom:15px;font-size:9px;font-weight:850;line-height:1.2;letter-spacing:.1em;color:#91a1ff}
.platform-panel__copy h3{margin:0;font-size:clamp(27px,3vw,42px);line-height:1.13;letter-spacing:-.045em;word-break:keep-all}
.platform-panel__copy p{max-width:430px;margin:19px 0 0;font-size:12px;line-height:1.72;color:rgba(247,249,255,.53);word-break:keep-all}
.platform-panel__copy a{width:max-content;display:inline-flex;align-items:center;gap:24px;margin-top:27px;padding-bottom:7px;border-bottom:1px solid rgba(145,161,255,.52);font-size:11px;font-weight:800;color:#f7f9ff;transition:border-color .25s ease,color .25s ease,gap .3s var(--ease-out)}
.platform-panel__copy a i{font-size:13px;font-style:normal;color:#91a1ff}
.platform-panel__copy a:hover,.platform-panel__copy a:focus-visible{gap:29px;border-color:#91a1ff;color:#b9c3ff;outline:0}
.platform-panel__list{min-width:0;border-top:1px solid rgba(255,255,255,.13)}
.platform-panel__list>div{min-width:0;min-height:64px;display:grid;grid-template-columns:70px minmax(0,1fr) auto;align-items:center;gap:16px;border-bottom:1px solid rgba(255,255,255,.1);transition:background-color .25s ease,padding .35s var(--ease-out)}
.platform-panel__list>div:hover{padding-inline:12px;background:rgba(255,255,255,.035)}
.platform-panel__list span{font-size:9px;font-weight:800;color:rgba(145,161,255,.76)}
.platform-panel__list strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;line-height:1.3}
.platform-panel__list em{font-size:9px;font-style:normal;color:rgba(247,249,255,.4);white-space:nowrap}
.platform-console__foot{min-height:48px;display:flex;align-items:center;gap:11px;padding:0 18px;border-top:1px solid rgba(255,255,255,.1);background:#090c15;color:rgba(247,249,255,.38);font-size:9px;font-weight:750}
.platform-console__foot>i{width:24px;height:1px;background:linear-gradient(90deg,rgba(145,161,255,.68),rgba(81,229,255,.2))}
.platform-console__foot strong{margin-left:auto;font-size:9px;font-weight:650;color:rgba(247,249,255,.5)}

@media(max-width:900px){
  .platform-console__body{grid-template-columns:1fr}
  .platform-console__rail{grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:1fr;border-right:0;border-bottom:1px solid rgba(255,255,255,.1)}
  .platform-mode{grid-template-columns:38px minmax(0,1fr);gap:9px;min-height:78px;padding:10px}
  .platform-mode+.platform-mode{border-top-color:transparent;border-left-color:rgba(255,255,255,.07)}
  .platform-mode:hover,.platform-mode.is-active{transform:translateY(2px)}
  .platform-mode__icon{width:38px}
  .platform-mode__icon svg{width:18px;height:18px}
  .platform-mode__arrow{display:none}
  .platform-panel{grid-template-columns:minmax(220px,.8fr) minmax(320px,1.2fr);gap:28px;padding:32px}
}

@media(max-width:640px){
  .platform-console{margin-inline:-6px;margin-top:38px}
  .platform-console__bar{min-height:48px;padding-inline:13px}
  .platform-console__brand span,.platform-console__ready{display:none}
  .platform-console__rail{padding:5px}
  .platform-mode{min-height:74px;display:flex;flex-direction:column;justify-content:center;gap:6px;padding:7px 4px;text-align:center}
  .platform-mode__icon{width:30px}
  .platform-mode__icon svg{width:15px;height:15px}
  .platform-mode__copy{gap:2px}
  .platform-mode__copy small,.platform-mode__copy em{display:none}
  .platform-mode__copy strong{font-size:10px}
  .platform-console__stage-head{min-height:44px;padding-inline:14px}
  .platform-console__stage-head strong{font-size:8px}
  .platform-panel{grid-template-columns:1fr;gap:29px;padding:27px 18px 30px}
  .platform-panel__copy h3{font-size:clamp(26px,8.3vw,34px);line-height:1.18}
  .platform-panel__copy p{margin-top:14px;font-size:11px;line-height:1.65}
  .platform-panel__copy a{margin-top:20px}
  .platform-panel__list>div{min-height:58px;grid-template-columns:48px minmax(0,1fr) auto;gap:8px}
  .platform-panel__list strong{font-size:11px}
  .platform-panel__list em{font-size:8px}
  .platform-console__foot{min-height:64px;flex-wrap:wrap;align-content:center;gap:7px 9px;padding-block:9px}
  .platform-console__foot>i{width:15px}
  .platform-console__foot strong{width:100%;margin-left:0;font-size:8px}
}

@media(prefers-reduced-motion:reduce){
  .platform-panel{animation:none}
  .platform-mode,.platform-panel__copy a,.platform-panel__list>div{transition-duration:.01ms!important}
}

/* Unified technology flow */
.statement{min-height:82svh;background:linear-gradient(155deg,#050711,#080d1c 58%,#050711)}
.statement::before{display:none}
.statement__content{grid-template-columns:minmax(320px,.72fr) minmax(600px,1.28fr);align-items:center;gap:clamp(24px,3vw,42px)}
.statement__lead{max-width:500px;font-size:clamp(34px,3.5vw,54px);line-height:1.16}
.statement__sequence{width:100%;border-color:rgba(255,255,255,.14);background:linear-gradient(145deg,rgba(14,19,35,.98),rgba(6,9,18,.99))}
.statement__sequence::after{background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:28px 28px;mask-image:linear-gradient(90deg,transparent,#000 18%,#000 82%,transparent)}
.flow-stack__head,.flow-stack__foot{position:relative;z-index:2;min-height:46px;display:flex;align-items:center;gap:10px;padding:0 16px;font-size:9px;font-weight:750;line-height:1;letter-spacing:.06em;color:rgba(247,249,255,.46)}
.flow-stack__head{justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.09)}
.flow-stack__head>span,.flow-stack__head>strong{display:flex;align-items:center;gap:8px}
.flow-stack__head>span i{width:15px;height:1px;background:#8ea0ff;box-shadow:0 0 10px rgba(142,160,255,.45)}
.flow-stack__head>strong{font-size:9px;font-weight:700;color:rgba(247,249,255,.62)}
.flow-stack__head>strong i{width:6px;height:6px;border-radius:50%;background:#78e0af;box-shadow:0 0 10px rgba(120,224,175,.55);animation:flow-stack-ready 2.6s ease-in-out infinite}
@keyframes flow-stack-ready{50%{opacity:.45;transform:scale(.82)}}
.flow-stack__body{position:relative;z-index:1;padding:13px 14px 14px}
.flow-stack__labels{display:grid;grid-template-columns:minmax(130px,.65fr) minmax(230px,1.2fr) minmax(120px,.55fr);gap:18px;margin:0 12px 8px 66px;color:rgba(247,249,255,.3);font-size:8px;font-weight:750;line-height:1.2}
.flow-stack__rows{display:grid;gap:7px}
.flow-stack__row{--lane:#8ea0ff;position:relative;min-width:0;min-height:82px;display:grid;grid-template-columns:44px minmax(130px,.65fr) minmax(230px,1.2fr) minmax(120px,.55fr);align-items:center;gap:14px;padding:10px 12px;overflow:hidden;border:1px solid rgba(255,255,255,.09);border-radius:7px;background:rgba(255,255,255,.024);transition:background-color .3s ease,border-color .3s ease,transform .4s var(--ease-out),box-shadow .3s ease}
.flow-stack__row--automation{--lane:#b8ff72}.flow-stack__row--security{--lane:#c18cff}
.flow-stack__row::before{content:"";position:absolute;inset:0;background:linear-gradient(100deg,transparent 0 46%,color-mix(in srgb,var(--lane) 9%,transparent) 52%,transparent 60%);opacity:0;transform:translateX(-65%);pointer-events:none}
.flow-stack__row:hover,.flow-stack__row:focus-visible{border-color:color-mix(in srgb,var(--lane) 36%,rgba(255,255,255,.12));background:rgba(255,255,255,.045);box-shadow:inset 3px 0 0 var(--lane),0 12px 28px rgba(0,0,0,.18);transform:translateX(3px);outline:0}
.flow-stack__row:hover::before,.flow-stack__row:focus-visible::before{opacity:1;transform:translateX(65%);transition:transform .9s var(--ease-out),opacity .25s ease}
.flow-stack__icon{width:44px;aspect-ratio:1;display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--lane) 28%,rgba(255,255,255,.1));border-radius:7px;background:color-mix(in srgb,var(--lane) 8%,#090d18);color:var(--lane)}
.flow-stack__icon svg{width:20px;height:20px}
.flow-stack__copy{min-width:0;display:grid;gap:5px}
.flow-stack__copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:7px;font-weight:780;line-height:1;color:color-mix(in srgb,var(--lane) 72%,white)}
.flow-stack__copy strong{font-size:12px;line-height:1.25;color:rgba(247,249,255,.92)}
.flow-stack__standards{min-width:0;display:flex;align-items:center;gap:6px}
.flow-stack__standards span{min-width:0;padding:6px 8px;border:1px solid rgba(255,255,255,.1);border-radius:6px;background:rgba(5,8,16,.52);font-size:9px;font-weight:700;line-height:1;color:rgba(247,249,255,.58);white-space:nowrap}
.flow-stack__result{min-width:0;display:grid;grid-template-columns:7px minmax(0,1fr);align-items:center;gap:9px;padding-left:13px;border-left:1px solid rgba(255,255,255,.1)}
.flow-stack__result>i{width:6px;height:6px;border-radius:50%;background:var(--lane);box-shadow:0 0 10px color-mix(in srgb,var(--lane) 55%,transparent)}
.flow-stack__result>span{min-width:0;display:grid;gap:4px}
.flow-stack__result strong,.flow-stack__result small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.flow-stack__result strong{font-size:10px;line-height:1.2;color:rgba(247,249,255,.82)}
.flow-stack__result small{font-size:8px;line-height:1.2;color:rgba(247,249,255,.35)}
.flow-stack__foot{border-top:1px solid rgba(255,255,255,.09)}
.flow-stack__foot>i{width:18px;height:1px;background:rgba(247,249,255,.13)}
.flow-stack__foot>strong{margin-left:auto;font-size:8px;font-weight:650;letter-spacing:0;color:rgba(247,249,255,.36)}

@media(max-width:1120px){
  .statement__content{grid-template-columns:1fr;gap:30px}
  .statement__lead{max-width:720px}
  .statement__sequence{width:min(780px,100%);justify-self:start}
}

@media(max-width:640px){
  .statement__sequence{width:100%}
  .flow-stack__head,.flow-stack__foot{padding-inline:12px}
  .flow-stack__head>span{font-size:8px}
  .flow-stack__labels{display:none}
  .flow-stack__body{padding:7px}
  .flow-stack__row{min-height:106px;grid-template-columns:38px minmax(0,1fr) auto;grid-template-rows:auto auto;gap:7px 10px;padding:11px}
  .flow-stack__icon{grid-column:1;grid-row:1;width:38px}
  .flow-stack__icon svg{width:18px;height:18px}
  .flow-stack__copy{grid-column:2;grid-row:1}
  .flow-stack__standards{grid-column:2/4;grid-row:2;gap:4px}
  .flow-stack__standards span{padding:5px 6px;font-size:8px}
  .flow-stack__result{grid-column:3;grid-row:1;padding-left:9px}
  .flow-stack__result small{display:none}
  .flow-stack__foot{min-height:58px;flex-wrap:wrap;align-content:center;gap:7px 9px;padding-block:8px}
  .flow-stack__foot strong{width:100%;margin-left:0;font-size:8px}
}

@media(prefers-reduced-motion:reduce){
  .flow-stack__head>strong i{animation:none!important}
  .flow-stack__row::before{display:none}
}

/* Web and app execution workbench */
.journey-workbench{margin-top:clamp(42px,5vw,68px);overflow:hidden;border:1px solid rgba(255,255,255,.13);border-radius:8px;background:linear-gradient(145deg,rgba(14,19,35,.97),rgba(6,9,18,.99));box-shadow:0 28px 72px rgba(0,0,0,.28)}
.journey-workbench__bar{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:8px 12px 8px 18px;border-bottom:1px solid rgba(255,255,255,.1)}
.journey-workbench__bar>div:first-child{min-width:0;display:grid;gap:5px}
.journey-workbench__bar>div:first-child span{font-size:8px;font-weight:800;line-height:1;letter-spacing:.1em;color:#8ea0ff}
.journey-workbench__bar>div:first-child strong{font-size:12px;line-height:1.2;color:rgba(247,249,255,.82)}
.journey-switch{flex:0 0 auto;display:grid;grid-template-columns:repeat(2,minmax(92px,1fr));gap:3px;padding:3px;border:1px solid rgba(255,255,255,.1);border-radius:7px;background:rgba(255,255,255,.025)}
.journey-switch button{min-height:34px;padding:0 13px;border:0;border-radius:5px;background:transparent;color:rgba(247,249,255,.42);font-size:10px;font-weight:750;line-height:1;transition:background-color .25s ease,color .25s ease,box-shadow .25s ease}
.journey-switch button:hover,.journey-switch button.is-active{background:rgba(142,160,255,.13);color:#fff;box-shadow:inset 0 0 0 1px rgba(142,160,255,.18)}
.journey-switch button:focus-visible{outline:2px solid #8ea0ff;outline-offset:1px}
.journey-panel{min-width:0;display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr);animation:journey-panel-in .45s var(--ease-out)}
.journey-panel[hidden]{display:none}
@keyframes journey-panel-in{from{opacity:0;transform:translateX(14px)}to{opacity:1;transform:none}}
.journey-steps{position:relative;min-width:0;margin:0;padding:12px 26px 12px 20px;list-style:none;counter-reset:none}
.journey-steps::before{content:"";position:absolute;left:38px;top:52px;bottom:52px;width:1px;background:linear-gradient(#8ea0ff,rgba(142,160,255,.18))}
.journey-steps li{position:relative;min-width:0;min-height:76px;display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:16px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.08)}
.journey-steps li:last-child{border-bottom:0}
.journey-steps li>span{position:relative;z-index:1;width:38px;height:38px;display:grid;place-items:center;border:1px solid rgba(142,160,255,.26);border-radius:7px;background:#0b1020;color:#9cabff;font-size:9px;font-weight:800;box-shadow:0 7px 18px rgba(0,0,0,.24);transition:border-color .25s ease,background-color .25s ease,transform .35s var(--ease-out)}
.journey-steps li:hover>span{border-color:#8ea0ff;background:#111a31;transform:translateX(2px)}
.journey-steps li>div{min-width:0;display:grid;grid-template-columns:minmax(100px,.38fr) minmax(140px,.62fr);align-items:center;gap:4px 18px}
.journey-steps small{grid-column:1;grid-row:1;font-size:7px;font-weight:800;line-height:1;color:rgba(142,160,255,.62)}
.journey-steps strong{grid-column:1;grid-row:2;font-size:14px;line-height:1.3;color:rgba(247,249,255,.92)}
.journey-steps p{grid-column:2;grid-row:1/3;margin:0;font-size:10px;line-height:1.6;color:rgba(247,249,255,.46);word-break:keep-all}
.journey-result{min-width:0;display:flex;flex-direction:column;padding:28px;border-left:1px solid rgba(255,255,255,.1);background:linear-gradient(155deg,rgba(142,160,255,.08),rgba(255,255,255,.018))}
.journey-result--app{background:linear-gradient(155deg,rgba(81,229,255,.07),rgba(255,255,255,.018))}
.journey-result header{display:grid;grid-template-columns:50px minmax(0,1fr);align-items:center;gap:14px}
.journey-result__icon{width:50px;aspect-ratio:1;display:grid;place-items:center;border:1px solid rgba(142,160,255,.26);border-radius:8px;background:#0b1020;color:#9cabff}
.journey-result--app .journey-result__icon{border-color:rgba(81,229,255,.28);color:#73e7ff}
.journey-result__icon svg{width:22px;height:22px}
.journey-result header>span:last-child{min-width:0;display:grid;gap:6px}
.journey-result header small{font-size:8px;font-weight:800;line-height:1;color:rgba(142,160,255,.7)}
.journey-result header strong{font-size:16px;line-height:1.3;color:#f7f9ff;word-break:keep-all}
.journey-result dl{margin:27px 0 0;border-top:1px solid rgba(255,255,255,.1)}
.journey-result dl div{min-height:50px;display:flex;align-items:center;justify-content:space-between;gap:14px;border-bottom:1px solid rgba(255,255,255,.08)}
.journey-result dt{font-size:9px;color:rgba(247,249,255,.38)}
.journey-result dd{margin:0;font-size:10px;font-weight:750;color:rgba(247,249,255,.76)}
.journey-result>a{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:46px;margin-top:auto;padding:0 14px;border:1px solid rgba(142,160,255,.28);border-radius:7px;background:rgba(142,160,255,.08);font-size:10px;font-weight:800;color:#f7f9ff;transition:background-color .25s ease,border-color .25s ease,transform .35s var(--ease-out)}
.journey-result--app>a{border-color:rgba(81,229,255,.25);background:rgba(81,229,255,.065)}
.journey-result>a i{font-size:13px;font-style:normal;color:#9cabff}
.journey-result>a:hover,.journey-result>a:focus-visible{border-color:rgba(142,160,255,.56);background:rgba(142,160,255,.14);transform:translateY(-2px);outline:0}
.journey-workbench__foot{min-height:46px;display:flex;align-items:center;gap:10px;padding:0 16px;border-top:1px solid rgba(255,255,255,.1);color:rgba(247,249,255,.4);font-size:9px;font-weight:700}
.journey-workbench__foot>i{width:20px;height:1px;background:rgba(247,249,255,.13)}
.journey-workbench__foot strong{margin-left:auto;font-size:9px;font-weight:650;color:rgba(247,249,255,.45)}

@media(max-width:900px){
  .journey-panel{grid-template-columns:1fr}
  .journey-result{border-top:1px solid rgba(255,255,255,.1);border-left:0}
  .journey-result>a{margin-top:24px}
}

@media(max-width:640px){
  .journey-workbench{margin-inline:-6px;margin-top:38px}
  .journey-workbench__bar{align-items:flex-start;flex-direction:column;padding:13px}
  .journey-switch{width:100%;grid-template-columns:repeat(2,1fr)}
  .journey-steps{padding:8px 14px 8px 12px}
  .journey-steps::before{left:30px;top:45px;bottom:45px}
  .journey-steps li{min-height:80px;grid-template-columns:36px minmax(0,1fr);gap:11px}
  .journey-steps li>span{width:36px;height:36px}
  .journey-steps li>div{grid-template-columns:1fr;gap:4px}
  .journey-steps small,.journey-steps strong,.journey-steps p{grid-column:1;grid-row:auto}
  .journey-steps strong{font-size:12px}
  .journey-steps p{font-size:9px;line-height:1.5}
  .journey-result{padding:22px 18px}
  .journey-result header{grid-template-columns:44px minmax(0,1fr)}
  .journey-result__icon{width:44px}
  .journey-result header strong{font-size:14px}
  .journey-workbench__foot{min-height:62px;flex-wrap:wrap;align-content:center;gap:7px 9px;padding-block:8px}
  .journey-workbench__foot>i{width:16px}
  .journey-workbench__foot strong{width:100%;margin-left:0;font-size:8px}
}

@media(prefers-reduced-motion:reduce){
  .journey-panel{animation:none}
  .journey-switch button,.journey-steps li>span,.journey-result>a{transition-duration:.01ms!important}
}

/* Final portal: mirrors the opening blue curtain and closes the page with one decision. */
.contact[data-final-portal]{
  min-height:calc(100svh - 66px)!important;
  padding:clamp(88px,9vh,110px) var(--pad) clamp(28px,4vh,48px)!important;
  justify-content:space-between;
  background:#050711;
  color:#fff;
  isolation:isolate;
}
.contact__curtain{
  position:absolute;
  inset:0;
  z-index:0;
  background:radial-gradient(circle at 76% 23%,rgba(81,229,255,.32),transparent 29%),linear-gradient(135deg,#4762ef 0%,#5277ff 58%,#4059e7 100%);
  transform:translate3d(0,101%,0);
  transition:transform .98s var(--ease-in-out);
  will-change:transform;
}
.contact__curtain::before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:1px;
  background:rgba(255,255,255,.65);
  box-shadow:0 -18px 48px rgba(81,229,255,.34);
}
.contact.is-entered .contact__curtain{transform:translate3d(0,0,0)}
.contact[data-final-portal] .contact__grid{
  z-index:1;
  opacity:0;
  background-image:linear-gradient(90deg,transparent calc(25% - .5px),rgba(255,255,255,.1) 25%,transparent calc(25% + .5px)),linear-gradient(90deg,transparent calc(50% - .5px),rgba(255,255,255,.1) 50%,transparent calc(50% + .5px)),linear-gradient(90deg,transparent calc(75% - .5px),rgba(255,255,255,.1) 75%,transparent calc(75% + .5px));
  background-size:auto;
  mask-image:none;
  transition:opacity .6s ease .62s;
}
.contact.is-entered .contact__grid{opacity:.52}
.contact[data-final-portal] .contact__top{
  z-index:2;
  min-height:34px;
  padding-bottom:16px;
  border-bottom:1px solid rgba(255,255,255,.22);
  color:rgba(255,255,255,.72);
  font-size:10px;
  line-height:1.2;
  letter-spacing:0;
  opacity:0;
  transform:translateY(14px);
  transition:opacity .55s ease .58s,transform .7s var(--ease-out) .58s;
}
.contact.is-entered .contact__top,.contact.is-entered .contact__bottom{opacity:1;transform:none}
.contact__brand{display:flex;align-items:center;gap:12px}
.contact__brand b{font-family:"Space Grotesk",Arial,sans-serif;font-size:13px;letter-spacing:0}
.contact__brand i{padding-left:12px;border-left:1px solid rgba(255,255,255,.28);font-size:8px;font-style:normal;font-weight:700;color:rgba(255,255,255,.55);letter-spacing:0}
.contact__center{position:relative;z-index:2;width:min(1320px,100%);margin:auto 0;padding:clamp(34px,6vh,70px) 0}
.contact__eyebrow{margin:0 0 clamp(15px,2.2vh,25px);font-family:"Space Grotesk",Arial,sans-serif;font-size:10px;font-weight:700;line-height:1;letter-spacing:0;color:rgba(255,255,255,.66);opacity:0;transform:translateY(12px);transition:opacity .45s ease .53s,transform .65s var(--ease-out) .53s}
.contact.is-entered .contact__eyebrow{opacity:1;transform:none}
.contact[data-final-portal] .contact__title{
  width:100%;
  max-width:none!important;
  margin:0!important;
  font-family:"Noto Sans KR","Apple SD Gothic Neo",sans-serif;
  font-size:clamp(52px,7.3vw,112px);
  font-weight:900;
  line-height:1.06;
  letter-spacing:0;
  word-break:keep-all;
  overflow:visible;
}
.contact[data-final-portal] .contact__title>span{display:block;padding:.12em 0 .18em;overflow:hidden}
.contact[data-final-portal] .contact__title>span>span{
  display:block;
  opacity:1;
  transform:translateY(118%);
  transition:transform 1.08s var(--ease-out) .5s;
}
.contact[data-final-portal] .contact__title.is-visible>span:first-child>span{transform:none;transition-delay:.5s}
.contact[data-final-portal] .contact__title.is-visible>span:last-child>span{transform:none;transition-delay:.64s}
.contact[data-final-portal] .contact__title-offset{padding-left:clamp(0px,7.6vw,110px)!important;color:#e8edff}
.contact[data-final-portal] .contact__bottom{
  z-index:2;
  align-items:end;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.24);
  opacity:0;
  transform:translateY(18px);
  transition:opacity .55s ease .82s,transform .75s var(--ease-out) .82s;
}
.contact[data-final-portal].is-entered .contact__bottom{opacity:1;transform:none}
.contact__closing{min-width:0;display:grid;gap:17px}
.contact[data-final-portal] .contact__closing>p{max-width:520px;margin:0;font-size:13px;font-weight:500;line-height:1.65;color:rgba(255,255,255,.82);word-break:keep-all}
.contact__capabilities{display:flex;flex-wrap:wrap;align-items:center;gap:8px 14px;color:rgba(255,255,255,.56);font-size:9px;font-weight:700;line-height:1.2;letter-spacing:0}
.contact__capabilities span+span::before{content:"·";margin-right:14px;color:rgba(255,255,255,.34)}
.contact__actions{flex:0 0 auto;display:grid;grid-template-columns:190px 200px;gap:9px}
.contact__secondary,.contact[data-final-portal] .contact__cta{
  width:100%;
  min-width:0;
  height:60px;
  min-height:60px;
  border-radius:7px;
  font-size:11px;
  font-weight:800;
  line-height:1;
  letter-spacing:0;
}
.contact__secondary{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 17px;border:1px solid rgba(255,255,255,.3);background:rgba(5,7,17,.08);color:#fff;transition:background-color .25s ease,border-color .25s ease,transform .35s var(--ease-out)}
.contact__secondary i{width:34px;height:34px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.2);border-radius:5px;font-size:15px;font-style:normal}
.contact[data-final-portal] .contact__cta{border-color:#fff;background:#fff;color:#11172b;box-shadow:0 14px 36px rgba(19,31,101,.22)}
.contact[data-final-portal] .contact__cta .magnetic__inner{grid-template-columns:minmax(0,1fr) 38px;padding:0 10px 0 17px}
.contact[data-final-portal] .contact__cta i{width:38px;height:38px;border-color:rgba(17,23,43,.15);background:rgba(17,23,43,.04)}
.contact__secondary:hover,.contact__secondary:focus-visible{border-color:#fff;background:rgba(255,255,255,.12);transform:translateY(-2px);outline:0}
.contact[data-final-portal] .contact__cta:hover,.contact[data-final-portal] .contact__cta:focus-visible{border-color:#fff;background:#fff;color:#11172b;transform:translateY(-2px);outline:0}
.contact[data-final-portal] .contact__cta:hover i{border-color:rgba(17,23,43,.2);background:rgba(17,23,43,.08)}
body.overhouse-public-home:not(.auth-locked) #contact[data-final-portal] .contact__brand b{color:#fff!important;font-size:13px!important;line-height:1!important}
body.overhouse-public-home:not(.auth-locked) #contact[data-final-portal] .contact__cta strong{color:#11172b!important;font-size:12px!important;line-height:1!important}
body.overhouse-public-home:not(.auth-locked) #contact[data-final-portal] .contact__secondary{font-size:12px!important;line-height:1!important}
body.overhouse-public-home:not(.auth-locked) #contact[data-final-portal] .contact__secondary span{white-space:nowrap}

@media(max-width:900px){
  .contact[data-final-portal]{padding-top:88px!important}
  .contact[data-final-portal] .contact__title{font-size:clamp(47px,8.8vw,78px)}
  .contact[data-final-portal] .contact__title-offset{padding-left:clamp(0px,4vw,34px)!important}
  .contact[data-final-portal] .contact__bottom{align-items:stretch;flex-direction:column}
  .contact__actions{width:100%;grid-template-columns:1fr 1fr}
}

@media(max-width:640px){
  .contact[data-final-portal]{min-height:calc(100svh - 66px)!important;padding:78px 18px 22px!important}
  .contact[data-final-portal] .contact__top{font-size:9px}
  .contact__brand i{display:none}
  .contact__center{padding:34px 0}
  .contact__eyebrow{margin-bottom:13px;font-size:9px}
  .contact[data-final-portal] .contact__title{font-size:clamp(38px,11.8vw,55px);line-height:1.12}
  .contact[data-final-portal] .contact__title>span{padding:.1em 0 .16em}
  .contact[data-final-portal] .contact__title-offset{padding-left:0!important}
  .contact[data-final-portal] .contact__bottom{gap:18px;padding-top:18px}
  .contact__closing{gap:13px}
  .contact[data-final-portal] .contact__closing>p{font-size:12px}
  .contact__capabilities{gap:7px 10px;font-size:8px}
  .contact__capabilities span+span::before{margin-right:10px}
  .contact__actions{gap:7px}
  .contact__secondary,.contact[data-final-portal] .contact__cta{height:54px;min-height:54px;font-size:10px}
  .contact__secondary{padding:0 10px 0 13px}
  body.overhouse-public-home:not(.auth-locked) #contact[data-final-portal] .contact__secondary{font-size:10px!important}
  .contact__secondary i{width:32px;height:32px}
  .contact[data-final-portal] .contact__cta .magnetic__inner{grid-template-columns:minmax(0,1fr) 34px;padding:0 8px 0 13px}
  .contact[data-final-portal] .contact__cta i{width:34px;height:34px}
}

@media(prefers-reduced-motion:reduce){
  .contact__curtain,.contact__grid,.contact__top,.contact__eyebrow,.contact__title>span>span,.contact__bottom{transition-duration:.01ms!important;transition-delay:0s!important}
  .contact__curtain,.contact__top,.contact__eyebrow,.contact__title>span>span,.contact__bottom{transform:none!important;opacity:1!important}
}

/* Floating Command Dock + compact support inspector. */
html body.overhouse-public-home:not(.auth-locked) .floating-contact{
  right:20px!important;
  bottom:20px!important;
  width:auto!important;
  height:auto!important;
  max-width:calc(100vw - 24px);
  display:grid!important;
  justify-items:end!important;
  gap:10px!important;
}
html body.overhouse-public-home:not(.auth-locked) .floating-contact:not(.is-open){width:50px!important;height:50px!important}
html body.overhouse-public-home:not(.auth-locked) .floating-contact-panel{
  position:relative!important;
  inset:auto!important;
  width:min(348px,calc(100vw - 24px))!important;
  max-height:calc(100dvh - 94px)!important;
  margin:0!important;
  padding:0!important;
  overflow:auto!important;
  border:1px solid rgba(151,166,212,.2)!important;
  border-radius:8px!important;
  background:linear-gradient(155deg,rgba(17,22,37,.98),rgba(7,10,18,.99))!important;
  box-shadow:0 30px 80px rgba(0,0,0,.52),0 0 0 1px rgba(255,255,255,.025) inset!important;
  backdrop-filter:blur(24px);
  scrollbar-width:thin;
  scrollbar-color:rgba(255,255,255,.16) transparent;
  animation:support-command-in .4s var(--ease-out) both;
}
@keyframes support-command-in{from{opacity:0;transform:translateY(14px) scale(.965);filter:blur(6px)}to{opacity:1;transform:none;filter:none}}
html body.overhouse-public-home:not(.auth-locked) .floating-contact-head{
  min-height:68px!important;
  display:grid!important;
  grid-template-columns:38px minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:11px!important;
  margin:0!important;
  padding:13px 14px!important;
  border-bottom:1px solid rgba(255,255,255,.09)!important;
  background:rgba(255,255,255,.018)!important;
}
.floating-contact-head__icon{width:38px;height:38px;display:grid!important;place-items:center;border:1px solid rgba(130,147,255,.24);border-radius:7px;background:rgba(82,119,255,.08);color:#9dacff;font-style:normal}
.floating-contact-head__icon svg{width:18px;height:18px}
html body.overhouse-public-home:not(.auth-locked) .floating-contact-head>div{min-width:0;display:grid;gap:5px}
html body.overhouse-public-home:not(.auth-locked) .floating-contact-head span{color:rgba(143,243,255,.66)!important;font-size:8px!important;font-weight:850!important;line-height:1!important;letter-spacing:.08em!important}
html body.overhouse-public-home:not(.auth-locked) .floating-contact-head strong{color:#f7f9ff!important;font-size:17px!important;font-weight:850!important;line-height:1.15!important;letter-spacing:0!important}
html body.overhouse-public-home:not(.auth-locked) .floating-contact-head>em{display:flex!important;align-items:center!important;gap:6px!important;margin:0!important;padding:0!important;border:0!important;background:none!important;color:rgba(247,249,255,.45)!important;font-size:8px!important;font-style:normal!important;font-weight:750!important;line-height:1!important;white-space:nowrap!important}
.floating-contact-head>em>i{width:6px;height:6px;border-radius:50%;background:#80e5b0;box-shadow:0 0 12px rgba(128,229,176,.48)}
html body.overhouse-public-home:not(.auth-locked) .floating-contact-copy{margin:0!important;padding:13px 14px 5px!important;color:rgba(247,249,255,.48)!important;font-size:11px!important;line-height:1.5!important}
html body.overhouse-public-home:not(.auth-locked) .floating-contact-tags{display:none!important}
html body.overhouse-public-home:not(.auth-locked) .floating-contact-item.primary{
  width:calc(100% - 24px)!important;
  min-height:64px!important;
  display:grid!important;
  grid-template-columns:38px minmax(0,1fr) 24px!important;
  align-items:center!important;
  gap:11px!important;
  margin:7px 12px 0!important;
  padding:10px!important;
  border:1px solid rgba(130,147,255,.24)!important;
  border-radius:7px!important;
  background:linear-gradient(120deg,rgba(82,119,255,.13),rgba(255,255,255,.035))!important;
  color:#f7f9ff!important;
  text-align:left!important;
  box-shadow:none!important;
  transition:border-color .22s ease,background-color .22s ease,transform .3s var(--ease-out)!important;
}
html body.overhouse-public-home:not(.auth-locked) .floating-contact-item.primary>i{width:38px!important;height:38px!important;display:grid!important;place-items:center!important;border:1px solid rgba(143,243,255,.2)!important;border-radius:6px!important;background:rgba(81,229,255,.07)!important;color:#8ff3ff!important}
html body.overhouse-public-home:not(.auth-locked) .floating-contact-item.primary>i svg{width:17px!important;height:17px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.7!important;stroke-linecap:round!important;stroke-linejoin:round!important}
html body.overhouse-public-home:not(.auth-locked) .floating-contact-item.primary>span{min-width:0;display:grid;gap:4px}
html body.overhouse-public-home:not(.auth-locked) .floating-contact-item.primary b{color:#f7f9ff!important;font-size:13px!important;font-weight:850!important;line-height:1.2!important}
html body.overhouse-public-home:not(.auth-locked) .floating-contact-item.primary small{margin:0!important;color:rgba(247,249,255,.43)!important;font-size:9px!important;line-height:1.4!important;white-space:nowrap!important}
.floating-contact-arrow{justify-self:end;color:rgba(143,243,255,.65);font-size:14px;font-style:normal;transition:transform .3s var(--ease-out)}
html body.overhouse-public-home:not(.auth-locked) .floating-contact-item.primary:hover,html body.overhouse-public-home:not(.auth-locked) .floating-contact-item.primary:focus-visible{border-color:rgba(143,243,255,.42)!important;background:linear-gradient(120deg,rgba(82,119,255,.2),rgba(81,229,255,.06))!important;transform:translateY(-2px)!important;outline:none!important}
.floating-contact-item.primary:hover .floating-contact-arrow,.floating-contact-item.primary:focus-visible .floating-contact-arrow{transform:translate(2px,-2px)}
html body.overhouse-public-home:not(.auth-locked) .site-quick-links{
  width:calc(100% - 24px)!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:0!important;
  margin:10px 12px 0!important;
  overflow:hidden!important;
  border:1px solid rgba(255,255,255,.09)!important;
  border-radius:7px!important;
  background:rgba(255,255,255,.018)!important;
}
html body.overhouse-public-home:not(.auth-locked) .site-quick-links::before{content:"QUICK ACCESS";display:block;padding:10px 11px 8px;border-bottom:1px solid rgba(255,255,255,.08);color:rgba(130,147,255,.65);font-size:7px;font-weight:900;line-height:1;letter-spacing:.1em}
html body.overhouse-public-home:not(.auth-locked) .site-quick-links a{
  min-height:51px!important;
  display:grid!important;
  grid-template-columns:28px minmax(0,1fr) 16px!important;
  align-items:center!important;
  gap:9px!important;
  padding:0 11px!important;
  border:0!important;
  border-bottom:1px solid rgba(255,255,255,.07)!important;
  border-radius:0!important;
  background:transparent!important;
  color:rgba(247,249,255,.72)!important;
  font-size:11px!important;
  font-weight:750!important;
  transform:none!important;
  transition:background-color .2s ease,color .2s ease!important;
}
html body.overhouse-public-home:not(.auth-locked) .site-quick-links a:last-child{border-bottom:0!important}
html body.overhouse-public-home:not(.auth-locked) .site-quick-links a:hover,html body.overhouse-public-home:not(.auth-locked) .site-quick-links a:focus-visible{background:rgba(130,147,255,.07)!important;color:#fff!important;outline:none!important}
html body.overhouse-public-home:not(.auth-locked) .site-quick-links svg{width:16px!important;height:16px!important;stroke:#9dacff!important}
html body.overhouse-public-home:not(.auth-locked) .site-quick-links em{font-size:12px!important;color:rgba(143,243,255,.45)!important;transition:transform .25s ease}
html body.overhouse-public-home:not(.auth-locked) .site-quick-links a:hover em{transform:translate(2px,-2px)}
html body.overhouse-public-home:not(.auth-locked) .floating-contact-channel-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important;margin:10px 12px 0!important}
html body.overhouse-public-home:not(.auth-locked) .floating-contact-foot{margin:10px 12px 0!important;padding:11px 2px 12px!important;border:0!important;border-top:1px solid rgba(255,255,255,.08)!important;border-radius:0!important;background:none!important}
html body.overhouse-public-home:not(.auth-locked) .floating-contact-foot span{color:rgba(247,249,255,.34)!important;font-size:8px!important;line-height:1.45!important}
html body.overhouse-public-home:not(.auth-locked) .floating-contact-trigger{
  position:relative!important;
  width:50px!important;
  height:50px!important;
  min-width:50px!important;
  min-height:50px!important;
  padding:0!important;
  overflow:visible!important;
  border:1px solid rgba(151,166,212,.26)!important;
  border-radius:12px!important;
  background:rgba(9,13,24,.92)!important;
  color:#dfe5ff!important;
  box-shadow:0 15px 38px rgba(0,0,0,.38),0 0 0 1px rgba(255,255,255,.02) inset!important;
  backdrop-filter:blur(16px);
  transform:none!important;
  transition:border-color .22s ease,background-color .22s ease,box-shadow .22s ease,transform .3s var(--ease-out)!important;
}
html body.overhouse-public-home:not(.auth-locked) .floating-contact-trigger::after{content:"빠른 도움"!important;position:absolute!important;right:calc(100% + 10px)!important;top:50%!important;bottom:auto!important;width:auto!important;height:auto!important;padding:7px 9px!important;border:1px solid rgba(255,255,255,.11)!important;border-radius:6px!important;background:rgba(7,10,18,.96)!important;color:rgba(247,249,255,.78)!important;font-size:10px!important;font-weight:750!important;line-height:1!important;white-space:nowrap!important;opacity:0!important;pointer-events:none!important;transform:translate(6px,-50%)!important;transition:opacity .2s ease,transform .25s var(--ease-out)!important}
html body.overhouse-public-home:not(.auth-locked) .floating-contact-trigger:hover,html body.overhouse-public-home:not(.auth-locked) .floating-contact-trigger:focus-visible{border-color:rgba(143,243,255,.48)!important;background:rgba(13,20,35,.98)!important;box-shadow:0 18px 46px rgba(0,0,0,.44),0 0 24px rgba(81,229,255,.1)!important;transform:translateY(-2px)!important;outline:none!important}
html body.overhouse-public-home:not(.auth-locked) .floating-contact-trigger:hover::after,html body.overhouse-public-home:not(.auth-locked) .floating-contact-trigger:focus-visible::after{opacity:1!important;transform:translate(0,-50%)!important}
html body.overhouse-public-home:not(.auth-locked) .contact-trigger-icon{position:relative!important;width:22px!important;height:22px!important;display:grid!important;place-items:center!important;padding:0!important;border:0!important;border-radius:0!important;background:none!important;box-shadow:none!important;overflow:visible!important;transform:none!important}
html body.overhouse-public-home:not(.auth-locked) .contact-trigger-icon::before,html body.overhouse-public-home:not(.auth-locked) .contact-trigger-icon::after,html body.overhouse-public-home:not(.auth-locked) .contact-trigger-icon img{display:none!important}
.contact-trigger-icon svg{position:absolute;width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;transition:opacity .22s ease,transform .35s var(--ease-out)}
.contact-trigger-icon__close{opacity:0;transform:rotate(-24deg) scale(.72)}
.contact-trigger-status{position:absolute;right:8px;bottom:8px;width:6px;height:6px;border:1px solid #09101c;border-radius:50%;background:#80e5b0;box-shadow:0 0 10px rgba(128,229,176,.58)}
html body.overhouse-public-home:not(.auth-locked) .floating-contact.is-open .floating-contact-trigger{width:50px!important;height:50px!important;min-width:50px!important;min-height:50px!important;border-color:#f7f9ff!important;background:#f7f9ff!important;color:#11172b!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:none!important}
html body.overhouse-public-home:not(.auth-locked) .floating-contact.is-open .floating-contact-trigger::after{opacity:0!important}
.floating-contact.is-open .contact-trigger-icon__message{opacity:0;transform:rotate(20deg) scale(.72)}
.floating-contact.is-open .contact-trigger-icon__close{opacity:1;transform:none}
.floating-contact.is-open .contact-trigger-status{opacity:0}
.floating-contact.is-open .floating-contact-item.primary,.floating-contact.is-open .site-quick-links{animation:support-row-in .45s var(--ease-out) .08s both}
@keyframes support-row-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}

@media(max-width:640px){
  html body.overhouse-public-home:not(.auth-locked) .floating-contact{right:12px!important;bottom:12px!important}
  html body.overhouse-public-home:not(.auth-locked) .floating-contact:not(.is-open){top:auto!important;display:grid!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important}
  html body.overhouse-public-home:not(.auth-locked) .floating-contact-panel{width:min(348px,calc(100vw - 24px))!important;max-height:calc(100dvh - 80px)!important}
  html body.overhouse-public-home:not(.auth-locked) .floating-contact-trigger{width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important;border-radius:11px!important}
  html body.overhouse-public-home:not(.auth-locked) .floating-contact.is-open .floating-contact-trigger{width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important}
  html body.overhouse-public-home:not(.auth-locked) .floating-contact-trigger::after{display:none!important}
}

@media(prefers-reduced-motion:reduce){
  .floating-contact-panel,.floating-contact-item.primary,.site-quick-links{animation:none!important}
  .floating-contact-trigger,.contact-trigger-icon svg,.floating-contact-arrow,.site-quick-links em{transition-duration:.01ms!important}
}

/* Keep full-bleed atmosphere while preventing ultra-wide content drift. */
@media(min-width:1680px){
  :root{
    --content-max:1640px;
    --pad:max(44px,calc((100vw - var(--content-max))/2));
  }

  .hero__headline{width:min(1040px,100%);font-size:clamp(88px,5.2vw,112px)}
  .hero__line--offset{padding-left:32px}
  .hero__suite{width:min(900px,100%);margin-top:26px}
  .hero__suite a{min-height:72px;grid-template-columns:44px minmax(0,1fr) 22px;padding:9px 11px}
  .hero__suite-icon{width:44px}
  .hero__suite-copy strong{font-size:13px}
  .hero__suite-copy small{font-size:10px}

  .section-pad{padding-top:112px;padding-bottom:112px}
  .statement{min-height:0}
  .statement__content{grid-template-columns:minmax(380px,.72fr) minmax(0,1.28fr);gap:48px;margin-top:64px}
  .statement__lead{max-width:520px;font-size:54px}
  .ecosystem__head,.flow__head{grid-template-columns:160px minmax(0,1fr) 320px;gap:48px}
  .platform__head{grid-template-columns:160px minmax(0,1fr);gap:48px}
  .ecosystem__intro,.flow__intro{max-width:320px}

  .product-explorer{grid-template-columns:340px minmax(0,1fr);margin-top:64px}
  .product-stage__content{width:min(51%,560px)}
  .product-stage__content h3{font-size:74px}
  .product-stage__media{right:2%;width:min(46%,520px)}

  .platform-console,.journey-workbench{margin-top:48px}
  .platform-console__body{grid-template-columns:300px minmax(0,1fr)}
  .platform-panel{grid-template-columns:minmax(300px,.85fr) minmax(440px,1.15fr);gap:64px;padding:42px 48px}
  .journey-panel{grid-template-columns:minmax(0,1fr) 360px}
  .journey-steps li>div{grid-template-columns:220px minmax(0,1fr);gap:4px 24px}
}

/* Shared diagonal action icon */
.product-catalog-button>i,
.product-stage__bottom a>i,
.platform-mode__arrow,
.platform-panel__copy a>i,
.journey-result>a>i,
.product-detail__cta>i{
  width:26px;
  height:26px;
  flex:0 0 26px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.16);
  border-radius:5px;
  background:rgba(255,255,255,.04);
  font-size:12px;
  line-height:1;
  font-style:normal;
}
.platform-mode{grid-template-columns:46px minmax(0,1fr) 26px}

@media(max-width:900px){
  .platform-mode{grid-template-columns:38px minmax(0,1fr)}
  .platform-mode__arrow{display:none}
}

/* Overall UX pass: clearer focus, calmer header density, reliable mobile motion. */
.brand,
.brand .magnetic__inner{min-height:44px}

.header__nav a:focus-visible,
.header__account a:focus-visible,
.header__account button:focus-visible,
.menu-button:focus-visible,
.product-cycle-toggle:focus-visible,
.product-catalog-button:focus-visible,
.product-tab:focus-visible,
.hero__actions a:focus-visible{
  outline:2px solid rgba(143,243,255,.78);
  outline-offset:3px;
}
.header__nav a:focus-visible{color:#fff}
.header__nav a:focus-visible::after{transform:scaleX(1);transform-origin:left}

@media(min-width:1181px) and (max-width:1540px){
  .header{grid-template-columns:minmax(210px,1fr) auto auto}
  .header__center{display:none}
  .header__nav{gap:clamp(18px,1.6vw,24px);font-size:11px}
}

@media(max-width:640px){
  .product-rail-head{flex-basis:64px;min-height:64px}
  .product-catalog-button{height:40px;min-height:40px;padding-inline:12px}
  .product-cycle-toggle{width:40px;height:40px;min-height:40px}
  .contact[data-final-portal] .contact__title>span>span{
    opacity:0;
    transform:translateY(20px);
    transition:transform .72s var(--ease-out),opacity .32s ease;
  }
  .contact[data-final-portal] .contact__title.is-visible>span:first-child>span{
    opacity:1;
    transform:none;
    transition-delay:.08s;
  }
  .contact[data-final-portal] .contact__title.is-visible>span:last-child>span{
    opacity:1;
    transform:none;
    transition-delay:.16s;
  }
}
