@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Fredoka:wght@600;700&display=swap');
:root{--ink:#242044;--muted:#716e86;--purple:#5b4bdb;--purple2:#7869eb;--cream:#fbfaf5;--yellow:#ffd65a;--coral:#ff806c;--green:#55c7a1;--line:#e8e5f0;--white:#fff;--shadow:0 25px 60px rgba(43,35,104,.14)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--cream);font:16px/1.6 'DM Sans',sans-serif}a{color:inherit}.wrap{width:min(1120px,calc(100% - 40px));margin:auto}.skip{position:absolute;left:-9999px}.skip:focus{left:12px;top:12px;z-index:99;background:#fff;padding:10px}.nav{height:84px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px;font:700 23px 'Fredoka';text-decoration:none}.brand>span:last-child span{color:var(--purple)}.brand-mark{display:grid;place-items:center;width:36px;height:36px;border-radius:12px;background:var(--purple);color:#fff;font-size:24px}.nav nav{display:flex;gap:32px}.nav nav a{text-decoration:none;font-size:14px;font-weight:600;color:#5d5872}.button{display:inline-flex;align-items:center;justify-content:center;gap:18px;border:0;border-radius:14px;padding:14px 20px;background:var(--purple);color:#fff;text-decoration:none;font-weight:700;box-shadow:0 8px 18px rgba(91,75,219,.22);cursor:pointer;font:700 15px 'DM Sans'}.button:hover{background:#4939ca;transform:translateY(-1px)}.button.small{padding:10px 17px;border-radius:12px}.hero{min-height:650px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:50px;padding-block:70px 95px}.eyebrow{text-transform:uppercase;letter-spacing:.16em;color:var(--purple);font-weight:700;font-size:12px}.hero h1{font:700 clamp(44px,5.2vw,70px)/1.06 'Fredoka';margin:15px 0 24px;letter-spacing:-.03em}.hero h1 em{color:var(--purple);font-style:normal}.lead{max-width:580px;color:var(--muted);font-size:18px}.actions{display:flex;align-items:center;gap:26px;margin:34px 0 26px}.text-link{font-weight:700;text-underline-offset:5px}.trust{display:flex;gap:20px;color:#77738b;font-size:13px}.hero-art{height:430px;position:relative;display:grid;place-items:center;background:radial-gradient(circle,#eeeafa 0 45%,transparent 46%)}.lesson-card{position:relative;z-index:2;width:min(420px,92%);background:#fff;border-radius:28px;padding:26px;box-shadow:var(--shadow);transform:rotate(2deg)}.card-top{display:flex;justify-content:space-between;font-weight:700;font-size:14px}.streak{background:#fff0df;padding:5px 10px;border-radius:20px}.question{text-align:center;font:700 48px 'Fredoka';margin:36px}.answers{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.answers span{text-align:center;border:2px solid var(--line);padding:13px;border-radius:12px;font-weight:700}.answers .chosen{border-color:var(--green);background:#eaf9f3;color:#207d62}.progress-bar{height:7px;background:#eee;border-radius:9px;margin:28px 0 10px;overflow:hidden}.progress-bar i{display:block;width:80%;height:100%;background:var(--purple)}.lesson-card small{color:var(--muted)}.orbit{position:absolute;z-index:3;display:grid;place-items:center;border-radius:18px;font:700 27px 'Fredoka';box-shadow:0 10px 25px #cdc8dd}.orbit-one{width:64px;height:64px;right:4%;top:5%;background:var(--yellow);transform:rotate(9deg)}.orbit-two{width:55px;height:55px;left:3%;bottom:13%;background:var(--coral);color:#fff;transform:rotate(-12deg)}.orbit-three{width:52px;height:52px;right:7%;bottom:2%;background:var(--green);color:#fff}.section{padding-block:95px}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:42px}.section-head h2,.game-copy h2,.parent h2{font:700 clamp(34px,4vw,50px)/1.12 'Fredoka';margin:8px 0}.section-head>p{max-width:480px;color:var(--muted)}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.feature-grid article{background:#fff;border:1px solid var(--line);border-radius:20px;padding:25px;transition:.2s}.feature-grid article:hover{transform:translateY(-5px);box-shadow:0 14px 35px rgba(40,30,100,.09)}.feature-grid h3{font:700 23px 'Fredoka';margin:17px 0 7px}.feature-grid p{color:var(--muted);min-height:76px}.feature-grid a{font-size:14px;font-weight:700;color:var(--purple)}.icon{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;font:700 13px 'Fredoka'}.purple{background:#ebe8ff;color:var(--purple)}.yellow{background:#fff3c6;color:#9d7100}.coral{background:#ffe0db;color:#bd4937}.green{background:#dff8ef;color:#278267}.game-section{background:var(--purple);color:#fff}.game-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:center}.light{color:#c9c3ff}.game-copy p{color:#dedbff}.game-copy ul{padding:0;list-style:none}.game-copy li{margin:12px 0}.game-copy li:before{content:'✓';margin-right:10px;color:var(--yellow)}.game-card{background:#fff;color:var(--ink);min-height:420px;border-radius:26px;padding:28px;box-shadow:0 25px 55px rgba(20,15,70,.35)}.game-header,.game-stats{display:flex;justify-content:space-between;font-weight:700}.game-header{padding-bottom:18px;border-bottom:1px solid var(--line)}.game-label{text-align:center;margin-top:60px;font-weight:700}.mode-picker{display:grid;gap:12px;max-width:330px;margin:20px auto}.mode-picker button,.game-answers button{border:2px solid var(--line);background:#fff;border-radius:13px;padding:14px;font-weight:700;color:var(--ink);cursor:pointer}.mode-picker button:hover,.game-answers button:hover{border-color:var(--purple);background:#f1efff}.game-stats{margin-top:24px;color:var(--muted);font-size:13px}.game-question{text-align:center;font:700 50px 'Fredoka';margin:35px 0}.game-answers{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.feedback{text-align:center;min-height:25px;font-weight:700}.feedback.good{color:#24866a}.feedback.bad{color:#cf4c39}#gameResult{text-align:center;padding:35px 0}.result-emoji{font-size:56px;margin:0}#gameResult h3{font:700 30px 'Fredoka';margin:8px}.roadmap{background:var(--cream)}.pill,.future-badge{padding:6px 13px;border-radius:20px;background:#e8e5ff;color:var(--purple);font-size:12px;font-weight:700}.topic-row{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.topic-row>div{display:flex;align-items:center;gap:18px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px}.topic-row b{display:grid;place-items:center;min-width:42px;height:42px;background:var(--cream);border-radius:12px;color:var(--purple)}.topic-row span{display:flex;flex-direction:column}.topic-row small{color:var(--muted)}.parent{display:grid;grid-template-columns:1.1fr .9fr;gap:80px;align-items:center}.parent>div:first-child>p:last-child{color:var(--muted);max-width:600px}.future-card{background:#242044;color:#fff;border-radius:24px;padding:30px;position:relative}.future-badge{position:absolute;right:22px;top:22px;background:#3b3760;color:#cfcaff}.ai-icon{font-size:32px;color:var(--yellow)}.future-card h3{font:700 27px 'Fredoka';margin:15px 0 8px}.future-card p{color:#bcb8d2}.mini-row{display:flex;gap:9px;flex-wrap:wrap}.mini-row span{padding:7px 10px;border:1px solid #474268;border-radius:10px;font-size:12px}footer{background:#1c1935;color:#fff;padding:46px 0}.inverse>span:last-child span{color:#a9a1ff}.footer-inner{display:flex;justify-content:space-between;align-items:end}.footer-inner p{color:#aaa6bd;font-size:13px;margin-bottom:0}@media(max-width:850px){.nav nav{display:none}.hero,.game-layout,.parent{grid-template-columns:1fr}.hero{padding-top:35px}.hero-art{height:370px}.feature-grid{grid-template-columns:repeat(2,1fr)}.game-layout,.parent{gap:45px}.section-head{display:block}.topic-row{grid-template-columns:1fr}}@media(max-width:560px){.wrap{width:min(100% - 28px,1120px)}.nav{height:72px}.hero{padding-bottom:60px}.hero h1{font-size:42px}.lead{font-size:16px}.actions{align-items:stretch;flex-direction:column;gap:12px}.text-link{text-align:center}.trust{flex-direction:column;gap:4px}.hero-art{height:325px}.lesson-card{padding:18px}.question{font-size:40px;margin:27px}.orbit-one{right:0}.feature-grid{grid-template-columns:1fr}.feature-grid article p{min-height:auto}.section{padding-block:65px}.game-card{padding:19px}.game-question{font-size:44px}.game-answers{grid-template-columns:1fr}.topic-row{grid-template-columns:1fr}.footer-inner{display:block}.footer-inner>p{margin-top:30px}}
