:root{--ink:#26335b;--purple:#6c5ce7;--purple-dark:#5143c9;--cream:#fffaf0;--coral:#ff786d;--teal:#20b9a9;--yellow:#ffd966;--white:#fff;--muted:#6f7894}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:"Nunito",sans-serif}.topbar{height:84px;display:flex;align-items:center;justify-content:space-between;max-width:1180px;margin:auto;padding:0 28px;position:relative;z-index:10}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--ink);font:800 28px/1 "Baloo 2",sans-serif}.brand-mark{display:flex;align-items:flex-end;justify-content:center;gap:2px;background:var(--purple);width:40px;height:40px;border-radius:13px;transform:rotate(-4deg);padding-bottom:9px}.brand-mark i{display:block;width:6px;background:#fff;border-radius:4px}.brand-mark i:nth-child(1){height:12px}.brand-mark i:nth-child(2){height:19px}.brand-mark i:nth-child(3){height:15px}nav{display:flex;gap:34px}nav a{color:var(--ink);text-decoration:none;font-weight:800;font-size:14px}.button{border:0;background:var(--purple);color:#fff;text-decoration:none;padding:15px 22px;border-radius:14px;font:800 15px "Nunito";box-shadow:0 7px 0 rgba(81,67,201,.18);cursor:pointer;display:inline-flex;align-items:center;gap:14px;transition:.2s}.button:hover{transform:translateY(-2px);background:var(--purple-dark)}.button-small{padding:11px 17px;border-radius:12px;box-shadow:none}.hero{min-height:650px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;max-width:1180px;margin:auto;padding:45px 28px 70px;gap:30px}.eyebrow{font-size:12px;letter-spacing:1.7px;font-weight:900;color:var(--purple);display:inline-flex;align-items:center;gap:8px}.eyebrow>span{background:#eeeaff;width:25px;height:25px;display:grid;place-items:center;border-radius:8px}.hero h1{font:800 clamp(48px,6vw,76px)/.98 "Baloo 2";letter-spacing:-2.5px;margin:18px 0 20px}.hero h1 em{font-style:normal;color:var(--purple);position:relative}.hero h1 em:after{content:"";position:absolute;left:2%;right:0;bottom:3px;height:7px;border-radius:50%;background:var(--yellow);z-index:-1;transform:rotate(-2deg)}.hero-copy>p{font-size:18px;line-height:1.65;color:var(--muted);max-width:580px}.hero-actions{display:flex;align-items:center;gap:24px;margin:30px 0}.play-link{border:0;background:transparent;color:var(--ink);font-weight:900;cursor:pointer}.play-icon{display:inline-grid;place-items:center;margin-right:8px;width:35px;height:35px;background:#fff;border-radius:50%;color:var(--coral);box-shadow:0 4px 18px #ddd}.trust-row{display:flex;gap:20px;color:#81899c;font-size:12px;font-weight:800}.trust-row b{color:var(--teal);font-size:15px}.hero-art{height:530px;position:relative;background:#e9e4ff;border-radius:48% 44% 40% 45%;overflow:hidden}.ground-shape{position:absolute;bottom:-80px;left:-40px;width:120%;height:250px;background:#cec4ff;border-radius:50%}.sun{position:absolute;width:100px;height:100px;border-radius:50%;background:#ffd966;top:50px;right:65px;box-shadow:0 0 0 14px rgba(255,217,102,.25)}.person{position:absolute;z-index:3}.person .head{position:absolute;background:#ba7557;border-radius:50%;z-index:2}.person .hair{position:absolute;background:#3c2942;z-index:3}.person .body{position:absolute}.person.parent{left:100px;bottom:115px}.parent .head{width:105px;height:120px;left:30px;top:-105px}.parent .hair{width:118px;height:67px;left:22px;top:-117px;border-radius:60px 60px 25px 25px}.parent .body{width:180px;height:220px;background:var(--coral);border-radius:80px 80px 15px 15px}.person.child{right:72px;bottom:110px}.child .head{width:90px;height:100px;left:25px;top:-86px;background:#e5a375}.child .hair{width:99px;height:55px;left:20px;top:-96px;border-radius:60px 60px 20px 20px}.child .body{width:145px;height:180px;background:var(--teal);border-radius:70px 70px 15px 15px}.tablet{position:absolute;z-index:6;left:205px;bottom:88px;width:170px;height:125px;background:#333c68;border-radius:18px;transform:rotate(-5deg);padding:10px;box-shadow:0 15px 25px rgba(44,39,80,.3)}.tablet-screen{width:100%;height:100%;background:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;gap:10px;font-size:25px;color:var(--coral)}.idea-card{position:absolute;z-index:8;background:#fff;border-radius:14px;padding:11px 15px;box-shadow:0 8px 25px rgba(63,52,112,.15);font-size:12px;display:flex;align-items:center;gap:7px;animation:float 3s ease-in-out infinite}.idea-memory{top:80px;left:20px}.idea-logic{right:15px;top:200px;animation-delay:-1.5s}.spark{position:absolute;color:#fff;font-size:28px}.spark-one{left:45px;top:190px}.spark-two{right:90px;top:25px;color:#ffd966}@keyframes float{50%{transform:translateY(-8px)}}.games-section{background:#fff;padding:95px max(28px,calc((100vw - 1124px)/2))}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:35px}.section-heading h2,.family-copy h2,.parents-section h2{font:800 42px/1.1 "Baloo 2";margin:8px 0}.section-heading>p{max-width:440px;color:var(--muted);line-height:1.6}.pale{color:#9a91dc}.game-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:23px}.game-card{border-radius:25px;overflow:hidden;color:#fff;box-shadow:0 15px 35px rgba(42,52,85,.1);transition:.2s}.game-card:hover{transform:translateY(-6px)}.game-card.coral{background:var(--coral)}.game-card.purple{background:var(--purple)}.game-card.teal{background:var(--teal)}.card-visual{height:190px;background:rgba(255,255,255,.12);position:relative;display:flex;align-items:center;justify-content:center}.bubble{position:absolute;background:#fff;width:65px;height:65px;border-radius:18px;display:grid;place-items:center;font-size:32px;box-shadow:0 7px 15px rgba(80,30,30,.12)}.b1{left:55px;top:34px;transform:rotate(-8deg)}.b2{right:55px;top:27px;transform:rotate(8deg)}.b3{left:95px;bottom:18px;transform:rotate(5deg)}.b4{right:30px;bottom:20px;transform:rotate(-7deg)}.sequence-preview{font-size:45px;gap:15px}.sequence-preview i{font-style:normal;font-size:25px}.sequence-preview strong{width:70px;height:70px;background:#fff;color:var(--purple);border-radius:20px;display:grid;place-items:center}.story-preview{gap:25px}.story-preview>span{font-size:85px}.story-preview div{display:flex;flex-direction:column;gap:9px}.story-preview i{display:block;width:85px;height:14px;background:rgba(255,255,255,.7);border-radius:10px}.story-preview i:nth-child(2){width:60px}.card-content{padding:23px 25px 27px}.age{font-size:10px;font-weight:900;letter-spacing:1.5px;background:rgba(255,255,255,.2);padding:5px 9px;border-radius:6px}.card-content h3{font:800 25px "Baloo 2";margin:14px 0 3px}.card-content p{font-size:14px;opacity:.9;min-height:40px;line-height:1.5}.card-content button{border:0;background:transparent;color:#fff;font-weight:900;padding:8px 0;cursor:pointer;font-size:14px}.card-content button span{margin-left:10px}.family-section{background:#fff;padding:10px max(28px,calc((100vw - 1124px)/2)) 100px}.family-card{background:#292f57;color:#fff;border-radius:30px;display:grid;grid-template-columns:1.15fr .85fr;min-height:390px;overflow:hidden}.family-copy{padding:65px}.family-copy p{color:#c7cbe0;line-height:1.7;max-width:560px}.family-points{display:flex;gap:22px;margin-top:28px}.family-points span{display:flex;align-items:center;gap:8px}.family-visual{position:relative;background:radial-gradient(circle,#4d5489 0,#292f57 65%)}.big-heart{font-size:250px;color:#ff786d;position:absolute;inset:30px 0 0;text-align:center;filter:drop-shadow(0 15px 20px #1c203e)}.avatar{position:absolute;z-index:2;width:100px;height:100px;display:grid;place-items:center;background:#fff;border:7px solid #fff;border-radius:50%;font-size:65px;box-shadow:0 8px 20px #202545}.a1{left:50%;top:45px;transform:translateX(-50%)}.a2{left:70px;top:190px}.a3{right:70px;top:190px}.stars{position:absolute;bottom:35px;left:0;right:0;text-align:center;color:#ffd966;font-size:22px}.parents-section{padding:95px max(28px,calc((100vw - 1124px)/2));background:#f3f0ff}.parent-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;margin-top:35px}.parent-benefits article{background:#fff;padding:28px;border-radius:20px}.parent-benefits article>span{font-size:30px}.parent-benefits h3{font:800 21px "Baloo 2";margin:13px 0 4px}.parent-benefits p{color:var(--muted);font-size:14px;line-height:1.6}footer{display:flex;align-items:center;justify-content:space-between;padding:45px max(28px,calc((100vw - 1124px)/2));background:#fff;color:var(--muted);font-size:13px}.game-modal{border:0;padding:0;background:transparent;max-width:none;width:100%;height:100%;overflow:auto}.game-modal::backdrop{background:rgba(27,31,60,.78);backdrop-filter:blur(6px)}.modal-shell{background:var(--cream);width:min(680px,calc(100% - 28px));min-height:500px;margin:5vh auto;border-radius:28px;padding:35px;position:relative;box-shadow:0 30px 80px rgba(0,0,0,.3)}.close-modal{position:absolute;right:18px;top:15px;border:0;background:#eae6fa;color:var(--ink);width:38px;height:38px;border-radius:50%;font-size:27px;cursor:pointer}.game-intro{text-align:center}.game-intro .game-emoji{font-size:45px}.game-intro h2{font:800 34px "Baloo 2";margin:5px}.game-intro p{color:var(--muted);margin:0 0 22px}.score-line{display:flex;justify-content:center;gap:30px;font-weight:900;margin-bottom:20px}.memory-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;max-width:470px;margin:auto}.memory-card{aspect-ratio:1;border:0;border-radius:15px;background:var(--purple);font-size:0;cursor:pointer;box-shadow:0 5px 0 var(--purple-dark);transition:.2s}.memory-card.flipped,.memory-card.matched{background:#fff;font-size:36px;transform:rotateY(180deg);box-shadow:0 3px 12px #ddd}.memory-card.matched{background:#ddf7ef}.sequence-question{text-align:center;background:#fff;border-radius:20px;padding:25px}.sequence-row,.answer-row{display:flex;justify-content:center;align-items:center;gap:12px}.sequence-row{font-size:43px;margin-bottom:25px}.sequence-row .question{background:#eeeaff;color:var(--purple);padding:5px 20px;border-radius:14px}.answer-row button{border:3px solid transparent;background:#f2f0fa;border-radius:16px;width:80px;height:75px;font-size:38px;cursor:pointer}.answer-row button:hover{border-color:var(--purple)}.mime-box{background:#fff;border-radius:22px;text-align:center;padding:35px}.mime-word{font:800 46px "Baloo 2";color:var(--purple);margin:15px}.mime-box .button{margin-top:10px}.success-message{text-align:center;font:800 24px "Baloo 2";color:var(--teal);margin-top:20px}.install-toast{position:fixed;z-index:30;bottom:24px;left:50%;transform:translate(-50%,150%);background:#292f57;color:#fff;padding:15px 22px;border-radius:13px;transition:.3s;max-width:90%;text-align:center}.install-toast.show{transform:translate(-50%,0)}@media(max-width:850px){nav{display:none}.hero{grid-template-columns:1fr;padding-top:35px}.hero-art{height:450px}.game-grid,.parent-benefits{grid-template-columns:1fr}.game-card{display:grid;grid-template-columns:.8fr 1.2fr}.section-heading{display:block}.family-card{grid-template-columns:1fr}.family-visual{min-height:350px}footer{gap:20px;flex-wrap:wrap}}@media(max-width:550px){.topbar{height:70px;padding:0 16px}.brand{font-size:23px}.brand-mark{width:35px;height:35px}.install-button{font-size:12px;padding:9px 10px}.hero{padding:30px 18px 55px}.hero h1{font-size:48px}.hero-actions{align-items:flex-start;flex-direction:column}.trust-row{flex-wrap:wrap;gap:8px 14px}.hero-art{height:390px}.person.parent{left:30px}.person.child{right:8px}.tablet{left:120px;width:145px}.game-card{display:block}.family-copy{padding:40px 25px}.family-points{flex-wrap:wrap}.a2{left:30px}.a3{right:30px}.parents-section{padding-top:65px}footer{flex-direction:column;text-align:center}.memory-grid{gap:8px}.modal-shell{padding:50px 18px 25px;margin:2vh auto}.memory-card.flipped,.memory-card.matched{font-size:28px}}
