*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #2563eb;--primary-dark: #1e40af;--secondary-color: #64748b;--success-color: #10b981;--error-color: #ef4444;--warning-color: #f59e0b;--background: #ffffff;--surface: #f8fafc;--text-primary: #1e293b;--text-secondary: #64748b;--border-color: #e2e8f0;--font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-size-base: 16px;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--radius-sm: .25rem;--radius-md: .5rem;--radius-lg: .75rem;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1)}body{font-family:var(--font-family);font-size:var(--font-size-base);line-height:1.6;color:var(--text-primary);background-color:var(--background);min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:500;letter-spacing:-.01em}#root{min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;color:var(--text-primary);margin-bottom:.5em}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-bottom:1rem}a{color:var(--primary-color);text-decoration:none;transition:color .2s ease}a:hover{color:var(--primary-dark);text-decoration:underline}input,textarea,select{width:100%;padding:.75rem;border:1px solid var(--border-color);border-radius:var(--radius-md);font-family:inherit;font-size:1rem;transition:border-color .2s ease}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--primary-color)}button{font-family:inherit;font-size:1rem;cursor:pointer;transition:all .2s ease}button:disabled{opacity:.6;cursor:not-allowed}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.lms-navbar{position:sticky;top:0;z-index:1000;background:#fff;border-bottom:1px solid #e2e8f0;height:80px;display:flex;align-items:center}.navbar-container{width:100%;max-width:1400px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between}.navbar-brand{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:#1e293b;font-weight:600;font-size:1.125rem;transition:opacity .2s}.navbar-brand:hover{opacity:.8;color:#1e293b}.navbar-logo{height:180px;padding-top:10px;width:auto;padding-bottom:10px}.navbar-burger,.mobile-sidebar-overlay,.mobile-sidebar{display:none}.navbar-title{font-weight:600;letter-spacing:-.01em}.navbar-nav{display:flex;align-items:center;gap:.5rem;margin-left:2rem;position:relative}.desktop-nav,.mobile-burger-btn{display:none}.nav-dropdown{position:relative}.nav-dropdown-toggle,.nav-dropdown-menu,.mobile-nav-overlay,.mobile-nav-menu,.mobile-nav-header,.mobile-nav-items,.mobile-nav-link{display:none}.nav-link{padding:.5rem 1rem;color:#64748b;text-decoration:none;font-size:.9rem;font-weight:500;border-radius:.375rem;transition:all .2s;white-space:nowrap}.nav-link:hover{background:#f1f5f9;color:#1e293b}.nav-link.active{background:#3b82f6;color:#fff}.navbar-context{position:absolute;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:.5rem}.current-page{color:#64748b;font-size:.875rem;font-weight:500}.navbar-actions{display:flex;align-items:center;gap:.75rem;margin-left:auto}.navbar-icon-btn{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid #e2e8f0;background:#fff;border-radius:.5rem;color:#64748b;cursor:pointer;transition:all .2s}.navbar-icon-btn:hover{background:#f8fafc;border-color:#cbd5e1;color:#1e293b}.notification-badge{position:absolute;top:-4px;right:-4px;background:#ef4444;color:#fff;font-size:.625rem;font-weight:600;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;border-radius:9px;padding:0 4px;border:2px solid #ffffff}.navbar-user-menu{position:relative}.user-menu-trigger{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;border:1px solid #e2e8f0;background:#fff;border-radius:.5rem;cursor:pointer;transition:all .2s;color:#1e293b;font-family:inherit}.user-menu-trigger:hover{background:#f8fafc;border-color:#cbd5e1}.user-avatar{width:32px;height:32px;border-radius:.375rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;letter-spacing:.025em}.user-info{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.user-name{font-size:.875rem;font-weight:500;color:#1e293b;line-height:1.2}.user-role{font-size:.75rem;color:#64748b;text-transform:capitalize;line-height:1.2}.navbar-user-menu .dropdown-menu{border:1px solid #e2e8f0;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a;padding:.5rem;min-width:200px;max-height:80vh;overflow-y:auto;margin-top:.5rem}.navbar-user-menu .dropdown-item{display:flex;align-items:center;gap:.75rem;padding:.625rem .75rem;border-radius:.375rem;color:#1e293b;font-size:.875rem;transition:all .15s;border:none;background:transparent;width:100%;text-align:left;cursor:pointer}.navbar-user-menu .dropdown-item:hover{background:#f8fafc;color:#1e293b}.navbar-user-menu .dropdown-item svg{color:#64748b;flex-shrink:0}.navbar-user-menu .dropdown-divider{margin:.5rem 0;border-color:#e2e8f0}.btn-login{padding:.5rem 1.25rem;background:#3b82f6;color:#fff;border:none;border-radius:.5rem;font-size:.875rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center}.btn-login:hover{background:#2563eb;color:#fff;transform:translateY(-1px)}@media(max-width:768px){.navbar-actions{display:none}.navbar-burger{width:42px;height:42px;border-radius:.625rem;border:1px solid #e2e8f0;background:#fff;display:inline-flex;flex-direction:column;justify-content:center;gap:5px;padding:0 10px;cursor:pointer}.navbar-burger span{width:100%;height:2px;border-radius:10px;background:#334155}.mobile-sidebar-overlay{display:block;position:fixed;inset:0;background:#0f172a73;z-index:1100;opacity:0;pointer-events:none;transition:opacity .25s ease}.mobile-sidebar-overlay.open{opacity:1;pointer-events:auto}.mobile-sidebar{display:flex;flex-direction:column;position:fixed;top:0;right:0;width:min(68vw,280px);height:100vh;background:#fff;box-shadow:-12px 0 30px #0f172a33;z-index:1200;transform:translate(100%);transition:transform .28s ease;padding:1rem}.mobile-sidebar.open{transform:translate(0)}.mobile-sidebar-header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e2e8f0;padding-bottom:.75rem;margin-bottom:.75rem}.mobile-sidebar-logo{height:64px;width:auto}.mobile-sidebar-close{width:36px;height:36px;border-radius:.5rem;border:1px solid #e2e8f0;background:#fff;color:#334155;cursor:pointer}.mobile-sidebar-links{display:flex;flex-direction:column;gap:.4rem;margin-top:.5rem}.mobile-sidebar-link{display:block;padding:.8rem .9rem;border-radius:.6rem;color:#475569;text-decoration:none;font-weight:600;transition:background .2s ease,color .2s ease}.mobile-sidebar-link:hover{background:#f1f5f9;color:#1e293b}.mobile-sidebar-link.active{background:linear-gradient(135deg,#667eea1f,#764ba21f);color:#4f46e5}.navbar-context{display:none}.navbar-logo{height:150px}.navbar-title{font-size:1rem}.user-info{display:none}.user-menu-trigger{padding:.5rem}.navbar-actions{gap:.5rem}}@media(max-width:480px){.navbar-container{padding:0 1rem}.navbar-icon-btn{width:36px;height:36px}.user-avatar{width:28px;height:28px;font-size:.6875rem}}.lms-footer{margin-top:auto;background:#f8fafc;border-top:1px solid #e2e8f0;padding:3rem 0 1.5rem;color:#64748b}.footer-container{max-width:1400px;margin:0 auto;padding:0 1.5rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1.5fr 1fr;gap:3rem;margin-bottom:2.5rem}.footer-brand-col{max-width:280px}.footer-brand{margin-bottom:1rem}.footer-logo{height:120px;width:auto}.footer-description{font-size:.875rem;line-height:1.7;color:#64748b;margin:0}.footer-heading{font-size:.875rem;font-weight:700;color:#1e293b;margin:0 0 1rem;letter-spacing:.04em;text-transform:uppercase}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.footer-links a{color:#64748b;text-decoration:none;font-size:.875rem;transition:color .2s}.footer-links a:hover{color:#667eea}.footer-contact-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-contact-list li{display:flex;align-items:flex-start;gap:.6rem;font-size:.875rem;color:#64748b;line-height:1.5}.footer-contact-icon{font-size:.875rem;color:#667eea;margin-top:.15rem;flex-shrink:0}.footer-contact-list a{color:#64748b;text-decoration:none;transition:color .2s}.footer-contact-list a:hover{color:#667eea}.footer-contact-pending{opacity:.55;font-style:italic}.footer-social{display:flex;flex-direction:column;gap:.6rem}.footer-social-btn{display:inline-flex;align-items:center;gap:.6rem;font-size:.875rem;font-weight:500;padding:.5rem 1rem;border-radius:8px;text-decoration:none;transition:all .2s ease;cursor:pointer;width:fit-content;border:1.5px solid transparent}.footer-social-btn.instagram{background:#fff0f8;color:#c13584;border-color:#f3b8d8}.footer-social-btn.instagram:not(.disabled):hover{background:#c13584;color:#fff;border-color:#c13584}.footer-social-btn.facebook{background:#eff4ff;color:#1877f2;border-color:#bcd0fb}.footer-social-btn.facebook:not(.disabled):hover{background:#1877f2;color:#fff;border-color:#1877f2}.footer-social-btn.disabled{opacity:.45;cursor:default;pointer-events:none}.footer-bottom{padding-top:1.5rem;border-top:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.copyright{font-size:.8125rem;color:#64748b;margin:0}.footer-meta{font-size:.8125rem;color:#94a3b8;margin:0}@media(max-width:1100px){.footer-content{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand-col{max-width:100%;grid-column:1 / -1}}@media(max-width:640px){.footer-content{grid-template-columns:1fr;gap:1.75rem}.footer-brand-col{grid-column:1}.lms-footer{padding:2rem 0 1rem}.footer-container{padding:0 1rem}.footer-bottom{flex-direction:column;align-items:flex-start}}.home-page{min-height:calc(100vh - 64px);background:#f8fafc}.home-hero{background:linear-gradient(135deg,#667eea,#764ba2);border-bottom:none;padding:6rem 0 10rem;position:relative;overflow:hidden}.home-hero:before{content:"";position:absolute;width:500px;height:500px;background:#ffffff14;border-radius:50%;top:-250px;right:-100px;animation:heroFloat 8s ease-in-out infinite}@keyframes heroFloat{0%,to{transform:translateY(0) translate(0)}50%{transform:translateY(-30px) translate(-30px)}}.home-hero:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:150px;background:#fff;clip-path:ellipse(100% 100% at 50% 100%);z-index:1}.home-container{max-width:1400px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;gap:4rem;position:relative;z-index:2}.home-hero .home-container:before{content:"";position:absolute;width:150px;height:150px;background:#f59e0b;border-radius:50%;top:-30px;left:-50px;opacity:.2;z-index:-1}.home-hero .home-container:after{content:"";position:absolute;width:200px;height:200px;background:#ffffff1a;border-radius:50%;bottom:-50px;right:10%;opacity:.5;z-index:-1}.hero-image{width:500px;height:auto;flex-shrink:0;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.hero-content{flex:1;text-align:left;padding-right:3rem;display:flex;flex-direction:column;justify-content:center;position:relative}.hero-content:before{content:"";position:absolute;width:100px;height:100px;background:#10b981;border-radius:50%;top:50%;right:-30px;opacity:.25;z-index:-1}.hero-title{font-size:3rem;font-weight:500;color:#fff;line-height:1.15;margin-bottom:1.5rem;letter-spacing:-.03em}.hero-description{font-size:1.125rem;color:#fffffff2;line-height:1.8;margin-bottom:2.5rem;margin-right:3rem;font-weight:500;letter-spacing:-.01em}.hero-actions{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.btn-primary-home{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2.5rem;background:#f59e0b;color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .3s;min-width:200px;box-shadow:0 4px 12px #f59e0b4d;letter-spacing:.02em}.btn-primary-home:hover{background:#d97706;color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #f59e0b66}.btn-guide-home{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2.5rem;background:#ffffff1f;color:#fff;border:1.5px solid rgba(255,255,255,.55);border-radius:.5rem;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .3s;letter-spacing:.02em}.btn-guide-home:hover{background:#ffffff38;color:#fff;transform:translateY(-2px);border-color:#fffc}.hero-note{font-size:.9375rem;color:#fffc;margin:0;font-style:italic;font-weight:500}.home-about{padding:5rem 0;background:#fff}.home-about .home-container{display:block}.about-content{max-width:1100px;margin:0 auto}.about-text{font-size:1.0625rem;color:#475569;line-height:1.9;margin-bottom:1.5rem;font-weight:500;text-align:justify}.about-text:last-child{margin-bottom:0}.home-vision-mission{padding:5rem 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.home-vision-mission .home-container{display:block}.vision-mission-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:4rem}.pathways-section{background:#fff;padding:3rem;border-radius:1rem;box-shadow:0 2px 8px #0000000f}.pathways-title{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:2rem;text-align:center;letter-spacing:-.02em}.pathways-list{display:flex;flex-direction:column;gap:2rem}.pathway-item{padding:0}.pathway-heading{font-size:1.125rem;font-weight:600;color:#667eea;margin-bottom:.75rem;letter-spacing:-.01em}.pathway-text{font-size:1rem;color:#475569;line-height:1.8;margin:0;font-weight:500}.home-why-choose{padding:5rem 0;background:#fff}.home-why-choose .home-container{display:block}.cta-text{text-align:center;font-size:1.25rem;color:#1e293b;font-weight:600;margin:0;padding:2rem;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border-radius:.75rem;box-shadow:0 4px 16px #f59e0b40}.home-contact{padding:5rem 0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.home-contact .home-container{display:block}.home-contact .section-title{color:#fff}.contact-info{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.contact-item{background:#ffffff1a;padding:2.5rem;border-radius:.75rem;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:all .3s}.contact-item:hover{background:#ffffff26;transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.contact-icon{font-size:2.5rem;margin-bottom:1rem;display:block}.contact-details h4{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:.75rem;letter-spacing:-.01em}.contact-details p{font-size:1rem;color:#ffffffe6;line-height:1.7;margin:0;font-weight:500}.section-title{font-size:2.25rem;font-weight:500;color:#1e293b;text-align:center;margin-bottom:3.5rem;letter-spacing:-.03em}.home-intro{padding:6rem 0;background:linear-gradient(160deg,#fff,#f0f0ff,#fff);position:relative;overflow:hidden}.intro-bg-shapes{position:absolute;inset:0;pointer-events:none;z-index:0}.intro-shape{position:absolute;border-radius:50%}.intro-shape-1{width:450px;height:450px;background:radial-gradient(circle,rgba(102,126,234,.12) 0%,transparent 70%);top:-150px;left:-150px}.intro-shape-2{width:350px;height:350px;background:radial-gradient(circle,rgba(118,75,162,.1) 0%,transparent 70%);bottom:-100px;right:-80px}.home-container-centered{max-width:960px;margin:0 auto;padding:0 1.5rem;text-align:center;position:relative;z-index:1}.intro-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1.2rem;background:linear-gradient(135deg,#667eea1f,#764ba21f);color:#667eea;border:1px solid rgba(102,126,234,.25);border-radius:100px;font-size:.875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;margin-bottom:1.5rem}.intro-title{font-size:2.75rem;font-weight:700;color:#1e293b;margin-bottom:1.25rem;letter-spacing:-.03em;line-height:1.2}.intro-title-highlight{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.intro-text{font-size:1.125rem;color:#475569;line-height:1.8;margin-bottom:3rem;font-weight:500;max-width:720px;margin-left:auto;margin-right:auto}.intro-pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem}.pillar-card{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:2rem 1.5rem;text-align:center;transition:all .3s ease;position:relative;overflow:hidden}.pillar-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#667eea,#764ba2);transform:scaleX(0);transform-origin:left;transition:transform .35s ease}.pillar-card:hover{transform:translateY(-6px);border-color:#667eea4d;box-shadow:0 12px 32px #667eea26}.pillar-card:hover:before{transform:scaleX(1)}.pillar-icon{font-size:2.5rem;margin-bottom:1rem;display:block;line-height:1}.pillar-title{font-size:1.0625rem;font-weight:700;color:#1e293b;margin-bottom:.75rem;letter-spacing:-.01em}.pillar-text{font-size:.9375rem;color:#64748b;line-height:1.6;margin:0;font-weight:500}.intro-actions{margin-top:.5rem}.btn-secondary-home{display:inline-flex;align-items:center;gap:.625rem;padding:.875rem 2.25rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:.625rem;font-size:1rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s;box-shadow:0 4px 16px #667eea59;letter-spacing:.01em}.btn-secondary-home:hover{background:linear-gradient(135deg,#5568d3,#6b3fa0);color:#fff;transform:translateY(-2px);box-shadow:0 8px 24px #667eea73}.btn-secondary-home i{font-size:1rem;transition:transform .2s}.btn-secondary-home:hover i{transform:translate(4px)}.home-stats{padding:5rem 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.stat-card{padding:2.5rem 2rem;background:#fff;border-radius:1rem;box-shadow:0 4px 16px #0000000f;text-align:center;transition:all .3s;border:2px solid transparent}.stat-card:hover{border-color:#667eea;box-shadow:0 8px 24px #667eea26;transform:translateY(-4px)}.stat-icon{font-size:3rem;margin-bottom:1rem;display:block}.stat-value{font-size:2rem;font-weight:700;color:#667eea;margin-bottom:.5rem;letter-spacing:-.02em}.stat-label{font-size:1rem;color:#64748b;font-weight:500}.home-success-stories{background:linear-gradient(135deg,#f8fafc,#ede9fe);padding:5rem 0;overflow:hidden}.home-success-stories .home-container-centered{margin-bottom:2.5rem}.stories-carousel-outer{display:flex;align-items:center;gap:1rem;width:100%;padding:0 1.5rem;box-sizing:border-box}.stories-viewport{flex:1;display:flex;gap:1.5rem;overflow-x:auto;overflow-y:hidden;min-width:0;padding:1rem 0 2rem;scroll-behavior:smooth;scroll-snap-type:x proximity;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;touch-action:pan-x;box-sizing:border-box}.stories-viewport::-webkit-scrollbar{display:none}.stories-viewport{scrollbar-width:none}.story-card{flex:0 0 calc((100% - 3rem) / 3);aspect-ratio:16 / 9;border-radius:16px;overflow:hidden;box-shadow:0 8px 30px #667eea2e;scroll-snap-align:start;transition:transform .3s ease,box-shadow .3s ease;background:#000;position:relative;cursor:pointer;min-width:250px}.story-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #667eea47}.story-card iframe{position:absolute;inset:0;width:100%;height:100%;border:none;display:block}.story-thumbnail{position:absolute;inset:0;width:100%;height:100%}.story-thumbnail img{width:100%;height:100%;object-fit:cover;display:block}.story-play-btn{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#00000040;transition:background .25s ease}.story-play-icon{width:66px;height:46px;border-radius:12px;background:#f03;position:relative;box-shadow:0 10px 24px #00000059;transition:transform .2s ease,background .2s ease}.story-play-icon:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-42%,-50%);width:0;height:0;border-top:9px solid transparent;border-bottom:9px solid transparent;border-left:14px solid #fff}.story-card:hover .story-play-btn{background:#00000061}.story-card:hover .story-play-icon{transform:scale(1.12);background:#ff1a4d}.stories-arrow{flex-shrink:0;width:44px;height:44px;border-radius:50%;border:2px solid #667eea;background:#fff;color:#667eea;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .25s ease,color .25s ease,box-shadow .25s ease,transform .2s ease;box-shadow:0 4px 14px #667eea40}.stories-arrow:disabled{opacity:.35;cursor:not-allowed;box-shadow:none}.stories-arrow:not(:disabled):hover{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:transparent;box-shadow:0 6px 20px #667eea73;transform:scale(1.1)}.stories-arrow-left,.stories-arrow-right{position:static;transform:none}@media(min-width:1200px){.stories-carousel-outer{padding:0 1rem}.story-card{flex-basis:calc((100% - 2rem) / 3);aspect-ratio:16 / 10}}@media(max-width:1024px){.home-container{flex-direction:column;gap:2rem}.hero-image{width:320px}.hero-content{text-align:center}.hero-actions{align-items:center}.stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.home-hero{padding:3rem 0 10rem}.hero-image{width:280px}.hero-content{padding-right:0;text-align:center}.hero-title{font-size:2rem}.hero-description{font-size:1rem;margin-right:0}.intro-title{font-size:2rem}.intro-pillars{grid-template-columns:1fr;gap:1rem}.intro-bg-shapes{display:none}.stats-grid{grid-template-columns:1fr;gap:1.5rem}.why-list{grid-template-columns:1fr}.story-card{flex-basis:calc((100% - 1.5rem)/2)}.home-intro,.home-stats{padding:3rem 0}.stat-card{padding:2rem}}@media(max-width:480px){.home-container{padding:0 1rem}.home-hero{padding:2.5rem 0 11rem}.hero-image{width:240px}.hero-content{padding-right:0;text-align:center}.hero-title{font-size:1.75rem}.hero-description{font-size:.9375rem}.intro-title{font-size:1.75rem}.intro-text{font-size:.9375rem}.btn-primary-home,.btn-secondary-home,.btn-guide-home{width:100%;min-width:unset}.section-title{font-size:1.75rem}.stories-viewport{gap:.75rem}.story-card{flex-basis:calc((100% - .75rem)/2);min-width:180px}.stories-arrow{width:32px;height:32px;font-size:.85rem}.story-play-icon{width:58px;height:40px;border-radius:11px}.story-play-icon:before{border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:13px solid #fff}}.home-team{padding:5rem 0;background:#fff}.home-team .home-container-centered{margin-bottom:2rem}.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;width:100%;margin-top:1.5rem}.team-card{background:linear-gradient(180deg,#fff,#fbfbff);border:1px solid #e6e9f2;padding:2rem;border-radius:1rem;text-align:center;box-shadow:0 6px 20px #667eea0f}.team-photo{width:110px;height:110px;object-fit:cover;border-radius:50%;display:block;margin:0 auto 1rem;border:4px solid rgba(102,126,234,.08)}.team-name{font-size:1.0625rem;font-weight:700;color:#1e293b;margin:.25rem 0}.team-role{font-size:.9375rem;color:#64748b;font-weight:600;margin-bottom:.75rem}.team-quote{font-size:.95rem;color:#475569;line-height:1.7;margin:0;text-align:left}@media(max-width:1024px){.team-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.team-grid{grid-template-columns:1fr}.team-quote{text-align:left;font-size:.95rem}}.home-team .team-flow{display:flex;flex-direction:column;gap:1rem}.home-team .team-row{display:flex;align-items:center;gap:3rem;padding:1rem 0;max-width:80%}.home-team .team-row--left{flex-direction:row;margin-right:auto}.home-team .team-row--right{flex-direction:row-reverse;margin-left:auto}.home-team .story-card{flex:1;background:#f8fafc;border-radius:1.25rem;padding:1.5rem 1.75rem;border-left:4px solid #667eea;box-shadow:0 2px 12px #667eea14;transition:box-shadow .3s,transform .3s;height:auto;align-self:flex-start}.home-team .story-card{aspect-ratio:auto;min-width:0;width:auto;scroll-snap-align:none}.home-team .team-row--right .story-card{border-left:none;border-right:4px solid #764ba2}.home-team .story-card-title{font-size:1.25rem;font-weight:700;color:#1e293b;margin:0 0 .625rem}.home-team .story-card-text{font-size:.9375rem;color:#475569;line-height:1.65;margin:0;font-weight:500}.home-team .story-icon-bubble{flex-shrink:0;width:150px;height:150px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;font-size:2.5rem;color:#fff;box-shadow:0 6px 20px #667eea4d}.home-team .story-icon-bubble img{width:100%;height:100%;object-fit:cover;display:block;border-radius:50%}@media(max-width:768px){.home-team .team-row,.home-team .team-row--left,.home-team .team-row--right{flex-direction:column;text-align:center;gap:1.25rem;max-width:100%;margin-left:0;margin-right:0;align-items:center}.home-team .story-icon-bubble{width:100px;height:100px;margin:0 auto .5rem;order:-1}.home-team .story-card{padding:.6rem .75rem;min-height:auto;max-width:100%;flex:1 1 auto;border-left:4px solid #667eea;border-right:none}.home-team .team-row--right .story-card{border-left:4px solid #667eea;border-right:none}}.about-page{min-height:calc(100vh - 64px);background:#f8fafc}.about-hero{background:linear-gradient(135deg,#667eea,#764ba2);padding:5rem 0 10rem;text-align:center;color:#fff;position:relative;overflow:hidden}@keyframes heroFloat{0%,to{transform:translateY(0) translate(0)}50%{transform:translateY(-30px) translate(-20px)}}.about-hero:before{content:"";position:absolute;width:520px;height:520px;background:#ffffff12;border-radius:50%;top:-220px;right:-120px;animation:heroFloat 8s ease-in-out infinite}.about-hero:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:130px;background:#fff;clip-path:ellipse(100% 100% at 50% 100%);z-index:1}.about-hero-shapes{position:absolute;inset:0;pointer-events:none;z-index:0}.about-hero-shape{position:absolute;border-radius:50%}.about-hero-shape-1{width:160px;height:160px;background:#f59e0b26;top:20%;left:6%;animation:heroFloat 7s ease-in-out infinite}.about-hero-shape-2{width:90px;height:90px;background:#ffffff14;bottom:30%;right:8%;animation:heroFloat 5s ease-in-out infinite reverse}.about-hero-shape-3{width:50px;height:50px;background:#10b98133;top:18%;right:22%;animation:heroFloat 6s ease-in-out 1s infinite}.about-hero .about-container{position:relative;z-index:2}.about-hero-card{max-width:780px;margin:0 auto;background:#ffffff1a;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.2);border-radius:1.5rem;padding:3.5rem 3rem;box-shadow:0 8px 40px #00000026}.about-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.about-hero-badge{display:inline-flex;align-items:center;padding:.4rem 1.2rem;background:#f59e0b2e;color:#fbbf24;border:1px solid rgba(245,158,11,.45);border-radius:100px;font-size:.875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;margin-bottom:1.5rem}.page-title{font-size:3rem;font-weight:500;color:#fff;line-height:1.15;margin-bottom:1.25rem;letter-spacing:-.03em}.page-title-highlight{color:#fff}.page-subtitle{font-size:1.125rem;color:#ffffffeb;max-width:700px;margin:0 auto;line-height:1.8;font-weight:500;letter-spacing:-.01em}.about-story-section{padding:5rem 0;background:#fff}.story-flow{display:flex;flex-direction:column;gap:0}.story-row{display:flex;align-items:center;gap:3rem;padding:1rem 0;max-width:80%}.story-row--left{flex-direction:row;margin-right:auto}.story-row--right{flex-direction:row-reverse;margin-left:auto}.story-card{flex:1;background:#f8fafc;border-radius:1.25rem;padding:1.5rem 1.75rem;border-left:4px solid #667eea;box-shadow:0 2px 12px #667eea14;transition:box-shadow .3s,transform .3s;height:auto;align-self:flex-start}.about-story-section .story-card{aspect-ratio:auto;min-width:0;width:auto;scroll-snap-align:none}.story-row--right .story-card{border-left:none;border-right:4px solid #764ba2}.story-card:hover{transform:translateY(-3px);box-shadow:0 8px 28px #667eea24}.story-tag{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#667eea;background:#667eea1a;border-radius:100px;padding:.25rem .875rem;margin-bottom:.875rem}.story-row--right .story-tag{color:#764ba2;background:#764ba21a}.story-card-title{font-size:1.25rem;font-weight:700;color:#1e293b;margin:0 0 .625rem;letter-spacing:-.02em}.story-card-text{font-size:.9375rem;color:#475569;line-height:1.65;margin:0;font-weight:500}.story-icon-bubble{flex-shrink:0;width:90px;height:90px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;font-size:2.25rem;color:#fff;box-shadow:0 6px 20px #667eea4d}.vision-mission-section{padding:5rem 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.vm-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.vm-card{padding:3rem;background:#fff;border-radius:1rem;box-shadow:0 4px 16px #00000014;border-left:5px solid #667eea;transition:all .3s}.vm-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #667eea26}.vm-title{font-size:1.75rem;font-weight:600;color:#667eea;margin-bottom:1rem;letter-spacing:-.02em}.vm-text{font-size:1.0625rem;color:#475569;line-height:1.8;margin:0;font-weight:500}.pathways-section{padding:5rem 0;background:#fff}.section-title{font-size:2.25rem;font-weight:600;color:#1e293b;text-align:center;margin-bottom:3rem;letter-spacing:-.02em}.pathways-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.pathway-card{padding:2.5rem;background:#f8fafc;border:2px solid #e2e8f0;border-radius:1rem;text-align:center;transition:all .3s;position:relative}.pathway-card:hover{background:#fff;border-color:#667eea;box-shadow:0 8px 24px #667eea26;transform:translateY(-4px)}.pathway-number{width:50px;height:50px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:1.5rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.pathway-title{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:1rem;letter-spacing:-.01em}.pathway-description{font-size:1rem;color:#64748b;line-height:1.7;margin:0;font-weight:500;text-align:left}.why-choose-section{padding:5rem 0;background:#fff}.section-subtitle{text-align:center;font-size:1.0625rem;color:#64748b;margin-top:-2rem;margin-bottom:3rem;font-weight:500}.why-list{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem 4rem}.why-item{display:flex;gap:1.125rem;align-items:flex-start}.why-icon{width:2.75rem;height:2.75rem;border-radius:.75rem;background:linear-gradient(135deg,#667eea1a,#764ba21a);display:flex;align-items:center;justify-content:center;font-size:1.375rem;flex-shrink:0}.why-item-body{padding-top:.25rem}.why-item-title{font-size:1rem;font-weight:700;color:#1e293b;margin:0 0 .375rem;letter-spacing:-.01em}.why-item-text{font-size:.9375rem;color:#64748b;line-height:1.6;margin:0;font-weight:500}.cta-section{padding:5rem 0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;width:480px;height:480px;background:#ffffff12;border-radius:50%;top:-200px;right:-140px;animation:heroFloat 10s ease-in-out infinite}.cta-section:after{content:"";position:absolute;width:300px;height:300px;background:#ffffff0d;border-radius:50%;bottom:-120px;left:-80px}.cta-bg-shapes{position:absolute;inset:0;pointer-events:none;z-index:0}.cta-shape{position:absolute;border-radius:50%}.cta-shape-1{width:160px;height:160px;background:#f59e0b26;top:20%;left:6%;animation:heroFloat 7s ease-in-out infinite}.cta-shape-2{width:90px;height:90px;background:#ffffff14;bottom:25%;right:8%;animation:heroFloat 5s ease-in-out infinite reverse}.cta-shape-3{width:50px;height:50px;background:#10b98133;top:15%;right:22%;animation:heroFloat 6s ease-in-out 1s infinite}.cta-card{position:relative;z-index:2;max-width:780px;margin:0 auto;text-align:center;background:#ffffff1a;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.2);border-radius:1.5rem;padding:3.5rem 3rem;box-shadow:0 8px 40px #00000026}.cta-eyebrow{display:inline-block;font-size:.875rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#ffffffb3;margin-bottom:1.25rem}.cta-title{font-size:2.25rem;font-weight:700;color:#fff;line-height:1.25;margin-bottom:1rem;letter-spacing:-.025em}.cta-title em{font-style:normal;color:#ffffffbf}.cta-subtitle{font-size:1.125rem;color:#ffffffd9;margin-bottom:2rem;font-weight:500;line-height:1.7}.cta-actions{display:flex;flex-direction:column;align-items:center;gap:1.25rem}.cta-button{display:inline-flex;align-items:center;gap:.625rem;padding:.9375rem 2.5rem;background:#f59e0b;color:#fff;border:none;border-radius:.625rem;font-size:1rem;font-weight:700;text-decoration:none;cursor:pointer;transition:all .3s;box-shadow:0 4px 16px #f59e0b66;letter-spacing:.01em}.cta-button i{font-size:1rem;transition:transform .2s}.cta-button:hover{background:#d97706;color:#fff;transform:translateY(-2px);box-shadow:0 8px 24px #f59e0b80}.cta-button:hover i{transform:translate(4px)}.cta-meta{display:flex;align-items:center;gap:.625rem;font-size:.875rem;color:#fff9;font-weight:500}.cta-meta-dot{opacity:.5}@media(max-width:1024px){.pathways-grid{grid-template-columns:1fr}.benefits-grid{grid-template-columns:repeat(2,1fr)}.vm-grid{grid-template-columns:1fr}}@media(max-width:768px){.page-title{font-size:2rem}.page-subtitle{font-size:1.125rem}.section-title,.cta-title{font-size:1.75rem}.cta-card{padding:2.5rem 1.75rem}.cta-bg-shapes{display:none}.benefits-grid,.why-list{grid-template-columns:1fr}.about-hero{padding:3rem 0 9rem}.about-hero-shapes{display:none}.about-hero-card{padding:2.5rem 1.75rem;border-radius:1.25rem}.story-row,.story-row--left,.story-row--right{flex-direction:column;max-width:100%;margin-left:0;margin-right:0;gap:1.25rem}.story-row--right .story-card{border-right:none;border-left:4px solid #764ba2}.story-icon-bubble{width:70px;height:70px;font-size:1.75rem}.about-story-section,.vision-mission-section,.pathways-section,.why-choose-section,.cta-section{padding:3rem 0}.vm-card,.pathway-card{padding:1.5rem}}@media(max-width:480px){.about-hero{padding:2.5rem 0 10rem}.about-hero-card{padding:2rem 1.25rem;border-radius:1rem}.page-title{font-size:1.75rem}.page-subtitle{font-size:1rem}.section-title,.cta-title{font-size:1.5rem}.cta-card{padding:2rem 1.25rem;border-radius:1rem}.cta-meta{flex-wrap:wrap;justify-content:center}.about-container{padding:0 1rem}}.programs-page{background:#f8fafc;min-height:calc(100vh - 80px)}.programs-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.programs-hero{padding:4.5rem 0 3.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center}.programs-badge{display:inline-block;padding:.4rem 1rem;border-radius:100px;border:1px solid rgba(255,255,255,.5);background:#ffffff26;font-size:.8rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.programs-title{margin-top:1rem;font-size:2.4rem;color:#fff}.programs-subtitle{margin:.75rem auto 0;max-width:760px;color:#ffffffeb}.programs-section,.results-section{padding:3.5rem 0}.programs-section-title{text-align:center;font-size:2rem;margin-bottom:2rem}.programs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.program-card{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1.4rem;box-shadow:0 8px 24px #1e293b0f}.program-card h3{margin-bottom:.8rem;color:#1e293b}.program-card p{margin:.35rem 0;color:#475569}.results-section{background:#fff}.results-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem}.result-card{border-radius:.9rem;border:1px solid #e2e8f0;background:#f8fafc;text-align:center;padding:1.25rem 1rem}.result-value{font-size:1.7rem;font-weight:700;color:#4f46e5;margin-bottom:.25rem}.result-label{margin:0;color:#64748b;font-size:.9rem}.results-highlight{background:linear-gradient(135deg,#667eea14,#764ba21a);border:1px solid rgba(102,126,234,.22);border-radius:1rem;padding:1.4rem}.results-highlight h3{margin-bottom:.6rem}.results-highlight p{margin:0;color:#475569}.results-group{margin-bottom:2.5rem}.results-group-title{font-size:1.75rem;color:#1e293b;margin:0 0 1.25rem;text-align:center}.students-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:.9rem;align-items:start}.student-card{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:.6rem;box-shadow:0 6px 18px #1e293b0d;text-align:center}.student-photo{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:6px;display:block;margin-bottom:.6rem;border:1px solid rgba(102,126,234,.12)}.student-name{margin:0;font-size:.95rem;font-weight:700;color:#1e293b}.student-marks{margin:.25rem 0 0;font-size:.85rem;color:#475569;font-weight:600}@media(max-width:1024px){.programs-grid,.results-stats{grid-template-columns:1fr 1fr}.students-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.programs-title{font-size:1.9rem}.programs-grid{grid-template-columns:1fr}.students-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.students-grid{grid-template-columns:repeat(2,1fr)}}.admissions-page{background:#f8fafc;min-height:calc(100vh - 80px)}.admissions-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.admissions-hero{background:linear-gradient(135deg,#1d4ed8,#0f172a);color:#fff;text-align:center;padding:4.5rem 0 3.5rem}.admissions-badge{display:inline-block;padding:.35rem 1rem;border-radius:999px;background:#ffffff26;border:1px solid rgba(255,255,255,.4);font-size:.8rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.admissions-hero h1{margin-top:1rem;color:#fff;font-size:2.3rem}.admissions-hero p{margin:.8rem auto 0;max-width:680px;color:#ffffffeb}.admissions-content{padding:3.5rem 0}.admissions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.admissions-card{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1.4rem;box-shadow:0 8px 24px #0f172a0f}.admissions-card h2{margin-bottom:.8rem;font-size:1.35rem}.admissions-card p{color:#475569;margin:.45rem 0}.admissions-card ul,.admissions-card ol{margin:0;padding-left:1.15rem;color:#475569}.admissions-card li{margin:.45rem 0}.admissions-highlight{background:linear-gradient(135deg,#2563eb17,#0f172a14);border-color:#2563eb4d}.admissions-cta{display:inline-block;margin-top:.9rem;padding:.7rem 1rem;border-radius:.6rem;background:#2563eb;color:#fff;text-decoration:none;font-weight:600}.admissions-cta:hover{background:#1e40af;color:#fff!important}.admissions-cta.whatsapp{background:#25d366;color:#fff;border:1px solid rgba(0,0,0,.06)}.admissions-cta.whatsapp:hover{background:#1da851;color:#fff!important}@media(max-width:768px){.admissions-grid{grid-template-columns:1fr}.admissions-hero h1{font-size:1.9rem}}
