*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen-Sans,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333}html{scroll-padding-top:80px;scroll-behavior:smooth}.container{margin:0 auto;padding:0 2rem;width:100%;max-width:1200px}.page-content{padding:2rem 0;background:#fff}.page-content .page-intro{text-align:center;margin-bottom:2rem}.page-content .page-intro h2{font-size:2.5rem;color:#333;margin-bottom:1rem;font-weight:600}.site-header{background:#87ceeb;position:sticky;display:flex;justify-content:center;top:0;z-index:1000;box-shadow:0 2px 10px rgba(0,0,0,.1)}.header-container{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1200px}.site-logo{position:relative;z-index:1001;padding:0 1rem}.site-logo img{width:auto;height:60px;transition:height .3s ease}.license-number{color:#666;font-size:.875rem;margin-top:auto;padding-top:1rem;padding-bottom:.5rem}.main-nav{display:flex;gap:1rem;align-items:center;padding:1rem}.main-nav .nav-link{color:#333;text-decoration:none;font-size:.95rem;font-weight:500;padding:.5rem .75rem;border-radius:8px;position:relative;white-space:nowrap}.main-nav .nav-link::after{content:'';position:absolute;bottom:0;left:50%;width:0;height:2px;background:#666;transition:all .3s ease;transform:translateX(-50%)}.main-nav .nav-link:hover{color:#666;background:rgba(255,255,255,.1)}.main-nav .nav-link:hover::after{width:80%}.main-nav .nav-link.active{color:#666;background:rgba(255,255,255,.15)}.main-nav .nav-link.active::after{width:80%;background:#666}.nav-toggle{position:absolute;opacity:0;width:1px;height:1px}.nav-toggle-label{display:none;cursor:pointer;position:relative;z-index:1001;width:2rem;height:2rem;padding:.25rem}.hamburger{position:relative;display:flex;flex-direction:column;justify-content:space-around;height:100%}.hamburger .hamburger-line{display:block;width:100%;height:2px;background-color:#333;transition:all .3s ease;transform-origin:left center}.hero{position:relative;min-height:500px;padding:6rem 1rem;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}.hero::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;background-image:var(--bg-image-lg);background-size:cover;background-position:50%;background-repeat:no-repeat;transform:scale(1.1);transition:transform .3s ease-out}.hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,.6));z-index:1}.hero-content{position:relative;z-index:2;max-width:1200px;margin:0 auto}.hero-content h1{color:#fff;font-size:3.5rem;margin-bottom:2rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.program-banner{background:rgba(255,255,255,.95);padding:2rem;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.program-banner .program-label{display:inline-block;background:#87ceeb;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;margin-bottom:1rem}.program-banner h2{color:#333;font-size:2rem;margin-bottom:1rem}.program-banner p{color:#4a5568;margin-bottom:1.5rem;font-size:1.1rem}.program-banner .cta-button{display:inline-block;background:#87ceeb;color:#fff;padding:.75rem 2rem;border-radius:8px;text-decoration:none;font-weight:500;transition:background .3s ease}.program-banner .cta-button:hover{background:#5bbce4}.company-section{padding:6rem 0;background:#fff}.company-section .company-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.company-section .company-content h2{font-size:2.5rem;color:#333;margin-bottom:1.5rem;font-weight:600}.company-section .company-content p{color:#4a5568;font-size:1.1rem;line-height:1.7;margin-bottom:2rem}.company-section .company-content .company-features{list-style:none;padding:0}.company-section .company-content .company-features li{display:flex;align-items:center;margin-bottom:1rem;font-size:1.1rem;color:#333}.company-section .company-content .company-features li .feature-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:rgba(135,206,235,.1);color:#87ceeb;border-radius:50%;margin-right:1rem;font-size:.9rem}.company-section .company-image img{width:100%;height:400px;object-fit:cover;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1)}.dual-panel-images{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:4rem}.dual-panel-images .dual-panel-image img{width:100%;height:300px;object-fit:cover;border-radius:8px}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin:0 auto}.grid-card-single{background:#fff;display:flex;border:1px solid #e5e5e5;border-radius:4px;overflow:hidden;align-items:center;padding:1rem}.grid-card-single img{height:100px;object-fit:cover}.grid-card-single .card-content{padding-left:1.5rem}.grid-card-single .card-content h3{color:#333;font-size:1.25rem;margin:0 0 1rem;font-weight:500}.grid-card-single .card-content p{color:#666;line-height:1.6;margin:0;font-size:.9rem}.site-footer{background:#fff;padding:4rem 2rem;border-top:1px solid #eee}.site-footer .footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;max-width:1200px;margin:0 auto}.site-footer .certifications{width:100%}.site-footer .certifications .cert-grid{display:flex;flex-wrap:wrap;gap:2rem;align-items:center}.site-footer .certifications .cert-item{flex:none}.site-footer .certifications .cert-logo{height:70px;width:auto;object-fit:contain;transition:transform .2s ease}.site-footer .certifications .cert-logo:hover{transform:scale(1.05)}.site-footer .footer-section:first-child{display:flex;flex-direction:column;align-items:center;gap:2rem}.site-footer .footer-section h3{color:#333;font-size:1.1rem;margin-bottom:1rem;font-weight:600}.site-footer .footer-section ul{list-style:none;padding:0}.site-footer .footer-section li{margin-bottom:.5rem}.site-footer .footer-section a{color:#666;text-decoration:none;font-size:.9rem}.site-footer .footer-section a:hover{color:#333}.site-footer .footer-section img{width:auto;height:180px;transition:height .3s ease}@media(max-width:1200px){.hero::after{background-image:var(--bg-image-md)}.hero-content{max-width:900px}}@media(max-width:992px){.card-grid{grid-template-columns:repeat(2,1fr)}.company-section .company-grid{grid-template-columns:1fr;gap:3rem}.company-section .company-grid .company-image{order:-1}.site-footer .footer-grid{grid-template-columns:repeat(2,1fr)}.site-footer .footer-grid .footer-section:first-child{grid-column:1/-1;text-align:center}}@media(max-width:768px){.hero::after{background-image:var(--bg-image-sm)}.hero{min-height:400px;padding:4rem 1rem}.hero-content h1{font-size:2.5rem}.program-banner{padding:1.5rem}.program-banner h2{font-size:1.75rem}.nav-toggle-label{display:block}.main-nav{position:fixed;top:0;bottom:0;right:0;left:30%;background:#87ceeb;padding-top:5rem;padding-left:2rem;padding-right:2rem;transform:translateX(100%);transition:transform .3s ease-out;flex-direction:column;align-items:flex-start;gap:1.5rem;z-index:1000}.main-nav .nav-link{font-size:1.1rem;width:100%}.main-nav .nav-link:hover{background:rgba(255,255,255,.2)}.nav-toggle:checked~.main-nav{transform:translateX(0%)}.nav-toggle:checked~.nav-toggle-label .hamburger .hamburger-line:first-child{transform:rotate(45deg)translate(1px,-2px)}.nav-toggle:checked~.nav-toggle-label .hamburger .hamburger-line:nth-child(2){opacity:0}.nav-toggle:checked~.nav-toggle-label .hamburger .hamburger-line:last-child{transform:rotate(-45deg)translate(1px,2px)}.dual-panel-images{grid-template-columns:1fr;gap:1rem;margin-bottom:2rem}.dual-panel-images .dual-panel-image img{height:250px}.card-grid{grid-template-columns:1fr;gap:2rem}.grid-card-single{max-width:500px;margin:0 auto}.company-section{padding:4rem 0}.company-section .company-content h2{font-size:2rem}.company-section .company-image img{height:300px}}@media(max-width:576px){.site-footer .footer-grid{grid-template-columns:1fr;text-align:center}.site-footer .footer-grid .footer-section h3{margin-top:1rem}.hero-content h1{font-size:2.2rem}.program-banner{padding:1.25rem}.program-banner h2{font-size:1.5rem}.program-banner p{font-size:1rem}}@media(max-width:480px){.hero::after{background-image:var(--bg-image-xs)}.hero{min-height:300px;padding:2rem 1rem}.hero-content h1{font-size:2rem}.program-banner{padding:1rem}.site-header{padding:.75rem}.site-logo img{height:35px}.main-nav{left:20%}.main-nav .nav-link{font-size:1rem;padding:.6rem .8rem}.company-section{padding:3rem 0}.company-section .company-content h2{font-size:1.75rem}.company-section .company-content p{font-size:1rem}.company-section .company-image img{height:250px}.dual-panel-image img{height:200px}.grid-card-single{flex-direction:column;text-align:center}.grid-card-single img{margin-bottom:1rem}.grid-card-single .card-content{padding-left:0}.footer-section img{height:150px}.certifications .cert-logo{height:60px}}.text-center{text-align:center}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.mb-3{margin-bottom:4rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}/*# sourceMappingURL=main.css.map */