/* Minimal styling to match sample look */
.hero-wrap {
  position: relative;
  min-height: 420px;
  background: url("https://images.unsplash.com/photo-1521737604893-d14cc237f11d?auto=format&fit=crop&w=1600&q=70")
    center/cover no-repeat;
  border-radius: 14px;
  overflow: hidden;
}
.hero-overlay { position: absolute; inset: 0; background: rgba(0,0,0,.35); }
.hero-circle {
  position: relative;
  width: 340px; height: 340px;
  border-radius: 999px;
  background: rgba(13,110,253,.75);
  display: grid; place-items: center;
  text-align: center;
  padding: 28px;
  margin: 40px auto;
  color: #fff;
}
.section-title-line { display:flex; align-items:center; gap:18px; justify-content:center; }
.section-title-line::before, .section-title-line::after { content:""; height:1px; width:160px; background:#adb5bd; }
.badge-save { position:absolute; top:14px; left:14px; border-radius:999px; padding:8px 12px; font-weight:600; }
.card-product { border-radius:16px; overflow:hidden; }
.card-product img { height:190px; object-fit:cover; }
.footer-soft { background:#f8f9fa; border-top:1px solid #e9ecef; }
.map-embed { width:100%; min-height:470px; border:0; border-radius:14px; }
