/* Business Yellow Page — custom styles on top of Bootstrap 5 */

.hero {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 60%, #0f3460 100%);
}

.biz-card { transition: transform .15s ease, box-shadow .15s ease; }
.biz-card:hover { transform: translateY(-3px); box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important; }

.cat-card { border: 1px solid #eee; transition: border-color .15s ease, transform .15s ease; }
.cat-card:hover { border-color: #ffc107; transform: translateY(-2px); }

.rich-text img { max-width: 100%; height: auto; }
.rich-text table { width: 100%; }

/* YouTube lazy facade */
.yt-facade { position: relative; background: #000; }
.yt-facade .yt-play {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 68px; height: 48px; border-radius: 12px; font-size: 1.6rem;
  display: flex; align-items: center; justify-content: center;
}

/* Sticky mobile call/whatsapp bar */
.sticky-actions {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 1030;
  display: flex; gap: .5rem; padding: .5rem .75rem;
  background: #fff; border-top: 1px solid #ddd;
}
