*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:"Source Sans 3",Helvetica Neue,Arial,sans-serif;color:#333;line-height:1.6;background:#fff;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:#0e7374;text-decoration:none;transition:color .2s}a:hover,a:focus{color:#095455}a:focus-visible{outline:3px solid #0e7374;outline-offset:2px}ul{list-style:none}h1,h2,h3,h4,h5,h6{font-family:Montserrat,Helvetica Neue,Arial,sans-serif;line-height:1.2;color:#0e7374}.skip-link{position:absolute;top:-100%;left:50%;transform:translate(-50%);background:#0e7374;color:#fff;padding:.75rem 1.5rem;border-radius:0 0 8px 8px;z-index:1000;font-weight:600;transition:top .2s}.skip-link:focus{top:0;color:#fff}.site-header{position:sticky;top:0;z-index:100;background:#2a2b3cf7;backdrop-filter:blur(8px);box-shadow:0 2px 12px #00000026}.nav-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;height:64px}.nav-logo{display:flex;align-items:center;gap:.5rem;color:#fff;font-weight:700;font-size:1.2rem;font-family:Montserrat,sans-serif}.nav-logo:hover,.nav-logo:focus{color:#2ffeff}.nav-links{display:flex;gap:.25rem}.nav-links a{color:#ffffffd9;padding:.5rem 1rem;border-radius:6px;font-weight:500;font-size:.95rem;transition:all .2s}.nav-links a:hover,.nav-links a:focus{color:#fff;background:#ffffff1a}.nav-links a.active{color:#2ffeff;background:#2ffeff1a}.nav-cta{display:flex;align-items:center;gap:.5rem;background:#0e7374;color:#fff;padding:.5rem 1.25rem;border-radius:50px;font-weight:600;font-size:.9rem;transition:all .2s;white-space:nowrap}.nav-cta:hover,.nav-cta:focus{background:#095455;color:#fff;transform:translateY(-1px)}.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;z-index:10}.hamburger,.hamburger:before,.hamburger:after{display:block;width:24px;height:2px;background:#fff;border-radius:2px;transition:all .3s}.hamburger{position:relative}.hamburger:before,.hamburger:after{content:"";position:absolute;left:0}.hamburger:before{top:-7px}.hamburger:after{top:7px}.nav-toggle.open .hamburger{background:transparent}.nav-toggle.open .hamburger:before{top:0;transform:rotate(45deg)}.nav-toggle.open .hamburger:after{top:0;transform:rotate(-45deg)}@media(max-width:768px){.nav-toggle{display:block}.nav-links{display:none;position:absolute;top:64px;left:0;right:0;background:#2a2b3cfa;flex-direction:column;padding:1rem;gap:.25rem}.nav-links.open{display:flex}.nav-links a{padding:.75rem 1rem}.nav-cta span{display:none}.nav-cta{padding:.5rem;border-radius:50%}}.hero{position:relative;min-height:420px;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;overflow:hidden}.hero-bg{position:absolute;inset:0;z-index:0}.hero-bg img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#2a2b3cd9,#108788b3);z-index:1}.hero-content{position:relative;z-index:2;max-width:800px;padding:3rem 1.5rem}.hero h1{font-size:clamp(1.75rem,4vw,3rem);color:#fff;margin-bottom:1rem;font-weight:700}.hero p{font-size:clamp(1rem,2vw,1.25rem);opacity:.9;margin-bottom:2rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;border-radius:50px;font-weight:600;font-size:1rem;text-transform:uppercase;letter-spacing:.5px;transition:all .3s;border:none;cursor:pointer;text-decoration:none}.btn-primary{background:#0e7374;color:#fff}.btn-primary:hover,.btn-primary:focus{background:#095455;color:#fff;transform:translateY(-2px);box-shadow:0 4px 20px #0e737466}.btn-outline{background:transparent;color:#fff;border:2px solid #fff}.btn-outline:hover,.btn-outline:focus{background:#fff;color:#108788;transform:translateY(-2px)}.section{padding:4rem 1.5rem}.section-container{max-width:1100px;margin:0 auto}.section-title{text-align:center;font-size:clamp(1.5rem,3vw,2.25rem);margin-bottom:.75rem;color:#0e7374}.section-subtitle{text-align:center;color:#666;font-size:1.1rem;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.section-alt{background:#f7f7f7}.section-dark{background:#2a2b3c;color:#fff}.section-dark h2{color:#2ffeff}.section-dark p{color:#ffffffe6}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem}.card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 16px #0000000f;transition:transform .3s,box-shadow .3s}.card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #0000001f}.card-img{width:100%;height:200px;object-fit:cover}.card-body{padding:1.5rem}.card-body h3{font-size:1.15rem;margin-bottom:.5rem;color:#2a2b3c}.card-body p{color:#666;font-size:.95rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;text-align:center}.feature-item{padding:2rem 1.5rem}.feature-icon{width:64px;height:64px;margin:0 auto 1rem;background:#0e73741a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#0e7374;font-size:1.5rem}.feature-item h3{font-size:1.1rem;color:#2a2b3c;margin-bottom:.5rem}.feature-item p{color:#666;font-size:.9rem}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}@media(max-width:768px){.two-col{grid-template-columns:1fr;gap:2rem}}.two-col img{border-radius:12px;box-shadow:0 4px 24px #0000001a}.two-col-text h2{font-size:clamp(1.5rem,3vw,2rem);margin-bottom:1rem}.two-col-text p{margin-bottom:1rem;color:#555;line-height:1.7}.section-dark .two-col-text p{color:#ffffffe6}.site-footer{background:#2a2b3c;color:#ffffffbf;padding:3rem 1.5rem 1.5rem}.footer-container{max-width:1100px;margin:0 auto}.footer-top{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-heading{color:#fff;font-size:1rem;margin-bottom:1rem;font-weight:600}.footer-col p{font-size:.9rem;margin-bottom:.5rem}.footer-col a{color:#ffffffbf}.footer-col a:hover{color:#2ffeff}.footer-nav li{margin-bottom:.5rem}.footer-nav a{font-size:.9rem}.footer-bottom{text-align:center;padding-top:1.5rem;font-size:.85rem}.footer-energy{margin-top:.5rem;font-style:italic;color:#ffffffa6}.footer-credit{margin-top:.75rem;font-size:.75rem;color:#ffffffa6}.footer-credit a{color:#ffffffbf;text-decoration:underline}.footer-credit a:hover{color:#2ffeff}.text-center{text-align:center}.mt-2{margin-top:2rem}.mb-2{margin-bottom:2rem}
