:root {
  --bg: #080b18;
  --panel: rgba(18, 24, 51, 0.78);
  --panel-strong: rgba(12, 17, 38, 0.92);
  --text: #f8fbff;
  --muted: #b9c5d8;
  --cyan: #4cecff;
  --pink: #ff4fce;
  --gold: #ffd66b;
  --silver: #dce6f3;
  --line: rgba(255,255,255,0.16);
  --shadow: 0 28px 80px rgba(0,0,0,0.45);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 20% 10%, rgba(255,79,206,0.22), transparent 32rem),
    radial-gradient(circle at 80% 0%, rgba(76,236,255,0.22), transparent 28rem),
    linear-gradient(145deg, #050713 0%, #101831 48%, #050713 100%);
  min-height: 100vh;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.8), transparent 82%);
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 1rem;
  background: var(--text);
  color: var(--bg);
  padding: .75rem 1rem;
  border-radius: .5rem;
}
.skip-link:focus { left: 1rem; z-index: 20; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1rem clamp(1rem, 4vw, 4rem);
  background: rgba(5,7,19,0.72);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}

.brand { display: inline-flex; align-items: center; gap: .75rem; color: var(--text); text-decoration: none; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.brand-mark {
  display: grid; place-items: center;
  width: 2.6rem; height: 2.6rem;
  border: 1px solid rgba(255,255,255,0.45);
  border-radius: .75rem;
  background: linear-gradient(135deg, #fff, #8899ae 45%, #fff 52%, #607188);
  color: #111827;
  box-shadow: 0 0 28px rgba(76,236,255,0.25);
}
nav { display: flex; gap: clamp(.75rem, 2vw, 2rem); }
nav a { color: var(--muted); text-decoration: none; font-weight: 700; }
nav a:hover { color: var(--text); }

main { width: min(1180px, calc(100% - 2rem)); margin: 0 auto; }
.section-panel {
  border: 1px solid var(--line);
  background: linear-gradient(160deg, var(--panel), rgba(8,11,24,0.68));
  box-shadow: var(--shadow);
  border-radius: 2rem;
}

.hero {
  min-height: 78vh;
  margin-top: 2rem;
  padding: clamp(2rem, 6vw, 5rem);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  overflow: hidden;
  position: relative;
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -20% 30%;
  height: 12rem;
  background: radial-gradient(ellipse, rgba(255,214,107,0.2), transparent 68%);
}
.eyebrow, .kicker { color: var(--cyan); text-transform: uppercase; letter-spacing: .18em; font-size: .8rem; font-weight: 900; }
h1, h2 { margin: 0; line-height: .95; letter-spacing: -0.055em; }
h1 { font-size: clamp(3.4rem, 8vw, 7.8rem); max-width: 9ch; }
h1 span { color: var(--gold); text-shadow: 0 0 18px rgba(255,214,107,0.24); }
h1 strong { color: var(--silver); text-shadow: 0 0 35px rgba(76,236,255,0.6); }
.lede { max-width: 42rem; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.35rem); line-height: 1.6; }
.hero-actions, .form-row { display: flex; flex-wrap: wrap; gap: .8rem; }
.button, button {
  appearance: none;
  border: 0;
  border-radius: 999px;
  padding: .9rem 1.25rem;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}
.primary { color: #050713; background: linear-gradient(135deg, var(--cyan), var(--pink)); }
.secondary { color: var(--text); border: 1px solid var(--line); background: rgba(255,255,255,0.08); }

.hero-art { position: relative; min-height: 500px; display: grid; place-items: center; }
.globe {
  width: min(82vw, 460px); aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 28%, rgba(255,255,255,0.75), transparent 9%),
    radial-gradient(circle at 60% 62%, rgba(76,236,255,0.35), transparent 18%),
    linear-gradient(135deg, #203760, #07122d 65%);
  border: 1px solid rgba(255,255,255,0.28);
  box-shadow: inset -30px -35px 80px rgba(0,0,0,0.5), 0 0 70px rgba(76,236,255,0.24);
}
.globe::before, .globe::after {
  content: "";
  position: absolute;
  width: 60%; height: 60%;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 50%;
}
.silver-v {
  position: absolute;
  font-size: min(42vw, 17rem);
  font-weight: 1000;
  line-height: 1;
  letter-spacing: -0.12em;
  padding-right: .16em;
  background: linear-gradient(120deg, #fff, #94a3b8 36%, #f8fafc 50%, #64748b 72%, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 24px 18px rgba(0,0,0,0.4)) drop-shadow(0 0 32px rgba(76,236,255,0.34));
}
.island-line {
  position: absolute;
  bottom: 24%;
  width: 44%;
  height: 1.2rem;
  border-radius: 50%;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  transform: rotate(-6deg);
  opacity: .85;
}
.badge {
  position: absolute;
  right: 4%; bottom: 14%;
  width: 8rem; height: 8rem;
  display: grid; place-items: center;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(8,11,24,0.8);
  color: var(--gold);
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: .08em;
  transform: rotate(8deg);
}

.teaser-strip {
  margin: 1.5rem 0;
  padding: 1rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .75rem;
  text-align: center;
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.teaser-strip span {
  border: 1px solid var(--line);
  border-radius: 1rem;
  padding: 1rem;
  background: rgba(255,255,255,0.07);
}
.teaser-strip .next { color: var(--cyan); }
.teaser-strip .v-pop { color: var(--pink); font-size: 1.8rem; padding: .55rem; }

.worlds { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 2rem 0; }
.world-card {
  min-height: 320px;
  padding: 1.5rem;
  border: 1px solid var(--line);
  border-radius: 1.5rem;
  background: linear-gradient(160deg, rgba(255,255,255,0.1), rgba(255,255,255,0.035));
  position: relative;
  overflow: hidden;
}
.world-card::after { content: ""; position: absolute; inset: auto -15% -25% 30%; height: 11rem; border-radius: 50%; background: rgba(255,255,255,0.12); filter: blur(22px); }
.world-card h2, .launch h2, .contact h2 { font-size: clamp(2.5rem, 5vw, 4.8rem); }
.world-card p:last-child, .launch p, .contact p { color: var(--muted); line-height: 1.65; font-size: 1.03rem; }
.pop { box-shadow: inset 0 0 60px rgba(255,79,206,0.12); }
.adventure { box-shadow: inset 0 0 60px rgba(76,236,255,0.12); }
.comics { box-shadow: inset 0 0 60px rgba(255,214,107,0.1); }

.launch { padding: clamp(1.5rem, 4vw, 3rem); display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: center; }
.signup { border: 1px solid var(--line); border-radius: 1.3rem; padding: 1.25rem; background: rgba(255,255,255,0.06); }
.signup label { display: block; margin-bottom: .75rem; font-weight: 900; }
input { flex: 1 1 220px; border: 1px solid var(--line); border-radius: 999px; padding: .95rem 1rem; background: rgba(0,0,0,0.24); color: var(--text); }
button { background: var(--gold); color: #050713; }
.form-note { font-size: .85rem; }

.contact { text-align: center; padding: clamp(3rem, 7vw, 6rem) 1rem; }
.contact p { max-width: 760px; margin: 1rem auto 1.5rem; }
footer { color: var(--muted); text-align: center; padding: 2.5rem 1rem; }

@media (max-width: 860px) {
  .hero, .launch { grid-template-columns: 1fr; }
  .hero-art { min-height: 360px; }
  .worlds, .teaser-strip { grid-template-columns: 1fr; }
  .brand-text { display: none; }
  nav { font-size: .9rem; }
}
