*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;background-color:#fff;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:1rem}h1{font-size:3rem;font-weight:700}h2{font-size:2.5rem}h3{font-size:1.75rem}p{margin-bottom:1rem;color:#666;line-height:1.7}.gradient-text{background:linear-gradient(135deg,#8b5cf6,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cta-button{display:inline-flex;align-items:center;gap:.5rem;padding:12px 24px;background:linear-gradient(135deg,#8b5cf6,#3b82f6);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;text-decoration:none;box-shadow:0 4px 15px #8b5cf64d}.cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #8b5cf666}.cta-button:active{transform:translateY(0)}.cta-button.cta-white{background:#fff;color:#8b5cf6;box-shadow:0 4px 15px #0000001a}.cta-button.cta-white:hover{box-shadow:0 8px 25px #00000026}.cta-button.cta-outline{background:transparent;color:#fff;border:2px solid white;box-shadow:none}.cta-button.cta-outline:hover{background:#fff;color:#8b5cf6}.cta-button.cta-primary{background:linear-gradient(135deg,#8b5cf6,#3b82f6)}.section-title{text-align:center;margin-bottom:1rem;color:#1a1a1a}.section-subtitle{text-align:center;font-size:1.125rem;color:#666;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.title-underline{width:60px;height:4px;background:linear-gradient(135deg,#8b5cf6,#3b82f6);margin:.5rem auto 1.5rem;border-radius:2px}.navbar{position:fixed;top:20px;left:20px;right:20px;background:#ffffffb3;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.3);border-radius:16px;z-index:1000;transition:all .3s ease;box-shadow:0 8px 32px #00000014}.nav-container{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;max-width:1200px;margin:0 auto}.nav-logo{display:flex;align-items:center;gap:.5rem;text-decoration:none}.logo-icon{width:32px;height:32px}.logo-text{font-family:Dancing Script,cursive;font-size:1.5rem;font-weight:700;color:#8b5cf6}.nav-menu{display:flex;align-items:center;gap:2rem}.nav-link{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease;position:relative}.nav-link:hover,.nav-link.active{color:#8b5cf6}.nav-link.active:after{content:"";position:absolute;bottom:-5px;left:0;right:0;height:2px;background:linear-gradient(135deg,#8b5cf6,#3b82f6);border-radius:1px}.nav-cta{padding:8px 16px;font-size:.9rem}.hamburger{display:none;flex-direction:column;cursor:pointer;gap:4px}.hamburger span{width:25px;height:3px;background:#333;transition:all .3s ease;border-radius:2px}.hero{padding:140px 0 80px;background:linear-gradient(135deg,#f8fafc,#e2e8f0);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%23e2e8f0" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.3}.hero-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero-content{animation:slideInLeft .8s ease-out;padding-left:2rem}.hero-title{font-size:3.5rem;line-height:1.1;margin-bottom:1.5rem;color:#1a1a1a}.hero-subtitle{font-size:1.25rem;color:#666;margin-bottom:2rem;line-height:1.6}.hero-cta{padding:16px 32px;font-size:1.125rem}.hero-visual{position:relative;animation:slideInRight .8s ease-out}.hero-image-container{position:relative;height:400px;display:flex;align-items:center;justify-content:center}.animated-blob{position:absolute;border-radius:50%;filter:blur(40px);animation:float 6s ease-in-out infinite;opacity:.7}.blob-1{width:200px;height:200px;background:linear-gradient(135deg,#8b5cf6,#3b82f6);top:10%;left:10%;animation-delay:0s}.blob-2{width:150px;height:150px;background:linear-gradient(135deg,#ec4899,#8b5cf6);top:60%;right:20%;animation-delay:2s}.blob-3{width:100px;height:100px;background:linear-gradient(135deg,#3b82f6,#06b6d4);bottom:20%;left:60%;animation-delay:4s}.extension-mockup{position:relative;z-index:2;background:#fff;border-radius:12px;box-shadow:0 20px 40px #0000001a;width:320px;overflow:hidden;animation:float 3s ease-in-out infinite}.mockup-header{display:flex;align-items:center;padding:12px 16px;background:#f8fafc;border-bottom:1px solid #e2e8f0}.mockup-dots{display:flex;gap:6px;margin-right:12px}.mockup-dots span{width:8px;height:8px;border-radius:50%;background:#cbd5e1}.mockup-dots span:first-child{background:#ef4444}.mockup-dots span:nth-child(2){background:#f59e0b}.mockup-dots span:last-child{background:#10b981}.mockup-title{font-size:.875rem;font-weight:600;color:#64748b}.mockup-content{padding:20px}.mockup-note{background:#f0f9ff;border:1px solid #0ea5e9;border-radius:8px;padding:12px;margin-bottom:16px}.note-header{display:flex;align-items:center;gap:8px;margin-bottom:8px;color:#0ea5e9;font-weight:600;font-size:.875rem}.mockup-note p{font-size:.875rem;color:#475569;margin:0}.mockup-highlight{background:#fef3c7;border-left:4px solid #f59e0b;padding:12px;border-radius:0 8px 8px 0}.highlight-text{font-weight:600;color:#92400e;margin-bottom:4px;font-size:.875rem}.highlight-note{font-size:.75rem;color:#78716c;font-style:italic}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.problem-solution{padding:80px 0;background:linear-gradient(135deg,#f1f5f9,#e2e8f0)}.problem-solution-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.problem-column,.solution-column{animation:fadeInUp .8s ease-out}.solution-column{animation-delay:.2s}.key-issue{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:16px;margin:2rem 0;color:#991b1b;font-weight:600}.pain-points,.benefits{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.pain-point,.benefit{display:flex;align-items:flex-start;gap:1rem}.pain-point i{color:#ef4444;font-size:1.25rem;margin-top:.25rem;flex-shrink:0}.benefit i{color:#10b981;font-size:1.25rem;margin-top:.25rem;flex-shrink:0}.pain-point h4,.benefit h4{margin-bottom:.5rem;color:#1a1a1a}.pain-point p,.benefit p{margin:0;color:#666}.features{padding:80px 0;background:#fff}.features-header{text-align:center;margin-bottom:4rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.feature-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:2rem;text-align:center;transition:all .3s ease;position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(139,92,246,.1),transparent);transition:left .5s ease}.feature-card:hover:before{left:100%}.feature-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a;border-color:#8b5cf6}.feature-icon{width:60px;height:60px;background:linear-gradient(135deg,#8b5cf6,#3b82f6);border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#fff;font-size:1.5rem}.feature-card h3{margin-bottom:1rem;color:#1a1a1a}.feature-card p{margin-bottom:1.5rem;color:#666}.feature-list{list-style:none;text-align:left}.feature-list li{color:#666;position:relative;padding:.5rem 0 .5rem 1.5rem}.feature-list li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}.cta-section{padding:80px 0;background:linear-gradient(135deg,#8b5cf6,#3b82f6);color:#fff;text-align:center}.cta-content h2{color:#fff;margin-bottom:1rem}.cta-content p{color:#ffffffe6;font-size:1.125rem;margin-bottom:2rem}.cta-support{margin-top:1rem;color:#fffc;font-size:.9rem}.active-learning{padding:80px 0;background:linear-gradient(135deg,#8b5cf6,#3b82f6);color:#fff;text-align:center}.active-learning-content{max-width:800px;margin:0 auto}.active-learning-title{font-size:3.5rem;font-weight:700;color:#fff;margin-bottom:1.5rem;line-height:1.1}.active-learning-subtitle{font-size:1.25rem;color:#ffffffe6;margin-bottom:2.5rem;line-height:1.6}.active-learning-cta{background:#fff;color:#8b5cf6;padding:16px 32px;font-size:1.125rem;border-radius:50px;box-shadow:0 4px 15px #0000001a}.active-learning-cta:hover{background:#f8fafc;transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.how-it-works{padding:80px 0;background:#fff}.how-it-works .section-title{color:#1a1a1a;font-size:2.5rem;margin-bottom:1rem}.how-it-works .section-subtitle{color:#666;margin-bottom:3rem}.how-it-works-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.work-card{text-align:center;padding:2rem;background:#fff;border:1px solid #e2e8f0;border-radius:12px;transition:all .3s ease}.work-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a;border-color:#8b5cf6}.work-card-image{width:80px;height:80px;background:linear-gradient(135deg,#8b5cf6,#3b82f6);border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:2rem;color:#fff}.work-card h3{color:#1a1a1a;font-size:1.5rem;margin-bottom:1rem}.work-card p{color:#666;line-height:1.6}.key-features-scroll{padding:80px 0;background:#f8fafc}.key-features-scroll .section-title{color:#1a1a1a;margin-bottom:3rem}.features-scroll-container{display:flex;gap:2rem;overflow-x:auto;padding-bottom:1rem;scrollbar-width:none;-ms-overflow-style:none}.features-scroll-container::-webkit-scrollbar{display:none}.scroll-feature-card{flex:0 0 300px;text-align:center;padding:2rem;background:#fff;border-radius:12px;border:1px solid #e2e8f0;transition:all .3s ease;box-shadow:0 4px 15px #0000000d}.scroll-feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a;border-color:#8b5cf6}.scroll-card-image{width:60px;height:60px;background:linear-gradient(135deg,#8b5cf6,#3b82f6);border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:1.5rem;color:#fff}.scroll-feature-card h3{color:#1a1a1a;font-size:1.25rem;margin-bottom:1rem}.scroll-feature-card p{color:#666;font-size:.9rem;line-height:1.6}.integrations{padding:80px 0;background:#f8fafc}.integrations .section-title{color:#1a1a1a;margin-bottom:1rem}.integrations .section-subtitle{color:#666;margin-bottom:3rem}.integrations-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.integration-card{background:#fff;border-radius:12px;padding:2rem;text-align:center;border:1px solid #e2e8f0;transition:all .3s ease;box-shadow:0 4px 15px #0000000d}.integration-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a;border-color:#8b5cf6}.integration-image{width:80px;height:80px;background:linear-gradient(135deg,#8b5cf6,#3b82f6);border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:2rem;color:#fff}.integration-card h3{color:#1a1a1a;font-size:1.5rem;margin-bottom:1rem}.integration-card p{color:#666;line-height:1.6}.testimonials{padding:80px 0;background:#f8fafc}.testimonials-header{text-align:center;margin-bottom:4rem}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.testimonial-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 15px #0000000d;transition:all .3s ease}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.testimonial-rating{display:flex;gap:.25rem;margin-bottom:1rem;color:#f59e0b}.testimonial-text{font-style:italic;margin-bottom:1.5rem;color:#475569;line-height:1.6}.testimonial-author{display:flex;align-items:center;gap:1rem}.author-avatar{width:48px;height:48px;background:linear-gradient(135deg,#8b5cf6,#3b82f6);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.875rem}.author-info h4{margin-bottom:.25rem;color:#1a1a1a;font-size:1rem}.author-info span{color:#64748b;font-size:.875rem}.faq{padding:80px 0;background:#fff}.faq-header{text-align:center;margin-bottom:4rem}.faq-list{max-width:800px;margin:0 auto}.faq-item{border:1px solid #e2e8f0;border-radius:8px;margin-bottom:1rem;overflow:hidden;transition:all .3s ease}.faq-item:hover{border-color:#8b5cf6}.faq-question{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;cursor:pointer;background:#fff;transition:background-color .3s ease}.faq-question:hover{background:#f8fafc}.faq-question h3{margin:0;font-size:1.125rem;color:#1a1a1a}.faq-question i{color:#8b5cf6;transition:transform .3s ease}.faq-item.active .faq-question i{transform:rotate(180deg)}.faq-answer{padding:0 1.5rem;max-height:0;overflow:hidden;transition:all .3s ease;background:#f8fafc}.faq-item.active .faq-answer{padding:1.5rem;max-height:200px}.faq-answer p{margin:0;color:#475569;line-height:1.6}.final-cta{padding:80px 0;background:#1a1a1a;color:#fff;text-align:center}.final-cta-content h2{color:#fff;margin-bottom:1rem}.final-cta-content p{color:#d1d5db;font-size:1.125rem;margin-bottom:2rem}.final-cta-date{margin-top:1rem;color:#9ca3af;font-size:.9rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem;flex-wrap:wrap}.guarantee{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1.5rem;color:#d1d5db;font-size:.9rem}.guarantee i{color:#10b981}.payment-icons{display:flex;justify-content:center;gap:1rem;font-size:1.5rem;color:#9ca3af}.footer{background:#1a1a1a;color:#fff;padding:60px 0 20px}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.footer-logo-icon{width:32px;height:32px}.footer-logo-text{font-family:Dancing Script,cursive;font-size:1.5rem;font-weight:700;color:#8b5cf6}.footer-description{color:#d1d5db;margin-bottom:1.5rem;line-height:1.6}.social-links{display:flex;gap:1rem}.social-link{width:40px;height:40px;background:#374151;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#d1d5db;text-decoration:none;transition:all .3s ease}.social-link:hover{background:#8b5cf6;color:#fff;transform:translateY(-2px)}.footer-column h4{color:#fff;margin-bottom:1rem;font-size:1.125rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#d1d5db;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#8b5cf6}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid #374151;flex-wrap:wrap;gap:1rem}.footer-copyright p{color:#9ca3af;margin:0}.footer-payment{display:flex;align-items:center;gap:1rem;color:#9ca3af;font-size:.875rem}.footer-payment .payment-icons{display:flex;gap:.5rem;font-size:1.25rem}.pricing-hero{padding:120px 0 60px;background:linear-gradient(135deg,#f8fafc,#e2e8f0);text-align:center}.pricing-hero-content{max-width:800px;margin:0 auto}.pricing-toggle-section{padding:40px 0;background:#fff}.pricing-toggle{display:flex;align-items:center;justify-content:center;gap:1rem}.toggle-label{font-weight:600;color:#475569}.save-badge{background:#10b981;color:#fff;padding:2px 8px;border-radius:12px;font-size:.75rem;font-weight:600;margin-left:.5rem}.toggle-switch{position:relative;width:60px;height:30px}.toggle-input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:#cbd5e1;transition:.3s;border-radius:30px}.toggle-slider:before{position:absolute;content:"";height:22px;width:22px;left:4px;bottom:4px;background:#fff;transition:.3s;border-radius:50%}.toggle-input:checked+.toggle-slider{background:#8b5cf6}.toggle-input:checked+.toggle-slider:before{transform:translate(30px)}.pricing-cards{padding:60px 0;background:#fff}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:800px;margin:0 auto}.pricing-card{background:#fff;border:2px solid #e2e8f0;border-radius:16px;padding:2rem;position:relative;transition:all .3s ease}.pricing-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a}.pricing-card.featured{border-color:#8b5cf6;transform:scale(1.05);box-shadow:0 20px 40px #8b5cf633}.pricing-card.featured:hover{transform:scale(1.05) translateY(-5px)}.popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#8b5cf6,#3b82f6);color:#fff;padding:6px 20px;border-radius:20px;font-size:.75rem;font-weight:700;letter-spacing:.5px}.card-header{text-align:center;margin-bottom:2rem}.plan-name{font-size:1.5rem;margin-bottom:1rem;color:#1a1a1a}.plan-price{display:flex;align-items:baseline;justify-content:center;margin-bottom:1rem}.price{font-size:3rem;font-weight:700;color:#1a1a1a}.period{font-size:1rem;color:#64748b;margin-left:.25rem}.plan-description{color:#64748b;margin:0}.card-features{margin-bottom:2rem}.features-list{list-style:none}.features-list li{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;border-bottom:1px solid #f1f5f9}.features-list li:last-child{border-bottom:none}.features-list i{color:#10b981;font-size:1rem}.plan-button{width:100%;padding:12px 24px;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease}.free-button{background:#f1f5f9;color:#475569;border:2px solid #e2e8f0}.free-button:hover{background:#e2e8f0;border-color:#cbd5e1}.premium-button{background:linear-gradient(135deg,#8b5cf6,#3b82f6);color:#fff;box-shadow:0 4px 15px #8b5cf64d}.premium-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #8b5cf666}.feature-comparison{padding:80px 0;background:#f8fafc}.comparison-header{text-align:center;margin-bottom:4rem}.comparison-table-wrapper{overflow-x:auto;border-radius:12px;box-shadow:0 4px 15px #0000000d}.comparison-table{width:100%;background:#fff;border-collapse:collapse;font-size:.9rem}.comparison-table th,.comparison-table td{padding:1rem;text-align:left;border-bottom:1px solid #e2e8f0}.comparison-table th{background:#f8fafc;font-weight:600;color:#1a1a1a;position:sticky;top:0}.feature-category{width:50%}.plan-column{width:25%;text-align:center}.featured-column{background:#faf5ff;color:#8b5cf6;font-weight:600}.category-header td{background:#f1f5f9;font-weight:600;color:#475569;border-top:2px solid #e2e8f0}.text-green{color:#10b981}.text-red{color:#ef4444}@media (max-width: 1024px){.hero-container{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-title{font-size:3rem}.hero-content{padding-left:1rem}.problem-solution-grid{grid-template-columns:1fr;gap:3rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.footer-content{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width: 768px){.container{padding:0 16px}.nav-container{padding:1rem 16px}.navbar{top:10px;left:10px;right:10px;border-radius:12px}.nav-menu{position:fixed;top:90px;left:10px;right:10px;background:#fffffff2;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:12px;flex-direction:column;justify-content:flex-start;align-items:center;padding:2rem;transition:all .3s ease;box-shadow:0 8px 32px #0000001a;transform:translateY(-20px);opacity:0;visibility:hidden;border:1px solid rgba(255,255,255,.2)}.nav-menu.active{transform:translateY(0);opacity:1;visibility:visible}.hamburger{display:flex}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.hero{padding:120px 0 60px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.125rem}.hero-content{padding-left:0;text-align:center}.hero-image-container{height:300px}.extension-mockup{width:280px}.section-title{font-size:2rem}.testimonials-grid{grid-template-columns:1fr}.pricing-grid{grid-template-columns:1fr;max-width:400px}.pricing-card.featured{transform:none}.pricing-card.featured:hover{transform:translateY(-5px)}.cta-buttons{flex-direction:column;align-items:center}.footer-content{grid-template-columns:1fr;text-align:center}.footer-bottom{flex-direction:column;text-align:center}.comparison-table{font-size:.8rem}.comparison-table th,.comparison-table td{padding:.75rem .5rem}.active-learning-title{font-size:2.5rem}.features-scroll-container{gap:1rem}.scroll-feature-card{flex:0 0 280px;padding:1.5rem}.integrations-grid,.how-it-works-grid{grid-template-columns:1fr}}@media (max-width: 480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.cta-button{padding:10px 20px;font-size:.9rem}.hero-cta{padding:14px 28px;font-size:1rem}.section-title{font-size:1.75rem}.feature-card,.testimonial-card{padding:1.5rem}.extension-mockup{width:250px}.hero-image-container{height:250px}.blob-1,.blob-2,.blob-3{width:80px;height:80px}.active-learning-title{font-size:2rem}.active-learning-subtitle{font-size:1rem}.scroll-feature-card{flex:0 0 250px;padding:1rem}.work-card,.integration-card{padding:1.5rem}}.text-center{text-align:center}.mb-0{margin-bottom:0}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.fade-in-up{opacity:0;transform:translateY(30px);transition:all .6s ease}.fade-in-up.visible{opacity:1;transform:translateY(0)}.loading{opacity:.7;pointer-events:none}.cta-button:focus,.nav-link:focus,.faq-question:focus{outline:2px solid #8B5CF6;outline-offset:2px}@media print{.navbar,.cta-section,.final-cta,.footer{display:none}.hero{padding:20px 0}body{font-size:12pt;line-height:1.4}}.ripple{position:absolute;border-radius:50%;background:#fff9;transform:scale(0);animation:ripple-animation .6s linear;pointer-events:none}@keyframes ripple-animation{to{transform:scale(4);opacity:0}}.legal-hero{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:120px 0 80px;text-align:center}.legal-hero-content{max-width:800px;margin:0 auto}.legal-hero .hero-title{font-size:2.5rem;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.legal-hero .hero-title i{color:#8b5cf6;font-size:2rem}.legal-hero .hero-subtitle{font-size:1.2rem;color:#64748b;margin-bottom:2rem}.legal-meta{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;font-size:.9rem;color:#64748b}.legal-toc{padding:60px 0;background:#fff}.toc-card{background:#f8fafc;border-radius:12px;padding:2rem;border:1px solid #e2e8f0}.toc-card h2{color:#1e293b;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.toc-card h2 i{color:#8b5cf6}.toc-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.toc-link{display:block;padding:.75rem 1rem;background:#fff;border-radius:8px;text-decoration:none;color:#475569;border:1px solid #e2e8f0;transition:all .3s ease}.toc-link:hover{background:#8b5cf6;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #8b5cf64d}.legal-content{padding:80px 0;background:#fff}.legal-text{max-width:900px;margin:0 auto}.legal-intro{background:#f8fafc;padding:2rem;border-radius:12px;border-left:4px solid #8B5CF6;margin-bottom:3rem}.legal-intro p{font-size:1.1rem;color:#475569;margin:0;line-height:1.7}.legal-section{margin-bottom:4rem;padding-bottom:3rem;border-bottom:1px solid #e2e8f0}.legal-section:last-child{border-bottom:none;margin-bottom:0}.legal-section h2{color:#1e293b;font-size:1.8rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.legal-section h2 i{color:#8b5cf6;font-size:1.5rem}.legal-section h3{color:#334155;font-size:1.3rem;margin:2rem 0 1rem;display:flex;align-items:center;gap:.5rem}.legal-section h3 i{color:#8b5cf6;font-size:1.1rem}.legal-section p{color:#64748b;line-height:1.7;margin-bottom:1.5rem}.legal-section ul{list-style:none;padding:0;margin:1.5rem 0}.legal-section li{padding:.75rem 0;border-bottom:1px solid #f1f5f9;color:#475569;line-height:1.6}.legal-section li:last-child{border-bottom:none}.legal-section li strong{color:#1e293b}.info-category,.usage-category,.storage-category,.service-category,.ai-providers,.ai-principles,.security-category,.rights-category,.retention-category,.controls-category,.data-handling,.contact-category{background:#f8fafc;padding:1.5rem;border-radius:8px;margin:1.5rem 0;border:1px solid #e2e8f0}.no-store{background:#fef2f2;border-color:#fecaca}.no-store h3,.no-store h3 i{color:#dc2626}.legal-footer{background:#f8fafc;padding:2rem;border-radius:12px;border:1px solid #e2e8f0;margin-top:3rem;text-align:center}.legal-meta-footer{display:flex;justify-content:center;gap:2rem;margin-bottom:1rem;flex-wrap:wrap}.legal-meta-footer p{margin:0;color:#64748b;font-size:.9rem}.legal-note{color:#64748b;font-size:.9rem;margin:0;font-style:italic}.contact-form{background:#f8fafc;padding:2rem;border-radius:12px;border:1px solid #e2e8f0;margin:2rem 0}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#374151;font-weight:500}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61a}.form-group textarea{resize:vertical;min-height:120px}.form-submit{background:linear-gradient(135deg,#8b5cf6,#3b82f6);color:#fff;border:none;padding:.75rem 2rem;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.form-submit:hover{transform:translateY(-2px);box-shadow:0 4px 12px #8b5cf64d}@media (max-width: 768px){.legal-hero{padding:100px 0 60px}.legal-hero .hero-title{font-size:2rem;flex-direction:column;gap:.5rem}.legal-meta{flex-direction:column;gap:.5rem}.toc-grid{grid-template-columns:1fr}.legal-content{padding:60px 0}.legal-section h2{font-size:1.5rem;flex-direction:column;align-items:flex-start;gap:.5rem}.legal-section h3{font-size:1.2rem;flex-direction:column;align-items:flex-start;gap:.25rem}.legal-meta-footer{flex-direction:column;gap:.5rem}.info-category,.usage-category,.storage-category,.service-category,.ai-providers,.ai-principles,.security-category,.rights-category,.retention-category,.controls-category,.data-handling,.contact-category{padding:1rem}.contact-form{padding:1.5rem}}
