:root{--green: #80CBC4;--dark-green: #00897B;--deep-green: #005f56;--coral: #FFAB91;--coral-dark: #e07d5f;--purple: #CE93D8;--purple-dark: #9c5fad;--lime: #B2DFDB;--bg: #F3FAF9;--white: #ffffff;--text: #005f56;--text-muted: #4a7570}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Nunito,sans-serif;background-color:var(--bg);color:var(--text);overflow-x:hidden}nav{background:var(--dark-green);padding:0 2rem;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:100;box-shadow:0 4px 0 var(--deep-green)}.nav-logo{font-family:Fredoka One,cursive;font-size:1.8rem;color:var(--white);text-decoration:none;padding:1rem 0;letter-spacing:1px;display:flex;align-items:center;gap:.5rem}.nav-logo .logo-icon{background:var(--coral);color:#5a2d20;border-radius:12px;width:2.4rem;height:2.4rem;display:inline-flex;align-items:center;justify-content:center;font-size:1.3rem}.nav-logo .logo-my{color:var(--coral)}.nav-logo .logo-play{color:var(--green)}.nav-logo .logo-shop{color:var(--white)}.nav-links{display:flex;gap:.5rem;list-style:none}.nav-links a{color:#ffffffd9;text-decoration:none;font-weight:800;font-size:.95rem;padding:.5rem 1rem;border-radius:100px;transition:background .2s}.nav-links a:hover{background:var(--deep-green);color:#fff}.nav-links .cta-link{background:var(--coral);color:#5a2d20}.nav-links .cta-link:hover{background:#e8927a}.hero{background:linear-gradient(135deg,#00897b,#80cbc4,#b2dfdb);padding:5rem 2rem 4rem;text-align:center;position:relative;overflow:hidden}.hero-floats{position:absolute;inset:0;pointer-events:none;overflow:hidden}.float-item{position:absolute;font-size:2.5rem;opacity:.15;animation:floatBob 3s ease-in-out infinite}.float-item:nth-child(1){top:10%;left:5%;animation-delay:0s}.float-item:nth-child(2){top:20%;right:8%;animation-delay:.5s}.float-item:nth-child(3){top:60%;left:3%;animation-delay:1s}.float-item:nth-child(4){top:70%;right:5%;animation-delay:1.5s}.float-item:nth-child(5){top:40%;left:12%;animation-delay:.8s}.float-item:nth-child(6){top:35%;right:12%;animation-delay:.3s}@keyframes floatBob{0%,to{transform:translateY(0) rotate(-5deg)}50%{transform:translateY(-15px) rotate(5deg)}}.hero-logo{font-family:Fredoka One,cursive;font-size:clamp(3.5rem,9vw,6.5rem);line-height:1;margin-bottom:1.25rem;animation:popIn .6s cubic-bezier(.34,1.56,.64,1) both}.hero-logo .my{color:var(--purple);text-shadow:3px 3px 0 rgba(0,0,0,.2)}.hero-logo .play{color:var(--white);text-shadow:3px 3px 0 rgba(0,0,0,.2)}.hero-logo .shop{color:#a7f3d0;text-shadow:3px 3px 0 rgba(0,0,0,.2)}@keyframes popIn{0%{transform:scale(.7);opacity:0}to{transform:scale(1);opacity:1}}.hero-tagline{font-family:Fredoka One,cursive;font-size:clamp(1.15rem,2.8vw,1.65rem);color:#fffffff2;max-width:620px;margin:0 auto 2rem;line-height:1.5}.hero-badges{display:flex;gap:.6rem;justify-content:center;flex-wrap:wrap;margin-bottom:2.5rem}.hero-badge{background:#ffffff2e;backdrop-filter:blur(6px);border:1.5px solid rgba(255,255,255,.3);color:#fff;font-weight:900;font-size:.85rem;padding:.4rem 1rem;border-radius:100px}.hero-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.btn{font-family:Nunito,sans-serif;font-weight:900;font-size:1rem;padding:.9rem 2.2rem;border-radius:100px;border:none;cursor:pointer;text-decoration:none;display:inline-block;transition:transform .15s,box-shadow .15s}.btn:hover{transform:translateY(-3px)}.btn:active{transform:translateY(0)}.btn-primary{background:var(--purple);color:#fff;box-shadow:0 5px 0 var(--purple-dark);font-size:1.15rem}.btn-primary:hover{box-shadow:0 8px 0 var(--purple-dark)}.btn-secondary{background:var(--white);color:var(--dark-green);box-shadow:0 5px #b2dfdb}.btn-secondary:hover{box-shadow:0 8px #b2dfdb}.btn-green{background:var(--green);color:var(--white);box-shadow:0 5px 0 var(--dark-green)}.btn-green:hover{box-shadow:0 8px 0 var(--dark-green)}.btn-coral{background:var(--coral);color:#5a2d20;box-shadow:0 5px 0 var(--coral-dark)}.btn-coral:hover{box-shadow:0 8px 0 var(--coral-dark)}.hero-demo{max-width:480px;margin:0 auto;position:relative;z-index:2}.register-window{background:linear-gradient(145deg,#005f56,#00897b);border-radius:24px;padding:1.5rem;box-shadow:0 20px 60px #00000040,0 6px 0 var(--deep-green)}.register-bar{display:flex;gap:.4rem;margin-bottom:1rem}.register-dot{width:10px;height:10px;border-radius:50%}.register-dot:nth-child(1){background:#ff6b6b}.register-dot:nth-child(2){background:#ffd93d}.register-dot:nth-child(3){background:#6bcb77}.register-display{background:#0d1f1d;border-radius:14px;padding:1rem 1.2rem;margin-bottom:1rem}.register-items{display:flex;flex-direction:column;gap:.4rem;margin-bottom:.75rem}.register-item{display:flex;justify-content:space-between;align-items:center;color:var(--green);font-weight:800;font-size:.95rem;padding:.35rem 0;border-bottom:1px solid rgba(128,203,196,.15)}.register-item:last-child{border-bottom:none}.register-item .item-name{display:flex;align-items:center;gap:.5rem}.register-item .item-price{font-family:Fredoka One,cursive}.register-total{display:flex;justify-content:space-between;align-items:center;padding:.6rem 0 0;border-top:2px solid rgba(128,203,196,.3);color:#fff;font-weight:900}.register-total .total-amount{font-family:Fredoka One,cursive;font-size:1.8rem;color:var(--coral)}.register-coins{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap}.coin-btn{background:#ffffff1f;border:2px solid rgba(255,255,255,.2);border-radius:14px;padding:.6rem 1rem;font-family:Fredoka One,cursive;font-size:.95rem;color:#fff;cursor:pointer;transition:all .15s;display:flex;align-items:center;gap:.35rem}.coin-btn:hover{background:#ffffff40;transform:scale(1.08);border-color:var(--green)}.coin-btn.ka-ching-btn{background:var(--coral);color:#5a2d20;border-color:var(--coral-dark);flex:1;justify-content:center;font-size:1.05rem}.coin-btn.ka-ching-btn:hover{background:#ffbfa8;border-color:var(--coral)}.curve-separator{display:block;width:100%;line-height:0;margin-top:-1px}.proof-band{background:var(--white);padding:3rem 2rem;text-align:center}.proof-inner{max-width:900px;margin:0 auto}.proof-stats{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap;margin-bottom:2.5rem}.proof-stat{display:flex;flex-direction:column;align-items:center}.proof-num{font-family:Fredoka One,cursive;font-size:clamp(2rem,5vw,2.8rem);color:var(--dark-green);line-height:1}.proof-label{font-weight:800;font-size:.9rem;color:var(--text-muted);margin-top:.25rem}.proof-quotes{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.proof-quote{background:var(--bg);border-radius:20px;padding:1.5rem;text-align:left;position:relative}.proof-quote:before{content:'"';font-family:Fredoka One,cursive;font-size:3rem;color:var(--green);line-height:1;display:block;margin-bottom:-.5rem}.proof-quote p{font-size:.95rem;font-weight:700;color:var(--text-muted);line-height:1.6;margin-bottom:.75rem}.proof-quote .quote-author{font-weight:900;font-size:.85rem;color:var(--dark-green)}.proof-stars{color:#fbbf24;letter-spacing:2px;margin-bottom:.35rem}.section-title{font-family:Fredoka One,cursive;font-size:clamp(1.8rem,4vw,2.6rem);text-align:center;color:var(--deep-green);margin-bottom:1rem}.section-title:after{content:"";display:block;width:60px;height:5px;background:var(--coral);border-radius:3px;margin:.5rem auto 0}.section-sub{text-align:center;max-width:620px;margin:0 auto 2.5rem;font-size:1.05rem;font-weight:700;color:var(--text-muted);line-height:1.7}.how-band{background:var(--bg);padding:5rem 2rem}.how-inner{max-width:1000px;margin:0 auto}.steps{display:grid;grid-template-columns:repeat(5,1fr);gap:.75rem;position:relative}.steps:before{content:"";position:absolute;top:50px;left:10%;right:10%;height:4px;background:linear-gradient(90deg,var(--green),var(--coral));border-radius:2px;z-index:0}.step{background:var(--white);border-radius:20px;padding:1.5rem 1rem;text-align:center;box-shadow:0 4px #b2dfdb;position:relative;z-index:1;transition:transform .2s}.step:hover{transform:translateY(-5px)}.step-num{width:44px;height:44px;background:var(--coral);color:#5a2d20;border-radius:50%;font-family:Fredoka One,cursive;font-size:1.3rem;display:flex;align-items:center;justify-content:center;margin:0 auto .75rem;box-shadow:0 3px 0 var(--coral-dark)}.step-icon{font-size:2rem;display:block;margin-bottom:.5rem}.step h3{font-family:Fredoka One,cursive;font-size:1rem;color:var(--dark-green);margin-bottom:.35rem}.step p{font-size:.8rem;color:var(--text-muted);line-height:1.5;font-weight:700}.features-band{background:var(--white);padding:5rem 2rem}.features-inner{max-width:1100px;margin:0 auto}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.feature-card{border-radius:24px;padding:2.5rem 2rem;text-align:center;transition:transform .2s;position:relative;overflow:hidden;color:#fff}.feature-card:before{content:"";position:absolute;bottom:-25px;right:-25px;width:100px;height:100px;background:#ffffff14;border-radius:50%}.feature-card:hover{transform:translateY(-5px)}.fc-green{background:var(--dark-green);box-shadow:0 6px 0 var(--deep-green)}.fc-coral{background:var(--coral);box-shadow:0 6px 0 var(--coral-dark);color:#5a2d20}.fc-teal{background:#80cbc4;box-shadow:0 6px #00897b}.fc-purple{background:var(--purple);box-shadow:0 6px 0 var(--purple-dark)}.feature-icon{font-size:3rem;margin-bottom:1rem;display:block}.feature-card h3{font-family:Fredoka One,cursive;font-size:1.35rem;margin-bottom:.5rem}.feature-card p{font-size:.92rem;line-height:1.6;font-weight:700;opacity:.9}.shops-band{background:var(--lime);padding:4rem 2rem}.shops-inner{max-width:1100px;margin:0 auto}.shops-band .section-title{color:#003d38}.shops-band .section-title:after{background:var(--coral)}.shops{display:flex;gap:1.2rem;justify-content:center;flex-wrap:wrap}.shop-pill{background:var(--white);border-radius:20px;padding:1.5rem 1.2rem;text-align:center;min-width:120px;box-shadow:0 5px #00000014;cursor:pointer;transition:transform .2s;text-decoration:none;color:var(--deep-green)}.shop-pill:hover{transform:translateY(-5px) rotate(-2deg)}.shop-pill .shop-emoji{font-size:2.8rem;display:block;margin-bottom:.5rem}.shop-pill span{font-weight:900;font-size:.9rem;display:block}.globe-band{background:#00534c;padding:5rem 2rem;position:relative}.globe-inner{max-width:900px;margin:0 auto;text-align:center}.globe-band .section-title{color:var(--purple)}.globe-band .section-title:after{background:var(--green)}.globe-band .section-sub{color:#fffc}.globe-highlight{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap;margin-bottom:2.5rem}.globe-stat{background:#ffffff14;border:2px solid rgba(255,255,255,.15);border-radius:20px;padding:2rem 2.5rem;text-align:center;min-width:200px;transition:background .2s}.globe-stat:hover{background:#ffffff24}.globe-stat-icon{font-size:2.5rem;display:block;margin-bottom:.5rem}.globe-stat-num{font-family:Fredoka One,cursive;font-size:2.2rem;color:var(--coral)}.globe-stat-label{font-weight:800;color:#fffc;font-size:.95rem}.globe-samples{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center;margin-bottom:2rem}.globe-pill{background:#ffffff1a;border:1.5px solid rgba(255,255,255,.2);border-radius:100px;padding:.35rem .85rem;font-size:.85rem;font-weight:800;color:#ffffffd9;transition:all .15s}.globe-pill:hover{background:#fff3;border-color:var(--green);transform:scale(1.05)}.globe-note{background:linear-gradient(135deg,var(--dark-green),var(--green));color:#fff;font-weight:800;font-size:.95rem;padding:1rem 2rem;border-radius:16px;max-width:650px;margin:0 auto;line-height:1.6;box-shadow:0 5px 0 var(--deep-green)}.skills-band{background:var(--bg);padding:5rem 2rem}.skills-inner{max-width:1100px;margin:0 auto}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.skill-card{background:var(--white);border-radius:20px;padding:2rem 1.5rem;text-align:center;box-shadow:0 4px #b2dfdb;transition:transform .2s}.skill-card:hover{transform:translateY(-5px)}.skill-icon{font-size:2.5rem;margin-bottom:.75rem;display:block}.skill-card h3{font-family:Fredoka One,cursive;font-size:1.2rem;color:var(--dark-green);margin-bottom:.5rem}.skill-card p{font-size:.9rem;color:var(--text-muted);line-height:1.6;font-weight:700}.ages-band{background:var(--white);padding:4rem 2rem}.ages-inner{max-width:800px;margin:0 auto;text-align:center}.ages-inner h2{font-family:Fredoka One,cursive;font-size:2.2rem;color:var(--deep-green);margin-bottom:.75rem}.ages-inner>p{font-size:1.05rem;color:var(--text-muted);font-weight:700;margin-bottom:2rem;line-height:1.7}.age-badges{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:2rem}.age-badge{border-radius:20px;padding:1.5rem 2rem;text-align:center;min-width:160px;transition:transform .2s}.age-badge:hover{transform:scale(1.04)}.ab1{background:#eaf7f6;border:3px solid var(--green)}.ab2{background:#f3eaf7;border:3px solid var(--purple)}.ab3{background:#fff0eb;border:3px solid var(--coral)}.age-badge .age-range{font-family:Fredoka One,cursive;font-size:1.5rem;color:var(--deep-green);display:block}.age-badge .age-label{font-weight:900;font-size:.85rem;color:var(--text-muted)}.cta-band{background:linear-gradient(135deg,#00897b,#80cbc4);padding:5rem 2rem;text-align:center}.cta-band h2{font-family:Fredoka One,cursive;font-size:clamp(2rem,5vw,3.5rem);color:#fff;text-shadow:3px 3px 0 rgba(0,0,0,.12);margin-bottom:1rem}.cta-band p{font-size:1.2rem;color:#ffffffe6;font-weight:700;margin-bottom:2.5rem;max-width:500px;margin-left:auto;margin-right:auto}@keyframes wiggle{0%,to{transform:rotate(-3deg)}50%{transform:rotate(3deg)}}.wiggle{animation:wiggle 2s ease-in-out infinite;display:inline-block}.newsletter{background:#003d38;padding:3.5rem 2rem;text-align:center}.newsletter-inner{max-width:550px;margin:0 auto}.newsletter h2{font-family:Fredoka One,cursive;font-size:2rem;color:var(--coral);margin-bottom:.5rem}.newsletter p{font-weight:700;color:#fffc;margin-bottom:1.5rem}.newsletter-form{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.newsletter-form input{flex:1;min-width:200px;padding:.85rem 1.5rem;border-radius:100px;border:3px solid var(--green);font-family:Nunito,sans-serif;font-size:1rem;font-weight:700;outline:none;background:#ffffff1a;color:#fff}.newsletter-form input::placeholder{color:#ffffff80}footer{background:#001f1c;color:#ffffffbf;padding:3rem 2rem 2rem;text-align:center}.footer-logo{font-family:Fredoka One,cursive;font-size:2.2rem;margin-bottom:.5rem}.footer-logo .my{color:var(--coral)}.footer-logo .play{color:var(--green)}.footer-logo .shop{color:#fff}.footer-tagline{font-weight:700;color:#ffffff80;margin-bottom:2rem;font-size:.9rem}.footer-links{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;margin-bottom:2rem}.footer-links a{color:#fff9;text-decoration:none;font-weight:700;transition:color .2s;font-size:.9rem}.footer-links a:hover{color:var(--purple)}.footer-copy{font-size:.8rem;opacity:.4}@media(max-width:800px){.steps{grid-template-columns:1fr;max-width:360px;margin:0 auto}.steps:before{display:none}.proof-stats{gap:2rem}.nav-links{display:none}}@media(max-width:600px){.hero{padding:3.5rem 1.5rem 3rem}.register-window{padding:1rem}.globe-highlight{gap:1rem}.globe-stat{min-width:140px;padding:1.5rem}}.fade-up{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.fade-up.visible{opacity:1;transform:translateY(0)}
