.Header-module__GPz-la__variables{--header-height-mobile:120px;--header-height-tablet:100px;--header-height-desktop:100px;--header-height-scrolled:80px;--primary:#0e518a;--primary-light:#1f8ef2;--accent:#93bcf0;--text-light:#f8fafc;--text-dark:#0f172a;--bg-light:#f8fafc;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}@media (prefers-color-scheme:dark){.Header-module__GPz-la__variables{--primary:#021225;--primary-light:#041c40;--text-dark:#f1f5f9;--bg-light:#0f172a}}.Header-module__GPz-la__header{height:var(--header-height-mobile);background:linear-gradient(135deg,var(--primary)0%,var(--primary-light)100%);box-shadow:var(--shadow-md);z-index:1000;width:100%;transition:all .3s cubic-bezier(.16,1,.3,1);position:fixed;top:0;left:0;right:0;}.Header-module__GPz-la__header.Header-module__GPz-la__scrolled{height:var(--header-height-scrolled);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:var(--shadow-sm);background:#ffffffe6}@media (prefers-color-scheme:dark){.Header-module__GPz-la__header.Header-module__GPz-la__scrolled{background:#021225e6}}.Header-module__GPz-la__headerInner{justify-content:space-between;align-items:center;max-width:1200px;height:100%;margin:0 auto;padding:0 16px;display:flex;position:relative}.Header-module__GPz-la__logoWrapper{align-items:center;max-width:calc(100% - 60px);height:100%;display:flex;overflow:hidden}.Header-module__GPz-la__brandContainer{flex-direction:column;max-width:100%;display:flex;position:relative}.Header-module__GPz-la__brandNameContainer{display:inline-block;position:relative}.Header-module__GPz-la__brandName{letter-spacing:-.02em;background:linear-gradient(to right,#fff,var(--accent));color:#0000;white-space:nowrap;-webkit-background-clip:text;background-clip:text;font-size:22px;font-weight:700;line-height:1.2;transition:all .3s}.Header-module__GPz-la__header.Header-module__GPz-la__scrolled .Header-module__GPz-la__brandName{color:var(--text-dark)}.Header-module__GPz-la__typewriter{border-right:3px solid var(--accent);width:0;margin:0;animation:3.5s steps(19,end) 1s both Header-module__GPz-la__typing,.75s step-end infinite Header-module__GPz-la__blink-caret;display:inline-block;overflow:hidden}@keyframes Header-module__GPz-la__typing{0%{width:0}to{width:19ch}}@keyframes Header-module__GPz-la__blink-caret{0%,to{border-color:#0000}50%{border-color:var(--accent)}}.Header-module__GPz-la__tagline{color:var(--accent);letter-spacing:.02em;margin-top:2px;font-size:12px;transition:color .3s}.Header-module__GPz-la__header.Header-module__GPz-la__scrolled .Header-module__GPz-la__tagline{color:var(--text-dark)}.Header-module__GPz-la__desktopNav{display:none}.Header-module__GPz-la__navItemsContainer{justify-content:flex-end;align-items:center;gap:4px;height:100%;display:flex}.Header-module__GPz-la__navItem{color:var(--text-light);border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;padding:8px;font-size:14px;font-weight:500;transition:all .2s;display:flex;position:relative}.Header-module__GPz-la__navItem:hover{background:#ffffff26;transform:translateY(-2px)}.Header-module__GPz-la__navItem.Header-module__GPz-la__active{background:#fff3;font-weight:600}.Header-module__GPz-la__navItem span{display:none}.Header-module__GPz-la__navIcon{width:20px;height:20px}.Header-module__GPz-la__navIndicator{background:var(--accent);border-radius:4px;width:20px;height:3px;position:absolute;bottom:-3px;left:50%;transform:translate(-50%)}.Header-module__GPz-la__header.Header-module__GPz-la__scrolled .Header-module__GPz-la__navItem{color:var(--text-dark)}.Header-module__GPz-la__header.Header-module__GPz-la__scrolled .Header-module__GPz-la__navItem:hover{color:var(--primary-light);background:#93bcf026}.Header-module__GPz-la__header.Header-module__GPz-la__scrolled .Header-module__GPz-la__navItem.Header-module__GPz-la__active{color:var(--primary-light);background:#93bcf033}.Header-module__GPz-la__header.Header-module__GPz-la__scrolled .Header-module__GPz-la__navIndicator{background:var(--primary-light)}@media (prefers-color-scheme:dark){.Header-module__GPz-la__header.Header-module__GPz-la__scrolled .Header-module__GPz-la__navItem:hover,.Header-module__GPz-la__header.Header-module__GPz-la__scrolled .Header-module__GPz-la__navItem.Header-module__GPz-la__active{color:var(--accent)}.Header-module__GPz-la__header.Header-module__GPz-la__scrolled .Header-module__GPz-la__navIndicator{background:var(--accent)}}.Header-module__GPz-la__navItem.Header-module__GPz-la__active .Header-module__GPz-la__navIcon{filter:drop-shadow(0 0 4px var(--accent))}.Header-module__GPz-la__mobileMenuToggle{width:50px;height:50px;color:var(--text-light);cursor:pointer;z-index:1100;background:0 0;border:none;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.Header-module__GPz-la__mobileMenuToggle svg{width:24px;height:24px}.Header-module__GPz-la__header.Header-module__GPz-la__scrolled .Header-module__GPz-la__mobileMenuToggle{color:var(--text-dark)}.Header-module__GPz-la__mobileMenuContainer{top:var(--header-height-mobile);z-index:1050;pointer-events:none;width:100%;transition:top .3s;position:fixed;bottom:0;right:0}.Header-module__GPz-la__mobileMenuContainer.Header-module__GPz-la__scrolled{top:var(--header-height-scrolled)}.Header-module__GPz-la__mobileMenuContainer.Header-module__GPz-la__open{pointer-events:auto}.Header-module__GPz-la__mobileMenu{background:var(--primary);flex-direction:column;width:80%;max-width:300px;display:flex;position:absolute;top:0;bottom:0;right:0;overflow-y:auto;box-shadow:-5px 0 25px #00000026}@media (prefers-color-scheme:dark){.Header-module__GPz-la__mobileMenu{background:var(--primary-light)}}.Header-module__GPz-la__mobileMenuContent{flex-direction:column;gap:16px;padding:20px 24px 40px;display:flex}.Header-module__GPz-la__mobileMenuItem{color:var(--text-light);border-radius:8px;align-items:center;gap:12px;padding:12px 16px;font-size:18px;font-weight:500;transition:all .2s;display:flex}.Header-module__GPz-la__mobileMenuItem:hover{background:#ffffff1a}.Header-module__GPz-la__mobileMenuItem.Header-module__GPz-la__active{background:#ffffff26;font-weight:600}.Header-module__GPz-la__mobileMenuIcon{width:22px;height:22px}.Header-module__GPz-la__menuOverlay{z-index:1040;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;pointer-events:none;background:#00000080;transition:opacity .3s;position:fixed;inset:0}.Header-module__GPz-la__menuOverlay.Header-module__GPz-la__active{opacity:1;pointer-events:auto}.Header-module__GPz-la__headerSpacer{height:calc(var(--header-height-mobile)*.1);width:100%;transition:height .3s}.Header-module__GPz-la__headerSpacer.Header-module__GPz-la__scrolled{height:calc(var(--header-height-scrolled)*.1)}@media (max-width:375px){.Header-module__GPz-la__brandName{font-size:20px}.Header-module__GPz-la__tagline{font-size:11px}.Header-module__GPz-la__headerInner{padding:0 12px}}@media (min-width:480px){.Header-module__GPz-la__brandName{font-size:24px}.Header-module__GPz-la__tagline{font-size:13px}}@media (min-width:640px){.Header-module__GPz-la__header{height:var(--header-height-tablet)}.Header-module__GPz-la__headerSpacer{height:calc(var(--header-height-tablet)*.1)}.Header-module__GPz-la__mobileMenuContainer{top:var(--header-height-tablet)}.Header-module__GPz-la__headerInner{padding:0 20px}.Header-module__GPz-la__brandName{font-size:26px}}@media (min-width:768px){.Header-module__GPz-la__header{height:var(--header-height-desktop)}.Header-module__GPz-la__headerSpacer{height:calc(var(--header-height-desktop)*.1)}.Header-module__GPz-la__desktopNav{align-items:center;height:100%;display:flex}.Header-module__GPz-la__brandName{font-size:28px}.Header-module__GPz-la__tagline{margin-top:4px;font-size:15px}.Header-module__GPz-la__navItemsContainer{gap:8px}.Header-module__GPz-la__navItem{gap:8px;width:auto;padding:8px 16px}.Header-module__GPz-la__navItem span{display:inline}.Header-module__GPz-la__mobileMenuToggle,.Header-module__GPz-la__mobileMenuContainer{display:none}}
.footer-module__4boSWa__footer{color:#fff;background:linear-gradient(90deg,#1e40af,#3b82f6);padding:3rem 0 1.5rem}.footer-module__4boSWa__footerContainer{max-width:1200px;margin:0 auto;padding:0 1.5rem}.footer-module__4boSWa__footerGrid{grid-template-columns:1fr;gap:2.5rem;display:grid}@media (min-width:768px){.footer-module__4boSWa__footerGrid{grid-template-columns:repeat(3,1fr);gap:2rem}}.footer-module__4boSWa__footerSection{margin-bottom:1.5rem}.footer-module__4boSWa__footerHeading{color:#fff;border-bottom:1px solid #fff3;margin-bottom:1.25rem;padding-bottom:.5rem;font-size:1.25rem;font-weight:700}.footer-module__4boSWa__aboutText{color:#ffffffd9;margin-bottom:1.5rem;line-height:1.6}.footer-module__4boSWa__socialIcons{gap:1rem;margin-top:1rem;display:flex}.footer-module__4boSWa__socialIcon{color:#3b82f6;background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.footer-module__4boSWa__socialIcon:hover{background-color:#f0f9ff;transform:translateY(-3px);box-shadow:0 6px 15px #0000001a}.footer-module__4boSWa__linksList{margin:0;padding:0;list-style:none}.footer-module__4boSWa__linkItem{margin-bottom:.75rem}.footer-module__4boSWa__footerLink{color:#ffffffd9;align-items:center;text-decoration:none;transition:color .2s;display:flex}.footer-module__4boSWa__footerLink:hover{color:#fff}.footer-module__4boSWa__linkArrow{margin-right:.5rem;font-size:.75rem}.footer-module__4boSWa__contactItem{color:#ffffffd9;align-items:flex-start;margin-bottom:1rem;display:flex}.footer-module__4boSWa__contactIcon{color:#ffffffb3;min-width:1.25rem;margin-right:.75rem;font-size:1.25rem}.footer-module__4boSWa__contactLink{color:#ffffffd9;text-decoration:none;transition:color .2s}.footer-module__4boSWa__contactLink:hover{color:#fff}.footer-module__4boSWa__copyright{text-align:center;color:#ffffffb3;border-top:1px solid #fff3;margin-top:2rem;padding-top:1.5rem;font-size:.875rem}
@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(../media/poppins-latin-ext-400-normal.de24ab68.woff2)format("woff2"),url(../media/poppins-latin-ext-400-normal.1ca1d3ce.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(../media/poppins-latin-400-normal.6244d5be.woff2)format("woff2"),url(../media/poppins-latin-400-normal.ccc7bea4.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
:root{--primary-blue:#2563eb;--primary-blue-dark:#1d4ed8;--primary-blue-light:#3b82f6;--secondary-yellow:#f59e0b;--secondary-yellow-dark:#d97706;--accent-green:#2ecc71;--text-dark:#0f172a;--text-gray:#64748b;--text-light:#f8fafc;--bg-white:#fff;--bg-light:#f8fafc;--bg-gray-light:#f1f5f9;--neutral-gray:#f7f7f7;--neutral-gray-dark:#e2e8f0;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;--radius-sm:.25rem;--radius-md:.5rem;--radius-lg:.75rem;--header-height:80px;--header-height-scrolled:70px}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--text-dark);background-color:var(--bg-white);font-family:Poppins,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{transform:scale(.95)}to{transform:scale(1)}}.fade-in{animation:1s ease-out forwards fadeIn}.scale-in{animation:.5s ease-out forwards scaleIn}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.section{padding:60px 0}.nav-link{border-radius:var(--radius-md);cursor:pointer;justify-content:center;align-items:center;padding:.5rem 1rem;font-weight:500;transition:all .3s;display:inline-flex}.nav-link:hover{transform:translateY(-2px)}.btn{background-color:var(--primary-blue);color:#fff;border-radius:var(--radius-md);cursor:pointer;border:none;padding:10px 20px;font-weight:600;text-decoration:none;transition:background-color .3s,transform .3s,box-shadow .3s;display:inline-block}.btn:hover{background-color:var(--primary-blue-dark);box-shadow:var(--shadow-md);transform:translateY(-2px)}.btn-secondary{background-color:var(--secondary-yellow);color:var(--text-dark)}.btn-secondary:hover{background-color:var(--secondary-yellow-dark)}.btn-success{background-color:var(--accent-green);color:#fff}.btn-success:hover{background-color:#27ae60}.hero-section{background:linear-gradient(135deg,var(--primary-blue)0%,var(--primary-blue-dark)100%);color:#fff;text-align:center;padding:6rem 2rem}.hero-content h1{margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.2}.hero-subtitle{opacity:.9;margin-bottom:2rem;font-size:1.25rem}.hero-cta{justify-content:center;gap:1rem;display:flex}.primary-button{background:var(--secondary-yellow);color:var(--text-dark);border-radius:var(--radius-md);padding:1rem 2rem;font-weight:600;transition:all .3s}.primary-button:hover{background:var(--secondary-yellow-dark);box-shadow:var(--shadow-md);transform:translateY(-2px)}.secondary-button{color:#fff;border-radius:var(--radius-md);background:0 0;border:2px solid #fff;padding:1rem 2rem;font-weight:600;transition:all .3s}.secondary-button:hover{background:#ffffff1a;transform:translateY(-2px)}.section-header{text-align:center;margin-bottom:3rem}.section-title{color:var(--text-dark);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.section-subtitle{color:var(--text-gray);max-width:600px;margin:0 auto;font-size:1.125rem}.features-section{background:var(--neutral-gray);padding:5rem 2rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem;display:grid}.feature-card{border-radius:var(--radius-lg);box-shadow:var(--shadow-md);background:#fff;padding:2rem;transition:transform .3s,box-shadow .3s}.feature-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.feature-card h3{color:var(--text-dark,#0f172a);margin-bottom:.5rem;font-weight:600}.feature-icon-wrapper{background:#2563eb1a;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.5rem;display:flex}.feature-icon{font-size:2rem}.feature-card h3{color:var(--text-dark);margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.feature-card p{color:var(--text-gray);line-height:1.6}.course-card{border-radius:var(--radius-lg);box-shadow:var(--shadow-md);background-color:#fff;margin:10px;padding:20px;transition:transform .3s,box-shadow .3s}.course-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.course-card h3{color:var(--primary-blue)}.course-card a{color:var(--primary-blue);text-decoration:none;transition:color .3s}.course-card a:hover{color:var(--accent-green)}.course-card svg{width:16px;height:16px;transition:transform .3s}.course-card:hover svg{transform:translate(4px)}.testimonials-section{background-color:var(--neutral-gray);position:relative}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;display:grid}.testimonial-card{border-radius:var(--radius-lg);box-shadow:var(--shadow-md);text-align:center;background:#fff;flex-direction:column;align-items:center;padding:2rem;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden}.testimonial-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-10px)}.enrollment-cta{background:linear-gradient(135deg,var(--primary-blue)0%,var(--primary-blue-dark)100%);color:var(--text-light);padding:5rem 0}.cta-content{text-align:center;max-width:800px;margin:0 auto}.cta-content h2{margin-bottom:1rem;font-size:2.5rem;font-weight:700}.cta-content p{opacity:.9;margin-bottom:2.5rem;font-size:1.25rem}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.cta-primary{background:var(--secondary-yellow);color:var(--text-dark);border-radius:var(--radius-md);padding:.875rem 2rem;font-weight:600;text-decoration:none;transition:all .2s}.cta-primary:hover{background:var(--secondary-yellow-dark);transform:translateY(-2px)}.cta-secondary{color:var(--text-light);border-radius:var(--radius-md);background:#ffffff26;padding:.875rem 2rem;font-weight:500;text-decoration:none;transition:all .2s}.cta-secondary:hover{background:#ffffff40;transform:translateY(-2px)}.highlight{color:var(--secondary-yellow);font-weight:700}.success-text{color:var(--accent-green)}.gradient-bg{background:linear-gradient(135deg,var(--primary-blue)0%,var(--primary-blue-dark)100%)}svg{vertical-align:-.125em;width:1em;height:1em}@media (max-width:768px){.section{padding:40px 0}.section-title{font-size:2rem}.hero-content h1{font-size:2.5rem}.hero-cta{flex-direction:column}.features-grid,.testimonials-grid{grid-template-columns:1fr}.cta-content h2{font-size:2rem}.cta-buttons{flex-direction:column;width:100%;max-width:300px;margin:0 auto}}.hamburger-line{background-color:currentColor;width:1.5rem;height:.125rem;transition:all .3s;position:absolute;left:50%;transform:translate(-50%)}.hamburger-line.top{top:.75rem}.hamburger-line.top.active{top:1.25rem;transform:translate(-50%)rotate(45deg)}.hamburger-line.middle{top:1.25rem}.hamburger-line.middle.active{opacity:0}.hamburger-line.bottom{top:1.75rem}.hamburger-line.bottom.active{top:1.25rem;transform:translate(-50%)rotate(-45deg)}.section-title{color:#1e293b;text-align:center;margin-bottom:.5rem;font-size:2.5rem;font-weight:700;position:relative}.section-subtitle{color:#64748b;text-align:center;max-width:36rem;margin:0 auto;font-size:1.125rem}.section-title-with-underline{padding-bottom:15px;display:inline-block;position:relative}.section-title-with-underline:after{content:"";background-color:#3b82f6;border-radius:2px;width:80px;height:4px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}main{padding-top:calc(var(--header-height-mobile) + 20px)}.homepage{padding-top:20px}.hero-title,h1.section-title,h1{margin-top:0;padding-top:20px}.hero-section{margin-top:0;padding-top:80px}.features-section{padding-top:40px}@media (min-width:640px){main{padding-top:calc(var(--header-height) + 20px)}.hero-section{padding-top:100px}}.headerSpacer{height:var(--header-height-mobile);width:100%;display:block}@media (min-width:768px){.headerSpacer{height:var(--header-height)}}
