@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Outfit:wght@500;600;700;800&display=swap";:root{--primary: #8b5cf6;--primary-hover: #7c3aed;--secondary: #3b82f6;--accent: #f97316;--text-light: #f8fafc;--text-dark: #0f172a;--text-muted: #cbd5e1;--bg-dark: #0f172a;--navbar-bg: rgba(15, 23, 42, .85);--gradient-main: linear-gradient(135deg, rgba(139, 92, 246, .9) 0%, rgba(59, 130, 246, .8) 100%);--gradient-hero: linear-gradient(135deg, #a78bfa 0%, #38bdf8 100%)}*{margin:0;padding:0;box-sizing:border-box;-ms-overflow-style:none;scrollbar-width:none}*::-webkit-scrollbar{display:none}body{font-family:Inter,sans-serif;background-color:var(--bg-dark);color:var(--text-light);overflow-x:hidden;line-height:1}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif}a{text-decoration:none;color:inherit}button{font-family:Inter,sans-serif;cursor:pointer;border:none;outline:none}@media(max-width:480px){body{padding-bottom:60px}button:active,a:active{transform:scale(.98)}html{scroll-behavior:smooth}}.header-container{position:fixed;top:0;left:0;width:100%;z-index:1000}.navbar-wrapper{width:100%;display:flex;justify-content:center;background:#fff;box-shadow:0 2px 10px #0000000d}.simple-navbar{display:flex;align-items:center;justify-content:space-between;padding:0 32px;width:100%;max-width:1400px;height:70px}.navbar-logo-wrapper{display:flex;align-items:center;height:100%}.navbar-logo-wrapper a{display:flex;align-items:center}.navbar-logo{height:38px;width:auto;object-fit:contain;margin-top:4px}.navbar-links{display:flex;gap:32px;align-items:center}.nav-link{color:#1e293b;font-family:Inter,-apple-system,sans-serif;font-size:.95rem;font-weight:600;text-decoration:none;display:flex;align-items:center;gap:4px;transition:color .2s ease}.nav-link:hover{color:#4361ee}.dropdown-icon{color:#64748b;transition:color .2s ease;margin-top:2px}.nav-link:hover .dropdown-icon{color:#4361ee}.navbar-actions{display:flex;align-items:center;gap:20px}.icon-btn{background:none;border:none;cursor:pointer;color:#1e293b;display:flex;align-items:center;justify-content:center;padding:0;transition:color .2s ease}.icon-btn:hover{color:#4361ee}.primary-btn{background:#3b82f6;color:#fff;border:none;border-radius:6px;padding:12px 24px;font-family:Inter,-apple-system,sans-serif;font-size:.95rem;font-weight:600;cursor:pointer;transition:background-color .2s ease}.primary-btn:hover{background:#2563eb}.hamburger-btn{display:none;background:none;border:none;cursor:pointer;color:#1e293b;padding:4px;transition:color .2s ease}.hamburger-btn:hover{color:#4361ee}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.mobile-menu-overlay.active{opacity:1;visibility:visible}.mobile-menu{position:fixed;top:0;right:-320px;width:300px;max-width:85vw;height:100vh;background:#fff;z-index:2000;transition:right .35s cubic-bezier(.22,.61,.36,1);display:flex;flex-direction:column;box-shadow:-10px 0 30px #00000026;overflow-y:auto}.mobile-menu.active{right:0}.mobile-menu-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #f1f5f9}.mobile-menu-logo{height:32px;width:auto;object-fit:contain}.mobile-close-btn{background:none;border:none;cursor:pointer;color:#1e293b;padding:4px;transition:color .2s ease}.mobile-close-btn:hover{color:#ef4444}.mobile-menu-links{display:flex;flex-direction:column;padding:16px 0;flex:1}.mobile-nav-link{padding:16px 24px;font-size:1.05rem;font-weight:600;color:#1e293b;text-decoration:none;transition:all .2s ease;border-left:3px solid transparent}.mobile-nav-link:hover,.mobile-nav-link:active{background:#f1f5f9;color:#3b82f6;border-left-color:#3b82f6}.mobile-menu-actions{padding:20px 24px;border-top:1px solid #f1f5f9}.mobile-enroll-btn{width:100%;background:#3b82f6;color:#fff;border:none;border-radius:10px;padding:14px 24px;font-family:Inter,-apple-system,sans-serif;font-size:1rem;font-weight:700;cursor:pointer;transition:background-color .2s ease}.mobile-enroll-btn:hover{background:#2563eb}@media(max-width:900px){.navbar-links,.icon-btn,.primary-btn{display:none}.hamburger-btn{display:flex}.simple-navbar{padding:0 16px;height:60px}}@media(max-width:600px){.navbar-logo{height:30px}}.bottom-mobile-nav{display:none}@media(max-width:480px){.header-container{position:fixed}.navbar-logo{height:24px}.simple-navbar{height:56px;padding:0 16px}.bottom-mobile-nav{display:flex;justify-content:space-around;align-items:center;position:fixed;bottom:0;left:0;width:100%;height:60px;background:#fff;box-shadow:0 -2px 10px #0000000d;z-index:1000}.bottom-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#64748b;text-decoration:none;font-size:10px;font-weight:500;gap:4px}.bottom-nav-item:hover,.bottom-nav-item:active{color:#3b82f6}}.hero-optech{position:relative;width:100%;min-height:100vh;background:#f8fafc;padding-top:120px;padding-bottom:80px;display:flex;align-items:center;overflow:hidden;font-family:Inter,-apple-system,sans-serif}.hero-container{width:100%;max-width:1280px;margin:0 auto;padding:0 40px;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;position:relative;z-index:10}.hero-left{position:relative;max-width:580px;color:#1e293b;z-index:10}.satisfaction-badge{display:inline-flex;align-items:center;gap:8px;background-color:#0d4abc1a;color:#0d4abc;padding:6px 14px;border-radius:6px;font-size:.75rem;font-weight:700;margin-bottom:24px;letter-spacing:.5px}.hero-educate-title{font-size:3.5rem;font-weight:800;line-height:1.15;color:#101c3d;margin-bottom:20px;letter-spacing:-1px;position:relative}.text-red-highlight{color:#e63946}.mobile-decor-layer,.decor-book,.decor-grad-cap{display:none}.hero-educate-description{font-size:1.1rem;line-height:1.6;color:#475569;margin-bottom:36px;max-width:480px}.hero-educate-description strong{font-weight:800;color:#0d4abc}.hero-mobile-build-img{display:none}.hero-educate-actions{display:flex;align-items:center;gap:24px;margin-bottom:48px}.btn-primary-red{background-color:#e63946;color:#fff;border:none;border-radius:30px;padding:16px 32px;font-size:.9rem;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:10px;transition:background-color .2s}.btn-primary-red:hover{background-color:#d62828}.btn-text-red{background:transparent;border:none;color:#e63946;font-weight:700;font-size:.9rem;cursor:pointer;display:flex;align-items:center;gap:8px;border-bottom:2px solid #E63946;padding:0 0 4px;transition:opacity .2s;text-decoration:none}.btn-text-red:hover{opacity:.8}.stats-strip{display:flex;align-items:center;gap:40px;margin-top:10px;width:fit-content;position:relative;z-index:20}.stat-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px}.stat-number{font-size:2.2rem;font-weight:800;margin:0;font-family:Inter,sans-serif;letter-spacing:-.5px;line-height:1.1}.text-blue{color:#0d4abc}.text-red{color:#e63946}.text-dark{color:#101c3d}.stat-label{font-size:.95rem;font-weight:500;color:#94a3b8;margin:0;white-space:nowrap}.stat-divider{width:2px;height:48px;background-color:#e2e8f0;border-radius:2px}.hero-right{position:relative;display:flex;justify-content:center;align-items:center;padding:20px 0 0}.hero-image-container{position:relative;width:100%;max-width:460px;height:580px;display:flex;justify-content:center;align-items:flex-end}.hero-bg-shape{position:absolute;bottom:0;right:0;width:100%;height:82%;background-color:#104cba;border-radius:40px 130px 40px 40px;z-index:1}.decor-red-dashes{position:absolute;top:-30px;right:120px;z-index:5}.decor-dots{position:absolute;top:50px;right:-40px;z-index:0}.hero-girl-image{position:relative;width:105%;max-width:none;height:auto;object-fit:contain;z-index:2;margin-bottom:0;margin-right:-5%}@media(max-width:1024px){.hero-container{grid-template-columns:1fr;gap:80px}.hero-left{max-width:100%;text-align:center;display:flex;flex-direction:column;align-items:center}.hero-image-container{max-width:400px}.decor-red-dashes,.decor-dots{display:none}}@media(max-width:768px){.hero-optech{padding-top:100px;padding-bottom:50px;min-height:auto}.hero-container{padding:0 20px;gap:40px}.hero-educate-title{font-size:2.2rem;letter-spacing:-.5px}.hero-educate-description{font-size:.95rem;margin-bottom:24px}.hero-educate-actions{flex-direction:column;gap:16px;margin-bottom:32px}.btn-primary-red{padding:14px 28px;font-size:.85rem;width:100%;justify-content:center}.btn-text-red{font-size:.85rem}.stats-strip{gap:20px;width:100%;justify-content:center}.stat-number{font-size:1.6rem}.stat-label{font-size:.8rem}.stat-divider{height:36px}.hero-image-container{max-width:300px;height:400px}.hero-bg-shape{border-radius:24px 80px 24px 24px}.expert-count{font-size:1.1rem}}@media(max-width:480px){.hero-optech{padding-top:80px;padding-bottom:32px}.hero-container{padding:0 16px;gap:24px;display:flex;flex-direction:column}.mobile-decor-layer{display:block;position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1;overflow:hidden}.mobile-dots{position:absolute}.top-left-dots{top:40px;left:-10px}.bottom-right-dots{bottom:120px;right:0}.mobile-waves{position:absolute}.bottom-left-waves{bottom:0;left:0}.decor-book{display:block;position:absolute;left:-20px;top:45%;transform:translateY(-50%) rotate(-15deg);z-index:5}.decor-grad-cap{display:block;position:absolute;right:-10px;top:35%;transform:translateY(-50%) rotate(15deg);z-index:5}.hero-educate-title{font-size:34px;line-height:1.25;z-index:10}.satisfaction-badge{font-size:11px;padding:8px 16px;margin-bottom:20px;background-color:#e63946;color:#fff;border-radius:20px;font-weight:700;letter-spacing:.5px;box-shadow:0 4px 10px #e6394633}.hero-educate-description{font-size:15px;line-height:1.6;margin-bottom:24px;max-width:95%;margin-left:auto;margin-right:auto}.hero-mobile-build-img{display:block;width:100%;max-width:100%;height:auto;margin:0 auto 24px;object-fit:contain;border-radius:12px;border:4px solid #ffffff;box-shadow:0 4px 15px #00000014}.hero-educate-actions{width:100%;margin-bottom:24px}.btn-primary-red{width:100%;min-height:44px;justify-content:center;border-radius:8px}.btn-text-red{display:none}.stats-strip{display:grid;grid-template-columns:1fr 1fr;gap:12px;width:100%;padding:0;margin-top:0}.stat-item{background:#fff;padding:16px 8px;border-radius:12px;box-shadow:0 2px 10px #0000000a;width:100%}.stat-item:last-child{grid-column:1 / -1}.stat-number{font-size:22px}.stat-label{font-size:12px}.stat-divider,.hero-right{display:none}}.testimonials-section{padding:100px 40px 40px;background:#fff;position:relative;overflow:hidden}.testimonials-header{text-align:center;margin-bottom:60px;position:relative;z-index:1}.testimonials-title{font-size:2.9rem;font-weight:700;color:#001d4d;margin:0 0 16px;letter-spacing:-1.8px;line-height:1.1}.title-highlight{color:#e63946}.testimonials-subtitle{font-size:1.15rem;color:#94a3b8;font-weight:500;margin:0}.testimonials-slider-container{overflow:hidden;width:100%;max-width:1560px;margin:0 auto;padding:0 0 30px;box-sizing:border-box;-webkit-mask-image:linear-gradient(to right,transparent,black 2%,black 98%,transparent);mask-image:linear-gradient(to right,transparent,black 2%,black 98%,transparent);position:relative;z-index:1}.testimonials-track{display:flex;width:max-content;animation:infinite-scroll 45s linear infinite}.testimonials-group{display:flex;gap:64px;padding-right:64px}@keyframes infinite-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.testimonial-card{background:#fff;border-radius:24px;padding:40px;display:flex;flex-direction:column;border:1px solid #e2e8f0;transition:all .3s ease;width:420px;flex-shrink:0;position:relative;overflow:hidden}.testimonial-header-row{display:flex;align-items:center;gap:18px;margin-bottom:24px;position:relative;z-index:1}.testimonial-avatar{width:60px;height:60px;background:#0d4abc;color:#fff;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:700}.testimonial-author-wrapper{display:flex;flex-direction:column}.testimonial-name{font-size:1.2rem;font-weight:700;color:#101c3d;margin:0 0 4px}.testimonial-role{font-size:.95rem;color:#475569;margin:0;font-weight:500}.testimonial-stars-container{display:flex;gap:4px;margin-bottom:24px;position:relative;z-index:1}.star{font-size:1.2rem;color:#f59e0b}.testimonial-text{font-size:1.05rem;line-height:1.7;color:#374151;margin:0 0 32px;flex-grow:1;font-style:italic;position:relative;z-index:1;font-weight:400}.testimonial-placement{font-size:.95rem;font-weight:600;color:#e63946;margin:0;background:#e639460d;padding:10px 18px;border-radius:50px;display:inline-flex;align-items:center;width:fit-content;position:relative;z-index:1}@media(max-width:768px){.testimonials-section{padding:50px 16px 30px}.testimonials-header{margin-bottom:30px}.testimonials-title{font-size:1.8rem;letter-spacing:-.5px}.testimonials-subtitle{font-size:.95rem}.testimonials-group{gap:20px;padding-right:20px}.testimonial-card{width:280px;padding:24px;border-radius:16px}.testimonial-header-row{gap:12px;margin-bottom:16px}.testimonial-avatar{width:48px;height:48px;font-size:1rem;border-radius:12px}.testimonial-name{font-size:1rem}.testimonial-role{font-size:.85rem}.testimonial-stars-container{margin-bottom:16px}.star{font-size:1rem}.testimonial-text{font-size:.9rem;margin-bottom:20px;line-height:1.6}.testimonial-placement{font-size:.8rem;padding:8px 14px}}@media(max-width:480px){.testimonials-slider-container{overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:20px;-webkit-overflow-scrolling:touch;-webkit-mask-image:none;mask-image:none}.testimonials-slider-container::-webkit-scrollbar{height:0px}.testimonials-track{animation:none!important;width:max-content;display:flex}.testimonials-group{display:flex;gap:16px;padding-right:16px}.testimonial-card{width:85vw;scroll-snap-align:center}.testimonial-text{font-size:16px;line-height:1.6}}.marquee-section{padding:3rem 0;background-color:#fff;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9;text-align:center;overflow:hidden;font-family:inherit}.marquee-title{font-size:1.3rem;font-weight:650;color:#00216f;margin-bottom:1.3rem;text-transform:capitalize}.marquee-container{width:100%;overflow:hidden;position:relative;-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent)}.marquee-content{display:flex;width:max-content;animation:scroll 40s linear infinite;padding:1rem 0}.company-logo{padding:1rem 2.5rem;margin:0 1rem;background-color:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -2px #0000000d;display:flex;align-items:center;justify-content:center;border:1px solid #f1f5f9}.company-logo-img{height:48px;width:auto;max-width:160px;object-fit:contain}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:768px){.marquee-section{padding:2rem 0}.marquee-title{font-size:1.1rem;margin-bottom:1rem;padding:0 16px}.company-logo{padding:.75rem 1.5rem;margin:0 .5rem;border-radius:8px}.company-logo-img{height:32px;max-width:120px}}.courses-custom-section{padding:80px 10px;background-color:#f8fafc;font-family:Inter,system-ui,-apple-system,sans-serif}.courses-custom-container{max-width:1350px;margin:0 auto}.courses-custom-header{text-align:center;margin-bottom:60px}.courses-sub-title{font-size:2.9rem;font-weight:800;margin-bottom:15px;color:#1e293b}.courses-description{font-size:1.1rem;color:#64748b;max-width:600px;margin:0 auto}.modern-courses-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}@media(max-width:1024px){.modern-courses-grid{grid-template-columns:repeat(2,1fr);gap:25px}}@media(max-width:640px){.modern-courses-grid{grid-template-columns:1fr}}.typical-course-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000000f;display:flex;flex-direction:column;height:100%;border:1px solid #f1f5f9}.tcc-header{position:relative;height:180px;width:100%}.tcc-image{width:100%;height:100%;object-fit:cover}.tcc-badge{position:absolute;top:15px;left:15px;color:#fff;padding:6px 14px;border-radius:6px;font-size:.8rem;font-weight:800;letter-spacing:.5px;text-transform:uppercase;border:none}.tcc-body{padding:24px;display:flex;flex-direction:column;flex-grow:1}.tcc-title{font-size:1.5rem;font-weight:800;color:#0f172a;margin:0 0 12px;line-height:1.3}.tcc-skills{font-size:1.05rem;color:#475569;line-height:1.5;margin:0 0 24px;flex-grow:1}.tcc-footer{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding-top:20px;border-top:1px solid #f1f5f9}.tcc-duration{font-size:1.05rem;font-weight:600;color:#334155}.tcc-btn-text{background:transparent;border:none;display:flex;align-items:center;gap:6px;font-weight:700;font-size:1.05rem;cursor:pointer;padding:0}.bg-blue{background-color:#2563eb}.bg-red{background-color:#dc2626}.text-blue{color:#1e3a8a}.text-red{color:#9f1239}@media(max-width:768px){.courses-custom-section{padding:50px 16px}.courses-custom-header{margin-bottom:30px}.courses-sub-title{font-size:1.8rem}.courses-description{font-size:.95rem}.tcc-header{height:160px}.tcc-body{padding:18px}.tcc-title{font-size:1.25rem}.tcc-skills{font-size:.95rem;margin-bottom:16px}.tcc-footer{padding-top:14px}.tcc-duration,.tcc-btn-text{font-size:.95rem}}@media(max-width:480px){.courses-custom-section{padding:32px 16px}.courses-sub-title{font-size:28px}.courses-description{font-size:14px;margin-bottom:24px}.modern-courses-grid{grid-template-columns:1fr;gap:20px}.typical-course-card{border-radius:16px;box-shadow:0 4px 16px #00000014}.tcc-header{height:180px}.tcc-body{padding:24px}.tcc-title{font-size:20px;margin-bottom:8px}.tcc-skills{font-size:14px;margin-bottom:16px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.tcc-footer{padding-top:16px}.tcc-duration{font-size:14px}.tcc-btn-text{font-size:14px;padding:8px 12px}}.value-props-modern-section{padding:80px 20px;background-color:#f1f5f9;font-family:Inter,system-ui,-apple-system,sans-serif;overflow:hidden}.vp-modern-container{max-width:1400px;margin:0 auto}.vp-header{text-align:center;margin-bottom:50px}.vp-sub-title{font-size:2.8rem;font-weight:700;margin-bottom:15px;color:#1e293b;margin-top:0}.vp-highlight{color:#3b82f6}.vp-cards-row{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media(max-width:1200px){.vp-cards-row{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.vp-cards-row{grid-template-columns:1fr}}.vpc-modern-card{position:relative;border-radius:20px;padding:30px 24px 24px;min-height:260px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 4px 15px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.vpc-modern-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #0000001a}.vpc-red{background:linear-gradient(135deg,#fb3c5b,#eb2b48)}.vpc-orange{background:linear-gradient(135deg,#f97316,#ea580c)}.vpc-teal{background:linear-gradient(135deg,#14b8a6,#0d9488)}.vpc-white{background-color:#fff}.vpc-blue{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.vpc-content{display:flex;flex-direction:column;height:100%;position:relative;z-index:2;width:75%}.vpc-text-area{flex-grow:1;margin-bottom:24px}.vpc-title{font-size:1.6rem;font-weight:700;line-height:1.15;margin-bottom:2px;letter-spacing:-.5px}.vpc-subtitle{font-size:1.5rem;font-weight:400;line-height:1.15;margin-bottom:12px;letter-spacing:-.5px}.vpc-desc{font-size:.85rem;line-height:1.5;font-weight:500;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.text-white{color:#fff}.text-dark{color:#111}.text-faded-white{color:#fff9}.text-faded-dark{color:#11111173}.text-faded-white-light{color:#ffffffd9}.text-faded-dark-light{color:#4b5563}.vpc-bottom-action{display:flex;align-items:center;gap:12px;margin-top:auto}.vpc-arrow-btn{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:transform .2s ease,background-color .2s;box-shadow:0 4px 10px #0000001a}.vpc-arrow-btn:hover{transform:scale(1.05)}.btn-white{background-color:#fff;color:#111}.btn-dark{background-color:#111;color:#fff}.btn-dark:hover{background-color:#222}.btn-white:hover{background-color:#fafafa}.vpc-learn-more{font-size:.75rem;font-weight:600;letter-spacing:.5px;cursor:pointer}.vpc-icon-illustration{position:absolute;right:-25px;bottom:-15px;font-size:7.5rem;line-height:1;z-index:1;filter:drop-shadow(-5px 10px 15px rgba(0,0,0,.2));transform:rotate(-10deg);transition:transform .4s cubic-bezier(.175,.885,.32,1.275)}.vpc-modern-card:hover .vpc-icon-illustration{transform:rotate(-5deg) scale(1.05)}@media(max-width:1400px){.vpc-content{width:85%}.vpc-icon-illustration{right:-40px;opacity:.8}}@media(max-width:768px){.value-props-modern-section{padding:50px 16px}.vp-header{margin-bottom:30px}.vp-sub-title{font-size:1.8rem}.vpc-modern-card{min-height:220px;padding:24px 20px 20px}.vpc-content{width:70%}.vpc-title{font-size:1.4rem}.vpc-subtitle{font-size:1.3rem}.vpc-desc{font-size:.82rem}.vpc-icon-illustration{font-size:5.5rem;right:-20px;bottom:-10px;opacity:.6}}@media(max-width:480px){.vp-cards-row{grid-template-columns:1fr;gap:16px}.vpc-modern-card{min-height:auto;padding:24px;align-items:flex-start}.vpc-content{width:100%}.vpc-icon-illustration{position:relative;right:auto;bottom:auto;font-size:3rem;transform:none;margin-bottom:16px;filter:none;opacity:1;display:inline-block;order:-1}.vpc-modern-card:hover .vpc-icon-illustration{transform:none}.vpc-text-area{margin-bottom:16px}}.mi-light-section{padding:40px 20px 100px;background-color:#fff;display:flex;justify-content:center;font-family:Inter,system-ui,sans-serif}.mi-container{max-width:1200px;width:100%;display:flex;gap:80px;align-items:center}.mi-avatar-column{flex:0 0 400px;display:flex;justify-content:center;position:relative}.mi-avatar-box{background-color:#f8fbff;border:1px solid #e2e8f0;border-radius:20px;width:100%;aspect-ratio:4/5;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;box-shadow:0 10px 30px #001d4d0d}.mi-avatar{width:140px;height:140px;background-color:#0d4abc;color:#fff;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:4rem;font-weight:800;margin-bottom:16px;box-shadow:0 10px 25px #0d4abc33}.mi-photo-text{font-size:1rem;color:#64748b;font-weight:600}.mi-years-badge{position:absolute;bottom:-25px;right:-25px;background-color:#fff;padding:18px 24px;border-radius:12px;display:flex;align-items:center;gap:16px;box-shadow:0 12px 30px #00000014;border:1px solid #e2e8f0}.mi-badge-number{font-size:3rem;font-weight:800;color:#e63946;line-height:1}.mi-badge-text{display:flex;flex-direction:column;gap:2px}.mi-badge-title{font-size:1rem;font-weight:700;color:#001d4d}.mi-badge-subtitle{font-size:.85rem;color:#64748b}.mi-content-column{flex:1;display:flex;flex-direction:column;align-items:flex-start}.mi-section-label{color:#e63946;font-size:.95rem;font-weight:800;text-transform:uppercase;letter-spacing:2px;margin-bottom:20px}.mi-main-heading{font-size:4rem;font-weight:800;color:#001d4d;line-height:1.1;margin:0 0 24px;letter-spacing:-1.5px}.mi-paragraph{font-size:1.15rem;color:#475569;line-height:1.7;margin:0 0 40px;max-width:650px}.mi-stats-grid{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:40px}.mi-stat-item{background-color:#f8fbff;color:#001d4d;padding:10px 18px;border-radius:8px;font-size:.95rem;font-weight:600;border:1px solid #dbeafe}.mi-primary-btn{background-color:#e63946;color:#fff;border:none;padding:16px 32px;border-radius:12px;font-weight:700;font-size:1.05rem;display:inline-flex;align-items:center;gap:10px;cursor:pointer;transition:all .3s ease}.mi-primary-btn:hover{background-color:#d62828;transform:translateY(-2px);box-shadow:0 6px 20px #e6394640}@media(max-width:1024px){.mi-container{gap:60px;padding:0 20px}.mi-main-heading{font-size:3.2rem}.mi-avatar-column{flex:0 0 350px}}@media(max-width:768px){.mi-light-section{padding:30px 16px 60px}.mi-container{flex-direction:column;gap:50px;text-align:center}.mi-avatar-column{flex:auto;width:100%;max-width:300px}.mi-avatar{width:100px;height:100px;font-size:2.8rem}.mi-years-badge{right:auto;left:50%;transform:translate(-50%);bottom:-25px;width:85%;justify-content:center;padding:14px 18px}.mi-badge-number{font-size:2.2rem}.mi-content-column{align-items:center}.mi-main-heading{font-size:2.2rem;text-align:center;letter-spacing:-.5px}.mi-section-label{font-size:.8rem;letter-spacing:1.5px}.mi-paragraph{font-size:1rem;text-align:center;margin-bottom:24px}.mi-stats-grid{justify-content:center;margin-bottom:24px}.mi-stat-item{font-size:.85rem;padding:8px 14px}.mi-primary-btn{padding:14px 28px;font-size:.95rem;width:100%;justify-content:center}}@media(max-width:480px){.mi-main-heading,.mi-badge-number{font-size:1.8rem}.mi-years-badge{padding:12px 16px}.mi-badge-title{font-size:.85rem}.mi-badge-subtitle{font-size:.75rem}.mi-paragraph{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:20px}.mi-stats-grid{display:flex;flex-direction:column;width:100%;gap:8px}.mi-stat-item{width:100%;text-align:center;background-color:#e63946;color:#fff;border:none}}.courses-page{min-height:100vh;padding-bottom:5rem;font-family:Inter,sans-serif;padding-top:140px;background-color:#f8fafc;background-image:radial-gradient(rgba(37,99,235,.15) 1.5px,transparent 1.5px),linear-gradient(135deg,#e4effce6,#f8fafc33),radial-gradient(circle at 100% 0%,rgba(56,189,248,.15) 0%,transparent 40%);background-size:26px 26px,100% 100%,100% 100%;background-position:0 0,0 0,0 0}.courses-main-container{max-width:1200px;margin:0 auto;padding:0 2rem}.courses-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2.5rem;margin-top:1rem}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}.fade-in-card{opacity:0;transform:translateY(30px);animation:fadeUp .6s ease-out forwards}.no-results{grid-column:1 / -1;text-align:center;padding:4rem 2rem;background:#fff;border-radius:20px;box-shadow:0 4px 20px #0000000d}.courses-loading{text-align:center;padding:6rem 2rem;color:#64748b;font-size:1.1rem}.no-results h3{font-size:1.5rem;color:#475569;margin-bottom:1.5rem}@media(max-width:768px){.courses-page{padding-top:110px;padding-bottom:3rem}.courses-main-container{padding:0 16px}.courses-grid{grid-template-columns:1fr;gap:1.5rem}.no-results{padding:2.5rem 1.5rem}.no-results h3{font-size:1.2rem}.hero-title{font-size:2.5rem}.courses-hero{padding:4rem 1.5rem 6rem}.card-category-bg{font-size:2.8rem}}.cd-modern-page{min-height:100vh;font-family:Inter,sans-serif;color:#1e293b;padding-top:100px;padding-bottom:3rem;background-color:#f8fafc;background-image:radial-gradient(rgba(37,99,235,.1) 1.5px,transparent 1.5px),linear-gradient(135deg,#e4effc80,#f8fafc33);background-size:26px 26px,100% 100%;background-position:0 0,0 0}.cd-container{width:100%;margin:0 auto;padding:0 1.25rem}.loading-state,.not-found-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:60vh}.loader{border:4px solid #e2e8f0;border-top:4px solid #E63946;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cd-back-btn{display:inline-flex;align-items:center;gap:.5rem;background:#fff;border:1px solid #e2e8f0;color:#475569;padding:.75rem 1rem;border-radius:12px;font-size:.9rem;font-weight:600;cursor:pointer;margin-bottom:1.5rem;transition:all .2s ease;box-shadow:0 2px 10px #00000005}.cd-back-btn:hover{background:#f8fafc;color:#0f172a;transform:translate(-4px)}.cd-layout-grid{display:flex;flex-direction:column;gap:2rem}.cd-sidebar-column{order:-1;width:100%}.cd-main-column{order:2;display:flex;flex-direction:column;gap:1.5rem}.cd-card{background:#fff;border-radius:20px;padding:1.5rem;box-shadow:0 10px 40px -10px #00000014;position:relative;overflow:hidden;border:1px solid rgba(226,232,240,.5)}.cd-section-title{font-size:1.3rem;font-weight:700;color:#0f172a;margin-bottom:1.25rem;position:relative}.cd-hero-card{background:linear-gradient(135deg,#fff,#f8fafc)}.cd-hero-card:before{content:"";position:absolute;top:-50%;right:-20%;width:300px;height:300px;background:radial-gradient(circle,#e6394614,#0d4abc0a);border-radius:50%;z-index:0}.cd-hero-content{position:relative;z-index:1}.cd-breadcrumbs{font-size:.85rem;color:#64748b;margin-bottom:1rem;font-weight:500}.cd-breadcrumbs span{margin:0 .3rem;color:#cbd5e1}.cd-title{font-size:1.8rem;font-weight:800;line-height:1.2;color:#0f172a;margin-bottom:1rem}.cd-subtitle{font-size:1rem;color:#475569;line-height:1.6;margin-bottom:1.5rem;max-width:100%}.cd-meta-row{display:flex;flex-direction:column;align-items:flex-start;gap:.8rem;margin-bottom:1.5rem;font-size:.9rem;color:#64748b;font-weight:500}.cd-rating-badge{background:#fffbeb;color:#d97706;padding:.4rem .8rem;border-radius:20px;font-weight:700;display:flex;align-items:center;gap:.4rem;border:1px solid #fde68a}.cd-rating-badge .star{font-size:1.1rem}.cd-updates{display:flex;align-items:center;gap:.4rem}.cd-creator{font-size:.95rem;color:#475569}.cd-creator a{color:#e63946;font-weight:600;text-decoration:none}.cd-learning-grid{display:grid;grid-template-columns:1fr;gap:1rem;list-style:none;padding:0;margin:0}.cd-learning-grid li{display:flex;align-items:flex-start;gap:.8rem;font-size:.95rem;color:#334155;line-height:1.5}.cd-check-icon{color:#0d4abc;margin-top:2px;flex-shrink:0}.cd-content-meta{font-size:.9rem;color:#64748b;margin-bottom:1.25rem;font-weight:500}.cd-accordion{border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.cd-accordion-item{border-bottom:1px solid #e2e8f0;background-color:#f8fafc}.cd-accordion-item:last-child{border-bottom:none}.cd-acc-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;cursor:pointer}.cd-acc-title{display:flex;align-items:center;gap:.8rem;font-size:.95rem;color:#0f172a}.cd-acc-icon{color:#94a3b8}.cd-acc-stats{font-size:.85rem;color:#64748b}.cd-bullet-list{padding-left:1.25rem;color:#334155;line-height:1.7;font-size:.95rem}.cd-bullet-list li{margin-bottom:.5rem}.cd-description-text{color:#334155;line-height:1.7;font-size:.95rem}.cd-description-text p{margin-bottom:1rem}.cd-description-text h3{margin:1.5rem 0 1rem;color:#0f172a;font-size:1.1rem}.cd-description-text ul{padding-left:1.25rem}.cd-description-text li{margin-bottom:.5rem}.cd-instructor-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}.cd-instructor-avatar{width:50px;height:50px;background:linear-gradient(135deg,#0d4abc,#38bdf8);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700}.cd-instructor-name{font-size:1.1rem;font-weight:700;color:#0f172a;margin-bottom:.2rem}.cd-instructor-title{color:#64748b;font-size:.85rem;font-weight:500}.cd-instructor-stats{display:flex;flex-direction:column;gap:.8rem;margin-bottom:1.25rem;font-size:.9rem;color:#475569;font-weight:500}.cd-instructor-stats div{display:flex;align-items:center;gap:.5rem;color:#0d4abc}.cd-instructor-bio{color:#334155;line-height:1.7;font-size:.95rem}.cd-floating-card{background:#fff;border-radius:20px;box-shadow:0 10px 30px -10px #0000001a;overflow:hidden;border:1px solid rgba(226,232,240,.8);margin-bottom:1rem}.cd-preview-img{position:relative;cursor:pointer}.cd-preview-img img{width:100%;display:block;aspect-ratio:16/9;object-fit:cover}.cd-play-overlay{position:absolute;inset:0;background:#0f172a66;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;font-weight:700;gap:.5rem}.cd-floating-body{padding:1.5rem}.cd-price-area{display:flex;align-items:center;gap:.8rem;margin-bottom:1.25rem}.cd-price{font-size:2rem;font-weight:800;color:#0f172a}.cd-original-price{text-decoration:line-through;color:#94a3b8;font-size:1rem}.cd-discount{background:#fee2e2;color:#ef4444;padding:.2rem .5rem;border-radius:6px;font-size:.8rem;font-weight:700}.cd-action-buttons{display:flex;flex-direction:column;gap:.8rem;margin-bottom:1.25rem}.cd-btn-primary{background-color:#e63946;color:#fff;border:none;padding:1rem;border-radius:12px;font-size:1.05rem;font-weight:700;cursor:pointer;width:100%;box-shadow:0 4px 15px #e639464d}.cd-btn-outline{background-color:#fff;color:#0f172a;border:2px solid #e2e8f0;padding:1rem;border-radius:12px;font-size:1.05rem;font-weight:700;cursor:pointer;width:100%}.cd-guarantee-text{text-align:center;font-size:.85rem;color:#64748b;margin-bottom:1.5rem;font-weight:500}.cd-includes-section h4{font-size:1.05rem;font-weight:700;color:#0f172a;margin-bottom:.8rem}.cd-includes-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.cd-includes-list li{display:flex;align-items:center;gap:.8rem;font-size:.9rem;color:#475569}.cd-inc-icon{color:#0d4abc;display:flex;align-items:center}@media(min-width:768px){.cd-container{padding:0 2rem}.cd-card{padding:2.5rem;border-radius:24px}.cd-section-title{font-size:1.5rem;margin-bottom:1.5rem}.cd-title{font-size:2.2rem}.cd-subtitle{font-size:1.1rem;max-width:90%}.cd-meta-row{flex-direction:row;align-items:center;gap:1.5rem}.cd-learning-grid{grid-template-columns:1fr 1fr;gap:1.2rem 2rem}.cd-learning-grid li{font-size:1rem}.cd-instructor-stats{flex-direction:row;flex-wrap:wrap;gap:1.5rem}.cd-floating-card{border-radius:24px}.cd-floating-body{padding:2rem}}@media(min-width:1200px){.cd-modern-page{padding-top:120px;padding-bottom:5rem}.cd-container{max-width:1440px}.cd-layout-grid{display:grid;grid-template-columns:1fr 380px;gap:3rem;align-items:start}.cd-main-column{order:1;gap:2rem}.cd-sidebar-column{order:2;position:sticky;top:120px}.cd-hero-card:before{width:600px;height:600px}.cd-title{font-size:2.5rem}.cd-subtitle{font-size:1.15rem}.cd-floating-card{margin-bottom:0;box-shadow:0 20px 40px -10px #0000001a}.cd-price{font-size:2.5rem}.cd-btn-primary,.cd-btn-outline{padding:1.2rem;border-radius:14px;font-size:1.1rem}.cd-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #e6394666}.cd-btn-outline:hover{border-color:#0d4abc;color:#0d4abc;background-color:#f8fafc}.cd-accordion-item:hover{background-color:#fff}}@media(min-width:1920px){.cd-container{max-width:1600px}.cd-layout-grid{grid-template-columns:1fr 420px;gap:4rem}.cd-title{font-size:2.8rem}.cd-card{padding:3rem}}.schedule-page{min-height:100vh;padding-bottom:5rem;font-family:Inter,sans-serif;position:relative;padding-top:140px;background-color:#f8fafc;background-image:radial-gradient(rgba(37,99,235,.15) 1.5px,transparent 1.5px),linear-gradient(135deg,#e4effce6,#f8fafc33),radial-gradient(circle at 100% 0%,rgba(56,189,248,.15) 0%,transparent 40%);background-size:26px 26px,100% 100%,100% 100%;background-position:0 0,0 0,0 0}.schedule-main-container{max-width:1200px;margin:0 auto;padding:3rem;background:#fff;border-radius:16px;box-shadow:0 10px 40px -10px #00000014;position:relative;z-index:10}.schedule-controls-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-wrap:wrap;gap:1rem}.schedule-right-controls{display:flex;align-items:center;gap:1rem}.schedule-tabs-wrapper{display:flex;justify-content:flex-start;overflow-x:auto;-webkit-overflow-scrolling:touch}.schedule-tabs{display:flex;background:#f1f5f9;padding:.35rem;border-radius:12px;gap:.25rem;align-items:center;white-space:nowrap}.schedule-tab{background:transparent;border:none;padding:.6rem 1.25rem;border-radius:8px;font-size:.9rem;font-weight:600;color:#64748b;cursor:pointer;transition:all .2s ease}.schedule-tab:hover{color:#334155}.schedule-tab.active{background:#fff;color:#0f172a;box-shadow:0 1px 3px #0000001a}.empty-schedule-state{text-align:center;padding:3rem;background:#fff;border-radius:12px;border:1px dashed #cbd5e1;color:#64748b;font-size:1rem}.schedule-search{display:flex;align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:.5rem 1rem;width:250px;transition:all .2s ease}.schedule-search:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.schedule-search-icon{color:#94a3b8;margin-left:.5rem;cursor:pointer}.schedule-search input{border:none;background:transparent;outline:none;width:100%;font-family:inherit;font-size:.9rem;color:#0f172a}.schedule-list{display:flex;flex-direction:column;gap:.75rem}.sleek-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem 2rem;display:flex;align-items:center;transition:all .2s ease;animation:slideIn .5s ease-out forwards;opacity:0;transform:translate(-10px);position:relative}@keyframes slideIn{to{opacity:1;transform:translate(0)}}.sleek-card:hover{box-shadow:0 10px 25px -5px #0000000d;border-color:#cbd5e1;transform:translateY(-2px)}.sleek-datecol{display:flex;flex-direction:column;align-items:center;min-width:60px;gap:.1rem}.sleek-month{font-size:.95rem;font-weight:700;text-transform:uppercase}.sleek-day{font-size:2.2rem;font-weight:700;line-height:1}.sleek-divider{width:1px;background-color:#f1f5f9;height:3rem;margin:0 1.5rem;flex-shrink:0}.sleek-time-loc{display:flex;flex-direction:column;min-width:140px;flex-shrink:0}.sleek-row{display:flex;align-items:center;font-size:.95rem;color:#475569;font-weight:500}.sleek-icon{margin-right:.5rem;color:#94a3b8}.sleek-status-dot{width:6px;height:6px;border-radius:50%;margin-left:.5rem;animation:pulseDot 2s infinite}@keyframes pulseDot{0%{transform:scale(.95);box-shadow:0 0 #ef4444b3}70%{transform:scale(1);box-shadow:0 0 0 4px #ef444400}to{transform:scale(.95);box-shadow:0 0 #ef444400}}.sleek-course-col{flex:1;display:flex;flex-direction:column;padding-right:1.5rem;min-width:0}.sleek-course-title{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0;margin-bottom:.3rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sleek-avatars{display:flex;margin-right:.5rem}.sleek-avatar{width:20px;height:20px;border-radius:50%;background:#f1f5f9;display:flex;align-items:center;justify-content:center;color:#64748b;border:1px solid #fff}.sleek-trainer-name{font-size:.95rem;color:#64748b;font-weight:500}.sleek-status-col{display:flex;min-width:120px;justify-content:flex-end;padding-right:1.5rem;flex-shrink:0}.sleek-badge{padding:.3rem .6rem;border-radius:12px;font-size:.75rem;font-weight:600;white-space:nowrap}.sleek-actions-col{display:flex;gap:.5rem;flex-shrink:0}.sleek-btn{display:inline-flex;align-items:center;gap:.3rem;padding:.5rem .8rem;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease;background:transparent}.sleek-btn-outline{border:1px solid #e2e8f0;color:#475569}.sleek-btn-outline:hover{background:#f8fafc;color:#0f172a;border-color:#cbd5e1}.sleek-wa-btn:hover{color:#10b981;border-color:#a7f3d0;background:#ecfdf5}.sleek-mobile-chevron{display:none}.floating-whatsapp{position:fixed;bottom:2rem;right:2rem;width:60px;height:60px;background:#64748b;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 10px 25px #0000001a;cursor:pointer;z-index:100;transition:all .3s ease}.floating-whatsapp:hover{transform:scale(1.1);background:#10b981}@media(max-width:1024px){.sleek-course-title{white-space:normal}.schedule-controls-bar{flex-direction:column;align-items:flex-start}.schedule-right-controls{width:100%;justify-content:space-between}}@media(max-width:768px){.schedule-page{padding-top:110px;padding-bottom:3rem}.schedule-main-container{padding:1.25rem;border-radius:12px;margin:0 12px}.schedule-tabs-wrapper{width:100%;overflow-x:auto;-ms-overflow-style:auto;scrollbar-width:thin}.schedule-tabs-wrapper::-webkit-scrollbar{display:block;height:3px}.schedule-tabs-wrapper::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.schedule-tab{padding:.5rem .9rem;font-size:.8rem}.schedule-right-controls{flex-direction:column;width:100%}.schedule-search{width:100%}.sleek-card{flex-direction:column;align-items:flex-start;padding:1.25rem;gap:.75rem}.sleek-divider{display:none}.sleek-datecol{flex-direction:row;align-items:baseline;gap:.5rem}.sleek-month{font-size:.9rem}.sleek-day{font-size:1.25rem}.sleek-time-loc{flex-direction:row;flex-wrap:wrap;gap:1rem;min-width:unset}.sleek-course-col{padding-right:0;width:100%}.sleek-course-title{font-size:1.05rem}.sleek-status-col{min-width:auto;justify-content:flex-start;padding-right:0;margin-top:.25rem}.sleek-actions-col{width:100%;margin-top:.75rem;padding-top:.75rem;border-top:1px solid #f1f5f9;justify-content:space-between}.sleek-btn{flex:1;justify-content:center;font-size:.8rem;padding:.5rem .6rem}.floating-whatsapp{width:50px;height:50px;bottom:1.5rem;right:1.5rem}}.about-page{background-color:#f8fafc;background-image:radial-gradient(#bae6fd 2px,transparent 2px);background-size:30px 30px;min-height:100vh;font-family:Inter,sans-serif;padding-top:80px}.about-page .container{max-width:1536px;margin:0 auto;padding:0 4rem}.mb-12{margin-bottom:3rem}.section-header{max-width:700px}.section-title{font-size:2.8rem;font-weight:800;color:#0f172a;margin-bottom:1rem;letter-spacing:-.5px}.section-subtitle{font-size:1.15rem;color:#475569;line-height:1.6}.text-blue{color:#3b82f6}.text-red{color:#ef4444}.about-hero-section{padding:8rem 0 4rem;background:transparent;color:#0f172a}.about-hero-content{max-width:1400px}.hero-title{font-size:4rem;font-weight:900;margin-bottom:2.5rem;letter-spacing:-1px;color:#0f172a;line-height:1.1}.hero-subtitle{font-size:1.3rem;color:#475569;margin-bottom:2.5rem;line-height:1.6}.hero-stats{display:flex;justify-content:flex-start;gap:1.5rem;flex-wrap:wrap}.stat-pill{background:#fff;box-shadow:0 4px 6px -1px #0000000d;border:1px solid #e2e8f0;padding:.8rem 1.8rem;border-radius:50px;font-weight:700;font-size:1.1rem;display:flex;align-items:center;gap:8px}.stat-pill .text-blue{color:#3b82f6;font-size:1.5rem}.stat-pill .text-red{color:#ef4444;font-size:1.5rem}.about-story-section{padding:6rem 0;background:#fff;box-shadow:0 4px 20px #00000005;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9}.story-container{display:flex;align-items:center;gap:4rem}.story-content{flex:1}.story-text{font-size:1.15rem;color:#475569;line-height:1.7;margin-bottom:1.5rem}.story-highlights{margin-top:2rem;display:flex;flex-direction:column;gap:1rem}.highlight-item{display:flex;align-items:center;gap:.75rem;font-weight:600;color:#1e293b;font-size:1.05rem}.story-image-wrapper{flex:1}.story-image{width:100%;border-radius:24px;box-shadow:0 20px 40px #0000001a;transform:rotate(2deg);transition:transform .3s ease}.story-image:hover{transform:rotate(0)}.about-features-section{padding:5rem 0}.about-card-header{display:flex;align-items:center;justify-content:center;height:160px}.bg-blue-theme{background:linear-gradient(135deg,#e0e7ff,#c7d2fe);color:#4338ca}.bg-red-theme{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#b91c1c}.about-card-icon{opacity:.9}.about-mission-section{padding:0 0 5rem}.mission-vision-wrapper{display:flex;gap:2rem}.mv-box{flex:1;padding:3.5rem;border-radius:24px;color:#fff;box-shadow:0 10px 30px #0000001a;position:relative;overflow:hidden;transition:transform .3s ease}.mv-box:hover{transform:translateY(-5px)}.mv-box.blue-box{background:linear-gradient(135deg,#2563eb,#1d4ed8)}.mv-box.red-box{background:linear-gradient(135deg,#dc2626,#b91c1c)}.mv-box-icon{margin-bottom:1.5rem;background:#fff3;padding:.8rem;border-radius:16px;box-sizing:content-box}.mv-title{font-size:2.2rem;font-weight:800;margin-bottom:1rem}.mv-desc{font-size:1.15rem;line-height:1.6;color:#ffffffe6}@media(max-width:992px){.story-container{flex-direction:column;text-align:center}.highlight-item{justify-content:center}}@media(max-width:768px){.about-page{padding-top:70px}.about-page .container{padding:0 1.25rem}.about-hero-section{padding:4rem 0 2.5rem}.hero-title{font-size:2.2rem;margin-bottom:1.5rem}.hero-stats{flex-direction:column;align-items:stretch;gap:.75rem}.stat-pill{width:100%;justify-content:center;padding:.7rem 1.2rem;font-size:1rem}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.about-features-section{padding:3rem 0}.about-card-header{height:120px}.mission-vision-wrapper{flex-direction:column}.mv-box{padding:2rem;border-radius:16px}.mv-title{font-size:1.6rem}.mv-desc{font-size:1rem}.about-mission-section{padding:0 0 3rem}}.edtech-contact-page{min-height:100vh;padding:100px 1.25rem 5rem;font-family:Inter,sans-serif;background-color:#f8fafc;background-image:radial-gradient(rgba(37,99,235,.1) 1.5px,transparent 1.5px),linear-gradient(135deg,#e4effc80,#f8fafc33);background-size:26px 26px,100% 100%;background-position:0 0,0 0;color:#0f172a}.contact-container{max-width:1200px;margin:0 auto}.contact-header{text-align:left;margin-bottom:3rem}.contact-header h1{font-size:2.5rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(135deg,#0f172a,#334155);-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.5px}.contact-header p{font-size:1.1rem;color:#64748b;line-height:1.6;max-width:800px}.contact-grid{display:flex;flex-direction:column;gap:3rem;margin-bottom:5rem}.contact-departments-col{display:flex;flex-direction:column;gap:1.5rem}.department-card{display:flex;gap:1.25rem;background:#fff;padding:1.5rem;border-radius:16px;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px #00000005}.dept-icon-wrapper{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;flex-shrink:0}.dept-icon-wrapper.blue{background:#eff6ff;color:#0d4abc}.dept-icon-wrapper.red{background:#fef2f2;color:#e63946}.dept-icon-wrapper.slate{background:#f8fafc;color:#475569}.dept-content h3{font-size:1.15rem;font-weight:700;color:#0f172a;margin-bottom:.4rem}.dept-content p{font-size:.95rem;color:#64748b;margin-bottom:1rem;line-height:1.5}.dept-links{display:flex;flex-direction:column;gap:.5rem}.dept-links a{display:inline-flex;align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;color:#0d4abc;text-decoration:none}.response-time{font-size:.85rem;color:#94a3b8;font-weight:500;margin-top:.2rem}.contact-form-col{width:100%}.lead-capture-card{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 10px 40px -10px #00000014;border:1px solid rgba(226,232,240,.5)}.form-header{margin-bottom:2rem;border-bottom:1px solid #f1f5f9;padding-bottom:1.5rem}.form-header h3{font-size:1.5rem;font-weight:800;color:#0f172a;margin-bottom:.4rem}.form-header p{color:#64748b;font-size:.95rem}.edtech-form,.form-row{display:flex;flex-direction:column;gap:1.25rem}.input-group{display:flex;flex-direction:column;gap:.4rem;flex:1}.input-group label{font-size:.85rem;font-weight:600;color:#475569}.input-group input,.input-group select,.input-group textarea{width:100%;padding:.8rem 1rem;border:1px solid #cbd5e1;border-radius:10px;font-size:.95rem;color:#0f172a;background:#f8fafc;font-family:inherit;outline:none}.input-group input::placeholder,.input-group textarea::placeholder{color:#94a3b8}.input-group input:focus,.input-group select:focus,.input-group textarea:focus{border-color:#0d4abc;background:#fff;box-shadow:0 0 0 3px #0d4abc1a}.input-group textarea{resize:vertical;min-height:80px}.btn-submit-lead{display:flex;align-items:center;justify-content:center;gap:.5rem;background:#e63946;color:#fff;border:none;padding:1rem;border-radius:10px;font-weight:700;font-size:1.05rem;cursor:pointer;margin-top:.5rem}.privacy-note{text-align:center;font-size:.8rem;color:#94a3b8;margin-top:.5rem}.form-success-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 1rem}.success-icon{color:#10b981;margin-bottom:1.5rem}.form-success-state h3{font-size:1.8rem;color:#0f172a;margin-bottom:.8rem}.form-success-state p{color:#64748b;font-size:1rem;line-height:1.5}.hq-map-section{margin-top:2rem;background:#fff;padding:2rem;border-radius:24px;border:1px solid #e2e8f0}.hq-header{margin-bottom:1.5rem}.hq-header h2{font-size:1.5rem;font-weight:800;color:#0f172a;margin-bottom:.4rem}.hq-header p{color:#64748b;font-size:.95rem}.map-container iframe{box-shadow:inset 0 2px 10px #0000000d}@media(min-width:768px){.edtech-contact-page{padding:120px 2rem 5rem}.contact-header{text-align:center;margin-bottom:4rem}.contact-header p{margin:0 auto}.form-row{flex-direction:row}.lead-capture-card,.hq-map-section{padding:2.5rem}}@media(min-width:1024px){.contact-grid{flex-direction:row;align-items:flex-start;gap:3rem;margin-bottom:5rem}.contact-departments-col{flex:1;max-width:420px}.contact-form-col{flex:1.5}.contact-header{text-align:left}.contact-header p{margin:0}}@media(min-width:1440px){.contact-container{max-width:1300px}.contact-grid{gap:5rem}}.simple-events-page{min-height:100vh;padding:100px 1.25rem 4rem;font-family:Inter,sans-serif;background:#f8fafc;color:#0f172a}.events-wrapper{max-width:800px;margin:0 auto}.events-header{margin-bottom:2.5rem;text-align:left}.events-header h1{font-size:2rem;font-weight:800;margin-bottom:.5rem;color:#0f172a}.events-header p{color:#64748b;font-size:1rem}.events-list{display:flex;flex-direction:column;gap:1rem}.event-row{display:flex;flex-direction:column;gap:1.5rem;background:#fff;padding:1.5rem;border-radius:20px;border:1px solid #e2e8f0;box-shadow:0 4px 20px -2px #0000000a;position:relative;overflow:hidden}.event-date-box{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f8fafc;border-radius:14px;padding:1rem 1.5rem;border:1px solid #f1f5f9}.event-date-box .month{font-size:.85rem;font-weight:700;color:#e63946;letter-spacing:2px;text-transform:uppercase;margin-bottom:.2rem}.event-date-box .day{font-size:2.2rem;font-weight:800;color:#0f172a;line-height:1}.event-info{flex:1}.event-type{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;color:#0d4abc;background:#eff6ff;padding:.25rem .6rem;border-radius:4px;margin-bottom:.6rem;letter-spacing:.5px}.event-info h3{font-size:1.25rem;font-weight:700;margin-bottom:.6rem;line-height:1.4;color:#0f172a}.event-details{display:flex;flex-direction:column;gap:.6rem;font-size:.9rem;color:#64748b;font-weight:500}.event-details span{display:flex;align-items:center;gap:.4rem}.btn-rsvp{background:#fff;color:#0d4abc;border:2px solid #0D4ABC;padding:.8rem 1.5rem;border-radius:12px;font-weight:700;font-size:.95rem;cursor:pointer;width:100%;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.btn-rsvp:hover{background:#0d4abc;color:#fff;box-shadow:0 4px 12px #0d4abc33}.modal-overlay{position:fixed;inset:0;background:#0f172a66;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1.25rem;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;padding:2.5rem 2rem;border-radius:20px;width:100%;max-width:420px;position:relative;box-shadow:0 25px 50px -12px #00000040;animation:slideUp .3s cubic-bezier(.16,1,.3,1)}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-close{position:absolute;top:1.2rem;right:1.2rem;background:#f1f5f9;border:none;color:#64748b;cursor:pointer;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s}.modal-close:hover{background:#e2e8f0;color:#0f172a}.modal-content h2{font-size:1.5rem;font-weight:800;margin-bottom:.2rem;color:#0f172a}.modal-subtitle{color:#64748b;font-size:.95rem;margin-bottom:2rem;line-height:1.4}.simple-form{display:flex;flex-direction:column;gap:1.2rem}.simple-form input{width:100%;padding:.85rem 1rem;border:1px solid #cbd5e1;border-radius:10px;font-size:1rem;outline:none;font-family:inherit;color:#0f172a;transition:border-color .2s}.simple-form input::placeholder{color:#94a3b8}.simple-form input:focus{border-color:#0d4abc;box-shadow:0 0 0 3px #0d4abc1a}.btn-submit{background:#e63946;color:#fff;border:none;padding:1rem;border-radius:10px;font-weight:700;font-size:1.05rem;cursor:pointer;margin-top:.5rem;transition:background .2s}.btn-submit:hover{background:#dc2626}.modal-success{text-align:center;padding:1rem 0}.success-circle{width:64px;height:64px;background:#dcfce7;color:#16a34a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}@media(min-width:768px){.simple-events-page{padding:140px 2rem 5rem}.events-header{text-align:center;margin-bottom:3.5rem}.events-header h1{font-size:2.8rem}.event-row{flex-direction:row;align-items:center;padding:1.5rem 2rem;gap:2rem}.event-date-box{align-items:center;width:100px;padding:1.25rem 0;border-right:none;border:1px solid #e2e8f0;background:#f8fafc;flex-shrink:0}.event-info{padding-left:0}.event-type{margin-bottom:.8rem}.event-info h3{font-size:1.4rem;margin-bottom:.8rem}.event-details{flex-direction:row;gap:2rem}.btn-rsvp{width:auto}}.partners-section{padding:60px 40px;background-color:#f8fafc;text-align:center}.partners-header{margin-bottom:40px}.partners-title{font-size:2.5rem;font-weight:700;color:#a855f7;margin-bottom:10px;display:flex;align-items:center;justify-content:center;gap:12px}.partners-subtitle{color:#64748b;font-size:1.1rem}.partners-logos-container{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:60px;max-width:1000px;margin:0 auto}.partner-logo{font-size:1.8rem;font-weight:800;color:#94a3b8;font-family:Arial,sans-serif;letter-spacing:-1px}.stripe-logo{background:repeating-linear-gradient(0deg,#94a3b8,#94a3b8 4px,transparent 4px,transparent 8px);-webkit-background-clip:text;background-clip:text;color:transparent;font-size:2.5rem}.footer-section{background-color:#001d4d;color:#e2e8f0;padding-top:80px}.footer-top{max-width:1400px;margin:0 auto;padding:0 40px 60px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:50px}.footer-col-title{font-size:1.2rem;font-weight:600;color:#e63946;margin-bottom:24px}.footer-logo-wrapper{display:flex;align-items:center;gap:16px;margin-bottom:24px}.footer-logo-img{height:50px;background:#fff;padding:4px;border-radius:4px}.footer-logo-text h3{font-size:1.2rem;color:#fff;margin:0 0 4px}.footer-logo-text p{font-size:.8rem;color:#cbd5e1;margin:0}.company-desc{color:#cbd5e1;font-size:.95rem;line-height:1.7;margin-bottom:30px;max-width:400px}.social-links{display:flex;gap:12px}.social-icon{width:36px;height:36px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;color:#cbd5e1;transition:all .3s ease}.social-icon:hover{background:#e63946;color:#fff}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:16px}.footer-links a{color:#cbd5e1;font-size:.95rem;transition:color .2s ease}.footer-links a:hover{color:#e63946}.contact-item{display:flex;align-items:flex-start;gap:16px;margin-bottom:24px}.contact-icon{color:#e63946;margin-top:4px;flex-shrink:0}.contact-details strong{display:block;font-size:1rem;color:#fff;margin-bottom:8px}.contact-details p{color:#cbd5e1;font-size:.9rem;margin:0 0 8px;line-height:1.5}.map-placeholder{width:100%;height:120px;border-radius:8px;overflow:hidden;margin-bottom:8px;margin-top:12px}.map-image{width:100%;height:100%;object-fit:cover}.map-link{color:#e63946;font-size:.85rem;text-decoration:underline}.footer-bottom{border-top:1px solid rgba(255,255,255,.05);background-color:#001233}.footer-bottom-container{max-width:1400px;margin:0 auto;padding:24px 40px;display:flex;justify-content:space-between;align-items:center}.copyright{color:#fff;font-size:.9rem;background:#e63946;padding:4px 12px}.legal-links{display:flex;gap:24px}.legal-links a{color:#cbd5e1;font-size:.9rem;transition:color .2s}.legal-links a:hover{color:#fff}@media(max-width:1024px){.footer-grid{grid-template-columns:1fr 1fr;gap:40px}}@media(max-width:768px){.footer-section{padding-top:50px}.footer-top{padding:0 20px 40px}.footer-grid{grid-template-columns:1fr;gap:30px}.footer-logo-wrapper{flex-direction:column;align-items:flex-start;gap:12px}.company-desc{max-width:100%;font-size:.9rem}.social-links{flex-wrap:wrap}.footer-col-title{margin-bottom:16px}.footer-bottom-container{flex-direction:column;gap:16px;text-align:center;padding:20px}.copyright{font-size:.8rem}.legal-links{gap:16px;flex-wrap:wrap;justify-content:center}.legal-links a{font-size:.8rem}.map-placeholder{height:100px}}@media(max-width:640px){.footer-grid{grid-template-columns:1fr}.footer-bottom-container{flex-direction:column;gap:20px;text-align:center}}@media(max-width:480px){.footer-section{padding-top:40px}.footer-top{padding:0 16px 30px}.footer-accordion summary{list-style:none;position:relative;cursor:pointer;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:16px}.footer-accordion summary::-webkit-details-marker{display:none}.footer-accordion summary:after{content:"+";position:absolute;right:0;top:0;font-size:1.2rem;color:#cbd5e1}.footer-accordion[open] summary:after{content:"-"}.footer-accordion[open] .footer-col-title{border-bottom:none;margin-bottom:12px}.contact-details p,.contact-details a{font-size:.85rem}.copyright{font-size:.75rem;padding:4px 8px}}@media(min-width:481px){.footer-accordion summary{pointer-events:none}.footer-accordion summary::-webkit-details-marker{display:none}}.admin-login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#0f172a;padding:1.25rem;font-family:Inter,sans-serif}.admin-login-card{background:#fff;padding:3rem 2.5rem;border-radius:20px;width:100%;max-width:400px;text-align:center}.admin-login-card h1{font-size:1.8rem;font-weight:800;color:#0f172a;margin-bottom:.3rem}.admin-login-card>p{color:#64748b;font-size:.95rem;margin-bottom:2rem}.admin-error{background:#fef2f2;color:#dc2626;padding:.8rem 1rem;border-radius:8px;font-size:.9rem;margin-bottom:1rem;border:1px solid #fecaca}.admin-input-group{display:flex;flex-direction:column;gap:.4rem;text-align:left;margin-bottom:1rem}.admin-input-group label{font-size:.85rem;font-weight:600;color:#475569}.admin-input-group input,.admin-input-group select,.admin-input-group textarea{width:100%;padding:.75rem 1rem;border:1px solid #cbd5e1;border-radius:8px;font-size:.95rem;color:#0f172a;font-family:inherit;outline:none;background:#fff}.admin-input-group input:focus,.admin-input-group select:focus,.admin-input-group textarea:focus{border-color:#0d4abc;box-shadow:0 0 0 3px #0d4abc1a}.admin-btn-primary{background:#0d4abc;color:#fff;border:none;padding:.85rem 1.5rem;border-radius:8px;font-weight:700;font-size:1rem;cursor:pointer;width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem}.admin-btn-primary:disabled{opacity:.6;cursor:not-allowed}.admin-page{display:flex;min-height:100vh;font-family:Inter,sans-serif;background:#f1f5f9}.admin-sidebar{width:260px;background:#0f172a;color:#fff;display:flex;flex-direction:column;position:fixed;top:0;left:0;bottom:0;z-index:100}.admin-sidebar-header{padding:2rem 1.5rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.admin-sidebar-header h2{font-size:1.3rem;font-weight:800;margin-bottom:.2rem}.admin-sidebar-header span{font-size:.8rem;color:#94a3b8}.admin-nav{flex:1;padding:1rem 0;overflow-y:auto}.admin-nav-item{display:flex;align-items:center;gap:.8rem;padding:.85rem 1.5rem;color:#94a3b8;text-decoration:none;font-size:.95rem;font-weight:500}.admin-nav-item.active,.admin-nav-item:hover{color:#fff;background:#ffffff14;border-right:3px solid #0D4ABC}.admin-logout-btn{display:flex;align-items:center;gap:.8rem;padding:1rem 1.5rem;color:#ef4444;background:none;border:none;border-top:1px solid rgba(255,255,255,.1);cursor:pointer;font-size:.95rem;font-weight:500;width:100%;text-align:left}.admin-main{flex:1;margin-left:260px;padding:2rem}.admin-main h1{font-size:1.8rem;font-weight:800;color:#0f172a;margin-bottom:2rem}.admin-page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.admin-page-header h1{margin-bottom:0}.admin-stats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;margin-bottom:2rem}.admin-stat-card{background:#fff;padding:1.5rem;border-radius:14px;border:1px solid #e2e8f0}.admin-stat-card h3{font-size:2rem;font-weight:800;margin-bottom:.3rem}.admin-stat-card p{color:#64748b;font-size:.9rem;font-weight:500}.admin-stat-card.blue h3{color:#0d4abc}.admin-stat-card.red h3{color:#e63946}.admin-stat-card.green h3{color:#10b981}.admin-stat-card.orange h3{color:#f59e0b}.admin-card{background:#fff;border-radius:14px;border:1px solid #e2e8f0;padding:1.5rem;overflow-x:auto}.admin-card h2{font-size:1.2rem;font-weight:700;margin-bottom:1rem;color:#0f172a}.admin-table{width:100%;border-collapse:collapse;font-size:.9rem}.admin-table th{text-align:left;padding:.8rem 1rem;font-weight:600;color:#475569;border-bottom:2px solid #e2e8f0;white-space:nowrap}.admin-table td{padding:.8rem 1rem;border-bottom:1px solid #f1f5f9;color:#334155;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-table tr:last-child td{border-bottom:none}.admin-badge{background:#eff6ff;color:#0d4abc;padding:.25rem .6rem;border-radius:6px;font-size:.8rem;font-weight:600}.admin-actions{display:flex;gap:.5rem}.admin-btn-sm{border:none;padding:.4rem;border-radius:6px;cursor:pointer;display:flex;align-items:center}.admin-btn-sm.edit{background:#eff6ff;color:#0d4abc}.admin-btn-sm.delete{background:#fef2f2;color:#dc2626}.admin-modal-overlay{position:fixed;inset:0;background:#0f172a80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:200;padding:1rem}.admin-modal{background:#fff;border-radius:16px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto}.admin-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e2e8f0}.admin-modal-header h2{font-size:1.3rem;font-weight:700}.admin-modal-close{background:#f1f5f9;border:none;color:#64748b;cursor:pointer;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center}.admin-modal-form{padding:2rem;display:flex;flex-direction:column;gap:.5rem}.admin-settings-list{display:flex;flex-direction:column;gap:1rem}.admin-setting-row{display:flex;flex-direction:column;gap:.4rem}.admin-setting-row label{font-size:.8rem;font-weight:700;color:#64748b;letter-spacing:.5px}.admin-setting-row input{padding:.75rem 1rem;border:1px solid #cbd5e1;border-radius:8px;font-size:.95rem;outline:none;font-family:inherit}.admin-setting-row input:focus{border-color:#0d4abc}.admin-loading,.admin-empty{text-align:center;color:#94a3b8;padding:3rem 1rem;font-size:1rem}@media(max-width:768px){.admin-sidebar{width:200px}.admin-main{margin-left:200px;padding:1rem}.admin-stats-grid{grid-template-columns:1fr 1fr}}
