@import"https://fonts.googleapis.com/css2?family=Barlow:wght@700;900&family=Work+Sans:wght@400;500;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Open+Sans:wght@400;500;600&display=swap";:root{--primary-color: #2d6a4f;--primary-dark: #1a4d34;--secondary-color: #f5f5f5;--text-primary: #1a1a1a;--text-secondary: #666666;--border-color: #e0e0e0;--background: #ffffff;--accent: #52b788;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;font-weight:400;font-size:16px;color-scheme:light;color:var(--text-primary);background-color:var(--background);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--border-radius-sm: 4px;--border-radius-md: 8px;--border-radius-lg: 12px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .1)}html{scroll-behavior:smooth}body{margin:0;padding:0;overflow-x:hidden;background-color:var(--background);color:var(--text-primary)}#root{width:100%;min-height:100vh;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:var(--text-primary);margin-bottom:var(--spacing-md)}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.1rem}h6{font-size:1rem}p{margin-bottom:var(--spacing-md);color:var(--text-secondary);line-height:1.7}a{color:var(--primary-color);text-decoration:none;transition:color .3s ease}a:hover{color:var(--primary-dark)}button{font-family:inherit}button:hover{outline:none}ul,ol{margin-bottom:var(--spacing-md);padding-left:2rem}li{margin-bottom:var(--spacing-sm)}input,textarea,select{font-family:inherit;font-size:1rem;border:1px solid var(--border-color);border-radius:var(--border-radius-sm);padding:var(--spacing-sm) var(--spacing-md);background-color:var(--background);color:var(--text-primary);transition:border-color .3s ease,box-shadow .3s ease}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #2d6a4f1a}::-webkit-scrollbar{width:10px;height:10px}::selection{background-color:var(--primary-color);color:var(--background)}::-moz-selection{background-color:var(--primary-color);color:var(--background)}@media(max-width:768px){:root{font-size:14px}h1{font-size:2rem}h2{font-size:1.6rem}h3{font-size:1.3rem}}@media(max-width:480px){:root{font-size:13px}h1{font-size:1.6rem}h2{font-size:1.3rem}h3{font-size:1.1rem}p{font-size:.95rem}}.container{max-width:1400px;margin:0 auto;padding:var(--spacing-lg)}.text-center{text-align:center}.text-right{text-align:right}.mt-1{margin-top:var(--spacing-sm)}.mt-2{margin-top:var(--spacing-md)}.mt-3{margin-top:var(--spacing-lg)}.mt-4{margin-top:var(--spacing-xl)}.mb-1{margin-bottom:var(--spacing-sm)}.mb-2{margin-bottom:var(--spacing-md)}.mb-3{margin-bottom:var(--spacing-lg)}.mb-4{margin-bottom:var(--spacing-xl)}.p-1{padding:var(--spacing-sm)}.p-2{padding:var(--spacing-md)}.p-3{padding:var(--spacing-lg)}.p-4{padding:var(--spacing-xl)}#root{width:100%;margin:0;padding:0}.App{width:100%;min-height:100vh;display:flex;flex-direction:column;background-color:#fff}main{flex:1;display:flex;flex-direction:column}.content{flex:1;padding-bottom:0}@media(min-width:769px){body{padding-bottom:0}.navbar{position:sticky;top:auto}}@media(max-width:768px){body,.App{padding-bottom:0}}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#555}.header{background-color:#fff;border-bottom:1px solid #e0e0e0;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:2.5rem;position:relative;z-index:100}.header-left{display:flex;align-items:center;gap:2rem;flex:1;cursor:pointer}.image-and-abbrev{display:flex;align-items:center;justify-content:center;width:120px;height:auto;background-color:transparent;overflow:visible;flex-shrink:0;position:relative}.image-and-abbrev img{width:100%;height:100%;object-fit:contain}.image-and-abbrev span{font-size:1.25rem;font-weight:700;color:#1a1a1a;display:flex;align-items:center;justify-content:center}.header-left h1{font-family:Futura,Avant Garde Gothic,Century Gothic,Arial Black,sans-serif;font-size:2rem;font-weight:700;color:#1a1a1a;margin:0;line-height:1.2;letter-spacing:-.5px;white-space:nowrap;text-transform:uppercase}.header-left p{font-size:2rem;color:#666;margin:.5rem 0 0;font-weight:700;white-space:nowrap}.middle-header{flex:1}.right-header{display:flex;align-items:center;gap:1rem;flex-shrink:0}.btn{padding:.6rem 1.2rem;border:none;border-radius:4px;font-size:.9rem;font-weight:600;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:all .3s ease;white-space:nowrap}.btn-primary{background-color:#2d6a4f;color:#fff}.btn-primary:hover{background-color:#1a4d34;transform:translateY(-2px);box-shadow:0 4px 12px #2d6a4f4d}.btn-secondary{background-color:#fff;color:#2d6a4f;border:2px solid #2d6a4f}.btn-secondary:hover{background-color:#f0f0f0;border-color:#1a4d34}@media(max-width:1024px){.header{padding:1rem 1.5rem;gap:1.5rem}.header-left h1{font-size:1.2rem}.image-and-abbrev{width:50px;height:50px}}@media(max-width:768px){.header{flex-wrap:wrap;padding:1rem;gap:1rem}.header-left{order:1;width:100%}.middle-header{order:3;width:100%}.right-header{order:2;width:100%}.header-left h1{font-size:1rem}.image-and-abbrev{width:45px;height:45px}}@media(max-width:480px){.header{padding:.75rem .5rem;gap:.5rem}.header-left{gap:.75rem}.header-left h1{font-size:.9rem}.header-left p{font-size:.75rem}.image-and-abbrev{width:40px;height:40px}.btn{padding:.5rem .8rem;font-size:.8rem}}.nav-bar{background:linear-gradient(to right,#2d6a4f,#1a2f18);display:flex;align-items:stretch;width:100%;position:sticky;top:0;z-index:99;box-shadow:0 2px 8px #0000001a}.nav-logo-container{display:flex;cursor:pointer;align-items:center;justify-content:center;padding:.5rem 1rem;border-right:2px solid #ffffff;background:linear-gradient(to right,#fff,#fff)}.nav-logo{height:50px;width:auto;object-fit:contain}.nav-content-container{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;padding:1rem 1.5rem;border-right:2px solid #ffffff;transition:all .3s ease;position:relative}.nav-content-container:last-child{border-right:none}.nav-item-label{display:flex;align-items:center;justify-content:center;width:100%}.nav-item-label p{color:#fff;font-size:.95rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin:0;white-space:nowrap}.nav-item-label-link{display:flex;align-items:center;justify-content:center;width:100%;text-decoration:none;cursor:pointer;transition:all .3s ease}.nav-item-label-link p{color:#fff;font-size:.95rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin:0;white-space:nowrap}.nav-item-label-link:hover p{color:#fff}.nav-content-container:has(.nav-item-label-link):hover{background-color:#ffffff1a;transform:translateY(-2px)}.submenu{position:absolute;top:100%;left:0;right:0;background-color:#1a4d34;display:none;flex-direction:column;min-width:200px;box-shadow:0 4px 12px #0003}.nav-content-container:hover .submenu{display:flex;animation:slideDown .3s ease forwards}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.submenu-item{padding:.75rem 1rem;color:#fff;text-decoration:none;font-size:.85rem;font-weight:500;transition:all .3s ease;border-bottom:1px solid rgba(255,255,255,.1)}.submenu-item:last-child{border-bottom:none}.submenu-item:hover{background-color:#ffffff26;padding-left:1.3rem}.nav-content-container:hover{background-color:#ffffff1a;transform:translateY(-2px)}.nav-content-container:active{background-color:#00000026}.nav-hamburger,.nav-mobile-overlay{display:none}@media(max-width:1024px){.nav-content-container{padding:1rem}.nav-item-label p,.nav-item-label-link p{font-size:.8rem}.submenu{min-width:160px}}@media(max-width:768px){.nav-bar{position:fixed;top:0;bottom:auto;flex-wrap:nowrap;height:56px;justify-content:space-between}.nav-content-container{display:none}.nav-logo-container{border-right:none;flex-shrink:0}.nav-hamburger{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:48px;height:56px;cursor:pointer;padding:0 14px;background:none;border:none;flex-shrink:0}.nav-hamburger span{display:block;width:22px;height:2px;background:#fff;border-radius:2px;transition:all .3s ease}.nav-hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-hamburger.open span:nth-child(2){opacity:0}.nav-hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-mobile-overlay{display:block;position:fixed;inset:56px 0 0;background:#1a2f18fa;z-index:98;overflow-y:auto;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1)}.nav-mobile-overlay.open{transform:translate(0)}.nav-mobile-menu{display:flex;flex-direction:column;padding:1rem 0}.nav-mobile-item{border-bottom:1px solid rgba(255,255,255,.12)}.nav-mobile-item-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;color:#fff;font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.8px;text-decoration:none;cursor:pointer;transition:background .2s}.nav-mobile-item-header:hover,.nav-mobile-item-header:active{background:#ffffff14}.nav-mobile-chevron{font-size:.75rem;transition:transform .25s ease}.nav-mobile-item.expanded .nav-mobile-chevron{transform:rotate(180deg)}.nav-mobile-submenu{max-height:0;overflow:hidden;transition:max-height .3s ease;background:#0003}.nav-mobile-item.expanded .nav-mobile-submenu{max-height:400px}.nav-mobile-submenu-item{display:block;padding:.85rem 2rem;color:#ffffffd9;font-size:.9rem;font-weight:500;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.06);transition:all .2s}.nav-mobile-submenu-item:last-child{border-bottom:none}.nav-mobile-submenu-item:hover{background:#ffffff1a;padding-left:2.4rem;color:#fff}body{padding-top:56px}}@media(max-width:480px){.nav-bar{height:52px}.nav-logo{height:36px}.nav-mobile-overlay{top:52px}body{padding-top:52px}}:root{--school-blue: #1e3a8a;--school-teal: #0d9488;--school-light-blue: #0369a1;--school-white: #ffffff;--school-gray: #f5f5f5;--school-dark: #1a1a1a}.home-page{width:100%;display:flex;flex-direction:column}.programs-secti{width:100%;background-color:var(--school-gray);padding:4rem 2rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.programs-secti>p:first-of-type{font-size:1.8rem;font-weight:700;color:var(--school-dark);margin:0;text-align:center;max-width:800px}.programs-secti>span{font-size:1.1rem;color:#666;text-align:center;max-width:900px;margin-bottom:2rem}.progs{width:100%;max-width:1400px;margin:1.5rem 0 0}.progs>p{font-size:1.8rem;font-weight:700;color:var(--school-blue);background-color:var(--school-light-blue);color:var(--school-white);padding:.8rem 2rem;margin:0;border-radius:4px;letter-spacing:.5px}.programs-grid{width:100%;max-width:1400px;margin:2rem auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;padding:0 2rem}.home-program-card{background-color:var(--school-white);overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:all .3s ease;cursor:pointer}.home-program-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #00000026}.home-program-card-image{width:100%;height:250px;background-size:cover;background-position:center;position:relative}.home-program-card-image:after{content:"";position:absolute;inset:0}.home-program-card-header{background-color:var(--school-light-blue);color:var(--school-white);padding:1rem 1.5rem;font-weight:700;font-size:1.2rem;text-transform:uppercase;letter-spacing:.5px;border-top:4px solid var(--school-teal)}.home-program-card-courses{padding:1.5rem}.home-program-card-courses ul{list-style:none;margin:0;padding:0}.home-program-card-courses li{padding:.6rem 0;color:var(--school-dark);font-size:.95rem;border-bottom:1px solid #e0e0e0;display:flex;align-items:center}.home-program-card-courses li:last-child{border-bottom:none}.home-program-card-courses li:before{content:"→";color:var(--school-teal);font-weight:700;margin-right:.75rem;font-size:1.1rem}.view-all-btn{background-color:var(--school-teal);color:var(--school-white);border:none;padding:.8rem 2rem;font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border-radius:4px;cursor:pointer;margin-top:2rem;transition:all .3s ease;box-shadow:0 2px 8px #0d94884d}.view-all-btn:hover{background-color:#10b981;transform:translateY(-2px);box-shadow:0 6px 16px #0d948866}.view-all-btn:active{transform:translateY(0)}@media(max-width:1024px){.programs-secti{padding:3rem 1.5rem}.programs-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;padding:0 1.5rem}.programs-secti>p:first-of-type{font-size:1.5rem}.progs>p{font-size:1.5rem;padding:1rem 1.5rem}}@media(max-width:768px){.programs-secti{padding:2rem 1rem}.programs-grid{grid-template-columns:1fr;gap:1.5rem;padding:0 1rem}.programs-secti>p:first-of-type{font-size:1.3rem}.programs-secti>span{font-size:1rem}.progs>p{font-size:1.3rem;padding:.9rem 1.5rem}.home-program-card-image{height:200px}.home-program-card-header{font-size:1rem;padding:.9rem 1.2rem}.home-program-card-courses{padding:1.2rem}.home-program-card-courses li{font-size:.9rem;padding:.5rem 0}}@media(max-width:480px){.programs-secti{padding:1.5rem .75rem}.programs-grid{grid-template-columns:1fr;gap:1rem;padding:0 .75rem}.programs-secti>p:first-of-type{font-size:1.1rem}.programs-secti>span{font-size:.9rem}.progs>p{font-size:1.1rem;padding:.75rem 1rem}.home-program-card-image{height:180px}.home-program-card-header{font-size:.9rem;padding:.75rem 1rem}.home-program-card-courses{padding:1rem}.home-program-card-courses li{font-size:.85rem;padding:.4rem 0}}:root{--primary-blue: #1e3a8a;--secondary-teal: #0d9488;--accent-light-blue: #0369a1;--dark-overlay: rgba(0, 20, 10, .75);--text-light: #ffffff;--text-shadow: rgba(0, 0, 0, .8)}*{margin:0;padding:0;box-sizing:border-box}.hero-section{position:relative;width:100%;height:100vh;overflow:hidden;font-family:Work Sans,sans-serif}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-image{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;opacity:0;transition:opacity 2s ease-in-out;transform:scale(1.1)}.hero-image.active{opacity:1;animation:kenBurns 10s ease-out forwards}@keyframes kenBurns{0%{transform:scale(1.1)}to{transform:scale(1)}}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#00000080,#0006,#00000080);z-index:2}.hero-content{position:relative;z-index:3;height:100%;display:flex;flex-direction:column;justify-content:space-between;padding:2rem 4rem;max-width:1400px;margin:0 auto}.hero-branding{display:flex;align-items:center;gap:1.5rem;animation:slideDown 1s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.hero-logo{display:flex;align-items:center}.logo-shield{width:80px;height:80px;background:linear-gradient(135deg,var(--primary-blue),var(--secondary-teal));border:3px solid var(--accent-light-blue);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #0006}.logo-text{font-family:Barlow,sans-serif;font-weight:900;font-size:1.5rem;color:var(--text-light);letter-spacing:2px}.hero-institution{font-family:Barlow,sans-serif;font-weight:700;font-size:1.3rem;color:var(--text-light);line-height:1.3;text-shadow:2px 2px 8px var(--text-shadow)}.institution-subtitle{font-size:.9rem;font-weight:500;color:var(--accent-light-blue);font-family:Work Sans,sans-serif}.hero-main{flex:1;display:flex;align-items:center;position:relative}.hero-slide-content{position:absolute;max-width:800px;opacity:0;transform:translate(-50px);transition:all 1s ease-out;pointer-events:none}.hero-slide-content.active{opacity:1;transform:translate(0);pointer-events:all}.hero-title{font-family:Barlow,sans-serif;font-weight:900;font-size:5.5rem;color:var(--text-light);line-height:1.1;margin-bottom:1rem;text-shadow:3px 3px 12px var(--text-shadow);letter-spacing:-2px;animation:fadeInUp .8s ease-out .2s both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-subtitle{font-family:Work Sans,sans-serif;font-size:1.8rem;font-weight:500;color:var(--accent-gold);margin-bottom:1.5rem;text-shadow:2px 2px 8px var(--text-shadow);animation:fadeInUp .8s ease-out .4s both}.hero-description{font-size:1.2rem;color:#ffffffe6;margin-bottom:2.5rem;line-height:1.6;font-weight:400;text-shadow:1px 1px 4px var(--text-shadow);animation:fadeInUp .8s ease-out .6s both}.hero-cta{display:flex;gap:1.5rem;animation:fadeInUp .8s ease-out .8s both}.cta-primary,.cta-secondary{padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;font-family:Work Sans,sans-serif;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.cta-primary{background:var(--secondary-teal);color:var(--text-light);box-shadow:0 6px 20px #0d948866}.cta-primary:hover{background:#10b981;transform:translateY(-3px);box-shadow:0 10px 30px #0d948899}.cta-secondary{background:transparent;color:var(--text-light);border:2px solid var(--text-light)}.cta-secondary:hover{background:#ffffff1a;border-color:var(--secondary-teal);color:var(--secondary-teal);transform:translateY(-3px)}.hero-navigation{display:flex;gap:1rem;align-items:center;animation:fadeIn 1s ease-out 1s both}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.nav-dot{position:relative;width:12px;height:12px;background:#fff6;border:2px solid transparent;border-radius:50%;cursor:pointer;transition:all .3s ease;padding:0;overflow:visible}.nav-dot:hover{background:#ffffffb3;transform:scale(1.3)}.nav-dot.active{width:40px;border-radius:6px;background:var(--accent-gold);border-color:var(--accent-gold)}.nav-label{position:absolute;bottom:-30px;left:50%;transform:translate(-50%);font-size:.75rem;color:var(--text-light);white-space:nowrap;opacity:0;transition:opacity .3s ease;pointer-events:none;text-shadow:1px 1px 4px var(--text-shadow)}.nav-dot:hover .nav-label,.nav-dot.active .nav-label{opacity:1}@media(max-width:1024px){.hero-content{padding:2rem}.hero-title{font-size:4rem}.hero-subtitle{font-size:1.5rem}.hero-description{font-size:1.1rem}}@media(max-width:768px){.hero-content{padding:1.5rem}.hero-branding{gap:1rem}.logo-shield{width:60px;height:60px}.logo-text{font-size:1.2rem}.hero-institution{font-size:1rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-description{font-size:1rem}.hero-cta{flex-direction:column;gap:1rem}.cta-primary,.cta-secondary{width:100%;padding:.875rem 2rem}.nav-label{display:none}}@media(max-width:480px){.hero-title{font-size:2rem;letter-spacing:-1px}.hero-subtitle{font-size:1rem}.hero-description{font-size:.9rem;margin-bottom:1.5rem}.institution-subtitle{font-size:.75rem}}.features-section{background-color:#2a2a2a;padding:2rem;width:100%;min-height:auto;display:flex;align-items:center;justify-content:center}.features-container{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-around;gap:2rem;width:100%}.feature-item{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;flex:1;padding:1.5rem 1rem;transition:all .3s ease}.feature-item:hover{transform:translateY(-5px)}.feature-icon{display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;animation:fadeInScale .6s ease-out}@keyframes fadeInScale{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.feature-title{color:#fff;font-size:1.1rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase;margin:0;line-height:1.4}@media(max-width:1024px){.features-container{gap:1.5rem}.feature-item{padding:1.5rem .75rem}.feature-title{font-size:1rem}}@media(max-width:768px){.features-section{padding:2rem 1rem}.features-container{flex-direction:column;gap:2rem}.feature-item{padding:1.5rem 1rem;width:100%}.feature-icon svg{width:50px;height:50px}.feature-title{font-size:.95rem}}@media(max-width:480px){.features-section{padding:1.5rem 1rem}.features-container{gap:1.5rem}.feature-item{padding:1rem}.feature-icon{margin-bottom:1rem}.feature-icon svg{width:40px;height:40px}.feature-title{font-size:.9rem}}.programs-page{width:100%;display:flex;flex-direction:column}.programs-hero{position:relative;width:100%;height:500px;background-size:cover;background-position:center;display:flex;align-items:flex-end;justify-content:flex-start;overflow:hidden}.programs-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(to top,#000000b3,#0000004d 60%,#0000001a)}.programs-hero .hero-overlay{position:relative;z-index:2;width:100%;padding:0 40px 50px}.programs-hero .hero-content{max-width:1200px;margin:0 auto;width:100%;display:flex;flex-direction:column;gap:.5rem}.programs-hero h1{font-family:Montserrat,sans-serif;font-size:3.5rem;font-weight:700;margin:0;letter-spacing:-1px;color:#fff}.programs-hero p{font-size:1.3rem;margin:0;font-weight:500;color:#ffffffe6}.programs-container{max-width:1200px;margin:0 auto;padding:4rem 2rem;width:100%}.real-world-section{margin-bottom:3rem;display:flex;flex-direction:column;gap:.5rem}.real-world-label{display:inline-block;background-color:#52b788;color:#fff;padding:.5rem 1rem;border-radius:4px;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;width:fit-content}.real-world-section h2{font-family:Montserrat,sans-serif;font-size:2.5rem;font-weight:700;color:#1a1a1a;margin:0;letter-spacing:-.5px}.programs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:2rem}.program-card{position:relative;border-radius:0;overflow:hidden;box-shadow:none;transition:all .3s ease;cursor:pointer;height:500px;border-bottom:4px solid #d32f2f}.program-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0003}.program-card:before{content:"Learn More";position:absolute;inset:0;background-color:rgba(41,98,255,.95) 80%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:600;color:#fff;opacity:0;transition:opacity .3s ease;z-index:20;pointer-events:none}.program-card:hover:before{opacity:1}.program-image-container{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;background-color:#000}.program-image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.program-card:hover .program-image{transform:scale(1.05)}.program-image-container:after{position:absolute;inset:0;background:linear-gradient(to top,#000c,#0006,#0000);pointer-events:none}.program-card-content{position:absolute;bottom:0;left:0;right:0;padding:2.5rem 2rem;display:flex;flex-direction:column;gap:.75rem;z-index:10}.program-title{font-family:Futura,Avant Garde Gothic,Century Gothic,sans-serif;font-size:2.5rem;font-weight:700;color:#fff;margin:0;line-height:1.2}.program-info{display:flex;flex-direction:column;gap:.25rem;color:#fff;font-size:1.1rem}.program-specialties{font-weight:400;color:#fff;font-size:1.1rem}.program-format{display:flex;align-items:center;color:#fff;font-weight:400;font-size:1.1rem}.program-format:before{content:"";display:none}.program-learn-btn{display:none}@media(max-width:768px){.programs-hero{height:350px}.programs-hero h1{font-size:2.5rem}.programs-hero p{font-size:1.1rem}.programs-hero .hero-overlay{padding:0 20px 35px}.programs-container{padding:2rem 1rem}.real-world-section h2{font-size:1.8rem}.programs-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.program-card{height:400px}.program-card-content{padding:2rem 1.5rem}.program-title{font-size:2rem}}@media(max-width:480px){.programs-hero{height:280px}.programs-hero h1{font-size:1.8rem}.programs-hero p{font-size:1rem}.programs-hero .hero-overlay{padding:0 15px 25px}.programs-grid{grid-template-columns:1fr;gap:1rem}.real-world-section h2{font-size:1.4rem}.program-card{height:350px}.program-card-content{padding:1.5rem 1rem}.program-title{font-size:1.6rem}.program-info,.program-specialties,.program-format{font-size:1rem}}.program-detail{min-height:100vh;background:#fff}.program-detail-hero{position:relative;height:400px;background-size:cover;background-position:center;display:flex;align-items:flex-end;justify-content:flex-start;overflow:hidden}.program-detail-hero:before{content:"";position:absolute;inset:0}.hero-overlay{position:relative;z-index:2;width:100%;padding:0 40px 40px}.hero-content{max-width:1200px;margin:0 auto;width:100%}.hero-category{color:#ffffffe6;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:2px;margin:0}.hero-title{color:#fff;font-size:48px;font-weight:700;margin:10px 0 0}.program-detail-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:320px 1fr;gap:60px;padding:60px 40px}.program-detail-sidebar{background:#f0f9f7;padding:30px;border-radius:12px;height:fit-content;position:sticky;top:20px}.sidebar-section{margin-bottom:40px}.sidebar-section:last-of-type{margin-bottom:30px}.sidebar-title{font-size:16px;font-weight:700;color:#1a5f3a;text-transform:uppercase;letter-spacing:1px;margin:0 0 20px;border-bottom:2px solid #52b788;padding-bottom:12px}.sidebar-item{display:flex;flex-direction:column;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid rgba(0,0,0,.08)}.sidebar-item:last-child{border-bottom:none}.sidebar-label{font-size:12px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.sidebar-value{font-size:16px;font-weight:600;color:#1a5f3a}.specialties-list{list-style:none;padding:0;margin:0}.specialties-list li{display:flex;align-items:flex-start;margin-bottom:14px;font-size:15px;color:#555;line-height:1.4}.specialty-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;background:#52b788;color:#fff;border-radius:50%;margin-right:12px;font-size:12px;font-weight:700;flex-shrink:0}.sidebar-cta{display:flex;flex-direction:column;gap:12px;margin-top:30px}.program-detail-main{padding:20px 0}.program-detail-main h2{font-size:32px;font-weight:700;color:#1a1a1a;margin-bottom:20px;line-height:1.2}.program-description-section{margin-bottom:60px}.program-description-section p{font-size:16px;color:#555;line-height:1.8;margin-bottom:16px}.additional-info{background:#f9f9f9;padding:24px;border-radius:8px;border-left:4px solid #52b788;color:#666}.program-overview-section{margin-top:60px}.overview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:40px}.overview-item{background:#f0f9f7;padding:30px;border-radius:12px;text-align:center;transition:all .3s ease}.overview-item:hover{background:#e8f5f2;transform:translateY(-4px);box-shadow:0 8px 24px #52b78826}.overview-icon{font-size:48px;margin-bottom:16px;display:flex;align-items:center;justify-content:center;width:70px;height:70px;margin-left:auto;margin-right:auto}.overview-icon svg{width:60px;height:60px}.overview-item h3{font-size:18px;font-weight:700;color:#1a5f3a;margin:0 0 12px}.overview-item p{font-size:14px;color:#666;margin:0;line-height:1.6}.enroll-btn,.info-btn{padding:14px 24px;font-size:16px;border:none;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s ease}.enroll-btn{background:linear-gradient(135deg,#1a5f3a,#0d4d2a);color:#fff;width:100%}.enroll-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #1a5f3a4d}.info-btn{background:#fff;color:#1a5f3a;border:2px solid #1a5f3a;width:100%}.info-btn:hover{background:#1a5f3a;color:#fff}.program-detail-not-found{min-height:400px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px 20px}.program-detail-not-found h2{font-size:28px;color:#333;margin-bottom:30px}.program-detail-not-found button{padding:12px 28px;background:linear-gradient(135deg,#1a5f3a,#0d4d2a);color:#fff;border:none;border-radius:8px;font-size:16px;cursor:pointer;font-weight:600;transition:all .3s ease}.program-detail-not-found button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #1a5f3a4d}@media(max-width:968px){.program-detail-container{grid-template-columns:1fr;gap:40px;padding:40px 20px}.program-detail-sidebar{position:static}.hero-title{font-size:36px}.overview-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.program-detail-hero{height:300px}.hero-title{font-size:28px}.hero-overlay{padding:0 20px 30px}.program-detail-container{padding:30px 15px}.program-detail-main h2{font-size:24px}.overview-grid{grid-template-columns:1fr}.sidebar-cta{gap:10px}.enroll-btn,.info-btn{padding:12px 20px;font-size:14px}}.footer{background:linear-gradient(135deg,#1a4d34,#0d2818);color:#fff;padding:3rem 0 1rem;font-family:Open Sans,sans-serif;position:relative;overflow:hidden}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#52b788,#95d5b2,#52b788,#95d5b2,#52b788);animation:shimmer 3s linear infinite}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}.first-footer{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:2.5rem}.footer-column{display:flex;flex-direction:column;gap:1rem}.footer-column h3{font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;color:#95d5b2;position:relative;padding-bottom:.5rem}.footer-column h3:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:2px;background-color:#52b788}.footer-column p,.footer-column a{color:#d8f3dc;font-size:.9rem;line-height:1.6;margin:0;text-decoration:none;transition:all .3s ease;cursor:pointer;display:block;position:relative;padding-left:0}.footer-column a:hover{color:#fff;padding-left:8px;transform:translate(4px)}.footer-column a:before{content:"▸";position:absolute;left:-15px;opacity:0;transition:all .3s ease}.footer-column a:hover:before{opacity:1;left:0}.footer-logo-section{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.footer-logo{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem;background-color:#fff;padding:1rem;border-radius:8px}.logo-circle{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#52b788,#2d6a4f);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #52b7884d}.logo-circle svg{width:45px;height:45px;fill:#fff}.footer-logo-image{width:80px;height:80px;object-fit:contain}.logo-text h2{font-family:Montserrat,sans-serif;font-size:1.3rem;font-weight:700;margin:0;color:#95d5b2;text-transform:uppercase;letter-spacing:.5px}.logo-text p{font-size:.75rem;margin:0;color:#95d5b2;letter-spacing:2px}.footer-description{color:#d8f3dc;font-size:.85rem;line-height:1.6;max-width:350px}.contact-info{display:flex;flex-direction:column;gap:.8rem}.contact-item{display:flex;align-items:flex-start;gap:.8rem;color:#d8f3dc;font-size:.9rem;line-height:1.5}.contact-icon{width:20px;height:20px;fill:#52b788;flex-shrink:0;margin-top:2px}.programs-list{display:flex;flex-direction:column;gap:.7rem}.program-badge{background:#52b78826;padding:.5rem 1rem;border-radius:20px;color:#95d5b2;font-size:.85rem;font-weight:500;transition:all .3s ease;border:1px solid transparent}.program-badge:hover{background:#52b78840;border-color:#52b788;transform:translate(5px)}.bottom-footer{border-top:1px solid rgba(149,213,178,.2);padding:1.5rem 2rem;max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem}.footer-content-section{display:flex;justify-content:space-between;align-items:center;flex:1;gap:2rem;flex-wrap:wrap}.copyright{color:#95d5b2;font-size:.85rem}.footer-links{display:flex;gap:2rem;flex-wrap:wrap}.footer-links a{color:#d8f3dc;font-size:.85rem;text-decoration:none;transition:all .3s ease;position:relative}.footer-links a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background-color:#52b788;transition:width .3s ease}.language-switcher{display:flex;gap:.5rem;align-items:center;background:#ffffff0d;padding:.5rem;border-radius:4px;border:1px solid rgba(149,213,178,.2)}.lang-btn{padding:.5rem 1rem;background:transparent;color:#95d5b2;border:1px solid rgba(149,213,178,.3);border-radius:3px;cursor:pointer;font-size:.85rem;font-weight:600;transition:all .3s ease;font-family:Montserrat,sans-serif}.lang-btn:hover{color:#fff;border-color:#52b788;background:#52b7881a}.lang-btn.active{background:#52b788;color:#fff;border-color:#52b788;box-shadow:0 0 10px #52b7884d}.footer-links a:hover{color:#fff}.footer-links a:hover:after{width:100%}.social-media{display:flex;gap:1rem;margin-top:1rem}.social-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;cursor:pointer;border:1px solid transparent}.social-icon svg{width:20px;height:20px;fill:#d8f3dc;transition:fill .3s ease}.social-icon:hover svg{fill:#fff}.apply-button{background:linear-gradient(135deg,#52b788,#2d6a4f);color:#fff;padding:.75rem 2rem;border:none;border-radius:25px;font-family:Montserrat,sans-serif;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;box-shadow:0 4px 15px #52b7884d;margin-top:1rem}.apply-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #52b78880;background:linear-gradient(135deg,#2d6a4f,#1a4d34)}@media(max-width:768px){.first-footer{grid-template-columns:1fr;gap:2rem;padding:0 1.5rem}.bottom-footer{flex-direction:column;text-align:center;padding:1.5rem 1rem;gap:1.5rem}.footer-content-section{flex-direction:column;width:100%;gap:1rem}.footer-links{justify-content:center}.language-switcher{align-self:center}.footer-logo-section{align-items:center;text-align:center}.footer-description{text-align:center}.social-media{justify-content:center}}@media(max-width:480px){.footer{padding:2rem 0 1rem}.footer-column h3{font-size:1rem}.logo-text h2{font-size:1.1rem}.footer-links{flex-direction:column;gap:1rem}.language-switcher{width:100%;justify-content:center}.lang-btn{flex:1}}.history-page{width:100%;display:flex;flex-direction:column}.history-hero{position:relative;width:100%;height:500px;overflow:hidden;display:flex;align-items:center;justify-content:flex-start}.history-hero-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.history-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(105deg,#0d2818eb,#0d2818bf 45%,#2d6a4f40);z-index:2}.history-hero-content{position:relative;z-index:3;padding:0 5rem;display:flex;flex-direction:column;gap:1rem;max-width:600px}.history-hero-label{display:inline-block;background-color:#d32f2f;color:#fff;padding:.4rem 1rem;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;width:fit-content}.history-hero-content h1{font-family:Montserrat,sans-serif;font-size:4rem;font-weight:800;color:#fff;margin:0;line-height:1.1;letter-spacing:-1px}.history-hero-content p{font-size:1.15rem;color:#ffffffe0;margin:0;font-weight:400;line-height:1.6}.history-intro-section{background-color:#f8f8f6;border-bottom:3px solid #52b788;padding:3rem 2rem}.history-intro-inner{max-width:860px;margin:0 auto}.history-intro-text p{font-size:1.15rem;color:#333;line-height:1.8;margin:0;font-style:italic;border-left:4px solid #52b788;padding-left:1.5rem}.history-timeline-section{background-color:#fff;padding:4rem 2rem 5rem}.history-timeline-header{max-width:860px;margin:0 auto 3.5rem;display:flex;flex-direction:column;gap:.5rem}.history-section-label{display:inline-block;background-color:#52b788;color:#fff;padding:.4rem 1rem;border-radius:4px;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;width:fit-content}.history-timeline-header h2{font-family:Montserrat,sans-serif;font-size:2.4rem;font-weight:700;color:#1a1a1a;margin:0;letter-spacing:-.5px}.history-timeline{max-width:860px;margin:0 auto;display:flex;flex-direction:column}.timeline-item{display:grid;grid-template-columns:160px 40px 1fr;gap:0;align-items:flex-start;min-height:120px;opacity:0;transform:translateY(28px);transition:opacity .55s ease,transform .55s ease}.timeline-item--visible{opacity:1;transform:translateY(0)}.timeline-item:nth-child(1){transition-delay:0s}.timeline-item:nth-child(2){transition-delay:.07s}.timeline-item:nth-child(3){transition-delay:.14s}.timeline-item:nth-child(4){transition-delay:.21s}.timeline-item:nth-child(5){transition-delay:.28s}.timeline-item:nth-child(6){transition-delay:.35s}.timeline-item:nth-child(7){transition-delay:.42s}.timeline-item:nth-child(8){transition-delay:.49s}.timeline-item:nth-child(9){transition-delay:.56s}.timeline-item:nth-child(10){transition-delay:.63s}.timeline-year{display:flex;align-items:flex-start;justify-content:flex-end;padding-top:.1rem;padding-right:1rem}.timeline-year span{font-family:Montserrat,sans-serif;font-size:3.2rem;font-weight:800;color:#0d5c2f;line-height:1;letter-spacing:-2px}.timeline-connector{display:flex;flex-direction:column;align-items:center;padding-top:.45rem}.timeline-dot{width:14px;height:14px;border-radius:50%;background-color:#d32f2f;border:3px solid #ffffff;box-shadow:0 0 0 2px #d32f2f;flex-shrink:0;transition:transform .3s ease,background-color .3s ease}.timeline-item:hover .timeline-dot{transform:scale(1.35);background-color:#52b788;box-shadow:0 0 0 2px #52b788}.timeline-line{width:2px;flex:1;min-height:80px;background-color:#d8d8d8;margin-top:4px}.timeline-item:last-child .timeline-line{display:none}.timeline-content{padding:0 0 2.5rem 1.5rem}.timeline-content h3{font-family:Montserrat,sans-serif;font-size:1.15rem;font-weight:700;color:#1a1a1a;margin:0 0 .5rem;line-height:1.4}.timeline-content p{font-size:.98rem;color:#555;line-height:1.7;margin:0}.history-legacy-section{background:linear-gradient(135deg,#0d2818,#1a4a2e,#2d6a4f);padding:4.5rem 2rem;text-align:center}.history-legacy-inner{max-width:700px;margin:0 auto}.history-legacy-inner h2{font-family:Montserrat,sans-serif;font-size:2rem;font-weight:700;color:#fff;margin:0 0 1rem;letter-spacing:-.5px}.history-legacy-inner p{font-size:1.1rem;color:#ffffffd1;line-height:1.75;margin:0}@media(max-width:768px){.history-hero{height:380px}.history-hero-content{padding:0 2rem}.history-hero-content h1{font-size:2.8rem}.history-hero-content p{font-size:1rem}.history-timeline-header h2{font-size:1.8rem}.timeline-item{grid-template-columns:110px 32px 1fr}.timeline-year span{font-size:2.4rem}.timeline-content h3{font-size:1rem}.timeline-content p{font-size:.93rem}.history-legacy-inner h2{font-size:1.6rem}}@media(max-width:480px){.history-hero{height:300px}.history-hero-content{padding:0 1.25rem}.history-hero-content h1{font-size:2.1rem}.history-hero-content p{font-size:.9rem}.history-timeline-section{padding:2.5rem 1rem 3rem}.history-timeline-header{margin-bottom:2rem}.history-timeline-header h2{font-size:1.5rem}.timeline-item{grid-template-columns:90px 28px 1fr}.timeline-year span{font-size:1.9rem;letter-spacing:-1px}.timeline-dot{width:11px;height:11px}.timeline-content{padding:0 0 2rem 1rem}.timeline-content h3{font-size:.95rem}.timeline-content p{font-size:.88rem}.history-legacy-inner h2{font-size:1.35rem}.history-legacy-inner p{font-size:.95rem}.history-intro-text p{font-size:1rem}}:root{--school-blue: #1e3a8a;--school-teal: #0d9488;--school-light-blue: #0369a1;--school-white: #ffffff;--school-gray: #f5f5f5;--school-dark: #1a1a1a;--school-green-dark: #1A2F18;--school-green-mid: #2d6a4f;--school-green-light: #52b788;--school-red: #d32f2f}.admission-page{width:100%;display:flex;flex-direction:column;font-family:Segoe UI,Helvetica Neue,Arial,sans-serif}.admission-hero{position:relative;width:100%;height:520px;background-size:cover;background-position:center;display:flex;align-items:flex-end;overflow:hidden}.admission-hero-overlay{position:absolute;inset:0;background:linear-gradient(105deg,#0d2818ed,#0d2818b8,#2d6a4f33);z-index:1}.admission-hero-content{position:relative;z-index:2;padding:0 5rem 4rem;max-width:700px;display:flex;flex-direction:column;gap:1rem}.admission-hero-label{display:inline-block;background-color:var(--school-red);color:#fff;padding:.4rem 1rem;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;width:fit-content}.admission-hero-content h1{font-family:Montserrat,sans-serif;font-size:3.8rem;font-weight:800;color:#fff;margin:0;line-height:1.1;letter-spacing:-1px}.admission-hero-content h1 span{color:var(--school-green-light)}.admission-hero-content p{font-size:1.1rem;color:#ffffffe0;margin:0;line-height:1.65}.admission-hero-cta{display:flex;gap:1rem;flex-wrap:wrap;margin-top:.5rem}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;background-color:var(--school-teal);color:#fff;padding:.85rem 1.8rem;font-weight:700;font-size:.95rem;text-transform:uppercase;letter-spacing:.5px;border-radius:4px;text-decoration:none;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 10px #0d948859}.btn-primary:hover{background-color:#10b981;transform:translateY(-2px);box-shadow:0 6px 18px #0d948873}.btn-primary--large{padding:1rem 2.2rem;font-size:1rem}.btn-whatsapp{display:inline-flex;align-items:center;gap:.5rem;background-color:#25d366;color:#fff;padding:.85rem 1.8rem;font-weight:700;font-size:.95rem;text-transform:uppercase;letter-spacing:.5px;border-radius:4px;text-decoration:none;transition:all .3s ease;box-shadow:0 2px 10px #25d36659}.btn-whatsapp:hover{background-color:#1da851;transform:translateY(-2px);box-shadow:0 6px 18px #25d36673}.btn-whatsapp--large{padding:1rem 2.2rem;font-size:1rem}.btn-icon{display:inline-flex;align-items:center}.btn-icon svg{width:18px;height:18px}.admission-info-strip{background:linear-gradient(to right,var(--school-green-dark),var(--school-green-mid));display:grid;grid-template-columns:repeat(4,1fr)}.info-strip-item{display:flex;align-items:center;gap:1rem;padding:1.5rem 2rem;border-right:1px solid rgba(255,255,255,.15);color:#fff}.info-strip-item:last-child{border-right:none}.strip-icon{display:flex;align-items:center;color:var(--school-green-light);flex-shrink:0}.strip-icon svg{width:28px;height:28px}.info-strip-item strong{display:block;font-size:.78rem;text-transform:uppercase;letter-spacing:.8px;color:#fff9;margin-bottom:.25rem}.info-strip-item p{margin:0;font-size:.95rem;font-weight:600;color:#fff}.admission-section{padding:5rem 2rem;background-color:var(--school-white)}.admission-section--alt{background-color:var(--school-gray)}.section-inner{max-width:1200px;margin:0 auto;width:100%}.section-label{display:inline-flex;align-items:center;gap:.5rem;background-color:var(--school-green-light);color:#fff;padding:.4rem 1rem;border-radius:4px;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:.75rem}.section-label svg{width:14px;height:14px}.section-inner h2{font-family:Montserrat,sans-serif;font-size:2.4rem;font-weight:700;color:var(--school-dark);margin:0 0 .5rem;letter-spacing:-.5px}.section-sub{font-size:1.05rem;color:#666;max-width:700px;line-height:1.7;margin:0 0 2.5rem}.programs-admission-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem}.prog-card{background:var(--school-white);border:1px solid #e0e0e0;border-left:4px solid var(--school-teal);padding:1.5rem;transition:all .3s ease}.prog-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001a}.prog-card--closed{border-left-color:#ccc;opacity:.7}.prog-card-header{margin-bottom:.75rem}.prog-badge{display:inline-block;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.prog-badge--open{background-color:#52b78826;color:#0d5c2f}.prog-badge--full{background-color:#d32f2f1a;color:var(--school-red)}.prog-card h3{font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:700;color:var(--school-dark);margin:0 0 1rem}.prog-meta{display:flex;flex-direction:column;gap:.5rem}.prog-meta-item{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#555}.meta-icon{display:inline-flex;color:var(--school-teal)}.meta-icon svg{width:15px;height:15px}.requirements-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.req-card{background:var(--school-white);padding:2rem 1.5rem;border-top:4px solid var(--school-teal);box-shadow:0 2px 10px #0000000f;transition:all .3s ease}.req-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001a}.req-icon{color:var(--school-teal);margin-bottom:1rem}.req-icon svg{width:32px;height:32px}.req-card h3{font-family:Montserrat,sans-serif;font-size:1rem;font-weight:700;color:var(--school-dark);margin:0 0 .6rem}.req-card p{font-size:.93rem;color:#555;line-height:1.7;margin:0}.documents-table-wrapper{overflow-x:auto;border-radius:4px;box-shadow:0 2px 10px #00000012;margin-bottom:1.5rem}.documents-table{width:100%;border-collapse:collapse;background:var(--school-white);font-size:.95rem}.documents-table thead tr{background:linear-gradient(to right,var(--school-green-dark),var(--school-green-mid));color:#fff}.documents-table th{padding:1rem 1.5rem;text-align:left;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px}.documents-table td{padding:1rem 1.5rem;border-bottom:1px solid #eeeeee;color:var(--school-dark);vertical-align:middle}.documents-table tr:last-child td{border-bottom:none}.documents-table tr:hover td{background-color:#f9f9f9}.doc-icon{display:inline-flex;align-items:center;margin-right:.5rem;color:var(--school-teal);vertical-align:middle}.doc-icon svg{width:16px;height:16px}.doc-status{display:inline-block;padding:.2rem .7rem;border-radius:20px;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.doc-status--required{background-color:#d32f2f1f;color:var(--school-red)}.doc-status--optional{background-color:#0d94881a;color:var(--school-teal)}.documents-notice{display:flex;align-items:flex-start;gap:.75rem;background-color:#52b7881a;border-left:4px solid var(--school-green-light);padding:1rem 1.25rem}.notice-icon{display:flex;align-items:center;color:var(--school-green-mid);flex-shrink:0;margin-top:2px}.notice-icon svg{width:20px;height:20px}.documents-notice p{margin:0;font-size:.93rem;color:#333;line-height:1.65}.fees-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2.5rem}.fee-card{background:var(--school-white);padding:2rem;border:1px solid #e0e0e0;box-shadow:0 2px 8px #0000000f}.fee-card--highlight{border-top:4px solid var(--school-red)}.fee-label{font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#888;margin-bottom:.5rem}.fee-amount{font-family:Montserrat,sans-serif;font-size:2.4rem;font-weight:800;color:var(--school-dark);line-height:1;margin-bottom:.75rem}.fee-amount span{font-size:1rem;font-weight:600;color:#888}.fee-card p{font-size:.93rem;color:#555;line-height:1.7;margin:0}.payment-methods h3{font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:700;color:var(--school-dark);margin:0 0 1rem}.payment-methods-grid{display:flex;flex-wrap:wrap;gap:1rem}.pay-method{display:flex;align-items:center;gap:.6rem;background:var(--school-white);border:1px solid #e0e0e0;padding:.7rem 1.2rem;font-size:.9rem;font-weight:600;color:var(--school-dark)}.pay-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.pay-dot--mtn{background-color:#fc0}.pay-dot--orange{background-color:#f60}.pay-dot--bank{background-color:var(--school-light-blue)}.pay-dot--cash{background-color:var(--school-green-light)}.steps-list{display:flex;flex-direction:column;max-width:800px}.step-item{display:grid;grid-template-columns:60px 32px 1fr;align-items:flex-start;min-height:110px}.step-number{font-family:Montserrat,sans-serif;font-size:2.8rem;font-weight:800;color:var(--school-green-mid);line-height:1;padding-right:.75rem;text-align:right;letter-spacing:-2px;opacity:.8}.step-connector{display:flex;flex-direction:column;align-items:center;padding-top:.4rem}.step-dot{width:14px;height:14px;border-radius:50%;background-color:var(--school-red);border:3px solid var(--school-white);box-shadow:0 0 0 2px var(--school-red);flex-shrink:0;transition:transform .3s ease,background-color .3s ease}.step-item:hover .step-dot{transform:scale(1.35);background-color:var(--school-green-light);box-shadow:0 0 0 2px var(--school-green-light)}.step-line{width:2px;flex:1;min-height:70px;background-color:#d8d8d8;margin-top:4px}.step-content{padding:0 0 2.5rem 1.5rem}.step-content h3{font-family:Montserrat,sans-serif;font-size:1.05rem;font-weight:700;color:var(--school-dark);margin:0 0 .4rem}.step-content p{font-size:.93rem;color:#555;line-height:1.7;margin:0}.accred-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.accred-card{background:var(--school-white);padding:2rem 1.5rem;border-bottom:4px solid var(--school-green-light);box-shadow:0 2px 10px #0000000f;transition:all .3s ease}.accred-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001a}.accred-icon{color:var(--school-green-mid);margin-bottom:1rem}.accred-icon svg{width:32px;height:32px}.accred-card h3{font-family:Montserrat,sans-serif;font-size:1.05rem;font-weight:700;color:var(--school-dark);margin:0 0 .6rem}.accred-card p{font-size:.93rem;color:#555;line-height:1.7;margin:0}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.testimonial-card{background:var(--school-white);border:1px solid #e8e8e8;padding:1.75rem;box-shadow:0 2px 8px #0000000d;transition:box-shadow .3s ease}.testimonial-card:hover{box-shadow:0 8px 20px #0000001a}.testimonial-stars{display:flex;gap:2px;margin-bottom:1rem}.star-icon{display:inline-flex;color:#f59e0b}.star-icon svg{width:16px;height:16px}.testimonial-text{font-size:.95rem;color:#444;line-height:1.75;font-style:italic;margin:0 0 1.25rem}.testimonial-author{display:flex;align-items:center;gap:.85rem}.testimonial-avatar{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,var(--school-green-mid),var(--school-teal));color:#fff;font-size:1.1rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.testimonial-author strong{display:block;font-size:.92rem;font-weight:700;color:var(--school-dark)}.testimonial-author span{display:block;font-size:.8rem;color:#888}.faq-list{display:flex;flex-direction:column;max-width:860px;border:1px solid #e0e0e0;overflow:hidden;box-shadow:0 2px 8px #0000000d}.faq-item{border-bottom:1px solid #e8e8e8;background:var(--school-white);cursor:pointer;overflow:hidden}.faq-item:last-child{border-bottom:none}.faq-question{display:flex;align-items:center;justify-content:space-between;padding:1.2rem 1.5rem;font-weight:600;font-size:.98rem;color:var(--school-dark);transition:background .2s ease;gap:1rem}.faq-item:hover .faq-question{background-color:#f9f9f9}.faq-item--open .faq-question{background-color:#0d94880f;color:var(--school-teal)}.faq-chevron{display:flex;align-items:center;color:#999;flex-shrink:0;transition:transform .3s ease}.faq-chevron svg{width:18px;height:18px}.faq-item--open .faq-chevron{transform:rotate(180deg);color:var(--school-teal)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease;padding:0 1.5rem}.faq-item--open .faq-answer{max-height:300px;padding:0 1.5rem 1.25rem}.faq-answer p{font-size:.93rem;color:#555;line-height:1.75;margin:0}.contact-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:2.5rem;align-items:stretch}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.contact-block{display:flex;align-items:flex-start;gap:1rem}.contact-block-icon{display:flex;align-items:center;color:var(--school-teal);flex-shrink:0;margin-top:2px}.contact-block-icon svg{width:22px;height:22px}.contact-block strong{display:block;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:#888;margin-bottom:.25rem}.contact-block p{margin:0;font-size:.93rem;color:var(--school-dark);line-height:1.65}.contact-cta-group{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:.5rem}.contact-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.3rem;font-weight:700;font-size:.88rem;text-transform:uppercase;letter-spacing:.5px;text-decoration:none;transition:all .3s ease}.contact-btn span{display:inline-flex}.contact-btn span svg{width:17px;height:17px}.contact-btn--call{background-color:var(--school-light-blue);color:#fff}.contact-btn--call:hover{background-color:#025e91;transform:translateY(-2px)}.contact-btn--whatsapp{background-color:#25d366;color:#fff}.contact-btn--whatsapp:hover{background-color:#1da851;transform:translateY(-2px)}.map-embed{min-height:380px;overflow:hidden;box-shadow:0 4px 16px #0000001f;border:1px solid #e0e0e0}.map-embed iframe{display:block}.admission-cta-banner{background:linear-gradient(135deg,#0d2818,#1a4a2e,#2d6a4f);padding:5rem 2rem;text-align:center}.cta-banner-inner{max-width:700px;margin:0 auto}.admission-cta-banner h2{font-family:Montserrat,sans-serif;font-size:2.2rem;font-weight:800;color:#fff;margin:0 0 1rem;letter-spacing:-.5px}.admission-cta-banner p{font-size:1.05rem;color:#ffffffd1;line-height:1.75;margin:0 0 2rem}.cta-banner-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media(max-width:1024px){.admission-info-strip{grid-template-columns:repeat(2,1fr)}.info-strip-item:nth-child(2){border-right:none}.info-strip-item:nth-child(3),.info-strip-item:nth-child(4){border-top:1px solid rgba(255,255,255,.15)}.contact-grid{grid-template-columns:1fr}.map-embed{min-height:300px}}@media(max-width:768px){.admission-hero{height:420px}.admission-hero-content{padding:0 2rem 3rem}.admission-hero-content h1{font-size:2.6rem}.admission-info-strip{grid-template-columns:1fr}.info-strip-item{border-right:none;border-bottom:1px solid rgba(255,255,255,.12)}.info-strip-item:nth-child(3),.info-strip-item:nth-child(4){border-top:none}.info-strip-item:last-child{border-bottom:none}.admission-section{padding:3rem 1.25rem}.section-inner h2{font-size:1.8rem}.programs-admission-grid,.requirements-grid,.fees-grid,.accred-grid,.testimonials-grid{grid-template-columns:1fr}.documents-table th:last-child,.documents-table td:last-child{display:none}.step-item{grid-template-columns:48px 28px 1fr}.step-number{font-size:2.2rem}.admission-cta-banner h2{font-size:1.7rem}}@media(max-width:480px){.admission-hero{height:360px}.admission-hero-content{padding:0 1.25rem 2.5rem}.admission-hero-content h1{font-size:2rem}.admission-hero-content p{font-size:.95rem}.btn-primary,.btn-whatsapp{padding:.75rem 1.2rem;font-size:.85rem}.section-inner h2{font-size:1.5rem}.fee-amount{font-size:2rem}.faq-question{font-size:.9rem;padding:1rem}.faq-answer{padding:0 1rem}.faq-item--open .faq-answer{padding:0 1rem 1rem}.contact-cta-group{flex-direction:column}.cta-banner-buttons,.payment-methods-grid{flex-direction:column;align-items:center}}.leadership-page{width:100%;display:flex;flex-direction:column}.leadership-hero{position:relative;width:100%;height:500px;overflow:hidden;display:flex;align-items:center;justify-content:flex-start}.leadership-hero-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.leadership-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(105deg,#0d2818eb,#0d2818bf 45%,#2d6a4f40);z-index:2}.leadership-hero-content{position:relative;z-index:3;padding:0 5rem;display:flex;flex-direction:column;gap:1rem;max-width:620px}.leadership-hero-label{display:inline-block;background-color:#d32f2f;color:#fff;padding:.4rem 1rem;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;width:fit-content}.leadership-hero-content h1{font-family:Montserrat,sans-serif;font-size:4rem;font-weight:800;color:#fff;margin:0;line-height:1.1;letter-spacing:-1px}.leadership-hero-content p{font-size:1.15rem;color:#ffffffe0;margin:0;font-weight:400;line-height:1.6}.leadership-quote-section{background-color:#f8f8f6;border-bottom:3px solid #52b788;padding:3.5rem 2rem}.leadership-quote-inner{max-width:800px;margin:0 auto;display:flex;flex-direction:column;align-items:flex-start;gap:.75rem}.leadership-quote-icon{color:#52b788;opacity:.6}.leadership-quote-icon svg{width:36px;height:36px}.leadership-quote-inner blockquote{font-size:1.2rem;color:#333;line-height:1.8;margin:0;font-style:italic;border-left:4px solid #52b788;padding-left:1.5rem}.leadership-quote-inner cite{font-size:.9rem;font-weight:700;color:#2d6a4f;text-transform:uppercase;letter-spacing:.5px;padding-left:1.5rem}.leadership-stats-bar{background:linear-gradient(to right,#1a2f18,#2d6a4f);display:grid;grid-template-columns:repeat(4,1fr)}.leadership-stat-item{display:flex;align-items:center;gap:1rem;padding:1.75rem 2rem;border-right:1px solid rgba(255,255,255,.15);color:#fff}.leadership-stat-item:last-child{border-right:none}.stat-icon{display:flex;align-items:center;color:#52b788;flex-shrink:0}.stat-icon svg{width:26px;height:26px}.leadership-stat-item strong{display:block;font-family:Montserrat,sans-serif;font-size:1.6rem;font-weight:800;color:#fff;line-height:1;margin-bottom:.2rem}.leadership-stat-item span{font-size:.82rem;color:#ffffffa6;text-transform:uppercase;letter-spacing:.5px}.leadership-section{padding:5rem 2rem;background-color:#fff}.leadership-section--alt{background-color:#f8f8f6}.leadership-section-inner{max-width:1200px;margin:0 auto}.leadership-section-header{display:flex;flex-direction:column;gap:.5rem;margin-bottom:3rem}.leadership-section-label{display:inline-flex;align-items:center;gap:.4rem;background-color:#52b788;color:#fff;padding:.4rem 1rem;border-radius:4px;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;width:fit-content}.leadership-section-label svg{width:13px;height:13px}.leadership-section-header h2{font-family:Montserrat,sans-serif;font-size:2.4rem;font-weight:700;color:#1a1a1a;margin:0;letter-spacing:-.5px}.leadership-section-header p{font-size:1.05rem;color:#666;max-width:680px;line-height:1.7;margin:0}.leaders-grid{display:flex;flex-direction:column;gap:1.75rem}.leader-card{background:#fff;border:1px solid #e8e8e8;overflow:hidden;box-shadow:0 2px 10px #0000000f;opacity:0;transform:translateY(28px);transition:opacity .55s ease,transform .55s ease,box-shadow .3s ease;transition-delay:var(--delay, 0s);display:flex;flex-direction:row}.leader-card--visible{opacity:1;transform:translateY(0)}.leader-card:hover{box-shadow:0 10px 30px #0000001f}.leader-card--featured{border-left:4px solid #0d9488}.leader-avatar{position:relative;width:220px;min-width:220px;height:auto;overflow:hidden;background-color:#e0e0e0}.leader-avatar img{width:100%;height:100%;object-fit:cover;object-position:top;transition:transform .4s ease}.leader-avatar-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.6rem;background:linear-gradient(145deg,#e8f0eb,#d4e8dc)}.leader-avatar-placeholder-icon svg{width:52px;height:52px;color:#52b788;opacity:.7}.leader-avatar-placeholder-text{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:#2d6a4f;opacity:.6}.leader-card:hover .leader-avatar img{transform:scale(1.05)}.leader-avatar-overlay{position:absolute;inset:0;background:linear-gradient(to right,rgba(13,40,24,.35) 0%,transparent 70%);pointer-events:none}.leader-info{padding:1.75rem 2rem;display:flex;flex-direction:column;gap:.5rem;justify-content:center;flex:1}.leader-info h3{font-family:Montserrat,sans-serif;font-size:1.25rem;font-weight:700;color:#1a1a1a;margin:0}.leader-role{display:inline-block;background-color:#2d6a4f1a;color:#0d5c2f;padding:.25rem .75rem;border-radius:20px;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;width:fit-content}.leader-bio{font-size:.92rem;color:#555;line-height:1.7;margin:.25rem 0 0}.leader-social{display:flex;gap:.5rem;margin-top:.5rem}.leader-social-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background-color:#f0f0f0;color:#555;transition:all .3s ease;text-decoration:none}.leader-social-btn svg{width:16px;height:16px}.leader-social-btn:hover{background-color:#2d6a4f;color:#fff;transform:translateY(-2px)}.board-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem}.board-card{display:flex;align-items:center;gap:1rem;background:#fff;padding:1.25rem 1.5rem;border:1px solid #e0e0e0;border-left:4px solid #52b788;opacity:0;transform:translate(-16px);transition:opacity .5s ease,transform .5s ease,box-shadow .3s ease;transition-delay:var(--delay, 0s)}.board-card--visible{opacity:1;transform:translate(0)}.board-card:hover{box-shadow:0 4px 16px #00000017}.board-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#2d6a4f,#0d9488);color:#fff;font-family:Montserrat,sans-serif;font-size:1.2rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.board-info h3{font-family:Montserrat,sans-serif;font-size:.97rem;font-weight:700;color:#1a1a1a;margin:0 0 .2rem}.board-info span{font-size:.82rem;color:#777}.leadership-banner{background:linear-gradient(135deg,#0d2818,#1a4a2e,#2d6a4f);padding:4.5rem 2rem;text-align:center}.leadership-banner-inner{max-width:700px;margin:0 auto}.leadership-banner-inner h2{font-family:Montserrat,sans-serif;font-size:2rem;font-weight:700;color:#fff;margin:0 0 1rem;letter-spacing:-.5px}.leadership-banner-inner p{font-size:1.1rem;color:#ffffffd1;line-height:1.75;margin:0}@media(max-width:1024px){.leadership-stats-bar{grid-template-columns:repeat(2,1fr)}.leadership-stat-item:nth-child(2){border-right:none}.leadership-stat-item:nth-child(3),.leadership-stat-item:nth-child(4){border-top:1px solid rgba(255,255,255,.15)}}@media(max-width:768px){.leadership-hero{height:380px}.leadership-hero-content{padding:0 2rem}.leadership-hero-content h1{font-size:2.8rem}.leadership-hero-content p{font-size:1rem}.leadership-stats-bar{grid-template-columns:1fr 1fr}.leadership-section{padding:3rem 1.25rem}.leadership-section-header h2{font-size:1.8rem}.leaders-grid{grid-template-columns:1fr;max-width:100%;margin:0 auto}.leader-card{flex-direction:column}.leader-avatar{width:100%;min-width:unset;height:260px}.leader-avatar-overlay{background:linear-gradient(to top,rgba(13,40,24,.5) 0%,transparent 60%)}.board-grid{grid-template-columns:1fr}.leadership-banner-inner h2{font-size:1.6rem}}@media(max-width:480px){.leadership-hero{height:300px}.leadership-hero-content{padding:0 1.25rem}.leadership-hero-content h1{font-size:2.1rem}.leadership-hero-content p{font-size:.9rem}.leadership-stats-bar{grid-template-columns:1fr}.leadership-stat-item{border-right:none;border-bottom:1px solid rgba(255,255,255,.12)}.leadership-stat-item:last-child{border-bottom:none}.leadership-stat-item:nth-child(3),.leadership-stat-item:nth-child(4){border-top:none}.leadership-section-header h2{font-size:1.5rem}.leadership-banner-inner h2{font-size:1.35rem}.leadership-banner-inner p{font-size:.95rem}}.mv-page{width:100%;display:flex;flex-direction:column}.mv-hero{position:relative;width:100%;height:500px;overflow:hidden;display:flex;align-items:center;justify-content:flex-start}.mv-hero-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.mv-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(105deg,#0d2818eb,#0d2818bf 45%,#2d6a4f40);z-index:2}.mv-hero-content{position:relative;z-index:3;padding:0 5rem;display:flex;flex-direction:column;gap:1rem;max-width:620px}.mv-hero-label{display:inline-block;background-color:#d32f2f;color:#fff;padding:.4rem 1rem;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;width:fit-content}.mv-hero-content h1{font-family:Montserrat,sans-serif;font-size:4rem;font-weight:800;color:#fff;margin:0;line-height:1.1;letter-spacing:-1px}.mv-hero-content p{font-size:1.15rem;color:#ffffffe0;margin:0;font-weight:400;line-height:1.6}.mv-intro-section{background-color:#f8f8f6;padding:4rem 2rem;border-bottom:3px solid #52b788}.mv-intro-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:2rem}.mv-card{display:flex;flex-direction:column;gap:1.5rem;padding:2.5rem;opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.mv-card--visible{opacity:1;transform:translateY(0)}.mv-card--mission{background:#fff;border-top:5px solid #0d9488;box-shadow:0 4px 20px #00000014;transition-delay:0s}.mv-card--vision{background:#fff;border-top:5px solid #2d6a4f;box-shadow:0 4px 20px #00000014;transition-delay:.12s}.mv-card-icon{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mv-card-icon svg{width:28px;height:28px}.mv-card-icon--mission{background-color:#0d94881f;color:#0d9488}.mv-card-icon--vision{background-color:#2d6a4f1f;color:#2d6a4f}.mv-card-tag{display:inline-block;padding:.3rem .9rem;border-radius:20px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:.25rem}.mv-card-tag--mission{background-color:#0d94881f;color:#0d5c2f}.mv-card-tag--vision{background-color:#2d6a4f1f;color:#0d5c2f}.mv-card-body{display:flex;flex-direction:column;gap:.5rem}.mv-card-body h2{font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0;letter-spacing:-.3px}.mv-card-body p{font-size:1rem;color:#444;line-height:1.8;margin:0}.mv-section-inner{max-width:1100px;margin:0 auto}.mv-section-header{display:flex;flex-direction:column;gap:.5rem;margin-bottom:3rem}.mv-section-label{display:inline-flex;align-items:center;gap:.4rem;background-color:#52b788;color:#fff;padding:.4rem 1rem;border-radius:4px;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;width:fit-content}.mv-section-label svg{width:13px;height:13px}.mv-section-header h2{font-family:Montserrat,sans-serif;font-size:2.4rem;font-weight:700;color:#1a1a1a;margin:0;letter-spacing:-.5px}.mv-section-header p{font-size:1.05rem;color:#666;max-width:680px;line-height:1.7;margin:0}.mv-values-section{background-color:#fff;padding:5rem 2rem}.mv-values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.mv-value-card{background-color:#f8f8f6;padding:2rem 1.75rem;border-left:4px solid #52b788;opacity:0;transform:translateY(24px);transition:opacity .5s ease,transform .5s ease,box-shadow .3s ease;transition-delay:var(--delay, 0s)}.mv-value-card--visible{opacity:1;transform:translateY(0)}.mv-value-card:hover{box-shadow:0 6px 20px #00000017}.mv-value-icon{color:#0d9488;margin-bottom:1rem}.mv-value-icon svg{width:30px;height:30px}.mv-value-card h3{font-family:Montserrat,sans-serif;font-size:1.05rem;font-weight:700;color:#1a1a1a;margin:0 0 .5rem}.mv-value-card p{font-size:.93rem;color:#555;line-height:1.7;margin:0}.mv-objectives-section{background-color:#f8f8f6;padding:5rem 2rem;border-top:3px solid #52b788}.mv-objectives-list{display:flex;flex-direction:column;max-width:860px}.mv-objective-item{display:grid;grid-template-columns:64px 36px 1fr;align-items:flex-start;min-height:90px;opacity:0;transform:translate(-20px);transition:opacity .5s ease,transform .5s ease;transition-delay:var(--delay, 0s)}.mv-objective-item--visible{opacity:1;transform:translate(0)}.mv-objective-number{font-family:Montserrat,sans-serif;font-size:2.6rem;font-weight:800;color:#2d6a4f;line-height:1;text-align:right;padding-right:.75rem;letter-spacing:-2px;opacity:.75;padding-top:.1rem}.mv-objective-check{display:flex;align-items:flex-start;justify-content:center;padding-top:.35rem}.mv-objective-check svg{width:20px;height:20px;color:#d32f2f}.mv-objective-item:hover .mv-objective-check svg{color:#52b788}.mv-objective-content{padding:0 0 2rem 1.5rem;border-left:2px solid #e0e0e0;margin-left:0}.mv-objective-content h3{font-family:Montserrat,sans-serif;font-size:1.05rem;font-weight:700;color:#1a1a1a;margin:0 0 .4rem}.mv-objective-content p{font-size:.93rem;color:#555;line-height:1.7;margin:0}.mv-banner{background:linear-gradient(135deg,#0d2818,#1a4a2e,#2d6a4f);padding:4.5rem 2rem;text-align:center}.mv-banner-inner{max-width:700px;margin:0 auto}.mv-banner-inner h2{font-family:Montserrat,sans-serif;font-size:2rem;font-weight:700;color:#fff;margin:0 0 1rem;letter-spacing:-.5px}.mv-banner-inner p{font-size:1.1rem;color:#ffffffd1;line-height:1.75;margin:0}@media(max-width:1024px){.mv-intro-inner{grid-template-columns:1fr;max-width:700px}}@media(max-width:768px){.mv-hero{height:380px}.mv-hero-content{padding:0 2rem}.mv-hero-content h1{font-size:2.8rem}.mv-hero-content p{font-size:1rem}.mv-intro-section{padding:3rem 1.25rem}.mv-card{padding:2rem 1.5rem}.mv-card-body h2{font-size:1.3rem}.mv-values-section,.mv-objectives-section{padding:3rem 1.25rem}.mv-section-header h2{font-size:1.8rem}.mv-values-grid{grid-template-columns:1fr}.mv-objective-item{grid-template-columns:50px 28px 1fr}.mv-objective-number{font-size:2rem}.mv-banner-inner h2{font-size:1.6rem}}@media(max-width:480px){.mv-hero{height:300px}.mv-hero-content{padding:0 1.25rem}.mv-hero-content h1{font-size:2.1rem}.mv-hero-content p{font-size:.9rem}.mv-card{padding:1.5rem 1.25rem}.mv-section-header h2{font-size:1.5rem}.mv-objective-item{grid-template-columns:42px 24px 1fr}.mv-objective-number{font-size:1.7rem}.mv-objective-content{padding:0 0 1.5rem 1rem}.mv-banner-inner h2{font-size:1.35rem}.mv-banner-inner p{font-size:.95rem}}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background-color:#000000f2;color:#fff;padding:20px;z-index:9999;box-shadow:0 -2px 10px #0000004d;animation:slideUp .3s ease-in-out}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cookie-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap}.cookie-text{flex:1;min-width:300px}.cookie-text h3{margin:0 0 10px;font-size:18px;font-weight:600}.cookie-text p{margin:0 0 10px;font-size:14px;line-height:1.5;opacity:.9}.cookie-link{color:#4a9eff;text-decoration:none;font-size:13px;transition:color .2s}.cookie-link:hover{color:#7bb8ff;text-decoration:underline}.cookie-buttons{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end;min-width:300px}.cookie-btn{padding:10px 20px;border:none;border-radius:4px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s;white-space:nowrap}.cookie-btn-essential{background-color:transparent;color:#fff;border:1px solid white}.cookie-btn-essential:hover{background-color:#ffffff1a}.cookie-btn-all{background-color:#4a9eff;color:#fff}.cookie-btn-all:hover{background-color:#2e7fd4}@media(max-width:768px){.cookie-banner{padding:15px}.cookie-content{flex-direction:column;align-items:stretch}.cookie-buttons{justify-content:stretch}.cookie-btn{flex:1;min-width:unset}.cookie-text{min-width:unset}}
