:root {
  --ink: #10152c;
  --muted: #697087;
  --purple: #7c3aed;
  --purple-2: #a855f7;
  --lavender: #f5f0ff;
  --lavender-2: #ebe2ff;
  --yellow: #ffc928;
  --white: #fff;
  --line: rgba(73, 41, 125, .1);
  --shadow: 0 24px 70px rgba(83, 47, 139, .14);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: #fefeff; font-family: "Manrope", system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section { position: relative; padding: 86px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.page-glow { position: fixed; z-index: -1; border-radius: 50%; filter: blur(12px); pointer-events: none; }
.page-glow--one { width: 520px; height: 520px; top: 70px; right: -280px; background: rgba(168,85,247,.07); }
.page-glow--two { width: 420px; height: 420px; top: 880px; left: -240px; background: rgba(255,201,40,.07); }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.82); border-bottom: 1px solid rgba(124,58,237,.06); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--purple); font-size: 25px; font-weight: 800; letter-spacing: -.8px; }
.brand-star { width: 36px; height: 36px; display: grid; place-items: center; color: #7b5000; background: var(--yellow); border-radius: 12px; font-size: 18px; transform: rotate(-6deg); box-shadow: 0 8px 18px rgba(255,201,40,.35); }
.main-nav { flex: 1; display: flex; justify-content: center; gap: 32px; }
.main-nav a { position: relative; font-size: 13px; font-weight: 700; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--purple); transition: right .25s ease; }
.main-nav a:hover::after { right: 0; }
.button { display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 14px; font-weight: 800; cursor: pointer; }
.button--small { min-height: 44px; padding: 0 19px; font-size: 12px; }
.button--primary { color: white; background: linear-gradient(135deg, #8b5cf6, #6d28d9); box-shadow: 0 12px 24px rgba(109,40,217,.22); }
.menu-button { display: none; margin-left: auto; padding: 8px; border: 0; background: transparent; }
.menu-button span { width: 23px; height: 2px; display: block; margin: 5px; background: var(--ink); border-radius: 2px; }

.hero { min-height: 720px; display: flex; align-items: center; padding-top: 74px; }
.hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 36px; }
.eyebrow { width: fit-content; padding: 9px 13px; color: #8b5cf6; background: #f7f2ff; border: 1px solid #eee5ff; border-radius: 999px; font-size: 12px; font-weight: 700; }
.eyebrow span { color: var(--yellow); }
.hero h1 { max-width: 610px; margin: 26px 0 20px; font-size: clamp(48px, 5.4vw, 76px); line-height: 1.08; letter-spacing: -3px; }
.hero h1 em { display: block; color: var(--purple); font-style: normal; }
.hero-lead { max-width: 570px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.store-row { display: flex; gap: 13px; margin-top: 30px; }
.store-button { min-width: 156px; height: 53px; padding: 7px 14px; display: flex; align-items: center; gap: 10px; color: white; background: #050608; border-radius: 10px; transition: transform .2s ease, box-shadow .2s ease; }
.store-button:hover { transform: translateY(-3px); box-shadow: 0 14px 28px rgba(16,21,44,.2); }
.store-button small, .store-button strong { display: block; }
.store-button small { font-size: 9px; }
.store-button strong { font-size: 16px; line-height: 1.1; }
.store-icon { font-size: 22px; }
.play-icon { color: #6ee7b7; font-size: 24px; }
.safe-note { margin-top: 25px; display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 12px; font-weight: 600; }
.safe-note img { width: 19px; filter: invert(31%) sepia(9%) saturate(1253%) hue-rotate(190deg); }
.hero-art { min-height: 570px; position: relative; }
.orb { position: absolute; border-radius: 50%; }
.orb--large { width: 470px; height: 470px; top: 54px; right: 22px; background: radial-gradient(circle at 35% 25%, #fff 0 14%, #f5eaff 48%, #eadbff 100%); }
.orb--small { width: 250px; height: 250px; right: -10px; bottom: 20px; background: rgba(255,201,40,.08); filter: blur(4px); }
.spark { position: absolute; z-index: 2; color: #b45cff; animation: twinkle 2.3s ease-in-out infinite; }
.spark--one { top: 72px; left: 80px; font-size: 30px; }
.spark--two { right: 0; top: 130px; color: var(--yellow); font-size: 22px; animation-delay: .8s; }
.spark--three { left: 40px; bottom: 76px; font-size: 17px; animation-delay: 1.5s; }
.mascot-wrap { width: 310px; height: 310px; position: absolute; z-index: 4; left: 6px; top: 190px; display: grid; place-items: center; animation: mascotFloat 3.2s ease-in-out infinite; }
.lottie-star { position: absolute; inset: 0; z-index: 2; }
.mascot-fallback { position: relative; z-index: 1; font-size: 170px; filter: drop-shadow(0 18px 20px rgba(255,185,0,.22)); }
.lottie-star.loaded + .mascot-shadow, .lottie-star.loaded ~ .mascot-shadow { opacity: 1; }
.mascot-shadow { width: 150px; height: 28px; position: absolute; left: 80px; bottom: 27px; border-radius: 50%; background: rgba(39,26,74,.15); filter: blur(10px); }
.phone { position: absolute; z-index: 5; width: 280px; height: 560px; padding: 9px; background: #171820; border: 3px solid #07080d; border-radius: 47px; box-shadow: 0 34px 55px rgba(45,25,81,.28), inset 0 0 0 2px #55545c; }
.phone--hero { right: 50px; top: 10px; transform: rotate(7deg); }
.phone-speaker { width: 83px; height: 23px; position: absolute; z-index: 8; top: 14px; left: 50%; transform: translateX(-50%); border-radius: 20px; background: #090a0d; }
.phone-screen { height: 100%; position: relative; overflow: hidden; padding: 19px 14px 12px; background: linear-gradient(#fff, #fdfbff); border-radius: 36px; }
.phone-status, .phone-heading, .task, .phone-tabs { display: flex; align-items: center; }
.phone-status { justify-content: space-between; padding: 0 4px; font-size: 8px; font-weight: 800; }
.phone-heading { margin-top: 19px; justify-content: space-between; }
.phone-heading small, .phone-heading strong { display: block; }
.phone-heading small { color: #8c8e9c; font-size: 8px; }
.phone-heading strong { font-size: 15px; }
.avatar { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: #f2e5ff; }
.phone-progress { margin-top: 16px; text-align: center; }
.progress-ring { width: 116px; height: 116px; margin: 0 auto 7px; display: grid; place-items: center; border: 10px solid #eee6f8; border-top-color: #a855f7; border-left-color: #8b5cf6; border-radius: 50%; }
.progress-ring span { font-size: 54px; filter: drop-shadow(0 8px 8px rgba(255,193,7,.22)); }
.phone-progress strong { font-size: 21px; }
.phone-progress strong small { font-size: 12px; }
.phone-progress p { margin: 2px 0 7px; color: #8a8d9a; font-size: 7px; }
.diamonds { color: #8b35ea; font-size: 16px; letter-spacing: 1px; }
.phone-list-title { margin: 18px 0 8px; font-size: 9px; font-weight: 800; }
.task { min-height: 38px; gap: 7px; border-bottom: 1px solid #f1edf5; }
.task b { flex: 1; font-size: 8px; }
.task small { font-size: 7px; font-weight: 800; }
.task i { width: 15px; height: 15px; display: grid; place-items: center; color: white; background: #8b5cf6; border-radius: 50%; font-size: 8px; font-style: normal; }
.phone-tabs { position: absolute; left: 8px; right: 8px; bottom: 7px; justify-content: space-around; padding: 7px; border-top: 1px solid #eeeaf2; color: #9a9cab; }
.phone-tabs span { display: grid; justify-items: center; font-size: 14px; }
.phone-tabs small { margin-top: 2px; font-size: 6px; }
.phone-tabs .active { color: var(--purple); }

.section-title { display: flex; align-items: center; justify-content: center; gap: 13px; margin-bottom: 46px; text-align: center; }
.section-title h2 { margin: 0; font-size: 28px; letter-spacing: -1px; }
.section-title span { color: var(--purple-2); }
.how { background: linear-gradient(180deg, #fff, #fbf9ff); }
.steps { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; }
.step { position: relative; text-align: center; }
.step-number { width: 30px; height: 30px; position: absolute; left: 15%; top: 5px; display: grid; place-items: center; color: white; background: var(--purple); border-radius: 50%; font-size: 12px; font-weight: 800; }
.step-icon { width: 120px; height: 110px; margin: 0 auto 17px; position: relative; display: grid; place-items: center; font-size: 75px; }
.step-icon span { position: absolute; right: 2px; bottom: 6px; font-size: 33px; }
.lottie-step span { position: static; font-size: 85px; animation: mascotFloat 2.4s ease-in-out infinite; }
.step h3 { margin: 0 0 9px; font-size: 17px; }
.step p { max-width: 260px; margin: auto; color: var(--muted); font-size: 12px; line-height: 1.7; }
.step-arrow { color: #b69af0; letter-spacing: 3px; transform: translateY(-32px); }

.benefit-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.benefit-card { min-height: 250px; padding: 28px 19px; text-align: center; border: 1px solid rgba(124,58,237,.06); border-radius: 24px; background: rgba(255,255,255,.74); box-shadow: 0 16px 42px rgba(99,64,151,.07); transition: transform .25s ease, box-shadow .25s ease; }
.benefit-card:hover { transform: translateY(-7px); box-shadow: 0 24px 50px rgba(99,64,151,.14); }
.benefit-icon { width: 68px; height: 68px; margin: 0 auto 20px; display: grid; place-items: center; border-radius: 21px; font-size: 39px; }
.benefit-icon img { width: 38px; }
.benefit-icon.purple { background: #eee4ff; }
.benefit-icon.yellow { background: #fff7d5; }
.benefit-icon.violet { background: #eee5ff; }
.benefit-icon.green { background: #e1f8ec; }
.benefit-icon.pink { color: #ec407a; background: #ffe8f0; }
.benefit-card h3 { margin: 0 0 10px; font-size: 14px; }
.benefit-card p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.7; }

.screens { background: #fcfaff; }
.screen-carousel { position: relative; }
.screen-track { display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px; overflow: hidden; }
.screen-card { text-align: center; }
.screen-card h3 { margin-top: 15px; font-size: 13px; }
.mini-phone { width: 175px; height: 342px; margin: auto; padding: 23px 12px 12px; overflow: hidden; border: 3px solid #26252e; border-radius: 29px; background: #fff; box-shadow: 0 16px 30px rgba(39,25,77,.13); }
.mini-top { display: flex; justify-content: space-between; font-size: 10px; font-weight: 800; }
.mini-ring { width: 105px; height: 105px; margin: 35px auto 12px; display: grid; place-items: center; border: 8px solid #eee6f7; border-top-color: #9b5de5; border-radius: 50%; font-size: 46px; }
.mini-gems { margin-top: 10px; color: #8b35ea; }
.mini-lines i { height: 16px; display: block; margin-top: 12px; border-radius: 6px; background: #f3f0f7; }
.reward-screen .big-gem { margin: 65px 0 10px; font-size: 72px; }
.reward-screen b, .reward-screen small { display: block; }
.reward-screen small { margin-top: 8px; color: var(--muted); font-size: 9px; }
.parent-screen > b { display: block; margin-top: 55px; font-size: 25px; }
.tiny-bar { height: 7px; margin: 15px 0 24px; overflow: hidden; border-radius: 4px; background: linear-gradient(90deg, #9b4dff 60%, #eee 60%); }
.quick-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; }
.quick-grid i { height: 52px; display: grid; place-items: center; color: var(--purple); background: #f4effd; border-radius: 12px; font-style: normal; }
.calendar { margin-top: 65px; color: #6a6478; font-size: 10px; line-height: 2.5; }
.calendar b { display: block; color: var(--ink); }
.task-screen { text-align: left; }
.task-screen label { display: block; margin: 25px 0 6px; color: var(--muted); font-size: 8px; }
.fake-input { padding: 12px 9px; border: 1px solid #eee7f6; border-radius: 8px; font-size: 9px; }
.carousel-arrow { width: 42px; height: 42px; position: absolute; z-index: 3; top: 42%; display: grid; place-items: center; color: white; border: 0; border-radius: 50%; background: var(--purple); font-size: 28px; box-shadow: 0 10px 22px rgba(124,58,237,.25); cursor: pointer; }
.carousel-arrow--left { left: -20px; }
.carousel-arrow--right { right: -20px; }

.parent-panel { padding: 48px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 50px; overflow: hidden; border: 1px solid #eee6fb; border-radius: 36px; background: linear-gradient(135deg,#faf7ff,#fff); box-shadow: var(--shadow); }
.parent-copy h2 { margin: 20px 0; font-size: 38px; line-height: 1.2; letter-spacing: -1.5px; }
.parent-copy > p { color: var(--muted); line-height: 1.7; }
.parent-copy ul { padding: 0; list-style: none; }
.parent-copy li { margin: 12px 0; font-size: 13px; font-weight: 700; }
.parent-copy li::before { content: "✓"; margin-right: 10px; color: var(--purple); }
.dashboard-preview { min-height: 330px; padding: 30px; color: white; overflow: hidden; border-radius: 30px; background: linear-gradient(145deg,#261344,#111c35); box-shadow: 0 28px 55px rgba(30,18,60,.28); }
.dash-head { display: grid; grid-template-columns: 1fr auto; }
.dash-head span, .dash-head b { display: block; }
.dash-head span { color: #c4b5fd; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; }
.dash-head b { margin-top: 5px; font-size: 20px; }
.dash-head em { grid-row: 1/3; grid-column: 2; padding: 12px 16px; border-radius: 14px; background: rgba(255,255,255,.1); font-style: normal; }
.dash-progress { margin-top: 40px; display: flex; align-items: center; gap: 20px; }
.dash-progress strong { font-size: 49px; }
.dash-progress div { flex: 1; height: 10px; overflow: hidden; border-radius: 8px; background: rgba(255,255,255,.1); }
.dash-progress span { height: 100%; display: block; border-radius: inherit; background: linear-gradient(90deg,#d946ef,#60a5fa); }
.mountain { margin: 28px 0; padding: 25px 15px; text-align: center; color: #f0d7ff; border-radius: 18px; background: linear-gradient(165deg,transparent 30%,rgba(124,58,237,.28)); letter-spacing: 9px; }
.dash-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.dash-cards span { padding: 13px; border-radius: 13px; background: rgba(255,255,255,.08); font-size: 12px; font-weight: 700; }

.faq-wrap { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; }
.faq-intro h2 { margin: 20px 0; font-size: 42px; line-height: 1.2; letter-spacing: -1.5px; }
.faq-intro p { color: var(--muted); line-height: 1.7; }
.faq-list details { padding: 20px 0; border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; align-items: center; font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary span { width: 28px; height: 28px; display: grid; place-items: center; color: var(--purple); background: var(--lavender); border-radius: 9px; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: 13px 40px 0 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.waitlist { padding-top: 40px; }
.waitlist-card { min-height: 150px; padding: 25px 35px 25px 180px; position: relative; display: grid; grid-template-columns: 1fr 1.5fr; align-items: center; gap: 25px; color: white; border-radius: 27px; background: linear-gradient(135deg,#9a4deb,#6d28d9); box-shadow: 0 22px 45px rgba(109,40,217,.24); }
.waitlist-card h2 { margin: 0 0 7px; font-size: 25px; }
.waitlist-card p { margin: 0; color: rgba(255,255,255,.78); font-size: 13px; }
.waitlist-mascot { width: 160px; height: 160px; position: absolute; left: 15px; bottom: 0; }
.waitlist-mascot .mascot-fallback { position: absolute; inset: 20px; font-size: 100px; }
.waitlist-form { height: 55px; display: flex; padding: 4px; border-radius: 16px; background: white; }
.waitlist-form input { min-width: 0; flex: 1; padding: 0 15px; border: 0; outline: 0; border-radius: 12px; }
.waitlist-form button { padding: 0 22px; color: #422900; border: 0; border-radius: 13px; background: linear-gradient(135deg,#ffdc57,#ffb928); font-size: 12px; font-weight: 800; cursor: pointer; }
.form-message { position: absolute; right: 38px; bottom: 7px; font-size: 10px!important; }

.site-footer { padding: 50px 0 70px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(4,1fr); gap: 45px; }
.footer-grid h3 { margin: 0 0 14px; font-size: 12px; }
.footer-grid p, .footer-grid a:not(.brand) { display: block; margin: 8px 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.socials { display: flex; gap: 8px; margin-top: 15px; }
.socials a { width: 30px; height: 30px; display: grid!important; place-items: center; color: var(--purple)!important; background: var(--lavender); border-radius: 9px; font-size: 15px!important; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes mascotFloat { 0%,100% { transform: translateY(0) rotate(-2deg); } 50% { transform: translateY(-15px) rotate(2deg); } }
@keyframes twinkle { 0%,100% { opacity: .3; transform: scale(.75) rotate(0); } 50% { opacity: 1; transform: scale(1.15) rotate(20deg); } }

@media (max-width: 1050px) {
  .main-nav { gap: 17px; }
  .hero-grid { grid-template-columns: 1fr 1fr; }
  .hero h1 { font-size: 52px; }
  .phone--hero { right: 5px; }
  .mascot-wrap { left: -50px; }
  .benefit-grid { grid-template-columns: repeat(3,1fr); }
  .screen-track { grid-template-columns: repeat(5, 175px); overflow-x: auto; padding-bottom: 15px; scroll-snap-type: x mandatory; }
  .screen-card { scroll-snap-align: start; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 32px, 680px); }
  .section { padding: 65px 0; }
  .menu-button { display: block; }
  .main-nav { display: none; position: absolute; top: 70px; left: 16px; right: 16px; padding: 20px; flex-direction: column; background: white; border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .nav-cta { display: none; }
  .hero { min-height: auto; padding-top: 40px; }
  .hero-grid, .parent-panel, .faq-wrap { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow, .hero-lead { margin-left: auto; margin-right: auto; }
  .hero h1 { font-size: clamp(42px, 10vw, 62px); letter-spacing: -2px; }
  .store-row, .safe-note { justify-content: center; }
  .hero-art { margin-top: 20px; }
  .mascot-wrap { left: -10px; }
  .phone--hero { right: 50px; }
  .steps { grid-template-columns: 1fr; gap: 25px; }
  .step-arrow { transform: rotate(90deg); }
  .benefit-grid { grid-template-columns: repeat(2,1fr); }
  .parent-panel { padding: 32px; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
  .waitlist-card { padding: 36px; grid-template-columns: 1fr; text-align: center; }
  .waitlist-mascot { display: none; }
}

@media (max-width: 560px) {
  .container { width: calc(100% - 24px); }
  .site-header .brand { font-size: 21px; }
  .hero { padding-top: 30px; }
  .hero h1 { font-size: 42px; }
  .hero-lead { font-size: 15px; }
  .store-row { flex-direction: column; align-items: center; }
  .store-button { width: 190px; }
  .hero-art { min-height: 500px; transform: scale(.88); transform-origin: center top; margin-bottom: -55px; }
  .orb--large { width: 390px; height: 390px; right: -60px; }
  .mascot-wrap { width: 220px; height: 220px; top: 220px; left: -35px; }
  .mascot-fallback { font-size: 120px; }
  .phone { width: 235px; height: 475px; }
  .phone--hero { right: -6px; }
  .progress-ring { width: 92px; height: 92px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: auto; }
  .section-title h2 { font-size: 24px; }
  .parent-panel { padding: 25px 18px; }
  .parent-copy h2, .faq-intro h2 { font-size: 31px; }
  .dashboard-preview { padding: 20px; }
  .waitlist-card { padding: 28px 18px; }
  .waitlist-form { height: auto; flex-direction: column; background: transparent; gap: 9px; }
  .waitlist-form input, .waitlist-form button { min-height: 50px; border-radius: 13px; }
  .footer-grid { grid-template-columns: 1fr; gap: 25px; }
  .carousel-arrow { display: none; }
}

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