@import"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&family=Crimson+Text:ital,wght@0,400;0,600;1,400;1,600&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap";@import"https://fonts.googleapis.com/css2?family=Lexend:wght@100;200;300;400;500;600;700;800;900&display=swap";.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fff;border-bottom:1px solid #e2e8f0;transition:all .3s ease}.navbar.scrolled{box-shadow:0 2px 10px #0000001a;border-bottom-color:#e2e8f0}.navbar-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between}.navbar-logo{display:flex;align-items:center;gap:1rem;text-decoration:none;font-size:1.5rem;font-weight:700;color:#1a202c;transition:all .3s ease}.navbar-logo:hover{transform:scale(1.05)}.logo-icon{width:32px;height:32px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#fff}.logo-image{width:100px;height:100px;object-fit:contain;border-radius:8px}.logo-text{color:#1a202c}.navbar-menu{display:flex;align-items:center;gap:2rem}.navbar-link{background:none;border:none;text-decoration:none;color:#4a5568;font-weight:500;font-size:1rem;transition:all .3s ease;position:relative;padding:.5rem 0;cursor:pointer;font-family:inherit}.navbar-link:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background:#3182ce;transition:all .3s ease;transform:translate(-50%)}.navbar-link:hover{color:#3182ce}.navbar-link:hover:after{width:100%}.navbar-actions{display:flex;align-items:center;gap:.75rem}.features-dropdown{position:relative}.dropdown-trigger{display:flex;align-items:center;gap:.5rem}.dropdown-arrow{width:16px;height:16px;transition:transform .3s ease}.features-dropdown:hover .dropdown-arrow,.dropdown-trigger.active .dropdown-arrow{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:50%;transform:translate(-50%);background:#fff;border-radius:12px;box-shadow:0 10px 40px #00000026;border:1px solid #e2e8f0;min-width:320px;padding:.75rem;opacity:0;visibility:hidden;transform:translate(-50%) translateY(-10px);transition:all .3s ease;z-index:1000;margin-top:.5rem}.dropdown-menu.active{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.dropdown-item{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:8px;text-decoration:none;color:inherit;background:none;border:none;width:100%;text-align:left;cursor:pointer;transition:all .3s ease;font-family:inherit}.dropdown-item:hover{background:#f8fafc;transform:translate(4px)}.dropdown-icon{font-size:1.5rem;width:40px;height:40px;background:#f1f5f9;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dropdown-content{display:flex;flex-direction:column;gap:.25rem}.dropdown-name{font-weight:600;font-size:.95rem;color:#1f2937}.dropdown-description{font-size:.875rem;color:#6b7280;line-height:1.4}.navbar .btn-pricing{color:#4a5568;padding:.25rem .8rem!important;border-radius:8px;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .3s ease;border:2px solid transparent;min-width:auto!important}.navbar .btn-pricing:hover{color:#3182ce;background:#f7fafc;transform:translateY(-1px)}.navbar .btn-primary{background:#4f46e5;color:#fff;padding:.25rem .8rem!important;border-radius:8px;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .3s ease;border:2px solid #4f46e5;min-width:auto!important}.navbar .btn-primary:hover{background:#3730a3;border-color:#3730a3;transform:translateY(-1px)}.navbar .btn-secondary{background:#fff;color:#374151;padding:.25rem .8rem!important;border-radius:8px;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .3s ease;border:2px solid #d1d5db;min-width:auto!important}.navbar .btn-secondary:hover{background:#f9fafb;border-color:#9ca3af;transform:translateY(-1px)}.mobile-menu-toggle{display:none;flex-direction:column;justify-content:space-around;width:30px;height:25px;background:transparent;border:none;cursor:pointer;padding:0}.mobile-menu-toggle span{display:block;height:3px;width:100%;background:#3182ce;border-radius:2px;transition:all .3s ease;transform-origin:center}.mobile-menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}@media (max-width: 768px){.navbar-container{padding:0 1rem}.navbar-menu{position:fixed;top:80px;left:0;right:0;background:#fff;flex-direction:column;padding:2rem;box-shadow:0 4px 20px #0000001a;transform:translate(-100%);transition:transform .3s ease;border-top:1px solid #e2e8f0;align-items:stretch}.navbar-menu.active{transform:translate(0)}.features-dropdown{width:100%}.dropdown-trigger{width:100%;justify-content:space-between;padding:1rem 0;border-bottom:1px solid #f7fafc}.dropdown-menu{position:static;transform:none;box-shadow:none;border:none;background:#f8fafc;margin:0;padding:0;min-width:auto;border-radius:0;opacity:1;visibility:visible;max-height:0;overflow:hidden;transition:max-height .3s ease}.dropdown-menu.active{max-height:400px}.dropdown-item{padding:.75rem 1rem;margin:0}.dropdown-item:hover{transform:none}.navbar-link{font-size:1.1rem;padding:1rem 0;width:100%;text-align:center;border-bottom:1px solid #f7fafc}.navbar-link:last-child{border-bottom:none}.navbar-link:after{display:none}.navbar-link:hover{background:#f7fafc;border-radius:8px}.navbar-actions{display:none}.mobile-menu-toggle{display:flex}}@media (max-width: 480px){.navbar-container{height:70px}.navbar-logo{font-size:1.3rem}.logo-icon{width:40px;height:40px;font-size:1.3rem}.navbar-menu{top:70px;padding:1.5rem}.navbar-link{font-size:1rem;padding:.8rem 0}}.footer{margin-top:auto;position:relative;overflow:hidden}.logo-container{display:flex;align-items:center;gap:1rem}.logo-image{width:100px;height:100px;object-fit:contain}.footer-background{background:#1f2937;position:relative;min-height:400px}.footer-content{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:10}.footer-main{display:grid;grid-template-columns:1fr auto auto auto;gap:3rem;padding:3rem 0 2rem;align-items:start}.footer-brand{max-width:400px}.company-info{color:#fff}.company-name{font-family:Inter,sans-serif;font-size:2.2rem;font-weight:700;color:#fff;margin-bottom:.5rem;letter-spacing:-.02em}.company-tagline{font-size:1.1rem;color:#ffffffe6;margin-bottom:2rem;font-weight:400;line-height:1.4}.social-icons{display:flex;gap:1rem;margin-bottom:2rem}.social-icon{width:45px;height:45px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:all .3s ease;font-size:1.1rem;border:2px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.social-icon.facebook{background:#3b59984d}.social-icon.linkedin{background:#0077b54d}.social-icon.whatsapp{background:#25d3664d}.social-icon.youtube{background:#ff00004d}.social-icon:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0000004d;border-color:#fff9}.product-links{display:flex;align-items:center;gap:1rem;font-size:.95rem}.product-link{color:#ffffffe6;text-decoration:none;font-weight:500;transition:color .3s ease}.product-link:hover{color:#fff;text-decoration:underline}.separator{color:#fff9;font-weight:300}.footer-contact{min-width:280px}.section-title{font-family:Inter,sans-serif;font-size:1.4rem;font-weight:600;color:#fff;margin-bottom:1.5rem;letter-spacing:-.01em}.contact-details{display:flex;flex-direction:column;gap:1.2rem}.contact-item{display:flex;align-items:center;gap:1rem}.contact-icon{width:20px;color:#fffc;font-size:1.1rem}.contact-text{color:#ffffffe6;font-size:.95rem;line-height:1.4}.contact-link{color:#ffffffe6;text-decoration:none;font-size:.95rem;transition:color .3s ease}.contact-link:hover{color:#fff;text-decoration:underline}.footer-sitemap{min-width:200px}.sitemap-list{list-style:none;display:flex;flex-direction:column;gap:.8rem}.sitemap-link{color:#ffffffe6;text-decoration:none;font-size:.95rem;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.sitemap-link:hover{color:#fff;transform:translate(5px)}.footer-support{min-width:250px}.support-details{display:flex;flex-direction:column;gap:1.2rem}.support-item{display:flex;align-items:center;gap:1rem}.support-icon{width:20px;color:#fffc;font-size:1.1rem}.support-text{color:#ffffffe6;font-size:.95rem;line-height:1.4}.support-link{color:#ffffffe6;text-decoration:none;font-size:.95rem;transition:color .3s ease}.support-link:hover{color:#fff;text-decoration:underline}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);padding:1.5rem 0;text-align:center}.copyright-text{color:#fffc;font-size:.9rem;font-weight:400}@media (max-width: 1024px){.footer-main{grid-template-columns:1fr;gap:3rem;text-align:center}.footer-contact,.footer-sitemap,.footer-support{min-width:auto}.social-icons{justify-content:center}}@media (max-width: 768px){.footer-content{padding:0 1rem}.footer-main{padding:2rem 0 1.5rem;gap:2rem}.company-name{font-size:1.8rem}.company-tagline{font-size:1rem}.social-icons{gap:.8rem}.social-icon{width:40px;height:40px;font-size:1rem}.contact-details{gap:1rem}.sitemap-list{gap:.6rem}}@media (max-width: 480px){.footer-main{padding:1.5rem 0 1rem}.company-name{font-size:1.6rem}.section-title{font-size:1.2rem}.product-links{flex-direction:column;gap:.5rem}.separator{display:none}}.hero{background:#fff;padding:120px 0 80px;min-height:90vh;display:flex;align-items:center}.hero-container{max-width:1600px;margin:0 auto;padding:0 24px;width:100%}.hero-content{display:flex;flex-direction:column;gap:60px;align-items:center;text-align:center;min-height:600px}.hero-left{display:flex;flex-direction:column;gap:32px;max-width:800px;align-items:center}.hero-badge{display:inline-flex;align-items:center;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:50px;padding:12px 20px;font-size:15px;font-weight:600;color:#475569;width:fit-content}.hero-title{font-family:Lexend,sans-serif;font-size:3.5rem;font-weight:600;line-height:1.1;color:#1f2937;margin:0;letter-spacing:-.025em}.hero-title .highlight{background:linear-gradient(90deg,#6167f0,#04dfb9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:block}.hero-subtitle{font-size:20px;line-height:1.6;color:#64748b;margin:0;font-weight:400}.hero-buttons{display:flex;gap:16px;align-items:center;margin-bottom:24px}.btn-primary,.btn-secondary{padding:14px 28px;border-radius:50px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;border:2px solid transparent;display:inline-flex;align-items:center;justify-content:center;min-width:140px}.btn-primary{background:#4f46e5;color:#fff;border-color:#4f46e5}.btn-primary:hover{background:#3730a3;border-color:#3730a3}.btn-secondary{background:#fff;color:#374151;border-color:#d1d5db}.btn-secondary:hover{background:#fff;border-color:#9ca3af}.hero-subtext{display:flex;flex-direction:column;gap:16px;margin-bottom:32px}.no-fees-text{display:flex;align-items:center;gap:8px;font-size:14px;color:#6b21a8;font-weight:500}.purple-icon{font-size:16px}.creators-info{display:flex;align-items:center;gap:12px}.creator-avatars{display:flex;align-items:center}.avatar{width:32px;height:32px;border-radius:50%;border:2px solid #ffffff;margin-left:-8px;object-fit:cover}.avatar:first-child{margin-left:0}.creators-text{font-size:14px;color:#6b7280;font-weight:500}.trust-features{display:flex;gap:32px;flex-wrap:wrap}.trust-feature{display:flex;align-items:center;gap:10px;color:#64748b;font-size:16px;font-weight:500}.trust-feature .checkmark{color:#10b981;font-weight:700}.hero-right{display:flex;justify-content:center;align-items:center}.dashboard-mockup{width:100%}.hero-dashboard-image{width:100%;max-width:1200px;height:auto;border-radius:16px;box-shadow:0 20px 40px #0000001a;transition:transform .3s ease}.hero-dashboard-image:hover{transform:scale(1.02)}@media (max-width: 768px){.hero{padding:100px 0 30px;min-height:auto}.hero-content{gap:40px}.hero-left{max-width:none}.hero-title{font-size:3rem}.hero-buttons{flex-direction:column;width:100%;max-width:300px;gap:12px}.btn-primary,.btn-secondary{width:100%}.hero-subtext{align-items:center;text-align:center}.no-fees-text,.creators-info{justify-content:center}.hero-dashboard-image,.hero-dashboard-image:hover{transform:none}}@media (max-width: 480px){.hero{padding:80px 0 40px}.hero-container{padding:0 16px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:18px}.trust-features{flex-direction:column;gap:16px}}.features{padding:6rem 0;background:#f1f5fb;position:relative;overflow:hidden}.features-container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}.features-header{text-align:center;margin-bottom:4rem}.features-title{font-family:Lexend,sans-serif;font-size:3.5rem;font-weight:600;color:#1f2937;margin-bottom:1rem;line-height:1.1;letter-spacing:-.025em}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.feature-card{background:#fff;border-radius:16px;padding:2rem;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:all .3s ease;border:1px solid #e5e7eb;cursor:pointer}.feature-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000026;border-color:#3b82f6}.feature-icon{margin-bottom:1.5rem}.icon-emoji{font-size:3rem;display:block}.feature-content{display:flex;flex-direction:column;gap:1rem}.feature-title{font-family:Lexend,sans-serif;font-size:1.5rem;font-weight:600;color:#1f2937;margin:0;line-height:1.3}.feature-description{font-family:Lexend,sans-serif;font-size:1rem;line-height:1.6;color:#4b5563;margin:0;font-weight:500}.feature-details{font-family:Lexend,sans-serif;font-size:.9rem;line-height:1.5;color:#6b7280;margin:0;font-weight:400}.features-subtitle{font-family:Lexend,sans-serif;font-size:1.2rem;color:#6b7280;max-width:600px;margin:0 auto;line-height:1.6}.card-buttons{display:flex;gap:1rem;margin-top:1rem}.btn{padding:1rem 2rem;border-radius:24px;border:none;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.btn.primary{background:#000c;color:#fff}.btn.primary:hover{background:#000000e6;transform:translateY(-2px)}.btn.secondary{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3)}.btn.secondary:hover{background:#ffffff4d}.btn-icon{font-size:1rem}.card-image{padding:1rem;display:flex;align-items:center;justify-content:center}.dashboard-image{width:100%;height:auto;max-width:550px;border-radius:12px;box-shadow:0 12px 32px #00000040}.features-footer{display:flex;justify-content:center;gap:3rem;margin-top:4rem;padding-top:2rem}.privacy-notice,.support-notice{display:flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.875rem}.privacy-icon,.support-icon{font-size:1rem}@media (max-width: 1024px){.features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.features-title{font-size:3rem}}@media (max-width: 768px){.features{padding:4rem 0}.features-container{padding:0 1.5rem}.features-title{font-size:2.5rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card{padding:1.5rem}.features-footer{flex-direction:column;align-items:center;gap:1rem}}@media (max-width: 480px){.features-title{font-size:2rem}.feature-card{padding:1.25rem}.feature-title{font-size:1.25rem}.icon-emoji{font-size:2.5rem}}.mockups{background:#fff;padding:120px 0;text-align:center}.mockups-container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}.mockups-header{text-align:center;margin-bottom:4rem}.packed-badge{display:inline-block;background:#f3f4f6;color:#6b7280;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:500;margin-bottom:1.5rem;border:1px solid #e5e7eb}.mockups-title{font-family:Lexend,sans-serif;font-size:3.5rem;font-weight:600;color:#1f2937;margin-bottom:1rem;line-height:1.1;letter-spacing:-.025em}.mockups-subtitle{font-size:1.125rem;color:#6b7280;font-weight:400;margin:0}.mockups-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.mockup-card{border-radius:20px;padding:2.5rem 2rem;position:relative;overflow:hidden;transition:all .3s ease;box-shadow:0 4px 20px #00000014;border:1px solid rgba(255,255,255,.2)}.mockup-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000026}.mockup-icon-container{display:flex;justify-content:center;margin-bottom:1.5rem}.mockup-icon-box{width:64px;height:64px;background:#fff;border-radius:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000026}.mockup-icon{width:40px;height:40px;display:block;object-fit:contain}.mockup-badge{background:#000c;color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:capitalize}.mockup-content{color:#1f2937}.mockup-title{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:1rem;line-height:1.3}.mockup-description{color:#4b5563;line-height:1.6;font-size:.95rem;margin:0;font-weight:400}@media (max-width: 1024px){.mockups-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.mockups-title{font-size:3rem}}@media (max-width: 768px){.mockups{padding:4rem 0}.mockups-container{padding:0 1.5rem}.mockups-title{font-size:2.5rem}.mockups-grid{grid-template-columns:1fr;gap:1.5rem;margin-top:2rem}.mockup-card{padding:2rem 1.5rem}.mockup-title{font-size:1.25rem}}@media (max-width: 480px){.mockups-title{font-size:2rem}.mockup-card{padding:1.5rem}.mockup-icon-box{width:56px;height:56px}.mockup-icon{width:36px;height:36px}.mockup-description{font-size:.9rem}}.stats{padding:6rem 0;background:#f1f5fb;position:relative;overflow:hidden}.stats-container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}.stats-header{text-align:center;margin-bottom:4rem}.stats-title{font-family:Lexend,sans-serif;font-size:3.5rem;font-weight:600;color:#1f2937;margin-bottom:1rem;line-height:1.1;letter-spacing:-.025em}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.stat-card{background:#fff;border-radius:16px;padding:2rem 1.5rem;text-align:left;border:none;transition:all .3s ease;box-shadow:0 2px 8px #0000000a;position:relative;display:flex;flex-direction:column;justify-content:center;min-height:140px}.stat-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000014}.stat-icon{font-size:2rem;margin-bottom:1rem;width:48px;height:48px;border-radius:12px;background:#f8fafc;display:flex;align-items:center;justify-content:center;border:1px solid #f1f5f9;position:absolute;top:1.5rem;right:1.5rem}.stat-content{margin-top:0;padding-top:0}.stat-number{font-size:3rem;font-weight:700;color:#6366f1;margin-bottom:.25rem;line-height:1;display:block}.stat-unit{font-size:1.25rem;font-weight:600;color:#6366f1;margin-left:.25rem}.stat-label{font-size:.95rem;color:#64748b;font-weight:500;line-height:1.4;margin-top:.5rem}@media (max-width: 1024px){.stats-grid{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);gap:1.5rem;max-width:800px}}@media (max-width: 768px){.stats{padding:3rem 0}.stats-container{padding:0 1rem}.stats-header{text-align:center;max-width:100%}.stats-title{font-size:2.25rem}.stats-actions{justify-content:center}.stats-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:auto;gap:1.25rem;margin-top:2rem;max-width:100%}.stat-card{padding:1.5rem 1rem;min-height:120px}.stat-icon{width:40px;height:40px;font-size:1.5rem}.stat-number{font-size:2.25rem}}@media (max-width: 480px){.stats-title{font-size:1.875rem}.stats-actions{flex-direction:column;align-items:center;gap:.75rem}.btn-primary,.btn-secondary{width:100%;max-width:200px}.stats-grid{grid-template-columns:1fr;grid-template-rows:auto;gap:1rem}.stat-card{padding:1.25rem;min-height:100px}.stat-icon{width:36px;height:36px;font-size:1.25rem;top:1rem;right:1rem}.stat-number{font-size:2rem}.stat-unit{font-size:1rem}.stat-label{font-size:.875rem}}.achievements{margin-bottom:5rem;background:#fff;padding:5rem 0;border-radius:0}.achievements-header{text-align:center;margin-bottom:4rem;max-width:700px;margin-left:auto;margin-right:auto}.achievements-badge{display:inline-flex;align-items:center;gap:.5rem;background:#f8f9fa;color:#1a1a1a;padding:.75rem 1.5rem;border-radius:8px;font-size:.9rem;font-weight:700;margin-bottom:2rem;border:1px solid #e5e7eb;text-transform:uppercase;letter-spacing:.5px}.achievements-title{font-size:3rem;font-weight:900;margin-bottom:1.5rem;color:#000;line-height:1.1;letter-spacing:-.02em}.achievements-subtitle{font-size:1.2rem;color:#6b7280;line-height:1.6;font-weight:500}.achievements-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:1200px;margin:0 auto;padding:0 2rem}.achievement-card{background:#fff;border:2px solid #f1f5f9;border-radius:16px;padding:2.5rem;transition:all .3s ease;box-shadow:0 4px 15px #0000000d;position:relative;overflow:hidden}.achievement-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #0000001a;border-color:#d1d5db}.achievement-card:hover .achievement-indicator{width:100%}.achievement-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.achievement-icon{font-size:3rem;width:70px;height:70px;display:flex;align-items:center;justify-content:center;background:#f8f9fa;border-radius:12px;border:2px solid #e5e7eb}.achievement-metric{background:#000;color:#fff;padding:.5rem 1rem;border-radius:6px;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.achievement-content{text-align:left}.achievement-title-group{margin-bottom:1.5rem}.achievement-title{font-size:1.4rem;font-weight:800;color:#000;margin-bottom:.5rem;line-height:1.2}.achievement-subtitle{background:#f1f5f9;color:#374151;padding:.25rem .75rem;border-radius:6px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border:1px solid #e5e7eb}.achievement-description{font-size:1rem;color:#6b7280;line-height:1.6;font-weight:500;margin:0}.achievement-indicator{position:absolute;bottom:0;left:0;height:4px;width:0;background:linear-gradient(90deg,#000,#374151);transition:width .4s ease}.testimonials{margin-bottom:4rem}.testimonials-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#1a202c}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.testimonial-card{background:#fff;border-radius:16px;padding:2rem;border:1px solid #e2e8f0;transition:all .3s ease;box-shadow:0 2px 8px #0000000d}.testimonial-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0000001a;border-color:#3182ce}.testimonial-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.testimonial-avatar{font-size:2rem;width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#f7fafc;border-radius:50%;flex-shrink:0;border:2px solid #e2e8f0}.testimonial-info{flex:1}.testimonial-name{font-size:1.1rem;font-weight:600;margin-bottom:.2rem;color:#1a202c}.testimonial-role{font-size:.9rem;color:#4a5568}.testimonial-rating{display:flex;gap:.2rem}.star{font-size:1rem;color:#f6ad55}.testimonial-quote{font-style:italic;line-height:1.6;color:#2d3748;position:relative;padding-left:1rem;border-left:3px solid #3182ce;background:#f7fafc;padding:1rem;border-radius:8px;margin:0}.success-metrics{background:#f7fafc;border-radius:24px;padding:4rem 3rem;text-align:center;border:1px solid #e2e8f0}.metrics-content h3{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#1a202c}.metrics-subtitle{font-size:1.1rem;color:#4a5568;margin-bottom:3rem}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.metric{padding:2rem 1.5rem;background:#fff;border-radius:16px;border:1px solid #e2e8f0;transition:all .3s ease;box-shadow:0 2px 8px #0000000d}.metric:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0000001a}.metric.student-satisfaction{border-top:4px solid #3182ce}.metric.grade-improvement{border-top:4px solid #38a169}.metric.platform-uptime{border-top:4px solid #dd6b20}.metric.support-available{border-top:4px solid #9f7aea}.metric-value{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.metric.student-satisfaction .metric-value{color:#3182ce}.metric.grade-improvement .metric-value{color:#38a169}.metric.platform-uptime .metric-value{color:#dd6b20}.metric.support-available .metric-value{color:#9f7aea}.metric-label{font-size:1rem;font-weight:600;color:#1a202c;margin-bottom:.5rem}.metric-description{font-size:.85rem;color:#4a5568}@media (max-width: 1024px){.achievements{padding:4rem 0}.achievements-grid{padding:0 1rem;gap:1.5rem}.achievement-card{padding:2rem}.success-metrics{padding:3rem 2rem}}@media (max-width: 768px){.stats{padding:3rem 0}.stats-container{padding:0 1rem}.stats-title{font-size:2.2rem}.stats-subtitle{font-size:1rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.stat-item{padding:2rem 1.5rem}.stat-number{font-size:2.5rem}.achievements-title,.testimonials-title{font-size:2.2rem}.achievements-subtitle{font-size:1rem}.achievements-grid{grid-template-columns:1fr;padding:0;gap:1.5rem}.achievement-card{padding:2rem 1.5rem}.achievement-header{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.achievement-icon{width:60px;height:60px;font-size:2.5rem}.testimonials-grid{grid-template-columns:1fr}.testimonial-card{padding:1.5rem}.success-metrics{padding:2rem 1.5rem}.metrics-content h3{font-size:2rem}.metrics-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.stats-grid{grid-template-columns:1fr}.stats-title{font-size:1.8rem}.stat-number{font-size:2rem}.achievements-title,.testimonials-title{font-size:1.8rem}.achievements-badge{font-size:.8rem;padding:.6rem 1.2rem}.achievement-card{padding:1.5rem;text-align:center}.achievement-header{flex-direction:column;align-items:center;gap:1rem}.achievement-icon{width:55px;height:55px;font-size:2rem}.achievement-title{font-size:1.2rem}.achievement-description{font-size:.9rem}.testimonial-card{padding:1.2rem}.testimonial-header{flex-direction:column;text-align:center;gap:.8rem}.testimonial-avatar{width:50px;height:50px;font-size:1.5rem}.testimonial-quote{font-size:.9rem;padding:.8rem}.metrics-grid{grid-template-columns:1fr}.metrics-content h3{font-size:1.6rem}.metric{padding:1.5rem 1rem}.metric-value{font-size:2rem}}.newspaper{padding:6rem 0;background:#fff;position:relative;overflow:hidden}.newspaper-container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}.newspaper-header{text-align:center;margin-bottom:4rem}.github-badge{display:inline-block;background:#fff;color:#374151;padding:.75rem 1.5rem;border-radius:25px;font-size:.875rem;font-weight:500;margin-bottom:2rem;border:1px solid #e5e7eb;box-shadow:0 2px 8px #00000014}.newspaper-title{font-family:Lexend,sans-serif;font-size:3.5rem;font-weight:600;color:#1f2937;margin-bottom:1rem;line-height:1.1;letter-spacing:-.025em}.newspaper-content{font-family:Crimson Text,serif;line-height:1.6;color:#2c2c2c}.front-page{display:grid;grid-template-columns:2fr 1fr;gap:3rem;padding:3rem 2rem;border-bottom:2px solid #1a1a1a}.main-story{border-right:1px solid #ddd;padding-right:2rem}.story-category{font-size:.8rem;font-weight:700;letter-spacing:.1em;color:#c41e3a;margin-bottom:1rem;text-transform:uppercase;border-bottom:2px solid #c41e3a;display:inline-block;padding-bottom:.2rem}.main-headline{font-family:Playfair Display,serif;font-size:2.8rem;font-weight:800;line-height:1.1;color:#1a1a1a;margin-bottom:1rem;text-align:left}.story-byline{font-size:.9rem;color:#666;margin-bottom:1.5rem;font-style:italic;border-bottom:1px solid #eee;padding-bottom:.5rem}.story-byline span{margin-right:1rem}.story-publication{font-weight:600;color:#c41e3a}.story-excerpt .story-lead{font-size:1.3rem;font-weight:600;line-height:1.4;margin-bottom:1.5rem;color:#333}.story-columns{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:1rem}.column{font-size:1rem;line-height:1.7;text-align:justify}.continue-reading{font-size:.85rem;font-style:italic;color:#666;text-align:right;margin-top:1rem;border-top:1px dotted #ccc;padding-top:.5rem}.side-stories{padding-left:1rem}.side-story{margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid #eee}.side-story:last-child{border-bottom:none}.story-category.small{font-size:.7rem;margin-bottom:.5rem}.side-headline{font-family:Playfair Display,serif;font-size:1.4rem;font-weight:700;line-height:1.2;color:#1a1a1a;margin-bottom:.7rem}.story-byline.small{font-size:.8rem;margin-bottom:1rem}.side-excerpt{font-size:.95rem;line-height:1.5;margin-bottom:.7rem;text-align:justify}.publication-tag{font-size:.8rem;color:#c41e3a;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.more-news-section{padding:2rem;background:#fafafa;border-top:3px double #333}.section-divider{text-align:center;margin-bottom:2rem}.section-header{font-family:Playfair Display,serif;font-size:1.8rem;font-weight:700;color:#1a1a1a;text-transform:uppercase;letter-spacing:.1em;position:relative;display:inline-block;padding:0 2rem;background:#fafafa}.section-header:before,.section-header:after{content:"";position:absolute;top:50%;width:100px;height:1px;background:#333}.section-header:before{right:100%}.section-header:after{left:100%}.news-columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.news-brief{background:#fff;padding:1.5rem;border:1px solid #ddd;border-left:4px solid #c41e3a}.brief-category{font-size:.75rem;font-weight:700;letter-spacing:.05em;color:#c41e3a;text-transform:uppercase;margin-bottom:.5rem}.brief-headline{font-family:Playfair Display,serif;font-size:1.2rem;font-weight:700;line-height:1.3;color:#1a1a1a;margin-bottom:.7rem}.brief-meta{font-size:.8rem;color:#666;margin-bottom:1rem;font-style:italic}.brief-author{margin-right:1rem}.brief-excerpt{font-size:.9rem;line-height:1.5;margin-bottom:.7rem;text-align:justify}.brief-source{font-size:.8rem;color:#c41e3a;font-weight:600;text-transform:uppercase;letter-spacing:.05em}@media (max-width: 1024px){.newspaper-title{font-size:3rem}.front-page{grid-template-columns:1fr;gap:2rem}.main-story{border-right:none;padding-right:0;border-bottom:2px solid #ddd;padding-bottom:2rem}.story-columns{grid-template-columns:1fr;gap:1rem}.main-headline{font-size:2.2rem}}@media (max-width: 768px){.newspaper-title{font-size:2.5rem}.newspaper-date{flex-direction:column;gap:.5rem}.newspaper-content{padding:0 1rem}.front-page{padding:2rem 1rem}.main-headline{font-size:2rem}.news-columns{grid-template-columns:1fr}}@media (max-width: 480px){.newspaper-title{font-size:2rem;letter-spacing:.05em}.main-headline{font-size:1.6rem}.front-page{padding:1.5rem .5rem}.story-columns{gap:.5rem}}.social{padding:6rem 0;background:#f8fafc;position:relative}.social-container{max-width:1200px;margin:0 auto;padding:0 2rem}.social-header{text-align:center;margin-bottom:4rem}.social-title{font-family:Lexend,sans-serif;font-size:3.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem;line-height:1.1;letter-spacing:-.025em}.social-subtitle{font-size:1.25rem;color:#6b7280;font-weight:400;max-width:600px;margin:0 auto;line-height:1.6}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}.testimonial-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 16px #00000014;border:1px solid #e5e7eb;transition:all .3s ease;position:relative}.testimonial-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001f}.testimonial-content{margin-bottom:2rem}.testimonial-quote{font-family:Lexend,sans-serif;font-size:1.125rem;line-height:1.7;color:#374151;font-weight:400;margin:0;text-align:left}.testimonial-author{display:flex;align-items:center;gap:1rem;padding-top:1.5rem;border-top:1px solid #f3f4f6}.author-image{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid #e5e7eb}.author-info{display:flex;flex-direction:column}.author-name{font-family:Lexend,sans-serif;font-size:1rem;font-weight:600;color:#1f2937;margin:0 0 .25rem}.author-title{font-size:.875rem;color:#6b7280;font-weight:400;margin:0}@media (max-width: 1024px){.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.social-title{font-size:3rem}}@media (max-width: 768px){.social{padding:4rem 0}.social-container{padding:0 1.5rem}.social-title{font-size:2.5rem}.social-subtitle{font-size:1.125rem}.testimonials-grid{grid-template-columns:1fr;gap:1.5rem}.testimonial-card{padding:1.5rem}.testimonial-quote{font-size:1rem}}@media (max-width: 480px){.social-title{font-size:2rem}.social-subtitle{font-size:1rem}.testimonial-card{padding:1.25rem}.testimonial-author{gap:.75rem}.author-image{width:40px;height:40px}}.chat-section{padding:6rem 0;background:#fff;position:relative;overflow:hidden}.chat-section-container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}.chat-section-header{text-align:center;margin-bottom:4rem}.chat-badge{display:inline-block;background:#f1f5fb;color:#374151;padding:.75rem 1.5rem;border-radius:25px;font-size:.875rem;font-weight:500;margin-bottom:2rem;border:1px solid #e5e7eb;box-shadow:0 2px 8px #00000014}.chat-section-title{font-family:Lexend,sans-serif;font-size:3.5rem;font-weight:600;color:#1f2937;margin-bottom:1.5rem;line-height:1.1;letter-spacing:-.025em}.chat-section-description{font-family:Lexend,sans-serif;font-size:1.25rem;line-height:1.6;color:#6b7280;max-width:600px;margin:0 auto;font-weight:400}.chat-demo-container{display:flex;justify-content:center;align-items:center;margin-top:3rem}.chat-container{width:800px;height:500px;background:#fff;border-radius:12px;box-shadow:0 20px 40px #0000001a;display:flex;flex-direction:column;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.chat-header{background:linear-gradient(135deg,#00bcd4,#0097a7);color:#fff;padding:16px 20px;display:flex;justify-content:space-between;align-items:center}.chat-header h3{margin:0;font-size:16px;font-weight:600}.chat-actions{display:flex;gap:12px}.chat-actions span{cursor:pointer;font-size:18px;opacity:.8;transition:opacity .2s}.chat-actions span:hover{opacity:1}.chat-body{flex:1;display:flex;flex-direction:column;background:#f8f9fa}.support-intro{background:#fff;padding:16px 20px;display:flex;align-items:center;gap:12px;border-bottom:1px solid #e9ecef}.support-avatar{width:40px;height:40px;border-radius:50%;background:#e3f2fd;display:flex;align-items:center;justify-content:center;font-size:20px}.support-info h4{margin:0;font-size:14px;font-weight:600;color:#333}.support-info p{margin:2px 0 0;font-size:13px;color:#666}.messages-container{flex:1;padding:16px 20px;overflow-y:auto;display:flex;flex-direction:column;gap:12px}.message{display:flex;align-items:flex-start;gap:8px}.message.user{justify-content:flex-end}.message.user .message-content{background:#007bff;color:#fff;margin-left:40px}.message.support .message-content{background:#fff;color:#333;border:1px solid #e9ecef}.message-avatar{width:28px;height:28px;border-radius:50%;background:#e3f2fd;display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0}.message-content{max-width:240px;padding:10px 14px;border-radius:18px;word-wrap:break-word}.message-content p{margin:0;font-size:13px;line-height:1.4}.chat-footer{background:#fff;border-top:1px solid #e9ecef;padding:16px 20px 12px}.message-input-container{display:flex;gap:8px;margin-bottom:8px}.message-input{flex:1;padding:10px 14px;border:1px solid #ddd;border-radius:20px;font-size:13px;outline:none;transition:border-color .2s}.message-input:focus{border-color:#007bff}.message-input::placeholder{color:#999}.send-button{padding:10px 16px;background:#007bff;color:#fff;border:none;border-radius:20px;font-size:13px;font-weight:500;cursor:pointer;transition:background-color .2s}.send-button:hover{background:#0056b3}.powered-by{text-align:center}.powered-by span{font-size:11px;color:#666;text-decoration:none}.messages-container::-webkit-scrollbar{width:4px}.messages-container::-webkit-scrollbar-track{background:transparent}.messages-container::-webkit-scrollbar-thumb{background:#000;border-radius:2px}.messages-container::-webkit-scrollbar-thumb:hover{background:#333}@media (max-width: 1024px){.chat-section-title{font-size:3rem}.chat-section-description{font-size:1.125rem}.chat-container{width:700px;height:450px}}@media (max-width: 768px){.chat-section{padding:4rem 0}.chat-section-container{padding:0 1.5rem}.chat-section-title{font-size:2.5rem}.chat-section-description{font-size:1rem}.chat-container{width:100%;max-width:600px;height:400px}}@media (max-width: 480px){.chat-section-title{font-size:2rem}.chat-container{width:100%;height:350px;border-radius:8px}}.how-it-works{padding:6rem 0;background:#fff;position:relative}.how-it-works-container{max-width:1200px;margin:0 auto;padding:0 2rem}.how-it-works-header{text-align:center;margin-bottom:4rem}.how-it-works-title{font-family:Lexend,sans-serif;font-size:3rem;font-weight:700;color:#1f2937;margin-bottom:1rem;line-height:1.2}.how-it-works-subtitle{font-family:Lexend,sans-serif;font-size:1.2rem;color:#6b7280;line-height:1.6;max-width:600px;margin:0 auto}.steps-container{display:flex;flex-direction:column;gap:3rem;margin-bottom:4rem}.step-card{display:flex;align-items:flex-start;gap:2rem;position:relative}.step-number{flex-shrink:0;width:80px;height:80px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;z-index:2}.step-number-text{font-family:Lexend,sans-serif;font-size:1.5rem;font-weight:700;color:#fff}.step-content{flex:1;background:#f8fafc;border-radius:16px;padding:2rem;border:1px solid #e5e7eb;position:relative}.step-content:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:16px 16px 0 0}.step-icon{margin-bottom:1rem}.step-icon-emoji{font-size:3rem;display:block}.step-title{font-family:Lexend,sans-serif;font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:1rem;line-height:1.3}.step-description{font-family:Lexend,sans-serif;font-size:1.1rem;color:#4b5563;line-height:1.6;margin-bottom:1.5rem}.step-details{list-style:none;padding:0;margin:0}.step-detail-item{font-family:Lexend,sans-serif;font-size:1rem;color:#6b7280;margin-bottom:.75rem;display:flex;align-items:center;gap:.75rem}.check-icon{color:#10b981;font-weight:700;font-size:1.1rem}.step-connector{position:absolute;left:39px;top:80px;bottom:-3rem;display:flex;flex-direction:column;align-items:center;z-index:1}.connector-line{width:2px;flex:1;background:linear-gradient(to bottom,#3b82f6,#e5e7eb)}.connector-arrow{color:#3b82f6;font-size:1.5rem;font-weight:700;margin-top:.5rem}.cta-section{text-align:center;background:#1f2937;border-radius:20px;padding:3rem;color:#fff;position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.1}.how-cta-title{font-family:Lexend,sans-serif;font-size:2rem;font-weight:700;margin-bottom:1rem;position:relative;z-index:2;color:#fff!important}.cta-subtitle{font-family:Lexend,sans-serif;font-size:1.1rem;opacity:.9;margin-bottom:2rem;position:relative;z-index:2}.btn-primary{font-family:Lexend,sans-serif;font-size:1.1rem;font-weight:600;padding:1rem 2.5rem;background:#fff;color:#3b82f6;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;position:relative;z-index:2}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px #ffffff4d}@media (max-width: 768px){.how-it-works{padding:4rem 0}.how-it-works-container{padding:0 1rem}.how-it-works-title{font-size:2.5rem}.step-card{flex-direction:column;text-align:center}.step-number{align-self:center}.step-connector{display:none}.step-content{padding:1.5rem}.cta-section{padding:2rem}.cta-title{font-size:1.75rem}}@media (max-width: 480px){.how-it-works-title{font-size:2rem}.step-number{width:60px;height:60px}.step-number-text{font-size:1.25rem}.step-content{padding:1.25rem}.step-title{font-size:1.25rem}.step-icon-emoji{font-size:2.5rem}}.current-clients{padding:6rem 0;background:#f9fafb}.clients-container{max-width:1200px;margin:0 auto;padding:0 2rem}.clients-header{text-align:center;margin-bottom:4rem}.clients-badge{display:inline-block;background:#f1f5fb;color:#374151;padding:.75rem 1.5rem;border-radius:25px;font-size:.875rem;font-weight:500;margin-bottom:1.5rem;border:1px solid #e5e7eb;box-shadow:0 2px 8px #00000014}.clients-title{font-family:Lexend,sans-serif;font-size:2.5rem;font-weight:600;color:#1f2937;margin-bottom:1rem;letter-spacing:-.025em}.clients-subtitle{font-family:Lexend,sans-serif;font-size:1.125rem;color:#6b7280;max-width:600px;margin:0 auto;line-height:1.6}.clients-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}.client-institution{font-family:Lexend,sans-serif;font-size:.875rem;color:#6b7280;margin:0}.client-testimonial{font-family:Lexend,sans-serif;font-size:.9rem;color:#4b5563;font-style:italic;margin-top:1rem;line-height:1.5;padding-top:1rem;border-top:1px solid #f3f4f6}.clients-cta{text-align:center;margin-top:2rem}.clients-cta .btn-secondary{background:#fff;color:#374151;padding:1rem 2rem;border-radius:12px;font-family:Lexend,sans-serif;font-size:1rem;font-weight:600;border:2px solid #d1d5db;cursor:pointer;transition:all .3s ease}.clients-cta .btn-secondary:hover{background:#f9fafb;border-color:#9ca3af;transform:translateY(-2px);box-shadow:0 8px 24px #0000001a}@media (max-width: 768px){.current-clients{padding:4rem 0}.clients-container{padding:0 1.5rem}.clients-title{font-size:2rem}.clients-subtitle{font-size:1rem}.clients-grid{grid-template-columns:1fr;gap:1.5rem}}@media (max-width: 480px){.current-clients{padding:3rem 0}.clients-title{font-size:1.75rem}.client-card{padding:1.5rem}}.pricing-page{min-height:100vh;background:#fff;padding-top:80px}.pricing-container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}.pricing-header{padding:6rem 0 4rem;text-align:center;background:#fff}.pricing-badge{display:inline-block;background:#f1f5fb;color:#374151;padding:.75rem 1.5rem;border-radius:25px;font-size:.875rem;font-weight:500;margin-bottom:2rem;border:1px solid #e5e7eb;box-shadow:0 2px 8px #00000014}.pricing-title{font-family:Lexend,sans-serif;font-size:3.5rem;font-weight:600;color:#1f2937;margin-bottom:1.5rem;line-height:1.1;letter-spacing:-.025em}.pricing-subtitle{font-family:Lexend,sans-serif;font-size:1.25rem;line-height:1.6;color:#6b7280;max-width:600px;margin:0 auto 3rem;font-weight:400}.billing-toggle{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:2rem}.toggle-label{font-family:Lexend,sans-serif;font-size:1rem;font-weight:500;color:#6b7280;transition:color .3s ease;display:flex;align-items:center;gap:.5rem}.toggle-label.active{color:#1f2937}.toggle-switch{position:relative;width:60px;height:30px;background:#e5e7eb;border-radius:15px;border:none;cursor:pointer;transition:background-color .3s ease}.toggle-switch.active{background:#4f46e5}.toggle-slider{position:absolute;top:3px;left:3px;width:24px;height:24px;background:#fff;border-radius:50%;transition:transform .3s ease;box-shadow:0 2px 4px #0000001a}.toggle-switch.active .toggle-slider{transform:translate(30px)}.savings-badge{background:#10b981;color:#fff;padding:.25rem .5rem;border-radius:12px;font-size:.75rem;font-weight:600;margin-left:.5rem}.pricing-plans{padding:2rem 0 6rem;background:#fff}.plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:2rem}.pricing-card{background:#fff;border-radius:20px;padding:2.5rem;position:relative;border:2px solid #f3f4f6;transition:all .3s ease;box-shadow:0 4px 20px #00000014}.pricing-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000026;border-color:#e5e7eb}.pricing-card.popular{border-color:#4f46e5;box-shadow:0 8px 32px #4f46e526;transform:scale(1.05)}.pricing-card.popular:hover{transform:scale(1.05) translateY(-8px);box-shadow:0 16px 48px #4f46e540}.plan-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;padding:.5rem 1.5rem;border-radius:20px;font-size:.875rem;font-weight:600;box-shadow:0 4px 12px #4f46e54d}.plan-header{text-align:center;margin-bottom:2rem}.plan-name{font-family:Lexend,sans-serif;font-size:1.75rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.plan-description{font-family:Lexend,sans-serif;color:#6b7280;margin-bottom:2rem;font-size:1rem}.plan-price{display:flex;align-items:baseline;justify-content:center;margin-bottom:1rem}.price-currency{font-family:Lexend,sans-serif;font-size:1.5rem;font-weight:600;color:#4f46e5}.price-amount{font-family:Lexend,sans-serif;font-size:3.5rem;font-weight:700;color:#1f2937;line-height:1}.price-period{font-family:Lexend,sans-serif;font-size:1.125rem;font-weight:500;color:#6b7280;margin-left:.25rem}.annual-savings{font-family:Lexend,sans-serif;font-size:.875rem;color:#10b981;font-weight:500}.contact-pricing{font-family:Lexend,sans-serif;font-size:2rem;font-weight:600;color:#4f46e5;display:block;margin:1rem 0}.plan-features{margin-bottom:2.5rem}.plan-features ul{list-style:none;padding:0;margin:0}.plan-features li{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;font-family:Lexend,sans-serif;font-size:.95rem;color:#4b5563;border-bottom:1px solid #f9fafb}.plan-features li:last-child{border-bottom:none}.check-icon{width:20px;height:20px;color:#10b981;flex-shrink:0}.plan-button{width:100%;padding:1rem 2rem;border-radius:12px;font-family:Lexend,sans-serif;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s ease;border:2px solid transparent;cursor:pointer}.plan-button.btn-primary{background:#4f46e5;color:#fff;border-color:#4f46e5}.plan-button.btn-primary:hover{background:#3730a3;border-color:#3730a3;transform:translateY(-2px);box-shadow:0 8px 24px #4f46e54d}.plan-button.btn-secondary{background:#fff;color:#374151;border-color:#d1d5db}.plan-button.btn-secondary:hover{background:#f9fafb;border-color:#9ca3af;transform:translateY(-2px);box-shadow:0 8px 24px #0000001a}.pricing-faq{padding:6rem 0;background:#f9fafb}.faq-header{text-align:center;margin-bottom:4rem}.faq-title{font-family:Lexend,sans-serif;font-size:2.5rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.faq-subtitle{font-family:Lexend,sans-serif;font-size:1.125rem;color:#6b7280;max-width:600px;margin:0 auto}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.faq-item{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 20px #00000014;transition:transform .3s ease}.faq-item:hover{transform:translateY(-4px)}.faq-question{font-family:Lexend,sans-serif;font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.faq-answer{font-family:Lexend,sans-serif;color:#6b7280;line-height:1.6;margin:0}.pricing-cta{padding:6rem 0;background:#fff;text-align:center}.cta-title{font-family:Lexend,sans-serif;font-size:2.5rem;font-weight:600;color:#1f2937!important;margin-bottom:1rem}@media (max-width: 1024px){.pricing-title{font-size:3rem}.plans-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.pricing-card.popular{transform:none}.pricing-card.popular:hover{transform:translateY(-8px)}}@media (max-width: 768px){.pricing-page{padding-top:70px}.pricing-header{padding:4rem 0 2rem}.pricing-container{padding:0 1.5rem}.pricing-title{font-size:2.5rem}.pricing-subtitle{font-size:1rem}.plans-grid{grid-template-columns:1fr;gap:1.5rem}.pricing-card{padding:2rem}.price-amount{font-size:2.5rem}.faq-grid{grid-template-columns:1fr;gap:1.5rem}.cta-buttons{flex-direction:column;align-items:center}.cta-buttons .btn-primary,.cta-buttons .btn-secondary{width:100%;max-width:300px}}@media (max-width: 480px){.pricing-title,.faq-title,.cta-title{font-size:2rem}.pricing-card{padding:1.5rem}.billing-toggle{flex-direction:column;gap:1rem}.toggle-label{font-size:.875rem}}.live-classes-page{min-height:100vh;background:#fff;padding-top:80px}.live-classes-container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}.live-classes-header{padding:6rem 0 4rem;text-align:center;background:#fff}.live-classes-badge{display:inline-block;background:#f1f5fb;color:#374151;padding:.75rem 1.5rem;border-radius:25px;font-size:.875rem;font-weight:500;margin-bottom:2rem;border:1px solid #e5e7eb;box-shadow:0 2px 8px #00000014}.live-classes-title{font-family:Lexend,sans-serif;font-size:3.5rem;font-weight:600;color:#1f2937;margin-bottom:1.5rem;line-height:1.1;letter-spacing:-.025em}.live-classes-subtitle{font-family:Lexend,sans-serif;font-size:1.25rem;line-height:1.6;color:#6b7280;max-width:700px;margin:0 auto;font-weight:400}.video-placeholder{position:relative;width:100%;height:500px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;overflow:hidden;box-shadow:0 20px 40px #0000001a;margin-bottom:3rem}.play-button svg{width:32px;height:32px;color:#4f46e5;margin-left:4px}.stat-number{font-family:Lexend,sans-serif;font-size:2.5rem;font-weight:700;color:#4f46e5}.live-classes-features{padding:6rem 0;background:#f9fafb}.lc-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.lc-feature-card{background:#fff;padding:2.5rem;border-radius:20px;text-align:center;box-shadow:0 4px 20px #00000014;transition:all .3s ease;border:1px solid #f3f4f6}.lc-feature-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000026;border-color:#e5e7eb}.lc-feature-icon{font-size:3rem;margin-bottom:1.5rem;display:block;text-align:center}.lc-feature-title{font-family:Lexend,sans-serif;font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1rem;text-align:center}.lc-feature-description{font-family:Lexend,sans-serif;color:#6b7280;line-height:1.6;margin:0;text-align:center}.class-types-section{padding:6rem 0;background:#fff}.class-types-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.class-card{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 4px 20px #00000014;border:1px solid #f3f4f6;transition:all .3s ease;text-align:center}.class-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000026;border-color:#e5e7eb}.class-image{font-size:4rem;text-align:center;margin-bottom:1.5rem;display:block}.class-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.class-title{font-family:Lexend,sans-serif;font-size:1.5rem;font-weight:600;color:#1f2937;margin:0}.class-rating{font-family:Lexend,sans-serif;font-size:.875rem;font-weight:500;color:#f59e0b}.class-instructor{font-family:Lexend,sans-serif;color:#6b7280;margin-bottom:1.5rem;font-size:.95rem;text-align:center}.class-content{text-align:center}.class-details{margin-bottom:2rem;text-align:left}.join-class-btn{width:100%;background:#4f46e5;color:#fff;border:none;padding:1rem 2rem;border-radius:12px;font-family:Lexend,sans-serif;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.join-class-btn:hover{background:#3730a3;transform:translateY(-2px);box-shadow:0 8px 24px #4f46e54d}.benefit-stat{font-family:Lexend,sans-serif;font-size:2rem;font-weight:700;color:#4f46e5;margin-bottom:1rem;text-align:center;display:block}.live-classes-cta{padding:6rem 0;background:#fff;text-align:center}@media (max-width: 1024px){.live-classes-title{font-size:3rem}.video-placeholder{height:400px}.stat-number{font-size:2rem}.class-types-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media (max-width: 768px){.live-classes-page{padding-top:70px}.live-classes-header{padding:4rem 0 2rem}.live-classes-container{padding:0 1.5rem}.live-classes-title{font-size:2.5rem}.live-classes-subtitle{font-size:1rem}.video-placeholder{height:300px;border-radius:16px}.play-button{width:60px;height:60px}.play-button svg{width:24px;height:24px}.video-stats,.lc-features-grid,.class-types-grid,.benefits-grid{grid-template-columns:1fr;gap:1.5rem}.lc-feature-card,.class-card,.benefit-card{padding:2rem}.cta-buttons{flex-direction:column;align-items:center}.cta-buttons .btn-primary,.cta-buttons .btn-secondary{width:100%;max-width:300px}}@media (max-width: 480px){.live-classes-title,.features-title,.section-title,.cta-title{font-size:2rem}.lc-feature-card,.class-card,.benefit-card{padding:1.5rem}.video-overlay{bottom:1rem;left:1rem}.video-overlay h3{font-size:1.25rem}.video-overlay p{font-size:.875rem}}.video-portal-page{min-height:100vh;background:#fff;padding-top:80px}.video-portal-container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}.video-portal-header{padding:6rem 0 4rem;text-align:center;background:#fff}.video-portal-badge{display:inline-block;background:#f1f5fb;color:#374151;padding:.75rem 1.5rem;border-radius:25px;font-size:.875rem;font-weight:500;margin-bottom:2rem;border:1px solid #e5e7eb;box-shadow:0 2px 8px #00000014}.video-portal-title{font-family:Lexend,sans-serif;font-size:3.5rem;font-weight:600;color:#1f2937;margin-bottom:1.5rem;line-height:1.1;letter-spacing:-.025em}.video-portal-subtitle{font-family:Lexend,sans-serif;font-size:1.25rem;line-height:1.6;color:#6b7280;max-width:700px;margin:0 auto;font-weight:400}.video-portal-features{padding:6rem 0;background:#f9fafb}.vp-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.vp-feature-card{background:#fff;padding:2.5rem;border-radius:20px;text-align:center;box-shadow:0 4px 20px #00000014;transition:all .3s ease;border:1px solid #f3f4f6}.vp-feature-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000026;border-color:#e5e7eb}.vp-feature-icon{font-size:3rem;margin-bottom:1.5rem;display:block;text-align:center}.vp-feature-title{font-family:Lexend,sans-serif;font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1rem;text-align:center}.vp-feature-description{font-family:Lexend,sans-serif;color:#6b7280;line-height:1.6;margin:0;text-align:center}.video-categories-section{padding:6rem 0;background:#fff}.video-categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.video-category-card{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 4px 20px #00000014;border:1px solid #f3f4f6;transition:all .3s ease;text-align:center}.video-category-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000026;border-color:#e5e7eb}.category-image{font-size:4rem;text-align:center;margin-bottom:1.5rem;display:block}.category-content{text-align:center}.category-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.category-title{font-family:Lexend,sans-serif;font-size:1.5rem;font-weight:600;color:#1f2937;margin:0}.category-rating{font-family:Lexend,sans-serif;font-size:.875rem;font-weight:500;color:#f59e0b}.category-instructor{font-family:Lexend,sans-serif;color:#6b7280;margin-bottom:1.5rem;font-size:.95rem;text-align:center}.category-details{margin-bottom:2rem;text-align:left}.browse-videos-btn{width:100%;background:#7c3aed;color:#fff;border:none;padding:1rem 2rem;border-radius:12px;font-family:Lexend,sans-serif;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.browse-videos-btn:hover{background:#6d28d9;transform:translateY(-2px);box-shadow:0 8px 24px #7c3aed4d}.video-portal-cta{padding:6rem 0;background:#fff;text-align:center}@media (max-width: 1024px){.video-portal-title{font-size:3rem}.video-placeholder{height:400px}.stat-number{font-size:2rem}.video-categories-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media (max-width: 768px){.video-portal-page{padding-top:70px}.video-portal-header{padding:4rem 0 2rem}.video-portal-container{padding:0 1.5rem}.video-portal-title{font-size:2.5rem}.video-portal-subtitle{font-size:1rem}.video-placeholder{height:300px;border-radius:16px}.play-button{width:60px;height:60px}.play-button svg{width:24px;height:24px}.video-stats,.vp-features-grid,.video-categories-grid,.benefits-grid{grid-template-columns:1fr;gap:1.5rem}.vp-feature-card,.video-category-card,.benefit-card{padding:2rem}.cta-buttons{flex-direction:column;align-items:center}.cta-buttons .btn-primary,.cta-buttons .btn-secondary{width:100%;max-width:300px}}@media (max-width: 480px){.video-portal-title,.features-title,.section-title,.cta-title{font-size:2rem}.vp-feature-card,.video-category-card,.benefit-card{padding:1.5rem}.video-overlay{bottom:1rem;left:1rem}.video-overlay h3{font-size:1.25rem}.video-overlay p{font-size:.875rem}}.book-library-page{min-height:100vh;background:#fff;padding-top:80px}.book-library-container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}.book-library-header{padding:6rem 0 4rem;text-align:center;background:#fff}.book-library-badge{display:inline-block;background:#f1f5fb;color:#374151;padding:.75rem 1.5rem;border-radius:25px;font-size:.875rem;font-weight:500;margin-bottom:2rem;border:1px solid #e5e7eb;box-shadow:0 2px 8px #00000014}.book-library-title{font-family:Lexend,sans-serif;font-size:3.5rem;font-weight:600;color:#1f2937;margin-bottom:1.5rem;line-height:1.1;letter-spacing:-.025em}.book-library-subtitle{font-family:Lexend,sans-serif;font-size:1.25rem;line-height:1.6;color:#6b7280;max-width:700px;margin:0 auto;font-weight:400}.demo-video-section{padding:2rem 0 6rem;background:#fff}.video-container{max-width:900px;margin:0 auto}.video-placeholder{position:relative;width:100%;height:500px;background:linear-gradient(135deg,#7c3aed,#a855f7);border-radius:20px;overflow:hidden;box-shadow:0 20px 40px #0000001a;margin-bottom:3rem}.video-preview{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.video-preview:hover{transform:scale(1.02)}.play-button{width:80px;height:80px;background:#ffffffe6;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 32px #0003}.play-button:hover{background:#fff;transform:scale(1.1)}.play-button svg{width:32px;height:32px;color:#7c3aed;margin-left:4px}.video-overlay{position:absolute;bottom:2rem;left:2rem;color:#fff}.video-overlay h3{font-family:Lexend,sans-serif;font-size:1.75rem;font-weight:600;margin-bottom:.5rem}.video-overlay p{font-family:Lexend,sans-serif;font-size:1rem;opacity:.9;margin:0}.video-player{width:100%;height:100%}.video-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;text-align:center}.stat-item{display:flex;flex-direction:column;gap:.5rem}.stat-number{font-family:Lexend,sans-serif;font-size:2.5rem;font-weight:700;color:#7c3aed}.stat-label{font-family:Lexend,sans-serif;font-size:1rem;color:#6b7280;font-weight:500}.book-library-features{padding:6rem 0;background:#f9fafb}.features-header,.section-header{text-align:center;margin-bottom:4rem}.features-title,.section-title{font-family:Lexend,sans-serif;font-size:2.5rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.features-subtitle,.section-subtitle{font-family:Lexend,sans-serif;font-size:1.125rem;color:#6b7280;max-width:600px;margin:0 auto}.bl-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.bl-feature-card{background:#fff;padding:2.5rem;border-radius:20px;text-align:center;box-shadow:0 4px 20px #00000014;transition:all .3s ease;border:1px solid #f3f4f6}.bl-feature-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000026;border-color:#e5e7eb}.bl-feature-icon{font-size:3rem;margin-bottom:1.5rem;display:block;text-align:center}.bl-feature-title{font-family:Lexend,sans-serif;font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1rem;text-align:center}.bl-feature-description{font-family:Lexend,sans-serif;color:#6b7280;line-height:1.6;margin:0;text-align:center}.book-categories-section{padding:6rem 0;background:#fff}.book-categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.book-card{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 4px 20px #00000014;border:1px solid #f3f4f6;transition:all .3s ease;text-align:center}.book-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000026;border-color:#e5e7eb}.book-image{font-size:4rem;text-align:center;margin-bottom:1.5rem;display:block}.book-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.book-title{font-family:Lexend,sans-serif;font-size:1.5rem;font-weight:600;color:#1f2937;margin:0}.book-rating{font-family:Lexend,sans-serif;font-size:.875rem;font-weight:500;color:#f59e0b}.book-author{font-family:Lexend,sans-serif;color:#6b7280;margin-bottom:1.5rem;font-size:.95rem;text-align:center}.book-content{text-align:center}.book-details{margin-bottom:2rem;text-align:left}.detail-item{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #f9fafb}.detail-item:last-child{border-bottom:none}.detail-label{font-family:Lexend,sans-serif;color:#6b7280;font-size:.875rem}.detail-value{font-family:Lexend,sans-serif;color:#1f2937;font-weight:500;font-size:.875rem}.explore-books-btn{width:100%;background:#7c3aed;color:#fff;border:none;padding:1rem 2rem;border-radius:12px;font-family:Lexend,sans-serif;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.explore-books-btn:hover{background:#6d28d9;transform:translateY(-2px);box-shadow:0 8px 24px #7c3aed4d}.benefits-section{padding:6rem 0;background:#f9fafb}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.benefit-card{background:#fff;padding:2.5rem 2rem;border-radius:20px;text-align:center;box-shadow:0 4px 20px #00000014;transition:all .3s ease}.benefit-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000026}.benefit-stat{font-family:Lexend,sans-serif;font-size:2rem;font-weight:700;color:#7c3aed;margin-bottom:1rem;text-align:center;display:block}.benefit-title{font-family:Lexend,sans-serif;font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1rem;text-align:center}.benefit-description{font-family:Lexend,sans-serif;color:#6b7280;line-height:1.6;margin:0;text-align:center}.book-library-cta{padding:6rem 0;background:#fff;text-align:center}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:2rem}.cta-buttons .btn-primary{background:#7c3aed;color:#fff;border-color:#7c3aed}.cta-buttons .btn-primary:hover{background:#6d28d9;border-color:#6d28d9;transform:translateY(-2px);box-shadow:0 8px 24px #7c3aed4d}.cta-note{font-family:Lexend,sans-serif;color:#6b7280;font-size:.875rem}@media (max-width: 1024px){.book-library-title{font-size:3rem}.video-placeholder{height:400px}.stat-number{font-size:2rem}.book-categories-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media (max-width: 768px){.book-library-page{padding-top:70px}.book-library-header{padding:4rem 0 2rem}.book-library-container{padding:0 1.5rem}.book-library-title{font-size:2.5rem}.book-library-subtitle{font-size:1rem}.video-placeholder{height:300px;border-radius:16px}.play-button{width:60px;height:60px}.play-button svg{width:24px;height:24px}.video-stats,.bl-features-grid,.book-categories-grid,.benefits-grid{grid-template-columns:1fr;gap:1.5rem}.bl-feature-card,.book-card,.benefit-card{padding:2rem}.cta-buttons{flex-direction:column;align-items:center}.cta-buttons .btn-primary,.cta-buttons .btn-secondary{width:100%;max-width:300px}}@media (max-width: 480px){.book-library-title,.features-title,.section-title,.cta-title{font-size:2rem}.bl-feature-card,.book-card,.benefit-card{padding:1.5rem}.video-overlay{bottom:1rem;left:1rem}.video-overlay h3{font-size:1.25rem}.video-overlay p{font-size:.875rem}}.registration-section{padding:4rem 0 6rem;background:#fff;position:relative;overflow:hidden}.registration-section:before{content:"";position:absolute;inset:0;background:none;opacity:0}.registration-container{max-width:800px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}.registration-header{text-align:center;margin-bottom:3rem}.registration-title{font-family:Lexend,sans-serif;font-size:3rem;font-weight:600;color:#1f2937;margin-bottom:1rem;line-height:1.2;letter-spacing:-.025em}.registration-subtitle{font-family:Lexend,sans-serif;font-size:1.125rem;color:#6b7280;line-height:1.6;max-width:600px;margin:0 auto;font-weight:400}.registration-form{background:#f9fafb;border-radius:20px;padding:3rem;box-shadow:0 4px 20px #00000014;position:relative;border:2px solid #f3f4f6}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}.form-group{display:flex;flex-direction:column}.form-label{font-family:Lexend,sans-serif;font-size:1rem;font-weight:600;color:#374151;margin-bottom:.5rem}.form-input,.form-select,.form-textarea{font-family:Lexend,sans-serif;font-size:1rem;padding:1rem;border:2px solid #e5e7eb;border-radius:12px;transition:all .3s ease;background:#fff}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-input.error,.form-select.error,.form-textarea.error{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.form-textarea{resize:vertical;min-height:100px}.error-message{font-family:Lexend,sans-serif;font-size:.875rem;color:#ef4444;margin-top:.5rem;display:block}.form-actions{margin-top:2rem;text-align:center}.btn-primary{font-family:Lexend,sans-serif;font-size:1.1rem;font-weight:600;padding:1rem 2.5rem;background:#4f46e5;color:#fff;border:2px solid #4f46e5;border-radius:12px;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;min-width:200px;justify-content:center}.btn-primary:hover:not(:disabled){background:#3730a3;border-color:#3730a3;transform:translateY(-2px);box-shadow:0 8px 24px #4f46e54d}.btn-primary:disabled{opacity:.7;cursor:not-allowed}.btn-primary.loading{pointer-events:none}.spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.form-footer{margin-top:2rem;text-align:center}.privacy-notice{font-family:Lexend,sans-serif;font-size:.9rem;color:#6b7280;line-height:1.5}.registration-success{background:#f9fafb;border-radius:20px;padding:4rem 3rem;text-align:center;box-shadow:0 4px 20px #00000014;border:2px solid #f3f4f6}.success-icon{width:80px;height:80px;background:#10b981;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;color:#fff;box-shadow:0 4px 20px #10b9814d}.success-icon svg{width:40px;height:40px}.success-title{font-family:Lexend,sans-serif;font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.success-message{font-family:Lexend,sans-serif;font-size:1.1rem;color:#4b5563;line-height:1.6;margin-bottom:2rem}.success-details{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:2rem;text-align:left;border:1px solid #e5e7eb}.success-details p{font-family:Lexend,sans-serif;font-size:1rem;color:#374151;margin:.5rem 0}@media (max-width: 768px){.registration-section{padding:4rem 0}.registration-container{padding:0 1rem}.registration-title{font-size:2.5rem}.registration-form{padding:2rem}.form-row{grid-template-columns:1fr;gap:1.5rem}.registration-success{padding:3rem 2rem}.success-title{font-size:2rem}}@media (max-width: 480px){.registration-title{font-size:2rem}.registration-form{padding:1.5rem}.btn-primary{width:100%;padding:1rem}}.register-page{min-height:100vh;background:#fff;padding-top:80px}.register-hero{background:#fff;padding:6rem 0 4rem;position:relative;overflow:hidden}.register-hero:before{content:"";position:absolute;inset:0;background:none;opacity:0}.register-hero-content{max-width:800px;margin:0 auto;padding:2rem;text-align:center;position:relative;z-index:2}.register-badge{display:inline-block;background:#f1f5fb;color:#374151;padding:.75rem 1.5rem;border-radius:25px;font-size:.875rem;font-weight:500;margin-bottom:2rem;border:1px solid #e5e7eb;box-shadow:0 2px 8px #00000014}.register-hero-title{font-family:Lexend,sans-serif;font-size:3.5rem;font-weight:600;color:#1f2937;margin-bottom:1.5rem;line-height:1.1;letter-spacing:-.025em}.register-hero-subtitle{font-family:Lexend,sans-serif;font-size:1.25rem;color:#6b7280;line-height:1.6;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto;font-weight:400}.register-hero-features{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.feature-item{display:flex;align-items:center;justify-content:center;gap:.5rem;color:#4b5563;font-family:Lexend,sans-serif;font-size:1rem;font-weight:500}.feature-icon{background:#10b981;color:#fff;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:700}.register-benefits{padding:6rem 0;background:#f9fafb}.benefits-container{max-width:1200px;margin:0 auto;padding:0 2rem}.benefits-title{font-family:Lexend,sans-serif;font-size:2.5rem;font-weight:700;color:#1f2937;text-align:center;margin-bottom:3rem}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.benefit-card{text-align:center;padding:2rem;border-radius:16px;background:#fff;border:2px solid #f3f4f6;transition:all .3s ease;box-shadow:0 4px 20px #00000014}.benefit-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000026;border-color:#e5e7eb}.benefit-icon{font-size:3rem;margin-bottom:1rem;display:block}.benefit-title{font-family:Lexend,sans-serif;font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.benefit-description{font-family:Lexend,sans-serif;font-size:1rem;color:#6b7280;line-height:1.6;margin:0}@media (max-width: 768px){.register-page{padding-top:70px}.register-hero{padding:4rem 0 2rem}.register-hero-content{padding:0 1.5rem}.register-hero-title{font-size:2.5rem}.register-hero-subtitle{font-size:1rem}.register-hero-features{gap:1rem}.benefits-container{padding:0 1rem}.benefits-title{font-size:2rem}.benefits-grid{grid-template-columns:1fr;gap:1.5rem}.benefit-card{padding:1.5rem}}@media (max-width: 480px){.register-hero-title{font-size:2rem}.register-hero-subtitle{font-size:1rem}.register-hero-features{flex-direction:column;align-items:center;gap:.75rem}.benefits-title{font-size:1.75rem}}.setup-password-page{min-height:100vh;background:#f8fafc;font-family:Lexend,sans-serif}.setup-password-hero{background:linear-gradient(135deg,#667eea,#764ba2);padding:3rem 0 4rem;position:relative;overflow:hidden}.setup-password-hero:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.1}.setup-password-hero-content{max-width:600px;margin:0 auto;padding:0 2rem;text-align:center;position:relative;z-index:2}.setup-password-hero-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:.75rem;line-height:1.2}.setup-password-hero-subtitle{font-size:1.2rem;color:#ffffffe6;line-height:1.5}.setup-password-container{max-width:600px;margin:-3rem auto 4rem;padding:0 2rem;position:relative;z-index:10}.setup-password-card{background:#fff;border-radius:16px;box-shadow:0 10px 40px #0000001a;overflow:hidden;margin-bottom:2rem}.card-header{padding:2.5rem 2.5rem 2rem;border-bottom:1px solid #e5e7eb}.card-title{font-size:1.75rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.card-subtitle{font-size:1rem;color:#6b7280;margin-bottom:1.5rem}.student-info{background:#f8fafc;padding:1rem 1.25rem;border-radius:8px;margin-top:1rem}.student-info p{font-size:.9rem;color:#4b5563;margin:.5rem 0}.info-label{font-weight:600;color:#374151}.password-form{padding:2.5rem}.form-group{margin-bottom:1.75rem}.form-label{display:block;font-size:.95rem;font-weight:600;color:#374151;margin-bottom:.5rem}.form-input{width:100%;padding:.875rem 1rem;font-size:1rem;font-family:Lexend,sans-serif;border:2px solid #e5e7eb;border-radius:8px;outline:none;transition:all .2s ease;background:#fff}.form-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-input:disabled{background:#f9fafb;cursor:not-allowed}.form-hint{font-size:.85rem;color:#6b7280;margin-top:.5rem;margin-bottom:0}.form-error{display:flex;align-items:center;gap:.5rem;padding:.875rem 1rem;background:#fee2e2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:.9rem;margin-bottom:1.5rem}.error-icon-small{font-size:1.1rem}.submit-button{width:100%;padding:1rem;font-size:1rem;font-weight:600;font-family:Lexend,sans-serif;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px #667eea4d}.submit-button:active:not(:disabled){transform:translateY(0)}.submit-button:disabled{opacity:.7;cursor:not-allowed}.button-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.security-info{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d;font-size:.9rem;color:#6b7280;line-height:1.5}.security-icon{font-size:1.5rem;flex-shrink:0}.loading-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.spinner{width:50px;height:50px;border:4px solid #e5e7eb;border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1.5rem}.loading-spinner p{font-size:1.1rem;color:#6b7280}.error-container{background:#fff;border-radius:16px;padding:3rem 2.5rem;text-align:center;box-shadow:0 10px 40px #0000001a}.error-icon{font-size:4rem;margin-bottom:1.5rem;display:block}.error-title{font-size:1.75rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.error-message{font-size:1.1rem;color:#dc2626;margin-bottom:2rem;line-height:1.6}.error-actions{padding-top:1.5rem;border-top:1px solid #e5e7eb}.error-help{font-size:1rem;color:#6b7280;line-height:1.6;margin:0}.success-container{background:#fff;border-radius:16px;padding:3rem 2.5rem;text-align:center;box-shadow:0 10px 40px #0000001a}.success-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-size:3rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px #10b9814d}.success-title{font-size:1.75rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.success-message{font-size:1.1rem;color:#6b7280;margin-bottom:2rem;line-height:1.6}.success-details{background:#f8fafc;padding:1.5rem;border-radius:8px;margin-bottom:2rem;text-align:left}.success-details p{font-size:.95rem;color:#4b5563;margin:.75rem 0}.success-details strong{font-weight:600;color:#374151}.login-button{padding:.875rem 2rem;font-size:1rem;font-weight:600;font-family:Lexend,sans-serif;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;cursor:pointer;transition:all .3s ease}.login-button:hover{transform:translateY(-2px);box-shadow:0 10px 25px #667eea4d}.login-button:active{transform:translateY(0)}@media (max-width: 768px){.setup-password-hero{padding:2rem 0 3rem}.setup-password-hero-title{font-size:2rem}.setup-password-hero-subtitle{font-size:1rem}.setup-password-container{margin:-2rem auto 3rem;padding:0 1rem}.card-header{padding:2rem 1.5rem 1.5rem}.card-title{font-size:1.5rem}.password-form{padding:2rem 1.5rem}.error-container,.success-container{padding:2.5rem 1.5rem}.error-title,.success-title{font-size:1.5rem}}@media (max-width: 480px){.setup-password-hero-title{font-size:1.75rem}.setup-password-hero-subtitle{font-size:.95rem}.card-header{padding:1.5rem 1.25rem 1.25rem}.card-title{font-size:1.3rem}.password-form{padding:1.5rem 1.25rem}.form-input{padding:.75rem .875rem}.submit-button{padding:.875rem}.security-info{padding:1rem;font-size:.85rem}}.clients-page{min-height:100vh;background:#fff;padding-top:80px}.clients-page-container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}.clients-page-header{padding:6rem 0 4rem;text-align:center;background:#fff}.clients-page-badge{display:inline-block;background:#f1f5fb;color:#374151;padding:.75rem 1.5rem;border-radius:25px;font-size:.875rem;font-weight:500;margin-bottom:2rem;border:1px solid #e5e7eb;box-shadow:0 2px 8px #00000014}.clients-page-title{font-family:Lexend,sans-serif;font-size:3.5rem;font-weight:600;color:#1f2937;margin-bottom:1.5rem;line-height:1.1;letter-spacing:-.025em}.clients-page-subtitle{font-family:Lexend,sans-serif;font-size:1.25rem;line-height:1.6;color:#6b7280;max-width:600px;margin:0 auto;font-weight:400}.clients-tabs-section{padding:2rem 0 6rem;background:#f9fafb}.tabs-navigation{display:flex;justify-content:center;gap:1rem;margin-bottom:4rem;flex-wrap:wrap}.tab-button{display:flex;align-items:center;gap:.75rem;background:#fff;color:#6b7280;padding:1rem 2rem;border-radius:12px;font-family:Lexend,sans-serif;font-size:1rem;font-weight:600;border:2px solid #e5e7eb;cursor:pointer;transition:all .3s ease}.tab-button:hover{border-color:#d1d5db;background:#f9fafb}.tab-button.active{background:#4f46e5;color:#fff;border-color:#4f46e5}.tab-icon{font-size:1.5rem}.tab-content{animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.clients-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:4rem;padding:2rem;background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014}.stat-item{text-align:center;padding:1rem}.stat-number{font-family:Lexend,sans-serif;font-size:2.5rem;font-weight:700;color:#4f46e5;margin-bottom:.5rem}.stat-label{font-family:Lexend,sans-serif;font-size:1rem;color:#6b7280;font-weight:500;margin:0}.clients-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.client-card{background:#fff;border-radius:16px;padding:2rem;text-align:center;border:2px solid #f3f4f6;transition:all .3s ease;box-shadow:0 4px 20px #00000014}.client-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000026;border-color:#e5e7eb}.client-image-wrapper{margin-bottom:1.5rem;display:flex;justify-content:center}.client-image{width:100px;height:100px;border-radius:50%;object-fit:cover;border:4px solid #f3f4f6;box-shadow:0 4px 12px #0000001a}.client-info{display:flex;flex-direction:column;gap:.5rem}.client-name{font-family:Lexend,sans-serif;font-size:1.25rem;font-weight:600;color:#1f2937;margin:0}.client-role{font-family:Lexend,sans-serif;font-size:.95rem;color:#4f46e5;font-weight:500;margin:0}.client-institution{font-family:Lexend,sans-serif;font-size:.875rem;color:#6b7280;margin:0 0 1rem}.client-details{display:flex;flex-direction:column;gap:.75rem;padding-top:1rem;border-top:1px solid #f3f4f6}.detail-item{display:flex;align-items:center;gap:.5rem;font-family:Lexend,sans-serif;font-size:.875rem;color:#4b5563;text-align:left}.detail-icon{font-size:1rem}.detail-text{flex:1}.institutions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.institution-card{background:#fff;border-radius:16px;padding:2rem;border:2px solid #f3f4f6;transition:all .3s ease;box-shadow:0 4px 20px #00000014}.institution-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000026;border-color:#e5e7eb}.institution-logo-wrapper{margin-bottom:1.5rem;display:flex;justify-content:center}.institution-logo{width:100px;height:100px;border-radius:12px;object-fit:cover;box-shadow:0 4px 12px #0000001a}.institution-info{text-align:center}.institution-name{font-family:Lexend,sans-serif;font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.institution-type{font-family:Lexend,sans-serif;font-size:.95rem;color:#4f46e5;font-weight:500;margin-bottom:.5rem}.institution-location{font-family:Lexend,sans-serif;font-size:.875rem;color:#6b7280;margin-bottom:1rem}.institution-details{display:flex;justify-content:space-around;padding-top:1rem;border-top:1px solid #f3f4f6;margin-top:1rem}.institution-stat{display:flex;flex-direction:column;gap:.25rem}.institution-stat-label{font-family:Lexend,sans-serif;font-size:.75rem;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em}.institution-stat-value{font-family:Lexend,sans-serif;font-size:1rem;font-weight:600;color:#1f2937}.clients-page-cta{padding:6rem 0;background:#fff;text-align:center}.cta-content{max-width:600px;margin:0 auto}.cta-title{font-family:Lexend,sans-serif;font-size:2.5rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.cta-subtitle{font-family:Lexend,sans-serif;font-size:1.125rem;color:#6b7280;margin-bottom:2.5rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-buttons .btn-primary,.cta-buttons .btn-secondary{padding:1rem 2rem;border-radius:12px;font-family:Lexend,sans-serif;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s ease;border:2px solid transparent;cursor:pointer}.cta-buttons .btn-primary{background:#4f46e5;color:#fff;border-color:#4f46e5}.cta-buttons .btn-primary:hover{background:#3730a3;border-color:#3730a3;transform:translateY(-2px);box-shadow:0 8px 24px #4f46e54d}.cta-buttons .btn-secondary{background:#fff;color:#374151;border-color:#d1d5db}.cta-buttons .btn-secondary:hover{background:#f9fafb;border-color:#9ca3af;transform:translateY(-2px);box-shadow:0 8px 24px #0000001a}@media (max-width: 1024px){.clients-page-title{font-size:3rem}}@media (max-width: 768px){.clients-page{padding-top:70px}.clients-page-header{padding:4rem 0 2rem}.clients-page-container{padding:0 1.5rem}.clients-page-title{font-size:2.5rem}.clients-page-subtitle{font-size:1rem}.tabs-navigation{flex-direction:column;align-items:stretch}.tab-button{justify-content:center}.clients-stats,.clients-grid,.institutions-grid{grid-template-columns:1fr;gap:1.5rem}.cta-buttons{flex-direction:column;align-items:center}.cta-buttons .btn-primary,.cta-buttons .btn-secondary{width:100%;max-width:300px}}@media (max-width: 480px){.clients-page-title,.cta-title,.stat-number{font-size:2rem}.client-card,.institution-card{padding:1.5rem}}*{box-sizing:border-box;margin:0;padding:0;outline:none}:root{--color-primary: #667eea;--color-primary-dark: #5a67d8;--color-secondary: #764ba2;--color-accent: #ffd700;--color-accent-dark: #ffa500;--color-white: #ffffff;--color-black: #000000;--color-gray-50: #f9fafb;--color-gray-100: #f3f4f6;--color-gray-200: #e5e7eb;--color-gray-300: #d1d5db;--color-gray-400: #9ca3af;--color-gray-500: #6b7280;--color-gray-600: #4b5563;--color-gray-700: #374151;--color-gray-800: #1f2937;--color-gray-900: #111827;--font-heading: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--spacing-3xl: 4rem;--spacing-4xl: 5rem;--transition-fast: .15s ease;--transition-normal: .3s ease;--transition-slow: .5s ease;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1)}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);line-height:1.6;color:var(--color-gray-800);background-color:var(--color-white);overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%;min-height:100vh}.app{display:flex;flex-direction:column;min-height:100vh}.home{flex:1}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);line-height:1.2;margin-bottom:var(--spacing-md);color:var(--color-gray-900)}h1{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:700}h2{font-size:clamp(2rem,4vw,3.5rem);font-weight:600}h3{font-size:clamp(1.5rem,3vw,2.5rem);font-weight:600}p{font-size:clamp(1rem,2vw,1.125rem);margin-bottom:var(--spacing-md);color:var(--color-gray-600)}img.remove-bg{mix-blend-mode:multiply;filter:contrast(1)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#3730a3;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#1868db}:focus:not(:focus-visible){outline:none}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}button:focus,a:focus{outline:2px solid var(--color-primary);outline-offset:2px}.container{max-width:1200px;margin:0 auto;padding:0 var(--spacing-xl)}.text-center{text-align:center}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.fade-in-up{animation:fadeInUp .8s ease-out}.fade-in{animation:fadeIn .6s ease-out}.slide-in-left{animation:slideInLeft .8s ease-out}.slide-in-right{animation:slideInRight .8s ease-out}.btn{display:inline-flex;align-items:center;justify-content:center;padding:var(--spacing-md) var(--spacing-xl);border:none;border-radius:50px;font-size:1rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all var(--transition-normal);position:relative;overflow:hidden}@media screen and (max-width: 992px){.mobile-hide{display:none}.container{padding:0 var(--spacing-lg)}}@media screen and (max-width: 768px){html{font-size:14px}.container{padding:0 var(--spacing-md)}}@media screen and (max-width: 480px){html{font-size:13px}.container{padding:0 var(--spacing-sm)}}
