:root {
  --orion-gold: #f4bf45;
  --orion-gold-soft: #ffe29a;
  --orion-ink: #050606;
  --orion-panel: #0b0d0c;
  --orion-line: rgba(255, 255, 255, .11);
  --orion-muted: rgba(255, 255, 255, .62);
  --orion-green: #17d79a;
  --orion-red: #ff5b6e;
}

html { scroll-behavior: smooth; }
body.page-home {
  overflow-x: hidden;
  background: #050606 !important;
}

body.page-home .app-topbar {
  position: absolute;
  inset: 0 0 auto;
  z-index: 30;
  background: linear-gradient(180deg, rgba(2, 3, 3, .88), rgba(2, 3, 3, .28) 74%, transparent) !important;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  backdrop-filter: blur(8px);
}

body.page-home .app-topbar-inner {
  max-width: 1540px;
}

body.page-home main {
  display: block;
  min-height: 100vh;
}

.orion-v3,
.orion-v3 * {
  box-sizing: border-box;
}

.orion-v3 {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 12% 34%, rgba(244, 191, 69, .05), transparent 32%),
    #050606;
  font-family: var(--ux-font-main, Poppins, system-ui, sans-serif);
}

.orion-v3 a { color: inherit; text-decoration: none; }
.orion-v3 button,
.orion-v3 a { -webkit-tap-highlight-color: transparent; }

.orion-hero {
  position: relative;
  min-height: min(980px, 100svh);
  isolation: isolate;
  display: grid;
  align-items: end;
  background: #050606;
}

.orion-hero-media,
.orion-hero-media video,
.orion-hero-fallback,
.orion-hero-shade,
.orion-film-grain {
  position: absolute;
  inset: 0;
}

.orion-hero-media {
  z-index: -3;
  overflow: hidden;
  background: #080a09;
}

.orion-hero-media video {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  filter: saturate(.9) contrast(1.05) brightness(.78);
  transform: translate3d(var(--hero-shift-x, 0), var(--hero-shift-y, 0), 0) scale(1.035);
  transition: transform .8s cubic-bezier(.2, .7, .2, 1);
}

.orion-hero-media.is-video-unavailable video { display: none; }

.orion-hero-fallback {
  background:
    linear-gradient(90deg, rgba(3, 4, 4, .95) 0%, rgba(3, 4, 4, .64) 42%, rgba(3, 4, 4, .1) 77%),
    url('/assets/media/orion-hero-poster.png') 65% center / cover no-repeat;
  transform: scale(1.01);
}

.orion-hero-shade {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(2, 3, 3, .93) 0%, rgba(2, 3, 3, .72) 35%, rgba(2, 3, 3, .2) 68%, rgba(2, 3, 3, .46) 100%),
    linear-gradient(180deg, rgba(2, 3, 3, .2) 42%, rgba(2, 3, 3, .95) 100%);
}

.orion-film-grain {
  z-index: 3;
  pointer-events: none;
  opacity: .15;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.33'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.orion-hero-shell,
.orion-section {
  width: min(1480px, calc(100% - 64px));
  margin-inline: auto;
}

.orion-hero-shell {
  position: relative;
  z-index: 5;
  min-height: min(980px, 100svh);
  padding: 190px 0 184px;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(350px, .62fr);
  align-items: center;
  gap: clamp(50px, 8vw, 140px);
}

.orion-hero-copy {
  max-width: 910px;
}

.orion-kicker,
.orion-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .23em;
  text-transform: uppercase;
  color: var(--orion-gold-soft);
}

.orion-kicker i,
.orion-market-label i,
.orion-momentum-head i,
.orion-flow-live i {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orion-green);
  box-shadow: 0 0 0 5px rgba(23, 215, 154, .1), 0 0 20px rgba(23, 215, 154, .9);
}

.orion-hero-copy h1 {
  max-width: 900px;
  margin: 22px 0 24px;
  color: #fff;
  font-size: clamp(4.7rem, 8vw, 8.1rem);
  font-weight: 800;
  letter-spacing: -.075em;
  line-height: .91;
  text-shadow: 0 8px 36px rgba(0, 0, 0, .48);
}

.orion-hero-copy h1 span,
.orion-section-head h2 span,
.orion-final-cta h2 span {
  color: var(--orion-gold);
}

.orion-hero-copy > p {
  max-width: 710px;
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.85;
}

.orion-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.orion-btn {
  min-height: 54px;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 14px;
  font-weight: 800;
  transition: transform .25s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease;
}

.orion-btn:hover {
  transform: translateY(-2px);
}

.orion-btn-gold {
  color: #090806 !important;
  background: linear-gradient(135deg, #ffe7a1, #f4bf45 52%, #bf7b10);
  box-shadow: 0 12px 36px rgba(244, 191, 69, .18);
}

.orion-btn-gold:hover {
  box-shadow: 0 16px 44px rgba(244, 191, 69, .3);
}

.orion-btn-ghost {
  color: #fff !important;
  border-color: rgba(255, 255, 255, .18);
  background: rgba(11, 13, 12, .45);
  backdrop-filter: blur(12px);
}

.orion-btn-ghost:hover {
  border-color: rgba(244, 191, 69, .56);
  background: rgba(244, 191, 69, .08);
}

.orion-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 54px;
}

.orion-proof > div {
  min-width: 145px;
  padding: 0 32px;
  border-left: 1px solid rgba(255, 255, 255, .16);
}

.orion-proof > div:first-child { padding-left: 0; border-left: 0; }
.orion-proof strong,
.orion-proof span { display: block; }
.orion-proof strong { font-size: 16px; color: #fff; }
.orion-proof span { margin-top: 5px; font-size: 11px; color: rgba(255, 255, 255, .46); text-transform: uppercase; letter-spacing: .12em; }

.orion-momentum {
  position: relative;
  align-self: end;
  margin-bottom: 24px;
  overflow: hidden;
  min-height: 340px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(12, 15, 13, .8), rgba(8, 9, 9, .54));
  box-shadow: 0 30px 80px rgba(0, 0, 0, .34), inset 0 1px rgba(255, 255, 255, .06);
  backdrop-filter: blur(24px);
}

.orion-momentum::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 30%, rgba(255, 255, 255, .045) 50%, transparent 70%);
  transform: translateX(-100%);
  animation: orionGlassSweep 7s ease-in-out infinite;
}

.orion-momentum-head,
.orion-flow-live {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.orion-momentum-head > span,
.orion-flow-live > span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, .65);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.orion-momentum-head em {
  padding: 6px 8px;
  border: 1px solid rgba(244, 191, 69, .26);
  border-radius: 6px;
  color: var(--orion-gold);
  background: rgba(244, 191, 69, .07);
  font-size: 9px;
  font-style: normal;
  letter-spacing: .14em;
}

.orion-momentum-value {
  margin-top: 28px;
}

.orion-momentum-value small,
.orion-momentum-value strong,
.orion-momentum-value span { display: block; }
.orion-momentum-value small { color: rgba(255, 255, 255, .46); font-size: 11px; letter-spacing: .16em; }
.orion-momentum-value strong { margin-top: 7px; font-size: clamp(2rem, 3.2vw, 3.5rem); letter-spacing: -.05em; }
.orion-momentum-value span { margin-top: 4px; color: var(--orion-green); font-size: 12px; }

.orion-momentum-chart {
  width: calc(100% + 56px);
  height: 128px;
  margin: 10px -28px 0;
  overflow: visible;
}
.orion-chart-area { fill: url(#orionChartFill); }
.orion-chart-line { fill: none; stroke: var(--orion-gold); stroke-width: 2.5; filter: drop-shadow(0 0 7px rgba(244, 191, 69, .5)); stroke-dasharray: 700; animation: orionDraw 2.5s ease both; }
.orion-momentum > p { margin: -4px 0 0; color: rgba(255, 255, 255, .34); font-size: 9px; line-height: 1.55; }

.orion-market-dock {
  position: absolute;
  z-index: 8;
  left: 50%;
  bottom: 0;
  width: min(1480px, calc(100% - 64px));
  min-height: 92px;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: .92fr repeat(4, 1fr) .86fr;
  align-items: stretch;
  border: 1px solid rgba(255, 255, 255, .12);
  border-bottom: 0;
  border-radius: 16px 16px 0 0;
  background: rgba(6, 8, 7, .82);
  box-shadow: 0 -16px 60px rgba(0, 0, 0, .24);
  backdrop-filter: blur(22px);
}

.orion-market-label,
.orion-market-all,
.orion-ticker {
  display: flex;
  align-items: center;
}

.orion-market-label {
  justify-content: center;
  gap: 12px;
  color: rgba(255, 255, 255, .55);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.orion-ticker {
  position: relative;
  padding: 20px 24px;
  flex-wrap: wrap;
  column-gap: 14px;
  border-left: 1px solid rgba(255, 255, 255, .08);
  transition: background .25s ease;
}
.orion-ticker:hover { background: rgba(244, 191, 69, .05); }
.orion-ticker > span { width: 100%; font-size: 12px; font-weight: 800; }
.orion-ticker > span small { margin-left: 2px; color: rgba(255, 255, 255, .35); font-weight: 500; }
.orion-ticker strong { font-size: 15px; }
.orion-ticker em { margin-left: auto; color: rgba(255, 255, 255, .48); font-size: 11px; font-style: normal; }
.orion-market-all { justify-content: center; gap: 15px; border-left: 1px solid rgba(255, 255, 255, .08); color: var(--orion-gold) !important; font-size: 11px; font-weight: 800; }

.orion-section {
  position: relative;
  padding-top: clamp(100px, 10vw, 160px);
  padding-bottom: clamp(100px, 10vw, 160px);
}

.orion-intelligence { padding-top: clamp(130px, 12vw, 190px); }

.orion-section-head {
  max-width: 840px;
}
.orion-section-head h2,
.orion-final-cta h2 {
  margin: 18px 0 20px;
  color: #fff;
  font-size: clamp(2.7rem, 5.3vw, 5.5rem);
  font-weight: 750;
  letter-spacing: -.065em;
  line-height: 1.02;
}
.orion-section-head > p,
.orion-section-head-inline > p {
  margin: 0;
  max-width: 660px;
  color: var(--orion-muted);
  font-size: 15px;
  line-height: 1.8;
}

.orion-core-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(380px, .85fr);
  align-items: stretch;
  gap: 24px;
  margin-top: 68px;
}

.orion-core-stage,
.orion-flow-panel {
  position: relative;
  min-height: 630px;
  overflow: hidden;
  border: 1px solid var(--orion-line);
  border-radius: 24px;
  background:
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px),
    radial-gradient(circle at 50% 50%, rgba(244, 191, 69, .1), transparent 46%),
    #090b0a;
  background-size: 42px 42px, 42px 42px, auto, auto;
}

.orion-core-stage::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(244, 191, 69, .6), transparent);
  box-shadow: 0 0 22px rgba(244, 191, 69, .3);
}

.orion-core {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  width: 182px;
  height: 182px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(244, 191, 69, .5);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle, rgba(244, 191, 69, .22), rgba(7, 8, 8, .94) 64%);
  box-shadow: 0 0 80px rgba(244, 191, 69, .16), inset 0 0 38px rgba(244, 191, 69, .08);
}
.orion-core::before,
.orion-core::after,
.orion-core-rings {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(244, 191, 69, .18);
}
.orion-core::before { inset: -26px; }
.orion-core::after { inset: -50px; border-style: dashed; animation: orionRotate 22s linear infinite; }
.orion-core-rings { inset: 14px; border-color: rgba(255, 255, 255, .09); }
.orion-core strong { color: var(--orion-gold); font-size: 24px; letter-spacing: .13em; }
.orion-core span { margin-top: 5px; color: rgba(255, 255, 255, .44); font-size: 8px; letter-spacing: .2em; }

.orion-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.orbit-one { width: 430px; height: 430px; animation: orionSpin 26s linear infinite; }
.orbit-two { width: 565px; height: 565px; border-style: dashed; animation: orionSpinReverse 34s linear infinite; }
.orion-orbit i {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--orion-gold);
  box-shadow: 0 0 18px rgba(244, 191, 69, .8);
}
.orbit-one i:first-child { top: 20%; left: 8%; }
.orbit-one i:last-child { right: 3%; bottom: 33%; background: var(--orion-green); }
.orbit-two i:nth-child(1) { top: 4%; left: 44%; }
.orbit-two i:nth-child(2) { right: 8%; bottom: 22%; background: var(--orion-green); }
.orbit-two i:nth-child(3) { left: 2%; bottom: 38%; background: #fff; }

.orion-node {
  position: absolute;
  z-index: 6;
  min-width: 136px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 9px;
  background: rgba(6, 8, 7, .86);
  box-shadow: 0 12px 40px rgba(0, 0, 0, .28);
  backdrop-filter: blur(10px);
}
.orion-node span,
.orion-node b { display: block; }
.orion-node span { color: rgba(255, 255, 255, .42); font-size: 8px; letter-spacing: .13em; }
.orion-node b { margin-top: 3px; color: #fff; font-size: 11px; }
.node-a { top: 12%; left: 10%; }
.node-b { top: 13%; right: 9%; }
.node-c { bottom: 12%; left: 8%; }
.node-d { bottom: 11%; right: 10%; }
.node-a b,
.node-c b { color: var(--orion-green); }
.node-b b,
.node-d b { color: var(--orion-gold); }

.orion-flow-panel {
  padding: 34px;
  background:
    radial-gradient(circle at 85% 5%, rgba(23, 215, 154, .08), transparent 32%),
    #090b0a;
}
.orion-flow-live { min-height: 74px; border-bottom: 1px solid rgba(255, 255, 255, .09); }
.orion-wave { height: 36px; display: flex; align-items: center; gap: 3px; }
.orion-wave b {
  width: 3px;
  height: 30%;
  border-radius: 3px;
  background: var(--orion-gold);
  animation: orionWave .95s ease-in-out infinite alternate;
}
.orion-wave b:nth-child(2n) { animation-delay: -.3s; }
.orion-wave b:nth-child(3n) { animation-delay: -.55s; }
.orion-wave b:nth-child(4n) { animation-delay: -.7s; }

.orion-flow-panel ol { margin: 18px 0 0; padding: 0; list-style: none; }
.orion-flow-panel li {
  min-height: 143px;
  display: grid;
  grid-template-columns: 38px 1fr 22px;
  gap: 18px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.orion-flow-panel li:last-child { border-bottom: 0; }
.orion-flow-panel li > span { color: var(--orion-gold); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.orion-flow-panel li strong { display: block; margin-bottom: 7px; color: #fff; font-size: 17px; }
.orion-flow-panel li p { margin: 0; color: rgba(255, 255, 255, .48); font-size: 12px; line-height: 1.65; }
.orion-flow-panel li > i { color: rgba(255, 255, 255, .32); font-style: normal; transition: color .2s ease, transform .2s ease; }
.orion-flow-panel li:hover > i { color: var(--orion-gold); transform: translate(3px, -3px); }

.orion-data-ribbon {
  overflow: hidden;
  border-block: 1px solid rgba(244, 191, 69, .15);
  background: linear-gradient(90deg, #0b0d0c, #121008, #0b0d0c);
}
.orion-data-ribbon > div {
  width: max-content;
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 36px;
  animation: orionTicker 28s linear infinite;
}
.orion-data-ribbon span { color: rgba(255, 255, 255, .52); font-size: 10px; font-weight: 800; letter-spacing: .22em; }
.orion-data-ribbon i { color: var(--orion-gold); font-size: 8px; font-style: normal; }

.orion-section-head-inline {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
}
.orion-section-head-inline h2 { margin-bottom: 0; }
.orion-section-head-inline > p { max-width: 470px; padding-bottom: 8px; }

.orion-bento {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  grid-template-areas:
    "terminal wallet"
    "security ecosystem";
  gap: 22px;
  margin-top: 68px;
}

.orion-bento-card {
  position: relative;
  min-height: 410px;
  overflow: hidden;
  padding: 38px;
  border: 1px solid var(--orion-line);
  border-radius: 23px;
  background:
    radial-gradient(circle at 90% 10%, rgba(244, 191, 69, .06), transparent 36%),
    #0a0c0b;
  transition: transform .35s ease, border-color .35s ease;
}
.orion-bento-card:hover {
  transform: translateY(-4px);
  border-color: rgba(244, 191, 69, .32);
}
.orion-bento-terminal { grid-area: terminal; min-height: 520px; }
.orion-bento-wallet { grid-area: wallet; min-height: 520px; }
.orion-bento-security { grid-area: security; }
.orion-bento-ecosystem { grid-area: ecosystem; }

.orion-card-copy { position: relative; z-index: 4; max-width: 510px; }
.orion-card-copy > span { color: var(--orion-gold); font-size: 9px; font-weight: 800; letter-spacing: .18em; }
.orion-card-copy h3 { margin: 14px 0 12px; color: #fff; font-size: clamp(1.55rem, 2.3vw, 2.3rem); letter-spacing: -.04em; }
.orion-card-copy p { margin: 0; color: rgba(255, 255, 255, .5); font-size: 13px; line-height: 1.75; }
.orion-card-copy a { display: inline-flex; gap: 14px; margin-top: 20px; color: #fff; font-size: 12px; font-weight: 800; }
.orion-card-copy a i { color: var(--orion-gold); font-style: normal; }

.orion-mini-terminal {
  position: absolute;
  left: 38px;
  right: 38px;
  bottom: 32px;
  height: 260px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 16px;
  background:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px),
    rgba(5, 7, 6, .8);
  background-size: 36px 36px;
}
.orion-mini-terminal > div { position: relative; z-index: 2; display: flex; align-items: center; gap: 18px; padding: 18px 20px; }
.orion-mini-terminal span { font-size: 11px; font-weight: 800; }
.orion-mini-terminal b { margin-left: auto; font-size: 16px; }
.orion-mini-terminal em { color: var(--orion-green); font-size: 11px; font-style: normal; }
.orion-mini-terminal svg { width: 100%; height: 190px; }

.orion-wallet-visual {
  position: absolute;
  left: 50%;
  bottom: 42px;
  transform: translateX(-50%);
  text-align: center;
}
.orion-wallet-ring {
  position: relative;
  width: 210px;
  height: 210px;
  margin: auto;
  border: 1px solid rgba(244, 191, 69, .18);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(circle, rgba(244, 191, 69, .13), transparent 65%);
  animation: orionPulse 4s ease-in-out infinite;
}
.orion-wallet-ring::before,
.orion-wallet-ring::after { content: ""; position: absolute; border: 1px dashed rgba(255, 255, 255, .11); border-radius: 50%; animation: orionSpin 18s linear infinite; }
.orion-wallet-ring::before { inset: 20px; animation: orionRotate 18s linear infinite; }
.orion-wallet-ring::after { inset: -18px; animation: orionRotate 24s linear infinite reverse; }
.orion-wallet-ring strong { color: var(--orion-gold); font-size: 54px; font-weight: 400; }
.orion-wallet-ring i { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--orion-green); box-shadow: 0 0 14px rgba(23, 215, 154, .7); }
.orion-wallet-ring i:nth-child(1) { top: 5%; left: 38%; }
.orion-wallet-ring i:nth-child(2) { right: 1%; top: 56%; background: var(--orion-gold); }
.orion-wallet-ring i:nth-child(3) { bottom: 10%; left: 18%; background: #fff; }
.orion-wallet-visual > span { display: block; margin-top: 24px; color: rgba(255, 255, 255, .34); font-size: 8px; letter-spacing: .2em; }

.orion-shield {
  position: absolute;
  right: 9%;
  bottom: 28px;
  width: 190px;
  height: 210px;
  display: grid;
  place-items: center;
  clip-path: polygon(50% 0, 92% 18%, 83% 74%, 50% 100%, 17% 74%, 8% 18%);
  background: linear-gradient(145deg, rgba(244, 191, 69, .18), rgba(255, 255, 255, .035));
  filter: drop-shadow(0 18px 40px rgba(244, 191, 69, .12));
}
.orion-shield::before { content: ""; position: absolute; inset: 2px; clip-path: inherit; background: #0b0d0c; }
.orion-shield i { position: absolute; inset: 22px; z-index: 1; clip-path: inherit; border: 1px solid var(--orion-gold); background: rgba(244, 191, 69, .04); }
.orion-shield b { position: relative; z-index: 2; color: var(--orion-gold); font-size: 42px; }
.orion-shield span { position: absolute; z-index: 2; bottom: 37px; color: rgba(255, 255, 255, .32); font-size: 7px; letter-spacing: .18em; }

.orion-bento-security .orion-card-copy { max-width: 58%; }
.orion-ecosystem-links { position: absolute; left: 38px; right: 38px; bottom: 30px; }
.orion-ecosystem-links a {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, .09);
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  transition: color .2s ease, padding .2s ease;
}
.orion-ecosystem-links a:hover { padding-left: 7px; color: var(--orion-gold); }
.orion-ecosystem-links i { font-style: normal; }

.orion-journey {
  padding-top: clamp(110px, 11vw, 170px);
}

.orion-journey-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, .68fr);
  gap: 24px;
  margin-top: 68px;
}

.orion-journey-steps {
  overflow: hidden;
  border: 1px solid var(--orion-line);
  border-radius: 24px;
  background: #090b0a;
}

.orion-journey-steps article {
  position: relative;
  min-height: 185px;
  padding: 30px 32px;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 44px;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, .085);
  transition: background .3s ease;
}

.orion-journey-steps article:last-child { border-bottom: 0; }
.orion-journey-steps article:hover { background: linear-gradient(90deg, rgba(244, 191, 69, .07), transparent 62%); }
.orion-journey-steps article > span {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(244, 191, 69, .24);
  border-radius: 50%;
  color: var(--orion-gold);
  background: rgba(244, 191, 69, .05);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
}
.orion-journey-steps small { color: var(--orion-gold); font-size: 9px; font-weight: 800; letter-spacing: .2em; }
.orion-journey-steps h3 { margin: 9px 0 8px; color: #fff; font-size: clamp(1.2rem, 1.8vw, 1.65rem); letter-spacing: -.035em; }
.orion-journey-steps p { max-width: 650px; margin: 0; color: rgba(255, 255, 255, .52); font-size: 14px; line-height: 1.7; }
.orion-journey-steps article > a {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 50%;
  color: rgba(255, 255, 255, .52);
  transition: color .25s ease, border-color .25s ease, transform .25s ease, background .25s ease;
}
.orion-journey-steps article:hover > a { transform: translate(2px, -2px); border-color: rgba(244, 191, 69, .42); color: #080907; background: var(--orion-gold); }

.orion-account-flow {
  position: relative;
  min-height: 565px;
  overflow: hidden;
  padding: 30px;
  border: 1px solid var(--orion-line);
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 39%, rgba(244, 191, 69, .12), transparent 34%),
    linear-gradient(rgba(255, 255, 255, .02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .02) 1px, transparent 1px),
    #090b0a;
  background-size: auto, 34px 34px, 34px 34px, auto;
}
.orion-account-flow-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.orion-account-flow-head > span { display: inline-flex; align-items: center; gap: 10px; color: rgba(255, 255, 255, .6); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.orion-account-flow-head > span i { width: 7px; height: 7px; border-radius: 50%; background: var(--orion-green); box-shadow: 0 0 0 5px rgba(23, 215, 154, .1), 0 0 18px rgba(23, 215, 154, .7); }
.orion-account-flow-head em { color: var(--orion-green); font-size: 8px; font-style: normal; font-weight: 800; letter-spacing: .14em; }
.orion-account-flow-core {
  position: relative;
  width: 220px;
  height: 220px;
  margin: 42px auto 30px;
  border: 1px solid rgba(244, 191, 69, .26);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle, rgba(244, 191, 69, .17), rgba(7, 8, 7, .92) 67%);
  box-shadow: 0 0 80px rgba(244, 191, 69, .1);
}
.orion-account-flow-core::before,
.orion-account-flow-core::after { content: ""; position: absolute; border-radius: 50%; border: 1px dashed rgba(255, 255, 255, .1); }
.orion-account-flow-core::before { inset: -18px; animation: orionRotate 22s linear infinite; }
.orion-account-flow-core::after { inset: 22px; border-style: solid; border-color: rgba(244, 191, 69, .12); }
.orion-account-flow-core strong { position: relative; z-index: 2; color: var(--orion-gold); font-size: 25px; letter-spacing: .14em; }
.orion-account-flow-core small { position: relative; z-index: 2; margin-top: 4px; color: rgba(255, 255, 255, .36); font-size: 8px; letter-spacing: .2em; }
.orion-account-pulse { position: absolute; inset: -42px; border-radius: 50%; }
.orion-account-pulse b { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--orion-gold); box-shadow: 0 0 20px rgba(244, 191, 69, .8); }
.orion-account-pulse b:nth-child(1) { top: 6%; left: 42%; }
.orion-account-pulse b:nth-child(2) { right: 2%; bottom: 29%; background: var(--orion-green); }
.orion-account-pulse b:nth-child(3) { left: 2%; bottom: 28%; background: #fff; }
.orion-account-flow-list { border-top: 1px solid rgba(255, 255, 255, .08); }
.orion-account-flow-list > div { min-height: 59px; display: grid; grid-template-columns: 32px 1fr auto; align-items: center; gap: 12px; border-bottom: 1px solid rgba(255, 255, 255, .07); }
.orion-account-flow-list > div:last-child { border-bottom: 0; }
.orion-account-flow-list i { color: var(--orion-gold); font-size: 9px; font-style: normal; font-weight: 800; }
.orion-account-flow-list span b,
.orion-account-flow-list span small { display: block; }
.orion-account-flow-list span b { color: #fff; font-size: 12px; }
.orion-account-flow-list span small { margin-top: 2px; color: rgba(255, 255, 255, .34); font-size: 9px; }
.orion-account-flow-list em { color: rgba(23, 215, 154, .72); font-size: 8px; font-style: normal; font-weight: 800; letter-spacing: .12em; }

.orion-capital { padding-top: 40px; }
.orion-capital-card {
  position: relative;
  min-height: 690px;
  overflow: hidden;
  padding: clamp(42px, 6vw, 86px);
  border: 1px solid rgba(244, 191, 69, .24);
  border-radius: 30px;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(430px, .8fr);
  align-items: center;
  gap: clamp(44px, 7vw, 110px);
  background:
    radial-gradient(circle at 82% 45%, rgba(244, 191, 69, .12), transparent 32%),
    linear-gradient(135deg, #0d0f0d, #070807 58%, #0d0b05);
  box-shadow: inset 0 1px rgba(255, 255, 255, .045), 0 35px 110px rgba(0, 0, 0, .28);
  color: inherit;
  text-decoration: none;
  transition: border-color .3s ease, transform .3s ease, box-shadow .3s ease;
}
.orion-capital-card:hover { transform: translateY(-4px); border-color: rgba(244, 191, 69, .48); box-shadow: inset 0 1px rgba(255, 255, 255, .05), 0 40px 120px rgba(0, 0, 0, .38); }
.orion-capital-card::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(120deg, transparent 30%, rgba(244, 191, 69, .035) 49%, transparent 68%); }
.orion-capital-copy { position: relative; z-index: 3; }
.orion-capital-brand { margin: 34px 0 38px; display: inline-flex; align-items: center; gap: 15px; }
.orion-capital-brand > i { width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid rgba(244, 191, 69, .4); border-radius: 50%; color: var(--orion-gold); background: rgba(244, 191, 69, .07); font-size: 15px; font-style: normal; font-weight: 800; letter-spacing: .07em; }
.orion-capital-brand > span { color: #fff; font-size: 17px; font-weight: 800; letter-spacing: .08em; }
.orion-capital-brand small { display: block; margin-top: 4px; color: rgba(255, 255, 255, .38); font-size: 7px; letter-spacing: .18em; }
.orion-capital-copy h2 { max-width: 750px; margin: 0; color: #fff; font-size: clamp(2.7rem, 5vw, 5.4rem); line-height: .98; letter-spacing: -.065em; }
.orion-capital-copy h2 span { color: var(--orion-gold); }
.orion-capital-copy > p { max-width: 670px; margin: 26px 0 0; color: rgba(255, 255, 255, .58); font-size: 16px; line-height: 1.8; }
.orion-capital-tags { display: flex; flex-wrap: wrap; gap: 9px; margin: 28px 0 34px; }
.orion-capital-tags span { padding: 9px 12px; border: 1px solid rgba(255, 255, 255, .09); border-radius: 999px; color: rgba(255, 255, 255, .58); background: rgba(255, 255, 255, .025); font-size: 10px; }
.orion-capital-visual { position: relative; min-height: 500px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .09); border-radius: 26px; background: radial-gradient(circle, rgba(244, 191, 69, .1), transparent 51%), #080a08; }
.orion-capital-grid { position: absolute; inset: 0; opacity: .65; background: linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px); background-size: 34px 34px; }
.orion-capital-visual::before,
.orion-capital-visual::after { content: ""; position: absolute; left: 50%; top: 50%; width: 1px; height: 86%; transform: translate(-50%, -50%); background: linear-gradient(transparent, rgba(244, 191, 69, .34), transparent); }
.orion-capital-visual::after { width: 86%; height: 1px; }
.orion-capital-core { position: absolute; z-index: 4; left: 50%; top: 50%; width: 188px; height: 188px; transform: translate(-50%, -50%); border: 1px solid rgba(244, 191, 69, .45); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; background: radial-gradient(circle, rgba(244, 191, 69, .22), #090a08 68%); box-shadow: 0 0 95px rgba(244, 191, 69, .17), inset 0 0 36px rgba(244, 191, 69, .06); }
.orion-capital-core small { color: rgba(255, 255, 255, .38); font-size: 8px; letter-spacing: .22em; }
.orion-capital-core strong { margin-top: 4px; color: var(--orion-gold); font-size: 23px; letter-spacing: .12em; }
.orion-capital-core span { margin-top: 8px; color: rgba(255, 255, 255, .3); font-size: 6px; letter-spacing: .15em; }
.orion-capital-orbit { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); border: 1px solid rgba(255, 255, 255, .08); border-radius: 50%; }
.capital-orbit-a { width: 320px; height: 320px; animation: orionSpin 24s linear infinite; }
.capital-orbit-b { width: 430px; height: 430px; border-style: dashed; animation: orionSpinReverse 33s linear infinite; }
.orion-capital-orbit i { position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--orion-gold); box-shadow: 0 0 17px rgba(244, 191, 69, .8); }
.capital-orbit-a i { top: 18%; right: 9%; }
.capital-orbit-b i:first-child { left: 13%; top: 17%; background: var(--orion-green); }
.capital-orbit-b i:last-child { right: 7%; bottom: 23%; background: #fff; }
.orion-capital-point { position: absolute; z-index: 5; min-width: 104px; padding: 11px 13px; border: 1px solid rgba(255, 255, 255, .11); border-radius: 9px; background: rgba(5, 7, 6, .9); box-shadow: 0 14px 35px rgba(0, 0, 0, .28); }
.orion-capital-point b,
.orion-capital-point span { display: block; }
.orion-capital-point b { color: var(--orion-gold); font-size: 8px; }
.orion-capital-point span { margin-top: 4px; color: rgba(255, 255, 255, .6); font-size: 8px; letter-spacing: .13em; }
.point-a { left: 7%; top: 13%; }
.point-b { right: 7%; top: 18%; }
.point-c { right: 10%; bottom: 10%; }

.orion-assurance { padding-top: 50px; }
.orion-assurance-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 62px; }
.orion-assurance-grid article { position: relative; min-height: 330px; padding: 34px; border: 1px solid var(--orion-line); border-radius: 22px; background: linear-gradient(145deg, #0b0d0c, #080908); transition: transform .3s ease, border-color .3s ease; }
.orion-assurance-grid article:hover { transform: translateY(-4px); border-color: rgba(244, 191, 69, .3); }
.orion-assurance-grid article > i { position: absolute; right: 28px; top: 24px; color: rgba(244, 191, 69, .18); font-size: 56px; font-style: normal; font-weight: 800; letter-spacing: -.08em; }
.orion-assurance-grid article > span { color: var(--orion-gold); font-size: 9px; font-weight: 800; letter-spacing: .2em; }
.orion-assurance-grid h3 { max-width: 270px; margin: 52px 0 16px; color: #fff; font-size: clamp(1.45rem, 2vw, 2rem); letter-spacing: -.04em; }
.orion-assurance-grid p { margin: 0; color: rgba(255, 255, 255, .5); font-size: 14px; line-height: 1.75; }
.orion-assurance-grid a { position: absolute; left: 34px; bottom: 30px; display: inline-flex; align-items: center; gap: 12px; color: #fff; font-size: 12px; font-weight: 800; }
.orion-assurance-grid a b { color: var(--orion-gold); }

.orion-final-cta {
  isolation: isolate;
  margin-bottom: 90px;
  overflow: hidden;
  padding-inline: 36px;
  border: 1px solid rgba(244, 191, 69, .18);
  border-radius: 28px;
  text-align: center;
  background:
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px),
    #090b0a;
  background-size: 42px 42px;
}
.orion-final-glow {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 40%;
  width: 620px;
  height: 620px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244, 191, 69, .16), transparent 68%);
}
.orion-final-cta h2 { max-width: 900px; margin-inline: auto; }
.orion-final-cta > p { max-width: 650px; margin: 0 auto; color: var(--orion-muted); line-height: 1.8; }
.orion-final-cta > div:not(.orion-final-glow) { display: flex; justify-content: center; gap: 14px; margin-top: 30px; }
.orion-final-cta small { display: block; margin-top: 34px; color: rgba(255, 255, 255, .3); font-size: 9px; letter-spacing: .08em; }

.orion-v3.orion-motion-ready [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .75s ease, transform .75s cubic-bezier(.2, .8, .2, 1);
}
.orion-v3.orion-motion-ready [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.orion-v3 [data-market-change].is-up { color: var(--orion-green); }
.orion-v3 [data-market-change].is-down { color: var(--orion-red); }

@keyframes orionDraw { from { stroke-dashoffset: 700; } to { stroke-dashoffset: 0; } }
@keyframes orionGlassSweep { 0%, 25% { transform: translateX(-120%); } 55%, 100% { transform: translateX(120%); } }
@keyframes orionSpin { to { transform: translate(-50%, -50%) rotate(360deg); } }
@keyframes orionSpinReverse { to { transform: translate(-50%, -50%) rotate(-360deg); } }
@keyframes orionRotate { to { transform: rotate(360deg); } }
@keyframes orionWave { from { height: 18%; opacity: .45; } to { height: 92%; opacity: 1; } }
@keyframes orionTicker { to { transform: translateX(-50%); } }
@keyframes orionPulse { 50% { box-shadow: 0 0 70px rgba(244, 191, 69, .11); } }

@media (max-width: 1180px) {
  .orion-hero-shell { grid-template-columns: minmax(0, 1fr) 330px; gap: 48px; }
  .orion-hero-copy h1 { font-size: clamp(4.2rem, 8vw, 6.5rem); }
  .orion-market-dock { grid-template-columns: .85fr repeat(4, 1fr); }
  .orion-market-all { display: none; }
  .orion-core-grid { grid-template-columns: 1fr; }
  .orion-core-stage,
  .orion-flow-panel { min-height: 590px; }
  .orion-journey-grid { grid-template-columns: 1fr; }
  .orion-account-flow { min-height: 540px; }
  .orion-capital-card { grid-template-columns: 1fr; }
  .orion-capital-visual { min-height: 560px; }
}

@media (max-width: 900px) {
  body.page-home .app-topbar { position: absolute; }
  .orion-hero { min-height: auto; }
  .orion-hero-shell,
  .orion-section { width: min(100% - 36px, 1480px); }
  .orion-hero-shell {
    min-height: 940px;
    padding: 146px 0 210px;
    grid-template-columns: 1fr;
    align-content: center;
    gap: 44px;
  }
  .orion-hero-media video { object-position: 68% center; }
  .orion-hero-shade {
    background:
      linear-gradient(90deg, rgba(2, 3, 3, .92), rgba(2, 3, 3, .48)),
      linear-gradient(180deg, rgba(2, 3, 3, .25), rgba(2, 3, 3, .97) 86%);
  }
  .orion-hero-copy { max-width: 760px; }
  .orion-hero-copy > p { max-width: 610px; }
  .orion-momentum { display: none; }
  .orion-market-dock {
    width: calc(100% - 36px);
    overflow-x: auto;
    grid-template-columns: 150px repeat(4, minmax(178px, 1fr));
    scrollbar-width: none;
  }
  .orion-market-dock::-webkit-scrollbar { display: none; }
  .orion-section-head-inline { display: block; }
  .orion-section-head-inline > p { margin-top: 22px; }
  .orion-bento {
    grid-template-columns: 1fr;
    grid-template-areas: "terminal" "wallet" "security" "ecosystem";
  }
  .orion-assurance-grid { grid-template-columns: 1fr; }
  .orion-assurance-grid article { min-height: 280px; }
}

@media (max-width: 620px) {
  .orion-hero-shell,
  .orion-section { width: min(100% - 28px, 1480px); }
  .orion-hero-shell {
    min-height: 860px;
    padding-top: 132px;
    padding-bottom: 190px;
  }
  .orion-hero-copy h1 {
    margin-top: 18px;
    font-size: clamp(3.45rem, 18vw, 5rem);
  }
  .orion-hero-copy > p { font-size: 14px; line-height: 1.75; }
  .orion-hero-actions { align-items: stretch; }
  .orion-btn { min-height: 52px; padding: 0 19px; }
  .orion-proof { margin-top: 38px; row-gap: 22px; }
  .orion-proof > div { min-width: 50%; padding: 0 16px; }
  .orion-proof > div:nth-child(3) { padding-left: 0; border-left: 0; }
  .orion-market-dock { width: calc(100% - 28px); grid-template-columns: 130px repeat(4, 170px); }
  .orion-market-label { font-size: 8px; }
  .orion-ticker { padding-inline: 17px; }
  .orion-section { padding-block: 90px; }
  .orion-section-head h2,
  .orion-final-cta h2 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .orion-core-grid { margin-top: 44px; }
  .orion-core-stage { min-height: 500px; }
  .orbit-one { width: 340px; height: 340px; }
  .orbit-two { width: 445px; height: 445px; }
  .orion-core { width: 145px; height: 145px; }
  .orion-node { min-width: 112px; padding: 10px; }
  .node-a { top: 9%; left: 5%; }
  .node-b { top: 10%; right: 4%; }
  .node-c { bottom: 9%; left: 4%; }
  .node-d { bottom: 8%; right: 4%; }
  .orion-flow-panel { min-height: auto; padding: 24px; }
  .orion-flow-panel li { min-height: 148px; grid-template-columns: 30px 1fr 16px; gap: 11px; }
  .orion-bento { margin-top: 44px; }
  .orion-bento-card { min-height: 420px; padding: 26px; }
  .orion-bento-terminal { min-height: 500px; }
  .orion-bento-wallet { min-height: 510px; }
  .orion-mini-terminal { left: 25px; right: 25px; bottom: 25px; height: 245px; }
  .orion-wallet-ring { width: 185px; height: 185px; }
  .orion-bento-security .orion-card-copy { max-width: 100%; }
  .orion-shield { right: 5%; bottom: 18px; width: 130px; height: 145px; opacity: .52; }
  .orion-ecosystem-links { left: 26px; right: 26px; }
  .orion-journey-grid { margin-top: 44px; }
  .orion-journey-steps article { min-height: 190px; padding: 24px 20px; grid-template-columns: 46px minmax(0, 1fr) 34px; gap: 14px; }
  .orion-journey-steps article > span { width: 42px; height: 42px; font-size: 10px; }
  .orion-journey-steps article > a { width: 34px; height: 34px; }
  .orion-journey-steps p { font-size: 13px; }
  .orion-account-flow { min-height: 525px; padding: 22px; }
  .orion-account-flow-core { width: 180px; height: 180px; }
  .orion-capital { padding-top: 20px; }
  .orion-capital-card { min-height: 0; padding: 30px 22px; border-radius: 23px; gap: 42px; }
  .orion-capital-brand { margin: 26px 0 30px; }
  .orion-capital-brand > i { width: 48px; height: 48px; }
  .orion-capital-brand > span { font-size: 14px; }
  .orion-capital-copy h2 { font-size: clamp(2.6rem, 13vw, 4rem); }
  .orion-capital-copy > p { font-size: 14px; }
  .orion-capital-visual { min-height: 430px; border-radius: 18px; }
  .orion-capital-core { width: 142px; height: 142px; }
  .capital-orbit-a { width: 250px; height: 250px; }
  .capital-orbit-b { width: 345px; height: 345px; }
  .orion-capital-point { min-width: 86px; padding: 9px; }
  .orion-assurance-grid { margin-top: 44px; }
  .orion-assurance-grid article { min-height: 300px; padding: 26px; }
  .orion-assurance-grid a { left: 26px; }
  .orion-final-cta { width: calc(100% - 28px); padding-inline: 22px; margin-bottom: 48px; }
  .orion-final-cta > div:not(.orion-final-glow) { flex-direction: column; align-items: stretch; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .orion-v3 *,
  .orion-v3 *::before,
  .orion-v3 *::after {
    scroll-behavior: auto !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
  .orion-hero-media video { display: none; }
  .orion-v3.orion-motion-ready [data-reveal] { opacity: 1; transform: none; }
}
