:root{--font: "Space Grotesk", system-ui, sans-serif;--font-display: "Unbounded", system-ui, sans-serif;--c-coral: #FF6B6B;--c-coral-dark: #E55555;--c-yellow: #FFE66D;--c-yellow-dark: #F5D440;--c-teal: #4ECDC4;--c-teal-dark: #3BB8B0;--c-purple: #A855F7;--c-purple-dark: #9333EA;--c-blue: #60A5FA;--c-dark: #1A1A2E;--c-text: #555566;--c-text-light: #222233;--c-bg: #FFFFFF;--c-bg-warm: #FFF9F0;--c-bg-cool: #F0F4FF;--c-bg-mint: #F0FBF9;--c-bg-lavender: #F5F0FF;--c-border: #E8E8F0;--radius: 1.25rem;--radius-lg: 2rem;--container: 1200px;--ease: cubic-bezier(.16, 1, .3, 1)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px}a{color:inherit;text-decoration:none}ul{list-style:none}body{font-family:var(--font);color:var(--c-text);line-height:1.6;overflow-x:hidden;background:var(--c-bg)}.container{max-width:var(--container);margin:0 auto;padding:0 2rem}section{position:relative;overflow:hidden}h1,h2,h3{font-family:var(--font-display);line-height:1.1;color:var(--c-text-light)}.tag{display:inline-block;padding:.4rem 1.2rem;border:2px solid currentColor;border-radius:0;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;margin-bottom:1.5rem;transform:rotate(-2deg)}.btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:1.1rem 2.5rem;background:var(--c-coral);color:#fff;border:none;border-radius:0;font-family:var(--font-display);font-weight:700;font-size:1rem;cursor:pointer;transition:transform .2s,background .2s;text-transform:uppercase;letter-spacing:.05em;clip-path:polygon(0 0,100% 4%,98% 100%,2% 96%)}.btn-primary:hover{transform:scale(1.05) rotate(-1deg);background:var(--c-coral-dark)}.btn-full{width:100%}.section-divider{position:absolute;bottom:-2px;left:0;right:0;height:80px;z-index:5}.divider-1{background:var(--c-bg-cool);clip-path:polygon(0 60%,15% 20%,35% 70%,55% 10%,75% 55%,100% 0%,100% 100%,0% 100%)}.divider-2{background:var(--c-bg);clip-path:polygon(0 0%,20% 60%,45% 15%,65% 50%,85% 5%,100% 40%,100% 100%,0% 100%)}.divider-3{background:var(--c-bg-lavender);clip-path:polygon(0 40%,10% 0%,30% 55%,50% 10%,70% 60%,90% 20%,100% 50%,100% 100%,0% 100%)}.nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.25rem 2rem;transition:background .3s,padding .3s,box-shadow .3s}.nav.scrolled{background:#ffffffe6;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:.75rem 2rem;box-shadow:0 2px 20px #0000000f}.nav-inner{display:flex;align-items:center;justify-content:space-between;max-width:var(--container);margin:0 auto}.logo{display:flex;align-items:center}.logo-img{height:70px;width:auto}.logo-mascot{transform-origin:center bottom;transition:transform .3s ease}.logo:hover .logo-mascot{animation:mascot-wiggle .6s ease-in-out}@keyframes mascot-wiggle{0%{transform:rotate(0)}20%{transform:rotate(6deg)}40%{transform:rotate(-5deg)}60%{transform:rotate(4deg)}80%{transform:rotate(-2deg)}to{transform:rotate(0)}}.nav-links{display:flex;gap:2.5rem}.nav-links a{font-size:.9rem;font-weight:500;color:var(--c-text);transition:color .2s}.nav-links a:hover{color:var(--c-coral)}.nav-cta{padding:.6rem 1.5rem;background:transparent;color:var(--c-coral);border:2px solid var(--c-coral);font-family:var(--font-display);font-weight:700;font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;transition:background .2s,color .2s}.nav-cta:hover{background:var(--c-coral);color:#fff}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;width:2rem;height:2rem;position:relative}.mobile-menu-btn span{display:block;width:100%;height:2px;background:var(--c-text-light);border-radius:0;transition:transform .3s,opacity .3s;position:absolute;left:0}.mobile-menu-btn span:nth-child(1){top:6px}.mobile-menu-btn span:nth-child(2){top:14px}.mobile-menu-btn span:nth-child(3){top:22px}.mobile-menu-btn.active span:nth-child(1){top:14px;transform:rotate(45deg)}.mobile-menu-btn.active span:nth-child(2){opacity:0}.mobile-menu-btn.active span:nth-child(3){top:14px;transform:rotate(-45deg)}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;background:var(--c-bg-warm);overflow:hidden}.hero-content{position:relative;z-index:2;width:100%;max-width:var(--container);margin:0 auto;padding:10rem 2rem 8rem;display:flex;flex-direction:column;align-items:center;text-align:center}.hero-text{max-width:750px}.hero h1{margin-bottom:2rem}.hero-line{display:block;font-size:5rem;font-weight:900;text-transform:uppercase;color:var(--c-text-light)}.hero-line.accent{color:var(--c-coral);transform:rotate(-2deg);display:inline-block}.hero-subtitle{font-size:1.2rem;color:var(--c-text);margin-bottom:2.5rem;max-width:550px;margin-left:auto;margin-right:auto;line-height:1.7}.hero-actions{display:flex;align-items:center;justify-content:center;gap:2.5rem}.hero-stats{display:flex;gap:2rem}.hero-stat{font-size:.9rem;color:var(--c-text)}.hero-stat span{display:block;font-family:var(--font-display);font-size:1.5rem;font-weight:800;color:var(--c-teal-dark)}.hero-characters{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none}.hero-char-wrap{position:absolute;cursor:pointer;pointer-events:auto}.hero-char-wrap img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 20px 40px rgba(0,0,0,.1));transition:filter .3s,scale .3s ease;pointer-events:none}.hero-char-wrap:hover img{filter:drop-shadow(0 25px 50px rgba(0,0,0,.18));scale:1.12}.hero-char-wrap.hero-char--dragon{width:clamp(200px,16vw,400px);top:10%;right:4%}.hero-char-wrap.hero-char--owl{width:clamp(90px,7.5vw,200px);top:15%;left:6%}.hero-char-wrap.hero-char--book{width:clamp(130px,11vw,280px);bottom:15%;left:8%}.hero-char-wrap.hero-char--unicorn{width:clamp(140px,11.5vw,300px);bottom:12%;right:6%}.hero-zigzag{position:absolute;bottom:-2px;left:0;right:0;height:80px;background:var(--c-bg);clip-path:polygon(0 70%,8% 30%,18% 80%,28% 20%,40% 65%,52% 10%,62% 55%,74% 5%,86% 60%,100% 25%,100% 100%,0% 100%);z-index:5}.helpers{background:var(--c-bg);padding:8rem 0 10rem}.helpers-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.helpers-visual{aspect-ratio:1;position:relative;display:flex;align-items:center;justify-content:center;background:var(--c-bg-mint);clip-path:polygon(2% 0%,100% 3%,97% 98%,0% 100%);padding:2rem}.helpers-char{width:70%;filter:drop-shadow(0 15px 30px rgba(0,0,0,.1));cursor:pointer;transition:scale .3s ease}.helpers-char:hover{scale:1.12}.helpers-char-secondary{position:absolute;bottom:10%;right:5%;width:30%;filter:drop-shadow(0 10px 20px rgba(0,0,0,.08));cursor:pointer;transition:scale .3s ease}.helpers-char-secondary:hover{scale:1.12}.helpers .tag{color:var(--c-teal-dark);border-color:var(--c-teal)}.helpers h2{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem}.helpers-text p{font-size:1.1rem;color:var(--c-text);line-height:1.8;margin-bottom:2rem}.helpers-features{display:flex;flex-direction:column;gap:1rem}.helpers-feature{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:var(--c-bg-warm);border-left:3px solid transparent;transition:border-color .2s,scale .2s ease}.helpers-feature:hover{scale:1.03}.helpers-feature:nth-child(1){border-left-color:var(--c-coral)}.helpers-feature:nth-child(2){border-left-color:var(--c-yellow-dark)}.helpers-feature:nth-child(3){border-left-color:var(--c-teal)}.feature-dot{width:.75rem;height:.75rem;border-radius:0;transform:rotate(45deg);flex-shrink:0}.helpers-feature span{font-weight:500;font-size:.95rem;color:var(--c-text-light)}.effective{background:var(--c-bg-cool);padding:8rem 0 10rem}.effective .section-header{margin-bottom:5rem}.effective .tag{color:var(--c-purple-dark);border-color:var(--c-purple)}.effective h2{font-size:4rem;font-weight:900}.effective-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.effective-card{padding:3rem 2.5rem;background:#fffc;border:1px solid var(--c-border);position:relative;overflow:hidden;transition:transform .3s,box-shadow .3s;clip-path:polygon(0 0,100% 2%,98% 100%,2% 98%)}.effective-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000014}.card-number{font-family:var(--font-display);font-size:4.5rem;font-weight:900;line-height:1;opacity:.06;position:absolute;top:-.5rem;right:1rem}.effective-card-char{width:80px;height:80px;object-fit:contain;margin-bottom:1.5rem;filter:drop-shadow(0 8px 16px rgba(0,0,0,.08));transition:transform .3s}.effective-card:hover .effective-card-char{transform:scale(1.1) rotate(5deg)}.effective-card h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.effective-card:nth-child(1) h3{color:var(--c-coral)}.effective-card:nth-child(2) h3{color:var(--c-teal-dark)}.effective-card:nth-child(3) h3{color:var(--c-purple)}.effective-card p{color:var(--c-text);font-size:.95rem;line-height:1.7}.included{background:var(--c-bg);padding:8rem 0 10rem}.included .tag{color:var(--c-purple-dark);border-color:var(--c-purple)}.included h2{font-size:4rem;font-weight:900;margin-bottom:1rem}.included-desc{font-size:1.1rem;color:var(--c-text);line-height:1.7;margin-bottom:2rem}.included-layout{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:start}.included-decor{width:280px;margin-top:1rem;filter:drop-shadow(0 15px 30px rgba(0,0,0,.1));cursor:pointer;transition:scale .3s ease}.included-decor:hover{scale:1.12}.included-right{display:flex;flex-direction:column;gap:2rem}.included-item{display:flex;gap:2rem;align-items:flex-start;padding:2rem;background:var(--c-bg-warm);border-left:4px solid var(--c-purple);transition:transform .2s}.included-item:hover{animation:wiggle .5s ease-in-out}.included-item:nth-child(2){border-left-color:var(--c-teal)}.included-item:nth-child(3){border-left-color:var(--c-yellow-dark)}.included-number{font-family:var(--font-display);font-size:2.5rem;font-weight:900;color:var(--c-purple);line-height:1;flex-shrink:0;min-width:4.5rem}.included-item:nth-child(2) .included-number{color:var(--c-teal-dark)}.included-item:nth-child(3) .included-number{color:var(--c-yellow-dark)}.included-info h3{font-size:1.15rem;font-weight:700;margin-bottom:.4rem}.included-info p{font-size:.9rem;color:var(--c-text)}.included-bottom{margin-top:.5rem}.included-audiences{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.included-audience{padding:1.5rem;background:var(--c-bg-lavender);border-top:3px solid var(--c-purple);transition:transform .2s}.included-audience:last-child{border-top-color:var(--c-teal)}.included-audience:hover{animation:wiggle .5s ease-in-out}.included-audience h4{font-family:var(--font-display);font-size:1rem;font-weight:700;color:var(--c-text-light);margin-bottom:.5rem}.included-audience p{font-size:.85rem;color:var(--c-text);line-height:1.6}.pricing{background:var(--c-bg-lavender);padding:8rem 0}.pricing-layout{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.pricing .tag{color:var(--c-coral);border-color:var(--c-coral)}.pricing h2{font-size:3.5rem;font-weight:900;margin-bottom:1.5rem}.pricing-desc{font-size:1.15rem;color:var(--c-text);line-height:1.7}.pricing-right{position:relative}.pricing-decor{position:absolute;top:-60px;right:-30px;width:120px;filter:drop-shadow(0 10px 20px rgba(0,0,0,.08));z-index:1;pointer-events:none}.pricing-card{display:flex;gap:0;margin-bottom:1.5rem;border:2px solid var(--c-border);clip-path:polygon(0 0,100% 2%,99% 100%,1% 97%);background:var(--c-bg);position:relative;z-index:2}.pricing-plan{flex:1;padding:2.5rem 2rem;text-align:center;position:relative;transition:transform .3s ease}.pricing-plan:hover{animation:wiggle .5s ease-in-out}.pricing-plan.popular{background:#ff6b6b0f;border-left:2px solid var(--c-coral)}.pricing-separator{width:2px;background:var(--c-border)}.plan-badge{position:absolute;top:-1px;right:1rem;background:var(--c-coral);color:#fff;padding:.2rem .8rem;font-family:var(--font-display);font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.plan-label{font-size:.85rem;color:var(--c-text);margin-bottom:.75rem;font-weight:500}.plan-price{font-family:var(--font-display);font-size:3rem;font-weight:900;color:var(--c-text-light);line-height:1}.plan-price span{font-size:1rem;font-weight:600;color:var(--c-text)}.pricing-note{font-size:.8rem;color:var(--c-text);margin-top:1rem;text-align:center}.footer{background:var(--c-bg);color:var(--c-text);padding:4rem 0 2rem}.footer-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem;flex-wrap:wrap;gap:2rem}.footer-logo{display:flex;align-items:center}.footer-logo-img{height:48px;width:auto}.footer-links-group{display:flex;gap:2rem;flex-wrap:wrap}.footer-links-group a{color:var(--c-text);font-size:.9rem;transition:color .2s}.footer-links-group a:hover{color:var(--c-coral)}.footer-socials{display:flex;gap:.75rem}.footer-social{width:2.25rem;height:2.25rem;display:flex;align-items:center;justify-content:center;border:1px solid rgba(0,0,0,.15);color:var(--c-text);font-size:.8rem;font-weight:700;transition:background .2s,color .2s,border-color .2s}.footer-social:hover{background:var(--c-coral);color:#fff;border-color:var(--c-coral)}.footer-bottom{border-top:1px solid rgba(0,0,0,.1);padding-top:2rem;display:flex;justify-content:space-between;align-items:center;font-size:.8rem}.footer-bottom a{transition:color .2s}.footer-bottom a:hover{color:var(--c-coral)}[data-reveal]{opacity:0;transform:translateY(40px);transition:opacity .8s var(--ease),transform .8s var(--ease)}[data-reveal=left]{transform:translate(-40px)}[data-reveal=right]{transform:translate(40px)}[data-reveal=scale]{transform:scale(.9)}[data-reveal].visible{opacity:1;transform:none}[data-delay="1"]{transition-delay:.1s}[data-delay="2"]{transition-delay:.2s}[data-delay="3"]{transition-delay:.3s}[data-delay="4"]{transition-delay:.4s}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(2deg)}}@keyframes float-slow{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-12px) rotate(-1.5deg)}}@keyframes float-reverse{0%,to{transform:translateY(-15px) rotate(1deg)}50%{transform:translateY(0) rotate(-2deg)}}.floating{animation:float 4s ease-in-out infinite}.floating--slow{animation:float-slow 6s ease-in-out infinite}.floating--reverse{animation:float-reverse 5s ease-in-out infinite}@keyframes wiggle{0%{transform:rotate(0)}20%{transform:rotate(2deg)}40%{transform:rotate(-2deg)}60%{transform:rotate(1.5deg)}80%{transform:rotate(-1deg)}to{transform:rotate(0)}}.faq-section{padding:80px 0;background:var(--c-bg-warm)}.faq-header{text-align:center;margin-bottom:48px}.faq-header h2{font-size:32px;font-weight:800;margin-bottom:12px;color:var(--c-text-light)}.faq-header p{font-size:16px;color:var(--c-text)}.faq-list{max-width:760px;margin:0 auto}.faq-item{border-bottom:1px solid var(--c-border)}.faq-question{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;padding:20px 0;background:none;border:none;font-family:inherit;font-size:17px;font-weight:600;color:var(--c-text-light);text-align:left;cursor:pointer;transition:color .3s ease}.faq-question:hover{color:var(--c-coral)}.faq-icon{flex-shrink:0;width:24px;height:24px;position:relative;transition:transform .3s ease}.faq-icon:before,.faq-icon:after{content:"";position:absolute;background:var(--c-text);border-radius:2px;transition:transform .3s ease}.faq-icon:before{width:16px;height:2px;top:11px;left:4px}.faq-icon:after{width:2px;height:16px;top:4px;left:11px}.faq-item.open .faq-icon:after{transform:rotate(90deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-answer-inner{padding:0 0 20px;font-size:15px;line-height:1.7;color:var(--c-text)}.faq-item.open .faq-answer{max-height:300px}@media (max-width: 768px){.faq-section{padding:48px 0}.faq-header h2{font-size:24px}.faq-question{font-size:15px;padding:16px 0}.faq-answer-inner{font-size:14px}}.section-satellites{padding:60px 0;background:#f5f5f5}.satellites-header{text-align:center;font-size:20px;font-weight:700;margin-bottom:32px;color:#333}.satellites-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;max-width:1120px;margin:0 auto;padding:0 24px}.satellite-card{display:block;padding:24px;background:#fff;border-radius:12px;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #eee}.satellite-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.satellite-title{font-size:16px;font-weight:700;color:#333;margin-bottom:8px}.satellite-desc{font-size:14px;color:#777;line-height:1.5}@media (max-width: 768px){.satellites-grid{grid-template-columns:1fr;gap:12px}.section-satellites{padding:40px 0}}@media (min-width: 769px) and (max-width: 1024px){.satellites-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 1024px){.hero-line{font-size:3.5rem}.effective h2,.included h2{font-size:3rem}.helpers h2,.pricing h2{font-size:2.75rem}.hero-characters{width:380px;height:380px}.hero-char--dragon{width:200px}.hero-char--unicorn{width:130px}.hero-char--owl{width:80px}.hero-char--book{width:130px}}@media (max-width: 768px){.nav-links,.nav-cta{display:none}.mobile-menu-btn{display:block}.nav-links.open{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:1.5rem 2rem;gap:1rem;box-shadow:0 10px 30px #00000014}.hero-line{font-size:2.5rem}.hero-content{padding:7rem 2rem 4rem;flex-direction:column}.hero-characters{width:100%;max-width:320px;height:280px;margin:0 auto}.hero-char--dragon{width:160px}.hero-char--unicorn{width:110px}.hero-char--owl{width:70px}.hero-char--book{width:110px}.hero{min-height:auto;padding-bottom:6rem}.hero-actions{flex-direction:column;align-items:flex-start;gap:1.5rem}.helpers-grid{grid-template-columns:1fr;gap:2.5rem}.helpers-visual{max-width:400px;margin:0 auto}.effective-grid{grid-template-columns:1fr}.effective h2,.helpers h2{font-size:2.5rem}.included-layout{grid-template-columns:1fr;gap:3rem}.included h2{font-size:2.5rem}.included-decor{width:200px}.pricing-layout{grid-template-columns:1fr;gap:3rem}.pricing h2{font-size:2.5rem}.pricing-card{flex-direction:column}.pricing-separator{width:100%;height:2px}.pricing-decor{width:80px;top:-40px;right:-10px}section{padding:5rem 0 7rem}.footer-top{flex-direction:column;align-items:flex-start}.footer-bottom{flex-direction:column;gap:1rem}}@media (max-width: 480px){.hero-line,.effective h2,.helpers h2,.included h2,.pricing h2{font-size:2rem}.btn-primary{width:100%}.hero-characters{height:220px}.hero-char--dragon{width:120px}.hero-char--unicorn{width:90px}.hero-char--owl{width:55px}.hero-char--book{width:90px}}
