:root{--brand:#0b6a6a;--brand2:#0f8a8a;--text:#1b1f24;--muted:#5a6572;--bg:#f7fafb;}
body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);} 
.navbar-brand img{height:34px;width:34px;border-radius:8px;}
.hero{background:linear-gradient(135deg, rgba(11,106,106,.08), rgba(15,138,138,.05));}
.card{border:0; box-shadow:0 10px 25px rgba(0,0,0,.06);} 
.badge-soft{background:rgba(11,106,106,.12);color:var(--brand);} 
.section-title{letter-spacing:.2px;} 
footer{background:#0f1e1e;color:#dfe9e9;}
footer a{color:#dfe9e9;}
.small-muted{color:var(--muted);} 
.icon-circle{width:42px;height:42px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:rgba(11,106,106,.10);}

/* simple cookie banner */
#cookieBanner{position:fixed;left:0;right:0;bottom:0;z-index:2000;background:#0f1e1e;color:#fff;padding:14px 0;display:none;}
#cookieBanner .btn{white-space:nowrap;}
