:root {
  --bg: #020914;
  --bg-soft: #04142d;
  --panel: rgba(5, 24, 57, 0.68);
  --panel-strong: rgba(4, 20, 48, 0.92);
  --line: rgba(116, 211, 255, 0.22);
  --blue: #0877ff;
  --cyan: #22dcff;
  --ice: #eaf9ff;
  --white: #ffffff;
  --muted: #9db1cc;
  --gold: #f4c45a;
  --shadow: 0 24px 80px rgba(0, 80, 255, 0.22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--white);
  background:
    radial-gradient(circle at 18% 18%, rgba(0, 122, 255, .22), transparent 30%),
    radial-gradient(circle at 76% 26%, rgba(13, 198, 255, .16), transparent 27%),
    radial-gradient(circle at 75% 82%, rgba(30, 78, 226, .15), transparent 30%),
    linear-gradient(135deg, #010711 0%, #03122c 48%, #020914 100%);
  overflow-x: hidden;
}

a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.page-shell {
  position: relative;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  isolation: isolate;
}

.page-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -5;
  opacity: .16;
  background-image:
    linear-gradient(rgba(110, 190, 255, .12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(110, 190, 255, .12) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.85), transparent 82%);
}

.ambient {
  position: absolute;
  border-radius: 999px;
  filter: blur(22px);
  opacity: .48;
  pointer-events: none;
  z-index: -3;
  animation: breathe 7s ease-in-out infinite;
}
.ambient-one {
  width: 440px;
  height: 440px;
  background: rgba(0, 126, 255, .25);
  top: 8%; left: -10%;
}
.ambient-two {
  width: 540px;
  height: 540px;
  background: rgba(21, 218, 255, .18);
  right: -10%; bottom: -16%;
  animation-delay: -3s;
}

.grid-glow {
  position: absolute;
  inset: 0;
  z-index: -4;
  background: radial-gradient(ellipse at center, transparent 0 42%, rgba(0,0,0,.18) 70%, rgba(0,0,0,.72) 100%);
  pointer-events: none;
}

.topbar {
  width: min(1260px, calc(100% - 48px));
  margin: 0 auto;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}

.brand-mini {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: -.03em;
  font-size: 20px;
}
.brand-mini-mark {
  width: 34px;
  height: 34px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  color: #02102a;
  background: linear-gradient(145deg, #fff, #51d9ff 58%, #0e7fff);
  box-shadow: 0 0 28px rgba(50, 197, 255, .42);
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #b9c8dc;
  font-size: 13px;
  font-weight: 700;
  border: 1px solid rgba(147, 216, 255, .14);
  background: rgba(7, 23, 50, .56);
  box-shadow: inset 0 0 30px rgba(53, 128, 255, .04);
  padding: 10px 14px;
  border-radius: 999px;
  backdrop-filter: blur(14px);
}
.status-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #37e8ff;
  box-shadow: 0 0 0 5px rgba(55, 232, 255, .08), 0 0 16px rgba(55, 232, 255, .8);
}

.hero {
  width: min(1260px, calc(100% - 48px));
  margin: 0 auto;
  min-height: calc(100vh - 170px);
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(450px, .98fr);
  align-items: center;
  gap: 48px;
  padding: 40px 0 70px;
  position: relative;
  z-index: 2;
}

.hero-copy { max-width: 700px; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #a9eaff;
  letter-spacing: .28em;
  font-weight: 800;
  font-size: 11px;
}
.eyebrow span {
  display: block;
  height: 1px;
  width: 26px;
  background: linear-gradient(90deg, transparent, #25d9ff);
}
.eyebrow span:last-child { transform: rotate(180deg); }

.logo-wrap {
  margin: 22px 0 2px;
  width: min(540px, 100%);
  filter: drop-shadow(0 18px 42px rgba(0, 89, 255, .28));
}
.main-logo {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: left center;
}

.coming-pill {
  display: inline-flex;
  align-items: center;
  margin: 10px 0 18px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(82, 220, 255, .33);
  color: #c8f5ff;
  background: linear-gradient(180deg, rgba(27, 160, 255, .15), rgba(0, 88, 255, .06));
  box-shadow: inset 0 0 24px rgba(65, 212, 255, .07), 0 0 26px rgba(18, 142, 255, .06);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .22em;
}

h1 {
  margin: 0;
  font-size: clamp(54px, 6.25vw, 92px);
  line-height: .92;
  letter-spacing: -.065em;
  font-weight: 950;
  max-width: 780px;
  text-shadow: 0 18px 60px rgba(0,0,0,.25);
}
h1 em {
  font-style: normal;
  background: linear-gradient(180deg, #fff 0%, #86efff 35%, #1a91ff 92%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 16px rgba(30, 183, 255, .28));
}

.lead {
  max-width: 650px;
  margin: 25px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.btn {
  min-height: 64px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding: 10px 17px 10px 12px;
  text-decoration: none;
  border: 1px solid transparent;
  font-weight: 850;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  position: relative;
  overflow: hidden;
}
.btn::after {
  content: "";
  position: absolute;
  top: -60%; left: -35%;
  width: 60px; height: 150px;
  transform: rotate(28deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.35), transparent);
  transition: left .6s ease;
}
.btn:hover::after { left: 125%; }
.btn:hover { transform: translateY(-3px); }
.btn small {
  display: block;
  font-size: 9px;
  letter-spacing: .16em;
  opacity: .65;
  margin-bottom: 2px;
}
.btn-primary {
  background: linear-gradient(135deg, #117bff, #08c9ff);
  color: #fff;
  box-shadow: 0 18px 42px rgba(0, 142, 255, .24), inset 0 0 22px rgba(255,255,255,.08);
}
.btn-primary:hover { box-shadow: 0 22px 52px rgba(0, 154, 255, .34); }
.btn-secondary {
  background: rgba(7, 24, 55, .68);
  border-color: rgba(121, 201, 255, .22);
  backdrop-filter: blur(12px);
  color: #eff9ff;
}
.btn-secondary:hover { border-color: rgba(93, 217, 255, .52); box-shadow: 0 18px 42px rgba(0, 100, 255, .12); }

.btn-icon {
  width: 42px; height: 42px;
  flex: 0 0 42px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.12);
}
.btn-icon svg { width: 20px; height: 20px; fill: currentColor; }
.arrow { margin-left: 4px; opacity: .9; }

.trust-row {
  display: flex;
  gap: 10px;
  margin-top: 32px;
  flex-wrap: wrap;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 175px;
  padding: 11px 14px;
  border-radius: 16px;
  border: 1px solid rgba(120, 200, 255, .12);
  background: rgba(7, 22, 47, .45);
  backdrop-filter: blur(10px);
}
.trust-item > span {
  width: 30px; height: 30px;
  display: grid; place-items: center;
  border-radius: 10px;
  background: rgba(20, 156, 255, .11);
  color: #5ee9ff;
  font-weight: 900;
}
.trust-item p { margin: 0; line-height: 1.1; }
.trust-item b { display: block; font-size: 12px; }
.trust-item small { display: block; color: #7188a7; margin-top: 4px; font-size: 10px; }

.hero-art {
  position: relative;
  min-height: 660px;
  display: grid;
  place-items: center;
  perspective: 1200px;
}

.halo {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(61, 207, 255, .32);
  box-shadow: 0 0 70px rgba(17, 137, 255, .12), inset 0 0 70px rgba(17, 137, 255, .09);
}
.halo-a { width: 560px; height: 560px; animation: spin 22s linear infinite; }
.halo-a::before, .halo-a::after {
  content: ""; position: absolute; inset: 34px; border-radius: inherit; border: 1px dashed rgba(105, 216, 255, .24);
}
.halo-a::after { inset: 84px; border-style: solid; opacity: .5; }
.halo-b { width: 410px; height: 410px; border-color: rgba(255, 255, 255, .1); animation: spinReverse 17s linear infinite; }

.royal-card {
  position: absolute;
  width: 270px;
  height: 400px;
  border-radius: 30px;
  right: 6%; top: 18%;
  transform: rotate(9deg) translateZ(-30px);
  background:
    radial-gradient(circle at 34% 20%, rgba(65, 219, 255, .2), transparent 23%),
    linear-gradient(145deg, rgba(255,255,255,.92), rgba(180,225,255,.78) 38%, rgba(16,92,215,.88));
  box-shadow: 0 42px 90px rgba(0,0,0,.35), 0 0 0 1px rgba(255,255,255,.22), inset 0 0 60px rgba(255,255,255,.3);
  overflow: hidden;
}
.royal-card::before {
  content: "";
  position: absolute; inset: 10px;
  border-radius: 24px;
  border: 1px solid rgba(0, 88, 207, .25);
}
.royal-corner { position: absolute; color: #052f76; font-weight: 950; font-size: 34px; line-height: .9; }
.royal-corner span { display:block; font-size: 32px; }
.royal-corner.top { top: 28px; left: 28px; }
.royal-corner.bottom { bottom: 28px; right: 28px; transform: rotate(180deg); }
.card-emblem {
  position: absolute; inset: 0;
  display: grid; place-items: center;
  color: #044dab;
}
.spade { font-size: 132px; filter: drop-shadow(0 15px 18px rgba(0,68,150,.18)); }
.crown { position: absolute; font-size: 64px; top: 111px; color: var(--gold); text-shadow: 0 4px 20px rgba(244,196,90,.24); }
.card-shine {
  position: absolute; width: 90px; height: 540px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.48), transparent);
  transform: rotate(28deg); left: -140px; top: -70px;
  animation: cardShine 5.4s ease-in-out infinite;
}

.glass-orb {
  width: 345px; height: 345px;
  border-radius: 50%;
  position: relative;
  left: -12%; top: 5%;
  display: grid; place-items: center;
  background: radial-gradient(circle at 36% 30%, rgba(255,255,255,.22), rgba(34,176,255,.06) 30%, rgba(4,33,94,.72) 66%, rgba(2,12,34,.92));
  border: 1px solid rgba(126, 223, 255, .38);
  box-shadow: 0 55px 100px rgba(0,0,0,.36), 0 0 75px rgba(0,126,255,.24), inset 0 0 70px rgba(25,161,255,.19);
  animation: floatOrb 5.8s ease-in-out infinite;
}
.glass-orb::after {
  content:""; position:absolute; inset: 20px; border-radius:inherit;
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: inset 0 0 30px rgba(255,255,255,.04);
}
.orb-core {
  width: 190px; height: 190px;
  border-radius: 50%;
  display: grid; place-items: center;
  background: radial-gradient(circle, rgba(114,233,255,.92), rgba(0,119,255,.58) 38%, rgba(0,25,74,.9) 72%);
  border: 1px solid rgba(255,255,255,.4);
  box-shadow: 0 0 52px rgba(44,210,255,.35), inset 0 0 45px rgba(255,255,255,.14);
  position: relative;
  z-index: 2;
}
.orb-j { font-size: 104px; font-weight: 950; font-style: italic; letter-spacing: -.12em; text-shadow: 0 9px 25px rgba(0,25,90,.4); }
.orb-crown { position:absolute; top: 18px; color: var(--gold); font-size: 42px; z-index:3; }
.orb-ring {
  position:absolute; left:50%; top:50%; border:1px solid rgba(90,215,255,.42); border-radius:50%;
}
.ring-one { width: 430px; height: 120px; transform: translate(-50%,-50%) rotate(18deg); animation: ringPulse 3s ease-in-out infinite; }
.ring-two { width: 405px; height: 100px; transform: translate(-50%,-50%) rotate(-38deg); animation: ringPulse 3.4s ease-in-out infinite reverse; }

.chip {
  position: absolute;
  width: 94px; height: 94px;
  border-radius: 50%;
  display: grid; place-items: center;
  font-size: 30px; font-weight: 900;
  background:
    repeating-conic-gradient(#dff8ff 0 12deg, #0967e9 12deg 28deg),
    #0b69e9;
  border: 7px solid #0b56bf;
  box-shadow: 0 22px 45px rgba(0,0,0,.3), 0 0 28px rgba(24,164,255,.3), inset 0 0 0 8px rgba(3,23,77,.8);
  color: white;
  z-index: 6;
  animation: chipFloat 5s ease-in-out infinite;
}
.chip span { width: 52px; height: 52px; border-radius: 50%; display:grid; place-items:center; background:#061d50; border:2px solid rgba(255,255,255,.3); }
.chip-one { left: 4%; top: 14%; transform: rotate(-15deg); }
.chip-two { right: 3%; bottom: 23%; width: 78px; height: 78px; animation-delay: -2s; transform: rotate(10deg); }
.chip-three { left: 14%; bottom: 11%; width: 66px; height: 66px; animation-delay: -3.7s; transform: rotate(22deg); }
.chip-two span { width:42px;height:42px;font-size:22px; }
.chip-three span { width:34px;height:34px;font-size:18px; color:var(--gold); }

.art-caption {
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translateX(-50%);
  width: 84%;
  text-align: center;
  padding: 20px 18px;
  border-radius: 22px;
  border: 1px solid rgba(113,210,255,.2);
  background: linear-gradient(180deg, rgba(4,26,63,.58), rgba(2,14,37,.84));
  backdrop-filter: blur(13px);
  box-shadow: var(--shadow);
}
.art-caption span { display:block; font-size:10px; letter-spacing:.35em; color:#9feeff; }
.art-caption strong { display:block; font-size:28px; margin:5px 0 2px; letter-spacing:.05em; }
.art-caption small { color:#6f8eb5; font-size:9px; letter-spacing:.18em; }

.footer {
  width: min(1260px, calc(100% - 48px));
  margin: 0 auto;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border-top: 1px solid rgba(120,200,255,.1);
  color: #7086a2;
  font-size: 11px;
  position: relative;
  z-index: 3;
}
.footer p { margin:0; }
.shield { color:#5bdfff; margin-right:8px; }

.particles { position:absolute; inset:0; z-index:-1; pointer-events:none; overflow:hidden; }
.particle {
  position:absolute; border-radius:50%;
  background: rgba(112, 225, 255, .8);
  box-shadow: 0 0 16px rgba(43,186,255,.8);
  animation: particleRise linear infinite;
}

.toast {
  position: fixed;
  left: 50%; bottom: 24px;
  transform: translate(-50%, 18px);
  padding: 12px 16px;
  border-radius: 13px;
  background: rgba(4,19,47,.94);
  border: 1px solid rgba(102,206,255,.25);
  color: #dff8ff;
  box-shadow: 0 16px 50px rgba(0,0,0,.35);
  opacity: 0; pointer-events:none;
  transition: .25s ease;
  z-index: 100;
  font-size: 13px;
}
.toast.show { opacity:1; transform:translate(-50%,0); }

@keyframes breathe { 0%,100% { transform:scale(1); opacity:.42 } 50% { transform:scale(1.12); opacity:.58 } }
@keyframes spin { to { transform:rotate(360deg); } }
@keyframes spinReverse { to { transform:rotate(-360deg); } }
@keyframes floatOrb { 0%,100% { transform:translateY(0) rotate(-2deg); } 50% { transform:translateY(-18px) rotate(2deg); } }
@keyframes ringPulse { 0%,100% { opacity:.35; scale:1; } 50% { opacity:.8; scale:1.05; } }
@keyframes chipFloat { 0%,100% { translate:0 0; rotate:0deg; } 50% { translate:0 -14px; rotate:7deg; } }
@keyframes cardShine { 0%,20% { left:-140px; } 55%,100% { left:390px; } }
@keyframes particleRise { from { transform:translateY(40px) scale(.6); opacity:0; } 15% { opacity:.9; } to { transform:translateY(-110vh) scale(1.15); opacity:0; } }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr; gap: 10px; padding-top: 20px; }
  .hero-copy { max-width: 790px; margin: 0 auto; text-align:center; }
  .logo-wrap { margin-left:auto; margin-right:auto; }
  .eyebrow { justify-content:center; }
  .lead { margin-left:auto; margin-right:auto; }
  .actions, .trust-row { justify-content:center; }
  .hero-art { min-height: 590px; width:min(650px,100%); margin: 0 auto; }
  .footer { margin-top: 20px; }
}

@media (max-width: 680px) {
  .topbar, .hero, .footer { width:min(100% - 28px, 1260px); }
  .topbar { height:76px; }
  .status-pill { font-size:0; padding:10px 12px; }
  .status-pill::after { content:"Official"; font-size:11px; }
  .hero { padding: 24px 0 48px; }
  h1 { font-size: clamp(46px, 15vw, 70px); }
  .lead { font-size:15px; line-height:1.7; }
  .actions { flex-direction:column; align-items:stretch; }
  .btn { width:100%; justify-content:flex-start; }
  .arrow { margin-left:auto; }
  .trust-row { display:grid; grid-template-columns:1fr; width:100%; }
  .trust-item { width:100%; }
  .hero-art { min-height: 470px; transform: scale(.88); transform-origin: top center; margin-bottom:-45px; }
  .halo-a { width:430px;height:430px; }
  .halo-b { width:330px;height:330px; }
  .glass-orb { width:280px;height:280px; left:-10%; }
  .orb-core { width:155px;height:155px; }
  .orb-j { font-size:84px; }
  .ring-one { width:350px; }
  .ring-two { width:330px; }
  .royal-card { width:210px;height:315px; right:2%; top:19%; }
  .spade { font-size:100px; }
  .crown { top:84px;font-size:48px; }
  .royal-corner { font-size:27px; }
  .chip-one { left:0;top:11%; }
  .art-caption { width:92%; bottom:0; }
  .footer { flex-direction:column; align-items:flex-start; padding:20px 0 28px; }
}

@media (max-width: 460px) {
  .brand-mini { font-size:16px; }
  .hero-art { transform:scale(.74); margin-bottom:-115px; }
  .coming-pill { margin-top: 4px; }
  .logo-wrap { margin-top:15px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior:auto !important; }
}
