.business-shell{max-width:var(--bgsm-page-max)}
.business-hero{position:relative;overflow:hidden;border:1px solid rgba(148,163,184,.18);border-radius:32px;padding:clamp(1.4rem,3vw,2.25rem);background:linear-gradient(135deg,rgba(37,99,235,.10),rgba(14,165,233,.05) 45%,rgba(255,255,255,.92) 100%);box-shadow:0 22px 60px rgba(15,23,42,.08)}
[data-bs-theme="dark"] .business-hero{background:linear-gradient(135deg,rgba(37,99,235,.14),rgba(15,23,42,.86) 42%,rgba(15,23,42,.72) 100%)}
.business-hero::after{content:"";position:absolute;right:-50px;top:-50px;width:180px;height:180px;border-radius:999px;background:radial-gradient(circle,rgba(59,130,246,.18),transparent 70%)}
.business-hero .hero-actions{display:flex;flex-wrap:wrap;gap:.75rem}
.business-hero .hero-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;margin-top:1.25rem}
.metric-chip{padding:14px 16px;border-radius:18px;background:rgba(255,255,255,.72);border:1px solid var(--border-color)}
[data-bs-theme="dark"] .metric-chip{background:rgba(15,23,42,.62)}
.metric-chip span{display:block;font-size:.82rem;color:var(--text-muted)}
.metric-chip strong{display:block;margin-top:4px;font-size:1rem}
.business-info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.business-info-card{height:100%;border:1px solid rgba(148,163,184,.16);border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(255,255,255,.78));box-shadow:0 16px 40px rgba(15,23,42,.06)}
[data-bs-theme="dark"] .business-info-card{background:linear-gradient(180deg,rgba(15,23,42,.88),rgba(15,23,42,.72))}
.business-info-card .card-body{padding:1.35rem}
.service-premium-card,.product-premium-card{border:1px solid rgba(148,163,184,.16)!important;border-radius:24px!important;box-shadow:0 16px 40px rgba(15,23,42,.06)!important}
.service-premium-card .card-body,.product-premium-card .card-body{padding:1.35rem!important}
.product-premium-card .badge,.service-premium-card .badge{border-radius:999px;padding:.55rem .8rem}
.product-premium-card .card-img-top,.service-premium-card .card-img-top{transition:transform .35s ease}
.product-premium-card:hover .card-img-top,.service-premium-card:hover .card-img-top{transform:scale(1.035)}
.product-premium-card:hover,.service-premium-card:hover,.business-info-card:hover{transform:translateY(-4px);transition:transform .24s ease,box-shadow .24s ease}
.section-heading-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;margin-top:2rem;margin-bottom:1rem}
.premium-empty-state{padding:1.1rem 1.2rem;border-radius:20px;border:1px dashed rgba(148,163,184,.35);background:rgba(255,255,255,.62);color:var(--text-muted)}
[data-bs-theme="dark"] .premium-empty-state{background:rgba(15,23,42,.56)}
@media (max-width: 991.98px){.business-info-grid{grid-template-columns:1fr}}
@media (max-width: 767.98px){.business-hero{border-radius:24px;padding:1.15rem}.business-hero .hero-actions > *{flex:1 1 100%}.business-hero .hero-actions .btn{width:100%;justify-content:center}.service-premium-card,.product-premium-card,.business-info-card{border-radius:20px!important}}
