:root {
  --bg: #f8faf9;
  --surface: #ffffff;
  --surface-strong: #eef7f4;
  --text: #0b2d5c;
  --muted: #52677f;
  --primary: #2375cf;
  --primary-dark: #0b2d5c;
  --accent: #f4b740;
  --coral: #ef7a6a;
  --logo-blue: #2375cf;
  --logo-yellow: #ffd12b;
  --logo-red: #f01919;
  --logo-green: #24bc60;
  --line: #dfe7e4;
  --shadow: 0 24px 70px rgba(31, 41, 55, 0.12);
  --radius: 8px;
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

@media (prefers-reduced-motion: no-preference) {
  .benefits article,
  .steps article,
  .platform-grid article,
  .ai-grid article,
  .five-e-track article,
  .play-card,
  .module-grid article,
  .showcase-card,
  .report-preview,
  .platform-summary {
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  }

  .benefits article:hover,
  .steps article:hover,
  .platform-grid article:hover,
  .ai-grid article:hover,
  .five-e-track article:hover,
  .play-card:hover,
  .module-grid article:hover,
  .showcase-card:hover,
  .report-preview:hover,
  .platform-summary:hover {
    transform: translateY(-4px);
    border-color: rgba(35, 117, 207, 0.28);
    box-shadow: 0 24px 60px rgba(11, 45, 92, 0.12);
  }

  .phone-shell,
  .dashboard-card,
  .app-phone {
    animation: softFloat 7s ease-in-out infinite;
  }

  .dashboard-card,
  .parent-phone {
    animation-delay: 1.2s;
  }
}

@keyframes softFloat {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -8px;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 18px 24px;
  background: rgba(248, 250, 249, 0.92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(223, 231, 228, 0.75);
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand-logo {
  display: block;
  width: clamp(154px, 18vw, 224px);
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.site-nav a {
  padding: 8px 0;
}

.site-nav a:hover {
  color: var(--text);
}

.nav-login {
  color: var(--primary-dark);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px !important;
  color: #ffffff !important;
  background: var(--primary);
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(47, 158, 143, 0.18);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--text);
}

.section-band,
.section,
.benefits,
.platform-summary,
.site-footer {
  max-width: var(--max);
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.footer-logo {
  width: 180px;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
  gap: 56px;
  align-items: center;
  min-height: calc(100vh - 76px);
  padding-top: 60px;
  padding-bottom: 48px;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.hero::before {
  inset: 18px 0 auto auto;
  width: min(560px, 48vw);
  height: 270px;
  border-radius: 0 0 0 160px;
  opacity: 0.32;
  background:
    linear-gradient(180deg, transparent 0 18%, var(--logo-blue) 18% 31%, transparent 31% 35%, var(--logo-yellow) 35% 48%, transparent 48% 52%, var(--logo-red) 52% 65%, transparent 65% 69%, var(--logo-green) 69% 82%, transparent 82%);
  transform: rotate(-8deg);
  filter: saturate(1.08);
}

.hero::after {
  left: 24px;
  bottom: 10px;
  width: 220px;
  height: 90px;
  border-radius: 999px;
  opacity: 0.24;
  background:
    radial-gradient(circle at 18% 50%, var(--logo-blue) 0 18%, transparent 19%),
    radial-gradient(circle at 42% 50%, var(--logo-yellow) 0 18%, transparent 19%),
    radial-gradient(circle at 66% 50%, var(--logo-red) 0 18%, transparent 19%),
    radial-gradient(circle at 90% 50%, var(--logo-green) 0 18%, transparent 19%);
}

.pro-hero {
  position: relative;
  isolation: isolate;
  max-width: none;
  min-height: calc(100vh - 76px);
  overflow: hidden;
  padding: 0 24px 72px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86) 0%, rgba(242, 248, 255, 0.98) 100%);
}

.pro-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 0.78fr);
  gap: 52px;
  align-items: center;
  max-width: var(--max);
  min-height: calc(100vh - 76px);
  margin: 0 auto;
  padding-top: 96px;
}

.hero-rainbow {
  position: absolute;
  inset: 48px 0 auto;
  z-index: -1;
  height: 520px;
  overflow: hidden;
  opacity: 0.58;
}

.hero-rainbow > span {
  position: absolute;
  left: 50%;
  bottom: -210px;
  border-style: solid;
  border-color: transparent;
  border-radius: 999px 999px 0 0;
  transform: translateX(-50%);
  filter: drop-shadow(0 20px 30px rgba(11, 45, 92, 0.08));
  opacity: 0.48;
}

.hero-rainbow > span:nth-child(1) {
  width: min(1180px, 128vw);
  height: 590px;
  border-width: 62px 62px 0;
  border-top-color: var(--logo-red);
}

.hero-rainbow > span:nth-child(2) {
  width: min(1030px, 112vw);
  height: 515px;
  border-width: 62px 62px 0;
  border-top-color: var(--logo-yellow);
}

.hero-rainbow > span:nth-child(3) {
  width: min(880px, 96vw);
  height: 440px;
  border-width: 62px 62px 0;
  border-top-color: var(--logo-green);
}

.hero-rainbow > span:nth-child(4) {
  width: min(730px, 80vw);
  height: 365px;
  border-width: 62px 62px 0;
  border-top-color: var(--logo-blue);
}

.hero-cloud {
  position: absolute;
  bottom: 102px;
  width: 180px;
  height: 78px;
  background: #ffffff;
  border: 4px solid rgba(11, 45, 92, 0.92);
  border-radius: 999px;
}

.hero-cloud::before,
.hero-cloud::after {
  content: "";
  position: absolute;
  background: #ffffff;
  border: 4px solid rgba(11, 45, 92, 0.92);
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
}

.hero-cloud::before {
  left: 30px;
  top: -46px;
  width: 78px;
  height: 54px;
}

.hero-cloud::after {
  right: 24px;
  top: -38px;
  width: 66px;
  height: 48px;
}

.hero-cloud-left {
  left: max(28px, calc(50% - 520px));
}

.hero-cloud-right {
  right: max(28px, calc(50% - 520px));
}

.hero-sun {
  position: absolute;
  right: max(72px, calc(50% - 420px));
  top: 132px;
  width: 82px;
  height: 82px;
  background: #ffb15c;
  border: 4px solid rgba(11, 45, 92, 0.92);
  border-radius: 50%;
  box-shadow: 0 0 0 18px var(--logo-yellow);
}

.hero-sun::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 30px;
  width: 34px;
  height: 12px;
  border-top: 4px solid rgba(11, 45, 92, 0.92);
  border-radius: 50%;
}

.hero-console {
  padding: 20px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(11, 45, 92, 0.12);
  border-radius: 22px;
  box-shadow: 0 24px 80px rgba(11, 45, 92, 0.14);
  backdrop-filter: blur(18px);
}

.console-top,
.console-card .mini-label {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.console-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.console-top strong {
  color: var(--logo-green);
}

.console-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.console-card {
  min-height: 150px;
  padding: 18px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 16px;
}

.console-card.big {
  grid-column: 1 / -1;
  min-height: 240px;
  background: linear-gradient(140deg, #fff7d8, #ffffff);
}

.console-card h2 {
  margin-top: 14px;
  font-size: 30px;
}

.console-card strong {
  display: block;
  margin-top: 14px;
  color: var(--logo-blue);
  font-size: 36px;
}

.mini-rainbow {
  position: relative;
  height: 90px;
  margin-top: 18px;
  overflow: hidden;
}

.mini-rainbow span {
  position: absolute;
  left: 50%;
  bottom: -20px;
  border-style: solid;
  border-color: transparent;
  border-radius: 999px 999px 0 0;
  transform: translateX(-50%);
}

.mini-rainbow span:nth-child(1) {
  width: 210px;
  height: 104px;
  border-width: 18px 18px 0;
  border-top-color: var(--logo-red);
}

.mini-rainbow span:nth-child(2) {
  width: 166px;
  height: 82px;
  border-width: 18px 18px 0;
  border-top-color: var(--logo-yellow);
}

.mini-rainbow span:nth-child(3) {
  width: 122px;
  height: 60px;
  border-width: 18px 18px 0;
  border-top-color: var(--logo-green);
}

.mini-rainbow span:nth-child(4) {
  width: 78px;
  height: 38px;
  border-width: 18px 18px 0;
  border-top-color: var(--logo-blue);
}

.experience-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  max-width: var(--max);
  margin: -34px auto 0;
  padding: 0 24px 80px;
  position: relative;
  z-index: 2;
}

.next-steps {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  max-width: var(--max);
  margin: 64px auto 72px;
  padding: 32px 24px;
  background:
    linear-gradient(120deg, rgba(35, 117, 207, 0.1), transparent 32%),
    #ffffff;
  border: 1px solid rgba(11, 45, 92, 0.1);
  border-radius: 18px;
  box-shadow: 0 22px 54px rgba(11, 45, 92, 0.08);
}

.next-steps h2 {
  font-size: 34px;
}

.next-steps p {
  color: var(--muted);
}

.next-steps nav {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  min-width: 240px;
}

.next-steps a {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0 16px;
  color: #ffffff;
  background: var(--text);
  border-radius: 10px;
  font-weight: 900;
}

.next-steps a:nth-child(2) {
  background: var(--primary);
}

.next-steps a:nth-child(3) {
  color: #7a4f00;
  background: var(--logo-yellow);
}

.focus-game-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 0.72fr);
  gap: 34px;
  align-items: center;
  max-width: var(--max);
  margin: -28px auto 0;
  padding: 0 24px 86px;
  position: relative;
  z-index: 3;
}

.focus-game-copy,
.focus-game {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(11, 45, 92, 0.1);
  border-radius: 20px;
  box-shadow: 0 22px 60px rgba(11, 45, 92, 0.1);
}

.focus-game-copy {
  padding: 30px;
}

.focus-game-copy h2 {
  font-size: 34px;
}

.focus-game-copy p {
  color: var(--muted);
}

.game-skill-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 20px;
}

.game-skill-tags span {
  padding: 8px 11px;
  color: var(--text);
  background: #f2f7ff;
  border: 1px solid rgba(35, 117, 207, 0.16);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}

.focus-game {
  padding: 22px;
}

.game-header {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.game-header strong {
  color: var(--text);
  text-align: right;
}

.game-path {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 22px 0;
  padding: 18px;
  background: #f7fbff;
  border: 1px solid rgba(11, 45, 92, 0.08);
  border-radius: 16px;
}

.game-path span {
  aspect-ratio: 1;
  border: 2px dashed rgba(11, 45, 92, 0.18);
  border-radius: 18px;
  background: #ffffff;
}

.game-path span.filled-blue,
.game-buttons [data-color="blue"] {
  background: var(--logo-blue);
}

.game-path span.filled-yellow,
.game-buttons [data-color="yellow"] {
  background: var(--logo-yellow);
}

.game-path span.filled-red,
.game-buttons [data-color="red"] {
  background: var(--logo-red);
}

.game-path span.filled-green,
.game-buttons [data-color="green"] {
  background: var(--logo-green);
}

.game-buttons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.game-buttons button {
  min-height: 52px;
  color: #ffffff;
  border: 0;
  border-radius: 14px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: inset 0 -8px 0 rgba(0, 0, 0, 0.1);
}

.game-buttons [data-color="yellow"] {
  color: #704a00;
}

.game-buttons button:disabled {
  cursor: not-allowed;
  opacity: 0.62;
}

.game-feedback {
  min-height: 28px;
  margin: 16px 0;
  color: var(--text);
  font-weight: 900;
}

.game-feedback.error {
  color: #b4322d;
}

.game-insight {
  padding: 14px;
  background: #eef7f4;
  border-left: 4px solid var(--primary);
  border-radius: 12px;
}

.game-insight span {
  display: block;
  color: var(--primary-dark);
  font-size: 13px;
  font-weight: 900;
}

.game-insight p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.app-gallery {
  max-width: none;
  background:
    linear-gradient(130deg, rgba(35, 117, 207, 0.1), transparent 30%),
    linear-gradient(300deg, rgba(255, 209, 43, 0.16), transparent 28%),
    #ffffff;
}

.app-gallery > * {
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
}

.tablet-frame {
  padding: 18px;
  background: #101b2d;
  border-radius: 34px;
  box-shadow: 0 34px 90px rgba(11, 45, 92, 0.22);
}

.tablet-camera {
  width: 72px;
  height: 6px;
  margin: 0 auto 14px;
  background: rgba(255, 255, 255, 0.26);
  border-radius: 999px;
}

.tablet-screen {
  display: grid;
  grid-template-columns: 170px 1fr;
  min-height: 520px;
  overflow: hidden;
  background: #f6f9ff;
  border-radius: 22px;
}

.tablet-sidebar {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
  background: #ffffff;
  border-right: 1px solid rgba(11, 45, 92, 0.08);
}

.tablet-logo {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  color: #ffffff;
  background: var(--logo-blue);
  border-radius: 16px;
  font-weight: 900;
}

.tablet-sidebar button {
  min-height: 42px;
  color: var(--text);
  background: #f2f7ff;
  border: 0;
  border-radius: 12px;
  font-weight: 900;
}

.tablet-sidebar button.active {
  color: #ffffff;
  background: var(--text);
}

.tablet-main {
  padding: 24px;
}

.tablet-topline,
.tablet-parent-strip {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: var(--muted);
  font-weight: 900;
}

.tablet-topline strong {
  color: var(--logo-green);
}

.tablet-stage {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 18px;
  margin-top: 20px;
  transition: opacity 180ms ease, transform 180ms ease;
}

.tablet-stage.is-changing {
  opacity: 0.2;
  transform: translateX(8px);
}

.tablet-game-card {
  min-height: 300px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid rgba(11, 45, 92, 0.08);
  border-radius: 20px;
  box-shadow: 0 18px 44px rgba(11, 45, 92, 0.08);
}

.tablet-game-card span {
  color: var(--logo-blue);
  font-size: 13px;
  font-weight: 900;
}

.tablet-game-card h3 {
  margin-top: 14px;
  font-size: 30px;
}

.tablet-game-card p {
  color: var(--muted);
}

.rainbow-game {
  background: linear-gradient(145deg, #fff7d7, #ffffff);
}

.story-game {
  background: linear-gradient(145deg, #eaf7ff, #ffffff);
}

.calm-card {
  background: linear-gradient(145deg, #eef7f4, #ffffff);
}

.wide-card {
  grid-column: 1 / -1;
  min-height: 300px;
}

.completion-mark {
  width: 96px;
  height: 96px;
  margin-top: 30px;
  border-radius: 28px;
  background:
    linear-gradient(135deg, transparent 43%, #ffffff 44% 56%, transparent 57%),
    var(--logo-green);
  box-shadow: inset 0 -12px 0 rgba(0, 0, 0, 0.08);
}

.story-choices {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 32px;
}

.story-choices span {
  display: grid;
  place-items: center;
  min-height: 68px;
  color: var(--text);
  background: #ffffff;
  border: 1px solid rgba(11, 45, 92, 0.1);
  border-radius: 18px;
  font-size: 16px;
  box-shadow: 0 12px 28px rgba(11, 45, 92, 0.08);
}

.parent-summary {
  background: linear-gradient(145deg, #ffffff, #f3f8ff);
}

.summary-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 22px;
}

.summary-list p {
  margin: 0;
  padding: 14px;
  background: #ffffff;
  border: 1px solid rgba(11, 45, 92, 0.08);
  border-radius: 14px;
}

.break-card {
  background: linear-gradient(145deg, #f4fbff, #ffffff);
}

.breath-bubble {
  width: 120px;
  height: 120px;
  margin-top: 28px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.85) 0 28%, transparent 29%),
    linear-gradient(135deg, var(--logo-blue), #9fd0ff);
  box-shadow: 0 20px 40px rgba(35, 117, 207, 0.18);
  animation: breatheSoft 4s ease-in-out infinite;
}

@keyframes breatheSoft {
  0%,
  100% {
    transform: scale(0.94);
  }

  50% {
    transform: scale(1.04);
  }
}

.game-dots {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 34px;
}

.game-dots i {
  aspect-ratio: 1;
  border-radius: 18px;
  box-shadow: inset 0 -10px 0 rgba(0, 0, 0, 0.08);
}

.game-dots i:nth-child(1) { background: var(--logo-blue); }
.game-dots i:nth-child(2) { background: var(--logo-yellow); }
.game-dots i:nth-child(3) { background: var(--logo-red); }
.game-dots i:nth-child(4) { background: var(--logo-green); }

.story-bubble {
  display: grid;
  place-items: center;
  width: 116px;
  height: 116px;
  margin-top: 32px;
  color: #ffffff;
  background: var(--logo-red);
  border-radius: 32px;
  font-size: 54px;
  font-weight: 900;
  box-shadow: inset 0 -14px 0 rgba(0, 0, 0, 0.08);
}

.tablet-parent-strip {
  margin-top: 18px;
}

.tablet-parent-strip div {
  flex: 1;
  padding: 16px;
  background: #ffffff;
  border: 1px solid rgba(11, 45, 92, 0.08);
  border-radius: 16px;
}

.tablet-parent-strip span,
.tablet-parent-strip strong {
  display: block;
}

.tablet-parent-strip strong {
  margin-top: 8px;
  color: var(--text);
}

.screen-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 24px;
}

.app-screen {
  min-height: 260px;
  padding: 22px;
  border: 1px solid rgba(11, 45, 92, 0.09);
  border-radius: 20px;
  box-shadow: 0 18px 42px rgba(11, 45, 92, 0.08);
}

.app-screen p {
  color: var(--muted);
}

.child-screen-card {
  background: linear-gradient(145deg, #fff4c2, #ffffff);
}

.child-screen-card.alt {
  background: linear-gradient(145deg, #ffe8e4, #ffffff);
}

.parent-screen-card {
  background: linear-gradient(145deg, #edf7ff, #ffffff);
}

.parent-screen-card.alt {
  background: linear-gradient(145deg, #eef7f4, #ffffff);
}

.mini-shapes,
.mini-bars,
.mini-note {
  display: flex;
  gap: 10px;
  margin-top: 22px;
}

.mini-shapes i {
  width: 46px;
  height: 46px;
  border-radius: 14px;
}

.mini-shapes i:nth-child(1) { background: var(--logo-blue); }
.mini-shapes i:nth-child(2) { background: var(--logo-yellow); }
.mini-shapes i:nth-child(3) { background: var(--logo-green); }

.mini-story {
  width: 86px;
  height: 86px;
  margin-top: 22px;
  background:
    radial-gradient(circle at 34% 42%, var(--text) 0 5%, transparent 6%),
    radial-gradient(circle at 64% 42%, var(--text) 0 5%, transparent 6%),
    var(--logo-yellow);
  border-radius: 28px;
  box-shadow: inset 0 -12px 0 rgba(0, 0, 0, 0.08);
}

.mini-bars {
  align-items: end;
  height: 76px;
}

.mini-bars i {
  flex: 1;
  border-radius: 999px 999px 4px 4px;
  background: var(--logo-blue);
}

.mini-bars i:nth-child(1) { height: 48%; }
.mini-bars i:nth-child(2) { height: 72%; background: var(--logo-yellow); }
.mini-bars i:nth-child(3) { height: 58%; background: var(--logo-green); }
.mini-bars i:nth-child(4) { height: 86%; background: var(--logo-red); }

.mini-note {
  flex-direction: column;
}

.mini-note i {
  height: 12px;
  background: rgba(11, 45, 92, 0.14);
  border-radius: 999px;
}

.mini-note i:nth-child(2) { width: 78%; }
.mini-note i:nth-child(3) { width: 54%; }

.download-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-top: 24px;
  padding: 28px;
  color: #ffffff;
  background: var(--text);
  border-radius: 20px;
}

.download-panel p {
  color: rgba(255, 255, 255, 0.76);
}

.download-panel .eyebrow {
  color: #ffffff;
}

.store-badges.large {
  margin-top: 0;
}

.experience-strip a {
  min-height: 210px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid rgba(11, 45, 92, 0.1);
  box-shadow: 0 18px 44px rgba(11, 45, 92, 0.07);
}

.experience-strip a:first-child {
  border-radius: 18px 0 0 18px;
}

.experience-strip a:last-child {
  border-radius: 0 18px 18px 0;
}

.experience-strip span {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--logo-blue);
  font-weight: 900;
}

.experience-strip strong {
  display: block;
  font-size: 21px;
  line-height: 1.2;
}

.experience-strip p {
  color: var(--muted);
}

.split-showcase {
  background: #ffffff;
}

.dual-panels {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.dual-panels article,
.subpage-hero,
.content-grid article {
  border: 1px solid rgba(11, 45, 92, 0.1);
  border-radius: 18px;
  box-shadow: 0 22px 54px rgba(11, 45, 92, 0.08);
}

.dual-panels article {
  min-height: 360px;
  padding: 28px;
}

.kid-panel {
  background: linear-gradient(140deg, #fff4cb, #ffffff);
}

.adult-panel {
  background: linear-gradient(140deg, #edf7ff, #ffffff);
}

.subpage-hero {
  max-width: var(--max);
  margin: 36px auto 0;
  padding: 82px 24px;
  background: linear-gradient(135deg, #ffffff, #eef7ff);
}

.subpage-hero h1,
.subpage-hero p,
.subpage-hero .eyebrow {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.subpage-hero h1 {
  margin-top: 0;
  font-size: clamp(40px, 5vw, 64px);
}

.subpage-hero p:not(.eyebrow) {
  color: var(--muted);
  font-size: 20px;
}

.kid-hero {
  background:
    linear-gradient(125deg, rgba(255, 209, 43, 0.22), transparent 34%),
    linear-gradient(305deg, rgba(240, 25, 25, 0.12), transparent 30%),
    #ffffff;
}

.parent-hero {
  background: linear-gradient(135deg, #ffffff, #eaf7ff);
}

.ai-hero {
  background:
    linear-gradient(135deg, rgba(35, 117, 207, 0.14), transparent 42%),
    #ffffff;
}

.expert-hero {
  background:
    linear-gradient(135deg, rgba(36, 188, 96, 0.13), transparent 40%),
    #ffffff;
}

.safety-hero {
  background:
    linear-gradient(135deg, #ffffff, #f3fbf9);
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.content-grid article {
  min-height: 260px;
  padding: 26px;
  background: #ffffff;
}

.content-grid p {
  color: var(--muted);
}

.page-note {
  margin-top: 18px;
  padding: 18px 20px;
  color: var(--text);
  background: #f2f7ff;
  border: 1px solid rgba(35, 117, 207, 0.14);
  border-radius: 14px;
  font-weight: 800;
}

.need-solution {
  background: #ffffff;
}

.compare-grid,
.method-grid,
.value-grid,
.learning-loop,
.timeline-grid {
  display: grid;
  gap: 18px;
}

.compare-grid {
  grid-template-columns: repeat(2, 1fr);
}

.method-grid,
.learning-loop {
  grid-template-columns: repeat(3, 1fr);
}

.value-grid,
.timeline-grid {
  grid-template-columns: repeat(4, 1fr);
}

.compare-grid article,
.method-grid article,
.value-grid article,
.learning-loop article,
.timeline-grid article {
  min-height: 230px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid rgba(11, 45, 92, 0.1);
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(11, 45, 92, 0.07);
}

.method-preview,
.pilot-learning {
  max-width: none;
  background:
    linear-gradient(135deg, rgba(35, 117, 207, 0.08), transparent 28%),
    #f8fbff;
}

.method-preview > *,
.pilot-learning > * {
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
}

.value-innovation {
  background: #ffffff;
}

.project-timeline {
  background: #f7fbf8;
}

.compare-label,
.method-grid span,
.learning-loop span,
.timeline-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin-bottom: 18px;
  padding: 0 10px;
  color: #ffffff;
  background: var(--logo-blue);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}

.compare-grid article:nth-child(2) .compare-label,
.method-grid article:nth-child(2) span,
.learning-loop article:nth-child(2) span,
.timeline-grid article:nth-child(2) span {
  color: #7a4f00;
  background: var(--logo-yellow);
}

.method-grid article:nth-child(3) span,
.learning-loop article:nth-child(3) span,
.timeline-grid article:nth-child(3) span {
  background: var(--logo-green);
}

.timeline-grid article:nth-child(4) span {
  background: var(--logo-red);
}

.compare-grid p,
.method-grid p,
.value-grid p,
.learning-loop p,
.timeline-grid p {
  color: var(--muted);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--primary-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(42px, 5.5vw, 72px);
  line-height: 1.02;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: 38px;
  line-height: 1.12;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.25;
}

.hero-copy {
  max-width: 640px;
  margin: 24px 0;
  color: var(--muted);
  font-size: 20px;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 22px;
}

.hero-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  color: var(--text);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(31, 41, 55, 0.06);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 4px 0 22px;
}

.store-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.store-badge {
  display: grid;
  gap: 1px;
  min-width: 154px;
  min-height: 54px;
  padding: 8px 14px;
  color: #ffffff;
  background: #061b36;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  box-shadow: 0 16px 36px rgba(11, 45, 92, 0.18);
}

.store-badge span {
  font-size: 11px;
  line-height: 1;
  opacity: 0.82;
}

.store-badge strong {
  font-size: 19px;
  line-height: 1.08;
}

.primary-action,
.secondary-action,
.mock-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 20px;
  border: 0;
  border-radius: var(--radius);
  font-weight: 800;
  cursor: pointer;
}

.primary-action,
.mock-button {
  color: #ffffff;
  background: var(--primary);
}

.secondary-action {
  color: var(--text);
  background: #ffffff;
  border: 1px solid var(--line);
}

.primary-action:hover {
  background: var(--primary-dark);
}

.secondary-action:hover {
  border-color: var(--logo-blue);
  box-shadow: 0 12px 26px rgba(35, 117, 207, 0.12);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  gap: 10px;
  max-width: 640px;
}

.hero-metrics div {
  padding: 14px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--line);
  border-radius: 12px;
}

.hero-metrics strong,
.hero-metrics span {
  display: block;
}

.hero-metrics strong {
  color: var(--logo-blue);
  font-size: 24px;
  line-height: 1;
}

.hero-metrics span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.product-visual {
  position: relative;
  min-height: 590px;
}

.phone-shell {
  position: absolute;
  top: 22px;
  left: 0;
  width: min(320px, 72vw);
  min-height: 610px;
  padding: 18px;
  background: #17202b;
  border-radius: 38px;
  box-shadow: var(--shadow);
}

.phone-bar {
  width: 84px;
  height: 6px;
  margin: 0 auto 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.24);
}

.activity-card {
  min-height: 548px;
  padding: 24px;
  background: #ffffff;
  border-radius: 28px;
}

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  color: var(--primary-dark);
  background: var(--surface-strong);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.activity-card h2 {
  margin-top: 22px;
  font-size: 34px;
}

.activity-card p {
  margin: 8px 0 22px;
  color: var(--muted);
}

.path-board {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin: 0 0 24px;
}

.path-board span {
  aspect-ratio: 1;
  border-radius: 8px;
  background: #e8f2ef;
}

.path-board span:nth-child(3n) {
  background: var(--logo-yellow);
}

.path-board span:nth-child(4n) {
  background: var(--logo-red);
}

.path-board span:nth-child(7),
.path-board span:nth-child(8),
.path-board span:nth-child(13) {
  background: var(--primary);
}

.path-board span:nth-child(5n) {
  background: var(--logo-blue);
}

.reward-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 0 0 16px;
  padding: 12px;
  color: #7a4f00;
  background: #fff1c7;
  border: 1px solid #f7d46d;
  border-radius: 12px;
  font-weight: 900;
}

.mock-button {
  width: 100%;
}

.dashboard-card {
  position: absolute;
  right: 0;
  bottom: 52px;
  width: min(330px, 74vw);
  padding: 22px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
}

.dashboard-header,
.report-top,
.skill-row,
.progress-item div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.dashboard-header span,
.report-top span,
.skill-row span {
  color: var(--muted);
  font-weight: 700;
}

.dashboard-header strong {
  color: var(--primary-dark);
  font-size: 34px;
}

.bars {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: end;
  gap: 10px;
  height: 130px;
  margin: 18px 0;
  padding: 14px;
  background: #f2f7f5;
  border-radius: 10px;
}

.bars span {
  border-radius: 999px 999px 4px 4px;
  background: linear-gradient(180deg, var(--primary), #95d5c8);
}

.skill-row {
  padding: 12px 0;
  border-top: 1px solid var(--line);
}

.skill-row strong {
  color: var(--text);
}

.benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding-top: 24px;
  padding-bottom: 84px;
}

.benefits article,
.steps article,
.module-grid article,
.security-grid article {
  padding: 26px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.benefits article {
  min-height: 224px;
}

.icon-dot {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 8px;
  color: #ffffff;
  background: var(--primary);
  font-weight: 900;
}

.benefits p,
.steps p,
.module-grid p,
.security-grid p,
.section-heading p,
.split p,
.faq p,
.site-footer p {
  color: var(--muted);
}

.section {
  padding-top: 88px;
  padding-bottom: 88px;
}

.muted {
  max-width: none;
  background: #eef7f4;
}

.muted > * {
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 34px;
}

.steps,
.module-grid,
.security-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.steps span {
  display: block;
  margin-bottom: 22px;
  color: var(--primary-dark);
  font-size: 14px;
  font-weight: 900;
}

.platform-overview {
  max-width: none;
  background:
    linear-gradient(90deg, rgba(35, 117, 207, 0.08), transparent 26%),
    linear-gradient(270deg, rgba(255, 209, 43, 0.16), transparent 28%),
    #ffffff;
}

.platform-overview > * {
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
}

.platform-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.platform-grid article {
  min-height: 290px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid rgba(11, 45, 92, 0.12);
  border-radius: 16px;
  box-shadow: 0 20px 48px rgba(11, 45, 92, 0.08);
}

.platform-number {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 24px;
  padding: 0 11px;
  color: #ffffff;
  background: var(--logo-blue);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}

.platform-grid article:nth-child(2) .platform-number {
  color: #7a4f00;
  background: var(--logo-yellow);
}

.platform-grid article:nth-child(3) .platform-number {
  background: var(--logo-red);
}

.platform-grid article:nth-child(4) .platform-number {
  background: var(--logo-green);
}

.platform-grid p {
  color: var(--muted);
}

.ai-learning {
  max-width: none;
  background:
    linear-gradient(120deg, rgba(35, 117, 207, 0.12), transparent 24%),
    linear-gradient(250deg, rgba(36, 188, 96, 0.12), transparent 28%),
    #f4fbff;
}

.ai-learning > * {
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
}

.ai-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.ai-grid article {
  min-height: 292px;
  padding: 26px;
  background: #ffffff;
  border: 1px solid rgba(35, 117, 207, 0.14);
  border-radius: 16px;
  box-shadow: 0 20px 48px rgba(31, 41, 55, 0.08);
}

.ai-chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 22px;
  padding: 0 12px;
  color: #ffffff;
  background: var(--logo-blue);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}

.ai-grid article:nth-child(2) .ai-chip {
  color: #7a4f00;
  background: var(--logo-yellow);
}

.ai-grid article:nth-child(3) .ai-chip {
  background: var(--logo-green);
}

.ai-grid p,
.five-e-track p {
  color: var(--muted);
}

.ai-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 22px;
}

.ai-flow div {
  position: relative;
  min-height: 118px;
  padding: 18px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 14px;
}

.ai-flow div::after {
  content: "";
  position: absolute;
  right: -14px;
  top: 50%;
  width: 24px;
  height: 3px;
  background: var(--logo-blue);
}

.ai-flow div:last-child::after {
  display: none;
}

.ai-flow strong,
.ai-flow span {
  display: block;
}

.ai-flow strong {
  margin-bottom: 8px;
  font-size: 18px;
}

.ai-flow span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.five-e {
  background: #ffffff;
}

.five-e-track {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.five-e-track article {
  min-height: 282px;
  padding: 22px;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 16px;
}

.five-e-track span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  color: #ffffff;
  background: var(--logo-blue);
  border-radius: 50%;
  font-weight: 900;
}

.five-e-track article:nth-child(2) span {
  color: #7a4f00;
  background: var(--logo-yellow);
}

.five-e-track article:nth-child(3) span {
  background: var(--logo-red);
}

.five-e-track article:nth-child(4) span {
  background: var(--logo-green);
}

.five-e-track article:nth-child(5) span {
  background: var(--primary);
}

.kids-world {
  position: relative;
  max-width: none;
  overflow: hidden;
  background:
    linear-gradient(118deg, transparent 0 8%, rgba(35, 117, 207, 0.13) 8% 10%, transparent 10% 13%, rgba(255, 209, 43, 0.22) 13% 15%, transparent 15% 18%, rgba(240, 25, 25, 0.13) 18% 20%, transparent 20% 23%, rgba(36, 188, 96, 0.15) 23% 25%, transparent 25%),
    radial-gradient(circle at 12% 16%, rgba(255, 209, 43, 0.28), transparent 26%),
    radial-gradient(circle at 86% 24%, rgba(240, 25, 25, 0.14), transparent 24%),
    #fff9ec;
}

.kids-world > * {
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
}

.play-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.play-card {
  min-height: 270px;
  padding: 26px;
  border: 1px solid rgba(31, 41, 55, 0.08);
  border-radius: 16px;
  box-shadow: 0 18px 42px rgba(31, 41, 55, 0.08);
}

.play-card p {
  color: rgba(31, 41, 55, 0.72);
}

.coral-card {
  background: #ffe8e3;
}

.yellow-card {
  background: #fff2c8;
}

.green-card {
  background: #dff5ef;
}

.play-icon {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin-bottom: 22px;
  color: #ffffff;
  background: var(--primary);
  border-radius: 18px;
  font-size: 20px;
  font-weight: 900;
  box-shadow: inset 0 -8px 0 rgba(0, 0, 0, 0.08);
}

.coral-card .play-icon {
  background: var(--coral);
}

.yellow-card .play-icon {
  color: #7a4f00;
  background: var(--accent);
}

.mini-stage {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 22px;
}

.stage-card {
  display: grid;
  gap: 14px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid rgba(31, 41, 55, 0.08);
  border-radius: 16px;
  box-shadow: 0 18px 42px rgba(31, 41, 55, 0.07);
}

.stage-label {
  width: fit-content;
  padding: 7px 10px;
  color: var(--primary-dark);
  background: var(--surface-strong);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}

.color-dots {
  display: flex;
  gap: 12px;
}

.color-dots span {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  box-shadow: inset 0 -8px 0 rgba(0, 0, 0, 0.08);
}

.color-dots span:nth-child(1) {
  background: var(--logo-blue);
}

.color-dots span:nth-child(2) {
  background: var(--logo-yellow);
}

.color-dots span:nth-child(3) {
  background: var(--logo-red);
}

.color-dots span:nth-child(4) {
  background: var(--logo-green);
}

.app-showcase {
  position: relative;
}

.app-showcase::before {
  content: "";
  position: absolute;
  inset: 46px 24px auto;
  height: 120px;
  opacity: 0.22;
  pointer-events: none;
  background:
    linear-gradient(92deg, transparent 0 14%, var(--logo-blue) 14% 17%, transparent 17% 20%, var(--logo-yellow) 20% 23%, transparent 23% 26%, var(--logo-red) 26% 29%, transparent 29% 32%, var(--logo-green) 32% 35%, transparent 35%);
  border-radius: 999px;
  transform: rotate(2deg);
}

.app-showcase > * {
  position: relative;
}

.phone-showcase {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.showcase-card {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(210px, 0.72fr);
  gap: 22px;
  align-items: center;
  min-height: 520px;
  padding: 26px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 22px 54px rgba(31, 41, 55, 0.09);
}

.child-showcase {
  background: linear-gradient(140deg, #fff8da, #ffffff 58%);
}

.parent-showcase {
  background: linear-gradient(140deg, #eaf7ff, #ffffff 58%);
}

.showcase-copy {
  align-self: start;
}

.screen-label {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 10px;
  color: var(--primary-dark);
  background: var(--surface-strong);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}

.showcase-copy h3 {
  margin-top: 18px;
  font-size: 28px;
}

.showcase-copy p {
  color: var(--muted);
}

.app-phone {
  justify-self: center;
  width: min(250px, 100%);
  min-height: 460px;
  padding: 14px;
  background: #17202b;
  border-radius: 34px;
  box-shadow: 0 24px 60px rgba(31, 41, 55, 0.22);
  transform: rotate(3deg);
}

.parent-phone {
  transform: rotate(-3deg);
}

.app-notch {
  width: 72px;
  height: 6px;
  margin: 0 auto 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
}

.child-screen,
.parent-screen {
  min-height: 414px;
  padding: 20px;
  border-radius: 24px;
  background: #ffffff;
}

.child-screen {
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 209, 43, 0.35), transparent 24%),
    #ffffff;
}

.parent-screen {
  background:
    linear-gradient(180deg, #f3fbff, #ffffff);
}

.screen-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.screen-top strong {
  color: var(--logo-green);
}

.child-screen h4 {
  margin: 28px 0 18px;
  font-size: 26px;
  line-height: 1.05;
}

.rainbow-arc {
  position: relative;
  height: 118px;
  margin: 12px 0 18px;
}

.rainbow-arc span {
  position: absolute;
  left: 50%;
  bottom: 0;
  border-style: solid;
  border-color: transparent;
  border-radius: 999px 999px 0 0;
  transform: translateX(-50%);
}

.rainbow-arc span:nth-child(1) {
  width: 190px;
  height: 98px;
  border-width: 18px 18px 0;
  border-top-color: var(--logo-blue);
}

.rainbow-arc span:nth-child(2) {
  width: 150px;
  height: 76px;
  border-width: 18px 18px 0;
  border-top-color: var(--logo-yellow);
}

.rainbow-arc span:nth-child(3) {
  width: 110px;
  height: 54px;
  border-width: 18px 18px 0;
  border-top-color: var(--logo-red);
}

.rainbow-arc span:nth-child(4) {
  width: 70px;
  height: 34px;
  border-width: 18px 18px 0;
  border-top-color: var(--logo-green);
}

.shape-row {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 18px;
}

.shape {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  box-shadow: inset 0 -7px 0 rgba(0, 0, 0, 0.1);
}

.shape.blue {
  background: var(--logo-blue);
}

.shape.yellow {
  background: var(--logo-yellow);
}

.shape.red {
  background: var(--logo-red);
}

.star-reward {
  padding: 12px;
  text-align: center;
  color: #7a4f00;
  background: #fff0bd;
  border-radius: 14px;
  font-weight: 900;
}

.mini-chart {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: end;
  gap: 10px;
  height: 128px;
  margin: 28px 0 18px;
  padding: 14px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 14px;
}

.mini-chart span {
  border-radius: 999px 999px 5px 5px;
  background: linear-gradient(180deg, var(--logo-blue), #92c7ff);
}

.mini-chart span:nth-child(2) {
  background: linear-gradient(180deg, var(--logo-yellow), #ffeaa0);
}

.mini-chart span:nth-child(3) {
  background: linear-gradient(180deg, var(--logo-red), #ffaaa5);
}

.mini-chart span:nth-child(4) {
  background: linear-gradient(180deg, var(--logo-green), #96e8b9);
}

.parent-metric {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid var(--line);
  font-size: 14px;
  font-weight: 800;
}

.parent-metric span {
  color: var(--muted);
}

.parent-screen p {
  margin: 16px 0 0;
  padding: 12px;
  color: var(--text);
  background: #e8f6f2;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 800;
}

.time-ring {
  display: grid;
  place-items: center;
  width: 112px;
  height: 112px;
  color: var(--primary-dark);
  background: conic-gradient(var(--primary) 75%, #dce8e4 0);
  border-radius: 50%;
}

.time-ring strong,
.time-ring span {
  grid-area: 1 / 1;
}

.time-ring strong {
  margin-top: -16px;
  font-size: 34px;
}

.time-ring span {
  margin-top: 42px;
  font-weight: 900;
}

.module-grid article {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #ffffff;
}

.module-icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: var(--primary);
  box-shadow: inset 0 0 0 12px rgba(255, 255, 255, 0.22);
}

.child-icon {
  background: var(--coral);
}

.academic-icon {
  background: var(--accent);
}

.module-grid ul {
  display: grid;
  gap: 10px;
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}

.module-grid li {
  position: relative;
  padding-left: 22px;
  color: var(--text);
  font-weight: 700;
}

.module-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.72fr);
  gap: 54px;
  align-items: center;
}

.skill-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.skill-tags span {
  padding: 9px 12px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--primary-dark);
  font-size: 14px;
  font-weight: 800;
}

.report-preview {
  padding: 26px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
}

.report-top {
  margin-bottom: 26px;
}

.report-top strong {
  color: var(--primary-dark);
}

.progress-item {
  margin-bottom: 18px;
}

meter {
  width: 100%;
  height: 12px;
  margin-top: 8px;
}

meter::-webkit-meter-bar {
  background: #edf3f1;
  border: 0;
  border-radius: 999px;
}

meter::-webkit-meter-optimum-value {
  background: var(--primary);
  border-radius: 999px;
}

.insight {
  margin: 22px 0 0;
  padding: 16px;
  color: var(--text) !important;
  background: #fff8e6;
  border-left: 4px solid var(--accent);
  border-radius: 8px;
  font-weight: 700;
}

.security {
  max-width: none;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(11, 45, 92, 0.22), transparent 34%),
    linear-gradient(180deg, #24bc60 0%, #15944a 100%);
}

.security .section-heading,
.security .security-grid {
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
}

.security .eyebrow,
.security h2,
.security h3 {
  color: #ffffff;
}

.security p {
  color: rgba(255, 255, 255, 0.76);
}

.security-grid article {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.22);
}

.safety-note,
.safety-detail-grid {
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
}

.safety-note {
  margin-top: 18px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 16px;
}

.safety-note h3,
.safety-note p {
  color: #ffffff;
}

.safety-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 14px;
}

.safety-detail-grid article {
  padding: 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
}

.safety-detail-grid h3 {
  color: #ffffff;
}

.safety-detail-grid p {
  color: rgba(255, 255, 255, 0.78);
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 860px;
}

details {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

summary {
  min-height: 64px;
  padding: 20px 24px;
  cursor: pointer;
  color: var(--text);
  font-size: 18px;
  font-weight: 800;
}

details p {
  margin: 0;
  padding: 0 24px 22px;
}

.platform-summary {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1fr);
  align-items: center;
  gap: 38px;
  margin-top: 28px;
  margin-bottom: 72px;
  padding-top: 34px;
  padding-bottom: 34px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 18px 50px rgba(31, 41, 55, 0.08);
}

.platform-summary h2 {
  font-size: 34px;
}

.platform-summary p {
  margin-bottom: 0;
  color: var(--muted);
}

.rainbow-card {
  position: relative;
  height: 280px;
  overflow: hidden;
  background: #f8fbff;
  border: 1px solid rgba(11, 45, 92, 0.1);
  border-radius: 18px;
}

.rainbow-card > span {
  position: absolute;
  left: 50%;
  bottom: 44px;
  border-style: solid;
  border-color: transparent;
  border-radius: 999px 999px 0 0;
  transform: translateX(-50%);
}

.rainbow-card > span:nth-child(1) {
  width: 360px;
  height: 180px;
  border-width: 30px 30px 0;
  border-top-color: var(--logo-red);
}

.rainbow-card > span:nth-child(2) {
  width: 296px;
  height: 148px;
  border-width: 30px 30px 0;
  border-top-color: var(--logo-yellow);
}

.rainbow-card > span:nth-child(3) {
  width: 232px;
  height: 116px;
  border-width: 30px 30px 0;
  border-top-color: var(--logo-green);
}

.rainbow-card > span:nth-child(4) {
  width: 168px;
  height: 84px;
  border-width: 30px 30px 0;
  border-top-color: var(--logo-blue);
}

.cloud {
  position: absolute;
  bottom: 34px;
  width: 118px;
  height: 58px;
  background: #ffffff;
  border: 4px solid var(--text);
  border-radius: 999px;
}

.cloud::before,
.cloud::after {
  content: "";
  position: absolute;
  background: #ffffff;
  border: 4px solid var(--text);
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
}

.cloud::before {
  left: 20px;
  top: -34px;
  width: 52px;
  height: 42px;
}

.cloud::after {
  right: 14px;
  top: -26px;
  width: 44px;
  height: 36px;
}

.left-cloud {
  left: 26px;
}

.right-cloud {
  right: 26px;
}

.sun-face {
  position: absolute;
  right: 62px;
  top: 42px;
  width: 74px;
  height: 74px;
  background: #ffb15c;
  border: 4px solid var(--text);
  border-radius: 50%;
  box-shadow: 0 0 0 16px var(--logo-yellow);
}

.sun-face::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 26px;
  width: 30px;
  height: 12px;
  border-top: 4px solid var(--text);
  border-radius: 50%;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  padding-top: 34px;
  padding-bottom: 34px;
  border-top: 1px solid var(--line);
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
  color: var(--muted);
  font-weight: 700;
}

.copyright {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 14px;
}

@media (max-width: 940px) {
  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 75px;
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 14px;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 12px;
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 12px !important;
  }

  .nav-cta {
    justify-content: center;
  }

  .hero,
  .split,
  .pro-hero-grid,
  .focus-game-section,
  .next-steps {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    gap: 34px;
    padding-top: 48px;
  }

  .product-visual {
    min-height: 560px;
  }

  .dashboard-card {
    right: 0;
  }

  .benefits,
  .steps,
  .module-grid,
  .security-grid,
  .play-grid,
  .phone-showcase,
  .ai-grid,
  .ai-flow,
  .platform-grid,
  .experience-strip,
  .dual-panels,
  .content-grid,
  .tablet-stage,
  .screen-grid,
  .download-panel,
  .safety-detail-grid,
  .compare-grid,
  .method-grid,
  .value-grid,
  .learning-loop,
  .timeline-grid {
    grid-template-columns: 1fr;
  }

  .tablet-screen {
    grid-template-columns: 1fr;
  }

  .tablet-sidebar {
    flex-direction: row;
    overflow-x: auto;
  }

  .tablet-logo {
    margin-bottom: 0;
    flex: 0 0 auto;
  }

  .tablet-sidebar button {
    flex: 0 0 auto;
    padding: 0 16px;
  }

  .tablet-parent-strip {
    display: grid;
    grid-template-columns: 1fr;
  }

  .summary-list,
  .story-choices {
    grid-template-columns: 1fr;
  }

  .pro-hero-grid {
    min-height: auto;
    padding-top: 220px;
    align-items: start;
  }

  .experience-strip {
    margin-top: 0;
  }

  .experience-strip a,
  .experience-strip a:first-child,
  .experience-strip a:last-child {
    border-radius: 16px;
  }

  .five-e-track {
    grid-template-columns: repeat(2, 1fr);
  }

  .ai-flow div::after {
    display: none;
  }

  .mini-stage {
    grid-template-columns: 1fr;
  }

  .showcase-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .site-header,
  .section-band,
  .section,
  .benefits,
  .platform-summary,
  .site-footer,
  .pro-hero,
  .experience-strip,
  .focus-game-section,
  .next-steps {
    padding-left: 18px;
    padding-right: 18px;
  }

  .brand-logo {
    width: 146px;
  }

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 30px;
  }

  .hero-copy {
    font-size: 18px;
  }

  .hero-actions,
  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .primary-action,
  .secondary-action {
    width: 100%;
  }

  .product-visual {
    min-height: 680px;
  }

  .hero::before {
    width: 96vw;
    opacity: 0.18;
  }

  .hero-rainbow {
    top: 38px;
    height: 360px;
  }

  .hero-rainbow > span:nth-child(1) {
    width: 760px;
    height: 380px;
    border-width: 42px 42px 0;
  }

  .hero-rainbow > span:nth-child(2) {
    width: 654px;
    height: 327px;
    border-width: 42px 42px 0;
  }

  .hero-rainbow > span:nth-child(3) {
    width: 548px;
    height: 274px;
    border-width: 42px 42px 0;
  }

  .hero-rainbow > span:nth-child(4) {
    width: 442px;
    height: 221px;
    border-width: 42px 42px 0;
  }

  .hero-cloud {
    width: 118px;
    height: 54px;
    bottom: 86px;
  }

  .hero-cloud::before {
    width: 50px;
    height: 36px;
    top: -30px;
  }

  .hero-cloud::after {
    width: 42px;
    height: 32px;
    top: -26px;
  }

  .hero-sun {
    right: 34px;
    top: 112px;
    width: 58px;
    height: 58px;
    box-shadow: 0 0 0 12px var(--logo-yellow);
  }

  .pro-hero-grid {
    padding-top: 210px;
  }

  .console-grid {
    grid-template-columns: 1fr;
  }

  .hero-metrics {
    display: grid;
  }

  .game-header,
  .game-buttons,
  .store-badges {
    grid-template-columns: repeat(2, 1fr);
  }

  .game-header {
    display: grid;
  }

  .subpage-hero {
    margin-top: 18px;
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .phone-shell {
    left: 50%;
    transform: translateX(-50%);
  }

  .dashboard-card {
    left: 50%;
    right: auto;
    bottom: 0;
    transform: translateX(-50%);
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .platform-summary,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .rainbow-card {
    height: 240px;
  }

  .site-footer nav {
    justify-content: flex-start;
  }

  .showcase-card {
    min-height: auto;
    padding: 20px;
  }

  .app-phone {
    width: min(250px, 86vw);
    transform: none;
  }

  .five-e-track {
    grid-template-columns: 1fr;
  }
}
