/* Skillaxy wow layer over the current visual system. */

.proto-page .navwrap{top:16px}
.proto-page .nav{max-width:760px;width:min(760px,calc(100vw - 32px))}
.orbit-hero-mode .navwrap{
  z-index:260;
  pointer-events:auto;
}
.proto-page .container{width:100%;min-width:0}
.proto-page .section{padding:clamp(58px,8vh,86px) 0}
.proto-page .reveal{opacity:1;transform:none;filter:none}

.proto-hero{
  min-height:100svh;
  display:grid;
  align-items:center;
  padding:132px 0 72px;
}

.proto-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);
  gap:clamp(26px,5vw,70px);
  align-items:center;
}

.proto-hero-copy{text-align:left}
.proto-hero .h1-word{
  display:block;
  font-size:clamp(56px,7.2vw,112px);
  letter-spacing:0;
}

.proto-kicker{
  margin:8px 0 18px;
  font-family:var(--f-display);
  font-size:clamp(22px,3vw,36px);
  line-height:1.15;
  color:#fff;
}

.proto-sub,.proto-section-text{
  color:var(--muted);
  font-size:clamp(15.5px,1.4vw,18px);
  line-height:1.72;
  max-width:680px;
}

.hero-sale-note{
  width:max-content;
  max-width:100%;
  margin:18px 0 0;
  padding:10px 13px;
  border-radius:14px;
  color:#DFFFEA;
  background:rgba(34,197,94,.08);
  box-shadow:inset 0 0 0 1px rgba(34,197,94,.24);
  font-size:13px;
  line-height:1.5;
}

.proto-cta{
  display:flex;
  flex-wrap:wrap;
  gap:13px;
  margin:32px 0 22px;
}

.trust-strip{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:8px;
  max-width:720px;
}

.trust-strip span{
  min-height:58px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:2px;
  padding:12px 14px;
  border-radius:15px;
  background:rgba(124,128,224,.05);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.07),inset 0 1px 1px rgba(255,255,255,.06);
  color:var(--muted);
  font-size:12px;
  line-height:1.25;
}

.trust-strip b{
  color:#fff;
  font-family:var(--f-display);
  font-size:15px;
}

.proto-works{
  align-items:flex-start;
  margin-top:22px;
  gap:10px;
}

.proto-works .works-row{
  justify-content:flex-start;
  max-width:720px;
}

.proto-works .works-name{
  text-align:left;
  min-height:18px;
}

.proto-orbit-stage{
  position:relative;
  min-height:560px;
  display:grid;
  place-items:center;
  isolation:isolate;
}

.orbit-halo{
  position:absolute;
  inset:50%;
  width:72%;
  aspect-ratio:1;
  border-radius:50%;
  border:1px solid rgba(165,180,252,.14);
  transform:translate(-50%,-50%);
  pointer-events:none;
}

.orbit-halo-one{
  background:radial-gradient(circle at 50% 50%,rgba(99,102,241,.22),transparent 42%);
  box-shadow:0 0 70px rgba(99,102,241,.16);
}

.orbit-halo-two{
  width:92%;
  border-color:rgba(56,189,248,.10);
  animation:protoSpin 32s linear infinite;
}

@keyframes protoSpin{to{transform:translate(-50%,-50%) rotate(1turn)}}

.orbit-node{
  position:absolute;
  z-index:2;
  display:flex;
  align-items:center;
  gap:7px;
  min-height:34px;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(9,12,27,.78);
  color:#fff;
  font-family:var(--f-mono);
  font-size:11px;
  box-shadow:inset 0 0 0 1px rgba(165,180,252,.22),0 16px 36px rgba(0,0,0,.28);
  backdrop-filter:blur(12px);
}

.orbit-node img{width:17px;height:17px;object-fit:contain}
.node-codex{top:12%;left:15%}
.node-claude{top:19%;right:4%}
.node-cursor{bottom:18%;right:10%}
.node-open{bottom:14%;left:6%}

.mac-window{
  position:relative;
  border-radius:19px;
  background:linear-gradient(180deg,rgba(15,18,34,.96),rgba(7,8,18,.96));
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.08),
    inset 0 1px 1px rgba(255,255,255,.08),
    0 26px 80px rgba(0,0,0,.46);
  overflow:hidden;
}

.mac-titlebar{
  display:flex;
  align-items:center;
  gap:8px;
  min-height:42px;
  padding:0 16px;
  border-bottom:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.035);
  color:var(--muted);
  font-family:var(--f-mono);
  font-size:11px;
}

.mac-titlebar.compact{min-height:34px;padding-inline:12px}
.mac-titlebar b{margin-left:4px;color:#fff;font-weight:700}
.mac-titlebar em{margin-left:auto;color:var(--ok);font-style:normal}
.mac-dot{width:10px;height:10px;border-radius:50%;flex:0 0 10px}
.mac-dot.red{background:#ff5f57}
.mac-dot.yellow{background:#febc2e}
.mac-dot.green{background:#28c840}

.hero-mac{
  z-index:3;
  width:min(520px,100%);
  transform:perspective(900px) rotateX(4deg) rotateY(-6deg);
}

.hero-mac-body{
  display:grid;
  gap:15px;
  padding:18px;
}

.builder-command{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:9px 12px;
  padding:15px;
  border-radius:14px;
  background:rgba(5,5,14,.62);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.07);
}

.builder-command span{
  color:var(--faint);
  font-family:var(--f-mono);
  font-size:10px;
  text-transform:uppercase;
}

.builder-command b{
  color:#fff;
  font-size:13px;
}

.builder-result{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
}

.builder-result article{
  min-height:100px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:4px;
  padding:13px;
  border-radius:14px;
  background:linear-gradient(180deg,rgba(99,102,241,.16),rgba(255,255,255,.035));
  box-shadow:inset 0 0 0 1px rgba(165,180,252,.12);
}

.builder-result small{
  color:var(--faint);
  font-family:var(--f-mono);
  font-size:10px;
  text-transform:uppercase;
}

.builder-result strong{
  color:#fff;
  font-family:var(--f-display);
  font-size:30px;
}

.builder-result span{
  color:var(--muted);
  font-size:12px;
  line-height:1.35;
}

.builder-flow{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:8px;
}

.builder-flow span{
  min-height:34px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:rgba(255,255,255,.04);
  color:var(--faint);
  font-family:var(--f-mono);
  font-size:10px;
}

.builder-flow .done{
  color:#fff;
  background:linear-gradient(135deg,rgba(99,102,241,.34),rgba(56,189,248,.16));
  box-shadow:inset 0 0 0 1px rgba(165,180,252,.22);
}

.terminal-mini{
  padding:14px;
  border-radius:14px;
  background:#05060d;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.08);
}

.terminal-mini code{
  display:block;
  color:var(--acc-3);
  font-family:var(--f-mono);
  font-size:12px;
}

.terminal-mini p{
  margin-top:8px;
  color:var(--muted);
  font-size:13px;
  line-height:1.45;
}

.proto-system-card .bezel-core{
  padding:24px;
  background:
    radial-gradient(120% 90% at 90% 0%,rgba(99,102,241,.2),transparent 55%),
    linear-gradient(180deg,rgba(13,23,43,.96),rgba(8,9,20,.92));
}

.sys-top{
  display:flex;
  align-items:center;
  gap:10px;
  padding-bottom:18px;
  border-bottom:1px solid rgba(255,255,255,.08);
  font-family:var(--f-mono);
  font-size:12px;
  color:var(--muted);
}

.sys-top b{margin-left:auto;color:var(--ok);font-size:11px;letter-spacing:.12em}
.sys-dot{width:9px;height:9px;border-radius:999px;background:var(--ok);box-shadow:0 0 18px rgba(125,211,168,.8)}

.sys-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin:18px 0;
}

.sys-grid div,.lab-panel{
  padding:15px;
  border-radius:14px;
  background:rgba(5,5,14,.54);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.07);
}

.sys-grid small,.lab-panel small{
  display:block;
  margin-bottom:8px;
  font-family:var(--f-mono);
  font-size:10px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--acc-3);
}

.sys-grid p,.lab-panel p{
  color:var(--text);
  font-size:13.5px;
  line-height:1.55;
}

.sys-steps{
  display:flex;
  flex-direction:column;
  gap:9px;
  font-family:var(--f-mono);
  font-size:12px;
}

.sys-steps span{
  padding:10px 12px;
  border-radius:11px;
  background:rgba(255,255,255,.035);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.055);
}

.sys-steps .ok{color:var(--ok)}
.sys-steps .warn{color:var(--warm-2)}

.proto-mobile-path{padding-top:36px}
.proto-path-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:30px;
}

.path-card b{
  font-family:var(--f-mono);
  color:var(--acc-3);
  font-size:11px;
  letter-spacing:.16em;
}

.path-card h3{font-size:18px;margin:18px 0 8px}
.path-card p{color:var(--muted);font-size:14px;line-height:1.55}

.proto-selector{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:clamp(26px,4vw,52px);
  align-items:start;
}

.proto-selector-wide{
  grid-template-columns:minmax(250px,.38fr) minmax(0,1fr);
}

.platform-copy{
  position:sticky;
  top:120px;
}

.platform-status{
  margin-top:24px;
  padding:14px 15px;
  border-radius:14px;
  background:rgba(124,128,224,.055);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.08);
  color:var(--muted);
  font-size:13px;
  line-height:1.5;
}

.platform-status b{color:#fff}

.proto-platform-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}

.platform-card{
  min-height:178px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:12px;
  padding:18px;
  border-radius:18px;
  text-align:left;
  color:#fff;
  background:
    radial-gradient(120% 95% at 100% 0%,rgba(99,102,241,.12),transparent 48%),
    rgba(11,14,30,.72);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.075),inset 0 1px 1px rgba(255,255,255,.065);
  transition:transform .25s var(--ease),box-shadow .25s var(--ease),background .25s var(--ease);
}

.platform-card:hover,.platform-card.picked{
  transform:translateY(-3px);
  background:
    radial-gradient(120% 95% at 100% 0%,rgba(99,102,241,.28),transparent 52%),
    rgba(15,19,42,.88);
  box-shadow:inset 0 0 0 1px rgba(129,140,248,.54),0 18px 42px rgba(0,0,0,.32);
}

.platform-card img{
  width:34px;
  height:34px;
  object-fit:contain;
}

.platform-card b{
  font-family:var(--f-display);
  font-size:16px;
  line-height:1.1;
}

.platform-card span{
  color:var(--muted);
  font-size:13px;
  line-height:1.45;
}

.role-panel{
  grid-column:1/-1;
  padding-top:20px;
}

.role-chip-grid{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
}

.proto-chip-grid{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}

.proto-chip{
  min-height:46px;
  padding:12px 17px;
  border-radius:999px;
  background:rgba(124,128,224,.055);
  color:var(--muted);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.08),inset 0 1px 1px rgba(255,255,255,.06);
  font-weight:700;
  transition:transform .25s var(--ease),color .25s,box-shadow .25s,background .25s;
}

.proto-chip:hover,.proto-chip.picked{
  transform:translateY(-2px);
  color:#fff;
  background:rgba(99,102,241,.18);
  box-shadow:inset 0 0 0 1px rgba(129,140,248,.55),0 12px 28px -16px rgba(99,102,241,.7);
}

.proof-lab{
  margin-top:32px;
  padding:8px;
  border-radius:28px;
  background:rgba(124,128,224,.025);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.07),0 24px 80px -48px rgba(99,102,241,.55);
}

.proof-lab-mac{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);
  gap:12px;
  padding:12px;
}

.proof-window-main{
  min-height:324px;
}

.pack-console{
  display:grid;
  gap:12px;
  padding:18px;
}

.console-line{
  min-height:52px;
  display:flex;
  align-items:center;
  gap:11px;
  padding:12px 14px;
  border-radius:14px;
  background:rgba(5,5,14,.58);
  color:#fff;
  font-family:var(--f-mono);
  font-size:13px;
  line-height:1.35;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.07);
}

.console-line span{
  width:24px;
  height:24px;
  display:grid;
  place-items:center;
  border-radius:50%;
  flex:0 0 24px;
}

.console-line.good span{background:rgba(125,211,168,.16);color:var(--ok)}
.console-line.warn span{background:rgba(251,146,60,.16);color:var(--warm-2)}

.proof-side-stack{
  display:grid;
  gap:12px;
}

.mini-terminal{
  display:grid;
  gap:8px;
  padding:15px;
  min-height:135px;
  background:#05060d;
}

.mini-terminal p{
  color:#fff;
  font-family:var(--f-mono);
  font-size:13px;
}

.mini-terminal span{
  color:var(--muted);
  font-family:var(--f-mono);
  font-size:12px;
}

.mini-terminal b{
  margin-top:4px;
  font-family:var(--f-mono);
  font-size:12px;
}

.mini-terminal.muted b{color:var(--warm-2)}
.mini-terminal.success b{color:var(--ok)}

.lab-grid-system{
  grid-column:1/-1;
  padding:0;
}

.lab-nav{
  display:flex;
  gap:8px;
  padding:10px;
  overflow:auto;
}

.lab-nav span{
  flex:none;
  padding:9px 14px;
  border-radius:999px;
  color:var(--faint);
  font-family:var(--f-mono);
  font-size:11px;
  background:rgba(255,255,255,.035);
}

.lab-nav .active{
  color:#fff;
  background:linear-gradient(95deg,var(--acc),var(--acc-2));
}

.lab-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
  padding:0 10px 10px;
}

.lab-panel code{
  display:block;
  margin-top:13px;
  padding:10px 11px;
  border-radius:10px;
  background:#070710;
  color:var(--acc-3);
  font-family:var(--f-mono);
  font-size:11px;
  line-height:1.45;
  word-break:break-word;
}

.lab-panel.hot{
  background:linear-gradient(180deg,rgba(251,146,60,.09),rgba(5,5,14,.56));
  box-shadow:inset 0 0 0 1px rgba(251,146,60,.22);
}

.proto-packs{grid-template-columns:repeat(4,minmax(0,1fr))}
.proto-packs,.proto-packs .bezel,.proto-packs .bezel-core,.proto-packs .pack{min-width:0}
.proto-packs .bezel-core{padding:clamp(20px,2vw,26px)}
.proto-packs .pack{gap:11px}
.proto-packs .pack .btn{min-height:48px}
.proto-badge{
  width:max-content;
  max-width:100%;
  padding:5px 10px;
  border-radius:999px;
  background:rgba(165,180,252,.08);
  color:var(--acc-3);
  font-family:var(--f-mono);
  font-size:10px;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.proto-video-grid{
  display:grid;
  grid-template-columns:1fr .9fr;
  gap:clamp(24px,5vw,60px);
  align-items:center;
}

.shot-list{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.story-loop{
  display:grid;
  grid-template-columns:minmax(0,.85fr) minmax(0,1fr);
  gap:14px;
  align-items:stretch;
}

.loop-screen{
  position:relative;
  min-height:250px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  gap:8px;
  overflow:hidden;
  padding:18px;
  border-radius:15px;
  background:
    linear-gradient(transparent 0 94%,rgba(129,140,248,.15) 95%),
    radial-gradient(circle at 40% 30%,rgba(99,102,241,.34),transparent 38%),
    linear-gradient(180deg,rgba(5,5,14,.92),rgba(10,12,28,.95));
  box-shadow:inset 0 0 0 1px rgba(129,140,248,.2);
}

.loop-screen::before{
  content:"";
  position:absolute;
  inset:18px;
  border-radius:50%;
  border:1px solid rgba(165,180,252,.16);
  box-shadow:0 0 58px rgba(99,102,241,.18);
  transform:rotate(-14deg) scaleX(1.28);
}

.loop-screen b{
  position:relative;
  z-index:1;
  color:#fff;
  font-family:var(--f-display);
  font-size:18px;
}

.loop-screen p{
  position:relative;
  z-index:1;
  color:var(--muted);
  font-family:var(--f-mono);
  font-size:11px;
  line-height:1.5;
}

.scan-line{
  position:absolute;
  left:0;
  right:0;
  top:24%;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(56,189,248,.82),transparent);
  box-shadow:0 0 20px rgba(56,189,248,.65);
  animation:scanLoop 4.4s ease-in-out infinite;
}

@keyframes scanLoop{
  0%,100%{transform:translateY(-42px);opacity:.24}
  50%{transform:translateY(132px);opacity:.9}
}

.shot-list span{
  padding:13px 15px;
  border-radius:13px;
  background:rgba(5,5,14,.5);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.07);
  color:var(--muted);
  font-family:var(--f-mono);
  font-size:12px;
}

.shot-list span.active{
  color:#fff;
  background:linear-gradient(95deg,rgba(99,102,241,.2),rgba(34,197,94,.08));
  box-shadow:inset 0 0 0 1px rgba(129,140,248,.34),0 10px 28px rgba(99,102,241,.14);
}

.platform-more{display:none}
.mobile-sticky-cta{display:none}

@media(max-width:980px){
  .proto-hero-grid,.proto-selector,.proto-video-grid{grid-template-columns:1fr}
  .proto-selector-wide{grid-template-columns:1fr}
  .platform-copy{position:static}
  .proto-platform-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .role-chip-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .proof-lab-mac{grid-template-columns:1fr}
  .proto-hero-copy{text-align:center}
  .proto-sub,.proto-section-text{margin-inline:auto}
  .proto-cta{justify-content:center}
  .trust-strip{margin-inline:auto}
  .lab-grid{grid-template-columns:repeat(2,1fr)}
  .proto-works{align-items:center}
  .proto-works .works-row{justify-content:center}
  .proto-works .works-name{text-align:center}
  .hero-sale-note{margin-inline:auto}
  .story-loop{grid-template-columns:1fr}
  .loop-screen{min-height:210px}
}

@media(max-width:680px){
  .proto-page .section{padding:42px 0}
  .proto-page h2{font-size:clamp(24px,7vw,31px)}
  .proto-hero{
    min-height:auto;
    padding:104px 0 26px;
  }

  .proto-hero-grid{
    width:100%;
    max-width:100vw;
    min-width:0;
    overflow:hidden;
  }
  .proto-hero-grid>*,
  .proto-hero-copy,
  .proto-orbit-stage,
  .hero-mac,
  .mac-window,
  .hero-mac-body,
  .builder-command,
  .builder-result,
  .builder-flow,
  .terminal-mini{
    min-width:0;
    max-width:100%;
  }
  .proto-hero-copy>*{max-width:100%;min-width:0}
  .proto-hero-copy{text-align:left}
  .proto-hero .h1-word{font-size:clamp(44px,14.6vw,60px)}
  .proto-kicker{font-size:24px}
  .proto-kicker,.proto-sub,.hero-sale-note,.eyebrow{width:100%;overflow-wrap:anywhere}
  .proto-sub{font-size:14.5px;line-height:1.55}
  .proto-cta{margin:22px 0 16px}
  .proto-cta,.proto-cta .btn{width:100%;min-width:0}
  .proto-cta .btn{white-space:normal;justify-content:center}
  .trust-strip{grid-template-columns:1fr 1fr;width:100%}
  .trust-strip span{min-height:54px;padding:10px 11px}
  .proto-system-card,.proto-proof{display:none}
  .proto-orbit-stage{
    display:grid;
    min-height:auto;
    margin-top:6px;
  }
  .orbit-halo,.orbit-node{display:none}
  .hero-mac{width:100%;transform:none}
  .hero-mac-body{gap:10px;padding:13px}
  .builder-command{grid-template-columns:minmax(54px,auto) minmax(0,1fr);padding:12px;gap:7px 10px}
  .builder-command b{font-size:12px}
  .builder-command b,.terminal-mini code,.terminal-mini p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .builder-result{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}
  .builder-result article{min-height:72px;padding:10px}
  .builder-result article strong{font-size:24px}
  .builder-result article span{font-size:10px}
  .builder-flow{gap:6px;overflow:auto;padding-bottom:2px}
  .builder-flow span{flex:none}
  .terminal-mini{padding:10px}
  .terminal-mini p{font-size:11.5px}
  .sys-grid,.lab-grid{grid-template-columns:1fr}
  .proto-path-grid{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
    overflow:visible;
    padding:0;
    margin-inline:0;
  }
  .proto-path-grid .bezel{
    min-width:0;
    max-width:none;
  }
  .proto-path-grid .bezel-core{padding:16px}
  .platform-copy .proto-section-text{display:none}
  .proto-platform-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
    overflow:visible;
    padding:0;
    margin-inline:0;
  }
  .platform-card{
    min-height:auto;
    min-width:0;
    max-width:none;
    display:grid;
    grid-template-columns:30px 1fr;
    gap:6px 12px;
    padding:14px;
  }
  .platform-card.platform-extra{display:none}
  .proto-platform-grid.show-all .platform-card.platform-extra{display:grid}
  .platform-more{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:44px;
    margin-top:12px;
    width:100%;
    border-radius:14px;
    background:rgba(255,255,255,.05);
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.1);
    color:#fff;
    font-weight:750;
  }
  .platform-card img{width:30px;height:30px}
  .platform-card span{grid-column:2}
  .platform-status{margin-top:16px}
  .proto-system-card .bezel-core{padding:18px}
  .sys-grid{gap:8px;margin:12px 0}
  .sys-grid div,.lab-panel{padding:12px}
  .sys-steps{gap:7px;font-size:11px}
  .sys-steps span{padding:8px 10px}
  .proto-mobile-path{padding-top:20px}
  .proto-works{display:none}
  .proto-chip-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:9px;
  }
  .role-chip-grid{grid-template-columns:1fr 1fr}
  .proto-chip{
    border-radius:14px;
    min-height:44px;
    padding:10px;
    font-size:13.5px;
  }
  .proto-packs{gap:14px}
  .proto-packs .bezel-core{padding:18px}
  .proto-packs .pack ul{gap:8px}
  .proto-packs .pack li{font-size:13px}
  .proto-video-grid{gap:18px}
  .loop-screen{min-height:168px}
  .shot-list span{padding:10px 12px;font-size:11px}
  .mobile-sticky-cta{
    position:fixed;
    left:14px;
    right:14px;
    bottom:calc(12px + env(safe-area-inset-bottom));
    z-index:180;
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:50px;
    border-radius:999px;
    background:linear-gradient(135deg,var(--acc-2),var(--acc));
    color:#fff;
    font-weight:800;
    box-shadow:0 20px 48px rgba(99,102,241,.45),inset 0 1px 1px rgba(255,255,255,.24);
    opacity:0;
    pointer-events:none;
    transform:translateY(18px);
    transition:opacity .25s,transform .25s;
  }
  .mobile-sticky-cta.is-visible{opacity:1;pointer-events:auto;transform:none}
  .proto-page .footer,.proto-page #order{padding-bottom:84px}
}

@media(max-width:430px){
  .proto-chip-grid{grid-template-columns:1fr}
  .role-chip-grid{grid-template-columns:1fr}
}

/* 2026-06-24 product-flow hotfix: hero crop, selector overlap, cabinet clarity */
.proto-hero{
  overflow:clip;
}

.proto-hero .h1-word{
  font-size:clamp(52px,6.25vw,94px);
  line-height:.92;
  max-width:100%;
  white-space:nowrap;
}

.proto-orbit-stage{
  justify-self:end;
  width:min(560px,100%);
  min-width:0;
  margin-right:clamp(0px,2vw,24px);
}

.hero-mac{
  max-width:100%;
  transform:perspective(900px) rotateX(3deg) rotateY(-3deg) translateX(-16px);
}

.platform-copy{
  position:relative;
  top:auto;
  align-self:start;
}

.proto-selector-wide{
  align-items:start;
  row-gap:34px;
}

.role-panel{
  grid-column:1/-1;
  margin-top:8px;
  padding-top:34px;
  border-top:1px solid rgba(255,255,255,.08);
}

.role-panel .eyebrow,
.role-panel h2,
.role-panel .platform-status{
  max-width:760px;
}

.role-panel .platform-status{
  margin-top:16px;
  margin-bottom:18px;
  background:rgba(12,16,34,.72);
}

.role-chip-grid{
  gap:12px;
}

.allin{
  margin-top:16px;
}

.allin-card{
  min-height:0;
}

.support-section{
  position:relative;
  overflow:hidden;
}

.support-grid{
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(340px,.75fr);
  gap:clamp(22px,4vw,54px);
  align-items:center;
}

.support-copy h2{
  max-width:820px;
}

.support-flow{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin-top:24px;
  max-width:760px;
}

.support-flow span{
  min-height:74px;
  display:flex;
  flex-direction:column;
  gap:6px;
  justify-content:center;
  padding:14px;
  border-radius:16px;
  background:rgba(124,128,224,.05);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.07);
  color:var(--muted);
  font-size:13px;
  line-height:1.35;
}

.support-flow b{
  color:#fff;
  font-family:var(--f-display);
  font-size:18px;
}

.support-card{
  display:grid;
  gap:12px;
}

.support-card-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  margin-bottom:4px;
}

.support-card-head span{
  color:var(--acc-3);
  font-family:var(--f-mono);
  font-size:10px;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.support-card-head b{
  max-width:250px;
  color:#fff;
  text-align:right;
  font-size:15px;
}

.support-choice{
  width:100%;
  min-height:92px;
  display:flex;
  flex-direction:column;
  gap:7px;
  justify-content:center;
  padding:16px;
  border-radius:16px;
  text-align:left;
  color:var(--muted);
  background:rgba(255,255,255,.035);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.07);
  transition:box-shadow .2s,background .2s,color .2s;
}

.support-choice:hover,
.support-choice.picked{
  color:#fff;
  background:linear-gradient(180deg,rgba(99,102,241,.18),rgba(255,255,255,.04));
  box-shadow:inset 0 0 0 1px rgba(129,140,248,.48),0 18px 44px rgba(0,0,0,.24);
}

.support-choice-accent{
  background:linear-gradient(135deg,rgba(34,197,94,.16),rgba(56,189,248,.08));
  box-shadow:inset 0 0 0 1px rgba(125,255,190,.24),0 18px 48px rgba(0,0,0,.16);
}

.support-choice-accent:hover,
.support-choice-accent.picked{
  background:linear-gradient(135deg,rgba(34,197,94,.24),rgba(99,102,241,.14));
  box-shadow:inset 0 0 0 1px rgba(125,255,190,.42),0 20px 54px rgba(34,197,94,.12);
}

.support-choice-accent b{
  color:#DFFFEA;
}

.support-choice b{
  color:#fff;
  font-size:17px;
}

.support-choice span{
  font-size:13px;
  line-height:1.5;
}

.support-mini-note{
  margin-top:2px;
  padding:11px 13px;
  border-radius:13px;
  color:#BBF7D0;
  background:rgba(34,197,94,.08);
  box-shadow:inset 0 0 0 1px rgba(34,197,94,.2);
  font-size:12.5px;
  line-height:1.45;
}

@media(max-width:1180px) and (min-width:681px){
  .proto-selector-wide{
    grid-template-columns:1fr;
    overflow:hidden;
  }

  .platform-copy{
    max-width:780px;
  }

  .platform-copy h2{
    max-width:820px;
    font-size:clamp(42px,8vw,72px);
  }

  .proto-platform-grid{
    width:100%;
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .platform-card{
    min-width:0;
  }
}

@media(max-width:980px){
  .proto-hero .h1-word{
    font-size:clamp(48px,12vw,84px);
  }

  .proto-orbit-stage{
    justify-self:center;
    margin-right:0;
  }

  .hero-mac{
    transform:none;
  }

  .role-panel{
    margin-top:0;
    padding-top:28px;
  }

  .support-grid{
    grid-template-columns:1fr;
  }
}

@media(max-width:680px){
  .proto-hero .h1-word{
    font-size:clamp(42px,13vw,56px);
  }

  .role-panel{
    padding-top:24px;
  }

  .support-flow{
    grid-template-columns:1fr;
  }

  .support-card-head{
    flex-direction:column;
  }

  .support-card-head b{
    text-align:left;
    max-width:none;
  }
}

/* 2026-06-25 hero media pass: layered Skillaxy platform planet */
.hero-planet-stage{
  width:min(640px,100%);
  margin-right:0;
}

.hero-planet-frame{
  position:relative;
  width:100%;
  aspect-ratio:16/9;
  overflow:hidden;
  border-radius:28px;
  transform:perspective(1200px) rotateX(2deg) rotateY(-4deg);
  box-shadow:
    0 34px 95px rgba(0,180,255,.18),
    0 18px 52px rgba(0,0,0,.52),
    inset 0 0 0 1px rgba(160,210,255,.18);
  background:#050714;
}

.hero-planet-media{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transform:scale(1.018);
  animation:heroPlanetDrift 9s ease-in-out infinite alternate;
}

.hero-planet-scan{
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(4,8,18,.38),rgba(4,8,18,0) 24%,rgba(4,8,18,0) 72%,rgba(4,8,18,.22)),
    radial-gradient(circle at 72% 28%,rgba(0,229,255,.2),transparent 32%);
  mix-blend-mode:screen;
}

.hero-planet-orb{
  position:absolute;
  pointer-events:none;
  border-radius:999px;
  filter:blur(18px);
  opacity:.64;
}

.hero-planet-orb-a{
  width:180px;
  height:180px;
  right:7%;
  top:12%;
  background:rgba(0,229,255,.24);
  animation:heroOrbFloat 7s ease-in-out infinite alternate;
}

.hero-planet-orb-b{
  width:140px;
  height:140px;
  left:28%;
  bottom:4%;
  background:rgba(60,220,170,.18);
  animation:heroOrbFloat 8.5s ease-in-out infinite alternate-reverse;
}

@keyframes heroPlanetDrift{
  from{transform:scale(1.018) translate3d(0,0,0)}
  to{transform:scale(1.055) translate3d(-10px,-6px,0)}
}

@keyframes heroOrbFloat{
  from{transform:translate3d(0,0,0) scale(.96)}
  to{transform:translate3d(14px,-10px,0) scale(1.05)}
}

@media(max-width:1180px){
  .hero-planet-stage{
    width:min(640px,100%);
    margin-right:0;
  }
}

@media(max-width:680px){
  .proto-hero-grid{
    width:auto;
    max-width:100%;
  }

  .proto-cta .btn{
    width:100%;
    min-width:0;
    white-space:normal;
    text-align:center;
  }

  .hero-planet-stage{
    width:100%;
    margin-top:8px;
  }

  .hero-planet-frame{
    border-radius:22px;
    transform:none;
    box-shadow:
      0 22px 58px rgba(0,180,255,.13),
      0 12px 38px rgba(0,0,0,.48),
      inset 0 0 0 1px rgba(160,210,255,.16);
  }
}

@media (prefers-reduced-motion:reduce){
  .hero-planet-media,
  .hero-planet-orb{
    animation:none;
  }
}

/* 2026-07-01 section polish: readable selector, pricing CTAs, cabinet, role cards */
.proto-selector-wide{
  grid-template-columns:minmax(280px,.48fr) minmax(0,1.52fr);
  gap:clamp(42px,6vw,92px);
  overflow:visible;
}

.platform-copy{
  max-width:480px;
}

.platform-copy h2{
  max-width:460px;
  font-size:clamp(44px,4.2vw,74px);
  line-height:1;
}

.platform-copy .proto-section-text{
  max-width:430px;
}

.platform-copy .platform-status{
  max-width:430px;
}

.proto-platform-grid{
  min-width:0;
}

.platform-card{
  min-width:0;
  overflow:hidden;
}

.platform-card b,
.platform-card span{
  overflow-wrap:anywhere;
}

.proto-packs .pack{
  min-height:100%;
}

.proto-packs .pack .btn,
.allin-card .pack-btn{
  width:100%;
  min-width:0;
  overflow:hidden;
  white-space:normal;
  text-align:center;
  justify-content:center;
  line-height:1.18;
  padding-inline:clamp(14px,1.6vw,22px);
}

.proto-packs .pack .btn.glow::after,
.allin-card .pack-btn.glow::after{
  inset:0;
}

.role-intro{
  max-width:760px;
  margin-top:16px;
  color:var(--muted);
  font-size:16px;
  line-height:1.6;
}

.role-card-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:24px;
}

.role-card{
  min-height:206px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:9px;
  padding:20px;
  border-radius:22px;
  text-align:left;
  color:#fff;
  background:
    radial-gradient(95% 80% at 100% 0%,rgba(99,102,241,.13),transparent 55%),
    rgba(9,12,28,.72);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.08),inset 0 1px 1px rgba(255,255,255,.06);
  transition:transform .25s var(--ease),box-shadow .25s var(--ease),background .25s var(--ease);
}

.role-card:hover,
.role-card.picked{
  transform:translateY(-3px);
  background:
    radial-gradient(95% 80% at 100% 0%,rgba(99,102,241,.24),transparent 56%),
    rgba(12,16,36,.9);
  box-shadow:inset 0 0 0 1px rgba(129,140,248,.52),0 18px 44px rgba(0,0,0,.28);
}

.role-card-soft{
  background:
    radial-gradient(95% 80% at 100% 0%,rgba(34,197,94,.13),transparent 55%),
    rgba(9,12,28,.72);
}

.role-card span{
  color:var(--acc-3);
  font-family:var(--f-mono);
  font-size:11px;
}

.role-card b{
  font-family:var(--f-display);
  font-size:24px;
  line-height:1.05;
}

.role-card strong{
  color:#E9ECFF;
  font-size:14px;
  line-height:1.35;
}

.role-card em{
  margin-top:auto;
  color:var(--muted);
  font-style:normal;
  font-size:13px;
  line-height:1.48;
}

.cabinet-panel{
  display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:14px;
  align-items:stretch;
}

.cabinet-card{
  position:relative;
  min-height:300px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  gap:13px;
  overflow:hidden;
  padding:22px;
  border-radius:20px;
  background:
    radial-gradient(circle at 50% 28%,rgba(99,102,241,.38),transparent 34%),
    linear-gradient(180deg,rgba(15,19,42,.96),rgba(6,8,18,.96));
  box-shadow:inset 0 0 0 1px rgba(129,140,248,.24);
}

.cabinet-card::before{
  content:"";
  position:absolute;
  inset:42px 28px auto;
  height:168px;
  border-radius:50%;
  border:1px solid rgba(165,180,252,.16);
  transform:rotate(-14deg) scaleX(1.34);
}

.cabinet-orbit{
  position:absolute;
  right:28px;
  top:30px;
  width:11px;
  height:11px;
  border-radius:999px;
  background:#7AFFB4;
  box-shadow:0 0 28px rgba(122,255,180,.55);
}

.cabinet-card-head,
.cabinet-card strong,
.cabinet-card p{
  position:relative;
  z-index:1;
}

.cabinet-card-head{
  display:flex;
  flex-direction:column;
  gap:6px;
}

.cabinet-card-head small{
  color:var(--acc-3);
  font-family:var(--f-mono);
  font-size:11px;
  text-transform:uppercase;
}

.cabinet-card-head b{
  color:#fff;
  font-family:var(--f-display);
  font-size:26px;
  line-height:1.05;
}

.cabinet-card strong{
  color:#F7F8FF;
  font-size:18px;
  line-height:1.25;
}

.cabinet-card p{
  color:var(--muted);
  font-size:13px;
  line-height:1.48;
}

.cabinet-step-list{
  display:grid;
  gap:10px;
}

.cabinet-step-list span{
  min-height:54px;
  display:grid;
  grid-template-columns:34px minmax(0,1fr);
  gap:2px 12px;
  align-items:center;
  padding:13px 15px;
  border-radius:15px;
  background:rgba(5,5,14,.5);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.07);
}

.cabinet-step-list span.active{
  background:linear-gradient(95deg,rgba(99,102,241,.2),rgba(34,197,94,.08));
  box-shadow:inset 0 0 0 1px rgba(129,140,248,.34),0 10px 28px rgba(99,102,241,.14);
}

.cabinet-step-list b{
  grid-row:1/3;
  color:var(--acc-3);
  font-family:var(--f-mono);
  font-size:12px;
}

.cabinet-step-list strong{
  color:#fff;
  font-size:14px;
  line-height:1.2;
}

.cabinet-step-list em{
  color:var(--muted);
  font-style:normal;
  font-size:12px;
  line-height:1.3;
}

@media(max-width:1260px) and (min-width:981px){
  .proto-selector-wide{
    grid-template-columns:minmax(260px,.46fr) minmax(0,1.54fr);
    gap:clamp(34px,4vw,64px);
  }

  .platform-copy h2{
    font-size:clamp(40px,4.6vw,62px);
  }

  .platform-card{
    padding:16px;
  }
}

@media(max-width:980px){
  .proto-selector-wide{
    grid-template-columns:1fr;
    gap:28px;
    overflow:hidden;
  }

  .platform-copy,
  .platform-copy h2,
  .platform-copy .proto-section-text,
  .platform-copy .platform-status{
    max-width:780px;
  }

  .role-card-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .cabinet-panel{
    grid-template-columns:1fr;
  }

  .cabinet-card{
    min-height:240px;
  }
}

@media(max-width:680px){
  .platform-copy h2{
    font-size:clamp(32px,9vw,44px);
  }

  .role-intro{
    font-size:14px;
  }

  .role-card-grid{
    grid-template-columns:1fr;
  }

  .role-card{
    min-height:0;
    padding:16px;
  }

  .role-card b{
    font-size:20px;
  }

  .cabinet-card{
    min-height:220px;
  }

  .cabinet-card-head b{
    font-size:22px;
  }

  .cabinet-step-list span{
    min-height:50px;
    padding:12px;
  }
}

/* 2026-07-01 final flow pass: stable platform layout, bot support, simple journey */
.proto-selector-wide{
  grid-template-columns:1fr;
  gap:clamp(28px,4.4vw,52px);
  overflow:hidden;
}

.platform-copy{
  max-width:none;
  display:block;
}

.platform-copy h2{
  max-width:980px;
  font-size:clamp(48px,5.1vw,86px);
  line-height:.98;
}

.platform-copy .proto-section-text{
  max-width:760px;
}

.platform-copy .platform-status{
  max-width:760px;
  margin-top:18px;
}

.proto-platform-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}

.platform-card{
  min-height:174px;
}

.role-card .role-icon{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border-radius:14px;
  color:#E8ECFF;
  background:
    radial-gradient(circle at 70% 20%,rgba(129,140,248,.38),transparent 54%),
    linear-gradient(145deg,rgba(99,102,241,.24),rgba(255,255,255,.06));
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.14),0 14px 30px rgba(0,0,0,.22);
  font-size:0;
}

.role-card .role-icon svg{
  width:25px;
  height:25px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.85;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.role-card-soft .role-icon{
  color:#DFFFEA;
  background:
    radial-gradient(circle at 70% 20%,rgba(34,197,94,.34),transparent 54%),
    linear-gradient(145deg,rgba(34,197,94,.18),rgba(99,102,241,.08));
}

.cabinet-benefits{
  max-width:680px;
  display:grid;
  gap:10px;
  margin:24px 0 0;
  padding:0;
  list-style:none;
}

.cabinet-benefits li{
  display:grid;
  grid-template-columns:minmax(120px,.4fr) minmax(0,1fr);
  gap:12px;
  align-items:center;
  min-height:56px;
  padding:13px 15px;
  border-radius:14px;
  color:var(--muted);
  background:rgba(124,128,224,.045);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.07);
}

.cabinet-benefits b{
  color:#fff;
  font-family:var(--f-display);
  font-size:15px;
}

.cabinet-benefits span{
  min-width:0;
  font-size:13px;
  line-height:1.42;
}

.cabinet-product-card{
  min-height:238px;
  min-width:0;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  gap:14px;
  overflow:hidden;
  padding:24px;
  border-radius:18px;
  background:
    radial-gradient(circle at 80% 14%,rgba(122,255,180,.24),transparent 12%),
    radial-gradient(circle at 50% 30%,rgba(99,102,241,.34),transparent 38%),
    linear-gradient(180deg,rgba(14,18,40,.96),rgba(6,8,18,.96));
  box-shadow:inset 0 0 0 1px rgba(129,140,248,.26);
}

.cabinet-product-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:auto;
}

.cabinet-product-top span{
  color:var(--acc-3);
  font-family:var(--f-mono);
  font-size:11px;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.cabinet-product-top b{
  padding:7px 9px;
  border-radius:999px;
  color:#DFFFEA;
  background:rgba(34,197,94,.11);
  box-shadow:inset 0 0 0 1px rgba(34,197,94,.24);
  font-size:11px;
  line-height:1;
}

.cabinet-product-card h3{
  margin:0;
  max-width:100%;
  color:#fff;
  font-family:var(--f-display);
  font-size:clamp(34px,2.6vw,46px);
  line-height:.95;
  overflow-wrap:normal;
  word-break:normal;
}

.cabinet-product-card p{
  max-width:520px;
  min-width:0;
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.5;
}

.cabinet-progress{
  height:8px;
  overflow:hidden;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.05);
}

.cabinet-progress span{
  display:block;
  width:38%;
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,#7AFFB4,#818CF8);
}

.cabinet-product-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.cabinet-product-meta span{
  padding:7px 9px;
  border-radius:999px;
  color:#E9ECFF;
  background:rgba(255,255,255,.06);
  font-family:var(--f-mono);
  font-size:11px;
}

.cabinet-library{
  min-width:0;
  display:grid;
  gap:10px;
}

.cabinet-library span{
  min-height:58px;
  min-width:0;
  display:grid;
  grid-template-columns:minmax(110px,.45fr) minmax(0,1fr);
  gap:10px;
  align-items:center;
  overflow:hidden;
  padding:13px 15px;
  border-radius:14px;
  background:rgba(5,5,14,.5);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.07);
}

.cabinet-library span.active{
  background:linear-gradient(95deg,rgba(99,102,241,.2),rgba(34,197,94,.08));
  box-shadow:inset 0 0 0 1px rgba(129,140,248,.34),0 10px 28px rgba(99,102,241,.14);
}

.cabinet-library b{
  min-width:0;
  color:#fff;
  font-size:14px;
  line-height:1.2;
  overflow-wrap:anywhere;
}

.cabinet-library em{
  min-width:0;
  color:var(--muted);
  font-style:normal;
  font-size:12px;
  line-height:1.35;
  overflow-wrap:anywhere;
}

.support-flow span{
  min-height:96px;
  gap:7px;
  overflow:hidden;
}

.support-flow span strong{
  color:#fff;
  font-size:15px;
  line-height:1.22;
}

.support-flow span em{
  color:var(--muted);
  font-style:normal;
  font-size:12px;
  line-height:1.36;
}

.support-telegram-link{
  text-decoration:none;
}

.support-choice{
  min-height:104px;
}

#platforms,
#roles,
#packs,
#support,
#cabinet,
#order,
#system{
  scroll-margin-top:128px;
}

@media(max-width:1320px){
  .proto-platform-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

}

@media(max-width:980px){
  .platform-copy{
    display:block;
  }

  .platform-copy h2,
  .platform-copy .proto-section-text,
  .platform-copy .platform-status{
    max-width:780px;
  }

  .platform-copy .platform-status{
    margin-top:18px;
  }

  .proto-platform-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .cabinet-benefits li,
  .cabinet-library span{
    grid-template-columns:1fr;
    gap:5px;
  }
}

@media(max-width:680px){
  .mobile-sticky-cta{
    display:none!important;
  }

  .platform-copy h2{
    font-size:clamp(36px,11.5vw,52px);
    line-height:.98;
  }

  .proto-platform-grid{
    grid-template-columns:1fr;
  }

  .platform-card{
    min-height:0;
  }

  .cabinet-benefits{
    margin-top:18px;
  }

  .cabinet-product-card{
    min-height:260px;
    padding:18px;
  }

  .cabinet-product-card h3{
    font-size:34px;
  }

  .cabinet-library span{
    min-height:0;
  }

  #platforms,
  #roles,
  #packs,
  #support,
  #cabinet,
  #order,
  #system{
    scroll-margin-top:92px;
  }
}

/* 2026-07-02 compact desktop pass: keep the key sections inside a laptop viewport */
@media(min-width:981px){
  #platforms.section{
    padding-block:clamp(34px,5vh,58px);
  }

  .proto-selector-wide{
    gap:clamp(20px,3vw,34px);
  }

  .platform-copy h2{
    max-width:1180px;
    font-size:clamp(34px,3.25vw,52px);
    line-height:1.04;
  }

  .platform-copy .proto-section-text{
    max-width:740px;
    font-size:clamp(14px,1vw,16px);
    line-height:1.5;
  }

  .platform-copy .platform-status{
    max-width:760px;
    margin-top:10px;
    padding:10px 13px;
  }

  .proto-platform-grid{
    gap:12px;
  }

  .platform-card{
    min-height:118px;
    padding:14px 16px;
    gap:8px;
  }

  .platform-card img{
    width:26px;
    height:26px;
  }

  .platform-card b{
    font-size:14px;
    line-height:1.12;
  }

  .platform-card span{
    font-size:11.8px;
    line-height:1.34;
  }

}

@media(min-width:1200px){
  .proto-platform-grid{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }
}

/* 2026-07-04 Fable wave: product clarity, cleaner hero, safer support and pricing */
.proto-hero .h1-word{
  max-width:780px;
  font-size:clamp(48px,5.5vw,86px);
  line-height:.98;
  white-space:normal;
  overflow:visible;
}

.proto-hero .proto-kicker{
  max-width:640px;
  margin-top:16px;
  color:#F6F7FF;
}

.proto-hero .proto-sub{
  max-width:650px;
}

.hero-planet-frame{
  overflow:hidden;
  border-radius:28px;
  transform:perspective(1200px) rotateX(2deg) rotateY(-4deg);
  box-shadow:
    0 34px 95px rgba(0,180,255,.18),
    0 18px 52px rgba(0,0,0,.52),
    inset 0 0 0 1px rgba(160,210,255,.18);
  background:#050714;
}

.hero-planet-frame::before{
  display:block;
}

.hero-planet-frame::after{
  display:block;
}

.hero-planet-media{
  width:100%;
  max-width:100%;
  height:100%;
  border-radius:0;
  box-shadow:0 36px 110px rgba(0,0,0,.34),0 0 80px rgba(99,102,241,.12);
  transform:scale(1.018);
  clip-path:none;
  mask-image:none;
  -webkit-mask-image:none;
  animation:heroPlanetDrift 9s ease-in-out infinite alternate;
}

.hero-planet-stage{
  width:min(640px,100%);
  justify-self:end;
  margin-right:0;
}

@keyframes heroPlanetFloatLoose{
  from{transform:translateX(30px) translateY(0) scale(1.1)}
  to{transform:translateX(12px) translateY(-8px) scale(1.15)}
}

.hero-planet-frame::before{
  display:block;
}

.packs-trust{
  max-width:720px;
  margin:18px 0 24px;
  color:#DCE4FF;
  line-height:1.55;
  font-size:15px;
}

.constellation-strip{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-top:14px;
  padding:18px 20px;
  border-radius:22px;
  background:
    radial-gradient(90% 120% at 100% 0%,rgba(99,102,241,.16),transparent 58%),
    rgba(9,12,28,.72);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.08),0 18px 44px rgba(0,0,0,.18);
}

.constellation-strip div{
  display:grid;
  gap:4px;
  min-width:0;
}

.constellation-strip small{
  color:var(--acc-3);
  font-family:var(--f-mono);
  font-size:10px;
  letter-spacing:.13em;
  text-transform:uppercase;
}

.constellation-strip b{
  color:#fff;
  font-family:var(--f-display);
  font-size:24px;
}

.constellation-strip span{
  color:var(--muted);
  font-size:14px;
  line-height:1.48;
}

.constellation-strip .btn{
  flex:none;
}

.support-card-head{
  grid-template-columns:1fr;
  gap:6px;
}

.support-choice{
  position:relative;
  padding-right:48px;
}

.support-choice::after{
  content:"";
  position:absolute;
  right:20px;
  top:50%;
  width:10px;
  height:10px;
  border-right:2px solid currentColor;
  border-top:2px solid currentColor;
  opacity:.62;
  transform:translateY(-50%) rotate(45deg);
}

.support-choice-accent{
  color:#E9ECFF;
  background:
    radial-gradient(100% 120% at 100% 0%,rgba(99,102,241,.18),transparent 52%),
    rgba(14,18,38,.78);
  box-shadow:inset 0 0 0 1px rgba(129,140,248,.26);
}

.support-choice-accent:hover,
.support-choice-accent.picked{
  background:
    radial-gradient(100% 120% at 100% 0%,rgba(99,102,241,.26),transparent 54%),
    rgba(16,20,44,.9);
  box-shadow:inset 0 0 0 1px rgba(129,140,248,.5),0 18px 40px rgba(0,0,0,.24);
}

.support-mini-note{
  color:#C4CBE8;
  background:rgba(255,255,255,.035);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.08);
}

@media(min-width:981px){
  .proto-packs{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media(max-width:980px){
  .hero-planet-media{
    mask-image:none;
  }

  .constellation-strip{
    align-items:flex-start;
    flex-direction:column;
  }
}

@media(max-width:680px){
  .proto-hero .h1-word{
    font-size:clamp(38px,13vw,58px);
  }

  .proto-hero .proto-kicker{
    font-size:clamp(18px,6vw,26px);
  }

  .constellation-strip{
    padding:16px;
  }
}

/* 2026-07-04 orbit video hero: Fable/Matvey overlay pass */
.orbit-hero-mode .navwrap{
  transition:opacity .35s ease,transform .35s ease;
}

.orbit-hero-mode:not(.orbit-nav-visible) .navwrap{
  opacity:0;
  pointer-events:none;
  transform:translateY(-10px);
}

.orbit-video-hero{
  position:relative;
  min-height:100svh;
  overflow:hidden;
  isolation:isolate;
  background:#070710;
}

.orbit-hero-video,
.orbit-hero-poster{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}

.orbit-hero-video{
  z-index:0;
  opacity:1;
  transition:opacity .7s linear;
  will-change:opacity;
}

.orbit-hero-video.v-b{
  opacity:0;
}

.orbit-hero-video.is-active{
  opacity:1;
}

.orbit-hero-video.is-idle{
  opacity:0;
}

.orbit-hero-poster{
  z-index:0;
  background:
    radial-gradient(circle at 78% 42%,rgba(92,214,255,.16),transparent 32%),
    radial-gradient(circle at 18% 56%,rgba(110,107,255,.12),transparent 34%),
    #070710;
  opacity:0;
  pointer-events:none;
}

.orbit-hero-vignette{
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(3,6,17,.78) 0%,rgba(3,6,17,.62) 28%,rgba(3,6,17,.18) 48%,rgba(3,6,17,.02) 72%),
    radial-gradient(circle at 19% 54%,rgba(110,107,255,.16),transparent 34%),
    linear-gradient(180deg,rgba(2,4,13,.1) 0%,rgba(2,4,13,.56) 100%);
}

.orbit-video-hero::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  z-index:3;
  height:200px;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(7,7,16,0) 0%,rgba(7,7,16,.62) 58%,#070710 100%);
}

.orbit-hero-overlay{
  position:absolute;
  inset:0;
  z-index:4;
  min-height:100%;
  color:#F2F4FA;
}

.orbit-hero-logo{
  position:absolute;
  top:42px;
  left:54px;
  display:flex;
  align-items:center;
  gap:10px;
  opacity:0;
  transform:translateY(10px);
  animation:orbitIntro 1.2s cubic-bezier(.16,1,.3,1) .1s forwards;
  font-family:var(--f-display);
  font-weight:700;
  font-size:16px;
  letter-spacing:0;
}

.orbit-hero-logo b{
  color:#A5B4FC;
}

.orbit-logo-mark{
  border-radius:10px;
  filter:drop-shadow(0 0 14px rgba(92,214,255,.26));
}

.orbit-hero-copy{
  position:absolute;
  left:54px;
  top:50%;
  width:460px;
  max-width:34vw;
  transform:translateY(-50%);
}

.orbit-hero-copy h1,
.orbit-hero-copy p,
.orbit-hero-copy .btn{
  opacity:0;
  transform:translateY(16px);
  animation:orbitIntro 1.2s cubic-bezier(.16,1,.3,1) forwards;
}

.orbit-hero-copy h1{
  max-width:460px;
  font-size:58px;
  line-height:1.03;
  letter-spacing:0;
  color:#F7F8FF;
  text-wrap:balance;
  text-shadow:0 18px 58px rgba(0,0,0,.42);
  animation-delay:.22s;
}

.orbit-hero-copy p{
  max-width:450px;
  margin:22px 0 34px;
  color:#C7CCDE;
  font-size:18px;
  line-height:1.62;
  animation-delay:.38s;
}

.orbit-hero-copy .btn{
  animation-delay:.54s;
  background:#6E6BFF;
  box-shadow:0 1px 0 rgba(255,255,255,.25) inset,0 18px 54px rgba(110,107,255,.42);
}

@keyframes orbitIntro{
  to{
    opacity:1;
    transform:translateY(0);
  }
}

@media(max-width:1380px){
  .orbit-hero-copy{
    width:410px;
    max-width:32vw;
  }

  .orbit-hero-copy h1{
    font-size:48px;
  }

  .orbit-hero-copy p{
    font-size:17px;
  }
}

@media(max-width:1100px){
  .orbit-video-hero{
    min-height:940px;
  }

  .orbit-hero-logo{
    left:32px;
    top:32px;
  }

  .orbit-hero-copy{
    left:32px;
    top:34%;
    width:500px;
    max-width:calc(100vw - 64px);
  }

  .orbit-hero-copy h1{
    font-size:50px;
  }
}

@media(max-width:720px){
  .orbit-video-hero{
    min-height:860px;
  }

  .orbit-hero-video,
  .orbit-hero-poster{
    object-position:68% center;
  }

  .orbit-hero-vignette{
    background:
      linear-gradient(180deg,rgba(3,6,17,.72) 0%,rgba(3,6,17,.48) 42%,rgba(3,6,17,.9) 100%),
      radial-gradient(circle at 66% 24%,rgba(92,214,255,.14),transparent 36%);
  }

  .orbit-hero-logo{
    left:22px;
    top:24px;
  }

  .orbit-hero-copy{
    left:22px;
    right:22px;
    top:128px;
    width:auto;
    max-width:none;
    transform:none;
  }

  .orbit-hero-copy h1{
    max-width:350px;
    font-size:38px;
    line-height:1.08;
  }

  .orbit-hero-copy p{
    max-width:345px;
    margin:18px 0 24px;
    font-size:16px;
    line-height:1.52;
  }

  .orbit-hero-copy .btn{
    min-width:220px;
  }
}

#how{
  background:#070710;
}

#platforms.platforms-reveal{
  opacity:0;
  transform:translateY(34px);
  transition:opacity .9s cubic-bezier(.16,1,.3,1),transform .9s cubic-bezier(.16,1,.3,1);
  will-change:opacity,transform;
}

#platforms.platforms-reveal.is-visible{
  opacity:1;
  transform:translateY(0);
}

@media (prefers-reduced-motion:reduce){
  .orbit-hero-video{
    display:none;
  }

  .orbit-hero-poster{
    opacity:1;
  }

  .orbit-hero-logo,
  .orbit-hero-copy h1,
  .orbit-hero-copy p,
  .orbit-hero-copy .btn{
    opacity:1;
    transform:none;
    animation:none;
  }

}

/* 2026-07-04 pricing-premium pass: Cosmos/Krea-inspired pack cards */
#packs{
  --pricing-card:#0d1020;
  --pricing-ring:rgba(255,255,255,.06);
  --pricing-ring-strong:rgba(110,107,255,.74);
  --pricing-cyan:#5CD6FF;
  --pricing-gold:#F6C96B;
}

#packs .container{
  position:relative;
}

#packs .packs-trust{
  max-width:760px;
  margin-bottom:30px;
}

#packs .proto-packs{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  align-items:stretch;
}

#packs .proto-packs::before{
  inset:-150px -14% auto;
  height:520px;
  border-radius:50%;
  opacity:.82;
  filter:blur(18px);
  background:
    radial-gradient(closest-side at 50% 42%,rgba(110,107,255,.24),rgba(92,214,255,.08) 46%,transparent 76%);
}

#packs .proto-packs .bezel{
  overflow:visible;
  padding:1px;
  border-radius:18px;
  background:var(--pricing-ring);
  box-shadow:0 22px 58px rgba(0,0,0,.22);
  transform-origin:center;
}

#packs .proto-packs .bezel-core{
  display:flex;
  min-height:100%;
  padding:26px;
  border-radius:16px;
  background:
    radial-gradient(120% 120% at 50% 0%,rgba(255,255,255,.035),transparent 58%),
    var(--pricing-card);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.055);
}

#packs .proto-packs .bezel:not(.bezel-hot):hover{
  transform:translateY(-4px);
  box-shadow:0 26px 64px rgba(0,0,0,.28),0 0 0 1px rgba(255,255,255,.035);
}

#packs .proto-packs .bezel-hot{
  z-index:2;
  translate:0 -4px;
  scale:1.02;
  background:
    linear-gradient(145deg,rgba(255,255,255,.2),rgba(110,107,255,.95) 28%,rgba(92,214,255,.42) 58%,rgba(255,255,255,.09));
  box-shadow:
    0 0 0 1px rgba(110,107,255,.18),
    0 0 36px rgba(110,107,255,.38),
    0 30px 92px rgba(110,107,255,.28);
}

#packs .proto-packs .bezel-hot:hover{
  translate:0 -8px;
  box-shadow:
    0 0 0 1px rgba(110,107,255,.28),
    0 0 46px rgba(110,107,255,.48),
    0 34px 108px rgba(110,107,255,.34);
}

#packs .proto-packs .bezel-hot .bezel-core{
  background:
    radial-gradient(95% 80% at 50% 0%,rgba(110,107,255,.25),transparent 62%),
    linear-gradient(180deg,rgba(21,24,52,.98),#0d1020 72%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.13),
    inset 0 0 0 1px rgba(255,255,255,.045);
}

#packs .proto-packs .pack{
  gap:13px;
}

#packs .proto-packs .pack h3{
  color:#F6F7FF;
  font-family:var(--f-display);
  font-size:clamp(24px,2vw,32px);
  line-height:1;
  letter-spacing:0;
  text-transform:none;
}

#packs .proto-packs .pack-price{
  margin-top:2px;
  color:#fff;
  font-size:clamp(34px,2.7vw,44px);
  letter-spacing:0;
}

#packs .pack ul{
  gap:12px;
  margin-top:4px;
}

#packs .pack li{
  color:#C7CCDE;
  font-size:13.5px;
  line-height:1.5;
  padding-left:26px;
}

#packs .pack li::before,
#packs .allin-list li::before{
  top:3px;
  width:16px;
  height:16px;
  border-radius:50%;
  background:rgba(92,214,255,.08);
  box-shadow:inset 0 0 0 1.3px rgba(92,214,255,.48),0 0 14px rgba(92,214,255,.16);
}

#packs .pack li::after,
#packs .allin-list li::after{
  top:3px;
  width:16px;
  height:16px;
  color:var(--pricing-cyan);
  font-size:9px;
}

#packs .pack-tag{
  top:-18px;
  left:26px;
  transform:none;
  padding:7px 14px;
  border-radius:999px;
  color:#fff;
  background:#6E6BFF;
  box-shadow:0 14px 34px rgba(110,107,255,.46),inset 0 1px 1px rgba(255,255,255,.28);
  letter-spacing:.14em;
}

#packs .proto-packs .pack .btn{
  min-height:50px;
  margin-top:auto;
  border-radius:14px;
}

#packs .proto-packs .pack .btn-outline{
  color:#F2F4FA;
  border:1px solid rgba(255,255,255,.13);
  background:rgba(255,255,255,.025);
  box-shadow:inset 0 1px 1px rgba(255,255,255,.055);
}

#packs .proto-packs .pack .btn-outline:hover{
  border-color:rgba(92,214,255,.32);
  background:rgba(92,214,255,.055);
}

#packs .proto-packs .bezel-hot .btn-primary{
  background:#6E6BFF;
  box-shadow:0 1px 0 rgba(255,255,255,.26) inset,0 18px 52px rgba(110,107,255,.42);
}

#packs .proto-packs .bezel-hot .btn-primary.glow::after{
  background:#6E6BFF;
  opacity:.54;
  filter:blur(18px);
}

#packs .constellation-strip{
  margin-top:18px;
  border-radius:16px;
  background:
    radial-gradient(90% 140% at 100% 0%,rgba(92,214,255,.08),transparent 62%),
    var(--pricing-card);
  box-shadow:inset 0 0 0 1px var(--pricing-ring),0 22px 58px rgba(0,0,0,.2);
}

#packs .allin{
  margin-top:18px;
  padding:1px;
  border-radius:18px;
  background:linear-gradient(110deg,rgba(246,201,107,.64),rgba(251,146,60,.28),rgba(110,107,255,.2));
  box-shadow:0 24px 74px rgba(246,201,107,.12),0 24px 68px rgba(0,0,0,.22);
}

#packs .allin-card{
  grid-template-columns:1.1fr 1.45fr minmax(168px,.45fr);
  gap:28px;
  padding:28px;
  border-radius:16px;
  background:
    radial-gradient(70% 120% at 0% 0%,rgba(246,201,107,.16),transparent 62%),
    radial-gradient(80% 120% at 100% 0%,rgba(110,107,255,.13),transparent 60%),
    #11111b;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.1);
}

#packs .allin-tag{
  color:#1F1605;
  background:linear-gradient(95deg,#F6C96B,#FB923C);
  box-shadow:0 12px 30px rgba(246,201,107,.24),inset 0 1px 1px rgba(255,255,255,.32);
}

#packs .allin-l h3{
  color:#fff;
  font-size:clamp(26px,2vw,34px);
}

#packs .allin-l p,
#packs .allin-list li{
  color:#D0D2DE;
}

#packs .allin-list li b{
  color:#fff;
}

#packs .allin-r .btn-primary{
  background:linear-gradient(135deg,#F6C96B,#FB923C);
  color:#170F04;
  box-shadow:0 1px 0 rgba(255,255,255,.28) inset,0 18px 48px rgba(246,201,107,.22);
}

#packs .allin-r .btn-primary.glow::after{
  background:linear-gradient(135deg,#F6C96B,#FB923C);
  opacity:.28;
}

@media(max-width:1024px){
  #packs .proto-packs{
    grid-template-columns:1fr;
  }

  #packs .proto-packs .bezel-hot{
    translate:0;
    scale:1;
  }

  #packs .proto-packs .bezel-hot:hover{
    translate:0 -4px;
  }
}

@media(max-width:680px){
  #packs .packs-trust{
    margin-bottom:24px;
  }

  #packs .proto-packs{
    gap:16px;
  }

  #packs .proto-packs .bezel-core{
    padding:22px;
  }

  #packs .pack-tag{
    top:-14px;
    left:22px;
  }

  #packs .constellation-strip,
  #packs .allin-card{
    display:grid;
    grid-template-columns:1fr;
    gap:16px;
    padding:22px;
  }

  #packs .constellation-strip .btn{
    width:100%;
  }
}

/* 2026-07-04 slide2-planet-and-fixes: real route planet + overlap fixes */
.route-section,
#platforms,
#roles,
#packs,
#support,
#cabinet,
#order,
#system{
  scroll-margin-top:112px;
}

.route-scene{
  min-height:640px;
}

.route-planet{
  left:4%;
  top:50%;
  width:clamp(240px,25vw,340px);
  background:none!important;
  box-shadow:none!important;
  overflow:visible;
  transform:translateY(-50%);
}

.route-planet::before{
  content:"";
  position:absolute;
  inset:8%;
  border-radius:50%;
  background:radial-gradient(circle,rgba(92,214,255,.18),transparent 62%);
  filter:blur(24px);
  opacity:.8;
  z-index:-1;
}

.route-planet img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  filter:drop-shadow(0 0 34px rgba(92,214,255,.24)) drop-shadow(0 28px 58px rgba(0,0,0,.36));
  user-select:none;
  pointer-events:none;
}

.route-node{
  min-width:154px;
  max-width:188px;
  transform:translate(-50%,-50%) scale(.76);
}

.route-node.is-active{
  transform:translate(-50%,-50%) scale(1);
}

.route-node.is-passed{
  transform:translate(-50%,-50%) scale(.92);
}

.route-step-copy{
  right:0;
  bottom:10%;
}

.route-final-cta{
  right:0;
}

#packs .constellation-strip{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:24px;
  padding:22px 24px;
  overflow:hidden;
}

#packs .constellation-strip div{
  min-width:0;
}

#packs .constellation-strip small{
  width:max-content;
  padding:5px 9px;
  border-radius:999px;
  color:#1B1203;
  background:linear-gradient(95deg,#F6C96B,#FB923C);
  box-shadow:0 10px 28px rgba(246,201,107,.16);
}

#packs .constellation-strip .btn{
  justify-self:end;
  white-space:nowrap;
}

.route-section .proto-selector-wide{
  display:grid;
  grid-template-columns:1fr;
  gap:32px;
  scroll-margin-top:156px;
}

.route-section .platform-copy{
  position:relative;
  top:auto;
  max-width:1180px;
  z-index:2;
}

.route-section .platform-copy .proto-section-text,
.route-section .platform-copy .platform-status{
  max-width:760px;
}

.route-section .platform-copy .proto-section-text{
  display:block;
}

.route-section .proto-platform-grid{
  position:relative;
  z-index:1;
  margin-top:0;
}

#packs .proto-packs,
#packs .constellation-strip{
  scroll-margin-top:132px;
}

@media(max-width:1380px) and (min-width:981px){
  .route-planet{
    left:2.5%;
    width:clamp(230px,24vw,320px);
  }

  .route-node{
    min-width:148px;
  }
}

@media(max-width:1100px) and (min-width:981px){
  .route-planet{
    left:0;
    width:250px;
  }

  .route-node{
    min-width:136px;
    max-width:166px;
    padding:12px 13px 12px 40px;
  }

  .route-node:nth-child(1){--x:41%!important;--y:18%!important}
  .route-node:nth-child(2){--x:57%!important;--y:33%!important}
  .route-node:nth-child(3){--x:60%!important;--y:53%!important}
  .route-node:nth-child(4){--x:48%!important;--y:72%!important}
}

@media(max-width:720px){
  .route-section,
  #platforms,
  #roles,
  #packs,
  #support,
  #cabinet,
  #order,
  #system{
    scroll-margin-top:92px;
  }

  .route-scene{
    min-height:500px;
  }

  .route-planet{
    left:50%;
    top:46%;
    width:176px;
    transform:translate(-50%,-50%);
  }

  .route-node{
    min-width:104px;
    max-width:126px;
    padding:11px 11px 11px 34px;
  }

  .route-node:nth-child(1){--x:17%!important;--y:23%!important}
  .route-node:nth-child(2){--x:83%!important;--y:24%!important}
  .route-node:nth-child(3){--x:83%!important;--y:68%!important}
  .route-node:nth-child(4){--x:17%!important;--y:69%!important}

  .route-step-copy{
    bottom:0;
  }

  #packs .constellation-strip{
    grid-template-columns:1fr;
    gap:16px;
    padding:20px;
  }

  #packs .constellation-strip .btn{
    justify-self:stretch;
    width:100%;
  }

  .route-section .proto-selector-wide{
    gap:24px;
    scroll-margin-top:116px;
  }
}

/* 2026-07-04 unified dark mission style pass: hero + route orbit */
:root{
  --bg:#07080F;
  --surface:#0B0E1A;
  --surface-2:#141A2E;
  --accent:#6E6BFF;
  --cosmos:#5CD6FF;
  --text:#F2F4FA;
  --text-2:#9AA1B8;
  --text-3:#5A6178;
  --border:rgba(255,255,255,0.08);
  --border-hover:rgba(255,255,255,0.16);
  --acc:var(--accent);
  --acc-2:#807DFF;
  --acc-3:#B8B7FF;
  --muted:var(--text-2);
  --faint:var(--text-3);
  --ring:var(--border);
  --ring-soft:rgba(255,255,255,0.05);
  --container:1280px;
}

body.proto-page{
  background:var(--bg);
  color:var(--text);
  font-size:18px;
  line-height:1.6;
}

.proto-page .container{
  max-width:var(--container);
  padding-inline:24px;
}

.proto-page .section{
  padding:160px 0;
}

h1,h2,h3,
.orbit-hero-copy h1,
.route-intro h2{
  letter-spacing:0;
}

h2,
.route-intro h2{
  font-size:48px;
  line-height:1.1;
}

.eyebrow{
  color:var(--text-3);
  font-size:14px;
  letter-spacing:.04em;
}

.btn-primary,
#packs .proto-packs .bezel-hot .btn-primary,
#packs .allin-r .btn-primary{
  color:#fff;
  background:var(--accent);
  box-shadow:0 0 40px rgba(110,107,255,.35);
  transition:box-shadow .3s ease,background .3s ease,border-color .3s ease,color .3s ease;
}

.btn-primary:hover,
#packs .proto-packs .bezel-hot .btn-primary:hover,
#packs .allin-r .btn-primary:hover{
  transform:none;
  box-shadow:0 0 48px rgba(110,107,255,.42);
}

.btn-primary.glow::after,
#packs .proto-packs .bezel-hot .btn-primary.glow::after,
#packs .allin-r .btn-primary.glow::after{
  background:var(--accent);
  opacity:.46;
  filter:blur(18px);
}

.btn-outline:hover,
#packs .proto-packs .pack .btn-outline:hover{
  color:var(--text);
  border-color:var(--border-hover);
  background:var(--surface-2);
  box-shadow:none;
}

.platform-card,
.role-card,
.path-card,
.support-flow span,
.cabinet-benefits li,
.cabinet-library span,
.constellation-strip,
#packs .pack,
#packs .allin-card,
.bezel,
.bezel-core{
  background:var(--surface);
  box-shadow:inset 0 0 0 1px var(--border);
}

.platform-card:hover,
.platform-card.picked,
.role-card:hover,
.role-card.picked,
.path-card:hover,
.bezel:hover,
#packs .proto-packs .bezel-hot:hover{
  transform:none!important;
  background:var(--surface);
  box-shadow:inset 0 0 0 1px var(--border-hover);
}

.orbit-video-hero{
  min-height:100svh;
  background:var(--bg);
}

.orbit-video-hero::after{
  height:220px;
  background:linear-gradient(180deg,rgba(7,8,15,0) 0%,rgba(7,8,15,.64) 58%,var(--bg) 100%);
}

.orbit-hero-video,
.orbit-hero-poster{
  object-fit:cover;
}

.orbit-hero-vignette{
  background:
    linear-gradient(90deg,rgba(7,8,15,.82) 0%,rgba(7,8,15,.62) 30%,rgba(7,8,15,.12) 56%,rgba(7,8,15,.02) 100%),
    linear-gradient(180deg,rgba(7,8,15,.04) 0%,rgba(7,8,15,.68) 100%);
}

.orbit-hero-copy{
  left:clamp(42px,5.2vw,84px);
  top:52%;
  width:min(760px,calc(100vw - 108px));
  max-width:760px;
  isolation:isolate;
}

.orbit-hero-copy::before{
  content:"";
  position:absolute;
  z-index:-1;
  left:-220px;
  top:50%;
  width:900px;
  height:900px;
  pointer-events:none;
  border-radius:50%;
  background:radial-gradient(circle,rgba(110,107,255,.10),rgba(110,107,255,0) 64%);
  filter:blur(18px);
  transform:translateY(-50%);
  animation:routeAurora 8s ease-in-out infinite;
}

@keyframes routeAurora{
  0%,100%{opacity:.85;filter:blur(18px) brightness(.9)}
  50%{opacity:1;filter:blur(18px) brightness(1.15)}
}

.orbit-hero-copy h1{
  max-width:780px;
  font-size:92px;
  line-height:1.02;
  letter-spacing:0;
  overflow-wrap:normal;
  word-break:normal;
}

.orbit-hero-copy p{
  max-width:640px;
  margin:26px 0 0;
  color:var(--text-2);
  font-size:18px;
  line-height:1.6;
}

.orbit-hero-actions{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:22px;
  margin-top:36px;
}

.orbit-hero-copy .btn{
  animation-delay:.54s;
}

.orbit-scroll-hint{
  position:relative;
  display:inline-flex;
  align-items:center;
  min-height:44px;
  color:var(--text-2);
  font-size:14px;
  font-weight:600;
}

.orbit-scroll-hint::after{
  content:"";
  width:34px;
  height:1px;
  margin-left:12px;
  background:var(--border-hover);
}

.orbit-scroll-hint:hover{
  color:var(--text);
}

.route-section{
  --route-progress:0;
  padding:0 0 160px!important;
  background:var(--bg);
}

.route-scroll{
  min-height:150vh;
}

.route-sticky{
  position:sticky;
  top:0;
  min-height:100svh;
  display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr));
  align-items:center;
  gap:24px;
  padding-block:88px;
}

.route-intro{
  grid-column:1 / span 4;
  align-self:center;
}

.route-intro h2{
  margin:14px 0 0;
  color:var(--text);
}

.route-intro .proto-section-text{
  max-width:420px;
  margin-top:20px;
  color:var(--text-2);
  font-size:18px;
  line-height:1.6;
}

.route-scene{
  position:relative;
  grid-column:5 / -1;
  min-height:620px;
  isolation:isolate;
}

.route-planet{
  position:absolute;
  left:2%;
  top:50%;
  width:clamp(190px,20vw,280px);
  aspect-ratio:1;
  border-radius:50%;
  transform:translateY(-50%);
  background:
    radial-gradient(circle at 34% 28%,rgba(242,244,250,.18),transparent 16%),
    radial-gradient(circle at 38% 42%,rgba(92,214,255,.35),transparent 38%),
    radial-gradient(circle at 64% 68%,rgba(110,107,255,.22),transparent 50%),
    #090B17;
  box-shadow:inset -34px -28px 68px rgba(0,0,0,.5),0 0 80px rgba(92,214,255,.13);
}

.route-planet span{
  position:absolute;
  inset:8%;
  border-radius:50%;
  border:1px solid rgba(92,214,255,.16);
}

.route-orbit{
  position:absolute;
  inset:calc(50% - 230px) 0 auto 4%;
  width:min(760px,96%);
  height:460px;
  overflow:visible;
  transform:translateZ(0);
}

.route-orbit-track,
.route-orbit-progress{
  fill:none;
  stroke-linecap:round;
}

.route-orbit-track{
  stroke:rgba(92,214,255,.16);
  stroke-width:1.4;
}

.route-orbit-progress{
  stroke:var(--cosmos);
  stroke-width:2.4;
  stroke-dasharray:1;
  stroke-dashoffset:calc(1 - var(--route-progress,0));
  filter:drop-shadow(0 0 14px rgba(92,214,255,.28));
  transition:stroke-dashoffset .12s linear;
}

.route-nodes{
  position:absolute;
  inset:0;
  margin:0;
  padding:0;
  list-style:none;
}

.route-node{
  position:absolute;
  left:var(--x);
  top:var(--y);
  min-width:142px;
  display:grid;
  gap:4px;
  padding:14px 16px 14px 46px;
  border-radius:16px;
  color:var(--text);
  background:rgba(11,14,26,.86);
  box-shadow:inset 0 0 0 1px rgba(92,214,255,.13);
  opacity:.25;
  transform:translate(-50%,-50%) scale(.72);
  transition:opacity .4s cubic-bezier(.16,1,.3,1),transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1);
}

.route-node-dot{
  position:absolute;
  left:15px;
  top:50%;
  width:16px;
  height:16px;
  border-radius:50%;
  background:var(--cosmos);
  box-shadow:0 0 18px rgba(92,214,255,.48);
  transform:translateY(-50%);
}

.route-node b,
.route-node em{
  opacity:0;
  transform:translateY(8px);
  transition:opacity .4s cubic-bezier(.16,1,.3,1),transform .4s cubic-bezier(.16,1,.3,1);
}

.route-node b{
  font-family:var(--f-display);
  font-size:15px;
  line-height:1.1;
}

.route-node em{
  color:var(--text-2);
  font-style:normal;
  font-size:12px;
  line-height:1.25;
}

.route-node.is-active{
  opacity:1;
  transform:translate(-50%,-50%) scale(1);
  box-shadow:inset 0 0 0 1px rgba(92,214,255,.46),0 0 34px rgba(92,214,255,.16);
}

.route-node.is-passed{
  opacity:.7;
  transform:translate(-50%,-50%) scale(.92);
}

.route-node.is-active b,
.route-node.is-active em,
.route-node.is-passed b,
.route-node.is-passed em{
  opacity:1;
  transform:translateY(0);
}

.route-node.is-future b,
.route-node.is-future em{
  opacity:0;
}

.route-step-copy{
  position:absolute;
  right:2%;
  bottom:12%;
  width:min(320px,38vw);
  padding:18px;
  border-radius:16px;
  background:var(--surface);
  box-shadow:inset 0 0 0 1px var(--border);
}

.route-step-copy span{
  display:block;
  color:var(--cosmos);
  font-family:var(--f-mono);
  font-size:13px;
  font-weight:700;
  letter-spacing:.04em;
}

.route-step-copy strong{
  display:block;
  margin-top:10px;
  color:var(--text);
  font-family:var(--f-display);
  font-size:22px;
  line-height:1.1;
}

.route-step-copy p{
  margin-top:10px;
  color:var(--text-2);
  font-size:14px;
  line-height:1.5;
}

.route-final-cta{
  position:absolute;
  right:2%;
  bottom:0;
  opacity:0;
  pointer-events:none;
  transform:translateY(8px);
  transition:opacity .35s ease,transform .35s ease,box-shadow .3s ease;
}

.route-section.route-complete .route-final-cta{
  opacity:1;
  pointer-events:auto;
  transform:translateY(0);
}

.route-section .proto-selector-wide{
  margin-top:0;
}

.route-section .platform-copy{
  top:120px;
}

@media(max-width:980px){
  body.proto-page{
    font-size:16px;
  }

  .proto-page .section{
    padding:96px 0;
  }

  .route-section{
    padding-bottom:96px!important;
  }

  .route-sticky{
    grid-template-columns:1fr;
    align-content:center;
    gap:30px;
    padding-block:96px 48px;
  }

  .route-intro,
  .route-scene{
    grid-column:1;
  }

  .route-intro .proto-section-text{
    max-width:680px;
    font-size:16px;
  }

  .orbit-hero-copy h1{
    font-size:72px;
  }

  .route-scene{
    min-height:540px;
  }

  .route-planet{
    left:0;
    width:210px;
  }

  .route-orbit{
    left:0;
    width:100%;
  }
}

@media(max-width:720px){
  .proto-page .container{
    padding-inline:20px;
  }

  h2,
  .route-intro h2{
    font-size:32px;
  }

  .orbit-video-hero{
    min-height:100svh;
  }

  .orbit-hero-copy{
    left:20px;
    right:20px;
    top:118px;
    width:auto;
    max-width:none;
    transform:none;
  }

  .orbit-hero-copy::before{
    left:-260px;
    top:120px;
    width:760px;
    height:760px;
    transform:none;
  }

  .orbit-hero-copy h1{
    max-width:340px;
    font-size:48px;
    line-height:1.04;
    overflow-wrap:anywhere;
  }

  .orbit-hero-copy p{
    max-width:340px;
    font-size:16px;
  }

  .orbit-hero-actions{
    align-items:flex-start;
    flex-direction:column;
    gap:14px;
    margin-top:28px;
  }

  .orbit-hero-actions .btn{
    width:100%;
    max-width:310px;
  }

  .route-scroll{
    min-height:140vh;
  }

  .route-sticky{
    min-height:100svh;
  }

  .route-scene{
    min-height:470px;
  }

  .route-planet{
    left:50%;
    top:51%;
    width:190px;
    transform:translate(-50%,-50%);
  }

  .route-orbit{
    inset:calc(50% - 190px) auto auto 50%;
    width:560px;
    height:380px;
    transform:translateX(-50%);
  }

  .route-node{
    min-width:116px;
    padding:12px 12px 12px 36px;
    border-radius:14px;
  }

  .route-node-dot{
    left:12px;
    width:13px;
    height:13px;
  }

  .route-node b{
    font-size:13px;
  }

  .route-node em{
    font-size:11px;
  }

  .route-step-copy{
    left:0;
    right:auto;
    bottom:0;
    width:100%;
  }

  .route-final-cta{
    left:0;
    right:auto;
    bottom:-68px;
    width:100%;
  }
}

@media(max-width:420px){
  .orbit-hero-copy h1{
    font-size:44px;
  }
}

@media (prefers-reduced-motion:reduce){
  .orbit-hero-copy::before,
  .route-orbit-progress,
  .route-node,
  .route-node b,
  .route-node em,
  .route-final-cta{
    animation:none!important;
    transition:none!important;
  }

  .route-scroll{
    min-height:auto;
  }

  .route-sticky{
    position:relative;
    min-height:auto;
  }

  .route-section{
    --route-progress:1!important;
  }

  .route-node{
    opacity:.7;
    transform:translate(-50%,-50%) scale(.92);
  }

  .route-node b,
  .route-node em,
  .route-final-cta{
    opacity:1;
    transform:none;
  }
}

/* 2026-07-04 slide2-planet-and-fixes cascade guard */
.route-section,
#platforms,
#roles,
#packs,
#support,
#cabinet,
#order,
#system{
  scroll-margin-top:112px;
}

.route-scene{
  min-height:640px;
}

.route-planet{
  left:4%;
  top:50%;
  width:clamp(240px,25vw,340px);
  background:none!important;
  box-shadow:none!important;
  overflow:visible;
  transform:translateY(-50%);
}

.route-planet::before{
  content:"";
  position:absolute;
  inset:8%;
  border-radius:50%;
  background:radial-gradient(circle,rgba(92,214,255,.18),transparent 62%);
  filter:blur(24px);
  opacity:.8;
  z-index:-1;
}

.route-planet img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  filter:drop-shadow(0 0 34px rgba(92,214,255,.24)) drop-shadow(0 28px 58px rgba(0,0,0,.36));
  user-select:none;
  pointer-events:none;
}

.route-node{
  min-width:154px;
  max-width:188px;
  transform:translate(-50%,-50%) scale(.76);
}

.route-node.is-active{
  transform:translate(-50%,-50%) scale(1);
}

.route-node.is-passed{
  transform:translate(-50%,-50%) scale(.92);
}

.route-step-copy{
  right:0;
  bottom:10%;
}

.route-final-cta{
  right:0;
}

#packs .constellation-strip{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:24px;
  padding:22px 24px;
  overflow:hidden;
}

#packs .constellation-strip div{
  min-width:0;
}

#packs .constellation-strip small{
  width:max-content;
  padding:5px 9px;
  border-radius:999px;
  color:#1B1203;
  background:linear-gradient(95deg,#F6C96B,#FB923C);
  box-shadow:0 10px 28px rgba(246,201,107,.16);
}

#packs .constellation-strip .btn{
  justify-self:end;
  white-space:nowrap;
}

.route-section .proto-selector-wide{
  display:grid;
  grid-template-columns:1fr;
  gap:32px;
}

.route-section .platform-copy{
  position:relative;
  top:auto;
  max-width:1180px;
  z-index:2;
}

.route-section .platform-copy .proto-section-text,
.route-section .platform-copy .platform-status{
  max-width:760px;
}

.route-section .proto-platform-grid{
  position:relative;
  z-index:1;
  margin-top:0;
}

@media(max-width:1380px) and (min-width:981px){
  .route-planet{
    left:2.5%;
    width:clamp(230px,24vw,320px);
  }

  .route-node{
    min-width:148px;
  }
}

@media(max-width:1100px) and (min-width:981px){
  .route-planet{
    left:0;
    width:250px;
  }

  .route-node{
    min-width:136px;
    max-width:166px;
    padding:12px 13px 12px 40px;
  }

  .route-node:nth-child(1){--x:41%!important;--y:18%!important}
  .route-node:nth-child(2){--x:57%!important;--y:33%!important}
  .route-node:nth-child(3){--x:60%!important;--y:53%!important}
  .route-node:nth-child(4){--x:48%!important;--y:72%!important}
}

@media(max-width:720px){
  .route-section,
  #platforms,
  #roles,
  #packs,
  #support,
  #cabinet,
  #order,
  #system{
    scroll-margin-top:92px;
  }

  .route-scene{
    min-height:500px;
  }

  .route-planet{
    left:50%;
    top:48%;
    width:150px;
    transform:translate(-50%,-50%);
  }

  .route-node{
    min-width:104px;
    max-width:118px;
    padding:10px 10px 10px 32px;
  }

  .route-node:nth-child(1){--x:16%!important;--y:21%!important}
  .route-node:nth-child(2){--x:84%!important;--y:22%!important}
  .route-node:nth-child(3){--x:84%!important;--y:76%!important}
  .route-node:nth-child(4){--x:16%!important;--y:76%!important}

  .route-step-copy{
    bottom:0;
  }

  #packs .constellation-strip{
    grid-template-columns:1fr;
    gap:16px;
    padding:20px;
  }

  #packs .constellation-strip .btn{
    justify-self:stretch;
    width:100%;
  }

  .route-section .proto-selector-wide{
    gap:24px;
  }
}

/* 2026-07-05 slide2-simplify: stable route layout without overlapping copy panel */
.route-section{
  padding:0 0 132px!important;
}

.route-scroll{
  min-height:150vh;
  overflow:clip;
}

.route-sticky{
  align-items:center;
  gap:clamp(28px,3vw,48px);
}

.route-intro{
  align-self:center;
  display:grid;
  align-content:center;
}

.route-intro .proto-section-text{
  max-width:460px;
}

.route-step-list{
  display:grid;
  gap:10px;
  width:min(100%,460px);
  margin:24px 0 0;
  padding:0;
  list-style:none;
}

.route-step-item{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  grid-template-areas:"num title" "num desc";
  column-gap:14px;
  row-gap:2px;
  padding:14px 16px;
  border-radius:16px;
  background:rgba(11,14,26,.52);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.055);
  opacity:.48;
  transform:translateX(-4px);
  transition:opacity .35s cubic-bezier(.16,1,.3,1),transform .35s cubic-bezier(.16,1,.3,1),background .35s ease,box-shadow .35s ease;
}

.route-step-item span{
  grid-area:num;
  color:var(--cosmos);
  font-family:var(--f-mono);
  font-size:13px;
  font-weight:700;
  letter-spacing:.08em;
  line-height:1.35;
}

.route-step-item b{
  grid-area:title;
  color:var(--text);
  font-family:var(--f-display);
  font-size:17px;
  line-height:1.08;
}

.route-step-item em{
  grid-area:desc;
  color:var(--text-2);
  font-style:normal;
  font-size:14px;
  line-height:1.35;
}

.route-step-item.is-active{
  opacity:1;
  transform:translateX(0);
  background:linear-gradient(135deg,rgba(92,214,255,.12),rgba(110,107,255,.12)),rgba(11,14,26,.7);
  box-shadow:inset 0 0 0 1px rgba(92,214,255,.34),0 16px 38px rgba(92,214,255,.08);
}

.route-step-item.is-passed{
  opacity:.76;
  transform:translateX(0);
}

.route-step-copy{
  display:none!important;
}

.route-scene{
  grid-column:5 / -1;
  min-height:600px;
  overflow:visible;
}

.route-planet{
  left:50%!important;
  top:50%!important;
  width:clamp(230px,24vw,330px)!important;
  transform:translate(-50%,-50%)!important;
}

.route-planet::before{
  animation:routePlanetGlow 8s ease-in-out infinite;
  transform-origin:center;
  will-change:opacity,transform;
}

.route-planet img{
  animation:routePlanetSpin 60s linear infinite;
  transform-origin:center;
  will-change:transform;
}

@keyframes routePlanetSpin{
  from{transform:rotate(0deg)}
  to{transform:rotate(360deg)}
}

@keyframes routePlanetGlow{
  0%,100%{
    opacity:.58;
    transform:scale(.96);
  }
  50%{
    opacity:.92;
    transform:scale(1.05);
  }
}

.route-orbit{
  left:50%!important;
  inset:calc(50% - 230px) auto auto 50%!important;
  width:min(760px,100%)!important;
  height:460px;
  transform:translateX(-50%)!important;
}

.route-node{
  min-width:116px!important;
  max-width:142px!important;
  padding:12px 14px 12px 38px!important;
  border-radius:999px!important;
  gap:0;
  background:rgba(11,14,26,.74);
  backdrop-filter:blur(8px);
  box-shadow:inset 0 0 0 1px rgba(92,214,255,.18),0 10px 28px rgba(0,0,0,.22);
}

.route-node b{
  font-size:13px;
  white-space:nowrap;
}

.route-node em{
  display:none!important;
}

.route-node b{
  opacity:1!important;
  transform:none!important;
}

.route-node.is-future b{
  opacity:.72!important;
}

.route-node-dot{
  left:13px;
  width:13px;
  height:13px;
}

.route-node:nth-child(1){--x:50%!important;--y:14%!important}
.route-node:nth-child(2){--x:84%!important;--y:50%!important}
.route-node:nth-child(3){--x:50%!important;--y:86%!important}
.route-node:nth-child(4){--x:16%!important;--y:50%!important}

.route-final-row{
  display:flex;
  justify-content:center;
  margin-top:clamp(24px,4vw,54px);
  margin-bottom:clamp(132px,14vw,220px);
}

.route-final-row .route-final-cta{
  position:static!important;
  right:auto!important;
  bottom:auto!important;
  left:auto!important;
  width:auto!important;
  opacity:1!important;
  pointer-events:auto!important;
  transform:none!important;
}

#packs .allin-card{
  grid-template-columns:1.05fr 1.35fr minmax(230px,.46fr);
}

#packs .allin-r{
  min-width:230px;
}

#packs .allin-r .pack-price{
  white-space:nowrap;
  font-size:clamp(38px,3.15vw,52px);
  line-height:.95;
  letter-spacing:0;
}

@media(max-width:1100px) and (min-width:981px){
  .route-sticky{
    grid-template-columns:minmax(320px,.86fr) minmax(0,1fr);
  }

  .route-intro{
    grid-column:1;
  }

  .route-scene{
    grid-column:2;
    min-height:560px;
  }

  .route-planet{
    width:235px!important;
  }

  .route-node{
    min-width:106px!important;
    max-width:128px!important;
    padding:11px 12px 11px 34px!important;
  }

  .route-node b{
    font-size:12px;
  }

  .route-node:nth-child(1){--x:50%!important;--y:16%!important}
  .route-node:nth-child(2){--x:82%!important;--y:50%!important}
  .route-node:nth-child(3){--x:50%!important;--y:84%!important}
  .route-node:nth-child(4){--x:18%!important;--y:50%!important}
}

@media(max-width:720px){
  .route-section{
    padding-bottom:96px!important;
  }

  .route-scroll{
    min-height:160vh;
    overflow:clip;
  }

  .route-sticky{
    gap:22px;
    padding-block:86px 44px;
  }

  .route-intro,
  .route-scene{
    grid-column:1!important;
    width:100%;
  }

  .route-step-list{
    gap:8px;
    margin-top:18px;
  }

  .route-step-item{
    padding:11px 12px;
    border-radius:14px;
  }

  .route-step-item b{
    font-size:15px;
  }

  .route-step-item em{
    font-size:13px;
  }

  .route-scene{
    min-height:410px;
  }

  .route-planet{
    width:126px!important;
  }

  .route-orbit{
    inset:calc(50% - 166px) auto auto 50%!important;
    width:460px!important;
    height:332px;
  }

  .route-node{
    min-width:76px!important;
    max-width:96px!important;
    padding:8px 9px 8px 26px!important;
  }

  .route-node b{
    font-size:10.5px;
  }

  .route-node-dot{
    left:10px;
    width:10px;
    height:10px;
  }

  .route-node:nth-child(1){--x:50%!important;--y:17%!important}
  .route-node:nth-child(2){--x:82%!important;--y:50%!important}
  .route-node:nth-child(3){--x:50%!important;--y:83%!important}
  .route-node:nth-child(4){--x:18%!important;--y:50%!important}

  .route-final-row{
    margin-top:18px;
    margin-bottom:230px;
  }

  .route-final-row .route-final-cta{
    width:min(100%,320px)!important;
  }

  #packs .allin-card{
    grid-template-columns:1fr;
  }

  #packs .allin-r{
    min-width:0;
    align-items:stretch;
  }

  #packs .allin-r .pack-price{
    font-size:clamp(36px,11.4vw,48px);
    white-space:nowrap;
  }
}

@media (prefers-reduced-motion:reduce){
  .route-planet::before,
  .route-planet img{
    animation:none!important;
    transform:none!important;
  }
}

/* 2026-07-05 homepage-lower-sections */
#audience,
#launch,
#faq,
#final-cta{
  scroll-margin-top:112px;
}

.lower-section{
  position:relative;
  padding-block:clamp(92px,9vw,138px)!important;
  background:var(--bg);
}

.lower-section h2{
  max-width:980px;
  margin:14px 0 0;
  color:var(--text);
  letter-spacing:0;
}

.audience-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin-top:34px;
}

.audience-card{
  min-height:174px;
  padding:22px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:16px;
  background:rgba(11,14,26,.54);
  transition:border-color .24s ease;
}

.audience-card:hover{
  border-color:rgba(110,107,255,.58);
}

.audience-card h3{
  color:#F6F7FF;
  font-family:var(--f-display);
  font-size:clamp(20px,1.5vw,25px);
  line-height:1.08;
}

.audience-card p{
  margin-top:14px;
  color:var(--text-2);
  font-size:15px;
  line-height:1.55;
}

.launch-grid{
  display:grid;
  grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);
  gap:clamp(36px,6vw,92px);
  align-items:start;
}

.launch-copy{
  position:sticky;
  top:132px;
}

.launch-timeline{
  position:relative;
  display:grid;
  gap:0;
  margin:10px 0 0;
  padding:0;
  list-style:none;
}

.launch-timeline::before{
  content:"";
  position:absolute;
  left:21px;
  top:22px;
  bottom:22px;
  width:1px;
  background:rgba(110,107,255,.34);
}

.launch-timeline li{
  position:relative;
  display:grid;
  grid-template-columns:44px minmax(0,1fr);
  gap:18px;
  padding:0 0 34px;
}

.launch-timeline li:last-child{
  padding-bottom:0;
}

.launch-timeline li>span{
  position:relative;
  z-index:1;
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  border:1px solid rgba(110,107,255,.42);
  border-radius:50%;
  color:var(--cosmos);
  background:#070710;
  font-family:var(--f-mono);
  font-size:13px;
  font-weight:800;
}

.launch-timeline h3{
  color:#F6F7FF;
  font-family:var(--f-display);
  font-size:clamp(22px,2vw,34px);
  line-height:1.1;
}

.launch-timeline p{
  margin-top:9px;
  color:var(--text-2);
  font-size:16px;
  line-height:1.55;
}

.faq-clean-grid{
  display:grid;
  grid-template-columns:minmax(260px,.78fr) minmax(0,1.22fr);
  gap:clamp(34px,5.5vw,82px);
  align-items:start;
}

.faq-accordion{
  display:grid;
  gap:10px;
}

.lower-faq-item{
  border:1px solid rgba(255,255,255,.08);
  border-radius:16px;
  background:rgba(11,14,26,.48);
  overflow:hidden;
  box-shadow:none!important;
}

.lower-faq-item[open]{
  border-color:rgba(110,107,255,.46);
  box-shadow:none!important;
}

.lower-faq-item summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  min-height:68px;
  padding:20px 22px;
  color:#F6F7FF;
  cursor:pointer;
  list-style:none;
  font-family:var(--f-display);
  font-size:clamp(17px,1.35vw,21px);
  line-height:1.2;
}

.lower-faq-item summary::-webkit-details-marker{
  display:none;
}

.lower-faq-icon{
  position:relative;
  flex:0 0 24px;
  width:24px;
  height:24px;
  color:var(--cosmos);
  transition:transform .22s ease;
}

.lower-faq-icon::before,
.lower-faq-icon::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:16px;
  height:2px;
  border-radius:999px;
  background:currentColor;
  transform:translate(-50%,-50%);
}

.lower-faq-icon::after{
  transform:translate(-50%,-50%) rotate(90deg);
}

.lower-faq-item[open] .lower-faq-icon{
  transform:rotate(45deg);
}

.lower-faq-item p{
  margin:0;
  padding:0 22px 22px;
  color:var(--text-2);
  font-size:15.5px;
  line-height:1.6;
}

.final-cta-section{
  padding-block:clamp(94px,10vw,150px)!important;
}

.final-cta-wrap{
  position:relative;
  display:grid;
  place-items:center;
  gap:28px;
  min-height:340px;
  text-align:center;
  overflow:hidden;
}

.final-cta-wrap h2{
  position:relative;
  z-index:1;
  max-width:980px;
  margin:0;
}

.final-cta-wrap .btn{
  position:relative;
  z-index:1;
}

.final-cta-planet{
  position:absolute;
  right:max(0px,calc(50% - 590px));
  top:50%;
  width:clamp(120px,18vw,220px);
  aspect-ratio:1;
  border-radius:50%;
  background:url("../media/route/planet-clean.webp") center/contain no-repeat;
  opacity:.2;
  filter:blur(.2px) drop-shadow(0 0 34px rgba(92,214,255,.22));
  transform:translateY(-50%) rotate(-12deg);
  pointer-events:none;
}

@media(max-width:980px){
  .audience-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .launch-grid,
  .faq-clean-grid{
    grid-template-columns:1fr;
  }

  .launch-copy{
    position:relative;
    top:auto;
  }
}

@media(max-width:720px){
  #audience,
  #launch,
  #faq,
  #final-cta{
    scroll-margin-top:92px;
  }

  .lower-section{
    padding-block:76px!important;
  }

  .lower-section h2{
    font-size:clamp(36px,12.6vw,52px);
    line-height:1.05;
  }

  .audience-grid{
    grid-template-columns:1fr;
    gap:12px;
    margin-top:26px;
  }

  .audience-card{
    min-height:0;
    padding:20px;
  }

  .launch-grid,
  .faq-clean-grid{
    gap:28px;
  }

  .launch-timeline li{
    grid-template-columns:38px minmax(0,1fr);
    gap:14px;
    padding-bottom:28px;
  }

  .launch-timeline::before{
    left:18px;
  }

  .launch-timeline li>span{
    width:38px;
    height:38px;
  }

  .launch-timeline h3{
    font-size:24px;
  }

  .lower-faq-item summary{
    min-height:62px;
    padding:18px;
    font-size:17px;
  }

  .lower-faq-item p{
    padding:0 18px 19px;
    font-size:15px;
  }

  .final-cta-wrap{
    min-height:300px;
    gap:24px;
  }

  .final-cta-wrap .btn{
    width:min(100%,320px);
  }

  .final-cta-planet{
    right:-44px;
    width:156px;
    opacity:.16;
  }
}

/* 2026-07-05 motion-vitrine stage 1: GSAP-ready polish without product-flow changes */
html.motion-stage1{
  scroll-behavior:auto;
}

.motion-stage1 body.proto-page{
  background:#07080F;
}

.motion-stage1 .space::after{
  content:"";
  position:fixed;
  inset:0;
  z-index:2;
  pointer-events:none;
  opacity:.035;
  mix-blend-mode:overlay;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='256' height='256'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='256' height='256' filter='url(%23g)' opacity='.55'/%3E%3C/svg%3E");
}

.motion-stage1 .orbit-hero-logo,
.motion-stage1 .orbit-hero-copy h1,
.motion-stage1 .orbit-hero-copy p,
.motion-stage1 .orbit-hero-copy .btn{
  animation:none!important;
}

.motion-stage1 .orbit-hero-copy h1,
.motion-stage1 .orbit-hero-copy .btn{
  opacity:1!important;
  transform:none!important;
}

.motion-stage1 .orbit-hero-copy h1{
  max-width:760px;
}

.motion-stage1 .orbit-hero-copy h1 .motion-line{
  display:block;
}

.motion-stage1 .orbit-video-hero::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  z-index:3;
  height:280px;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(7,8,15,0),rgba(7,8,15,.7) 62%,#07080F);
}

.motion-stage1 main>.section:not(.route-section):not(.orbit-video-hero){
  position:relative;
}

.motion-stage1 main>.section:not(.route-section):not(.orbit-video-hero)::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:-180px;
  height:300px;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(7,8,15,0),rgba(110,107,255,.035) 42%,rgba(7,8,15,0));
}

.motion-stage1 .route-section{
  position:relative;
  overflow:hidden;
  background:#07080F!important;
  transform:none!important;
  will-change:auto!important;
}

.motion-stage1 .route-section::before{
  content:"";
  position:absolute;
  left:50%;
  top:46%;
  z-index:0;
  width:900px;
  height:900px;
  border-radius:50%;
  pointer-events:none;
  opacity:.11;
  filter:blur(86px);
  transform:translate(-42%,-50%);
  background:radial-gradient(circle,rgba(110,107,255,1),rgba(110,107,255,.24) 36%,rgba(110,107,255,0) 72%);
}

.motion-stage1 .route-section .container,
.motion-stage1 .route-scroll,
.motion-stage1 .route-final-row{
  position:relative;
  z-index:1;
}

.motion-stage1 .route-scroll{
  min-height:auto;
  overflow:visible;
}

.motion-stage1 .route-sticky{
  position:relative;
  top:auto;
  padding-top:clamp(112px,10vh,148px);
}

.motion-stage1 .route-planet{
  width:clamp(330px,34vw,500px)!important;
}

.motion-stage1 .route-planet::before{
  inset:-9%;
  background:
    radial-gradient(circle,rgba(92,214,255,.28),rgba(92,214,255,.08) 42%,transparent 68%),
    radial-gradient(circle at 70% 30%,rgba(110,107,255,.22),transparent 54%);
  filter:blur(36px);
}

.motion-stage1 .route-planet img{
  filter:drop-shadow(0 0 48px rgba(92,214,255,.34)) drop-shadow(0 36px 82px rgba(0,0,0,.46)) saturate(1.08) contrast(1.08);
}

.motion-stage1 .route-node:nth-child(1){--x:50%!important;--y:9%!important}
.motion-stage1 .route-node:nth-child(2){--x:90%!important;--y:50%!important}
.motion-stage1 .route-node:nth-child(3){--x:50%!important;--y:91%!important}
.motion-stage1 .route-node:nth-child(4){--x:10%!important;--y:50%!important}

.motion-stage1 .route-step-item.is-active{
  box-shadow:inset 0 0 0 1px #6E6BFF,0 18px 44px rgba(110,107,255,.12);
}

.motion-stage1 .route-orbit-progress,
.motion-stage1 .route-node,
.motion-stage1 .route-step-item{
  transition:none!important;
}

.motion-stage1 .nav-links a{
  position:relative;
  background:transparent;
}

.motion-stage1 .nav-links a::after{
  content:"";
  position:absolute;
  left:14px;
  right:14px;
  bottom:7px;
  height:1px;
  border-radius:999px;
  background:#6E6BFF;
  transform:scaleX(0);
  transform-origin:left center;
  transition:transform .25s ease;
}

.motion-stage1 .nav-links a:hover::after,
.motion-stage1 .nav-links a:focus-visible::after{
  transform:scaleX(1);
}

.motion-stage1 .platform-card{
  transition:border-color .25s ease,box-shadow .25s ease,background .25s ease!important;
}

.motion-stage1 .platform-card img{
  transition:transform .25s ease;
  transform-origin:center;
}

.motion-stage1 .platform-card:hover,
.motion-stage1 .platform-card:focus-visible{
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.16)!important;
}

.motion-stage1 .platform-card:hover img,
.motion-stage1 .platform-card:focus-visible img{
  transform:scale(1.06);
}

.motion-stage1 .btn-primary:hover{
  box-shadow:0 0 58px rgba(110,107,255,.5),0 1px 0 rgba(255,255,255,.25) inset;
}

.motion-stage1 #packs .proto-packs .bezel{
  transition:box-shadow .28s ease,background .28s ease,border-color .28s ease!important;
}

.motion-stage1 #packs .proto-packs .bezel:not(.bezel-hot):hover{
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.16),0 24px 60px rgba(0,0,0,.24)!important;
}

.motion-stage1 #packs .proto-packs .bezel-hot{
  animation:orbitPackGlow 4s ease-in-out infinite;
}

@keyframes orbitPackGlow{
  0%,100%{
    box-shadow:0 0 0 1px rgba(110,107,255,.18),0 0 33px rgba(110,107,255,.34),0 30px 92px rgba(110,107,255,.25);
  }
  50%{
    box-shadow:0 0 0 1px rgba(110,107,255,.22),0 0 40px rgba(110,107,255,.42),0 30px 100px rgba(110,107,255,.29);
  }
}

html.motion-stage1:not(.motion-reduced) .reveal:not(.in){
  opacity:0;
  transform:translateY(24px);
  filter:none;
  transition:none;
}

html.motion-stage1 .reveal.in{
  opacity:1!important;
  visibility:visible!important;
  transform:none!important;
  filter:none!important;
}

html.motion-stage1 .audience-card.in,
html.motion-stage1 .launch-timeline li.in,
html.motion-stage1 .lower-faq-item.in{
  opacity:1!important;
  visibility:visible!important;
  transform:none!important;
  filter:none!important;
}

html.motion-stage1 #packs .proto-packs .bezel-hot.reveal.in{
  transform:scale(1.02)!important;
}

@media(max-width:1380px) and (min-width:981px){
  .motion-stage1 .route-planet{
    width:clamp(300px,31vw,450px)!important;
  }

  .motion-stage1 .route-node:nth-child(1){--x:50%!important;--y:11%!important}
  .motion-stage1 .route-node:nth-child(2){--x:88%!important;--y:50%!important}
  .motion-stage1 .route-node:nth-child(3){--x:50%!important;--y:89%!important}
  .motion-stage1 .route-node:nth-child(4){--x:12%!important;--y:50%!important}
}

@media(max-width:767px){
  .motion-stage1 .orbit-video-hero{
    min-height:100svh;
  }

  .motion-stage1 .orbit-hero-copy h1 .motion-line{
    display:inline;
  }

  .motion-stage1 .orbit-hero-copy h1 .motion-line::after{
    content:" ";
  }

  .motion-stage1 .route-scroll{
    min-height:auto;
    overflow:visible;
  }

  .motion-stage1 .route-sticky{
    position:relative;
    top:auto;
    min-height:auto;
  }

  .motion-stage1 .route-section{
    --route-progress:1!important;
  }

  .motion-stage1 .route-planet{
    width:170px!important;
  }

  .motion-stage1 .route-node{
    opacity:1;
  }

  .motion-stage1 .route-node:nth-child(1){--x:50%!important;--y:14%!important}
  .motion-stage1 .route-node:nth-child(2){--x:84%!important;--y:50%!important}
  .motion-stage1 .route-node:nth-child(3){--x:50%!important;--y:86%!important}
  .motion-stage1 .route-node:nth-child(4){--x:16%!important;--y:50%!important}

  .motion-stage1 .route-final-row{
    margin-bottom:96px;
  }
}

@media (prefers-reduced-motion:reduce){
  .motion-stage1 .space::after,
  .motion-stage1 .route-section::before,
  .motion-stage1 main>.section::before{
    opacity:0;
  }

  .motion-stage1 .route-scroll{
    min-height:auto;
  }

  .motion-stage1 .route-sticky{
    position:relative!important;
    top:auto!important;
    min-height:auto;
  }

  .motion-stage1 .route-section.route-static .route-step-item{
    opacity:1;
    transform:none;
    background:rgba(11,14,26,.52);
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.055);
  }

  .motion-stage1 .route-section.route-static .route-node{
    opacity:1!important;
    visibility:visible!important;
  }

  .motion-stage1 #packs .proto-packs .bezel-hot{
    animation:none!important;
  }
}

/* Motion Stage 1 tuning: separate the hero offer and route scene. */
.motion-stage1 .orbit-hero-copy h1 {
  max-width:660px;
  font-size:clamp(62px,5.45vw,82px);
  line-height:1.04;
}

@media(min-width:721px){
  .motion-stage1 .orbit-hero-copy h1 .motion-line{
    white-space:nowrap;
  }
}

.motion-stage1 .route-intro{
  transform:translateY(104px);
}

.motion-stage1 .route-scene{
  transform:translateY(84px);
}

@media(max-width:767px){
  .motion-stage1 .orbit-hero-copy h1{
    max-width:none;
    font-size:clamp(38px,10.7vw,44px);
    line-height:1.05;
    overflow-wrap:normal;
    word-break:normal;
    hyphens:none;
  }

  .motion-stage1 .route-intro,
  .motion-stage1 .route-scene{
    transform:none;
  }
}

/* Copy release: the longer mobile hero headline needs a stable readable measure. */
@media(max-width:480px){
  .motion-stage1 .orbit-hero-copy h1{
    width:calc(100vw - 40px);
    max-width:350px;
    font-size:38px;
  }
}

/* 2026-07-05 hero-transfer: one shared planet for hero -> route handoff */
.shared-planet{
  --planet-parallax-x:0px;
  --planet-parallax-y:0px;
  --planet-orbit-x:0px;
  --planet-orbit-y:0px;
  position:fixed;
  left:0;
  top:0;
  z-index:2;
  display:none;
  width:680px;
  height:680px;
  pointer-events:none;
  opacity:0;
  visibility:hidden;
  transform-origin:50% 50%;
  will-change:transform,opacity;
}

.shared-planet-parallax,
.shared-planet-drift{
  position:absolute;
  inset:0;
  transform-style:preserve-3d;
  will-change:transform;
}

.shared-planet-parallax{
  transform:translate3d(var(--planet-parallax-x),var(--planet-parallax-y),0);
}

.shared-planet-drift{
  animation:sharedPlanetIdle 12s ease-in-out infinite;
}

.shared-planet img{
  position:absolute;
  inset:0;
  z-index:2;
  width:100%;
  height:100%;
  object-fit:contain;
  filter:
    drop-shadow(0 0 44px rgba(92,214,255,.34))
    drop-shadow(0 42px 96px rgba(0,0,0,.5))
    saturate(1.08)
    contrast(1.08);
  animation:sharedPlanetSpin 120s linear infinite;
  transform-origin:50% 50%;
  will-change:transform;
}

.shared-planet-glow{
  position:absolute;
  inset:4%;
  z-index:1;
  border-radius:50%;
  background:
    radial-gradient(circle,rgba(92,214,255,.34),rgba(92,214,255,.1) 42%,transparent 68%),
    radial-gradient(circle at 72% 28%,rgba(110,107,255,.2),transparent 58%);
  filter:blur(36px);
  opacity:.62;
  animation:sharedPlanetGlow 8s ease-in-out infinite;
}

.shared-planet-orbit{
  position:absolute;
  left:50%;
  top:50%;
  z-index:3;
  width:112%;
  height:40%;
  border:1.4px solid rgba(92,214,255,.22);
  border-radius:50%;
  opacity:.72;
  transform:translate(-50%,-50%) rotate(-22deg);
  box-shadow:0 0 24px rgba(92,214,255,.08);
  will-change:transform,opacity;
}

.shared-planet-orbit-far{
  z-index:1;
  width:126%;
  height:45%;
  opacity:.26;
  transform:translate(-50%,-50%) rotate(-22deg);
}

.shared-planet-orbit-near{
  transform:translate(-50%,-50%) translate3d(var(--planet-orbit-x),var(--planet-orbit-y),0) rotate(-22deg);
}

@keyframes sharedPlanetIdle{
  0%,100%{transform:translate3d(-4px,-3px,0)}
  50%{transform:translate3d(6px,5px,0)}
}

@keyframes sharedPlanetSpin{
  from{transform:rotate(0deg)}
  to{transform:rotate(360deg)}
}

@keyframes sharedPlanetGlow{
  0%,100%{opacity:.52;transform:scale(.97)}
  50%{opacity:.86;transform:scale(1.05)}
}

html.hero-transfer-ready .shared-planet{
  display:block;
}

html.hero-transfer-ready .space{
  transform:translate3d(var(--hero-star-x,0px),var(--hero-star-y,0px),0);
  will-change:transform;
}

html.hero-transfer-ready #platforms.platforms-reveal{
  opacity:1!important;
  transform:none!important;
}

html.hero-transfer-ready .route-intro .reveal{
  opacity:1!important;
  transform:none!important;
}

html.hero-transfer-ready .orbit-video-hero{
  background:
    radial-gradient(circle at 78% 40%,rgba(92,214,255,.16),transparent 30%),
    radial-gradient(circle at 18% 56%,rgba(110,107,255,.12),transparent 32%),
    #070710!important;
}

html.hero-transfer-ready .orbit-hero-video,
html.hero-transfer-ready .orbit-hero-poster{
  opacity:0!important;
  visibility:hidden!important;
}

html.hero-transfer-ready .orbit-hero-logo,
html.hero-transfer-ready .orbit-hero-copy{
  z-index:1;
}

html.hero-transfer-ready .orbit-hero-logo{
  display:none!important;
}

html.hero-transfer-ready .orbit-hero-overlay::before{
  content:"";
  position:absolute;
  right:-19vw;
  top:4vh;
  z-index:0;
  display:none;
  width:min(74vw,760px);
  aspect-ratio:1;
  pointer-events:none;
  background:url("../media/route/planet-clean.webp") center/contain no-repeat;
  filter:drop-shadow(0 0 46px rgba(92,214,255,.32)) drop-shadow(0 42px 90px rgba(0,0,0,.45));
}

html.motion-paused .shared-planet-drift,
html.motion-paused .shared-planet img,
html.motion-paused .shared-planet-glow{
  animation-play-state:paused!important;
}

@media(min-width:768px) and (pointer:fine){
  html.hero-transfer-ready:not(.motion-reduced) .shared-planet{
    opacity:1;
    visibility:visible;
  }

  html.hero-transfer-ready:not(.motion-reduced) .route-planet img,
  html.hero-transfer-ready:not(.motion-reduced) .route-planet::before{
    opacity:0!important;
    visibility:hidden!important;
  }

  html.hero-transfer-ready:not(.motion-reduced) .route-orbit,
  html.hero-transfer-ready:not(.motion-reduced) .route-nodes{
    z-index:4;
  }
}

@media(max-width:767px), (prefers-reduced-motion:reduce), (pointer:coarse){
  .shared-planet{
    display:none!important;
  }

  html.hero-transfer-ready .orbit-hero-overlay::before{
    display:block;
  }

  .shared-planet-drift,
  .shared-planet img,
  .shared-planet-glow{
    animation:none!important;
  }

  .route-planet img{
    content:url("../media/route/planet-clean.webp");
  }
}

@media(max-width:767px){
  html.hero-transfer-ready .orbit-hero-overlay::before{
    right:-60vw;
    top:124px;
    width:98vw;
    opacity:.68;
  }
}

/* 2026-07-05 slide2-fix2: synced route scrub, clean planet, pricing order polish */
.motion-stage1 .route-section{
  background:
    radial-gradient(900px circle at 62% 44%,rgba(110,107,255,.105),rgba(110,107,255,.038) 38%,transparent 72%),
    radial-gradient(620px circle at 70% 56%,rgba(92,214,255,.055),transparent 68%),
    #07080F!important;
}

.motion-stage1 .route-section::before{
  opacity:.14;
  filter:blur(92px);
}

.motion-stage1 .route-section::after{
  content:"";
  position:absolute;
  inset:8% -18% auto;
  z-index:0;
  height:52%;
  pointer-events:none;
  background:radial-gradient(closest-side at 58% 50%,rgba(92,214,255,.055),rgba(110,107,255,.035) 44%,transparent 78%);
  filter:blur(34px);
}

.motion-stage1 .route-final-row{
  display:none!important;
}

.motion-stage1 .route-node{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:124px!important;
  max-width:156px!important;
  min-height:42px;
  padding:11px 16px!important;
  text-align:center;
  transform:translate(-50%,-50%) scale(.88);
  opacity:.38;
  line-height:1;
}

.motion-stage1 .route-node-dot{
  display:none!important;
}

.motion-stage1 .route-node b{
  display:block;
  width:100%;
  overflow:hidden;
  color:#F2F4FA;
  font-size:12.5px!important;
  line-height:1.08!important;
  text-align:center;
  text-overflow:ellipsis;
  white-space:nowrap;
  transform:none!important;
}

.motion-stage1 .route-node.is-active,
.motion-stage1 .route-node.is-passed{
  opacity:1!important;
  transform:translate(-50%,-50%) scale(1)!important;
}

.motion-stage1 .route-node.is-active{
  box-shadow:inset 0 0 0 1px rgba(92,214,255,.56),0 0 32px rgba(92,214,255,.18),0 14px 34px rgba(0,0,0,.32)!important;
}

.motion-stage1 .route-node.is-passed{
  box-shadow:inset 0 0 0 1px rgba(110,107,255,.42),0 10px 26px rgba(0,0,0,.24)!important;
}

html.hero-transfer-ready:not(.motion-reduced) .route-section.route-handoff-parked .route-planet img,
html.hero-transfer-ready:not(.motion-reduced) .route-section.route-handoff-parked .route-planet::before{
  opacity:1!important;
  visibility:visible!important;
}

#packs .allin{
  margin-top:24px;
}

#packs .allin-r{
  min-width:0!important;
}

#packs .allin-r .pack-price{
  display:block;
  max-width:100%;
  white-space:nowrap!important;
  font-size:clamp(34px,2.7vw,46px)!important;
  line-height:.96!important;
}

#packs .constellation-strip{
  min-height:0;
  margin-top:14px!important;
  padding:20px 22px!important;
  align-items:center;
}

#packs .constellation-strip div{
  gap:4px;
}

#packs .constellation-strip b{
  font-size:clamp(22px,1.7vw,30px)!important;
  line-height:1!important;
}

#packs .constellation-strip span{
  max-width:760px;
  font-size:14px!important;
  line-height:1.45!important;
}

#packs .constellation-strip .btn{
  min-height:46px;
  padding:0 18px;
}

@media(max-width:1380px) and (min-width:768px){
  .motion-stage1 .route-node{
    min-width:112px!important;
    max-width:138px!important;
    padding-inline:14px!important;
  }

  .motion-stage1 .route-node b{
    font-size:11.5px!important;
  }
}

@media(max-width:767px){
  .motion-stage1 .route-node{
    min-width:78px!important;
    max-width:104px!important;
    min-height:34px;
    padding:8px 10px!important;
  }

  .motion-stage1 .route-node b{
    font-size:9.8px!important;
  }

  #packs .allin-r .pack-price{
    font-size:clamp(32px,9.5vw,42px)!important;
  }

#packs .constellation-strip{
    padding:18px!important;
  }
}

/* 2026-07-05 homepage-copy: keep updated navigation visible and clickable on hero */
.orbit-hero-mode:not(.orbit-nav-visible) .navwrap{
  opacity:1!important;
  pointer-events:auto!important;
  transform:none!important;
}

.orbit-hero-mode .navwrap{
  z-index:260!important;
}

/* 2026-07-05 homepage-polish2: faster, lighter, cleaner layering */
.proto-page .nav{
  width:auto;
  max-width:min(940px,calc(100vw - 32px));
  gap:4px;
  padding:8px 10px 8px 18px;
}

.proto-page .nav .logo{
  flex:0 0 auto;
  margin-right:6px;
}

.proto-page .nav-links{
  flex:0 1 auto;
  gap:0;
  margin-right:6px;
}

.proto-page .nav-links a{
  white-space:nowrap;
  padding:8px 10px;
  font-size:clamp(12px,.92vw,14px);
  line-height:1;
}

.proto-page .nav>.btn{
  flex:0 0 auto;
  white-space:nowrap;
  padding-inline:18px;
}

@media(min-width:1500px){
  .proto-page .nav{max-width:980px}
  .proto-page .nav-links a{padding-inline:12px}
}

@media(max-width:1320px) and (min-width:841px){
  .proto-page .nav{
    max-width:min(900px,calc(100vw - 24px));
    padding-left:14px;
  }

  .proto-page .logo{
    gap:8px;
    font-size:14px;
  }

  .proto-page .nav-links a{
    padding-inline:8px;
    font-size:12px;
  }

  .proto-page .nav>.btn{
    padding-inline:14px;
  }
}

.motion-stage1 .route-scene{
  isolation:auto;
  transform:none!important;
  margin-top:84px;
  z-index:auto;
}

.motion-stage1 .route-orbit,
html.hero-transfer-ready:not(.motion-reduced) .route-orbit{
  z-index:1!important;
  pointer-events:none;
}

.motion-stage1 .route-planet{
  z-index:2!important;
}

.motion-stage1 .route-planet::before{
  z-index:0!important;
}

.motion-stage1 .route-planet img{
  position:relative;
  z-index:2!important;
}

.motion-stage1 .route-nodes,
html.hero-transfer-ready:not(.motion-reduced) .route-nodes{
  position:absolute;
  inset:0;
  z-index:8!important;
  pointer-events:none;
}

.motion-stage1 .route-node{
  z-index:9!important;
  pointer-events:auto;
}

html.hero-transfer-ready .orbit-hero-logo,
html.hero-transfer-ready .orbit-hero-copy{
  z-index:4!important;
}

#platforms{
  margin-top:clamp(110px,9vw,150px);
  padding-top:clamp(96px,8vw,128px);
}

.route-section .platform-copy h2{
  margin-bottom:18px!important;
}

.route-section .platform-copy .proto-section-text{
  margin-top:0!important;
}

#packs,
#launch,
#final-cta{
  position:relative;
  overflow:hidden;
  background:#070710!important;
}

#packs::before,
#launch::before,
#final-cta::before{
  content:"";
  position:absolute;
  inset:-24% -10%;
  z-index:0;
  pointer-events:none;
  background:
    radial-gradient(760px circle at 50% 18%,rgba(110,107,255,.08),transparent 64%),
    radial-gradient(620px circle at 82% 54%,rgba(92,214,255,.035),transparent 68%);
  filter:none;
}

#launch::before{
  background:
    radial-gradient(660px circle at 28% 16%,rgba(110,107,255,.07),transparent 64%),
    radial-gradient(520px circle at 76% 76%,rgba(92,214,255,.03),transparent 68%);
}

#packs>.container,
#launch>.container,
#final-cta>.container{
  position:relative;
  z-index:1;
}

.launch-copy{
  position:relative!important;
  top:auto!important;
}

.launch-timeline li>span{
  box-shadow:none!important;
  background:#070710!important;
}

.launch-timeline::before{
  background:rgba(110,107,255,.24)!important;
}

.launch-timeline h3{
  font-size:clamp(21px,1.72vw,30px)!important;
}

.lower-section.launch-section{
  padding-block:clamp(76px,7vw,112px)!important;
}

.final-cta-planet{
  background-image:url("../media/route/planet-clean.webp")!important;
  filter:drop-shadow(0 0 22px rgba(92,214,255,.18))!important;
}

html.motion-stage1:not(.motion-reduced) .reveal:not(.in){
  transform:translateY(18px);
}

@media(max-width:767px){
  .motion-stage1 .route-scene{
    margin-top:0;
  }

  #platforms{
    margin-top:72px;
    padding-top:72px;
  }
}

/* 2026-07-05 slide2-orbit-threading: Saturn-style split orbit + shorter pin */
.motion-stage1 .route-section{
  padding-bottom:clamp(54px,5vw,82px)!important;
}

.motion-stage1 .route-scroll{
  min-height:100svh!important;
}

.route-orbit-back,
html.hero-transfer-ready:not(.motion-reduced) .route-orbit-back{
  z-index:1!important;
}

.route-orbit-front,
html.hero-transfer-ready:not(.motion-reduced) .route-orbit-front{
  z-index:4!important;
}

.route-orbit-guide{
  fill:none;
  stroke:none;
  opacity:0;
  pointer-events:none;
}

.route-orbit-track-back,
.route-orbit-progress-back{
  opacity:.48;
}

.route-orbit-track-front{
  stroke:rgba(92,214,255,.2);
}

.route-orbit-progress-front{
  stroke-width:2.7px;
  filter:drop-shadow(0 0 18px rgba(92,214,255,.36));
}

.motion-stage1 .route-nodes,
html.hero-transfer-ready:not(.motion-reduced) .route-nodes{
  z-index:9!important;
}

.motion-stage1 .route-node{
  z-index:10!important;
}

#platforms{
  margin-top:clamp(18px,2.2vw,34px);
  padding-top:clamp(64px,6vw,88px);
}

@media(max-width:767px){
  .motion-stage1 .route-scroll{
    min-height:auto!important;
  }

  #platforms{
    margin-top:34px;
    padding-top:58px;
  }
}

/* 2026-07-05 lower-background-system: unified page light, FAQ, timeline, final CTA */
:root{
  --bg:#07080F;
}

body.proto-page{
  background:#07080F!important;
}

body.proto-page::after{
  content:"";
  position:fixed;
  inset:0;
  z-index:1000;
  pointer-events:none;
  opacity:.03;
  mix-blend-mode:overlay;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='256' height='256'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='256' height='256' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}

.noise,
.motion-stage1 .space::after{
  display:none!important;
}

.proto-page .section,
.lower-section,
#how,
#packs,
#launch,
#faq,
#final-cta,
.footer{
  background:transparent!important;
  border-color:transparent!important;
}

.role-panel{
  background:transparent!important;
  border-top:0!important;
  box-shadow:none!important;
}

.motion-stage1 main>.section:not(.route-section):not(.orbit-video-hero)::before{
  display:none!important;
}

.motion-stage1 .orbit-video-hero::before,
.orbit-video-hero::after{
  height:200px!important;
  background:linear-gradient(180deg,rgba(7,8,15,0),rgba(7,8,15,.72) 62%,#07080F 100%)!important;
}

.orbit-hero-copy{
  isolation:isolate;
}

.orbit-hero-copy::before{
  content:"";
  position:absolute;
  left:-170px;
  top:50%;
  z-index:-1;
  width:860px;
  height:620px;
  border-radius:50%;
  pointer-events:none;
  opacity:.1;
  transform:translateY(-50%);
  background:radial-gradient(closest-side,rgba(110,107,255,1),rgba(110,107,255,.32) 38%,transparent 78%);
  filter:blur(4px);
}

.motion-stage1 .route-section{
  background:#07080F!important;
}

.motion-stage1 .route-section::before{
  display:block!important;
  left:24%!important;
  top:48%!important;
  width:920px!important;
  height:920px!important;
  opacity:.08!important;
  filter:none!important;
  transform:translate(-50%,-50%)!important;
  background:radial-gradient(closest-side,rgba(110,107,255,1),rgba(110,107,255,.28) 36%,transparent 74%)!important;
}

.motion-stage1 .route-section::after{
  display:none!important;
}

#platforms{
  position:relative;
  isolation:isolate;
}

#platforms::before{
  content:"";
  position:absolute;
  left:-12%;
  top:-4%;
  z-index:-1;
  width:min(1100px,92vw);
  height:760px;
  pointer-events:none;
  opacity:.06;
  background:radial-gradient(closest-side,rgba(110,107,255,1),rgba(110,107,255,.24) 34%,transparent 76%);
}

#packs{
  position:relative;
  isolation:isolate;
  overflow:hidden;
}

#packs::before{
  content:""!important;
  display:block!important;
  position:absolute!important;
  left:50%!important;
  top:34%!important;
  z-index:0!important;
  width:min(1000px,90vw)!important;
  height:min(1000px,90vw)!important;
  pointer-events:none!important;
  opacity:.12!important;
  transform:translate(-50%,-50%)!important;
  background:radial-gradient(closest-side,rgba(110,107,255,1),rgba(110,107,255,.3) 36%,transparent 76%)!important;
  filter:none!important;
}

#packs>.container{
  position:relative;
  z-index:1;
}

#launch{
  position:relative;
  isolation:isolate;
  overflow:hidden;
}

#launch::before{
  content:""!important;
  display:block!important;
  position:absolute!important;
  right:-18%!important;
  top:18%!important;
  left:auto!important;
  z-index:0!important;
  width:min(920px,76vw)!important;
  height:min(920px,76vw)!important;
  pointer-events:none!important;
  opacity:.07!important;
  background:radial-gradient(closest-side,rgba(110,107,255,1),rgba(110,107,255,.24) 36%,transparent 76%)!important;
  filter:none!important;
}

#faq::before,
#faq::after{
  display:none!important;
}

#final-cta{
  position:relative;
  isolation:isolate;
  overflow:hidden;
}

#final-cta::before{
  content:""!important;
  display:block!important;
  position:absolute!important;
  left:50%!important;
  top:48%!important;
  z-index:0!important;
  width:min(980px,88vw)!important;
  height:min(980px,88vw)!important;
  pointer-events:none!important;
  opacity:.1!important;
  transform:translate(-50%,-50%)!important;
  background:radial-gradient(closest-side,rgba(110,107,255,1),rgba(110,107,255,.26) 36%,transparent 76%)!important;
  filter:none!important;
}

#launch>.container,
#faq>.container,
#final-cta>.container{
  position:relative;
  z-index:1;
}

.constellation-strip{
  min-height:0!important;
  padding:14px 18px!important;
  border-radius:999px!important;
  background:rgba(13,16,32,.54)!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.07)!important;
}

.constellation-strip div{
  display:flex!important;
  align-items:center;
  gap:12px!important;
  min-width:0;
}

.constellation-strip small{
  flex:0 0 auto;
  padding:6px 10px!important;
  border-radius:999px!important;
  color:#0B0D18!important;
  background:#F6C96B!important;
  box-shadow:none!important;
  font-size:10px!important;
}

.constellation-strip b{
  flex:0 0 auto;
  font-size:18px!important;
  line-height:1!important;
}

.constellation-strip span{
  min-width:0;
  overflow:hidden;
  color:#AEB4C8!important;
  font-size:13.5px!important;
  line-height:1.35!important;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.launch-section{
  padding-block:clamp(86px,8vw,124px)!important;
}

.launch-grid{
  grid-template-columns:minmax(220px,.58fr) minmax(0,1.42fr)!important;
  align-items:center!important;
}

.launch-timeline{
  gap:0!important;
  margin-top:0!important;
}

.launch-timeline::before{
  left:22px!important;
  top:28px!important;
  bottom:28px!important;
  background:linear-gradient(180deg,transparent,rgba(92,214,255,.46) 16%,rgba(110,107,255,.32) 82%,transparent)!important;
}

.launch-timeline li{
  padding-bottom:30px!important;
}

.launch-timeline li>span{
  width:44px!important;
  height:44px!important;
  border-color:rgba(92,214,255,.44)!important;
  color:#5CD6FF!important;
  background:#07080F!important;
  box-shadow:0 0 22px rgba(92,214,255,.14)!important;
}

.launch-timeline li:nth-child(2)>span,
.launch-timeline li:nth-child(3)>span{
  box-shadow:0 0 28px rgba(92,214,255,.2)!important;
}

.launch-timeline h3{
  font-size:clamp(21px,1.65vw,28px)!important;
}

.launch-timeline p{
  max-width:620px;
  color:#9AA1B8!important;
}

.faq-section{
  padding-block:clamp(82px,8vw,120px)!important;
}

.faq-clean-grid{
  display:block!important;
}

.faq-copy{
  max-width:720px;
  margin:0 auto 22px;
  text-align:center;
}

.faq-accordion{
  width:min(720px,100%);
  margin:0 auto;
  gap:0!important;
}

.lower-faq-item{
  border:0!important;
  border-bottom:1px solid rgba(255,255,255,.08)!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:hidden;
}

.lower-faq-item[open]{
  border-color:rgba(255,255,255,.08)!important;
}

.lower-faq-item summary{
  min-height:0!important;
  padding:24px 0!important;
  color:#F2F4FA!important;
  font-size:clamp(18px,1.35vw,20px)!important;
  line-height:1.35!important;
}

.lower-faq-icon{
  color:#F2F4FA!important;
  transition:transform .25s ease,color .25s ease!important;
}

.lower-faq-item[open] .lower-faq-icon{
  color:#6E6BFF!important;
  transform:rotate(45deg)!important;
}

.faq-answer{
  display:grid;
  grid-template-rows:0fr;
  transition:grid-template-rows .3s ease;
}

.faq-answer>div{
  overflow:hidden;
}

.lower-faq-item[open] .faq-answer{
  grid-template-rows:1fr;
}

.lower-faq-item p{
  max-width:680px;
  padding:0 54px 24px 0!important;
  color:#9AA1B8!important;
  font-size:16px!important;
  line-height:1.68!important;
}

.final-cta-section{
  min-height:80svh;
  padding-block:0!important;
  display:grid;
  align-items:center;
}

.final-cta-wrap{
  min-height:80svh!important;
  display:flex!important;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:0!important;
  overflow:visible!important;
  text-align:center;
}

.final-cta-planet{
  position:relative!important;
  right:auto!important;
  top:auto!important;
  width:clamp(120px,10vw,160px)!important;
  margin:0 0 48px!important;
  opacity:1!important;
  background:url("../media/route/planet-clean.webp") center/contain no-repeat!important;
  filter:brightness(.6) drop-shadow(0 0 20px rgba(92,214,255,.2))!important;
  transform:none!important;
  animation:finalPlanetDrift 7s ease-in-out infinite;
}

.final-cta-planet::before{
  content:"";
  position:absolute;
  inset:-8%;
  border-radius:50%;
  border:1px solid rgba(92,214,255,.28);
  box-shadow:0 0 26px rgba(92,214,255,.14);
}

.final-cta-planet::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:132%;
  height:44%;
  border:1px solid rgba(92,214,255,.2);
  border-radius:50%;
  transform:translate(-50%,-50%) rotate(-22deg);
}

.final-cta-wrap h2{
  margin:0 0 16px!important;
}

.final-cta-sub{
  max-width:680px;
  margin:0;
  color:#9AA1B8;
  font-size:clamp(17px,1.4vw,20px);
  line-height:1.62;
}

.final-cta-wrap .btn{
  margin-top:40px!important;
}

.final-cta-note{
  margin:20px 0 0;
  color:#5A6178;
  font-size:14px;
  line-height:1.5;
}

.footer{
  box-shadow:none!important;
}

@keyframes finalPlanetDrift{
  0%,100%{transform:translateY(-4px)}
  50%{transform:translateY(4px)}
}

@media(max-width:980px){
  .launch-grid{
    grid-template-columns:1fr!important;
  }

  .constellation-strip{
    border-radius:18px!important;
  }

  .constellation-strip div{
    align-items:flex-start;
    flex-wrap:wrap;
  }

  .constellation-strip span{
    flex-basis:100%;
    white-space:normal;
  }
}

@media(max-width:720px){
  body.proto-page::after{
    opacity:.025;
  }

  .orbit-hero-copy::before{
    left:-120px;
    width:620px;
    height:520px;
  }

  #platforms::before,
  #packs::before,
  #launch::before,
  #final-cta::before{
    width:720px!important;
    height:720px!important;
  }

  .launch-section,
  .faq-section{
    padding-block:72px!important;
  }

  .launch-copy h2{
    max-width:100%;
    font-size:clamp(40px,11.2vw,46px)!important;
    line-height:1.06!important;
  }

  .launch-timeline li{
    grid-template-columns:40px minmax(0,1fr)!important;
    gap:15px!important;
    padding-bottom:26px!important;
  }

  .launch-timeline li>div{
    min-width:0;
    width:min(100%,calc(100vw - 110px));
    max-width:calc(100vw - 110px);
  }

  .launch-timeline h3{
    overflow-wrap:anywhere;
    word-break:normal;
    max-width:100%;
  }

  .launch-timeline p{
    max-width:100%;
  }

  .launch-timeline::before{
    left:20px!important;
  }

  .launch-timeline li>span{
    width:40px!important;
    height:40px!important;
  }

  .faq-copy{
    text-align:left;
  }

  .lower-faq-item summary{
    padding:21px 0!important;
    font-size:18px!important;
  }

  .lower-faq-item p{
    padding-right:0!important;
    font-size:15.5px!important;
  }

  .final-cta-section,
  .final-cta-wrap{
    min-height:78svh!important;
  }

  .final-cta-planet{
    width:126px!important;
    margin-bottom:38px!important;
  }

  .final-cta-sub{
    font-size:16px;
  }

  .final-cta-wrap .btn{
    width:min(100%,320px);
    margin-top:34px!important;
  }
}

@media (prefers-reduced-motion:reduce){
  .final-cta-planet{
    animation:none!important;
  }

  .faq-answer{
    transition:none!important;
  }
}

/* 2026-07-05 fable-transfer: hero -> route planet handoff */
.navwrap{
  z-index:100!important;
}

#planet-fly{
  position:fixed;
  left:0;
  top:0;
  z-index:50;
  width:680px;
  height:680px;
  pointer-events:none;
  opacity:0;
  visibility:hidden;
  transform-origin:50% 50%;
  will-change:transform,opacity;
}

#planet-fly img,
#planet-in img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  filter:
    drop-shadow(0 0 42px rgba(92,214,255,.32))
    drop-shadow(0 34px 76px rgba(0,0,0,.46))
    saturate(1.06)
    contrast(1.05);
}

#planet-fly img{
  animation:fablePlanetSpin 120s linear infinite;
  translate:var(--planet-parallax-x,0px) var(--planet-parallax-y,0px);
}

#planet-fly::before,
#planet-in::before{
  content:"";
  position:absolute;
  inset:8%;
  z-index:-1;
  border-radius:50%;
  background:radial-gradient(circle,rgba(92,214,255,.26),rgba(92,214,255,.07) 46%,transparent 70%);
  filter:blur(30px);
  opacity:.68;
  animation:fablePlanetGlow 8s ease-in-out infinite;
}

#planet-fly{
  animation:fablePlanetDrift 12s ease-in-out infinite;
}

#planet-slot-hero{
  position:absolute;
  right:-22%;
  top:7%;
  z-index:0;
  width:min(52vw,760px);
  aspect-ratio:1;
  pointer-events:none;
}

html.hero-transfer-ready .orbit-hero-logo,
html.hero-transfer-ready .orbit-hero-copy{
  position:relative;
  z-index:4!important;
}

html.hero-transfer-ready .orbit-hero-overlay{
  isolation:isolate;
}

html.hero-transfer-ready .orbit-hero-overlay::before{
  display:none!important;
}

html.hero-transfer-ready:not(.motion-reduced) #planet-fly{
  opacity:1;
  visibility:visible;
}

html.hero-transfer-ready:not(.motion-reduced) .route-section.route-handoff-active #planet-in,
html.hero-transfer-ready:not(.motion-reduced) .route-section.route-handoff-active #planet-in img,
html.hero-transfer-ready:not(.motion-reduced) .route-section.route-handoff-active #planet-in::before{
  opacity:0!important;
  visibility:hidden!important;
}

html.hero-transfer-ready:not(.motion-reduced) #planet-in,
html.hero-transfer-ready:not(.motion-reduced) #planet-in img,
html.hero-transfer-ready:not(.motion-reduced) #planet-in::before{
  opacity:1!important;
  visibility:visible!important;
}

html.hero-transfer-ready:not(.motion-reduced) .route-section.route-handoff-active #planet-in,
html.hero-transfer-ready:not(.motion-reduced) .route-section.route-handoff-active #planet-in img,
html.hero-transfer-ready:not(.motion-reduced) .route-section.route-handoff-active #planet-in::before{
  opacity:0!important;
  visibility:hidden!important;
}

.route-scene#route-scene{
  position:relative;
  isolation:isolate;
  width:min(100%,820px);
  min-height:clamp(420px,52vw,620px);
  margin-inline:auto;
  overflow:visible;
}

.route-scroll{
  position:relative;
  overflow:hidden!important;
}

.route-section.route-done .route-sticky{
  visibility:hidden!important;
  pointer-events:none!important;
}

.route-scene#route-scene .route-orbit{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  overflow:visible;
  pointer-events:none;
}

#orbit-back{
  z-index:1!important;
}

#planet-in{
  position:absolute;
  left:50%;
  top:50%;
  z-index:2!important;
  width:clamp(270px,35vw,500px);
  aspect-ratio:1;
  transform:translate(-50%,-50%);
  pointer-events:none;
  will-change:opacity;
}

#orbit-front{
  z-index:4!important;
}

.route-nodes{
  z-index:8!important;
}

.route-scene#route-scene .route-node{
  position:absolute!important;
  left:var(--x);
  top:var(--y);
  z-index:9!important;
  transform:translate(-50%,-50%) scale(.72);
  transform-origin:50% 50%;
  opacity:.24;
  visibility:visible;
  will-change:transform,opacity;
}

.route-scene#route-scene .route-node.is-active,
.route-scene#route-scene .route-node.is-passed{
  opacity:1!important;
  visibility:visible!important;
}

.route-orbit-track{
  fill:none;
  stroke:rgba(92,214,255,.16);
  stroke-width:1.35;
}

.route-orbit-progress{
  fill:none;
  stroke:#5CD6FF;
  stroke-width:2.2;
  stroke-linecap:round;
  filter:drop-shadow(0 0 14px rgba(92,214,255,.36));
}

.route-orbit-progress-back{
  opacity:.48;
}

.route-orbit-progress-front{
  opacity:.9;
}

html.motion-paused #planet-fly,
html.motion-paused #planet-fly img,
html.motion-paused #planet-fly::before,
html.motion-paused #planet-in::before{
  animation-play-state:paused!important;
}

@keyframes fablePlanetDrift{
  0%,100%{translate:-4px -3px}
  50%{translate:6px 5px}
}

@keyframes fablePlanetSpin{
  from{rotate:0deg}
  to{rotate:360deg}
}

@keyframes fablePlanetGlow{
  0%,100%{opacity:.5;scale:.98}
  50%{opacity:.82;scale:1.04}
}

@media(max-width:767px), (prefers-reduced-motion:reduce), (pointer:coarse){
  #planet-fly{
    display:none!important;
  }

  #planet-slot-hero{
    display:none!important;
  }

  #planet-in{
    position:relative!important;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    bottom:auto!important;
    order:1;
    width:min(58vw,250px)!important;
    height:auto!important;
    margin:12px auto 6px!important;
    transform:none!important;
    opacity:1!important;
    visibility:visible!important;
  }

  #planet-fly,
  #planet-fly img,
  #planet-fly::before,
  #planet-in::before{
    animation:none!important;
  }

  #planet-in img{
    content:url("../media/route/planet-clean.webp")!important;
    transform:none!important;
    rotate:none!important;
    translate:none!important;
    scale:none!important;
    animation:none!important;
  }

  .route-scene#route-scene{
    min-height:auto;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:12px;
    padding-bottom:28px;
  }

  .route-scene#route-scene .route-orbit{
    left:50%;
    top:52px;
    width:min(86vw,330px);
    height:230px;
    transform:translateX(-50%);
  }

  .route-scene#route-scene .route-nodes{
    position:relative!important;
    inset:auto!important;
    order:2;
    display:grid;
    gap:8px;
    width:min(100%,240px);
    margin:0 auto;
    pointer-events:none;
  }

  .route-scene#route-scene .route-node{
    position:relative!important;
    left:auto!important;
    top:auto!important;
    transform:none!important;
    opacity:1!important;
    margin-inline:auto;
  }
}

/* 2026-07-06 route polish: inertia handoff, comet orbit, lit nodes, final lettering */
#orbit-back-path{
  stroke-width:1.6!important;
}

#orbit-front-path{
  stroke-width:2!important;
}

#orbit-comet-path{
  fill:none;
  stroke:#5CD6FF;
  stroke-width:2;
  stroke-linecap:round;
  opacity:0;
  visibility:hidden;
  filter:drop-shadow(0 0 12px rgba(92,214,255,.55));
  pointer-events:none;
}

.route-section.route-comet-on #orbit-comet-path{
  opacity:.8;
  visibility:visible;
}

.route-scene#route-scene .route-node{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:10px!important;
  min-width:0!important;
  max-width:none!important;
  min-height:0!important;
  padding:9px 18px!important;
  border:1px solid transparent!important;
  border-radius:999px!important;
  background:
    linear-gradient(rgba(11,14,26,.5),rgba(11,14,26,.5)) padding-box,
    linear-gradient(115deg,rgba(92,214,255,.45),rgba(92,214,255,.08)) border-box!important;
  -webkit-backdrop-filter:blur(10px);
  backdrop-filter:blur(10px);
  box-shadow:0 4px 24px rgba(0,0,0,.35)!important;
  color:#F2F4FA;
  line-height:1;
  opacity:0!important;
  visibility:hidden!important;
  transform:translate(-50%,-50%) scale(.94)!important;
  transition:opacity .3s ease,visibility .3s ease,transform .3s ease;
}

.route-scene#route-scene .route-node[data-node="0"]::before{content:"01"}
.route-scene#route-scene .route-node[data-node="1"]::before{content:"02"}
.route-scene#route-scene .route-node[data-node="2"]::before{content:"03"}
.route-scene#route-scene .route-node[data-node="3"]::before{content:"04"}

.route-scene#route-scene .route-node::before{
  flex:0 0 auto;
  margin-right:2px;
  color:#5CD6FF;
  font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;
  font-size:11px;
  font-weight:700;
  line-height:1;
  letter-spacing:.02em;
  opacity:.6;
}

.route-scene#route-scene .route-node-dot{
  position:relative;
  display:block!important;
  flex:0 0 auto;
  width:6px!important;
  height:6px!important;
  margin:0!important;
  margin-right:2px!important;
  border-radius:999px;
  background:#5CD6FF!important;
  box-shadow:0 0 10px rgba(92,214,255,.3)!important;
  opacity:1!important;
  transform:scale(.3);
}

.route-scene#route-scene .route-node-dot::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:6px;
  height:6px;
  border:1px solid rgba(92,214,255,.62);
  border-radius:999px;
  opacity:0;
  transform:translate(-50%,-50%) scale(1);
  pointer-events:none;
}

.route-scene#route-scene .route-node b{
  display:block!important;
  width:auto!important;
  overflow:visible!important;
  color:#F2F4FA!important;
  font-size:13px!important;
  font-weight:650!important;
  line-height:1!important;
  letter-spacing:.02em!important;
  text-align:left!important;
  text-overflow:clip!important;
  white-space:nowrap!important;
  opacity:0;
  transform:translateY(6px);
  transition:opacity .3s ease .08s,transform .3s ease .08s;
}

.route-scene#route-scene .route-node em{
  display:none!important;
}

.route-scene#route-scene .route-node.lit{
  opacity:1!important;
  visibility:visible!important;
  transform:translate(-50%,-50%) scale(1)!important;
}

.route-scene#route-scene .route-node.lit b{
  opacity:1;
  transform:translateY(0);
}

.route-scene#route-scene .route-node.lit .route-node-dot{
  animation:routeNodeCore .45s cubic-bezier(.34,1.56,.64,1) both;
}

.route-scene#route-scene .route-node.lit:not(.is-passed) .route-node-dot::after{
  animation:routeNodePulse .5s ease-out both;
}

.route-scene#route-scene .route-node.is-passed{
  opacity:.75!important;
  box-shadow:0 4px 20px rgba(0,0,0,.28)!important;
}

.route-scene#route-scene .route-node.is-passed .route-node-dot::after{
  opacity:0!important;
  animation:none!important;
}

@keyframes routeNodeCore{
  0%{transform:scale(.3)}
  70%{transform:scale(1.15)}
  100%{transform:scale(1)}
}

@keyframes routeNodePulse{
  0%{width:6px;height:6px;opacity:.5}
  100%{width:26px;height:26px;opacity:0}
}

.final-cta-section{
  position:relative!important;
  min-height:90svh!important;
  display:grid!important;
  place-items:center!important;
  overflow:hidden!important;
  padding:0!important;
  background:
    radial-gradient(900px circle at 50% 40%,rgba(110,107,255,.1),rgba(110,107,255,.035) 42%,transparent 72%),
    #07080F!important;
}

.final-cta-section::before,
.final-cta-section::after{
  display:none!important;
}

.final-cta-wrap{
  position:relative!important;
  z-index:2!important;
  min-height:auto!important;
  width:min(100%,880px);
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  padding:clamp(96px,12vh,150px) 20px clamp(190px,20vh,230px)!important;
}

.final-cta-planet{
  display:none!important;
}

.final-cta-wrap h2{
  margin:0!important;
  max-width:880px;
  font-size:clamp(46px,7.8vw,112px)!important;
  line-height:.95!important;
  letter-spacing:0!important;
}

.final-cta-sub{
  max-width:720px!important;
  margin:16px auto 0!important;
  color:#9AA1B8!important;
  font-size:clamp(17px,1.45vw,23px)!important;
  line-height:1.45!important;
}

.final-cta-wrap .btn{
  margin-top:40px!important;
}

.final-cta-note{
  margin:20px 0 0!important;
  color:#5A6178!important;
  font-size:14px!important;
  line-height:1.35!important;
}

.final-footer-line{
  display:flex;
  flex-wrap:nowrap;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin-top:42px;
  color:rgba(154,161,184,.72);
  font-size:13px;
  line-height:1;
  white-space:nowrap;
}

.final-footer-line a{
  color:rgba(154,161,184,.72);
  text-decoration:none;
  transition:color .2s ease;
}

.final-footer-line a:hover{
  color:#F2F4FA;
}

.final-footer-line a::before{
  content:"·";
  margin-right:10px;
  color:rgba(154,161,184,.44);
}

.final-site-footer{
  width:min(100%,1040px);
  margin:42px auto 0;
  color:#9AA1B8;
  text-align:left;
}

.final-footer-grid{
  display:grid;
  grid-template-columns:1fr 1.35fr 1fr 1fr;
  gap:28px;
  padding:22px 0 20px;
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.06);
}

.final-footer-col{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:9px;
  min-width:0;
}

.final-footer-col h3{
  margin:0 0 4px;
  color:#F2F4FA;
  font-size:12px;
  font-weight:700;
  line-height:1.2;
  letter-spacing:.08em;
  text-transform:uppercase;
  opacity:.72;
}

.final-footer-col a,
.final-footer-col p{
  margin:0;
  color:#9AA1B8;
  font-size:13px;
  line-height:1.35;
  text-decoration:none;
}

.final-footer-col a{
  transition:color .2s ease,opacity .2s ease;
}

.final-footer-col a:hover{
  color:#F2F4FA;
}

.final-footer-requisites p{
  color:#5A6178;
}

.final-footer-bottom{
  margin:14px 0 0;
  color:#5A6178;
  font-size:13px;
  line-height:1.35;
  text-align:center;
}

.final-lettering{
  position:absolute;
  left:50%;
  bottom:-5.8vw;
  z-index:1;
  width:max-content;
  max-width:none;
  transform:translateX(-50%);
  font-family:"Unbounded",system-ui,sans-serif;
  font-size:20vw;
  font-weight:800;
  line-height:.74;
  letter-spacing:0;
  white-space:nowrap;
  background:
    linear-gradient(100deg,rgba(242,244,250,.14),rgba(110,107,255,.05),rgba(242,244,250,.12));
  background-size:220% 100%;
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  opacity:1;
  pointer-events:none;
  animation:finalLetterDrift 20s linear infinite;
}

@keyframes finalLetterDrift{
  0%{background-position:0% 50%}
  100%{background-position:220% 50%}
}

@media(max-width:767px), (prefers-reduced-motion:reduce), (pointer:coarse){
  .route-scene#route-scene .route-node{
    transform:none!important;
    opacity:1!important;
    visibility:visible!important;
  }

  .route-scene#route-scene .route-node-dot{
    transform:scale(1)!important;
    animation:none!important;
  }

  .route-scene#route-scene .route-node-dot::after,
  #orbit-comet-path{
    display:none!important;
  }

  .route-scene#route-scene .route-node b{
    opacity:1!important;
    transform:none!important;
  }

  .final-lettering{
    animation:none!important;
  }
}

@media(max-width:767px){
  .final-cta-section{
    min-height:90svh!important;
  }

  .final-cta-wrap{
    padding:96px 20px 170px!important;
  }

  .final-cta-wrap h2{
    font-size:clamp(42px,13vw,58px)!important;
  }

  .final-cta-sub{
    font-size:16px!important;
  }

  .final-footer-line{
    gap:7px;
    margin-top:34px;
    font-size:11.5px;
  }

  .final-footer-line a::before{
    margin-right:7px;
  }

  .final-site-footer{
    margin-top:34px;
    width:min(100%,340px);
  }

  .final-footer-grid{
    grid-template-columns:1fr 1fr;
    gap:22px 18px;
    padding:18px 0 16px;
  }

  .final-footer-col h3{
    font-size:11px;
  }

  .final-footer-col a,
  .final-footer-col p,
  .final-footer-bottom{
    font-size:12px;
  }

  .final-footer-bottom{
    text-align:left;
  }

  .final-lettering{
    bottom:-6.8vw;
    font-size:20vw;
  }
}

.route-scene#route-scene .route-node{
  column-gap:12px!important;
}

.route-scene#route-scene .route-node b{
  padding-left:2px!important;
}

@media(min-width:768px){
  .motion-stage1 .route-intro{
    transform:translateY(-36px);
  }
}

/* 2026-07-06 hero service strip + smoother route handoff */
.hero-service-strip{
  margin-top:clamp(28px,4.2vh,46px);
  width:min(720px,100%);
  color:#9AA1B8;
}

.hero-service-label{
  margin:0 0 18px;
  color:#9AA6D8;
  font-family:"JetBrains Mono",ui-monospace,SFMono-Regular,Menlo,monospace;
  font-size:clamp(15px,1.35vw,22px);
  line-height:1.2;
  letter-spacing:.12em;
  text-shadow:0 0 22px rgba(110,107,255,.18);
}

.hero-service-label b{
  color:#BBC7FF;
  font-weight:800;
}

.hero-service-icons{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:12px;
}

.hero-service-icons a{
  position:relative;
  display:grid;
  place-items:center;
  width:clamp(48px,4.8vw,68px);
  height:clamp(48px,4.8vw,68px);
  border:1px solid rgba(255,255,255,.1);
  border-radius:999px;
  background:
    radial-gradient(circle at 42% 34%,rgba(110,107,255,.16),transparent 56%),
    rgba(14,17,31,.54);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.025),0 16px 40px rgba(0,0,0,.24);
  -webkit-backdrop-filter:blur(10px);
  backdrop-filter:blur(10px);
  transition:border-color .22s ease,transform .22s ease,background .22s ease;
}

.hero-service-icons a:hover,
.hero-service-icons a:focus-visible{
  border-color:rgba(110,107,255,.5);
  transform:translateY(-2px);
  background:
    radial-gradient(circle at 42% 34%,rgba(110,107,255,.26),transparent 58%),
    rgba(18,22,42,.72);
}

.hero-service-icons img{
  display:block;
  width:42%;
  height:42%;
  object-fit:contain;
}

.hero-service-more{
  color:#9AA1B8;
  font-family:"JetBrains Mono",ui-monospace,SFMono-Regular,Menlo,monospace;
  font-size:clamp(13px,1.1vw,17px);
  letter-spacing:.04em;
  text-decoration:none;
}

html.route-handoff-moving #planet-fly,
html.route-handoff-moving #planet-fly img,
html.route-handoff-moving #planet-fly::before{
  animation-play-state:paused!important;
}

.route-section.route-done .route-sticky{
  visibility:visible!important;
  pointer-events:auto!important;
}

.route-section.route-complete .route-node.lit{
  opacity:1!important;
  visibility:visible!important;
}

@media(max-width:900px){
  .hero-service-strip{
    margin-top:28px;
  }

  .hero-service-icons{
    gap:9px;
  }
}

@media(max-width:720px){
  .hero-service-strip{
    width:min(100%,340px);
    margin-top:24px;
  }

  .hero-service-label{
    margin-bottom:14px;
    font-size:13px;
    line-height:1.45;
    letter-spacing:.08em;
  }

  .hero-service-icons a{
    width:42px;
    height:42px;
  }

  .hero-service-icons a:nth-child(n+7):not(.hero-service-more){
    display:none;
  }

  .hero-service-more{
    width:auto;
    min-width:58px;
    padding:0 12px;
    font-size:12px;
  }
}

/* 2026-07-06 PD email hotfix: keep hero service strip readable after cache/deploy */
.orbit-hero-copy .hero-service-strip{
  display:block;
  width:min(560px,100%);
  max-width:100%;
}

.orbit-hero-copy .hero-service-icons{
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:flex-start!important;
  flex-wrap:wrap!important;
  gap:9px!important;
  width:100%;
  max-width:560px;
}

.orbit-hero-copy .hero-service-icons > a{
  display:grid!important;
  place-items:center!important;
  flex:0 0 auto!important;
  width:clamp(38px,3.2vw,52px)!important;
  height:clamp(38px,3.2vw,52px)!important;
  min-width:clamp(38px,3.2vw,52px)!important;
  min-height:clamp(38px,3.2vw,52px)!important;
  padding:0!important;
  border:1px solid rgba(255,255,255,.12)!important;
  border-radius:999px!important;
  background:
    radial-gradient(circle at 42% 34%,rgba(110,107,255,.18),transparent 58%),
    rgba(14,17,31,.6)!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.03),0 12px 30px rgba(0,0,0,.22)!important;
  text-decoration:none!important;
  overflow:hidden;
}

.orbit-hero-copy .hero-service-icons > a.hero-service-more{
  width:auto!important;
  min-width:54px!important;
  padding:0 12px!important;
  color:#B8C1EA!important;
  font-size:13px!important;
  line-height:1!important;
  white-space:nowrap!important;
}

.orbit-hero-copy .hero-service-icons img{
  width:44%!important;
  height:44%!important;
  max-width:24px!important;
  max-height:24px!important;
}

@media(max-width:720px){
  .orbit-hero-copy .hero-service-strip{
    width:min(320px,100%);
  }

  .orbit-hero-copy .hero-service-icons{
    max-width:320px;
    gap:7px!important;
  }

  .orbit-hero-copy .hero-service-icons > a{
    width:34px!important;
    height:34px!important;
    min-width:34px!important;
    min-height:34px!important;
  }

  .orbit-hero-copy .hero-service-icons > a:nth-child(n+7):not(.hero-service-more){
    display:none!important;
  }

  .orbit-hero-copy .hero-service-icons > a.hero-service-more{
    min-width:58px!important;
    height:34px!important;
    min-height:34px!important;
    padding:0 10px!important;
    font-size:11.5px!important;
  }
}

/* 2026-07-07 pricing Stage A: comparison table */
#packs .pricing-compare{
  position:relative;
  margin:28px 0 24px;
  padding:clamp(18px,2.4vw,28px);
  border:1px solid rgba(255,255,255,.08);
  border-radius:24px;
  background:
    radial-gradient(circle at 50% 0%,rgba(110,107,255,.12),transparent 38%),
    rgba(8,10,20,.68);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.025),0 30px 80px rgba(0,0,0,.28);
  overflow:hidden;
}

#packs .pricing-compare::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(90deg,transparent,rgba(92,214,255,.06),transparent);
  opacity:.65;
}

#packs .pricing-compare-head{
  position:relative;
  z-index:1;
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:18px;
  margin-bottom:18px;
}

#packs .pricing-compare-head p{
  margin:0;
  color:#8FA4FF;
  font-family:"JetBrains Mono",ui-monospace,SFMono-Regular,Menlo,monospace;
  font-size:12px;
  letter-spacing:.18em;
  text-transform:uppercase;
}

#packs .pricing-compare-head h3{
  margin:0;
  color:#F2F4FA;
  font-size:clamp(24px,2.4vw,34px);
  line-height:1.08;
}

#packs .pricing-compare-table{
  position:relative;
  z-index:1;
  overflow:auto;
  border:1px solid rgba(255,255,255,.07);
  border-radius:18px;
  background:rgba(7,8,15,.62);
}

#packs .pricing-compare-table table{
  width:100%;
  min-width:920px;
  border-collapse:separate;
  border-spacing:0;
  color:#C7CDED;
}

#packs .pricing-compare-table th,
#packs .pricing-compare-table td{
  padding:16px 17px;
  border-bottom:1px solid rgba(255,255,255,.07);
  vertical-align:top;
  font-size:14px;
  line-height:1.45;
}

#packs .pricing-compare-table thead th{
  position:sticky;
  top:0;
  z-index:2;
  background:rgba(13,16,32,.94);
  color:#F2F4FA;
  font-weight:800;
  text-align:left;
}

#packs .pricing-compare-table tbody th{
  width:19%;
  color:#F2F4FA;
  font-weight:800;
}

#packs .pricing-compare-table tbody tr:last-child th,
#packs .pricing-compare-table tbody tr:last-child td{
  border-bottom:0;
}

#packs .pricing-compare-table .is-help-row th,
#packs .pricing-compare-table .is-help-row td{
  background:rgba(110,107,255,.06);
}

#packs .pricing-compare-table .orbit-col{
  border-left:1px solid rgba(110,107,255,.72);
  border-right:1px solid rgba(110,107,255,.72);
  background:
    linear-gradient(180deg,rgba(110,107,255,.09),rgba(110,107,255,.035)),
    rgba(10,12,26,.5);
}

#packs .pricing-compare-table thead .orbit-col{
  border-top:1px solid rgba(110,107,255,.72);
  color:#FFFFFF;
}

#packs .pricing-compare-table tbody tr:last-child .orbit-col{
  border-bottom:1px solid rgba(110,107,255,.72);
}

#packs .pricing-compare-accordion{
  display:none;
  position:relative;
  z-index:1;
}

#packs .pricing-result-line{
  position:relative;
  z-index:1;
  width:min(100%,900px);
  margin:22px auto 0;
  color:#F2F4FA;
  font-size:18px;
  line-height:1.55;
  text-align:center;
}

@media(max-width:760px){
  #packs .pricing-compare{
    margin:22px 0 20px;
    padding:16px;
    border-radius:20px;
  }

  #packs .pricing-compare-head{
    display:block;
    margin-bottom:14px;
  }

  #packs .pricing-compare-head h3{
    margin-top:8px;
    font-size:24px;
  }

  #packs .pricing-compare-table{
    display:none;
  }

  #packs .pricing-compare-accordion{
    display:grid;
    gap:10px;
  }

  #packs .pricing-compare-accordion details{
    border:1px solid rgba(255,255,255,.08);
    border-radius:16px;
    background:rgba(11,14,26,.64);
    overflow:hidden;
  }

  #packs .pricing-compare-accordion details.is-orbit{
    border-color:rgba(110,107,255,.72);
    box-shadow:0 0 0 1px rgba(110,107,255,.14),0 18px 50px rgba(110,107,255,.1);
  }

  #packs .pricing-compare-accordion summary{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    min-height:58px;
    padding:16px;
    color:#F2F4FA;
    font-weight:800;
    cursor:pointer;
    list-style:none;
  }

  #packs .pricing-compare-accordion summary::-webkit-details-marker{
    display:none;
  }

  #packs .pricing-compare-accordion summary::after{
    content:"+";
    display:grid;
    place-items:center;
    width:24px;
    height:24px;
    border-radius:999px;
    color:#8FA4FF;
    border:1px solid rgba(110,107,255,.24);
    flex:0 0 auto;
    transition:transform .22s ease,color .22s ease,border-color .22s ease;
  }

  #packs .pricing-compare-accordion details[open] summary::after{
    transform:rotate(45deg);
    color:#FFFFFF;
    border-color:rgba(110,107,255,.58);
  }

  #packs .pricing-compare-accordion summary b{
    margin-left:auto;
    color:#C7CDED;
    font-size:13px;
    white-space:nowrap;
  }

  #packs .pricing-compare-accordion dl{
    margin:0;
    padding:0 16px 16px;
  }

  #packs .pricing-compare-accordion dl div{
    display:grid;
    grid-template-columns:minmax(0,1fr);
    gap:4px;
    padding:12px 0;
    border-top:1px solid rgba(255,255,255,.07);
  }

  #packs .pricing-compare-accordion dl div.is-help{
    margin:0 -8px;
    padding:12px 8px;
    border-radius:12px;
    background:rgba(110,107,255,.06);
  }

  #packs .pricing-compare-accordion dt{
    color:#F2F4FA;
    font-size:13px;
    font-weight:800;
  }

  #packs .pricing-compare-accordion dd{
    margin:0;
    color:#9AA1B8;
    font-size:13.5px;
    line-height:1.45;
  }

  #packs .pricing-result-line{
    margin-top:18px;
    font-size:15.5px;
    text-align:left;
  }
}

/* 2026-07-07 pricing Stage A.2: comparison is opt-in, cards keep the lead */
#packs .pack-more{
  align-self:flex-start;
  appearance:none;
  border:0;
  padding:0;
  margin:0;
  color:#AEB7FF;
  background:transparent;
  font:800 13px/1.2 "Golos Text",system-ui,sans-serif;
  text-decoration:underline;
  text-decoration-color:rgba(110,107,255,.45);
  text-underline-offset:5px;
  cursor:pointer;
  transition:color .22s ease,opacity .22s ease,transform .22s ease;
}

#packs .pack-more:hover,
#packs .pack-more:focus-visible{
  color:#F2F4FA;
  transform:translateY(-1px);
}

#packs .pack-more[aria-expanded="true"]{
  color:#5CD6FF;
}

#packs .pack-detail{
  display:grid;
  grid-template-rows:0fr;
  opacity:0;
  transform:translateY(-4px);
  transition:grid-template-rows .34s cubic-bezier(.16,1,.3,1),opacity .24s ease,transform .34s cubic-bezier(.16,1,.3,1);
}

#packs .pack-detail>div{
  min-height:0;
  overflow:hidden;
}

#packs .pack-detail.is-open{
  grid-template-rows:1fr;
  opacity:1;
  transform:translateY(0);
}

#packs .pack-detail ul{
  margin-top:10px;
  padding-top:12px;
  border-top:1px solid rgba(255,255,255,.08);
}

#packs .allin-more,
#packs .allin-detail{
  grid-column:1 / -1;
}

#packs .allin-detail ul{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px 16px;
}

#packs .pricing-compare-cta{
  display:flex;
  justify-content:center;
  margin:28px 0 0;
}

#packs .pricing-compare-toggle{
  min-width:220px;
  border-color:rgba(110,107,255,.32);
  background:rgba(11,14,26,.32);
}

#packs .pricing-compare-toggle::after{
  content:"";
  display:inline-block;
  width:8px;
  height:8px;
  margin-left:10px;
  border-right:2px solid currentColor;
  border-bottom:2px solid currentColor;
  transform:rotate(45deg) translateY(-2px);
  transition:transform .22s ease;
}

#packs .pricing-compare-toggle[aria-expanded="true"]::after{
  transform:rotate(225deg) translate(-2px,-2px);
}

#packs .pricing-compare{
  display:grid;
  grid-template-rows:0fr;
  margin:0;
  padding:0;
  border:0;
  border-radius:0;
  opacity:0;
  background:transparent;
  box-shadow:none;
  transition:grid-template-rows .35s cubic-bezier(.16,1,.3,1),opacity .28s ease,margin .35s cubic-bezier(.16,1,.3,1);
}

#packs .pricing-compare.is-open{
  grid-template-rows:1fr;
  margin:22px 0 24px;
  opacity:1;
}

#packs .pricing-compare::before{
  display:none;
}

#packs .pricing-compare-inner{
  min-height:0;
  overflow:hidden;
  padding:clamp(18px,2.4vw,28px);
  border:1px solid rgba(255,255,255,.08);
  border-radius:24px;
  background:
    radial-gradient(circle at 50% 0%,rgba(110,107,255,.12),transparent 38%),
    rgba(8,10,20,.68);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.025),0 30px 80px rgba(0,0,0,.28);
}

#packs .pricing-compare:not(.is-open){
  grid-template-rows:0fr!important;
  max-height:0!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  border-width:0!important;
  opacity:0!important;
  overflow:hidden!important;
  pointer-events:none!important;
}

#packs .pricing-compare:not(.is-open) .pricing-compare-inner{
  min-height:0!important;
  padding:0!important;
  border-width:0!important;
  visibility:hidden!important;
  overflow:hidden!important;
}

#packs .pricing-compare:not(.is-open) *{
  pointer-events:none!important;
}

/* 2026-07-07 all-in pricing composition: keep the price as a right-side module. */
#packs .allin-card{
  grid-template-columns:minmax(260px,.92fr) minmax(360px,1.34fr) minmax(250px,.5fr)!important;
  grid-template-rows:auto auto auto!important;
  align-items:start!important;
  gap:24px 34px!important;
  min-height:330px;
}

#packs .allin-l{
  grid-column:1!important;
  grid-row:1 / span 2!important;
  align-self:start!important;
}

#packs .allin-list{
  grid-column:2!important;
  grid-row:1!important;
  align-self:start!important;
  max-width:620px;
}

#packs .allin-more{
  grid-column:2!important;
  grid-row:2!important;
  justify-self:start!important;
  align-self:start!important;
  margin-top:8px!important;
}

#packs .allin-detail{
  grid-column:1 / -1!important;
  grid-row:3!important;
}

#packs .allin-r{
  grid-column:3!important;
  grid-row:1 / span 2!important;
  align-self:center!important;
  justify-self:stretch!important;
  display:grid!important;
  gap:16px!important;
  min-width:250px!important;
  padding:22px!important;
  border:1px solid rgba(246,201,107,.18);
  border-radius:18px;
  background:
    radial-gradient(circle at 50% 0%,rgba(246,201,107,.16),transparent 58%),
    rgba(7,8,15,.34);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.03),0 18px 56px rgba(0,0,0,.2);
}

#packs .allin-price-label{
  display:inline-flex;
  width:max-content;
  max-width:100%;
  padding:7px 11px;
  border:1px solid rgba(246,201,107,.24);
  border-radius:999px;
  color:#F6C96B;
  background:rgba(246,201,107,.08);
  font-family:"JetBrains Mono",ui-monospace,SFMono-Regular,Menlo,monospace;
  font-size:11px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}

#packs .allin-r .pack-price{
  display:block!important;
  max-width:100%!important;
  margin:0!important;
  color:#fff;
  white-space:nowrap!important;
  font-size:clamp(42px,3.4vw,62px)!important;
  line-height:.92!important;
  letter-spacing:0!important;
  text-align:left!important;
}

#packs .allin-r .pack-btn{
  width:100%!important;
  min-height:58px!important;
}

#packs .pricing-compare-cta{
  justify-content:flex-end!important;
  margin:14px 10px 16px!important;
}

#packs .pricing-compare-toggle{
  min-width:0!important;
  min-height:0!important;
  height:auto!important;
  padding:8px 2px!important;
  border:0!important;
  border-radius:0!important;
  color:#AEB7FF!important;
  background:transparent!important;
  box-shadow:none!important;
  font:800 14px/1.25 "Golos Text",system-ui,sans-serif!important;
  text-decoration:underline;
  text-decoration-color:rgba(110,107,255,.48);
  text-underline-offset:5px;
}

#packs .pricing-compare-toggle:hover,
#packs .pricing-compare-toggle:focus-visible{
  color:#F2F4FA!important;
}

#packs .pricing-compare-toggle::after{
  width:7px!important;
  height:7px!important;
  margin-left:9px!important;
}

@media(max-width:760px){
  #packs .pricing-compare-cta{
    margin-top:20px;
  }

  #packs .pricing-compare-toggle{
    width:100%;
    min-width:0;
  }

  #packs .pricing-compare.is-open{
    margin:16px 0 20px;
  }

  #packs .pricing-compare-inner{
    padding:56px 16px 16px;
    border-radius:20px;
  }

  #packs .allin-detail ul{
    grid-template-columns:1fr;
  }
}

@media(max-width:1180px){
  #packs .allin-card{
    grid-template-columns:minmax(260px,.9fr) minmax(320px,1.12fr) minmax(220px,.56fr)!important;
    gap:22px!important;
  }

  #packs .allin-r{
    min-width:220px!important;
    padding:18px!important;
  }

  #packs .allin-r .pack-price{
    font-size:clamp(36px,3.1vw,50px)!important;
  }
}

@media(max-width:900px){
  #packs .allin-card{
    grid-template-columns:1fr!important;
    grid-template-rows:auto!important;
    min-height:0;
  }

  #packs .allin-l,
  #packs .allin-list,
  #packs .allin-more,
  #packs .allin-detail,
  #packs .allin-r{
    grid-column:1!important;
    grid-row:auto!important;
  }

  #packs .allin-r{
    min-width:0!important;
    padding:18px!important;
  }

  #packs .allin-r .pack-price{
    font-size:clamp(38px,10.8vw,52px)!important;
  }

  #packs .pricing-compare-cta{
    justify-content:center!important;
    margin:18px 0 18px!important;
  }

  #packs .pricing-compare-toggle{
    width:auto!important;
  }
}

.role-card .role-draft-badge{
  display:inline-flex;
  width:max-content;
  max-width:100%;
  margin-top:10px;
  padding:5px 9px;
  border:1px solid rgba(92,214,255,.22);
  border-radius:999px;
  color:#9FDFFF;
  background:rgba(92,214,255,.07);
  font:800 10px/1 "JetBrains Mono",ui-monospace,SFMono-Regular,Menlo,monospace;
  letter-spacing:.08em;
  text-transform:uppercase;
}

/* 2026-07-08 pricing compare placement: button lives under Constellation, table opens below it. */
#packs .pricing-compare-cta{
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  margin:40px 0 24px!important;
}

#packs .pricing-compare-toggle{
  width:auto!important;
  min-width:220px!important;
  min-height:56px!important;
  height:auto!important;
  padding:0 28px!important;
  border:1px solid rgba(110,107,255,.34)!important;
  border-radius:999px!important;
  color:#F2F4FA!important;
  background:rgba(11,14,26,.36)!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.035),0 18px 46px rgba(0,0,0,.2)!important;
  font:800 15px/1 "Golos Text",system-ui,sans-serif!important;
  text-decoration:none!important;
}

#packs .pricing-compare-toggle:hover,
#packs .pricing-compare-toggle:focus-visible{
  border-color:rgba(110,107,255,.66)!important;
  color:#fff!important;
  background:rgba(110,107,255,.12)!important;
}

#packs .pricing-compare.is-open{
  margin:0 0 24px!important;
}

@media(max-width:760px){
  #packs .pricing-compare-cta{
    margin:32px 0 20px!important;
  }

  #packs .pricing-compare-toggle{
    width:min(100%,320px)!important;
  }
}

/* 2026-07-08 all-in density fix: compact content, price module vertically centered. */
#packs .allin-card{
  grid-template-columns:minmax(270px,.9fr) minmax(420px,1.2fr) minmax(260px,.58fr)!important;
  grid-template-rows:auto auto!important;
  align-items:center!important;
  gap:18px 34px!important;
  min-height:0!important;
  padding-top:clamp(28px,3vw,42px)!important;
  padding-bottom:clamp(28px,3vw,42px)!important;
}

#packs .allin-l{
  grid-row:1 / span 2!important;
  align-self:center!important;
}

#packs .allin-list{
  grid-column:2!important;
  grid-row:1!important;
  align-self:end!important;
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:8px 18px!important;
  margin:0!important;
  max-width:none!important;
}

#packs .allin-list li{
  line-height:1.34!important;
}

#packs .allin-more{
  grid-column:2!important;
  grid-row:2!important;
  align-self:start!important;
  justify-self:start!important;
  margin-top:6px!important;
}

#packs .allin-r{
  grid-column:3!important;
  grid-row:1 / span 2!important;
  align-self:center!important;
  justify-self:stretch!important;
  place-content:center!important;
}

#packs .allin-detail{
  grid-column:1 / -1!important;
  grid-row:3!important;
}

@media(max-width:1180px){
  #packs .allin-card{
    grid-template-columns:minmax(240px,.82fr) minmax(340px,1.08fr) minmax(230px,.62fr)!important;
    gap:18px 24px!important;
  }

  #packs .allin-list{
    grid-template-columns:1fr!important;
    gap:7px!important;
  }
}

@media(max-width:900px){
  #packs .allin-card{
    grid-template-columns:1fr!important;
    grid-template-rows:auto!important;
    align-items:start!important;
    gap:18px!important;
  }

  #packs .allin-l,
  #packs .allin-list,
  #packs .allin-more,
  #packs .allin-detail,
  #packs .allin-r{
    grid-column:1!important;
    grid-row:auto!important;
  }

  #packs .allin-list{
    grid-template-columns:1fr!important;
  }
}

/* 2026-07-08 pricing layout finish: details grow only in their card */
#packs .proto-packs{
  align-items:flex-start!important;
}

#packs .proto-packs .bezel,
#packs .proto-packs .bezel-core,
#packs .proto-packs .pack{
  align-self:flex-start!important;
}

#packs .proto-packs .bezel-core,
#packs .proto-packs .pack{
  min-height:0!important;
  height:auto!important;
}

#packs .proto-packs .pack{
  display:flex!important;
  flex-direction:column!important;
}

#packs .proto-packs .pack-detail{
  width:100%;
}

#packs .pack-detail,
#packs .pack-detail>div{
  overflow:hidden;
}

/* 2026-07-08 all-in density finish */
#packs .allin-card{
  align-items:center!important;
  min-height:0!important;
  height:auto!important;
  padding-top:clamp(24px,2.4vw,34px)!important;
  padding-bottom:clamp(24px,2.4vw,34px)!important;
  gap:14px 32px!important;
}

#packs .allin-l,
#packs .allin-list,
#packs .allin-r{
  align-self:center!important;
}

#packs .allin-list{
  gap:7px 18px!important;
}

#packs .allin-more{
  margin-top:0!important;
}

#packs .allin-r{
  min-height:0!important;
  padding-top:clamp(18px,1.8vw,24px)!important;
  padding-bottom:clamp(18px,1.8vw,24px)!important;
}

@media(max-width:900px){
  #packs .proto-packs,
  #packs .proto-packs .bezel,
  #packs .proto-packs .bezel-core,
  #packs .proto-packs .pack{
    align-self:stretch!important;
  }

  #packs .allin-card{
    align-items:stretch!important;
  }
}

/* 2026-07-10: one premium surface for the all-in pack; no nested frame or dead grid rows. */
#packs .allin.bezel{
  overflow:hidden;
  padding:1px;
  border-radius:18px;
  background:linear-gradient(112deg,rgba(246,201,107,.78),rgba(251,146,60,.32) 35%,rgba(110,107,255,.34) 70%,rgba(92,214,255,.2));
  box-shadow:0 24px 74px rgba(0,0,0,.28),0 16px 48px rgba(246,201,107,.11);
}

#packs .allin.bezel > .allin-card{
  display:grid!important;
  grid-template-columns:minmax(220px,.74fr) minmax(390px,1.34fr) minmax(280px,.72fr)!important;
  grid-template-areas:
    "intro features price"
    "intro more price"
    "details details details";
  align-items:center!important;
  gap:14px clamp(24px,3vw,42px)!important;
  min-height:0!important;
  padding:clamp(26px,3vw,40px)!important;
  border-radius:17px;
  background:
    radial-gradient(78% 120% at 0% 0%,rgba(246,201,107,.13),transparent 62%),
    radial-gradient(70% 120% at 100% 0%,rgba(110,107,255,.15),transparent 62%),
    #10111b;
  box-shadow:none!important;
}

#packs .allin.bezel .allin-l{
  grid-area:intro!important;
  align-self:center!important;
}

#packs .allin-summary{
  margin:10px 0 0;
  color:#C7CCDE;
  font-size:15px;
  line-height:1.45;
}

#packs .allin.bezel .allin-list{
  grid-area:features!important;
  align-self:center!important;
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:8px 18px!important;
  margin:0!important;
}

#packs .allin.bezel .allin-more{
  grid-area:more!important;
  align-self:start!important;
  justify-self:start!important;
  margin:0!important;
}

#packs .allin.bezel .allin-r{
  grid-area:price!important;
  align-self:stretch!important;
  justify-self:stretch!important;
  display:flex!important;
  justify-content:center!important;
  gap:14px!important;
  min-width:0!important;
  padding:0 0 0 clamp(18px,2vw,30px)!important;
  border:0!important;
  border-left:1px solid rgba(246,201,107,.22)!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}

#packs .allin.bezel .allin-price-label{
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
}

#packs .allin.bezel .allin-r .pack-price{
  text-align:left!important;
  font-size:clamp(42px,3.35vw,54px)!important;
  line-height:.96!important;
}

#packs .allin.bezel .allin-r .pack-btn{
  width:100%!important;
}

#packs .allin.bezel .allin-detail{
  grid-area:details!important;
}

.final-footer-requisites{
  display:block;
}

.requisites-disclosure{
  width:100%;
}

.requisites-disclosure summary{
  display:flex;
  align-items:center;
  gap:8px;
  color:#9AA1B8;
  font-size:13px;
  line-height:1.35;
  cursor:pointer;
  list-style:none;
  transition:color .2s ease;
}

.requisites-disclosure summary::-webkit-details-marker{
  display:none;
}

.requisites-disclosure summary::after{
  content:"+";
  color:#AEB7FF;
  font-size:17px;
  line-height:1;
  transition:transform .2s ease,color .2s ease;
}

.requisites-disclosure[open] summary{
  color:#F2F4FA;
}

.requisites-disclosure[open] summary::after{
  color:#6E6BFF;
  transform:rotate(45deg);
}

.requisites-disclosure-body{
  display:grid;
  gap:6px;
  padding-top:10px;
}

.orbit-hero-copy h1.hero-h1-long{
  max-width:700px;
  font-size:clamp(56px,5.2vw,78px);
  line-height:1.04;
  text-wrap:normal;
}

.orbit-hero-copy h1.hero-h1-long .motion-line{
  display:block;
}

@media(max-width:1180px){
  #packs .allin.bezel > .allin-card{
    grid-template-columns:minmax(195px,.68fr) minmax(300px,1.1fr) minmax(250px,.72fr)!important;
    gap:14px 24px!important;
  }

  #packs .allin.bezel .allin-list{
    grid-template-columns:1fr!important;
  }
}

@media(max-width:900px){
  #packs .allin.bezel > .allin-card{
    grid-template-columns:1fr!important;
    grid-template-areas:
      "intro"
      "features"
      "more"
      "price"
      "details";
    align-items:start!important;
    gap:18px!important;
  }

  #packs .allin.bezel .allin-list{
    grid-template-columns:1fr!important;
  }

  #packs .allin.bezel .allin-r{
    align-self:start!important;
    padding:20px 0 0!important;
    border-left:0!important;
    border-top:1px solid rgba(246,201,107,.22)!important;
  }
}

@media(max-width:720px){
  .orbit-hero-copy h1.hero-h1-long{
    max-width:350px;
    font-size:clamp(42px,12vw,52px);
    line-height:1.05;
  }
}

/* 2026-07-10: the all-in package is deliberately one wide premium surface. */
#packs .allin.bezel{
  overflow:hidden;
  padding:1px;
  border-radius:20px;
  background:linear-gradient(118deg,rgba(110,107,255,.86),rgba(92,214,255,.42) 50%,rgba(110,107,255,.18));
  box-shadow:0 26px 74px rgba(0,0,0,.34),0 0 48px rgba(110,107,255,.12);
}

#packs .allin.bezel > .allin-card{
  display:grid!important;
  grid-template-columns:minmax(250px,.8fr) minmax(440px,1.7fr) minmax(190px,.46fr)!important;
  grid-template-areas:
    "intro features action"
    "intro more action"
    "details details details";
  align-items:center!important;
  gap:16px clamp(26px,3vw,46px)!important;
  min-height:0!important;
  padding:clamp(28px,3.2vw,46px)!important;
  border:0!important;
  border-radius:19px;
  background:
    radial-gradient(680px 360px at -9% 50%,rgba(110,107,255,.22),transparent 70%),
    linear-gradient(135deg,#0E1224 0%,#0C1020 56%,#0B0E1A 100%)!important;
  box-shadow:none!important;
}

#packs .allin.bezel .allin-l{
  grid-area:intro!important;
  align-self:center!important;
  min-width:0;
}

#packs .allin.bezel .allin-l .pack-price{
  margin-top:clamp(26px,3vw,40px)!important;
  font-size:clamp(38px,3.15vw,52px)!important;
  line-height:1!important;
  letter-spacing:0!important;
  white-space:nowrap;
}

#packs .allin.bezel .allin-list{
  grid-area:features!important;
  align-self:center!important;
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px 24px!important;
  margin:0!important;
}

#packs .allin.bezel .allin-more{
  grid-area:more!important;
  align-self:start!important;
  justify-self:start!important;
  margin:0!important;
}

#packs .allin.bezel .allin-r{
  grid-area:action!important;
  align-self:stretch!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:space-between!important;
  align-items:flex-end!important;
  gap:24px!important;
  min-width:0!important;
  padding:0 0 0 clamp(20px,2.2vw,34px)!important;
  border:0!important;
  border-left:1px solid rgba(132,138,255,.25)!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}

#packs .allin.bezel .allin-tag{
  display:inline-flex!important;
  align-items:center;
  min-height:28px;
  padding:0 11px!important;
  border:1px solid rgba(153,157,255,.7)!important;
  border-radius:999px!important;
  background:rgba(110,107,255,.12)!important;
  color:#D9DAFF!important;
  box-shadow:0 0 22px rgba(110,107,255,.14)!important;
}

#packs .allin.bezel .allin-r .pack-btn{
  width:100%!important;
  margin:0!important;
}

#packs .allin.bezel .allin-r .btn-primary.glow::after{
  background:#6E6BFF!important;
}

#packs .allin.bezel .allin-detail{
  grid-area:details!important;
}

@media(max-width:1180px){
  #packs .allin.bezel > .allin-card{
    grid-template-columns:minmax(210px,.75fr) minmax(310px,1.35fr) minmax(170px,.48fr)!important;
    gap:16px 24px!important;
  }

  #packs .allin.bezel .allin-list{
    grid-template-columns:1fr!important;
  }
}

@media(max-width:720px){
  #packs .allin.bezel > .allin-card{
    grid-template-columns:1fr!important;
    grid-template-areas:
      "intro"
      "features"
      "more"
      "action"
      "details";
    align-items:start!important;
    gap:20px!important;
    padding:26px 20px!important;
  }

  #packs .allin.bezel .allin-list{
    grid-template-columns:1fr!important;
  }

  #packs .allin.bezel .allin-r{
    align-self:start!important;
    align-items:stretch!important;
    padding:20px 0 0!important;
    border-left:0!important;
    border-top:1px solid rgba(132,138,255,.25)!important;
  }

  #packs .allin.bezel .allin-tag{
    align-self:flex-start;
  }
}

/* P0 2026-07-10: text must never be hidden while JavaScript or GSAP is loading. */
html .orbit-hero-logo,
html .orbit-hero-copy h1,
html .orbit-hero-copy p,
html .orbit-hero-copy .btn,
html .orbit-hero-copy .motion-line,
html .reveal,
html .audience-card,
html .launch-timeline li,
html .lower-faq-item{
  opacity:1!important;
  visibility:visible!important;
  transform:none!important;
  filter:none!important;
}

html .orbit-hero-logo,
html .orbit-hero-copy h1,
html .orbit-hero-copy p,
html .orbit-hero-copy .btn{
  animation:none!important;
}

/* 2026-07-10: all-in package mirrors the approved horizontal reference. */
#packs .allin.bezel{
  overflow:hidden;
  padding:1px;
  border-radius:20px;
  background:linear-gradient(100deg,rgba(246,196,83,.78),rgba(251,146,60,.32) 25%,rgba(110,107,255,.42) 66%,rgba(92,214,255,.38));
  box-shadow:0 30px 82px rgba(0,0,0,.38),0 0 48px rgba(110,107,255,.1),0 0 36px rgba(246,196,83,.09);
}

#packs .allin.bezel > .allin-card{
  display:grid!important;
  grid-template-columns:minmax(280px,.88fr) minmax(380px,1.32fr) minmax(400px,1fr)!important;
  grid-template-areas:
    "intro features action"
    "intro more action"
    "details details details";
  align-items:center!important;
  gap:16px clamp(30px,3.6vw,58px)!important;
  min-height:0!important;
  padding:clamp(34px,3.8vw,58px)!important;
  border:0!important;
  border-radius:19px;
  background:
    radial-gradient(560px 310px at 0% 48%,rgba(246,196,83,.12),transparent 70%),
    radial-gradient(560px 360px at 100% 48%,rgba(110,107,255,.16),transparent 70%),
    linear-gradient(110deg,#10111B 0%,#0C0E19 48%,#101221 100%)!important;
  box-shadow:none!important;
}

#packs .allin.bezel .allin-l{
  grid-area:intro!important;
  align-self:center!important;
  min-width:0;
}

#packs .allin.bezel .allin-l h3{
  margin-top:22px!important;
}

#packs .allin.bezel .allin-summary{
  margin:14px 0 0!important;
  max-width:240px;
  color:#C8CCDB!important;
  font-size:17px!important;
}

#packs .allin.bezel .allin-list{
  grid-area:features!important;
  align-self:center!important;
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px clamp(20px,2.5vw,42px)!important;
  margin:0!important;
}

#packs .allin.bezel .allin-list li{
  line-height:1.45!important;
}

#packs .allin.bezel .allin-more{
  grid-area:more!important;
  align-self:start!important;
  justify-self:start!important;
  margin:0!important;
}

#packs .allin.bezel .allin-r{
  grid-area:action!important;
  align-self:stretch!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  align-items:stretch!important;
  gap:24px!important;
  min-width:0!important;
  padding:0 0 0 clamp(24px,2.8vw,44px)!important;
  border:0!important;
  border-left:1px solid rgba(246,196,83,.26)!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}

#packs .allin.bezel .allin-price-label{
  display:block!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#F6C453!important;
  font-family:var(--f-mono)!important;
  font-size:11px!important;
  font-weight:700!important;
  letter-spacing:.16em!important;
  text-transform:uppercase;
}

#packs .allin.bezel .allin-r .pack-price{
  margin:0!important;
  color:#F8F8FF!important;
  font-size:clamp(48px,4.3vw,74px)!important;
  line-height:.94!important;
  letter-spacing:0!important;
  text-align:left!important;
  white-space:nowrap;
}

#packs .allin.bezel .allin-r .pack-btn{
  width:100%!important;
  margin-top:6px!important;
}

#packs .allin.bezel .allin-tag{
  display:inline-flex!important;
  align-items:center;
  width:max-content;
  min-height:34px;
  padding:0 14px!important;
  border:1px solid rgba(255,208,110,.62)!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,#F6C453,#FB923C)!important;
  color:#2B190B!important;
  box-shadow:0 0 22px rgba(246,196,83,.18)!important;
}

#packs .allin.bezel .allin-r .btn-primary.glow::after{
  background:#6E6BFF!important;
}

#packs .allin.bezel .allin-detail{
  grid-area:details!important;
}

@media(max-width:1180px){
  #packs .allin.bezel > .allin-card{
    grid-template-columns:minmax(210px,.7fr) minmax(280px,1.1fr) minmax(300px,.76fr)!important;
    gap:16px 28px!important;
  }

  #packs .allin.bezel .allin-list{
    grid-template-columns:1fr!important;
    gap:10px!important;
  }
}

@media(max-width:720px){
  #packs .allin.bezel > .allin-card{
    grid-template-columns:1fr!important;
    grid-template-areas:
      "intro"
      "features"
      "more"
      "action"
      "details";
    align-items:start!important;
    gap:22px!important;
    padding:28px 20px!important;
  }

  #packs .allin.bezel .allin-list{
    grid-template-columns:1fr!important;
    gap:12px!important;
  }

  #packs .allin.bezel .allin-r{
    align-self:start!important;
    padding:22px 0 0!important;
    border-left:0!important;
    border-top:1px solid rgba(246,196,83,.26)!important;
  }

  #packs .allin.bezel .allin-r .pack-price{
    font-size:clamp(44px,14vw,58px)!important;
  }
}

/* 2026-07-10: reference-locked all-in block proportions. */
@media(min-width:1181px){
  #packs .allin.bezel{
    width:min(1968px,calc(100vw - 78px))!important;
    max-width:none!important;
    margin:34px 0 32px calc(50% - min(984px,calc((100vw - 78px) / 2)))!important;
    transform:none!important;
    border-radius:28px!important;
    padding:1px!important;
    background:
      linear-gradient(102deg,rgba(246,196,83,.74),rgba(251,146,60,.34) 18%,rgba(110,107,255,.34) 69%,rgba(92,214,255,.34) 100%)!important;
    box-shadow:
      0 36px 92px rgba(0,0,0,.44),
      -34px 0 120px rgba(246,196,83,.12),
      28px 0 112px rgba(110,107,255,.14)!important;
  }

  #packs .allin.bezel > .allin-card{
    height:clamp(360px,19.24vw,394px)!important;
    min-height:clamp(360px,19.24vw,394px)!important;
    grid-template-columns:minmax(335px,.78fr) minmax(560px,1.42fr) minmax(370px,.8fr)!important;
    grid-template-areas:
      "intro features action"
      "intro more action"
      "details details details"!important;
    column-gap:clamp(42px,2.35vw,46px)!important;
    row-gap:18px!important;
    padding:clamp(48px,3.02vw,62px) clamp(58px,2.84vw,58px)!important;
    border-radius:27px!important;
    background:
      radial-gradient(660px 360px at -1% 46%,rgba(246,196,83,.14),transparent 72%),
      radial-gradient(720px 390px at 99% 48%,rgba(110,107,255,.18),transparent 70%),
      linear-gradient(108deg,#111119 0%,#0B0D17 48%,#111424 100%)!important;
  }

  #packs .allin.bezel .allin-l h3{
    margin:23px 0 0!important;
    font-size:clamp(34px,2.34vw,48px)!important;
    line-height:1.02!important;
    letter-spacing:0!important;
    white-space:nowrap;
  }

  #packs .allin.bezel .allin-summary{
    margin-top:24px!important;
    max-width:360px!important;
    font-size:clamp(18px,1.08vw,22px)!important;
    line-height:1.35!important;
  }

  #packs .allin.bezel .allin-tag{
    min-height:42px!important;
    padding:0 22px!important;
    font-size:13px!important;
    letter-spacing:.18em!important;
  }

  #packs .allin.bezel .allin-list{
    align-self:start!important;
    grid-template-columns:repeat(2,minmax(250px,1fr))!important;
    gap:20px clamp(36px,2.34vw,48px)!important;
    padding-top:8px!important;
  }

  #packs .allin.bezel .allin-list li{
    min-height:48px!important;
    padding-left:38px!important;
    font-size:clamp(17px,.98vw,20px)!important;
    line-height:1.38!important;
  }

  #packs .allin.bezel .allin-list li::before{
    width:22px!important;
    height:22px!important;
    top:2px!important;
    box-shadow:
      inset 0 0 0 2px rgba(92,214,255,.58),
      0 0 16px rgba(92,214,255,.24)!important;
  }

  #packs .allin.bezel .allin-list li::after{
    top:2px!important;
    width:22px!important;
    height:22px!important;
    color:#5CD6FF!important;
    font-size:11px!important;
  }

  #packs .allin.bezel .allin-more{
    margin-top:-2px!important;
    font-size:clamp(16px,.9vw,18px)!important;
    font-weight:800!important;
  }

  #packs .allin.bezel .allin-r{
    justify-content:center!important;
    gap:clamp(18px,1.18vw,24px)!important;
    padding-left:clamp(46px,2.34vw,48px)!important;
    border-left:2px solid rgba(246,196,83,.2)!important;
  }

  #packs .allin.bezel .allin-price-label{
    font-size:clamp(13px,.78vw,16px)!important;
    letter-spacing:.24em!important;
  }

  #packs .allin.bezel .allin-r .pack-price{
    font-size:clamp(72px,4.1vw,84px)!important;
    line-height:.9!important;
  }

  #packs .allin.bezel .allin-r .pack-btn{
    height:clamp(76px,4.4vw,90px)!important;
    border-radius:999px!important;
    font-size:clamp(20px,1.08vw,22px)!important;
    margin-top:0!important;
  }
}

@media(min-width:721px) and (max-width:1180px){
  #packs .allin.bezel{
    width:calc(100vw - 48px)!important;
    max-width:none!important;
    margin-left:calc(50% - ((100vw - 48px) / 2))!important;
    transform:none!important;
  }
}

/* 2026-07-10: pricing accents unified to Skilaxy indigo, no gold in packs. */
#packs{
  --pricing-indigo:#6366F1;
  --pricing-indigo-2:#818CF8;
  --pricing-indigo-soft:rgba(99,102,241,.16);
}

#packs .pack li::before,
#packs .allin-list li::before{
  background:rgba(99,102,241,.1)!important;
  box-shadow:inset 0 0 0 1.5px rgba(99,102,241,.62),0 0 16px rgba(99,102,241,.22)!important;
}

#packs .pack li::after,
#packs .allin-list li::after{
  color:#818CF8!important;
}

#packs .allin.bezel .allin-list li::after{
  color:#818CF8!important;
}

#packs .allin.bezel .allin-list li::before{
  box-shadow:inset 0 0 0 2px rgba(99,102,241,.62),0 0 16px rgba(99,102,241,.22)!important;
}

#packs .allin.bezel{
  background:linear-gradient(102deg,rgba(99,102,241,.7),rgba(129,140,248,.38) 42%,rgba(99,102,241,.42) 72%,rgba(129,140,248,.34) 100%)!important;
  box-shadow:0 36px 92px rgba(0,0,0,.44),0 0 92px rgba(99,102,241,.16)!important;
}

#packs .allin.bezel > .allin-card{
  background:
    radial-gradient(760px 390px at 0% 46%,rgba(99,102,241,.14),transparent 70%),
    radial-gradient(720px 390px at 100% 48%,rgba(99,102,241,.2),transparent 70%),
    linear-gradient(108deg,#10111B 0%,#0B0D17 48%,#111424 100%)!important;
}

#packs .allin.bezel .allin-tag,
#packs .constellation-strip small{
  border:1px solid rgba(129,140,248,.72)!important;
  background:rgba(99,102,241,.1)!important;
  color:#C7D2FE!important;
  box-shadow:0 0 24px rgba(99,102,241,.22),inset 0 1px 0 rgba(255,255,255,.08)!important;
}

#packs .allin.bezel .allin-r{
  border-left-color:rgba(129,140,248,.3)!important;
}

#packs .allin.bezel .allin-price-label{
  color:#A5B4FC!important;
}

#packs .constellation-strip{
  border-color:rgba(99,102,241,.24)!important;
  background:
    radial-gradient(520px 180px at 0% 50%,rgba(99,102,241,.12),transparent 70%),
    linear-gradient(180deg,rgba(13,16,32,.9),rgba(8,10,20,.84))!important;
  box-shadow:inset 0 0 0 1px rgba(99,102,241,.1),0 18px 60px rgba(0,0,0,.24)!important;
}

@media(min-width:1181px){
  #packs .allin.bezel > .allin-card{
    grid-template-columns:minmax(335px,.8fr) minmax(560px,1.46fr) minmax(370px,.84fr)!important;
    column-gap:clamp(22px,1.35vw,28px)!important;
  }

  #packs .allin.bezel .allin-r{
    padding-left:clamp(34px,1.8vw,38px)!important;
  }
}

@media(max-width:480px){
  /* Самое длинное слово заголовка — «искусственный». При 36px оно занимает 365px,
     а бокс был 331px, поэтому слово срезалось. Шрифт и бокс подобраны так,
     чтобы слово укладывалось на 320-480px. */
  .orbit-hero-copy h1.hero-h1-long{
    font-size:clamp(26px,8.2vw,38px)!important;
    max-width:calc(100vw - 32px)!important;
  }
}

/* Мобильные цели нажатия: минимум 44px. Меняется только область нажатия,
   размер текста и раскладка блоков остаются прежними. */
@media(max-width:767px){
  /* Пузырь-подсказка чата на мобильных не показывается: он ложится поверх
     кнопок первого экрана и перехватывает нажатие. Кнопка-планета работает,
     панель открывается по нажатию. */
  .skx-w-bubble{
    display:none!important;
  }

  .nav .logo,
  .nav .burger{
    min-height:44px;
  }
  /* Иконки инструментов: чип остаётся 34px, невидимая область нажатия
     расширяется до 44px по высоте. Визуально ничего не меняется:
     иконка внутри 14px и в круг вписывается с запасом, поэтому обрезка не нужна. */
  .hero-service-icons a,
  .hero-service-more{
    overflow:visible;
  }

  .hero-service-icons a::after,
  .hero-service-more::after{
    content:'';
    position:absolute;
    left:0;
    right:0;
    top:50%;
    transform:translateY(-50%);
    height:44px;
  }
  .pack-compare-link,
  .pack-expand-toggle{
    min-height:44px;
    display:inline-flex;
    align-items:center;
  }
  .final-footer-col a{
    min-height:44px;
    display:flex;
    align-items:center;
  }
}

@media(max-width:720px){
  #packs .allin.bezel .allin-r{
    border-top-color:rgba(129,140,248,.3)!important;
  }
}

/* 2026-07-10: compact all-in card aligned with the Constellation strip. */
#packs .allin.bezel{
  width:100%!important;
  max-width:100%!important;
  margin:18px 0 18px!important;
  transform:none!important;
  border-radius:22px!important;
}

#packs .allin.bezel .allin-tag{
  display:none!important;
}

#packs .allin.bezel > .allin-card{
  height:auto!important;
  min-height:0!important;
  grid-template-columns:minmax(330px,.82fr) minmax(470px,1.18fr) minmax(250px,.72fr)!important;
  grid-template-areas:
    "intro features action"
    "intro more action"
    "details details details"!important;
  align-items:center!important;
  column-gap:24px!important;
  row-gap:12px!important;
  padding:30px!important;
  border-radius:21px!important;
}

#packs .allin.bezel .allin-l h3{
  margin:0!important;
  font-size:clamp(30px,2.2vw,36px)!important;
  line-height:1.05!important;
  white-space:nowrap;
}

#packs .allin.bezel .allin-summary{
  margin-top:14px!important;
  max-width:300px!important;
  font-size:16px!important;
  line-height:1.4!important;
}

#packs .allin.bezel .allin-list{
  align-self:center!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:12px 24px!important;
  padding-top:0!important;
}

#packs .allin.bezel .allin-list li{
  min-height:0!important;
  padding-left:30px!important;
  font-size:15px!important;
  line-height:1.36!important;
}

#packs .allin.bezel .allin-list li::before{
  top:0!important;
  width:18px!important;
  height:18px!important;
}

#packs .allin.bezel .allin-list li::after{
  top:0!important;
  width:18px!important;
  height:18px!important;
  font-size:9px!important;
}

#packs .allin.bezel .allin-more{
  margin-top:2px!important;
  font-size:15px!important;
}

#packs .allin.bezel .allin-r{
  justify-content:center!important;
  gap:14px!important;
  padding-left:28px!important;
  border-left-width:1px!important;
}

#packs .allin.bezel .allin-price-label{
  font-size:11px!important;
  letter-spacing:.2em!important;
}

#packs .allin.bezel .allin-r .pack-price{
  font-size:clamp(44px,3.7vw,58px)!important;
  line-height:.92!important;
}

#packs .allin.bezel .allin-r .pack-btn{
  height:58px!important;
  min-height:58px!important;
  font-size:16px!important;
}

@media(max-width:1180px){
  #packs .allin.bezel{
    width:100%!important;
    margin-left:0!important;
  }

  #packs .allin.bezel > .allin-card{
    grid-template-columns:minmax(210px,.75fr) minmax(300px,1.1fr) minmax(230px,.78fr)!important;
    gap:16px 22px!important;
    padding:30px 28px!important;
  }
}

@media(max-width:720px){
  #packs .allin.bezel{
    width:100%!important;
    margin:16px 0!important;
  }

  #packs .allin.bezel > .allin-card{
    grid-template-columns:1fr!important;
    grid-template-areas:
      "intro"
      "features"
      "more"
      "action"
      "details"!important;
    padding:26px 20px!important;
    gap:20px!important;
  }

  #packs .allin.bezel .allin-list{
    grid-template-columns:1fr!important;
  }

  #packs .allin.bezel .allin-r{
    padding:20px 0 0!important;
    border-left:0!important;
    border-top:1px solid rgba(129,140,248,.3)!important;
  }
}

/* 2026-07-10: keep compact geometry, restore the previous premium colorway. */
#packs .allin.bezel{
  background:linear-gradient(102deg,rgba(246,196,83,.76),rgba(251,146,60,.34) 24%,rgba(110,107,255,.36) 70%,rgba(92,214,255,.32) 100%)!important;
  box-shadow:0 30px 82px rgba(0,0,0,.38),0 0 48px rgba(110,107,255,.1),0 0 36px rgba(246,196,83,.09)!important;
}

#packs .allin.bezel > .allin-card{
  background:
    radial-gradient(620px 320px at 0% 46%,rgba(246,196,83,.13),transparent 72%),
    radial-gradient(620px 320px at 100% 48%,rgba(110,107,255,.17),transparent 70%),
    linear-gradient(108deg,#111119 0%,#0B0D17 48%,#111424 100%)!important;
}

#packs .allin.bezel .allin-r{
  border-left-color:rgba(246,196,83,.26)!important;
}

#packs .allin.bezel .allin-price-label{
  color:#F6C453!important;
}

#packs .allin.bezel .allin-list li::before{
  background:rgba(92,214,255,.08)!important;
  box-shadow:inset 0 0 0 2px rgba(92,214,255,.58),0 0 16px rgba(92,214,255,.24)!important;
}

#packs .allin.bezel .allin-list li::after{
  color:#5CD6FF!important;
}

#packs .constellation-strip small{
  border-color:rgba(246,196,83,.62)!important;
  background:linear-gradient(135deg,#F6C453,#FB923C)!important;
  color:#2B190B!important;
  box-shadow:0 0 22px rgba(246,196,83,.18)!important;
}

@media(max-width:720px){
  #packs .allin.bezel .allin-r{
    border-top-color:rgba(246,196,83,.26)!important;
  }
}

/* Compact the content-to-price handoff without altering the approved gold treatment. */
@media(min-width:1181px){
  #packs .allin.bezel > .allin-card{
    grid-template-columns:minmax(255px,.78fr) minmax(0,1.18fr) minmax(320px,.82fr)!important;
    column-gap:20px!important;
  }

  #packs .allin.bezel .allin-r{
    padding-left:18px!important;
  }
}

/* 2026-07-11: package selector — choose once, confirm once. */
#packs .pack-selector-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:20px;
  align-items:stretch;
  margin-top:30px;
}

#packs .pack-selector{
  position:relative;
  display:flex;
  min-width:0;
  min-height:310px;
  flex-direction:column;
  align-items:flex-start;
  padding:26px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.08);
  border-radius:16px;
  background:
    radial-gradient(130% 100% at 50% 0%,rgba(255,255,255,.035),transparent 58%),
    #0d1020;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.045);
  cursor:pointer;
  transition:border-color .25s ease,box-shadow .25s ease,background-color .25s ease;
}

#packs .pack-selector:hover{
  border-color:rgba(255,255,255,.16);
}

#packs .pack-selector:focus-visible{
  outline:2px solid #818CF8;
  outline-offset:3px;
}

#packs .pack-selector.is-selected{
  border:2px solid #6366F1;
  padding:25px;
  background:
    radial-gradient(120% 100% at 50% 0%,rgba(99,102,241,.19),transparent 58%),
    #10142A;
  box-shadow:0 0 32px rgba(99,102,241,.25),inset 0 1px 0 rgba(255,255,255,.1);
}

#packs .pack-selector-all.is-selected{
  border-color:var(--pricing-gold,#F6C96B);
  background:
    radial-gradient(120% 100% at 35% 0%,rgba(246,201,107,.17),transparent 61%),
    #15131c;
  box-shadow:0 0 32px rgba(212,175,55,.22),inset 0 1px 0 rgba(255,255,255,.1);
}

#packs .pack-selector h3{
  margin:0;
  color:#F7F8FF;
  font-family:var(--f-display);
  font-size:24px;
  font-weight:700;
  line-height:1.08;
  letter-spacing:0;
}

#packs .selector-price{
  margin:16px 0 0;
  color:#fff;
  font-family:var(--f-display);
  font-size:32px;
  font-weight:800;
  line-height:1;
  letter-spacing:0;
  white-space:nowrap;
}

#packs .selector-price span{
  font-size:16px;
  font-weight:700;
}

#packs .selector-audience{
  min-height:38px;
  margin:13px 0 0;
  color:#9AA1B8;
  font-size:13px;
  line-height:1.45;
}

#packs .pack-selector ul{
  display:grid;
  gap:9px;
  margin:18px 0 0;
  padding:0;
  list-style:none;
}

#packs .pack-selector li{
  position:relative;
  padding-left:18px;
  color:#D5D9E8;
  font-size:13.5px;
  line-height:1.38;
}

#packs .pack-selector li::before{
  position:absolute;
  top:.48em;
  left:0;
  width:6px;
  height:6px;
  border-radius:50%;
  background:#818CF8;
  box-shadow:0 0 10px rgba(129,140,248,.5);
  content:"";
}

#packs .pack-selector-all.is-selected li::before{
  background:#F6C96B;
  box-shadow:0 0 10px rgba(246,201,107,.42);
}

#packs .pack-selector .pack-tag{
  position:absolute;
  top:15px;
  right:15px;
  left:auto;
  margin:0;
  transform:none;
}

#packs .pack-confirm{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(300px,.48fr);
  gap:32px;
  align-items:stretch;
  min-height:248px;
  margin-top:20px;
  padding:28px 30px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.09);
  border-radius:16px;
  background:
    radial-gradient(680px 280px at 0% 50%,rgba(99,102,241,.14),transparent 72%),
    #0d1020;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.055),0 20px 54px rgba(0,0,0,.18);
  opacity:1;
  transition:opacity .2s ease;
}

#packs .pack-confirm.is-changing{
  opacity:0;
}

#packs .pack-confirm-copy{
  min-width:0;
}

#packs .pack-confirm-kicker{
  margin:0 0 8px;
  color:#9AA1B8;
  font:700 11px/1.2 var(--f-mono);
  letter-spacing:.14em;
  text-transform:uppercase;
}

#packs .pack-confirm h3{
  margin:0;
  color:#fff;
  font-family:var(--f-display);
  font-size:28px;
  line-height:1.08;
  letter-spacing:0;
}

#packs .pack-confirm-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:11px 28px;
  margin:19px 0 0;
  padding:0;
  list-style:none;
}

#packs .pack-confirm-list li{
  position:relative;
  padding-left:21px;
  color:#CBD0E2;
  font-size:13.5px;
  line-height:1.42;
}

#packs .pack-confirm-list li::before{
  position:absolute;
  top:.38em;
  left:0;
  width:12px;
  height:12px;
  border:1px solid rgba(92,214,255,.58);
  border-radius:50%;
  box-shadow:0 0 12px rgba(92,214,255,.18);
  content:"✓";
  color:#5CD6FF;
  font-size:8px;
  line-height:10px;
  text-align:center;
}

#packs .pack-confirm-action{
  display:flex;
  min-width:0;
  flex-direction:column;
  justify-content:center;
  gap:18px;
  padding-left:30px;
  border-left:1px solid rgba(255,255,255,.09);
}

#packs .pack-confirm-price{
  margin:0;
  color:#fff;
  font-family:var(--f-display);
  font-size:36px;
  font-weight:800;
  line-height:1;
  letter-spacing:0;
  white-space:nowrap;
}

#packs .pack-confirm-cta{
  width:100%;
  min-height:56px;
  border-radius:14px;
  font-size:15px;
}

#packs .pack-confirm-cta.is-gold{
  display:block;
  padding-right:12px;
  padding-left:12px;
  white-space:normal;
  font-size:13px;
  line-height:1.16;
  text-align:center;
  color:#201406;
  background:linear-gradient(135deg,#F6C96B,#FB923C);
  box-shadow:0 0 30px rgba(212,175,55,.26);
}

#packs .pack-confirm-cta.is-gold::after{
  background:linear-gradient(135deg,#F6C96B,#FB923C);
}

@media(max-width:900px){
  #packs .pack-selector-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
  }

  #packs .pack-confirm{
    grid-template-columns:1fr;
  }

  #packs .pack-confirm-action{
    padding:22px 0 0;
    border-top:1px solid rgba(255,255,255,.09);
    border-left:0;
  }
}

@media(max-width:720px){
  #packs .pack-selector-grid{
    gap:12px;
    margin-top:24px;
  }

  #packs .pack-selector{
    min-height:270px;
    padding:18px;
    border-radius:14px;
  }

  #packs .pack-selector.is-selected{
    padding:17px;
  }

  #packs .pack-selector h3{
    font-size:20px;
  }

  #packs .selector-price{
    margin-top:13px;
    font-size:26px;
  }

  #packs .selector-price span{
    font-size:13px;
  }

  #packs .selector-audience{
    min-height:54px;
    margin-top:10px;
    font-size:12px;
  }

  #packs .pack-selector ul{
    gap:7px;
    margin-top:13px;
  }

  #packs .pack-selector li{
    padding-left:14px;
    font-size:12px;
  }

  #packs .pack-selector li::before{
    width:5px;
    height:5px;
  }

  #packs .pack-selector .pack-tag{
    top:10px;
    right:10px;
    padding:5px 9px;
    font-size:9px;
  }

  #packs .pack-confirm{
    min-height:0;
    gap:20px;
    margin-top:16px;
    padding:22px 18px;
    border-radius:14px;
  }

  #packs .pack-confirm h3{
    font-size:24px;
  }

  #packs .pack-confirm-list{
    grid-template-columns:1fr;
    gap:9px;
    margin-top:16px;
  }

  #packs .pack-confirm-list li{
    font-size:13px;
  }

  #packs .pack-confirm-action{
    gap:14px;
    padding-top:18px;
  }

  #packs .pack-confirm-price{
    font-size:32px;
  }

  #packs .pack-confirm-cta{
    min-height:56px;
    font-size:14px;
  }
}

@media(prefers-reduced-motion:reduce){
  #packs .pack-selector,
  #packs .pack-confirm{
    transition:none;
  }
}

/* 2026-07-11: selected state is violet; gold only identifies the top package. */
#packs .pack-selector-all{
  border-color:rgba(246,201,107,.78);
}

#packs .pack-selector.is-selected{
  border:1px solid #6366F1;
  padding:26px;
  background:
    radial-gradient(120% 100% at 50% 0%,rgba(99,102,241,.19),transparent 58%),
    #10142A;
  box-shadow:0 0 0 2px #6366F1,0 0 32px rgba(99,102,241,.25),inset 0 1px 0 rgba(255,255,255,.1);
}

#packs .pack-selector-all.is-selected{
  border-color:rgba(246,201,107,.78);
  background:
    radial-gradient(120% 100% at 50% 0%,rgba(99,102,241,.19),transparent 58%),
    #10142A;
  box-shadow:0 0 0 2px #6366F1,0 0 32px rgba(99,102,241,.25),inset 0 1px 0 rgba(255,255,255,.1);
}

#packs .pack-selector::after{
  position:absolute;
  top:24px;
  left:24px;
  width:10px;
  height:10px;
  border:2px solid rgba(129,140,248,.58);
  border-radius:50%;
  background:#0d1020;
  box-shadow:0 0 0 2px rgba(7,8,15,.82);
  content:"";
  opacity:0;
  transition:opacity .2s ease,background-color .2s ease,box-shadow .2s ease;
}

#packs .pack-selector.is-selected::after{
  background:#6366F1;
  box-shadow:0 0 0 2px #0d1020,0 0 14px rgba(99,102,241,.7);
  opacity:1;
}

#packs .pack-selector h3{
  padding-left:24px;
}

#packs .pack-selector .pack-tag{
  position:static;
  display:inline-flex;
  width:auto;
  max-width:100%;
  min-height:0;
  margin:10px 0 0;
  padding:6px 10px;
  border:1px solid rgba(129,140,248,.52);
  border-radius:999px;
  background:rgba(99,102,241,.12);
  box-shadow:none;
  color:#C7D2FE;
  font:700 10px/1.2 var(--f-mono);
  letter-spacing:.04em;
  text-align:left;
  white-space:normal;
}

#packs .pack-selector-all.is-selected li::before{
  background:#818CF8;
  box-shadow:0 0 10px rgba(129,140,248,.5);
}

#packs .pack-confirm{
  height:286px;
  min-height:286px;
}

#packs .pack-confirm-list li::before{
  top:.56em;
  width:6px;
  height:6px;
  border:0;
  background:#5CD6FF;
  box-shadow:0 0 10px rgba(92,214,255,.3);
  content:"";
}

#packs .pack-confirm-argument{
  margin:15px 0 0;
  color:#F1F2FA;
  font-size:13px;
  font-weight:700;
  line-height:1.35;
}

#packs .pack-confirm-action{
  gap:10px;
}

#packs .pack-compare-link,
#packs .pack-expand-toggle{
  align-self:flex-start;
  border:0;
  padding:0;
  color:#AEB7FF;
  background:transparent;
  font:700 13px/1.25 "Golos Text",system-ui,sans-serif;
  text-decoration:underline;
  text-decoration-color:rgba(129,140,248,.48);
  text-underline-offset:4px;
  cursor:pointer;
}

#packs .pack-compare-link:hover,
#packs .pack-compare-link:focus-visible,
#packs .pack-expand-toggle:hover,
#packs .pack-expand-toggle:focus-visible{
  color:#F4F5FF;
}

#packs .pack-expand-toggle{
  color:#9AA1B8;
}

#packs .pack-full-details{
  display:grid;
  grid-template-rows:0fr;
  margin-top:12px;
  overflow:hidden;
  overflow-anchor:none;
  opacity:0;
  transition:grid-template-rows .28s cubic-bezier(.16,1,.3,1),opacity .2s ease;
}

#packs:has(.pack-full-details.is-open){
  overflow-anchor:none;
}

#packs .pack-full-details>div{
  min-height:0;
  overflow:hidden;
}

#packs .pack-full-details.is-open{
  grid-template-rows:1fr;
  opacity:1;
}

#packs .pack-full-details ul{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px 28px;
  margin:0;
  padding:22px 30px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:14px;
  background:rgba(13,16,32,.72);
  list-style:none;
}

#packs .pack-full-details li{
  position:relative;
  padding-left:17px;
  color:#C9CEDF;
  font-size:13px;
  line-height:1.4;
}

#packs .pack-full-details li::before{
  position:absolute;
  top:.56em;
  left:0;
  width:5px;
  height:5px;
  border-radius:50%;
  background:#818CF8;
  content:"";
}

#packs .pack-noscript{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  margin-top:16px;
}

#packs .pack-noscript a{
  display:block;
  padding:14px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:12px;
  color:#F2F4FA;
  background:#0d1020;
  font-size:13px;
  line-height:1.4;
  text-decoration:none;
}

@media(max-width:720px){
  #packs .pack-selector.is-selected{
    padding:18px;
  }

  #packs .pack-selector::after{
    top:17px;
    left:17px;
    width:8px;
    height:8px;
  }

  #packs .pack-selector h3{
    padding-left:20px;
  }

  #packs .pack-selector .pack-tag{
    margin-top:8px;
    padding:5px 8px;
    font-size:9px;
  }

  #packs .pack-confirm{
    height:auto;
    min-height:0;
  }

  #packs .pack-confirm-argument{
    margin-top:13px;
  }

  #packs .pack-compare-link,
  #packs .pack-expand-toggle{
    font-size:13px;
  }

  #packs .pack-full-details ul{
    grid-template-columns:1fr;
    gap:9px;
    padding:18px;
  }

  #packs .pack-noscript{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(prefers-reduced-motion:reduce){
  #packs .pack-selector::after,
  #packs .pack-full-details{
    transition:none;
  }
}

/* 2026-07-12: three selectable packs, a clear choice bar, then a static All-in offer. */
#packs .pack-selector-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

#packs .pack-selector[data-pack-select="orbit"] .pack-tag{
  border-color:rgba(99,102,241,.8);
  border-radius:999px;
  background:#6366F1;
  color:#fff;
  font:700 9px/1.15 var(--f-mono);
  letter-spacing:.06em;
}

#packs .pack-choice-confirm{
  display:grid;
  grid-template-columns:auto auto auto 1fr auto;
  align-items:center;
  gap:13px;
  margin-top:18px;
  padding:16px 18px;
  border:1px solid rgba(99,102,241,.48);
  border-radius:12px;
  background:linear-gradient(90deg,rgba(99,102,241,.13),rgba(13,16,32,.86) 54%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
}

#packs .pack-choice-kicker{
  color:#AEB7FF;
  font:700 10px/1 var(--f-mono);
  letter-spacing:.13em;
  text-transform:uppercase;
}

#packs .pack-choice-confirm strong{
  color:#fff;
  font-family:var(--f-display);
  font-size:19px;
  line-height:1;
}

#packs .pack-choice-confirm [data-pack-choice-price]{
  color:#C7D2FE;
  font-family:var(--f-display);
  font-size:18px;
  font-weight:800;
  white-space:nowrap;
}

#packs .pack-choice-note{
  color:#8C94AD;
  font-size:12px;
}

#packs .pack-choice-cta{
  min-height:52px;
  padding:0 22px;
  border-radius:11px;
  font-size:14px;
  font-weight:800;
  white-space:nowrap;
}

#packs .pack-static-all{
  margin-top:18px;
  border-color:rgba(246,201,107,.34);
  background:#0D0F1B;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}

#packs .pack-static-all .pack-confirm-kicker{
  color:rgba(246,201,107,.76);
}

#packs .pack-static-all .pack-confirm-cta.is-gold{
  background:linear-gradient(135deg,#D8AC57,#D97D32);
  box-shadow:none;
}

#packs .pack-static-all.is-selected{
  border-color:rgba(246,201,107,.62);
  box-shadow:0 0 0 2px #6366F1,0 0 30px rgba(99,102,241,.2),inset 0 1px 0 rgba(255,255,255,.05);
}

#packs .pack-choice-cta.is-gold{
  color:#201406;
  background:linear-gradient(135deg,#D8AC57,#D97D32);
  box-shadow:none;
}

@media(max-width:900px){
  #packs .pack-selector-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  #packs .pack-choice-confirm{
    grid-template-columns:1fr 1fr;
    gap:11px;
  }

  #packs .pack-choice-kicker,
  #packs .pack-choice-note,
  #packs .pack-choice-cta{
    grid-column:1/-1;
  }

  #packs .pack-choice-cta{
    width:100%;
  }
}


/* ============================================================
   ЛЕСЕНКА ПЕРВОГО ЭКРАНА — 26.07.2026
   Сдвиг 12px (--shift), длительность --t-slow, кривая --ease-out-quint,
   задержки 0 / .06 / .12.

   Заголовок, подзаголовок и логотип в лесенку НЕ входят намеренно:
   на <html> стоят классы no-reveal и motion-stage1, а в CSS два независимых
   правила (P0-блок и .motion-stage1 ...{animation:none!important}) гасят
   их анимацию. Это сделано после бага с невидимым первым экраном.
   Продавливать защиту через !important на денежном экране нельзя —
   решение включать полную лесенку остаётся за владельцем.

   fill-mode: backwards — скрытое состояние существует только во время
   анимации; базовое состояние видимое, поэтому невидимых блоков быть не может.
   ============================================================ */
.orbit-hero-actions{
  animation:sxIntroIn var(--t-slow) var(--ease-out-quint) 0s backwards;
}

.hero-service-label{
  animation:sxIntroIn var(--t-slow) var(--ease-out-quint) .06s backwards;
}

.hero-service-icons{
  animation:sxIntroIn var(--t-slow) var(--ease-out-quint) .12s backwards;
}

/* Кнопки: правило объявлено здесь, потому что .btn-primary/.btn-outline
   переопределяют transition в этом файле и обнуляют transform. */
.btn,.sx-btn,
.btn-primary,
.btn-outline{
  transition:transform .12s var(--ease-standard),
             box-shadow .3s var(--ease-standard),
             background .3s,
             background-color var(--t-micro) var(--ease-standard),
             border-color .3s,
             color .3s;
}

.btn:hover,.sx-btn:hover,
.btn-primary:hover,
.btn-outline:hover{transform:translateY(-1px)}

.btn:active,.sx-btn:active,
.btn-primary:active,
.btn-outline:active{transform:translateY(0) scale(.98)}
