:root{
  --brand:#0ea5e9;      /* sky-500 */
  --ink:#0b7285;
}
.hero-contact{
  background:
    radial-gradient(1200px 600px at 10% 0%, rgba(14,165,233,.12), transparent 60%),
    radial-gradient(1000px 500px at 90% 20%, rgba(14,165,233,.10), transparent 60%);
  border-bottom:1px solid rgba(0,0,0,.06);
}
.badge-brand{ background:var(--brand); }
.card-soft{ border:1px solid rgba(0,0,0,.06); border-radius:1rem; }
.feature-icon{
  width:48px;height:48px;border-radius:.75rem;
  display:flex;align-items:center;justify-content:center;
  background:rgba(14,165,233,.12);
}
.map-embed{ border:0; width:100%; height:340px; border-radius:1rem; }
@media (prefers-color-scheme: dark){
  .hero-contact{ border-bottom-color:rgba(255,255,255,.12); }
  .card-soft{ border-color:rgba(255,255,255,.12); }
}
