:root{--primary-gradient: linear-gradient(83.21deg, #3245ff 0%, #bc52ee 100%);--secondary-gradient: linear-gradient(14deg, #d83333 0%, #f041ff 100%);--bg-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--text-dark: #111827;--text-light: #6b7280;--bg-white: #ffffff;--bg-dark: #1f2937;--shadow: 0 10px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--shadow-lg: 0 25px 50px -12px rgba(0, 0, 0, .25)}*{margin:0;padding:0;box-sizing:border-box}html{font-family:Inter,system-ui,-apple-system,sans-serif;scroll-behavior:smooth;overflow-x:hidden}body{line-height:1.6;color:var(--text-dark);background:var(--bg-white);overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.gradient-text{background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.gradient-text-secondary{background:var(--secondary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:.75rem;font-weight:600;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer;font-size:1rem}.btn-primary{background:var(--primary-gradient);color:#fff;box-shadow:var(--shadow)}.btn-primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-secondary{background:transparent;color:var(--text-dark);border:2px solid var(--text-light)}.btn-secondary:hover{background:var(--text-dark);color:#fff;transform:translateY(-2px)}.animate-fade-in{animation:fadeIn .6s ease-out}.animate-slide-up{animation:slideUp .8s ease-out}.animate-bounce{animation:bounce 2s infinite}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,20%,53%,80%,to{transform:translateZ(0)}40%,43%{transform:translate3d(0,-30px,0)}70%{transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}@media (max-width: 768px){.container{padding:0 .5rem}}.hero[data-astro-cid-bbe6dxrz]{min-height:100vh;display:flex;align-items:center;padding:2rem 0;background:linear-gradient(135deg,#3245ff08,#bc52ee08);position:relative;overflow:hidden}.hero-content[data-astro-cid-bbe6dxrz]{flex:1;max-width:600px}.hero-title[data-astro-cid-bbe6dxrz]{font-size:4rem;font-weight:900;line-height:1.1;margin-bottom:1rem;background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle[data-astro-cid-bbe6dxrz]{font-size:1.5rem;line-height:1.6;margin-bottom:2rem;color:var(--text-light)}.hero-buttons[data-astro-cid-bbe6dxrz]{display:flex;gap:1rem;margin-bottom:3rem}.hero-stats[data-astro-cid-bbe6dxrz]{display:flex;gap:2rem;padding-top:2rem;border-top:1px solid rgba(107,114,128,.2)}.stat[data-astro-cid-bbe6dxrz]{display:flex;flex-direction:column;align-items:center;text-align:center}.stat-number[data-astro-cid-bbe6dxrz]{font-size:2rem;font-weight:800;line-height:1}.stat-label[data-astro-cid-bbe6dxrz]{font-size:.875rem;color:var(--text-light);margin-top:.25rem}.hero-visual[data-astro-cid-bbe6dxrz]{flex:1;display:flex;justify-content:center;align-items:center;position:relative}.phone-mockup[data-astro-cid-bbe6dxrz]{width:280px;height:560px;background:#1f2937;border-radius:2rem;padding:1rem;box-shadow:var(--shadow-lg);position:relative;overflow:hidden}.phone-screen[data-astro-cid-bbe6dxrz]{width:100%;height:100%;background:#fff;border-radius:1.5rem;padding:2rem 1.5rem;position:relative;overflow:hidden}.app-preview[data-astro-cid-bbe6dxrz]{height:100%;display:flex;flex-direction:column;gap:2rem}.app-header[data-astro-cid-bbe6dxrz]{text-align:center;padding-bottom:1rem;border-bottom:1px solid rgba(107,114,128,.2)}.app-title[data-astro-cid-bbe6dxrz]{font-size:1.5rem;font-weight:800;background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.app-subtitle[data-astro-cid-bbe6dxrz]{font-size:.875rem;color:var(--text-light);margin-top:.25rem}.conversion-demo[data-astro-cid-bbe6dxrz]{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1.5rem;background:linear-gradient(135deg,#3245ff1a,#bc52ee1a);border-radius:1rem}.word-input[data-astro-cid-bbe6dxrz],.ipa-output[data-astro-cid-bbe6dxrz]{padding:.75rem 1rem;background:#fff;border-radius:.5rem;font-weight:600;box-shadow:0 2px 4px #0000001a}.word-input[data-astro-cid-bbe6dxrz]{color:var(--text-dark)}.ipa-output[data-astro-cid-bbe6dxrz]{color:#d83333;font-family:Courier New,monospace}.arrow[data-astro-cid-bbe6dxrz]{font-size:1.5rem;color:var(--text-light);font-weight:700}.flashcard-demo[data-astro-cid-bbe6dxrz]{flex:1;display:flex;align-items:center;justify-content:center}.flashcard[data-astro-cid-bbe6dxrz]{width:200px;height:120px;background:var(--primary-gradient);border-radius:1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;font-weight:600;box-shadow:var(--shadow);animation:flip 4s ease-in-out infinite}.flashcard-front[data-astro-cid-bbe6dxrz]{font-size:1.1rem}.flashcard-back[data-astro-cid-bbe6dxrz]{font-size:.9rem;font-family:Courier New,monospace;margin-top:.5rem;opacity:.9}@keyframes flip{0%,40%{transform:rotateY(0)}50%,90%{transform:rotateY(180deg)}to{transform:rotateY(0)}}@media (max-width: 1024px){.hero[data-astro-cid-bbe6dxrz]{flex-direction:column;text-align:center;padding:4rem 0}.hero-content[data-astro-cid-bbe6dxrz]{max-width:100%;margin-bottom:3rem}.hero-visual[data-astro-cid-bbe6dxrz]{flex:none}.phone-mockup[data-astro-cid-bbe6dxrz]{width:240px;height:480px}}@media (max-width: 768px){.hero[data-astro-cid-bbe6dxrz]{min-height:auto;padding:3rem 0}.hero-title[data-astro-cid-bbe6dxrz]{font-size:2.5rem}.hero-subtitle[data-astro-cid-bbe6dxrz]{font-size:1.2rem}.hero-buttons[data-astro-cid-bbe6dxrz]{flex-direction:column;align-items:center}.hero-stats[data-astro-cid-bbe6dxrz]{flex-direction:column;gap:1rem}.stat[data-astro-cid-bbe6dxrz]{align-items:center}.phone-mockup[data-astro-cid-bbe6dxrz]{width:200px;height:400px}.conversion-demo[data-astro-cid-bbe6dxrz]{flex-direction:column;gap:.5rem}.arrow[data-astro-cid-bbe6dxrz]{transform:rotate(90deg)}.flashcard[data-astro-cid-bbe6dxrz]{width:160px;height:100px}}.features[data-astro-cid-vnivfuh2]{padding:5rem 0;background:linear-gradient(135deg,#d8333305,#f041ff05)}.features-header[data-astro-cid-vnivfuh2]{text-align:center;margin-bottom:4rem}.section-title[data-astro-cid-vnivfuh2]{font-size:3rem;font-weight:800;line-height:1.2;margin-bottom:1rem;color:var(--text-dark)}.section-subtitle[data-astro-cid-vnivfuh2]{font-size:1.25rem;color:var(--text-light);max-width:600px;margin:0 auto}.features-grid[data-astro-cid-vnivfuh2]{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}.feature-card[data-astro-cid-vnivfuh2]{background:#fffc;backdrop-filter:blur(10px);border-radius:1.5rem;padding:2rem;box-shadow:var(--shadow);transition:all .3s ease;border:1px solid rgba(255,255,255,.2)}.feature-card[data-astro-cid-vnivfuh2]:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);background:#ffffffe6}.feature-icon[data-astro-cid-vnivfuh2]{width:80px;height:80px;background:var(--primary-gradient);border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:#fff;box-shadow:var(--shadow)}.feature-title[data-astro-cid-vnivfuh2]{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-dark)}.feature-description[data-astro-cid-vnivfuh2]{color:var(--text-light);line-height:1.6;font-size:1rem}@media (max-width: 1024px){.features-grid[data-astro-cid-vnivfuh2]{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media (max-width: 768px){.features[data-astro-cid-vnivfuh2]{padding:3rem 0}.section-title[data-astro-cid-vnivfuh2]{font-size:2.25rem}.section-subtitle[data-astro-cid-vnivfuh2]{font-size:1.1rem}.features-grid[data-astro-cid-vnivfuh2]{grid-template-columns:1fr;gap:1.5rem}.feature-card[data-astro-cid-vnivfuh2]{padding:1.5rem}.feature-icon[data-astro-cid-vnivfuh2]{width:60px;height:60px}.feature-title[data-astro-cid-vnivfuh2]{font-size:1.25rem}.feature-description[data-astro-cid-vnivfuh2]{font-size:.9rem}}.cta[data-astro-cid-4xty6sx2]{padding:5rem 0;background:linear-gradient(135deg,#3245ff,#bc52ee);position:relative;overflow:hidden}.cta-content[data-astro-cid-4xty6sx2]{text-align:center;position:relative;z-index:2}.cta-text[data-astro-cid-4xty6sx2]{margin-bottom:3rem}.cta-title[data-astro-cid-4xty6sx2]{font-size:3.5rem;font-weight:900;line-height:1.1;margin-bottom:1.5rem;color:#fff}.cta-subtitle[data-astro-cid-4xty6sx2]{font-size:1.5rem;color:#ffffffe6;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.cta-features[data-astro-cid-4xty6sx2]{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem}.cta-feature[data-astro-cid-4xty6sx2]{display:flex;align-items:center;gap:.5rem;color:#ffffffe6;font-weight:500}.cta-feature[data-astro-cid-4xty6sx2] svg[data-astro-cid-4xty6sx2]{color:#10b981;background:#fff3;border-radius:50%;padding:2px}.cta-buttons[data-astro-cid-4xty6sx2]{display:flex;flex-direction:column;align-items:center;gap:1rem}.btn-large[data-astro-cid-4xty6sx2]{font-size:1.25rem;padding:1rem 2rem;background:#fffffff2;color:#3245ff;font-weight:700;border-radius:1rem;box-shadow:0 10px 30px #0003;transition:all .3s ease}.btn-large[data-astro-cid-4xty6sx2]:hover{transform:translateY(-3px);box-shadow:0 15px 40px #0000004d;background:#fff}.cta-note[data-astro-cid-4xty6sx2]{color:#fffc;font-size:.9rem;max-width:400px;text-align:center}.cta-bg-elements[data-astro-cid-4xty6sx2]{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;overflow:hidden}.bg-element[data-astro-cid-4xty6sx2]{position:absolute;background:#ffffff1a;border-radius:50%;animation:float 6s ease-in-out infinite}.bg-element-1[data-astro-cid-4xty6sx2]{width:200px;height:200px;top:10%;left:10%;animation-delay:0s}.bg-element-2[data-astro-cid-4xty6sx2]{width:150px;height:150px;top:60%;right:10%;animation-delay:2s}.bg-element-3[data-astro-cid-4xty6sx2]{width:100px;height:100px;bottom:10%;left:60%;animation-delay:4s}.footer[data-astro-cid-4xty6sx2]{background:#1f2937;color:#fff;padding:3rem 0 1rem}.footer-content[data-astro-cid-4xty6sx2]{display:grid;grid-template-columns:1fr 2fr;gap:3rem;margin-bottom:2rem}.footer-brand[data-astro-cid-4xty6sx2] h3[data-astro-cid-4xty6sx2]{font-size:1.5rem;margin-bottom:1rem}.footer-brand[data-astro-cid-4xty6sx2] p[data-astro-cid-4xty6sx2]{color:#ffffffb3;line-height:1.6}.footer-links[data-astro-cid-4xty6sx2]{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-section[data-astro-cid-4xty6sx2] h4[data-astro-cid-4xty6sx2]{font-size:1.1rem;margin-bottom:1rem;color:#fff}.footer-section[data-astro-cid-4xty6sx2] ul[data-astro-cid-4xty6sx2]{list-style:none}.footer-section[data-astro-cid-4xty6sx2] ul[data-astro-cid-4xty6sx2] li[data-astro-cid-4xty6sx2]{margin-bottom:.5rem}.footer-section[data-astro-cid-4xty6sx2] ul[data-astro-cid-4xty6sx2] li[data-astro-cid-4xty6sx2] a[data-astro-cid-4xty6sx2]{color:#ffffffb3;text-decoration:none;transition:color .3s ease}.footer-section[data-astro-cid-4xty6sx2] ul[data-astro-cid-4xty6sx2] li[data-astro-cid-4xty6sx2] a[data-astro-cid-4xty6sx2]:hover{color:#fff}.footer-bottom[data-astro-cid-4xty6sx2]{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);color:#fff9}@media (max-width: 1024px){.cta-features[data-astro-cid-4xty6sx2]{flex-direction:column;gap:1rem}.footer-content[data-astro-cid-4xty6sx2]{grid-template-columns:1fr;gap:2rem}.footer-links[data-astro-cid-4xty6sx2]{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.cta[data-astro-cid-4xty6sx2]{padding:3rem 0}.cta-title[data-astro-cid-4xty6sx2]{font-size:2.5rem}.cta-subtitle[data-astro-cid-4xty6sx2]{font-size:1.2rem}.cta-features[data-astro-cid-4xty6sx2]{gap:.75rem}.btn-large[data-astro-cid-4xty6sx2]{font-size:1.1rem;padding:.875rem 1.5rem}.footer-links[data-astro-cid-4xty6sx2]{grid-template-columns:1fr;gap:1.5rem}.bg-element[data-astro-cid-4xty6sx2]{opacity:.5}.bg-element-1[data-astro-cid-4xty6sx2]{width:120px;height:120px}.bg-element-2[data-astro-cid-4xty6sx2]{width:100px;height:100px}.bg-element-3[data-astro-cid-4xty6sx2]{width:80px;height:80px}}.particles-container[data-astro-cid-kcjrzsbh]{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:-1;overflow:hidden}.particle[data-astro-cid-kcjrzsbh]{position:absolute;background:linear-gradient(45deg,#3245ff,#bc52ee,#d83333,#f041ff);border-radius:50%;animation:float 6s ease-in-out infinite;opacity:.1}.particle-1[data-astro-cid-kcjrzsbh]{width:80px;height:80px;top:10%;left:10%;animation-delay:0s;animation-duration:8s}.particle-2[data-astro-cid-kcjrzsbh]{width:60px;height:60px;top:20%;right:10%;animation-delay:1s;animation-duration:6s}.particle-3[data-astro-cid-kcjrzsbh]{width:100px;height:100px;top:60%;left:5%;animation-delay:2s;animation-duration:10s}.particle-4[data-astro-cid-kcjrzsbh]{width:40px;height:40px;top:80%;right:20%;animation-delay:3s;animation-duration:7s}.particle-5[data-astro-cid-kcjrzsbh]{width:70px;height:70px;top:30%;left:50%;animation-delay:4s;animation-duration:9s}.particle-6[data-astro-cid-kcjrzsbh]{width:50px;height:50px;top:70%;right:40%;animation-delay:5s;animation-duration:8s}.particle-7[data-astro-cid-kcjrzsbh]{width:90px;height:90px;top:5%;left:70%;animation-delay:6s;animation-duration:11s}.particle-8[data-astro-cid-kcjrzsbh]{width:30px;height:30px;top:90%;left:30%;animation-delay:7s;animation-duration:6s}.particle-9[data-astro-cid-kcjrzsbh]{width:65px;height:65px;top:40%;right:15%;animation-delay:8s;animation-duration:7s}.particle-10[data-astro-cid-kcjrzsbh]{width:55px;height:55px;top:15%;left:85%;animation-delay:9s;animation-duration:8s}@keyframes float{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-20px) rotate(90deg)}50%{transform:translateY(-40px) rotate(180deg)}75%{transform:translateY(-20px) rotate(270deg)}}@media (max-width: 768px){.particle[data-astro-cid-kcjrzsbh]{opacity:.05}.particle-1[data-astro-cid-kcjrzsbh],.particle-3[data-astro-cid-kcjrzsbh],.particle-7[data-astro-cid-kcjrzsbh]{width:40px;height:40px}.particle-2[data-astro-cid-kcjrzsbh],.particle-5[data-astro-cid-kcjrzsbh],.particle-6[data-astro-cid-kcjrzsbh],.particle-9[data-astro-cid-kcjrzsbh]{width:30px;height:30px}.particle-4[data-astro-cid-kcjrzsbh],.particle-8[data-astro-cid-kcjrzsbh],.particle-10[data-astro-cid-kcjrzsbh]{width:20px;height:20px}}main[data-astro-cid-j7pv25f6]{position:relative;z-index:1}
