:root {
  --bg: #06142b;
  --surface: #0b1d38;
  --surface-2: #10284a;
  --line: #36577d;
  --text: #f7f9ff;
  --muted: #c3d0e2;
  --gold: #f7b832;
  --cyan: #35d9ed;
  --purple: #a16eff;
  --radius: 22px;
  --shadow: 0 24px 70px #0009;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font:
    18px/1.65 "Segoe UI",
    system-ui,
    sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
}
:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}
.skip {
  position: fixed;
  top: -80px;
  left: 12px;
  z-index: 30;
  padding: 10px 16px;
  background: var(--gold);
  color: #06142b;
  border-radius: 9px;
  font-weight: 900;
}
.skip:focus {
  top: 12px;
}
.wrap {
  width: min(1200px, calc(100% - 32px));
  margin: auto;
}
.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 13px max(20px, 5vw);
  background: #06142bf2;
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.05;
}
.brand > span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 13px;
  background: linear-gradient(135deg, #d79b13, #f7d167);
  color: #06142b;
  font-weight: 950;
}
.topbar nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 3px;
}
.topbar nav a {
  padding: 9px 10px;
  border-radius: 9px;
  font-weight: 750;
  font-size: 0.82rem;
}
.nav-cta {
  background: #7949e7;
}
.menu {
  display: none;
  margin-left: auto;
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: transparent;
  color: var(--text);
}
.section-bg {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.section-bg:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #031026ef 0%, #06142bc7 45%, #06142b52 100%);
}
.section-bg > * {
  position: relative;
}
.hero {
  min-height: 88vh;
  background-image: url(../media/launch-edition/hero.webp);
  display: flex;
  align-items: center;
}
.hero-inner {
  padding: 70px 0;
}
.glass {
  max-width: 680px;
  padding: clamp(24px, 4vw, 48px);
  border: 1px solid #b4d1f477;
  border-radius: var(--radius);
  background: #06142b99;
  backdrop-filter: blur(8px);
  box-shadow: var(--shadow);
}
.eyebrow {
  margin: 0;
  color: var(--cyan);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.hero h1 {
  font-size: clamp(3.5rem, 8vw, 7.5rem);
  line-height: 0.86;
  letter-spacing: -0.065em;
  margin: 0.2em 0;
}
.hero h1 span {
  background: linear-gradient(90deg, #d6c2ff, var(--cyan));
  color: transparent;
  background-clip: text;
}
.hero-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.16rem;
}
.actions {
  display: flex;
  gap: 11px;
  flex-wrap: wrap;
  margin-top: 25px;
}
.button {
  display: inline-flex;
  justify-content: center;
  padding: 12px 17px;
  border: 1px solid #6f8fb7;
  border-radius: 11px;
  font-weight: 850;
  background: #06142bcc;
}
.button.primary {
  background: linear-gradient(135deg, #7250d7, #9c6cff);
  border-color: transparent;
}
.section {
  padding: 82px 0;
}
.section-head {
  max-width: 800px;
  margin-bottom: 28px;
}
.section-head h2,
.content-card h2,
.final h2 {
  font-size: clamp(2.2rem, 4.7vw, 4.3rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
  margin: 0.18em 0;
}
.section-head > p:not(.eyebrow),
.panel p,
.world-grid p,
.pathways p,
.vision p,
.faq p,
.content-card > p:not(.eyebrow) {
  color: var(--muted);
}
.three,
.world-grid,
.pathways {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.panel,
.world-grid article,
.pathways article {
  padding: 24px;
  border: 1px solid #7da3cd66;
  border-radius: var(--radius);
  background: linear-gradient(145deg, #10284ab8, #0b1d38b8);
  backdrop-filter: blur(6px);
  box-shadow: 0 12px 34px #0005;
}
.panel i {
  font-style: normal;
  font-size: 2rem;
}
.worlds {
  min-height: 900px;
  background-image: url(../media/launch-edition/worlds-map.webp);
  display: flex;
  align-items: flex-end;
}
.worlds:before {
  background: linear-gradient(180deg, #06142b33 0%, #06142b9c 45%, #06142bf5 100%);
}
.overlay-block {
  padding: 50px 0;
}
.world-grid article b,
.pathways article span {
  display: inline-grid;
  place-items: center;
  min-width: 44px;
  height: 34px;
  padding: 0 10px;
  border-radius: 10px;
  background: #35d9ed22;
  color: var(--cyan);
}
.journey {
  min-height: 760px;
  background-image: url(../media/launch-edition/learning-journey.webp);
  display: flex;
  align-items: center;
}
.journey:before,
.mission:before {
  background: linear-gradient(90deg, #06142bf7 0%, #06142bd9 44%, #06142b22 77%);
}
.content-card {
  max-width: 600px;
}
.steps {
  padding: 0;
  list-style: none;
}
.steps li {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 11px;
  border-bottom: 1px solid var(--line);
}
.steps li b {
  min-width: 90px;
  color: var(--gold);
}
.steps li span {
  color: var(--muted);
}
.character-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.character {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: radial-gradient(circle at 10% 20%, #8c56c844, transparent 40%), var(--surface);
  box-shadow: var(--shadow);
}
.character.chip {
  background: radial-gradient(circle at 10% 20%, #d7931a44, transparent 40%), var(--surface);
}
.character img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  object-position: top;
}
.character > div {
  padding: 25px;
}
.character h3 {
  font-size: 2.4rem;
  margin: 0.1em 0;
}
.character ul,
.ticks {
  padding-left: 22px;
  color: var(--muted);
}
.mission {
  min-height: 780px;
  background-image: url(../media/launch-edition/mission-card.webp);
  display: flex;
  align-items: center;
}
.mission-inner {
  width: min(1200px, calc(100% - 32px));
}
.community {
  min-height: 820px;
  background-image: url(../media/launch-edition/teachers-families.webp);
  display: flex;
  align-items: flex-end;
}
.community:before {
  background: linear-gradient(180deg, #06142b18 0%, #06142b92 48%, #06142bf7 100%);
}
.benefits {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.benefits span {
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 99px;
  background: var(--surface);
}
.vision {
  margin-top: 25px;
  padding: 30px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, #171d48, #0d3048);
  text-align: center;
}
.faq-section {
  background: #ffffff05;
  border-block: 1px solid #ffffff0c;
}
.faq {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.faq details {
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface);
}
.faq summary {
  cursor: pointer;
  font-weight: 850;
}
.final {
  min-height: 620px;
  background-image: url(../media/launch-edition/footer.webp);
  display: flex;
  align-items: center;
}
.final:before {
  background: linear-gradient(180deg, #06142b55, #06142bd6);
}
.final-inner {
  display: flex;
  justify-content: center;
  text-align: center;
}
.final .glass {
  max-width: 800px;
}
.final .actions {
  justify-content: center;
}
.footer-row {
  padding: 28px 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
}
.footer-row nav {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.page-classification {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 18px;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.page-classification span {
  padding: 6px 10px;
  border: 1px solid #8ba9cd66;
  border-radius: 999px;
  background: #06142baa;
}
.page-classification .public-status {
  border-color: #22c55e99;
  background: #22c55e20;
  color: #86efac;
}
.hero-note {
  margin: 16px 0 0 !important;
  color: #d6e2f1 !important;
  font-size: 0.85rem !important;
}
.proof {
  position: relative;
  z-index: 2;
  border-block: 1px solid var(--line);
  background: #081a33;
}
.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.proof-grid div {
  display: grid;
  gap: 2px;
  padding: 28px 22px;
  border-left: 1px solid var(--line);
}
.proof-grid div:last-child {
  border-right: 1px solid var(--line);
}
.proof-grid strong {
  color: var(--gold);
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-variant-numeric: tabular-nums;
  line-height: 1;
}
.proof-grid span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.section-actions {
  margin-top: 24px;
}
.text-link {
  display: inline-flex;
  margin-top: 10px;
  color: #72e5f2;
  font-weight: 850;
  text-decoration: underline;
  text-decoration-color: #35d9ed66;
  text-underline-offset: 5px;
}
.text-link:hover {
  text-decoration-color: currentcolor;
}
.final .glass > p:not(.eyebrow) {
  color: var(--muted);
}
@media (max-width: 760px) {
  .proof-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .proof-grid div:nth-child(2) {
    border-right: 1px solid var(--line);
  }
  .proof-grid div:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}
@media (max-width: 1050px) {
  .topbar nav {
    display: none;
    position: absolute;
    top: 70px;
    left: 16px;
    right: 16px;
    flex-direction: column;
    align-items: stretch;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: var(--surface);
  }
  .topbar nav.open {
    display: flex;
  }
  .menu {
    display: block;
  }
  .three,
  .pathways {
    grid-template-columns: repeat(2, 1fr);
  }
  .character-grid {
    grid-template-columns: 1fr;
  }
  .worlds,
  .community {
    min-height: 720px;
  }
}
@media (max-width: 620px) {
  body {
    font-size: 16px;
  }
  .hero {
    min-height: 760px;
    background-position: 62% center;
  }
  .hero h1 {
    font-size: 3.7rem;
  }
  .three,
  .world-grid,
  .pathways,
  .faq {
    grid-template-columns: 1fr;
  }
  .character {
    grid-template-columns: 1fr;
  }
  .character img {
    height: 380px;
  }
  .worlds,
  .journey,
  .mission,
  .community {
    min-height: 700px;
  }
  .footer-row {
    display: block;
  }
  .footer-row nav {
    margin-top: 16px;
  }
}
