*{box-sizing:border-box;margin:0;padding:0}:root{--teal:#3A9FB5;--teal-dark:#2A7E91;--teal-light:#E0F4F8;--teal-mid:#B5E0EA;--text:#1A2B2E;--muted:#5A7075;--white:#fff;--rule:#d0e8ef}html{scroll-behavior:smooth}body{font-family:'DM Sans',sans-serif;color:var(--text);background:var(--white)}nav{display:flex;align-items:center;justify-content:space-between;padding:1rem 2.5rem;background:var(--white);border-bottom:1px solid #e0eef1;position:sticky;top:0;z-index:100}.nav-logo{display:flex;align-items:center;text-decoration:none}.nav-logo img{height:38px;width:auto;display:block}.nav-links{display:flex;gap:2rem;list-style:none;align-items:center}.nav-links a{text-decoration:none;font-size:.88rem;color:var(--muted);font-weight:500}.nav-links a:hover,.nav-links a.active{color:var(--teal)}.nav-cta{background:var(--teal);color:#fff;padding:.55rem 1.3rem;border-radius:50px;font-size:.88rem;font-weight:600;text-decoration:none}.nav-cta:hover{background:var(--teal-dark)}footer{background:var(--text);padding:2rem 2.5rem}.footer-inner{max-width:1000px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.footer-logo{font-family:'Fraunces',serif;font-weight:700;font-size:1rem;color:var(--teal-mid)}.footer-tagline,.footer-links a{font-size:.82rem;color:rgba(255,255,255,.5)}.footer-links{display:flex;gap:1.5rem}.footer-links a{text-decoration:none}.footer-links a:hover{color:var(--teal-mid)}@media(max-width:700px){nav{padding:1rem 1.2rem}.footer-inner{flex-direction:column;gap:1rem;text-align:center}}
