@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700&display=swap";:root{--navy: #0B2545;--teal: #13698B;--aqua: #4AABB8;--light-teal: #A8DDE0;--pale-teal: #E6F5F6;--white: #FFFFFF;--charcoal: #2C2C2C;--mid-grey: #6B7280;font-family:Inter,Calibri,sans-serif;line-height:1.6;font-weight:400;color:var(--charcoal);background-color:var(--white);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{min-width:320px}h1,h2,h3,h4{font-weight:700;line-height:1.2}h1{color:var(--navy)}h2,h3{color:var(--teal)}a{color:var(--teal);text-decoration:none;transition:color .2s}a:hover{color:var(--aqua)}img{max-width:100%;height:auto}.header{background-color:var(--navy);padding:.75rem 2rem;position:sticky;top:0;z-index:100}.header-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.header-logo{height:80px;width:auto;border-radius:8px}.header nav{display:flex;gap:2rem}.header nav a{color:var(--white);font-weight:400;font-size:.95rem;transition:color .2s}.header nav a:hover{color:var(--aqua)}.hero{background:linear-gradient(135deg,var(--navy) 0%,var(--teal) 100%);color:var(--white);padding:6rem 2rem;text-align:center}.hero h1{color:var(--white);font-size:2.8rem;margin-bottom:1.25rem;max-width:800px;margin-left:auto;margin-right:auto}.hero p{font-size:1.15rem;font-weight:300;max-width:640px;margin:0 auto 2rem;color:var(--light-teal);line-height:1.7}.btn-primary{display:inline-block;background-color:var(--teal);color:var(--white);padding:.85rem 2rem;border-radius:6px;font-weight:700;font-size:1rem;border:none;cursor:pointer;transition:background-color .2s}.btn-primary:hover{background-color:var(--aqua);color:var(--white)}.services{padding:5rem 2rem;background-color:var(--white)}.services-inner{max-width:1200px;margin:0 auto}.services h2{text-align:center;font-size:2rem;margin-bottom:3rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.service-card{background-color:var(--pale-teal);border-radius:10px;padding:2rem;border-left:4px solid var(--teal);transition:transform .2s,box-shadow .2s}.service-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0b25451a}.service-card h3{font-size:1.15rem;margin-bottom:.75rem;color:var(--navy)}.service-card p{color:var(--mid-grey);font-size:.95rem;line-height:1.6}.about{padding:5rem 2rem;background-color:var(--pale-teal)}.about-inner{max-width:800px;margin:0 auto;text-align:center}.about h2{font-size:2rem;margin-bottom:1.5rem}.about p{font-size:1.05rem;line-height:1.8;color:var(--charcoal);margin-bottom:1rem}.values{padding:5rem 2rem;background-color:var(--white)}.values-inner{max-width:1200px;margin:0 auto}.values h2{text-align:center;font-size:2rem;margin-bottom:3rem}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;text-align:center}.value-item{padding:1.5rem}.value-icon{width:48px;height:48px;background-color:var(--teal);border-radius:50%;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;color:var(--white);font-size:1.25rem;font-weight:700}.value-item h3{font-size:1rem;margin-bottom:.5rem;color:var(--navy)}.value-item p{color:var(--mid-grey);font-size:.9rem}.cta{background:linear-gradient(135deg,var(--teal) 0%,var(--navy) 100%);color:var(--white);padding:5rem 2rem;text-align:center}.cta h2{color:var(--white);font-size:2rem;margin-bottom:1rem}.cta p{color:var(--light-teal);font-size:1.1rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.btn-secondary{display:inline-block;background-color:var(--white);color:var(--navy);padding:.85rem 2rem;border-radius:6px;font-weight:700;font-size:1rem;border:none;cursor:pointer;transition:background-color .2s,color .2s}.btn-secondary:hover{background-color:var(--aqua);color:var(--white)}.footer{background-color:var(--navy);color:var(--light-teal);padding:2.5rem 2rem;text-align:center;font-size:.9rem}.footer p{margin-bottom:.5rem}.footer a{color:var(--aqua)}.footer a:hover{color:var(--white)}.menu-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem;z-index:101}.menu-toggle span{display:block;width:24px;height:2px;background-color:var(--white);border-radius:2px;transition:transform .3s,opacity .3s}.menu-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-toggle.open span:nth-child(2){opacity:0}.menu-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width:768px){.menu-toggle{display:flex}.header{padding:.5rem 1.25rem}.header-logo{height:50px}.header nav{display:none;position:absolute;top:100%;left:0;right:0;background-color:var(--navy);flex-direction:column;padding:1rem 1.25rem;gap:0}.header nav.open{display:flex}.header nav a{padding:.75rem 0;font-size:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.header nav a:last-child{border-bottom:none}.hero{padding:3rem 1.5rem}.hero h1{font-size:1.8rem}.hero p{font-size:1rem}.services,.about,.values,.cta{padding:3rem 1.5rem}.services h2,.about h2,.values h2,.cta h2{font-size:1.6rem;margin-bottom:2rem}.services-grid{grid-template-columns:1fr}.service-card{padding:1.5rem}.values-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.hero{padding:2.5rem 1rem}.hero h1{font-size:1.5rem}.services,.about,.values,.cta{padding:2.5rem 1rem}.values-grid{grid-template-columns:1fr}.btn-primary,.btn-secondary{padding:.75rem 1.5rem;font-size:.95rem}}
