:root{
  --mel-accent: #0ea5e9;
}
html{ scroll-behavior:smooth; }
body{ font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }
.navbar-brand img{ height: 40px; width:auto; }
.hero{
  position: relative;
  background: #0b1220;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.hero::before{
  content:"";
  position:absolute; inset:0;
  background: url("/assets/img/hero-placeholder.svg") center/cover no-repeat;
  opacity: .35;
}
.hero .container{ position: relative; z-index: 2; }
.badge-soft{
  background: rgba(14,165,233,.12);
  color: #0369a1;
  border: 1px solid rgba(14,165,233,.25);
}
.card-icon{
  width: 44px; height: 44px;
  border-radius: 14px;
  display: inline-flex;
  align-items:center; justify-content:center;
  background: rgba(17,24,39,.06);
  border: 1px solid rgba(17,24,39,.08);
}
.section-title{ letter-spacing: .2px; }
small.muted{ color: #6b7280; }
footer{
  background: #0b1220;
  color: rgba(255,255,255,.85);
}
footer a{ color: rgba(255,255,255,.85); text-decoration: none; }
footer a:hover{ text-decoration: underline; }
.kpi{
  border: 1px solid rgba(17,24,39,.08);
  border-radius: 18px;
  padding: 14px 16px;
  background: #fff;
}
.kpi b{ font-size: 20px; }
.lang-pill{
  border: 1px solid rgba(17,24,39,.18);
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 13px;
}
.form-hint{ color:#6b7280; font-size: 13px; }
