.wow-page {
  --wow-red: #ed1c24;
  --wow-blue: #8cc9eb;
  --wow-blue-dark: #196f9f;
  --wow-yellow: #ffd64a;
  --wow-green: #55b981;
  --wow-ink: #172234;
  color: var(--wow-ink);
  overflow: hidden;
}

.wow-page h1,
.wow-page h2,
.wow-page h3,
.wow-page p { margin-top: 0; }

.wow-hero {
  position: relative;
  min-height: 700px;
  padding: 104px 0 105px;
  overflow: hidden;
  background:
    radial-gradient(circle at 13% 17%, rgba(255, 214, 74, .42), transparent 24%),
    linear-gradient(135deg, #f6fcff 0%, #ddf2fe 54%, #a9daf4 100%);
}

.wow-hero::after {
  position: absolute;
  right: -4%;
  bottom: -65px;
  left: -4%;
  height: 120px;
  border-radius: 50% 50% 0 0;
  background: #fff;
  content: "";
}

.wow-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 48px;
  align-items: center;
}

.wow-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 17px;
  color: var(--wow-red);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.wow-kicker::before {
  width: 24px;
  height: 4px;
  border-radius: 99px;
  background: currentColor;
  content: "";
}

.wow-hero-logo {
  display: block;
  width: min(250px, 62%);
  height: auto;
  margin: -20px 0 -4px;
  object-fit: contain;
}

.wow-hero h1,
.wow-section-heading h2,
.wow-character-copy h2,
.wow-classroom-copy h2,
.wow-cta h2 {
  color: var(--wow-ink);
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  letter-spacing: -.04em;
}

.wow-hero h1 {
  max-width: 650px;
  margin-bottom: 22px;
  font-size: clamp(2.8rem, 5vw, 4.75rem);
  line-height: .99;
}

.wow-hero-copy > p:not(.wow-hero-note) {
  max-width: 600px;
  margin-bottom: 28px;
  color: #42546a;
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  line-height: 1.72;
}

.wow-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.wow-btn-red { border-color: var(--wow-red); background: var(--wow-red); color: #fff; box-shadow: 0 12px 30px rgba(237, 28, 36, .22); }
.wow-btn-light { border-color: rgba(23, 34, 52, .15); background: rgba(255,255,255,.78); color: var(--wow-ink); backdrop-filter: blur(8px); }
.wow-hero-note { margin: 18px 0 0; color: #637388; font-size: .82rem; }

.wow-hero-visual { position: relative; min-height: 525px; }
.wow-hero-photo {
  position: absolute;
  right: 28px;
  bottom: 0;
  width: min(460px, 84%);
  aspect-ratio: 1;
  overflow: hidden;
  border: 9px solid rgba(255,255,255,.75);
  border-radius: 48% 52% 44% 56% / 52% 43% 57% 48%;
  background: #fff;
  box-shadow: 0 30px 70px rgba(25,111,159,.2);
}
.wow-hero-photo img { width: 100%; height: 100%; object-fit: contain; object-position: center bottom; }
.wow-hero-steve,
.wow-hero-maggie { position: absolute; z-index: 3; height: auto; filter: drop-shadow(0 14px 10px rgba(23,34,52,.15)); }
.wow-hero-steve { right: -5px; bottom: 10px; width: 116px; }
.wow-hero-maggie { top: 42px; left: -2px; width: 100px; transform: rotate(-8deg); }

.wow-speech-card {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 8px;
  display: grid;
  min-width: 180px;
  padding: 15px 19px;
  border: 3px solid var(--wow-ink);
  border-radius: 24px 24px 24px 5px;
  background: var(--wow-yellow);
  box-shadow: 7px 7px 0 var(--wow-ink);
  transform: rotate(3deg);
}
.wow-speech-card span { font-family: "Outfit", sans-serif; font-size: 1.5rem; font-weight: 800; }
.wow-speech-card small { font-weight: 700; }

.wow-proof { position: relative; z-index: 3; padding: 20px 0 34px; background: #fff; }
.wow-proof-grid { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid #e6edf2; border-radius: 22px; box-shadow: 0 16px 38px rgba(23,34,52,.06); }
.wow-proof-grid > div { display: grid; gap: 3px; padding: 20px 26px; }
.wow-proof-grid > div + div { border-left: 1px solid #e6edf2; }
.wow-proof-grid strong { font-size: .98rem; }
.wow-proof-grid span { color: #718094; font-size: .83rem; }

.wow-section-heading { max-width: 800px; margin: 0 auto 46px; text-align: center; }
.wow-section-heading h2,
.wow-character-copy h2,
.wow-classroom-copy h2,
.wow-cta h2 { margin-bottom: 17px; font-size: clamp(2.1rem,4vw,3.35rem); line-height: 1.06; }
.wow-section-heading p,
.wow-character-copy > p,
.wow-classroom-copy > p { color: #647489; font-size: 1.02rem; line-height: 1.74; }

.wow-method { background: #fffdf7; }
.wow-method-layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: 48px; align-items: center; }
.wow-material-visual { position: relative; display: grid; min-height: 500px; place-items: center; border-radius: 38px; background: linear-gradient(145deg,#dff3ff,#9fd5f2); }
.wow-material-visual::before { position: absolute; inset: 24px; border-radius: 28px; background-image: radial-gradient(rgba(25,111,159,.24) 1.5px,transparent 1.5px); background-size: 18px 18px; content: ""; }
.wow-material-visual img { position: relative; z-index: 2; width: 106%; height: auto; transform: translateX(-2%); filter: drop-shadow(0 28px 20px rgba(23,34,52,.19)); }
.wow-material-label { position: absolute; z-index: 3; right: 22px; bottom: 20px; left: 22px; padding: 13px 18px; border-radius: 15px; background: rgba(255,255,255,.91); color: #42546a; font-size: .82rem; font-weight: 800; text-align: center; backdrop-filter: blur(8px); }

.wow-pillars { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.wow-pillar { min-height: 224px; padding: 25px; border: 1px solid rgba(23,34,52,.08); border-radius: 24px; background: #fff; box-shadow: 0 14px 36px rgba(23,34,52,.06); }
.wow-pillar-number { display: grid; width: 42px; height: 42px; margin-bottom: 32px; place-items: center; border-radius: 14px; font-family: "Outfit",sans-serif; font-size: .85rem; font-weight: 800; }
.wow-pillar h3 { margin-bottom: 9px; font-size: 1.06rem; line-height: 1.25; }
.wow-pillar p { margin-bottom: 0; color: #6b7a8d; font-size: .87rem; line-height: 1.58; }
.wow-pillar:nth-child(1) .wow-pillar-number { background:#fff3bd; color:#8e6a00; }
.wow-pillar:nth-child(2) .wow-pillar-number { background:#dff3ff; color:#196f9f; }
.wow-pillar:nth-child(3) .wow-pillar-number { background:#ffe1e2; color:#ba161d; }
.wow-pillar:nth-child(4) .wow-pillar-number { background:#dff4e8; color:#2f7d53; }
.wow-official-link { display:flex; width:fit-content; align-items:center; gap:9px; margin:36px auto 0; color:var(--wow-blue-dark); font-size:.9rem; font-weight:800; }

.wow-cycle { background: radial-gradient(circle at 80% 18%,rgba(255,214,74,.18),transparent 18%),var(--wow-ink); }
.wow-section-heading-light h2,
.wow-section-heading-light p { color:#fff; }
.wow-kicker-light { color:var(--wow-yellow); }
.wow-cycle-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.wow-cycle-grid article { position:relative; padding:25px 21px; border:1px solid rgba(255,255,255,.14); border-radius:23px; background:rgba(255,255,255,.07); }
.wow-cycle-grid article:not(:last-child)::after { position:absolute; z-index:3; top:42px; right:-14px; width:28px; height:28px; border-radius:50%; background:var(--wow-red); color:#fff; content:"→"; font-weight:800; line-height:28px; text-align:center; }
.wow-cycle-icon { display:grid; width:58px; height:58px; margin-bottom:22px; place-items:center; border-radius:18px; background:#fff; font-size:1.5rem; }
.wow-cycle-grid strong { display:block; margin-bottom:7px; color:#fff; font-family:"Outfit",sans-serif; font-size:1.23rem; }
.wow-cycle-grid p { margin-bottom:0; color:#bdc7d4; font-size:.87rem; line-height:1.56; }

.wow-characters-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:68px; align-items:center; }
.wow-character-scene { position:relative; min-height:475px; overflow:hidden; border-radius:40px; background:radial-gradient(circle at 50% 48%,rgba(255,255,255,.95) 0 20%,transparent 21%),linear-gradient(145deg,#fff3bd,#ffd64a); }
.wow-character-steve { position:absolute; bottom:20px; left:18%; width:170px; height:auto; filter:drop-shadow(0 20px 16px rgba(23,34,52,.18)); }
.wow-character-maggie { position:absolute; top:32px; right:8%; width:145px; height:auto; transform:rotate(8deg); filter:drop-shadow(0 18px 14px rgba(23,34,52,.15)); }
.wow-character-bubble { position:absolute; top:48px; left:36px; padding:14px 21px; border:3px solid var(--wow-ink); border-radius:22px 22px 5px; background:#fff; box-shadow:6px 6px 0 var(--wow-ink); font-family:"Outfit",sans-serif; font-size:1.55rem; font-weight:800; transform:rotate(-5deg); }
.wow-character-notes { display:grid; gap:12px; margin-top:28px; }
.wow-character-notes span { padding:15px 18px; border-left:5px solid var(--wow-red); border-radius:0 12px 12px 0; background:#f7f9fb; color:#42546a; font-size:.91rem; font-weight:700; }
.wow-character-notes span + span { border-left-color:var(--wow-blue-dark); }

.wow-stages { background:#f5faff; }
.wow-stage-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:24px; max-width:960px; margin:0 auto; }
.wow-stage-card { position:relative; min-height:350px; overflow:hidden; padding:36px; border-radius:30px; }
.wow-stage-card::after { position:absolute; right:-45px; bottom:-55px; width:180px; height:180px; border:32px solid rgba(255,255,255,.34); border-radius:50%; content:""; }
.wow-stage-early { background:linear-gradient(145deg,#ffe0e1,#ffc4c6); }
.wow-stage-primary { background:linear-gradient(145deg,#c9ebfd,#9dd7f4); }
.wow-stage-age { display:inline-flex; margin-bottom:50px; padding:8px 14px; border-radius:99px; background:rgba(255,255,255,.78); font-size:.8rem; font-weight:800; }
.wow-stage-card h3 { margin-bottom:12px; font-family:"Outfit",sans-serif; font-size:1.62rem; }
.wow-stage-card p,
.wow-stage-card li { color:#415166; font-size:.91rem; line-height:1.6; }
.wow-stage-card ul { display:grid; gap:7px; margin:17px 0 0; padding-left:20px; }
.wow-stage-note { margin:26px auto 0; color:#6d7b8e; font-size:.88rem; text-align:center; }

.wow-classroom-grid { display:grid; grid-template-columns:.82fr 1.18fr; gap:68px; align-items:start; }
.wow-classroom-list { display:grid; grid-template-columns:repeat(2,1fr); gap:14px; }
.wow-classroom-list article { display:flex; gap:14px; min-height:154px; padding:21px; border:1px solid #e6edf2; border-radius:20px; background:#fbfcfd; }
.wow-classroom-list article > span { display:grid; flex:0 0 42px; width:42px; height:42px; place-items:center; border-radius:13px; background:#e1f3fd; color:var(--wow-blue-dark); font-size:1.1rem; font-weight:800; }
.wow-classroom-list strong { display:block; margin:5px 0 7px; }
.wow-classroom-list p { margin-bottom:0; color:#6c7a8c; font-size:.84rem; line-height:1.5; }

.wow-cta { padding-top:28px; background:#fff; }
.wow-cta-card { display:grid; min-height:355px; overflow:hidden; grid-template-columns:240px 1fr; gap:45px; align-items:center; padding:42px 68px 42px 34px; border-radius:38px; background:radial-gradient(circle at 92% 15%,rgba(255,214,74,.25),transparent 22%),var(--wow-red); color:#fff; }
.wow-cta-card > img { width:195px; height:auto; justify-self:center; filter:drop-shadow(0 22px 12px rgba(85,0,4,.2)); }
.wow-cta h2,
.wow-cta p { color:#fff; }
.wow-cta p { max-width:650px; margin-bottom:23px; color:rgba(255,255,255,.85); line-height:1.7; }
.wow-btn-white { border-color:#fff; background:#fff; color:var(--wow-red); }

@media (max-width: 900px) {
  .wow-hero-grid,
  .wow-method-layout,
  .wow-characters-grid,
  .wow-classroom-grid { grid-template-columns:1fr; }
  .wow-hero-copy { text-align:center; }
  .wow-kicker { justify-content:center; }
  .wow-hero-logo { margin-right:auto; margin-left:auto; }
  .wow-hero-copy > p:not(.wow-hero-note) { margin-right:auto; margin-left:auto; }
  .wow-hero-actions { justify-content:center; }
  .wow-hero-visual { max-width:560px; width:100%; min-height:500px; margin:10px auto 0; }
  .wow-proof-grid { grid-template-columns:1fr; }
  .wow-proof-grid > div { text-align:center; }
  .wow-proof-grid > div + div { border-top:1px solid #e6edf2; border-left:0; }
  .wow-cycle-grid { grid-template-columns:repeat(2,1fr); }
  .wow-cycle-grid article:nth-child(2)::after { display:none; }
  .wow-character-scene { max-width:600px; width:100%; margin:0 auto; }
  .wow-character-copy { text-align:center; }
  .wow-character-notes { text-align:left; }
}

@media (max-width: 620px) {
  .wow-hero { min-height:auto; padding:112px 0 100px; }
  .wow-hero-logo { width:210px; margin:0 auto 8px; }
  .wow-hero h1 { font-size:clamp(2.45rem,12vw,3.45rem); }
  .wow-hero-actions .btn { width:100%; }
  .wow-hero-visual { min-height:400px; }
  .wow-hero-photo { right:6%; width:88%; border-width:7px; }
  .wow-hero-steve { right:-8px; width:86px; }
  .wow-hero-maggie { top:58px; left:-8px; width:72px; }
  .wow-speech-card { right:4px; min-width:150px; padding:12px 15px; }
  .wow-speech-card span { font-size:1.23rem; }
  .wow-section-heading { margin-bottom:34px; }
  .wow-material-visual { min-height:340px; border-radius:26px; }
  .wow-pillars,
  .wow-cycle-grid,
  .wow-stage-grid,
  .wow-classroom-list { grid-template-columns:1fr; }
  .wow-pillar { min-height:auto; }
  .wow-pillar-number { margin-bottom:21px; }
  .wow-cycle-grid article::after { display:none; }
  .wow-character-scene { min-height:385px; }
  .wow-character-steve { left:14%; width:135px; }
  .wow-character-maggie { width:110px; }
  .wow-stage-card { min-height:auto; padding:28px; }
  .wow-stage-age { margin-bottom:36px; }
  .wow-cta-card { min-height:auto; grid-template-columns:1fr; gap:18px; padding:32px 25px; text-align:center; }
  .wow-cta-card > img { width:128px; }
}
