:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.navbar{width:100%;padding:1rem 0;background-color:#fff;position:fixed;top:0;left:0;z-index:100;box-shadow:0 2px 10px #0000001a}.navbar-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 2rem}.navbar-logo{display:flex;align-items:center}.navbar-logo a{text-decoration:none;display:flex;align-items:center}.logo-image{height:50px;width:auto;margin-right:10px}.brand-name{font-size:1.5rem;font-weight:700;color:#333;transition:color .3s ease}.navbar-logo a:hover .brand-name{color:#8bc34a}.navbar-links{display:flex;gap:2rem}.nav-link{color:#333;font-weight:500;text-decoration:none;transition:color .3s ease}.nav-link:hover{color:#8bc34a}.navbar-buttons{display:flex;gap:1rem}.menu-toggle{display:none}.signup-btn{background:#8bc34a;border:1px solid #8BC34A;color:#fff;padding:.5rem 2rem;border-radius:50px;cursor:pointer;font-weight:500;transition:all .3s ease;min-width:160px;text-align:center}.signup-btn:hover{background:#7cb342;transform:translateY(-1px);box-shadow:0 2px 8px #8bc34a4d}.language-select{background:transparent;border:1px solid #8BC34A;color:#8bc34a;padding:.3rem 2.5rem .3rem 1rem;border-radius:50px;cursor:pointer;font-weight:500;transition:all .3s ease;outline:none;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238BC34A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .7rem center;background-size:1em}.language-select:hover{background-color:#8bc34a1a;color:#7cb342}.language-select option{color:#333;background:#fff;font-weight:500;padding:10px}.language-select option:hover{background-color:#8bc34a1a;color:#7cb342}@media (max-width: 768px){.navbar-container{position:relative}.menu-toggle{display:flex;flex-direction:column;justify-content:space-between;width:30px;height:21px;background:transparent;border:none;cursor:pointer;padding:0;z-index:10}.menu-toggle span{width:100%;height:3px;background-color:#333;transition:all .3s ease;border-radius:3px}.menu-toggle.active span:first-child{transform:rotate(45deg) translate(6px,6px)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:last-child{transform:rotate(-45deg) translate(6px,-6px)}.navbar-links{position:fixed;top:80px;left:0;width:100%;background-color:#fff;padding:1rem;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column;gap:1rem;transform:translateY(-100%);opacity:0;visibility:hidden;transition:transform .3s ease,opacity .2s ease,visibility 0s linear .3s;z-index:99}.navbar-links.active{transform:translateY(0);opacity:1;visibility:visible;transition:transform .3s ease,opacity .2s ease}.navbar-buttons{position:fixed;top:calc(80px + 6rem);left:0;width:100%;background-color:#fff;padding:1rem;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column;align-items:center;gap:1rem;transform:translateY(-100%);opacity:0;visibility:hidden;transition:transform .3s ease,opacity .2s ease,visibility 0s linear .3s;z-index:98}.navbar-buttons.active{transform:translateY(0);opacity:1;visibility:visible;transition:transform .3s ease,opacity .2s ease}.signup-btn,.language-select{width:100%;max-width:300px}}.hero-section{padding:8rem 0 4rem;background-color:#fff;position:relative;overflow:hidden}.hero-container{max-width:1440px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 4rem}.hero-content{flex:1;max-width:600px;margin-left:4rem}.hero-title{font-size:3.5rem;font-weight:800;color:#333;margin-bottom:1rem;line-height:1.2}.hero-subtitle{font-size:1.5rem;font-weight:400;color:#666;margin-bottom:2rem;line-height:1.5}.hero-buttons{display:flex;flex-direction:column;gap:1.5rem}.get-started-btn{background:#8bc34a;border:none;color:#fff;padding:1rem 2rem;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:fit-content}.get-started-btn:hover{background:#7cb342;transform:translateY(-2px);box-shadow:0 4px 12px #8bc34a4d}.app-badges{display:flex;gap:1rem;align-items:center}.app-badge{height:40px;cursor:pointer;transition:transform .3s ease}.app-badge:hover{transform:scale(1.05)}.hero-image{flex:1;display:flex;justify-content:center;align-items:center}.image-placeholder{width:400px;height:400px;background-color:#f5f5f5;border-radius:20px;display:flex;justify-content:center;align-items:center;color:#999;font-size:1.2rem}.hero-img{width:400px;height:auto;border-radius:20px;object-fit:cover}.feature-img,.method-img{width:100%;height:auto;border-radius:20px;object-fit:cover}@media (max-width: 992px){.hero-container{flex-direction:column;text-align:center;padding:0 2rem}.hero-content{margin-bottom:3rem;margin-left:0}.hero-buttons{align-items:center}}.features-section{padding:6rem 0;background-color:#fff}.features-container{max-width:1440px;margin:0 auto;padding:0 2rem}.features-content{display:flex;justify-content:space-between;align-items:center;gap:4rem}.feature-image{flex:1}.image-placeholder{width:100%;height:400px;background-color:#f5f5f5;border-radius:20px;display:flex;justify-content:center;align-items:center;color:#999;font-size:1.2rem}.feature-img{width:100%;height:400px;border-radius:20px;object-fit:cover}.feature-details{flex:1;display:flex;flex-direction:column;gap:2rem}.feature-item{display:flex;gap:1.5rem;align-items:flex-start}.feature-icon{font-size:2rem;background-color:#e8f5e9;color:#8bc34a;width:60px;height:60px;border-radius:12px;display:flex;justify-content:center;align-items:center;flex-shrink:0}.feature-text h3{font-size:1.3rem;font-weight:600;color:#333;margin:0 0 .5rem}.feature-text p{font-size:1rem;color:#666;margin:0;line-height:1.6}@media (max-width: 992px){.features-content{flex-direction:column}.feature-image{order:-1;margin-bottom:2rem}}.stats-section{padding:4rem 0;background-color:#f9f9f9}.stats-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-around;align-items:center;padding:0 2rem;margin-bottom:3rem}.stats-item{text-align:center}.stats-number{font-size:3rem;font-weight:800;color:#333;margin-bottom:.5rem}.stats-text{font-size:1rem;color:#666;margin:0}@media (max-width: 768px){.stats-container{flex-direction:column;gap:2rem}}.learning-method-section{padding:6rem 0;background-color:#f9f9f9}.learning-method-container{max-width:1440px;margin:0 auto;padding:0 2rem}.section-header{text-align:center;margin-bottom:4rem}.section-subtitle{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto}.method-cards{display:flex;justify-content:center;gap:2rem;margin-bottom:4rem}.method-card{background-color:#fff;border-radius:16px;padding:2rem;text-align:center;flex:1;max-width:300px;box-shadow:0 5px 15px #0000000d;transition:all .3s ease}.method-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px #0000001a}.method-card.active{background-color:#8bc34a;color:#fff}.method-card.active .method-title,.method-card.active .method-description{color:#fff}.method-icon{font-size:2.5rem;margin-bottom:1.5rem}.method-title{font-size:1.3rem;font-weight:600;color:#333;margin-bottom:1rem}.method-description{font-size:1rem;color:#666;line-height:1.6}.method-showcase{display:flex;align-items:center;gap:4rem;margin-top:3rem;background-color:#fff;border-radius:20px;padding:3rem;box-shadow:0 5px 20px #0000000d}.showcase-image{flex:1}.method-img{width:100%;height:300px;border-radius:16px;object-fit:cover}.image-placeholder{width:100%;height:300px;background-color:#f5f5f5;border-radius:16px;display:flex;justify-content:center;align-items:center;color:#999;font-size:1.2rem}.showcase-content{flex:1}.showcase-content h3{font-size:1.8rem;font-weight:700;color:#333;margin-bottom:1.5rem}.showcase-content p{font-size:1.1rem;color:#666;line-height:1.7;margin-bottom:2rem}.method-benefits{padding-left:1.5rem}.method-benefits li{font-size:1.1rem;color:#333;margin-bottom:.8rem;position:relative}.method-benefits li:before{content:"✓";color:#ff4f84;position:absolute;left:-1.5rem;font-weight:700}@media (max-width: 992px){.method-cards{flex-direction:column;align-items:center}.method-card{max-width:100%}.method-showcase{flex-direction:column;padding:2rem}.showcase-image{margin-bottom:2rem}}.footer{background-color:#f8f9fa;padding:2rem 0;margin-top:3rem;border-top:1px solid #e7e7e7}.footer-container{max-width:1200px;margin:0 auto;padding:0 1rem}.footer-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.footer-copyright{font-size:.9rem;color:#666}.footer-links{display:flex;gap:1.5rem}.footer-link{color:#666;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-link:hover{color:#007bff;text-decoration:underline}@media (max-width: 768px){.footer-content{flex-direction:column;gap:1rem;text-align:center}}.legal-container{padding:40px 20px;max-width:800px;margin:100px auto 0}.legal-content{background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;padding:30px}.legal-title{text-align:center;margin-bottom:20px;color:#333}.legal-subtitle{text-align:center;margin-bottom:20px;color:#555;font-style:italic}.legal-date{text-align:center;color:#777;margin-bottom:5px;font-size:.9rem}.legal-intro{margin-bottom:30px;padding:15px;background-color:#f8f9fa;border-left:4px solid #4a90e2;border-radius:4px}.legal-intro p{margin-bottom:10px;color:#555}.legal-section{margin-bottom:25px}.legal-section h2{color:#2c3e50;margin-bottom:15px;font-size:1.4rem;border-bottom:1px solid #eee;padding-bottom:8px}.legal-section h3{color:#3a5169;margin:15px 0 10px;font-size:1.2rem;padding-left:8px;border-left:3px solid #4a90e2}.legal-section p{color:#555;line-height:1.6;margin-bottom:10px}.legal-section ul{margin-left:20px;margin-bottom:15px}.legal-section li{color:#555;line-height:1.6;margin-bottom:8px}.legal-footer{margin-top:30px;padding:15px;background-color:#f8f9fa;border-radius:4px;text-align:center;font-weight:700;color:#2c3e50}@media (max-width: 768px){.legal-content{padding:1.5rem}.legal-title{font-size:1.75rem}.legal-section h2{font-size:1.25rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,Helvetica Neue,Arial,sans-serif;line-height:1.5;color:#333;background-color:#fff}.app{display:flex;flex-direction:column;min-height:100vh}.app-container{max-width:1440px;margin:0 auto;width:100%;padding:0 2rem}.footer{background-color:#333;color:#fff;padding:2rem 0;margin-top:auto}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem;text-align:center}button{cursor:pointer;border:none;outline:none}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto}.section-title{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:1rem}.section-subtitle{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto 2rem}
