@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@500;600;700;800&family=Nunito:wght@400;600;700;800&display=swap');

:root {
  --sky: #32b9f3;
  --sky-dark: #0784d4;
  --navy: #102c72;
  --pink: #f73891;
  --yellow: #ffc51c;
  --purple: #9d55eb;
  --coral: #ff6b70;
  --ink: #18315f;
  --muted: #607094;
  --cloud: #f7fcff;
  --white: #fff;
  --shadow: 0 18px 50px rgba(18, 67, 126, .14);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: #fff; font-family: "Nunito", sans-serif; font-size: 1rem; line-height: 1.65; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; top: 8px; left: 8px; transform: translateY(-150%); background: var(--navy); color: #fff; padding: 10px 16px; border-radius: 10px; z-index: 999; }
.skip-link:focus { transform: translateY(0); }

.site-header { height: 82px; position: fixed; inset: 0 0 auto; z-index: 100; display: grid; grid-template-columns: 190px 1fr auto; align-items: center; gap: 24px; padding: 0 max(24px, calc((100vw - 1180px) / 2)); background: rgba(255,255,255,.86); border-bottom: 1px solid rgba(255,255,255,.8); backdrop-filter: blur(18px); box-shadow: 0 5px 30px rgba(13,75,142,.06); transition: .25s ease; }
.site-header.scrolled { height: 70px; box-shadow: 0 8px 30px rgba(13,75,142,.12); }
.brand { width: 108px; align-self: start; margin-top: 7px; filter: drop-shadow(0 5px 7px rgba(13,59,155,.12)); }
.brand img, .hero-visual img, .cta-content img, .footer-brand img { width: 100%; height: auto; object-fit: contain; aspect-ratio: 1 / 1; }
.desktop-nav { display: flex; justify-content: center; gap: 32px; font-family: "Baloo 2"; font-weight: 700; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -3px; height: 3px; border-radius: 3px; background: var(--pink); transition: .2s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 12px 22px; border: 0; border-radius: 999px; font-family: "Baloo 2"; font-size: 1rem; line-height: 1.1; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, summary:focus-visible, button:focus-visible { outline: 4px solid rgba(255,197,28,.7); outline-offset: 3px; }
.button-small { min-height: 44px; padding: 10px 18px; color: #fff; background: var(--pink); box-shadow: 0 8px 20px rgba(247,56,145,.25); }
.button-primary { color: #fff; background: linear-gradient(135deg, #fb3f94, #e8227c); box-shadow: 0 12px 26px rgba(229,36,122,.27); }
.button-white { color: var(--navy); background: #fff; box-shadow: 0 12px 32px rgba(9,63,135,.22); white-space: nowrap; }
.play { width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; background: #fff; color: var(--pink); font-size: .75rem; padding-left: 2px; }
.menu-button, .mobile-nav { display: none; }

.hero { min-height: 760px; position: relative; isolation: isolate; display: grid; grid-template-columns: 1fr .92fr; align-items: center; gap: 30px; padding: 146px max(24px, calc((100vw - 1180px) / 2)) 90px; background: linear-gradient(150deg, #eafbff 0%, #fef9ff 54%, #fff 100%); overflow: hidden; }
.hero::before, .hero::after { content: ""; position: absolute; z-index: -1; border-radius: 50%; filter: blur(1px); }
.hero::before { width: 560px; height: 560px; right: -150px; top: 40px; background: radial-gradient(circle, rgba(50,185,243,.29), rgba(50,185,243,0) 68%); }
.hero::after { width: 500px; height: 140px; left: -90px; bottom: -70px; background: #fff; box-shadow: 130px -20px 0 30px #fff, 300px 10px 0 18px #fff, 470px -15px 0 38px #fff, 650px 8px 0 18px #fff, 850px -20px 0 42px #fff, 1050px 4px 0 25px #fff; }
.hero-sky { position: absolute; inset: 0; z-index: -2; background-image: radial-gradient(circle at 14% 27%, rgba(255,255,255,.9) 0 4px, transparent 5px), radial-gradient(circle at 35% 18%, rgba(157,85,235,.18) 0 6px, transparent 7px), radial-gradient(circle at 77% 24%, rgba(255,197,28,.3) 0 7px, transparent 8px); background-size: auto; }
.hero-copy { max-width: 625px; }
.eyebrow { margin: 0 0 12px; color: var(--sky-dark); font-family: "Baloo 2"; font-weight: 800; font-size: .97rem; letter-spacing: .04em; text-transform: uppercase; }
.eyebrow.coral { color: var(--coral); }
h1, h2, h3 { font-family: "Baloo 2"; margin-top: 0; color: var(--navy); letter-spacing: -.025em; }
h1 { max-width: 720px; margin-bottom: 20px; font-size: clamp(3.3rem, 5.8vw, 5.5rem); line-height: .93; font-weight: 800; }
h2 { margin-bottom: 20px; font-size: clamp(2.2rem, 4vw, 3.5rem); line-height: 1.02; font-weight: 800; }
h3 { font-size: 1.45rem; line-height: 1.12; }
.hero-lead { max-width: 595px; margin: 0 0 28px; color: #475d86; font-size: 1.2rem; line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.text-link { color: var(--navy); font-family: "Baloo 2"; font-weight: 800; border-bottom: 2px solid #8ddaf8; }
.hero-points { display: flex; gap: 22px; padding: 0; margin: 30px 0 0; list-style: none; color: var(--navy); font-weight: 800; }
.hero-points span { color: var(--pink); margin-right: 6px; }
.hero-visual { position: relative; min-height: 520px; display: grid; place-items: center; }
.hero-visual img { width: min(100%, 570px); position: relative; z-index: 2; filter: drop-shadow(0 25px 28px rgba(5,67,160,.22)); animation: float 5s ease-in-out infinite; }
.logo-glow { position: absolute; width: 100%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.96) 0 34%, rgba(111,211,251,.35) 49%, rgba(111,211,251,0) 69%); }
.orbit { position: absolute; z-index: 3; animation: bob 3.5s ease-in-out infinite; }
.orbit-one { top: 12%; right: 5%; color: var(--yellow); font-size: 3rem; transform: rotate(12deg); }
.orbit-two { bottom: 17%; right: 8%; color: var(--pink); font-size: 2.2rem; animation-delay: -.7s; }
.orbit-three { top: 20%; left: 4%; color: var(--purple); font-size: 2.8rem; animation-delay: -1.3s; }
.floating { position: absolute; z-index: 1; }
.star-one { top: 19%; left: 4%; color: var(--yellow); font-size: 2rem; animation: spinSlow 12s linear infinite; }
.dot-one { width: 16px; height: 16px; top: 28%; left: 47%; border-radius: 50%; background: var(--pink); }
.scroll-cue { position: absolute; z-index: 4; bottom: 28px; left: 50%; width: 24px; height: 38px; border: 2px solid #8ba7c8; border-radius: 16px; opacity: .75; }
.scroll-cue span { position: absolute; width: 4px; height: 7px; left: 8px; top: 7px; border-radius: 4px; background: var(--sky-dark); animation: scroll 1.8s infinite; }

.section { padding: 105px max(24px, calc((100vw - 1180px) / 2)); }
.section-heading { max-width: 800px; }
.section-heading.centered { margin: 0 auto 55px; text-align: center; }
.section-heading.centered > p:last-child { max-width: 730px; margin: 0 auto; color: var(--muted); font-size: 1.08rem; }
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pillar { min-height: 290px; padding: 34px; border-radius: var(--radius); border: 1px solid #e4effa; box-shadow: var(--shadow); background: #fff; transition: .25s ease; }
.pillar:hover { transform: translateY(-7px); }
.pillar.pink { background: linear-gradient(145deg, #fff 45%, #fff0f7); }
.pillar.yellow { background: linear-gradient(145deg, #fff 45%, #fff9de); }
.pillar.purple { background: linear-gradient(145deg, #fff 45%, #f7efff); }
.pillar-icon { width: 66px; height: 66px; display: grid; place-items: center; border-radius: 22px; margin-bottom: 27px; color: #fff; font-size: 2rem; font-weight: 800; transform: rotate(-5deg); }
.pink .pillar-icon { background: var(--pink); }
.yellow .pillar-icon { background: var(--yellow); color: var(--navy); }
.purple .pillar-icon { background: var(--purple); }
.pillar h3 { margin-bottom: 12px; }
.pillar p { margin: 0; color: var(--muted); }

.episodes { background: #edfaff; position: relative; overflow: hidden; }
.episodes::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: radial-gradient(circle, rgba(50,185,243,.22) 2px, transparent 2px); background-size: 34px 34px; mask-image: linear-gradient(to bottom, rgba(0,0,0,.5), transparent 50%); }
.episodes > * { position: relative; }
.row-heading { max-width: none; display: grid; grid-template-columns: 1.1fr .7fr; align-items: end; gap: 80px; margin-bottom: 45px; }
.row-heading h2 { margin-bottom: 0; }
.row-heading > p { color: var(--muted); font-size: 1.07rem; margin: 0 0 8px; }
.episode-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.episode-card { border-radius: 26px; background: #fff; overflow: hidden; box-shadow: 0 14px 35px rgba(19,85,145,.12); transition: .25s ease; }
.episode-card:hover { transform: translateY(-7px) rotate(-.4deg); box-shadow: 0 22px 42px rgba(19,85,145,.18); }
.episode-art { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #d9f4ff; }
.episode-art img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.episode-card:hover .episode-art img { transform: scale(1.035); }
.episode-art .number { position: absolute; left: 14px; top: 14px; color: #fff; background: rgba(16,44,114,.75); padding: 5px 11px; border-radius: 999px; font-weight: 800; font-size: .75rem; letter-spacing: .06em; }
.episode-body { padding: 23px 21px 25px; }
.episode-body p { margin: 0 0 4px; color: var(--sky-dark); font-size: .79rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.episode-body h3 { min-height: 52px; margin-bottom: 16px; }
.watch-label { color: var(--pink); font-weight: 800; font-size: .92rem; }
.watch-label b { transition: .2s; display: inline-block; }
.episode-card:hover .watch-label b { transform: translateX(5px); }
.center-action { display: flex; justify-content: center; margin-top: 45px; }

.families { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 90px; }
.families-visual { position: relative; margin: 0; display: grid; justify-items: center; }
.families-visual::before { content: ""; position: absolute; width: min(95%, 410px); aspect-ratio: 1; top: 20%; z-index: -1; border-radius: 50%; background: radial-gradient(circle, #c3efff 0 55%, rgba(195,239,255,0) 72%); }
.phone-frame { width: min(100%, 350px); position: relative; padding: 10px; border: 5px solid #102c72; border-radius: 42px; background: #102c72; box-shadow: 0 26px 55px rgba(16,44,114,.24); transform: rotate(-2deg); }
.phone-speaker { position: absolute; z-index: 2; top: 12px; left: 50%; width: 78px; height: 20px; transform: translateX(-50%); border-radius: 0 0 13px 13px; background: #102c72; }
.phone-frame video { width: 100%; aspect-ratio: 768 / 1344; display: block; border-radius: 30px; background: #0c1d3f; object-fit: cover; }
.shorts-showcase figcaption { margin-top: 20px; color: var(--navy); font-family: "Baloo 2"; font-weight: 800; text-align: center; }
.shorts-showcase figcaption span { width: 28px; height: 28px; display: inline-grid; place-items: center; margin-right: 6px; border-radius: 50%; color: #fff; background: var(--pink); font-size: .7rem; vertical-align: middle; }
.families-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.06rem; }
.check-list { padding: 0; margin: 30px 0 0; list-style: none; display: grid; gap: 18px; }
.check-list li { display: grid; grid-template-columns: 44px 1fr; gap: 14px; align-items: start; }
.check-list li > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; color: #fff; background: var(--sky); font-weight: 900; box-shadow: 0 7px 16px rgba(50,185,243,.2); }
.check-list strong, .check-list small { display: block; }
.check-list strong { color: var(--navy); font-family: "Baloo 2"; font-size: 1.13rem; line-height: 1.25; }
.check-list small { color: var(--muted); font-size: .92rem; line-height: 1.45; }

.quote-band { position: relative; padding: 95px 24px; text-align: center; color: #fff; background: linear-gradient(135deg, #168edf, #42c9f4); overflow: hidden; }
.quote-band::before, .quote-band::after { content: ""; position: absolute; width: 360px; height: 140px; border-radius: 50%; background: rgba(255,255,255,.13); }
.quote-band::before { left: -90px; top: -70px; box-shadow: 130px 20px 0 rgba(255,255,255,.09); }
.quote-band::after { right: -80px; bottom: -80px; box-shadow: -130px -10px 0 rgba(255,255,255,.09); }
.quote-cloud { max-width: 900px; margin: auto; position: relative; z-index: 1; }
.quote-cloud > span { display: block; margin-bottom: 12px; color: var(--yellow); font-size: 2.4rem; }
blockquote { margin: 0; font-family: "Baloo 2"; font-size: clamp(2rem, 4vw, 3.4rem); font-weight: 800; line-height: 1.1; }

.faq { background: #fff; }
.compact { margin-bottom: 35px !important; }
.faq-list { max-width: 850px; margin: auto; display: grid; gap: 13px; }
details { border: 1px solid #deebf6; border-radius: 18px; background: #fff; box-shadow: 0 7px 24px rgba(20,72,125,.07); overflow: hidden; }
summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 21px 24px; color: var(--navy); cursor: pointer; font-family: "Baloo 2"; font-size: 1.15rem; line-height: 1.2; font-weight: 800; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary span { width: 30px; height: 30px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: var(--sky-dark); background: #e5f7ff; font-size: 1.2rem; transition: .2s; }
details[open] summary span { transform: rotate(45deg); color: #fff; background: var(--pink); }
details p { margin: -4px 54px 22px 24px; color: var(--muted); }

.final-cta { padding: 40px max(24px, calc((100vw - 1180px) / 2)) 90px; }
.cta-content { min-height: 260px; display: grid; grid-template-columns: 190px 1fr auto; align-items: center; gap: 34px; padding: 36px 50px; border-radius: 38px; color: #fff; background: linear-gradient(120deg, #112d78, #1759b3 60%, #0d91dc); box-shadow: 0 24px 60px rgba(16,44,114,.24); overflow: hidden; position: relative; }
.cta-content::after { content: "★"; position: absolute; right: 26%; top: -40px; color: rgba(255,197,28,.16); font-size: 10rem; transform: rotate(14deg); }
.cta-content img { position: relative; z-index: 1; filter: drop-shadow(0 14px 18px rgba(0,0,0,.16)); }
.cta-content .eyebrow { color: #9ce8ff; }
.cta-content h2 { color: #fff; margin: 0; font-size: clamp(2rem, 3.5vw, 3rem); }
.cta-content .button { position: relative; z-index: 1; }

footer { padding: 48px max(24px, calc((100vw - 1180px) / 2)) 32px; display: grid; grid-template-columns: 130px 1fr auto; align-items: center; gap: 25px; background: #f4fbff; border-top: 1px solid #deeff8; }
.footer-brand img { width: 92px; }
footer p { color: var(--muted); }
footer nav { display: flex; gap: 22px; color: var(--navy); font-family: "Baloo 2"; font-weight: 700; }
footer small { grid-column: 2 / -1; color: #7890ae; }

@keyframes float { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-14px) rotate(1deg); } }
@keyframes bob { 0%,100% { transform: translateY(0) rotate(-8deg); } 50% { transform: translateY(-12px) rotate(6deg); } }
@keyframes spinSlow { to { transform: rotate(360deg); } }
@keyframes scroll { 0% { opacity: 0; transform: translateY(0); } 35% { opacity: 1; } 100% { opacity: 0; transform: translateY(14px); } }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto auto; padding-inline: 24px; }
  .desktop-nav { display: none; }
  .brand { width: 92px; }
  .menu-button { width: 44px; height: 44px; display: grid; place-content: center; gap: 5px; border: 0; border-radius: 14px; background: #e9f8ff; }
  .menu-button span { width: 21px; height: 2px; background: var(--navy); border-radius: 2px; transition: .2s; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .mobile-nav { position: absolute; top: calc(100% + 8px); left: 18px; right: 18px; padding: 18px; border-radius: 22px; background: #fff; box-shadow: var(--shadow); }
  .mobile-nav:not([hidden]) { display: grid; gap: 8px; }
  .mobile-nav > a:not(.button) { padding: 10px 12px; font-family: "Baloo 2"; font-weight: 700; }
  .hero { min-height: auto; grid-template-columns: 1fr 1fr; padding-top: 135px; }
  h1 { font-size: clamp(3rem, 7vw, 4.6rem); }
  .hero-visual { min-height: 420px; }
  .episode-grid { grid-template-columns: repeat(2, 1fr); }
  .families { gap: 45px; }
  .cta-content { grid-template-columns: 150px 1fr; }
  .cta-content .button { grid-column: 2; justify-self: start; }
}

@media (max-width: 720px) {
  .site-header > .button-small { display: none; }
  .site-header { height: 70px; grid-template-columns: 1fr auto; }
  .brand { width: 84px; margin-top: 4px; }
  .hero { grid-template-columns: 1fr; padding: 120px 22px 100px; text-align: center; }
  .hero-copy { max-width: 620px; margin: auto; }
  h1 { font-size: clamp(3rem, 14vw, 4.25rem); }
  .hero-lead { font-size: 1.08rem; }
  .hero-actions, .hero-points { justify-content: center; }
  .hero-visual { min-height: 330px; margin-top: 5px; }
  .hero-visual img { width: min(100%, 420px); }
  .scroll-cue { display: none; }
  .section { padding: 78px 22px; }
  .section-heading.centered { margin-bottom: 38px; }
  h2 { font-size: clamp(2.1rem, 10vw, 3rem); }
  .pillars, .episode-grid, .families { grid-template-columns: 1fr; }
  .pillar { min-height: auto; }
  .row-heading { grid-template-columns: 1fr; gap: 10px; }
  .families { gap: 55px; }
  .families-visual { order: 2; }
  .families-copy { order: 1; }
  .quote-band { padding: 75px 22px; }
  .final-cta { padding: 18px 18px 70px; }
  .cta-content { grid-template-columns: 1fr; text-align: center; justify-items: center; padding: 38px 25px; }
  .cta-content img { width: 145px; }
  .cta-content .button { grid-column: auto; justify-self: center; }
  footer { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  footer nav { flex-wrap: wrap; justify-content: center; }
  footer small { grid-column: auto; }
}

@media (max-width: 430px) {
  .hero-actions { display: grid; gap: 18px; justify-items: center; }
  .hero-points { gap: 11px; font-size: .87rem; }
  .button { width: 100%; }
  .mobile-nav .button { width: 100%; }
}
