
/* Masazh - estilos mínimos */
:root{
  --masazh-primary:#198754; /* Bootstrap green as brand */
}
body{scroll-behavior:smooth;}
.navbar-brand span{font-weight:700; letter-spacing:.5px;}
.hero{
  background: linear-gradient(180deg, rgba(25,135,84,.15), rgba(25,135,84,.02)), url('https://images.unsplash.com/photo-1571689936114-de0e3431f3f3?q=80&w=1200&auto=format&fit=crop') center/cover no-repeat;
  min-height: 70vh; 
  display:flex; 
  align-items:center; 
  color:#0f2b21;
}
.hero .card{backdrop-filter: blur(2px);}
.shadow-soft{box-shadow: 0 10px 30px rgba(0,0,0,.08)!important;}
.badge-soft{background:rgba(25,135,84,.12); color:#198754;}
.whatsapp-float{
  position: fixed; right:18px; bottom:18px; z-index: 1040;
  display:inline-flex; align-items:center; gap:.5rem;
}
footer a { text-decoration: none; }
.section-title .line{
  width:72px;height:4px;background:#198754;border-radius:8px;margin:.5rem auto 0;
}
.bg-leaf{
  background: radial-gradient(1200px 400px at 100% 0%, rgba(25,135,84,.08), transparent);
}
.list-check li::marker{ content:"✔ "; color:#198754; font-weight:700; }
.card-service:hover{ transform: translateY(-4px); transition:.2s ease; }
