.biz-page {
  background: var(--brand-bg);
  color: #000;
  font-family: var(--font-titr);
  font-weight: 700;
}

.biz-hero {
  position: relative;
  height: 38vh;
  min-height: 220px;
  max-height: 380px;
  overflow: hidden;
}

.biz-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.biz-profile-wrap {
  position: relative;
  text-align: center;
  margin-top: -70px;
  z-index: 5;
}

.biz-profile-img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid #fff;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.18);
  background: #fff;
}

.biz-container {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 1rem 1.5rem;
}

.biz-page.has-music .biz-container {
  padding-bottom: 1rem;
}

.biz-page.has-music .biz-copyright-bar {
  padding-bottom: 5.5rem;
}

.biz-card {
  background: #fff;
  border-radius: 1.25rem;
  box-shadow: 0 4px 20px rgba(31, 23, 71, 0.06);
  padding: 1.5rem;
  margin-bottom: 1.25rem;
  font-weight: 700;
}

.biz-card-red {
  background: linear-gradient(135deg, var(--brand-primary-dark), var(--brand-primary));
  color: #fff;
  box-shadow: 0 6px 22px rgba(185, 28, 28, 0.28);
}

.biz-section-title-light,
.biz-section-title-light i {
  color: #fff !important;
}

.biz-card-red-desc {
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 1rem;
}

.biz-input-on-red {
  background: rgba(255, 255, 255, 0.95) !important;
  border: none !important;
  color: #111827 !important;
}

.biz-input-on-red::placeholder {
  color: #9ca3af;
  text-align: right;
}

.biz-input-on-red:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.35) !important;
}

.btn-on-red {
  background: #fff;
  color: var(--brand-primary);
  border: none;
  font-weight: 700;
  border-radius: 0.75rem;
  padding: 0.65rem 1rem;
}

.btn-on-red:hover {
  background: #fef2f2;
  color: var(--brand-primary-dark);
}

.biz-name {
  font-weight: 900;
  font-size: 1.5rem;
  margin-bottom: 0.15rem;
  color: #000;
}

.biz-job {
  color: var(--brand-primary);
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.biz-tagline {
  color: #111;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0.75rem;
}

.biz-contact-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.biz-contact-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  background: linear-gradient(135deg, var(--brand-primary-dark), var(--brand-primary));
  border-radius: 0.75rem;
  padding: 0.55rem 0.9rem;
  color: #fff;
}

.biz-contact-side {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}

.biz-contact-row .call-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--brand-primary);
  flex-shrink: 0;
}

.biz-contact-label {
  font-weight: 700;
  font-size: 0.9rem;
  white-space: nowrap;
}

.biz-contact-phone {
  flex: 1;
  text-align: left;
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.3px;
  min-width: 0;
}

.biz-contact-divider {
  height: 1px;
  background: #d1d5db;
  margin: 1rem 0;
}

.biz-description {
  text-align: center;
  font-weight: 900;
  font-size: 1.05rem;
  color: #000;
  margin-bottom: 0;
  line-height: 1.75;
  max-width: 28rem;
  margin-inline: auto;
}

.biz-desc-actions-divider {
  margin: 1.15rem 0;
}

.biz-action-btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
}

.btn-biz-action {
  width: 50%;
  font-size: 0.85rem !important;
  font-weight: 700 !important;
  padding: 0.45rem 0.85rem !important;
  border-radius: 0.7rem !important;
}

.btn-biz-action i {
  font-size: 0.95rem;
}

.biz-section-title {
  font-weight: 900;
  font-size: 1.1rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #000;
}

.biz-section-title i {
  color: var(--brand-primary);
}

.biz-social-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.biz-social-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--brand-gold-light), var(--brand-gold));
  color: var(--brand-gold-dark);
  font-size: 1.65rem;
  transition: transform .15s ease;
  box-shadow: 0 3px 10px rgba(212, 175, 55, .35);
}

.biz-social-icon:hover {
  transform: translateY(-3px);
}

.biz-social-icon img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
}

.biz-social-icon.biz-social-youtube {
  font-size: 2.1rem;
}

.biz-social-icon.biz-social-youtube i {
  font-size: 2.1rem;
  line-height: 1;
}

#gallerySlider {
  border-radius: 1rem;
  overflow: hidden;
  background: #f3f4f6;
}

#gallerySlider .carousel-inner,
.biz-gallery-slide {
  aspect-ratio: 4 / 3;
  background: #f3f4f6;
}

.biz-gallery-slide {
  position: relative;
}

.biz-gallery-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

#gallerySlider .carousel-control-prev,
#gallerySlider .carousel-control-next {
  width: 42px;
  height: 42px;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  background: var(--brand-primary);
  border-radius: 50%;
  opacity: 0.9;
}

#gallerySlider .carousel-control-prev {
  inset-inline-start: 12px;
}

#gallerySlider .carousel-control-next {
  inset-inline-end: 12px;
}

#gallerySlider .carousel-control-prev:hover,
#gallerySlider .carousel-control-next:hover {
  opacity: 1;
}

.biz-bank-outer {
  background: linear-gradient(135deg, var(--brand-primary-dark), var(--brand-primary));
  color: #fff;
  border-radius: 1.25rem;
  padding: 1.5rem;
  margin-bottom: 1.25rem;
}

.bank-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  font-weight: 800;
  font-size: 1.1rem;
  margin-bottom: 1.25rem;
}

.bank-field {
  margin-bottom: 1.1rem;
}

.bank-field:last-child {
  margin-bottom: 0;
}

.bank-field-label {
  font-weight: 700;
  font-size: 0.85rem;
  opacity: 0.85;
  margin-bottom: 0.4rem;
  text-align: start;
}

.bank-field-box {
  background: rgba(255, 255, 255, 0.16);
  border-radius: 0.75rem;
  padding: 0.65rem 0.9rem;
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.5px;
  word-break: break-all;
  text-align: center;
}

.btn-copy-labeled {
  margin-top: 0.5rem;
  width: 100%;
  border: none;
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
  border-radius: 0.75rem;
  padding: 0.65rem 0.9rem;
  font-size: 0.95rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  text-align: center;
  transition: background 0.2s ease;
}

.btn-copy-labeled:hover {
  background: rgba(255, 255, 255, 0.34);
}

.btn-copy {
  border: none;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.2s ease;
}

.btn-copy:hover {
  background: rgba(255, 255, 255, 0.32);
}

.btn-copy i {
  font-size: 0.95rem;
}

.biz-testimonial-item {
  background: var(--brand-bg);
  border-radius: 1rem;
  padding: 1.5rem 1.25rem;
  height: 100%;
  text-align: center;
}

.testimonial-photo-wrap {
  margin-bottom: 0.85rem;
}

.testimonial-photo {
  width: 260px;
  height: 260px;
  max-width: min(78vw, 260px);
  max-height: min(78vw, 260px);
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid #fff;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
}

.testimonial-photo-icon {
  font-size: 14rem;
  line-height: 1;
  color: var(--brand-primary);
  opacity: 0.55;
}

.testimonial-rating-row {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.biz-testimonial-item .stars {
  color: #f59e0b;
  font-size: 1.65rem;
  letter-spacing: 3px;
  font-weight: 900;
  text-shadow: 0 1px 0 rgba(180, 83, 9, 0.35);
}

.testimonial-rating-num {
  font-weight: 900;
  font-size: 1rem;
  color: #000;
}

.testimonial-desc {
  font-size: 0.95rem;
  font-weight: 800;
  text-align: center;
  line-height: 1.7;
  color: #000;
}

.biz-slider-wrap {
  position: relative;
}

.biz-slider {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 1rem;
  scroll-behavior: smooth;
  padding-bottom: 0.25rem;
  scrollbar-width: none;
}

.biz-slider::-webkit-scrollbar {
  display: none;
}

.biz-slide {
  scroll-snap-align: start;
  flex: 0 0 100%;
  min-width: 0;
}

@media (min-width: 768px) {
  .biz-slide.biz-slide-3 {
    flex: 0 0 calc(33.333% - 0.667rem);
  }
}

.biz-slider-nav {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.biz-slider-nav button {
  border: none;
  background: var(--brand-bg);
  color: var(--brand-primary);
  width: 34px;
  height: 34px;
  border-radius: 50%;
}

.biz-services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.biz-service-card {
  background: var(--brand-bg);
  border-radius: 1rem;
  overflow: hidden;
  display: block;
  color: inherit;
}

.biz-service-card img {
  width: 100%;
  height: auto;
  display: block;
}

.biz-service-card .body {
  padding: 0.75rem;
  color: #000;
  font-weight: 800;
}

.biz-address-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.4rem;
  background: #facc15;
  color: #000;
  border-radius: 0.9rem;
  padding: 0.95rem 1.15rem;
  margin-bottom: 0.75rem;
}

.biz-address-item:last-child {
  margin-bottom: 0;
}

.biz-address-item i {
  font-size: 1.35rem;
  color: #000;
}

.biz-address-item span {
  font-weight: 800;
  font-size: 0.9rem;
  line-height: 1.65;
  color: #000;
}

.biz-hours-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 0.75rem;
  row-gap: 0.55rem;
  font-weight: 800;
  font-size: 0.78rem;
  color: #000;
}

.biz-hours-line {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  white-space: nowrap;
  min-width: 0;
}

.biz-hours-day {
  flex-shrink: 0;
}

.biz-hours-friday {
  grid-column: 1 / 2;
}

.biz-hours-grid .closed {
  color: #dc2626;
}

@media (min-width: 768px) {
  .biz-hours-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.1rem;
    font-size: 0.85rem;
  }

  .biz-hours-friday {
    grid-column: auto;
  }
}

.biz-maps-grid,
.biz-links-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.btn-map {
  background: linear-gradient(135deg, var(--brand-primary-dark), var(--brand-primary));
  border: none;
  color: #fff !important;
  font-weight: 700;
  border-radius: 0.75rem;
  padding: 0.65rem 0.9rem;
}

.btn-map:hover {
  background: var(--brand-primary-dark);
  color: #fff !important;
  filter: brightness(1.05);
}

.biz-square-link {
  flex: 1;
  min-width: 130px;
  text-align: center;
  border-radius: 1rem;
  overflow: hidden;
  color: inherit;
  background: var(--brand-bg);
}

.biz-square-link img {
  width: 100%;
  height: auto;
  display: block;
}

.biz-square-link .label {
  padding: 0.5rem;
  font-weight: 800;
  font-size: 0.9rem;
  color: #000;
}

.biz-copyright-bar {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 1rem 1.5rem;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.8;
  margin: 0;
}

.biz-copyright-bar .biz-copyright-brand {
  color: var(--brand-gold);
  font-weight: 800;
}

.biz-music-player {
  position: fixed;
  inset-inline-end: 1rem;
  bottom: 1rem;
  z-index: 1000;
  background: #fff;
  border-radius: 50px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.biz-music-player button {
  border: none;
  background: var(--brand-primary);
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

.biz-club-form,
.biz-appointment-form {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

@media (max-width: 576px) {
  .biz-profile-img {
    width: 110px;
    height: 110px;
  }
}
