:root {
  --ink: #172033;
  --muted: #5b6577;
  --paper: #fffaf0;
  --white: #ffffff;
  --line: rgba(23, 32, 51, .13);
  --blue: #2563eb;
  --teal: #0f9f8f;
  --green: #16a34a;
  --coral: #f9735b;
  --yellow: #f9c74f;
  --violet: #7c3aed;
  --shadow: 0 22px 70px rgba(23, 32, 51, .12);
  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(--ink);
  background:
    linear-gradient(135deg, rgba(37, 99, 235, .09), transparent 30%),
    linear-gradient(225deg, rgba(15, 159, 143, .11), transparent 32%),
    var(--paper);
}
a { color: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(255, 250, 240, .9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: white;
  background: linear-gradient(135deg, var(--blue), var(--teal));
  font-weight: 900;
}
.brand-mark img {
  width: 46px;
  height: 46px;
  display: block;
  border-radius: 14px;
}
.brand strong, .brand small { display: block; }
.brand small { color: var(--muted); font-size: 12px; }
.nav-links { display: flex; align-items: center; gap: 22px; font-weight: 750; }
.nav-links a { text-decoration: none; color: #2b3448; }
.menu-toggle { display: none; }

.hero {
  min-height: calc(100vh - 76px);
  display: grid;
  grid-template-columns: minmax(320px, .85fr) minmax(320px, 1fr);
  gap: clamp(28px, 6vw, 90px);
  align-items: center;
  padding: clamp(32px, 7vw, 92px) clamp(18px, 5vw, 72px);
}
.home-hero {
  min-height: calc(100vh - 76px);
  padding-top: clamp(28px, 5vw, 58px);
}
.hero-copy { max-width: 780px; }
.powered-strip {
  display: grid;
  gap: 6px;
  margin-bottom: 28px;
  padding: 16px 18px;
  border: 1px solid rgba(37, 99, 235, .18);
  border-radius: 18px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 18px 44px rgba(23, 32, 51, .08);
}
.powered-strip span {
  color: var(--teal);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.powered-strip strong {
  color: var(--ink);
  font-size: clamp(15px, 2vw, 18px);
  line-height: 1.35;
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 22px;
  font-size: clamp(44px, 7vw, 86px);
  line-height: .96;
  letter-spacing: 0;
}
h2 {
  margin-bottom: 18px;
  font-size: clamp(32px, 4.3vw, 58px);
  line-height: 1.03;
  letter-spacing: 0;
}
h3 { margin-bottom: 10px; font-size: 22px; }
.hero-text, section p, li { color: var(--muted); font-size: 18px; line-height: 1.65; }

.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-top: 30px; }
.hero-actions.center { justify-content: center; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border: 0;
  border-radius: 12px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}
.btn.primary { background: var(--blue); color: white; box-shadow: 0 12px 26px rgba(37, 99, 235, .25); }
.btn.secondary { background: white; color: var(--ink); border: 1px solid var(--line); }
.btn.success { background: var(--green); color: white; }
.text-link { color: var(--blue); font-weight: 900; text-decoration: none; }

.trust-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.trust-row span {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .65);
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.hero-art {
  min-height: 560px;
  position: relative;
  border-radius: 34px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, .94), rgba(255, 255, 255, .54)),
    linear-gradient(135deg, rgba(37, 99, 235, .18), rgba(15, 159, 143, .18));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.learning-stage {
  min-height: 600px;
  position: relative;
  overflow: hidden;
  border-radius: 36px;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 24% 20%, rgba(249, 199, 79, .42), transparent 22%),
    radial-gradient(circle at 80% 28%, rgba(15, 159, 143, .24), transparent 26%),
    linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(238, 250, 247, .76));
  box-shadow: var(--shadow);
}
.learning-stage::before {
  content: "";
  position: absolute;
  inset: 56px;
  border: 2px dashed rgba(37, 99, 235, .24);
  border-radius: 999px;
  animation: slow-spin 28s linear infinite;
}
.orbit-ring {
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  right: 46px;
  bottom: 48px;
  background: conic-gradient(from 130deg, var(--blue), var(--teal), var(--yellow), var(--coral), var(--blue));
  opacity: .18;
  animation: pulse-ring 5s ease-in-out infinite;
}
.stage-card {
  position: absolute;
  display: grid;
  gap: 8px;
  width: min(280px, 42%);
  padding: 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, .9);
  border: 1px solid rgba(23, 32, 51, .12);
  box-shadow: 0 24px 70px rgba(23, 32, 51, .13);
}
.stage-card strong { font-size: clamp(22px, 3vw, 32px); line-height: 1; }
.stage-card small { color: var(--muted); font-weight: 800; }
.stage-card-main { left: 48px; top: 66px; animation: float-card 5s ease-in-out infinite; }
.stage-card-two { right: 42px; top: 225px; animation: float-card 5.8s ease-in-out infinite reverse; }
.stage-card-three { left: 96px; bottom: 72px; animation: float-card 6.2s ease-in-out infinite; }
.stage-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: var(--blue);
  color: white;
  font-weight: 1000;
}
.stage-icon.calm { background: var(--teal); }
.stage-icon.safe { background: var(--green); }
.floating-chip {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 86px;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: #172033;
  color: white;
  font-weight: 950;
  box-shadow: 0 16px 34px rgba(23, 32, 51, .18);
}
.chip-one { left: 52%; top: 88px; animation: bob-chip 4s ease-in-out infinite; }
.chip-two { left: 38%; top: 300px; background: var(--coral); animation: bob-chip 5s ease-in-out infinite reverse; }
.chip-three { right: 78px; bottom: 88px; background: var(--violet); animation: bob-chip 4.5s ease-in-out infinite; }
@keyframes slow-spin { to { transform: rotate(360deg); } }
@keyframes pulse-ring { 0%, 100% { transform: scale(.96); opacity: .16; } 50% { transform: scale(1.05); opacity: .25; } }
@keyframes float-card { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-16px); } }
@keyframes bob-chip { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(12px); } }
.sun {
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 999px;
  background: var(--yellow);
  top: 44px;
  right: 52px;
  box-shadow: 0 0 0 22px rgba(249, 199, 79, .18);
}
.play-card {
  position: absolute;
  width: 210px;
  height: 132px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  color: white;
  font-size: 26px;
  font-weight: 950;
  box-shadow: 0 18px 45px rgba(23, 32, 51, .18);
}
.card-one { left: 48px; top: 105px; background: var(--blue); transform: rotate(-7deg); }
.card-two { right: 82px; top: 240px; background: var(--coral); transform: rotate(6deg); }
.card-three { left: 118px; bottom: 82px; background: var(--teal); transform: rotate(3deg); }
.path-dot {
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: var(--violet);
  border: 6px solid white;
}
.dot-one { left: 290px; top: 210px; }
.dot-two { left: 250px; top: 330px; background: var(--green); }
.dot-three { right: 110px; bottom: 100px; background: var(--yellow); }

section { padding: clamp(54px, 8vw, 105px) clamp(18px, 5vw, 72px); }
.mission-band {
  display: grid;
  grid-template-columns: minmax(260px, .8fr) minmax(300px, 1.2fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: start;
  background: #172033;
  color: white;
}
.mission-modern {
  background:
    linear-gradient(135deg, rgba(23, 32, 51, .96), rgba(20, 43, 78, .96)),
    #172033;
}
.animated-card {
  transition: transform .22s ease, box-shadow .22s ease;
}
.animated-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(23, 32, 51, .12);
}
.impact-quote {
  background:
    radial-gradient(circle at 20% 20%, rgba(249, 199, 79, .24), transparent 24%),
    linear-gradient(135deg, var(--teal), var(--blue));
}
.mission-band p { color: rgba(255, 255, 255, .78); }
.mission-band .eyebrow { color: var(--yellow); }

.split-section, .parent-section, .platform-row {
  display: grid;
  grid-template-columns: minmax(280px, .75fr) minmax(320px, 1.25fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}
.section-copy { position: sticky; top: 104px; }
.feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.feature-card, .parent-panel, .quote-panel, .wide-card, .form-card, .admin-card, .donation-card {
  background: rgba(255, 255, 255, .82);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: clamp(22px, 4vw, 34px);
  box-shadow: 0 12px 40px rgba(23, 32, 51, .08);
}
.feature-card span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  border-radius: 13px;
  background: rgba(37, 99, 235, .11);
  color: var(--blue);
  font-weight: 950;
}
.parent-section { background: white; }
.check-list { padding-left: 20px; margin: 22px 0 28px; }
.quote-panel {
  min-height: 360px;
  display: grid;
  align-content: center;
  background: linear-gradient(135deg, var(--teal), var(--blue));
  color: white;
}
.quote-panel blockquote { margin: 0 0 22px; font-size: clamp(28px, 4vw, 46px); line-height: 1.05; font-weight: 950; }
.quote-panel span { color: rgba(255, 255, 255, .8); font-weight: 800; }
.platform-row { grid-template-columns: 1fr 1fr; }
.wide-card.accent { background: #172033; color: white; }
.wide-card.accent p { color: rgba(255, 255, 255, .76); }
.cta-section { text-align: center; background: rgba(37, 99, 235, .08); }
.cta-section h2 { max-width: 900px; margin-left: auto; margin-right: auto; }

.page-hero {
  padding: clamp(44px, 7vw, 88px) clamp(18px, 5vw, 72px) clamp(24px, 4vw, 44px);
  text-align: center;
}
.page-hero p { max-width: 780px; margin-left: auto; margin-right: auto; }
.portal-grid, .admin-grid, .donation-grid {
  display: grid;
  grid-template-columns: minmax(310px, .85fr) minmax(320px, 1.15fr);
  gap: 24px;
  align-items: start;
}
label { display: block; margin: 16px 0 7px; color: #30394d; font-weight: 850; }
input, select, textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: white;
  color: var(--ink);
  font: inherit;
}
textarea { min-height: 112px; resize: vertical; }
.fine-print, .status-note { color: var(--muted); font-size: 14px; line-height: 1.55; }
.status-note {
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(37, 99, 235, .08);
}
.warning-note {
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(249, 199, 79, .2);
  color: #6b4e00;
  font-size: 14px;
  line-height: 1.55;
}
.otp-box { display: none; margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line); }
.otp-box.show { display: block; }
.kid-card {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 16px;
  margin-top: 12px;
  border-radius: 16px;
  background: rgba(15, 159, 143, .09);
  border: 1px solid rgba(15, 159, 143, .22);
}
.record-table { width: 100%; border-collapse: collapse; overflow: hidden; border-radius: 16px; }
.record-table th, .record-table td { padding: 13px 12px; border-bottom: 1px solid var(--line); text-align: left; font-size: 14px; }
.record-table th { background: rgba(23, 32, 51, .06); color: #30394d; }
.record-table td { color: var(--muted); }
.admin-tools {
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(280px, 1.2fr);
  gap: 18px;
  margin-top: 22px;
}
.game-draft-list {
  display: grid;
  gap: 12px;
}
.game-draft {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, .7);
}
.game-draft strong { display: block; }
.game-draft span { display: block; color: var(--muted); font-size: 13px; margin-top: 4px; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 18px; }
.metric { padding: 18px; border-radius: 16px; background: rgba(255, 255, 255, .82); border: 1px solid var(--line); }
.metric strong { display: block; font-size: 28px; }
.donation-card .amounts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 16px 0; }
.amounts button { min-height: 48px; border: 1px solid var(--line); border-radius: 12px; background: white; font-weight: 900; cursor: pointer; }
.impact-list { display: grid; gap: 12px; }
.impact-list div { padding: 16px; border-radius: 16px; background: rgba(255, 255, 255, .8); border: 1px solid var(--line); }
.donation-hero, .thank-you-hero {
  background:
    radial-gradient(circle at 20% 0%, rgba(249, 199, 79, .24), transparent 26%),
    radial-gradient(circle at 80% 10%, rgba(15, 159, 143, .18), transparent 30%);
}
.donation-checkout {
  position: relative;
  overflow: hidden;
}
.donation-checkout::after {
  content: "";
  position: absolute;
  right: -90px;
  top: -90px;
  width: 210px;
  height: 210px;
  border-radius: 999px;
  background: rgba(37, 99, 235, .08);
}
.donation-checkout > * { position: relative; z-index: 1; }
.proof-section {
  padding-top: 24px;
}
.proof-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 24px;
}
.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.proof-card {
  background: rgba(255, 255, 255, .84);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 18px;
  box-shadow: 0 12px 40px rgba(23, 32, 51, .08);
}
.proof-card h2 {
  font-size: clamp(24px, 3vw, 34px);
}
.proof-image {
  min-height: 220px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 18px;
  border: 1px dashed rgba(23, 32, 51, .22);
  color: var(--muted);
  font-weight: 900;
}
.placeholder-proof {
  background:
    linear-gradient(135deg, rgba(37, 99, 235, .10), rgba(15, 159, 143, .12)),
    white;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 34px clamp(18px, 5vw, 72px);
  background: #101827;
  color: white;
}
.site-footer p { margin: 6px 0 0; color: rgba(255, 255, 255, .68); font-size: 14px; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 18px; }
.site-footer a { color: white; text-decoration: none; font-weight: 800; }

@media (max-width: 920px) {
  .menu-toggle { display: inline-flex; border: 1px solid var(--line); background: white; border-radius: 10px; padding: 10px 12px; font-weight: 900; }
  .nav-links { display: none; position: absolute; top: 76px; left: 16px; right: 16px; padding: 18px; border-radius: 18px; background: white; box-shadow: var(--shadow); }
  .nav-links.open { display: grid; gap: 14px; }
  .hero, .mission-band, .split-section, .parent-section, .platform-row, .portal-grid, .admin-grid, .donation-grid { grid-template-columns: 1fr; }
  .proof-grid, .proof-summary { grid-template-columns: 1fr; }
  .admin-tools { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-art { min-height: 420px; order: 2; }
  .learning-stage { min-height: 500px; order: 2; }
  .section-copy { position: static; }
  .feature-grid { grid-template-columns: 1fr; }
  .platform-row { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .site-header { align-items: flex-start; }
  .brand small { display: none; }
  .hero-art { min-height: 340px; }
  .learning-stage { min-height: 420px; }
  .stage-card { width: 70%; padding: 18px; }
  .stage-card-main { left: 22px; top: 42px; }
  .stage-card-two { right: 18px; top: 184px; }
  .stage-card-three { left: 38px; bottom: 42px; }
  .floating-chip { display: none; }
  .play-card { width: 150px; height: 96px; font-size: 20px; }
  .card-two { right: 28px; }
  .card-three { left: 38px; }
  .metric-row, .donation-card .amounts { grid-template-columns: 1fr; }
  .site-footer { display: grid; }
}

/* 2026 home rebuild */
.home-page {
  background: #f7fbff;
}
.home-header {
  background: rgba(255, 255, 255, .94);
}
.home-brand .brand-mark {
  background: white;
}
.home-brand strong {
  font-size: 27px;
  line-height: .95;
}
.home-brand small {
  color: var(--teal);
  font-weight: 900;
}
.home-nav {
  gap: 18px;
  font-size: 14px;
  font-weight: 900;
}
.nav-pill {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  border-radius: 999px;
  color: white !important;
  background: linear-gradient(135deg, var(--violet), #4f46e5);
  box-shadow: 0 14px 30px rgba(124, 58, 237, .22);
}
.home-landing {
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(420px, 1.1fr);
  gap: 34px;
  align-items: stretch;
  padding: clamp(28px, 5vw, 62px) clamp(18px, 5vw, 72px) 30px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .98) 0 42%, rgba(255, 255, 255, .72)),
    radial-gradient(circle at 88% 18%, rgba(15, 159, 143, .18), transparent 26rem);
}
.landing-copy {
  align-self: center;
  max-width: 620px;
}
.landing-copy h1 {
  color: #10204a;
  font-size: clamp(44px, 6.4vw, 78px);
}
.landing-copy h1::first-line {
  color: #173a8f;
}
.landing-copy p {
  color: #20304c;
  font-weight: 650;
}
.support-note {
  display: grid;
  gap: 6px;
  margin-top: 18px;
  padding: 18px;
  border-radius: 18px;
  color: #4c1d95;
  background: #f3edff;
  border: 1px solid rgba(124, 58, 237, .18);
}
.support-note strong {
  color: #5b21b6;
}
.support-note span {
  color: #3f2f63;
  line-height: 1.55;
  font-weight: 750;
}
.donate-btn {
  color: white;
  background: linear-gradient(135deg, var(--violet), var(--teal));
  box-shadow: 0 12px 26px rgba(124, 58, 237, .22);
}
.landing-visual {
  position: relative;
  min-height: 500px;
  border-radius: 0 0 0 80px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(23, 32, 51, .13);
}
.landing-visual img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  display: block;
  object-fit: cover;
}
.parent-quote {
  position: absolute;
  right: 24px;
  bottom: 34px;
  width: min(270px, calc(100% - 48px));
  padding: 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 42px rgba(23, 32, 51, .16);
}
.parent-quote span {
  color: var(--teal);
  font-weight: 950;
  text-transform: uppercase;
  font-size: 12px;
}
.parent-quote strong {
  display: block;
  margin-top: 8px;
  font-size: 21px;
  line-height: 1.15;
}
.center-text {
  text-align: center;
}
.app-includes {
  padding-top: 24px;
  background: #ecfbff;
}
.include-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}
.include-grid article {
  min-height: 210px;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 12px;
  text-align: center;
  padding: 22px 16px;
  border-radius: 18px;
  background: white;
  border: 1px solid rgba(23, 32, 51, .12);
  box-shadow: 0 10px 28px rgba(23, 32, 51, .06);
}
.include-grid h3 {
  margin-bottom: 0;
  color: #12204a;
  font-size: 18px;
}
.include-grid p {
  font-size: 14px;
  line-height: 1.45;
}
.include-icon {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  color: white;
  font-size: 13px;
  font-weight: 1000;
}
.include-icon.teal { background: #14b8a6; }
.include-icon.purple { background: #8b5cf6; }
.include-icon.orange { background: #f59e0b; }
.include-icon.yellow { background: #facc15; color: #3b2f02; }
.include-icon.green { background: #22c55e; }
.include-icon.blue { background: #2563eb; }
.app-preview-band {
  display: grid;
  grid-template-columns: minmax(250px, .42fr) minmax(420px, 1fr);
  gap: 28px;
  align-items: center;
  background: linear-gradient(90deg, #dbfbf5, #f7fbff);
}
.access-copy h2 {
  font-size: clamp(28px, 3.4vw, 44px);
}
.device-preview {
  padding: 24px;
  border: 14px solid #101827;
  border-radius: 38px;
  background: #f8fbff;
  box-shadow: 0 28px 70px rgba(23, 32, 51, .18);
}
.quick-talk-row {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 10px;
}
.quick-talk-row button {
  min-height: 86px;
  border: 1px solid rgba(23, 32, 51, .14);
  border-radius: 14px;
  background: white;
  color: #15213f;
  font-weight: 950;
}
.preview-panels {
  display: grid;
  grid-template-columns: 1.1fr 1fr .8fr;
  gap: 12px;
  margin-top: 16px;
}
.preview-panels article {
  padding: 16px;
  border-radius: 16px;
  background: white;
  border: 1px solid rgba(23, 32, 51, .12);
}
.preview-panels span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}
.preview-panels strong {
  display: block;
  margin: 8px 0 12px;
  line-height: 1.35;
}
.preview-panels a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 12px;
  border-radius: 10px;
  color: white;
  background: var(--teal);
  text-decoration: none;
  font-weight: 900;
}
.mini-progress {
  height: 12px;
  border-radius: 999px;
  background: #dbe4ef;
  overflow: hidden;
}
.mini-progress i {
  display: block;
  width: 38%;
  height: 100%;
  background: linear-gradient(90deg, var(--yellow), var(--green));
}
.games-library-preview {
  background: white;
}
.section-title {
  max-width: 860px;
  margin: 0 auto 24px;
  text-align: center;
}
.section-title h2 {
  font-size: clamp(34px, 4.6vw, 58px);
}
.game-column-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}
.game-column {
  display: grid;
  gap: 10px;
  padding: 14px;
  border-radius: 20px;
  border: 1px solid rgba(23, 32, 51, .1);
}
.game-column h3 {
  font-size: 18px;
  margin: 4px 0 8px;
}
.game-column div {
  min-height: 126px;
  display: grid;
  gap: 5px;
  padding: 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .8);
}
.game-column strong,
.game-column span {
  display: block;
}
.game-column span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 750;
}
.game-column a {
  align-self: end;
  justify-self: end;
  min-width: 70px;
  min-height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: white;
  color: var(--blue);
  text-decoration: none;
  font-weight: 950;
}
.blue-soft { background: #eaf4ff; }
.green-soft { background: #eafaf0; }
.purple-soft { background: #f3edff; }
.orange-soft { background: #fff3df; }
.teal-soft { background: #e8fbfb; }
.learning-support-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 18px;
  background: #f7fbff;
}
.how-card, .reward-home-card, .tip-home-card {
  padding: 28px;
  border: 1px solid rgba(23, 32, 51, .1);
  border-radius: 22px;
  background: white;
  box-shadow: 0 12px 34px rgba(23, 32, 51, .06);
}
.steps-row {
  display: flex;
  gap: 18px;
  margin: 20px 0;
}
.steps-row span {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: white;
  background: var(--teal);
  font-size: 24px;
  font-weight: 1000;
}
.mini-copy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.mini-copy-grid p {
  font-size: 14px;
  line-height: 1.35;
}
.mini-copy-grid strong {
  display: block;
  color: var(--ink);
}
.star-row {
  display: flex;
  gap: 8px;
  margin: 18px 0;
}
.star-row span,
.star-row i {
  width: 36px;
  height: 36px;
  clip-path: polygon(50% 0, 61% 34%, 97% 35%, 68% 56%, 79% 91%, 50% 70%, 21% 91%, 32% 56%, 3% 35%, 39% 34%);
  background: var(--yellow);
}
.star-row i {
  background: #cbd5e1;
}
.giveback-section {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(280px, .75fr);
  gap: 28px;
  align-items: stretch;
  background:
    linear-gradient(90deg, rgba(255, 250, 240, .92), rgba(255, 255, 255, .9)),
    radial-gradient(circle at 40% 20%, rgba(249, 199, 79, .28), transparent 24rem);
}
.giveback-copy,
.giveback-panel {
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(23, 32, 51, .12);
  border-radius: 28px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 16px 46px rgba(23, 32, 51, .08);
}
.giveback-panel {
  background: #fff7e6;
}
.giveback-panel ul {
  display: grid;
  gap: 14px;
  padding-left: 20px;
}
.donation-tracker-home {
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(400px, 1.1fr);
  gap: 18px;
  background: #ffffff;
}
.tracker-card,
.tier-card {
  border: 1px solid rgba(23, 32, 51, .12);
  border-radius: 22px;
  background: white;
  box-shadow: 0 14px 38px rgba(23, 32, 51, .07);
}
.tracker-card {
  padding: clamp(24px, 4vw, 38px);
}
.goal-line strong {
  display: block;
  color: var(--teal);
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1;
}
.goal-line span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-weight: 900;
}
.goal-meter {
  height: 22px;
  margin: 22px 0 12px;
  border-radius: 999px;
  background: #d9e8ee;
  overflow: hidden;
}
.goal-meter i {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--teal), var(--green));
}
.donation-tier-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}
.tier-card {
  min-height: 220px;
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 10px;
  padding: 18px 12px;
  text-align: center;
  text-decoration: none;
}
.tier-card strong {
  color: var(--violet);
  font-size: 30px;
}
.tier-card span {
  color: #10204a;
  font-weight: 950;
}
.tier-card small {
  color: var(--muted);
  font-weight: 750;
  line-height: 1.4;
}
.impact-icons {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #f7fbff;
  text-align: center;
}
.impact-icons h2 {
  font-size: clamp(26px, 3vw, 40px);
}
.impact-icons div {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}
.impact-icons span {
  min-height: 86px;
  display: grid;
  place-items: center;
  padding: 16px;
  border-radius: 18px;
  background: white;
  color: #20304c;
  font-weight: 900;
  border: 1px solid rgba(23, 32, 51, .1);
}
.updates-band {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(320px, .9fr);
  gap: 24px;
  align-items: center;
  background: linear-gradient(135deg, #f3edff, #e8fbfb);
}
.updates-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(23, 32, 51, .12);
}
.home-support-bar {
  position: sticky;
  bottom: 0;
  z-index: 25;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  padding: 14px clamp(18px, 5vw, 72px);
  color: white;
  background: linear-gradient(90deg, #0f766e, #0f9f8f);
  box-shadow: 0 -10px 30px rgba(23, 32, 51, .14);
}
.home-support-bar a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  border-radius: 999px;
  color: #10204a;
  background: var(--yellow);
  text-decoration: none;
  font-weight: 1000;
}

@media (max-width: 1180px) {
  .include-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .game-column-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .donation-tracker-home, .app-preview-band, .giveback-section, .updates-band { grid-template-columns: 1fr; }
  .donation-tier-grid, .impact-icons div { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .home-landing { grid-template-columns: 1fr; }
  .landing-visual, .landing-visual img { min-height: 360px; }
  .include-grid, .game-column-grid, .learning-support-row, .donation-tier-grid, .impact-icons div, .updates-form { grid-template-columns: 1fr; }
  .device-preview { border-width: 8px; border-radius: 26px; padding: 14px; }
  .quick-talk-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .preview-panels { grid-template-columns: 1fr; }
  .mini-copy-grid { grid-template-columns: 1fr; }
  .home-support-bar { display: grid; text-align: center; }
}
