html,body{margin:0;width:100%;height:100%}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;background:#fff8e7}.container{max-width:900px;margin:0 auto;padding:0 20px}.header{background:#fff8e7;padding:15px 0}.header-content{display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:10px}.logo-text{font-size:1.4rem;font-weight:700;color:#333}.logo-icon{width:45px;height:45px;background:#b8e6e6;border-radius:12px;display:flex;align-items:center;justify-content:center;border:1px solid #000;overflow:hidden}.logo-icon img{width:100%;height:100%;object-fit:cover}.social-icons{display:flex;gap:15px}.social-icon{width:40px;height:40px;background:#f5e6ff;border-radius:10px;display:flex;align-items:center;justify-content:center;border:2px solid #000;cursor:pointer;color:#333;text-decoration:none;transition:all .3s ease}.social-icon:hover{background:#e8d6ff;transform:translateY(-2px)}.highlight-text{background:#b8e6e6;padding:4px 10px;border-radius:8px;border:2px solid #000;color:#333;display:inline-block}.highlight-box{background:#b8e6e6;padding:8px 15px;border-radius:10px;border:2px solid #000;color:#333;display:inline-block}.underline-text{position:relative;color:#333}.underline-text:after{content:"";position:absolute;bottom:-8px;left:-2px;right:-2px;height:6px;background:#b8e6e6;border:2px solid #000;border-radius:3px}.love-highlight{color:#4169e1;font-weight:700}.percentage{font-size:3rem;font-weight:900;color:#333;background:#b8e6e6;padding:10px 20px;border-radius:15px;border:3px solid #000;display:inline-block;margin:0 15px}.hero-wrapper{max-width:900px;margin:70px auto 20px}.hero-content{overflow:visible;background:#b8e6e6;padding:80px 20px;color:#333;border-radius:25px;border:3px solid #000;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;height:350px}.hero-text{text-align:left;display:flex;align-items:center;height:100%}.hero h1{font-size:2.5rem;font-weight:900;margin:0;line-height:1.2;text-transform:lowercase;color:#333;text-align:left}.hero-phone{position:absolute;right:-50px;bottom:-70px;transform:perspective(1000px) rotateY(-10deg);pointer-events:none}.hero-phone img{width:auto;height:600px;border-radius:30px}.hero-bottom{padding:15px 20px;display:flex;justify-content:space-between;align-items:center;max-width:900px;margin:0 auto;position:relative;z-index:1}.user-stats{display:flex;align-items:center;justify-content:flex-start;gap:10px;font-size:.95rem}.avatars{display:flex}.flag-avatar{font-size:1.8rem;width:40px;height:40px;background:#fff;border-radius:50%;border:2px solid #000;display:flex;align-items:center;justify-content:center;margin-left:-15px}.flag-avatar:first-child{margin-left:0}.join-text{font-size:1.1rem;font-weight:600}.badge{background:#fff;padding:4px 12px;border-radius:20px;font-size:.9rem;border:2px solid #000;color:#333}.app-stores{display:flex;gap:15px;justify-content:flex-end;align-items:center}.app-store-badge{height:50px;cursor:pointer;transition:transform .3s ease}.app-store-badge:hover{transform:translateY(-2px)}.features{background:#c5e8b7;padding:60px 20px;color:#333;margin:20px auto;max-width:900px;border-radius:25px;border:3px solid #000}.features-title{text-align:center;font-size:2.5rem;font-weight:900;margin-bottom:60px;letter-spacing:2px;line-height:1.2}.feature-phones{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:1200px;margin:0 auto}.phone-screenshot{position:relative;overflow:hidden;transition:transform .3s ease}.phone-screenshot:hover{transform:translateY(-5px)}.phone-screenshot img{width:100%;height:auto;display:block;border-radius:20px}.feature-overlay{position:absolute;bottom:0;left:0;right:0;background:#fffffff2;padding:20px;border-bottom:2px solid #000;border-radius:0 0 17px 17px;transform:translateY(calc(100% - 60px));transition:transform .3s ease}.phone-screenshot:hover .feature-overlay{transform:translateY(0)}.feature-overlay h4{font-size:.9rem;font-weight:700;margin:10px 0 5px;color:#333}.feature-overlay p{font-size:.75rem;color:#666;line-height:1.3;margin:0}.feature-tag{font-size:.6rem;font-weight:700;padding:3px 8px;border-radius:4px;border:1.5px solid #000;display:inline-block;margin-bottom:8px}.feature-tag.voice{background:#ffe4b5;color:#333}.feature-tag.quiz{background:#e6e6fa;color:#333}.feature-tag.science{background:khaki;color:#333}.feature-tag.progress{background:#ffb6c1;color:#333}.feature-tag.languages{background:#b0e0e6;color:#333}.reviews{background:#ffe4e1;padding:60px 20px;text-align:center;margin:20px auto;max-width:900px;border-radius:25px;border:3px solid #000}.reviews-header{display:flex;align-items:center;justify-content:center;gap:15px;margin-bottom:20px}.rating-stars{font-size:1.5rem}.review-count{font-weight:600;color:#333}.reviews h2{font-size:2.5rem;font-weight:900;color:#333;margin-bottom:30px}.language-flags{display:flex;justify-content:center;gap:20px;margin-bottom:30px;flex-wrap:wrap}.flag{font-size:3rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));transition:transform .2s ease;cursor:pointer}.flag:hover{transform:scale(1.1)}.learning-tools{background:#b6d7ff;padding:60px 20px;text-align:center;margin:20px auto;max-width:900px;border-radius:25px;border:3px solid #000}.learning-tools h2{font-size:2.5rem;font-weight:900;color:#333;margin-bottom:40px}.tools-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:30px}.tool-item{text-align:center}.tool-icon{width:80px;height:80px;background:#fff;border-radius:50%;border:2px solid #000;display:flex;align-items:center;justify-content:center;font-size:2rem;margin:0 auto 10px}.tool-item h4{font-size:.9rem;font-weight:700;margin:5px 0;color:#333}.tool-item p{font-size:.8rem;color:#666}.movement{background:#c5e8b7;padding:60px 20px;margin:20px auto;max-width:900px;border-radius:25px;border:3px solid #000}.movement h2{font-size:2.5rem;font-weight:900;color:#333;margin-bottom:30px}.movement-content{max-width:700px;margin:0 auto;text-align:left}.movement-content p{font-size:1rem;line-height:1.6;margin-bottom:20px;color:#333}.movement-content em{font-style:italic;color:#666}.safe-space{background:#fff8e7;padding:60px 20px;margin:40px 0}.safe-space-content{max-width:900px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.safe-space-text h2{font-size:2.5rem;font-weight:900;color:#333;margin-bottom:30px;line-height:1.2}.safe-features{display:flex;flex-direction:column;gap:20px}.safe-feature{display:flex;align-items:center;gap:15px}.safe-icon{width:50px;height:50px;background:#fff;border-radius:50%;border:2px solid #000;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.safe-feature span{font-size:1.1rem;font-weight:600;color:#333}.phone-mockup-large{width:280px;height:500px;background:#e6e6fa;border-radius:35px;margin:0 auto;display:flex;align-items:center;justify-content:center;box-shadow:0 20px 50px #0003;border:3px solid #000;padding:30px}.mockup-content{background:#fff;border-radius:20px;padding:20px;width:100%}.user-card{display:flex;align-items:center;gap:10px;margin-bottom:15px;position:relative}.user-avatar{width:40px;height:40px;background:#ffb6c1;border-radius:50%;border:2px solid #000}.user-info h4{font-size:1rem;margin:0;color:#333}.user-tag{font-size:.8rem;color:#666;margin:0}.verified-badge{position:absolute;right:0;width:25px;height:25px;background:#90ee90;border-radius:50%;border:2px solid #000;display:flex;align-items:center;justify-content:center;font-weight:700}.user-message{font-size:.9rem;line-height:1.4;color:#333;font-style:italic}.learn-faster{background:#fff8e7;padding:40px 20px;text-align:center}.learn-faster h2{font-size:2.5rem;font-weight:900;color:#333;margin-bottom:40px}.learn-faster-content{max-width:900px;margin:0 auto;padding:0 20px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.feature-box{background:#fff;padding:30px;border-radius:20px;border:2px solid #000;text-align:center}.feature-box h4{font-size:1rem;font-weight:700;margin-top:20px;color:#333}.research-stat{text-align:center;padding:40px 30px;background:#ffe4e1!important}.stat-percentage{font-size:3rem;font-weight:900;color:#4169e1;margin:0 0 15px}.stat-description{font-size:1rem;font-weight:600;color:#333;margin:0 0 10px;line-height:1.4}.stat-source{font-size:.85rem;color:#666;font-style:italic;margin:0}.word-input{width:100%;padding:10px;border:2px solid #000;border-radius:8px;font-size:.9rem;margin-bottom:15px}.translation-result{background:#f0f0f0;padding:15px;border-radius:8px;font-size:.9rem;margin-bottom:10px}.original{font-weight:700}.translated{color:#4169e1;font-weight:700}.alert-preview{background:#e6e6fa;padding:20px;border-radius:12px;border:2px solid #000}.notification-badge{background:#ffe4b5;padding:8px 15px;border-radius:20px;border:2px solid #000;font-size:.9rem;font-weight:600;display:inline-block;margin-bottom:10px}.alert-preview p{font-size:.85rem;color:#666;margin:0}.support-message{background:#ffe4e1;padding:20px;border-radius:12px;border:2px solid #000}.support-text{font-size:1.1rem;font-weight:700;color:#333;margin-bottom:5px}.support-info{font-size:.85rem;color:#666;margin:0}.testimonials{padding:20px 0;background:#fff8e7}.testimonials-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:900px;margin:0 auto}.testimonial-card{background:#c5e8b7;padding:40px;border-radius:25px;border:3px solid #000;color:#333}.testimonial-card h3{font-size:1.8rem;font-weight:900;margin-bottom:20px;color:#333}.testimonial-card blockquote{font-style:italic;margin-bottom:20px;line-height:1.5;font-size:1rem}.testimonial-card cite{font-weight:600;font-style:normal}.rating-dots{display:flex;gap:8px;margin-top:20px}.dot{width:12px;height:12px;border-radius:50%;background:#0000004d}.dot.active{background:#333}.cta-card{background:#b6d7ff;padding:40px;border-radius:25px;border:3px solid #000;color:#333;text-align:center;display:flex;flex-direction:column;justify-content:center}.cta-card h3{font-size:2rem;font-weight:900;margin-bottom:15px;color:#333}.cta-card p{font-size:1.1rem;margin-bottom:30px}.app-stores-final{display:flex;justify-content:center}.store-badge-final{background:#fff;padding:12px 20px;border-radius:12px;border:2px solid #000;color:#333;font-weight:600;text-align:center;cursor:pointer}.app-store-badge-final{height:50px;cursor:pointer;transition:transform .3s ease}.app-store-badge-final:hover{transform:translateY(-2px)}.footer{background:#fff8e7;padding:40px 0;text-align:center}.footer-logo{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:20px}.footer-logo-icon{width:45px;height:45px;background:#b8e6e6;border-radius:12px;display:flex;align-items:center;justify-content:center;border:1px solid #000;overflow:hidden}.footer-logo-icon img{width:100%;height:100%;object-fit:cover}.footer-logo-text{font-size:1.4rem;font-weight:700;color:#333}.footer-links{display:flex;justify-content:center;gap:30px}.footer-links a{color:#333;text-decoration:none;font-weight:500;transition:color .3s ease}.footer-links a:hover{color:#666}@media (max-width: 768px){.hero h1{font-size:2rem}.hero{margin:10px auto 0}.hero-content{grid-template-columns:1fr;text-align:center;height:auto;padding:60px 20px}.hero-text,.hero h1{text-align:center}.hero-phone{position:static;right:auto;top:auto;bottom:auto;transform:none;margin-top:30px;text-align:center}.hero-phone img{height:350px;width:auto}.hero-bottom{margin:0 10px 10px}.features,.reviews,.learning-tools,.movement{margin:10px auto}.tools-grid{grid-template-columns:repeat(2,1fr);gap:20px}.feature-grid{grid-template-columns:1fr}.safe-space-content{grid-template-columns:1fr;text-align:center}.testimonials-grid{grid-template-columns:1fr}.footer-links{flex-direction:column;gap:15px}.features-title,.reviews h2,.benefits h2,.movement h2,.cta-text h2,.bottom-section h2{font-size:2rem}.feature-phones{grid-template-columns:repeat(2,1fr);gap:15px}.phone-screenshot img{max-height:400px;object-fit:cover}.app-stores{flex-direction:column;align-items:center}}
