*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,segoe ui,roboto,oxygen,ubuntu,cantarell,fira sans,droid sans,helvetica neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#333}.header{position:fixed;top:0;left:0;right:0;background-color:rgba(255,255,255,.95);backdrop-filter:blur(10px);box-shadow:0 2px 8px rgba(0,0,0,.1);z-index:1000}.header-container{max-width:1280px;margin:0 auto;padding:0 1rem}.header-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo{display:flex;align-items:center;gap:.5rem;cursor:pointer}.logo-icon{border-radius:.5rem;display:flex;align-items:center;justify-content:center}.logo-link{text-decoration:none}.logo-text h1{font-size:1.25rem;font-weight:700;color:#111827}.logo-text p{font-size:.75rem;color:#4b5563}.nav-desktop{display:none;gap:2rem}.nav-desktop a{background:0 0;text-decoration:none;border:none;color:#374151;cursor:pointer;font-size:1rem;transition:color .3s}.nav-desktop a:hover{color:#2563eb}.menu-button{display:block;background:0 0;border:none;padding:.5rem;cursor:pointer}.nav-mobile{padding:1rem 0;border-top:1px solid #e5e7eb}.nav-mobile-content{display:flex;flex-direction:column;gap:1rem}.nav-mobile button{background:0 0;border:none;color:#374151;cursor:pointer;font-size:1rem;text-align:left;transition:color .3s}.nav-mobile button:hover{color:#2563eb}.hero{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-bg{position:absolute;inset:0}.hero-bg img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0}.hero-content{position:relative;z-index:10;text-align:center;padding:0 1rem;max-width:56rem;margin:0 auto}.hero-content h1{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1.5rem}.hero-content p{font-size:1.25rem;color:#dbeafe;margin-bottom:2rem}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);animation:bounce 2s infinite}@keyframes bounce{0%,100%{transform:translateX(-50%)translateY(0)}50%{transform:translateX(-50%)translateY(-10px)}}.section{padding:5rem 0}@media(max-width:768px){.section{padding:.5rem 0}}.section-white{background-color:#fff}.section-gray{background-color:#f9fafb}.container{max-width:1280px;margin:0 auto;padding:0 1rem}.section-header{text-align:center;margin-bottom:4rem}@media(max-width:768px){.section-header{margin-bottom:.5rem}}.section-title{font-size:2.5rem;font-weight:700;color:#111827;margin-bottom:1rem}.section-description{font-size:1.25rem;color:#4b5563;max-width:48rem;margin:0 auto;padding-bottom:1rem}.grid{display:grid;gap:2rem}@media(max-width:768px){.grid{gap:.5rem}}.grid-2,.grid-3,.grid-4,.grid-5{grid-template-columns:1fr}.feature-card{text-align:center;padding:1.5rem;border-radius:.5rem;transition:box-shadow .3s}@media(max-width:768px){.feature-card{padding:.5rem}}.feature-card:hover{box-shadow:0 10px 25px rgba(0,0,0,.1)}.feature-icon{display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;background-color:#dbeafe;border-radius:50%;margin-bottom:1rem}.feature-title{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:.5rem}.feature-description{color:#4b5563}.rounded-image-tall{height:500px}.info-card{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.info-icon{flex-shrink:0;width:3rem;height:3rem;background-color:#2563eb;border-radius:100%;display:flex;align-items:center;justify-content:center}.info-content h4{font-weight:600;color:#111827;margin-bottom:.25rem}.info-content p{color:#4b5563}.training-card{background:linear-gradient(to bottom right,#eff6ff,#dbeafe);border-radius:.5rem;padding:1.5rem;transition:box-shadow .3s}.training-card:hover{box-shadow:0 10px 25px rgba(0,0,0,.1)}.training-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.training-header h3{font-size:1.25rem;font-weight:700;color:#111827}.training-info{display:flex;flex-direction:column;gap:.5rem}.training-time{color:#1d4ed8;font-weight:600}.training-type{color:#111827;font-weight:500}.training-badge{display:inline-block;background-color:#2563eb;color:#fff;font-size:.875rem;padding:.25rem .75rem;border-radius:9999px}.promo-box{background-color:#2563eb;border-radius:.75rem;padding:3rem 2rem;color:#fff;text-align:center;margin-top:3rem}.promo-box h3{font-size:1.875rem;font-weight:700;margin-bottom:1rem}.promo-box p{font-size:1.25rem;color:#dbeafe;margin-bottom:1.5rem;max-width:42rem;margin-left:auto;margin-right:auto}.promo-features{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.promo-feature{background-color:rgba(255,255,255,.1);backdrop-filter:blur(10px);padding:.75rem 1.5rem;border-radius:.5rem}.promo-feature p{font-size:.875rem;color:#dbeafe;margin:0}.team-card{position:relative}.team-image-wrapper{position:relative;overflow:hidden;border-radius:.5rem;margin-bottom:1rem;aspect-ratio:1}.team-image{width:100%;height:100%;object-fit:cover;transition:transform .3s}.team-card:hover .team-image{transform:scale(1.1)}.team-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(30,58,138,.6),transparent);opacity:0;transition:opacity .3s}.team-card:hover .team-overlay{opacity:1}.team-name{font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:.25rem}.team-role{color:#2563eb;font-weight:500}.stats-box{background-color:#fff;border-radius:.75rem;box-shadow:0 10px 25px rgba(0,0,0,.1);padding:3rem 2rem;margin-top:4rem}.stats-grid{display:grid;grid-template-columns:1fr;gap:2rem;text-align:center}.stat-number{font-size:2.5rem;font-weight:700;color:#2563eb;margin-bottom:.5rem}.stat-label{color:#374151}.contact-grid{display:grid;grid-template-columns:1fr;gap:3rem}.contact-info h3{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:1.5rem}.contact-items{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.schedule-box{background-color:#eff6ff;border-radius:.5rem;padding:1.5rem}.schedule-box h4{font-weight:600;color:#111827;margin-bottom:.75rem}.schedule-list{display:flex;flex-direction:column;gap:.5rem;color:#374151}.form{display:flex;flex-direction:column;gap:1.5rem}.form-group label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.form-input{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;outline:none;transition:all .3s}.form-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.form-textarea{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;outline:none;transition:all .3s;resize:none;font-family:inherit}.form-textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.submit-button{width:100%;background-color:#2563eb;color:#fff;font-weight:600;padding:1rem 1.5rem;border-radius:.5rem;border:none;cursor:pointer;transition:background-color .3s;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:1rem}.submit-button:hover{background-color:#1d4ed8}.footer{background-color:#111827;color:#fff;padding:3rem 0}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}.footer-brand{grid-column:span 1}.footer-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.footer-logo-icon{background-color:#2563eb;padding:.5rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center}.footer-logo h3{font-size:1.25rem;font-weight:700}.footer-logo p{font-size:.875rem;color:#9ca3af}.footer-description{color:#9ca3af;margin-bottom:1rem}.social-links{display:flex;gap:1rem}.social-link{width:2.5rem;height:2.5rem;background-color:#1f2937;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:background-color .3s}.social-link:hover{background-color:#2563eb}.footer-section h4{font-weight:600;font-size:1.125rem;margin-bottom:1rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#9ca3af;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#fff}.footer-contact{list-style:none;color:#9ca3af}.footer-contact li{margin-bottom:.5rem}.footer-contact li.pt{padding-top:.5rem}.footer-bottom{border-top:1px solid #374151;padding-top:2rem;text-align:center;color:#9ca3af}@media(min-width:768px){.nav-desktop{display:flex}.menu-button{display:none}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-2,.grid-4,.grid-5{grid-template-columns:repeat(2,1fr)}.hero-content h1{font-size:4.5rem}.hero-content p{font-size:1.5rem}.section-title{font-size:3rem}.contact-grid{grid-template-columns:repeat(2,1fr)}.stats-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:repeat(4,1fr)}.footer-brand{grid-column:span 2}}@media(min-width:1024px){.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-5{grid-template-columns:repeat(5,1fr)}}.text-content{font-size:1.125rem;color:#374151;margin-bottom:1.5rem}.spacing-y{display:flex;flex-direction:column;gap:1rem}.blue-filter-icon{filter:invert(1)hue-rotate(180deg)brightness(0)saturate(100%)invert(23%)sepia(91%)saturate(1429%)hue-rotate(205deg)}.white-filter-icon{filter:brightness(0)invert(1)}