:root{--brand-1: #037b74;--brand-2: #022425;--brand-3: #5f8d8e;--accent-1: #bba176;--accent-2: #cf903c;--soft-bg: #f7f1d8;--glass: rgba(255,255,255,.04);--txt: rgba(255,255,255,.95)}*{box-sizing:border-box}html,body{height:100%;margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial}body{-webkit-font-smoothing:antialiased;background:var(--brand-2);color:var(--soft-bg)}.container{max-width:1100px;margin:0 auto;padding:1rem}.section{background:var(--brand-2);padding:3rem 0}.section-title{text-align:center;font-size:2.5rem;margin-bottom:50px;color:var(--soft-bg)}@media (min-width: 768px){.hero-grid{grid-template-columns:1fr 1fr}.grid-4{grid-template-columns:repeat(4,1fr)}.about-content,.mission-vision{flex-direction:row}.values{grid-template-columns:repeat(3,1fr)}.contact-grid{grid-template-columns:1fr 1fr}}@media (max-width: 767px){.nav{display:none}.hero h2{font-size:1.8rem}.section-title{font-size:2rem}.hero-ctas{flex-direction:column}.hero-ctas .btn{width:100%}}.text-center{text-align:center}.mb-3{margin-bottom:1.5rem}.py-5{padding-top:3rem;padding-bottom:3rem}
