.Header-module__ldgnoG__header{z-index:1000;background:#fff;width:100%;position:sticky;top:0;box-shadow:0 2px 4px #0000000d}.Header-module__ldgnoG__topBar{border-bottom:1px solid #eee;padding:1rem 0}.Header-module__ldgnoG__topBarContent{justify-content:space-between;align-items:center;display:flex}.Header-module__ldgnoG__logoMain{align-items:center;font-size:1.5rem;font-weight:800;text-decoration:none;display:flex}.Header-module__ldgnoG__clPart{color:var(--secondary)}.Header-module__ldgnoG__launcherPart{color:var(--primary);margin-left:4px}.Header-module__ldgnoG__divider{color:#ccc;margin:0 10px;font-weight:300}.Header-module__ldgnoG__bbaPart{color:var(--secondary);font-size:1.2rem}.Header-module__ldgnoG__topBarRight{align-items:center;gap:2rem;display:flex}.Header-module__ldgnoG__contactItem{color:var(--secondary);align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;display:flex}.Header-module__ldgnoG__icon{color:var(--primary);font-size:1rem}.Header-module__ldgnoG__headerActions{align-items:center;gap:1rem;display:flex}.Header-module__ldgnoG__loginLink,.Header-module__ldgnoG__registerLink{color:var(--secondary);margin-right:.5rem;font-size:.9rem;font-weight:600;text-decoration:underline}.Header-module__ldgnoG__enrollBtn{color:var(--secondary);background:#fff;border:1px solid #ddd;border-radius:4px;padding:.5rem 1.2rem;font-weight:600;box-shadow:0 1px 3px #0000001a}.Header-module__ldgnoG__freeBtn{background:var(--primary);color:#fff;border:none;border-radius:4px;padding:.5rem 1.2rem;font-weight:600}.Header-module__ldgnoG__mainNav{background:var(--secondary);color:#fff;padding:.8rem 0}.Header-module__ldgnoG__navList{align-items:center;gap:2rem;font-size:.9rem;font-weight:500;display:flex}.Header-module__ldgnoG__navList li{cursor:pointer;transition:opacity .2s}.Header-module__ldgnoG__navList li:hover{opacity:.8}.Header-module__ldgnoG__hasDropdown{align-items:center;gap:4px;padding:.5rem 0;display:flex;position:relative}.Header-module__ldgnoG__dropdown{opacity:0;visibility:hidden;z-index:1100;background:#fff;border-radius:4px;min-width:220px;transition:all .3s;position:absolute;top:100%;left:0;transform:translateY(10px);box-shadow:0 4px 12px #0000001a}.Header-module__ldgnoG__hasDropdown:hover .Header-module__ldgnoG__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.Header-module__ldgnoG__dropdown ul{padding:.5rem 0;list-style:none}.Header-module__ldgnoG__dropdown li{padding:0}.Header-module__ldgnoG__dropdown li a{color:var(--secondary);padding:.75rem 1.5rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:background .2s;display:block}.Header-module__ldgnoG__dropdown li a:hover{color:var(--primary);background:#f8fafc}.Header-module__ldgnoG__arrow{font-size:.7rem}.Header-module__ldgnoG__socialIcons{gap:1rem;margin-left:auto;display:flex}.Header-module__ldgnoG__socialIcon{font-size:1.1rem}@media (max-width:992px){.Header-module__ldgnoG__topBarRight{display:none}.Header-module__ldgnoG__navList{white-space:nowrap;padding-bottom:5px;overflow-x:auto}}
.Footer-module__Grjkva__footer{background:var(--navy-dark);color:#fff;padding:4rem 0 2rem}.Footer-module__Grjkva__grid{grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:3rem;display:grid}.Footer-module__Grjkva__column h4{color:#fff;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.1rem;position:relative}.Footer-module__Grjkva__column h4:after{content:"";background:var(--primary);width:30px;height:2px;position:absolute;bottom:0;left:0}.Footer-module__Grjkva__column p{color:#ccc;margin-bottom:1rem;font-size:.9rem;line-height:1.6}.Footer-module__Grjkva__column ul{flex-direction:column;gap:.8rem;display:flex}.Footer-module__Grjkva__column ul li{color:#ccc;cursor:pointer;font-size:.9rem;transition:color .2s}.Footer-module__Grjkva__column ul li:hover{color:var(--primary)}.Footer-module__Grjkva__bottom{text-align:center;color:#888;border-top:1px solid #ffffff1a;padding-top:2rem;font-size:.85rem}@media (max-width:992px){.Footer-module__Grjkva__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.Footer-module__Grjkva__grid{grid-template-columns:1fr}}
.ProgramPage-module__CeQWHW__wrapper{background:#f8fafc;min-height:100vh}.ProgramPage-module__CeQWHW__main{padding:4rem 0}.ProgramPage-module__CeQWHW__hero{text-align:center;margin-bottom:3rem}.ProgramPage-module__CeQWHW__hero h1{color:var(--secondary);margin-bottom:1rem;font-size:2.5rem}.ProgramPage-module__CeQWHW__hero p{color:#64748b;font-size:1.1rem}.ProgramPage-module__CeQWHW__content{max-width:800px;margin:0 auto}.ProgramPage-module__CeQWHW__card{background:#fff;border-radius:16px;padding:3rem;box-shadow:0 4px 20px #0000000d}.ProgramPage-module__CeQWHW__card h2{margin-bottom:1.5rem;font-size:1.75rem}.ProgramPage-module__CeQWHW__card p{color:#4b5563;margin-bottom:2rem;line-height:1.7}.ProgramPage-module__CeQWHW__highlights{margin-bottom:2.5rem}.ProgramPage-module__CeQWHW__highlights h3{margin-bottom:1rem;font-size:1.25rem}.ProgramPage-module__CeQWHW__highlights ul{padding:0;list-style:none}.ProgramPage-module__CeQWHW__highlights li{color:#4b5563;margin-bottom:.75rem;padding-left:1.5rem;position:relative}.ProgramPage-module__CeQWHW__highlights li:before{content:"✓";color:var(--primary);font-weight:700;position:absolute;left:0}.ProgramPage-module__CeQWHW__ctaBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;padding:1rem;font-size:1.1rem;font-weight:700;transition:background .2s}.ProgramPage-module__CeQWHW__ctaBtn:hover{background:#dc2626}.ProgramPage-module__CeQWHW__banner{width:100%;height:320px;position:relative;overflow:hidden}.ProgramPage-module__CeQWHW__banner>img{object-fit:cover;width:100%;height:100%}.ProgramPage-module__CeQWHW__bannerOverlay{text-align:center;color:#fff;background:linear-gradient(#0003,#000000bf);flex-direction:column;justify-content:flex-end;align-items:center;padding:2.5rem;display:flex;position:absolute;inset:0}.ProgramPage-module__CeQWHW__bannerOverlay h1{color:#fff;margin-bottom:.5rem;font-size:2.2rem}.ProgramPage-module__CeQWHW__bannerOverlay p{color:#ffffffd9;max-width:600px;font-size:1.05rem}.ProgramPage-module__CeQWHW__collegeLogo{object-fit:contain;background:#fff;border-radius:12px;width:80px;height:80px;margin-bottom:1rem;padding:8px;box-shadow:0 4px 12px #0003}@media (max-width:768px){.ProgramPage-module__CeQWHW__banner{height:240px}.ProgramPage-module__CeQWHW__bannerOverlay h1{font-size:1.5rem}}
.HeroSection-module__yS5m3G__hero{background:#fff;padding:4rem 0}.HeroSection-module__yS5m3G__heroContent{align-items:flex-start;gap:4rem;display:flex}.HeroSection-module__yS5m3G__heroLeft{flex:1;padding-top:2rem}.HeroSection-module__yS5m3G__heroLeft h1{color:#1a1a1a;margin-bottom:1.5rem;font-size:2.5rem;line-height:1.2}.HeroSection-module__yS5m3G__heroLeft p{color:#444;font-size:1.1rem;line-height:1.6}.HeroSection-module__yS5m3G__heroRight{width:400px}.HeroSection-module__yS5m3G__formCard{text-align:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:2rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.HeroSection-module__yS5m3G__formCard h3{color:#1e293b;margin-bottom:.5rem;font-size:1.25rem}.HeroSection-module__yS5m3G__formCard p{color:#64748b;margin-bottom:1.5rem;font-size:.9rem}.HeroSection-module__yS5m3G__form{flex-direction:column;gap:1rem;display:flex}.HeroSection-module__yS5m3G__inputGroup input{border:1px solid #cbd5e1;border-radius:4px;width:100%;padding:.75rem;font-size:.95rem}.HeroSection-module__yS5m3G__inputGroupRow{gap:.5rem;display:flex}.HeroSection-module__yS5m3G__inputGroupRow input{border:1px solid #cbd5e1;border-radius:4px;flex:1;padding:.75rem}.HeroSection-module__yS5m3G__otpBtn{color:var(--primary);white-space:nowrap;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:4px;padding:0 1rem;font-size:.85rem;font-weight:600}.HeroSection-module__yS5m3G__submitBtn{background:var(--primary);color:#fff;border:none;border-radius:4px;margin-top:.5rem;padding:.85rem;font-size:1rem;font-weight:600;transition:opacity .2s}.HeroSection-module__yS5m3G__submitBtn:hover{opacity:.9}@media (max-width:992px){.HeroSection-module__yS5m3G__heroContent{flex-direction:column;gap:2rem}.HeroSection-module__yS5m3G__heroRight{width:100%}.HeroSection-module__yS5m3G__heroLeft h1{font-size:2rem}}
.CourseGrid-module__UXS9Ha__section{background:#fff;padding:4rem 0}.CourseGrid-module__UXS9Ha__content{align-items:center;gap:4rem;display:flex}.CourseGrid-module__UXS9Ha__left{flex:1}.CourseGrid-module__UXS9Ha__title{margin-bottom:2rem;font-size:2.25rem}.CourseGrid-module__UXS9Ha__desc{color:#555;margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.CourseGrid-module__UXS9Ha__right{flex:1}.CourseGrid-module__UXS9Ha__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.CourseGrid-module__UXS9Ha__card{cursor:pointer;text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;flex-direction:column;align-items:center;gap:1rem;padding:2rem 1.5rem;transition:all .2s;display:flex;position:relative}.CourseGrid-module__UXS9Ha__card:hover{border-color:var(--primary);box-shadow:0 10px 15px -3px #0000001a}.CourseGrid-module__UXS9Ha__cardIcon{font-size:2.5rem}.CourseGrid-module__UXS9Ha__cardTitle{color:var(--secondary);font-size:1.1rem;font-weight:600}.CourseGrid-module__UXS9Ha__cardArrow{color:var(--secondary);font-size:1.5rem;transition:transform .2s;position:absolute;bottom:1rem;right:1.5rem}.CourseGrid-module__UXS9Ha__card:hover .CourseGrid-module__UXS9Ha__cardArrow{color:var(--primary);transform:translate(5px)}@media (max-width:992px){.CourseGrid-module__UXS9Ha__content{flex-direction:column;gap:2rem}}@media (max-width:640px){.CourseGrid-module__UXS9Ha__grid{grid-template-columns:1fr}}
.ProgramHero-module__1aJGTq__heroSection{background:#f1f5f9;padding:3rem 0}.ProgramHero-module__1aJGTq__grid{grid-template-columns:1.2fr .8fr;align-items:start;gap:4rem;display:grid}.ProgramHero-module__1aJGTq__breadcrumbs{color:#64748b;margin-bottom:1.5rem;font-size:.9rem}.ProgramHero-module__1aJGTq__breadcrumbs a{color:var(--primary);text-decoration:none}.ProgramHero-module__1aJGTq__breadcrumbs span{margin:0 .5rem}.ProgramHero-module__1aJGTq__current{color:#1e293b;font-weight:500}.ProgramHero-module__1aJGTq__textContent h1{margin-bottom:1.5rem;font-size:3rem;line-height:1.1}.ProgramHero-module__1aJGTq__lead{color:#334155;margin-bottom:1.5rem;font-size:1.15rem;line-height:1.6}.ProgramHero-module__1aJGTq__subLead{color:#1e293b;margin-bottom:1rem;font-weight:600}.ProgramHero-module__1aJGTq__featuresTitle{margin-bottom:1.5rem;font-size:1.5rem;font-weight:800}.ProgramHero-module__1aJGTq__featureList{padding:0;list-style:none}.ProgramHero-module__1aJGTq__featureList li{color:#1e293b;margin-bottom:.75rem;padding-left:1.5rem;font-weight:600;position:relative}.ProgramHero-module__1aJGTq__featureList li:before{content:"✓";color:var(--primary);font-weight:700;position:absolute;left:0}.ProgramHero-module__1aJGTq__formContainer{position:sticky;top:6rem}.ProgramHero-module__1aJGTq__callbackCard{background:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 10px 30px #0000000d}.ProgramHero-module__1aJGTq__callbackCard h3{text-align:center;color:#1e293b;margin-bottom:1.5rem;font-size:1.5rem;font-weight:800}.ProgramHero-module__1aJGTq__form{flex-direction:column;gap:1rem;display:flex}.ProgramHero-module__1aJGTq__radioGroup{align-items:center;gap:1rem;margin-bottom:.5rem;font-size:.95rem;font-weight:600;display:flex}.ProgramHero-module__1aJGTq__radios{gap:1rem;display:flex}.ProgramHero-module__1aJGTq__radios label{cursor:pointer;align-items:center;gap:.25rem;display:flex}.ProgramHero-module__1aJGTq__form input,.ProgramHero-module__1aJGTq__form select{border:1px solid #e2e8f0;border-radius:6px;width:100%;padding:.85rem;font-size:.95rem}.ProgramHero-module__1aJGTq__row{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}.ProgramHero-module__1aJGTq__mobileInput{grid-template-columns:1fr auto;gap:.5rem;display:grid}.ProgramHero-module__1aJGTq__otpBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:0 1rem;font-size:.85rem;font-weight:600}.ProgramHero-module__1aJGTq__submitBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:6px;margin-top:1rem;padding:1rem;font-size:1.1rem;font-weight:700;transition:background .3s}.ProgramHero-module__1aJGTq__submitBtn:hover{background:#d1441b}@media (max-width:992px){.ProgramHero-module__1aJGTq__grid{grid-template-columns:1fr;gap:3rem}.ProgramHero-module__1aJGTq__formContainer{max-width:500px;margin:0 auto;position:static}.ProgramHero-module__1aJGTq__textContent h1{font-size:2.25rem}}
.FAQAccordion-module__Pcubzq__section{background:#fff;padding:4rem 0}.FAQAccordion-module__Pcubzq__title{text-align:center;margin-bottom:3rem;font-size:2.25rem}.FAQAccordion-module__Pcubzq__accordion{border-top:1px solid #eee;max-width:800px;margin:0 auto}.FAQAccordion-module__Pcubzq__item{border-bottom:1px solid #eee}.FAQAccordion-module__Pcubzq__question{width:100%;color:var(--secondary);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.5rem 0;font-size:1.1rem;font-weight:600;display:flex}.FAQAccordion-module__Pcubzq__icon{color:var(--primary);font-size:1.5rem}.FAQAccordion-module__Pcubzq__answer{color:#555;padding-bottom:1.5rem;line-height:1.6}
.FeatureGrid-module__0ZT1wq__section{padding:5rem 0}.FeatureGrid-module__0ZT1wq__white{background:#fff}.FeatureGrid-module__0ZT1wq__gray{background:#f1f5f9}.FeatureGrid-module__0ZT1wq__heading{text-align:center;margin-bottom:1.5rem;font-size:2.25rem}.FeatureGrid-module__0ZT1wq__subHeading{text-align:center;color:#64748b;max-width:900px;margin:0 auto 4rem;line-height:1.6}.FeatureGrid-module__0ZT1wq__grid{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.FeatureGrid-module__0ZT1wq__cols3 .FeatureGrid-module__0ZT1wq__card{width:calc(33.333% - 1.5rem)}.FeatureGrid-module__0ZT1wq__cols4 .FeatureGrid-module__0ZT1wq__card{width:calc(25% - 1.5rem)}.FeatureGrid-module__0ZT1wq__card{text-align:center;background:#fff;border:1px solid #f1f5f9;border-radius:20px;flex-direction:column;min-width:280px;padding:2.5rem;transition:transform .3s;display:flex;box-shadow:0 10px 25px #00000008}.FeatureGrid-module__0ZT1wq__card:hover{transform:translateY(-5px)}.FeatureGrid-module__0ZT1wq__icon{margin-bottom:1.5rem;font-size:2.5rem}.FeatureGrid-module__0ZT1wq__card h3{color:#1e293b;margin-bottom:1rem;font-size:1.25rem;font-weight:800}.FeatureGrid-module__0ZT1wq__card p{color:#64748b;font-size:.95rem;line-height:1.6}@media (max-width:1200px){.FeatureGrid-module__0ZT1wq__cols4 .FeatureGrid-module__0ZT1wq__card{width:calc(33.333% - 1.5rem)}}@media (max-width:992px){.FeatureGrid-module__0ZT1wq__card{width:calc(50% - 1rem)!important}}@media (max-width:768px){.FeatureGrid-module__0ZT1wq__card{width:100%!important}}
.LegacyBar-module__GElgFq__legacyBar{background:#f8fafc;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;padding:2rem 0}.LegacyBar-module__GElgFq__content{justify-content:space-between;align-items:center;gap:2rem;display:flex}.LegacyBar-module__GElgFq__titleSection h2{font-size:1.5rem;font-weight:700}.LegacyBar-module__GElgFq__resultsSection{gap:4rem;display:flex}.LegacyBar-module__GElgFq__resultItem{background:#eef2ff;border:1px solid #dbeafe;border-radius:12px;align-items:center;gap:1rem;padding:.75rem 2rem;display:flex;box-shadow:0 4px 6px #0000000d}.LegacyBar-module__GElgFq__trophy{font-size:2rem}.LegacyBar-module__GElgFq__resultText{flex-direction:column;display:flex}.LegacyBar-module__GElgFq__rank{color:var(--secondary);font-size:1.25rem;font-weight:800}.LegacyBar-module__GElgFq__exam{color:#64748b;font-size:.85rem;font-weight:600}@media (max-width:768px){.LegacyBar-module__GElgFq__content{text-align:center;flex-direction:column}.LegacyBar-module__GElgFq__resultsSection{flex-direction:column;gap:1rem;width:100%}.LegacyBar-module__GElgFq__resultItem{justify-content:center}}
.CourseTabs-module__Kd9rJq__section{text-align:center;padding:5rem 0}.CourseTabs-module__Kd9rJq__white{background:#fff}.CourseTabs-module__Kd9rJq__gray{background:#f1f5f9}.CourseTabs-module__Kd9rJq__heading{margin-bottom:1rem;font-size:2.25rem}.CourseTabs-module__Kd9rJq__subHeading{color:#64748b;max-width:700px;margin:0 auto 3rem;line-height:1.6}.CourseTabs-module__Kd9rJq__tabContainer{background:#fff;border-radius:8px;margin-bottom:3rem;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #0000000d}.CourseTabs-module__Kd9rJq__tab{cursor:pointer;z-index:2;color:#64748b;background:0 0;border:none;min-width:180px;padding:1rem 2.5rem;font-size:1rem;font-weight:700;transition:color .3s}.CourseTabs-module__Kd9rJq__tab.CourseTabs-module__Kd9rJq__active{color:#fff}.CourseTabs-module__Kd9rJq__tabIndicator{z-index:1;height:100%;transition:left .3s;position:absolute;top:0}.CourseTabs-module__Kd9rJq__primary.CourseTabs-module__Kd9rJq__tabIndicator{background:var(--primary)}.CourseTabs-module__Kd9rJq__secondary.CourseTabs-module__Kd9rJq__tabIndicator{background:var(--secondary)}.CourseTabs-module__Kd9rJq__courseCard{text-align:left;background:#fff;border-radius:16px;max-width:600px;margin:0 auto;padding:3rem;position:relative;box-shadow:0 10px 40px #00000014}.CourseTabs-module__Kd9rJq__courseCard:after{content:"";border-bottom:10px solid #fff;border-left:10px solid #0000;border-right:10px solid #0000;position:absolute;top:-10px;left:50%;transform:translate(-50%)}.CourseTabs-module__Kd9rJq__courseCard h3{text-align:center;color:#1e293b;margin-bottom:2rem;font-size:1.5rem;font-weight:800}.CourseTabs-module__Kd9rJq__features{margin-bottom:2.5rem;padding:0;list-style:none}.CourseTabs-module__Kd9rJq__features li{color:#4b5563;margin-bottom:1rem;padding-left:1.75rem;font-weight:600;position:relative}.CourseTabs-module__Kd9rJq__features li:before{content:"✓";color:var(--primary);font-weight:700;position:absolute;left:0}.CourseTabs-module__Kd9rJq__enrollBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;padding:1rem;font-size:1.1rem;font-weight:700;transition:background .3s}.CourseTabs-module__Kd9rJq__enrollBtn:hover{background:#d1441b}@media (max-width:576px){.CourseTabs-module__Kd9rJq__tabContainer{flex-direction:column;width:100%}.CourseTabs-module__Kd9rJq__tabIndicator{display:none}.CourseTabs-module__Kd9rJq__tab.CourseTabs-module__Kd9rJq__active{background:var(--secondary)}}
.page-module___8aEwW__main{flex-direction:column;min-height:100vh;display:flex}.page-module___8aEwW__legacyBar{background:#f1f5f9;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;padding:1.5rem 0}.page-module___8aEwW__legacyContent{justify-content:space-around;align-items:center;display:flex}.page-module___8aEwW__legacyItem{color:var(--secondary);font-size:1.1rem;font-weight:500}.page-module___8aEwW__legacyItem strong{color:var(--primary);font-weight:800}.page-module___8aEwW__infoSection{background:#f8fafc;padding:4rem 0}.page-module___8aEwW__infoSection h2{text-align:center;margin-bottom:2rem;font-size:2.25rem}.page-module___8aEwW__infoSection p{text-align:center;color:#555;max-width:800px;margin:0 auto;line-height:1.7}
.MentorsSection-module__04FBZa__section{background:#fff;padding:5rem 0}.MentorsSection-module__04FBZa__heading{text-align:center;margin-bottom:1rem;font-size:2.25rem}.MentorsSection-module__04FBZa__subHeading{text-align:center;color:#64748b;max-width:900px;margin:0 auto 4rem;line-height:1.6}.MentorsSection-module__04FBZa__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.MentorsSection-module__04FBZa__card{background:#fff;border:1px solid #f1f5f9;border-radius:12px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 4px 15px #0000000d}.MentorsSection-module__04FBZa__imageWrapper{background:#e2e8f0;height:250px;overflow:hidden}.MentorsSection-module__04FBZa__imageWrapper img{object-fit:cover;width:100%;height:100%}.MentorsSection-module__04FBZa__info{flex-grow:1;padding:1.5rem;position:relative}.MentorsSection-module__04FBZa__info h3{color:#1e293b;margin-bottom:.25rem;font-size:1.25rem;font-weight:800}.MentorsSection-module__04FBZa__designation{color:#475569;margin-bottom:1rem;font-size:.9rem;font-weight:700}.MentorsSection-module__04FBZa__bio{color:#64748b;-webkit-line-clamp:4;-webkit-box-orient:vertical;margin-bottom:1.5rem;font-size:.9rem;line-height:1.6;display:-webkit-box;overflow:hidden}.MentorsSection-module__04FBZa__arrow{color:#cbd5e1;font-size:2rem;position:absolute;bottom:1rem;right:1.5rem;transform:rotate(-90deg)}@media (max-width:992px){.MentorsSection-module__04FBZa__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.MentorsSection-module__04FBZa__grid{grid-template-columns:1fr}}
.login-module__WEZH7G__page{min-height:100vh;display:flex}.login-module__WEZH7G__brandPanel{background:linear-gradient(145deg,#1a2a44 0%,#0f172a 100%);flex:1;justify-content:center;align-items:center;padding:3rem;display:flex;position:relative;overflow:hidden}.login-module__WEZH7G__brandPanel:before{content:"";background:radial-gradient(circle,#e852221f 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-50%;right:-30%}.login-module__WEZH7G__brandPanel:after{content:"";background:radial-gradient(circle,#2135554d 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;bottom:-30%;left:-20%}.login-module__WEZH7G__brandContent{z-index:1;color:#fff;max-width:480px;position:relative}.login-module__WEZH7G__logo{align-items:baseline;gap:6px;margin-bottom:3rem;text-decoration:none;display:inline-flex}.login-module__WEZH7G__logoMain{color:#fff;font-size:1.5rem;font-weight:800}.login-module__WEZH7G__logoSub{color:var(--primary);font-size:1.5rem;font-weight:800}.login-module__WEZH7G__brandContent h1{letter-spacing:-.02em;margin-bottom:1.25rem;font-size:2.8rem;font-weight:800;line-height:1.15}.login-module__WEZH7G__brandContent p{color:#fff9;margin-bottom:3rem;font-size:1.1rem;line-height:1.6}.login-module__WEZH7G__stats{gap:2.5rem;display:flex}.login-module__WEZH7G__stat{flex-direction:column;display:flex}.login-module__WEZH7G__statNum{color:var(--primary);font-size:1.5rem;font-weight:800}.login-module__WEZH7G__statLabel{color:#ffffff73;text-transform:uppercase;letter-spacing:.05em;margin-top:.2rem;font-size:.8rem}.login-module__WEZH7G__formPanel{background:#fff;flex-shrink:0;justify-content:center;align-items:center;width:500px;padding:3rem;display:flex}.login-module__WEZH7G__formContainer{width:100%;max-width:360px}.login-module__WEZH7G__mobileLogoRow{display:none}.login-module__WEZH7G__mobileLogo{align-items:baseline;gap:4px;margin-bottom:2rem;text-decoration:none;display:inline-flex}.login-module__WEZH7G__formContainer h2{color:var(--secondary);margin-bottom:.35rem;font-size:1.75rem;font-weight:800}.login-module__WEZH7G__subtitle{color:#94a3b8;margin-bottom:2rem;font-size:.95rem}.login-module__WEZH7G__form{flex-direction:column;gap:1.25rem;display:flex}.login-module__WEZH7G__error{color:#dc2626;text-align:center;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:.65rem .85rem;font-size:.85rem}.login-module__WEZH7G__inputGroup{flex-direction:column;gap:.4rem;display:flex}.login-module__WEZH7G__inputGroup label{color:#334155;font-size:.82rem;font-weight:600}.login-module__WEZH7G__inputGroup input{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:8px;padding:.75rem .85rem;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.login-module__WEZH7G__inputGroup input:focus{border-color:var(--primary);background:#fff;outline:none;box-shadow:0 0 0 3px #e8522214}.login-module__WEZH7G__loginBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;margin-top:.5rem;padding:.8rem;font-size:.95rem;font-weight:700;transition:background .2s,transform .1s}.login-module__WEZH7G__loginBtn:hover{background:#d04a1e}.login-module__WEZH7G__loginBtn:active{transform:scale(.985)}.login-module__WEZH7G__registerLink{color:#94a3b8;text-align:center;margin-top:1.5rem;font-size:.88rem}.login-module__WEZH7G__registerLink a{color:var(--primary);font-weight:600;text-decoration:none}.login-module__WEZH7G__registerLink a:hover{text-decoration:underline}.login-module__WEZH7G__credsHint{border-top:1px solid #f1f5f9;flex-direction:column;gap:.6rem;margin-top:2rem;padding-top:1.5rem;display:flex}.login-module__WEZH7G__credItem{color:#94a3b8;align-items:center;gap:.6rem;font-size:.8rem;display:flex}.login-module__WEZH7G__credBadge{text-transform:uppercase;letter-spacing:.04em;color:#3b82f6;background:#eff6ff;border-radius:4px;flex-shrink:0;padding:.2rem .5rem;font-size:.68rem;font-weight:700}.login-module__WEZH7G__credAdmin{color:#d97706;background:#fef3c7}@media (max-width:900px){.login-module__WEZH7G__page{flex-direction:column}.login-module__WEZH7G__brandPanel{display:none}.login-module__WEZH7G__formPanel{width:100%;min-height:100vh;padding:2rem 1.5rem}.login-module__WEZH7G__mobileLogoRow{display:block}.login-module__WEZH7G__mobileLogo .login-module__WEZH7G__logoMain{color:var(--secondary)}}
.PricingCard-module__PTXCzG__section{text-align:center;background:#fff;padding:5rem 0}.PricingCard-module__PTXCzG__heading{margin-bottom:3rem;font-size:2.25rem}.PricingCard-module__PTXCzG__card{text-align:left;background:#fff;border:1px solid #e2e8f0;border-radius:16px;max-width:500px;margin:0 auto;padding:3rem;box-shadow:0 10px 40px #0000000d}.PricingCard-module__PTXCzG__title{text-align:center;color:#1e293b;margin-bottom:2rem;font-size:1.5rem;font-weight:800}.PricingCard-module__PTXCzG__pricing{border:1.5px solid #6b21a8;border-radius:50px;justify-content:center;align-items:center;gap:1rem;margin-bottom:2.5rem;padding:.75rem;display:flex}.PricingCard-module__PTXCzG__original{color:#64748b;font-size:1.1rem;font-weight:600;text-decoration:line-through}.PricingCard-module__PTXCzG__discounted{color:#1e293b;font-size:1.4rem;font-weight:800}.PricingCard-module__PTXCzG__badge{color:var(--primary);font-size:.95rem;font-weight:700}.PricingCard-module__PTXCzG__features{margin-bottom:2.5rem;padding:0;list-style:none}.PricingCard-module__PTXCzG__features li{color:#4b5563;margin-bottom:1.25rem;padding-left:1.75rem;font-size:.95rem;font-weight:600;position:relative}.PricingCard-module__PTXCzG__features li:before{content:"✓";color:var(--primary);font-weight:700;position:absolute;left:0}.PricingCard-module__PTXCzG__enrollBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;padding:1.1rem;font-size:1.2rem;font-weight:700;transition:background .3s}.PricingCard-module__PTXCzG__enrollBtn:hover{background:#d1441b}
