/* Nurture Anesthesia — Wonderblocks-style clone */
body,html{margin:0;padding:0;font-family:Arial,Helvetica,sans-serif;color:#fff;background:#2f4f2f}
a{text-decoration:none;color:#fff}
.container{max-width:1100px;margin:0 auto;padding:0 20px}

.site-header{background:#3d6641;padding:10px 0;position:sticky;top:0;z-index:100}
.header-inner{display:flex;align-items:center;justify-content:space-between}
.brand .logo,.logo{height:50px}
.nav{display:flex;gap:20px}
.nav a{font-weight:600;padding:6px 10px;border-radius:6px}
.nav a:hover{background:rgba(255,255,255,.1)}

.hero{position:relative;background:url('assets/hero.jpg') center/cover no-repeat;height:60vh;display:flex;align-items:center;justify-content:center}
.hero-overlay{background:rgba(0,0,0,0.55);width:100%;height:100%;display:flex;align-items:center}
.hero-inner{color:#fff;text-align:left}
.hero h1{font-size:2.4rem;margin-bottom:1rem}
.hero p{font-size:1.2rem;color:#ddd}

.section{padding:60px 20px;background:#3d6641}
.section h2{font-size:1.8rem;margin-bottom:1rem}
.section h3{margin-top:2rem;font-size:1.3rem}
.section p{line-height:1.6}

.site-footer{background:#2f4f2f;padding:20px;text-align:center}
.site-footer .logo.small{height:30px;margin-right:10px;vertical-align:middle}
