:root {
  --sky-1: #78cdf7;
  --sky-2: #d8f6ff;
  --sky-3: #fff1bd;
  --ink: #111c46;
  --ink-soft: #33466f;
  --muted: #5c6c8d;
  --panel: rgba(247, 253, 255, 0.88);
  --line: rgba(28, 48, 91, 0.14);
  --gold: #ffd45a;
  --teal: #1598a8;
  --pink: #ff87ba;
  --shadow-stage: 0 28px 80px rgba(24, 76, 132, 0.24), 0 8px 20px rgba(17, 28, 70, 0.08);
  --shadow-soft: 0 16px 45px rgba(39, 97, 153, 0.16);
  --radius: 18px;
  --radius-lg: 26px;
  --max: 1120px;
}

* {
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 255, 255, 0.72) 0 78px, transparent 80px),
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.48) 0 62px, transparent 64px),
    linear-gradient(180deg, var(--sky-1), var(--sky-2) 57%, var(--sky-3));
}

a {
  color: inherit;
}

a:focus-visible {
  outline: 4px solid rgba(255, 212, 90, 0.75);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 10;
  padding: 10px 14px;
  border-radius: 10px;
  background: #ffffff;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.page-shell {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: 22px 0 48px;
}

.hero {
  display: grid;
  gap: 10px;
  justify-items: center;
  text-align: center;
}

.back-link {
  font-weight: 800;
  text-decoration: none;
}

.parent-link,
.text-action {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: #075d68;
  font-weight: 900;
  text-decoration: none;
}

.parent-link::after,
.text-action::after {
  content: ">";
  margin-left: 7px;
}

.eyebrow,
.status {
  margin: 0;
  color: #176d83;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 0;
  font-size: clamp(2.4rem, 7vw, 5rem);
  line-height: 0.95;
}

.hero-copy {
  max-width: 650px;
  margin-bottom: 4px;
  color: var(--ink-soft);
  font-size: clamp(1rem, 2vw, 1.22rem);
  line-height: 1.55;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.trust-row span {
  border: 1px solid rgba(21, 152, 168, 0.2);
  border-radius: 999px;
  padding: 8px 11px;
  color: #075d68;
  background: rgba(255, 255, 255, 0.76);
  font-size: 0.82rem;
  font-weight: 900;
}

.featured-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 16px;
  margin-top: 24px;
}

.game-card,
.soon-card,
.safety-panel {
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: var(--radius-lg);
  background: var(--panel);
  box-shadow: var(--shadow-stage);
}

.game-card {
  display: grid;
  grid-template-columns: minmax(250px, 0.9fr) minmax(0, 1.1fr);
  overflow: hidden;
}

.game-art {
  position: relative;
  min-height: 360px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent),
    linear-gradient(180deg, #8bd8ff, #eaffff 62%, #fff1bd);
}

.cloud {
  position: absolute;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 34px -16px 0 9px rgba(255, 255, 255, 0.76), 78px 0 0 2px rgba(255, 255, 255, 0.7);
}

.cloud-one {
  width: 120px;
  height: 42px;
  top: 72px;
  left: 48px;
}

.cloud-two {
  width: 92px;
  height: 34px;
  right: 82px;
  bottom: 82px;
}

.star {
  position: absolute;
  top: 88px;
  right: 92px;
  width: 44px;
  height: 44px;
  background: var(--gold);
  clip-path: polygon(50% 0, 62% 36%, 100% 36%, 69% 58%, 82% 96%, 50% 72%, 18% 96%, 31% 58%, 0 36%, 38% 36%);
  filter: drop-shadow(0 0 14px rgba(255, 212, 90, 0.7));
}

.glider {
  position: absolute;
  left: 35%;
  top: 48%;
  width: 120px;
  height: 54px;
  border: 4px solid #26345f;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffffff, #3bb7ff 25%, #3bb7ff);
  box-shadow: 0 18px 30px rgba(31, 95, 146, 0.2);
}

.glider::before {
  content: "";
  position: absolute;
  top: -34px;
  left: 28px;
  width: 38px;
  height: 38px;
  border: 4px solid #26345f;
  border-radius: 50%;
  background: #ffe5ba;
}

.game-copy,
.soon-card,
.safety-panel {
  padding: clamp(20px, 4vw, 34px);
}

.game-copy h2,
.soon-card h2,
.safety-panel h2 {
  margin-bottom: 10px;
  font-size: clamp(1.6rem, 3vw, 2.6rem);
}

.game-copy p,
.soon-card p,
.safety-panel p {
  color: var(--muted);
  line-height: 1.6;
}

.meta-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0;
}

.meta-list div {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.7);
}

.meta-list dt {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.meta-list dd {
  margin: 3px 0 0;
  font-weight: 900;
}

.play-link {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  border-radius: 999px;
  padding: 12px 18px;
  color: #17213d;
  background: linear-gradient(180deg, #ffe982, #ffc247);
  font-weight: 950;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(202, 132, 27, 0.2);
}

.soon-card {
  align-self: stretch;
  background: rgba(255, 250, 221, 0.84);
  box-shadow: var(--shadow-soft);
}

.safety-panel {
  margin-top: 16px;
  box-shadow: var(--shadow-soft);
}

.parent-page {
  max-width: 980px;
}

.parent-hero {
  margin-bottom: 24px;
}

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

.parent-summary article,
.parent-panel {
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--shadow-soft);
}

.parent-summary article {
  display: grid;
  gap: 6px;
  padding: 18px;
}

.parent-summary strong {
  font-size: 1rem;
}

.parent-summary span,
.parent-panel p {
  color: var(--muted);
  line-height: 1.6;
}

.parent-content {
  display: grid;
  gap: 14px;
}

.parent-panel {
  padding: clamp(20px, 4vw, 32px);
}

.parent-panel h2 {
  margin-bottom: 10px;
  font-size: clamp(1.35rem, 3vw, 2rem);
}

.parent-panel p:last-child {
  margin-bottom: 0;
}

.promise-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.promise-list li {
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 11px 12px;
  color: #075d68;
  background: rgba(255, 255, 255, 0.74);
  font-weight: 900;
}

@media (max-width: 900px) {
  .featured-grid,
  .game-card {
    grid-template-columns: 1fr;
  }

  .game-art {
    min-height: 250px;
  }

  .parent-summary {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .page-shell {
    width: min(100% - 18px, var(--max));
    padding-top: 14px;
  }

  h1 {
    font-size: clamp(2.2rem, 13vw, 3.4rem);
  }

  .trust-row span {
    padding: 7px 9px;
    font-size: 0.76rem;
  }

  .meta-list {
    grid-template-columns: 1fr;
  }

  .game-art {
    min-height: 210px;
  }

  .promise-list {
    grid-template-columns: 1fr;
  }
}
