/* ============ BUSINESS MODE — EXECUTIVE BLACK & WHITE THEME ============ */

body.business-mode {
  --accent: #f3f3f3;
  --green-mid: #c7c7c7;
  --green: #ededed;
  --green-light: #ffffff;
  --green-dark: #111111;
  --forest: #060606;
  --sky-light: #181818;
  --sky: #6a6a6a;
  --sky-mid: #9c9c9c;
  --navy: #101010;
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 24%),
    radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 22%),
    radial-gradient(circle at 70% 78%, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 26%),
    linear-gradient(145deg, #020202 0%, #101010 28%, #1f1f1f 52%, #111111 76%, #030303 100%);
  color: #f4f4f4;
}

/* Preserve colors of media, logos, photos and brand icons */
body.business-mode img,
body.business-mode video,
body.business-mode .service-icon img,
body.business-mode .contact-icon img,
body.business-mode .flip-mess img,
body.business-mode .footer-logo-img,
body.business-mode .navbar-logo-img,
body.business-mode .fleet-img-wrap img,
body.business-mode .exc-card-img,
body.business-mode .exc-gallery-item img {
  filter: none !important;
}

/* ---- Navbar ---- */
body.business-mode .navbar.scrolled {
  background: rgba(8, 8, 8, 0.96);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(14px);
}
body.business-mode .navbar.scrolled .navbar-nav .nav-link,
body.business-mode .navbar.scrolled .navbar-phone {
  color: #ffffff;
}
body.business-mode .navbar.scrolled .navbar-nav .nav-link:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}
body.business-mode .navbar.scrolled .navbar-nav .nav-link.active {
  color: #ffffff;
}
body.business-mode .navbar.scrolled .site-switcher {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
body.business-mode .navbar.scrolled .switcher-btn {
  color: rgba(255, 255, 255, 0.62);
}
body.business-mode .navbar.scrolled .switcher-btn.active,
body.business-mode .navbar.scrolled .switcher-btn:hover {
  background: linear-gradient(135deg, #f5f5f5, #cfcfcf);
  color: #0b0b0b;
}
body.business-mode .navbar-nav .nav-link::after {
  background: linear-gradient(90deg, #ffffff, #a8a8a8);
}
body.business-mode .navbar-phone:hover {
  color: #d8d8d8;
}
body.business-mode .navbar-burger span {
  background: #ffffff;
}
body.business-mode .site-switcher {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}
body.business-mode .switcher-btn {
  color: rgba(255, 255, 255, 0.68);
}
body.business-mode .switcher-btn.active,
body.business-mode .switcher-btn:hover {
  background: rgba(255, 255, 255, 0.92);
  color: #111111;
}

/* ---- Hero ---- */
body.business-mode .title-accent {
  color: #d8d8d8;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.5);
}

body.business-mode .section-home .section-bg.no-image {
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0) 26%),
    linear-gradient(145deg, #030303 0%, #141414 24%, #2a2a2a 48%, #111111 74%, #020202 100%) !important;
}
body.business-mode .section-home .section-overlay {
  background: linear-gradient(
    108deg,
    rgba(0, 0, 0, 0.72) 0%,
    rgba(7, 7, 7, 0.54) 44%,
    rgba(12, 12, 12, 0.18) 72%,
    transparent 100%
  ) !important;
}
body.business-mode .hero-subtitle {
  color: rgba(255, 255, 255, 0.86);
}
body.business-mode .hero-description {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(10px);
}

/* ---- Buttons ---- */
body.business-mode .btn-primary {
  background: linear-gradient(135deg, #ffffff, #bbbbbb);
  color: #0b0b0b;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.24);
}
body.business-mode .btn-primary:hover {
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.34);
}
body.business-mode .btn-outline {
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.14);
}
body.business-mode .btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.28);
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22);
}
body.business-mode .btn-nav {
  background: linear-gradient(135deg, #f0f0f0, #c7c7c7);
  color: #111111 !important;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.24);
}
body.business-mode .flip-front {
  background: linear-gradient(135deg, #ffffff, #cfcfcf);
  color: #101010;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.24);
}

/* ---- Section labels ---- */
body.business-mode .section-label {
  color: #b5b5b5;
  letter-spacing: 4px;
}

/* ---- Fleet section ---- */
body.business-mode .section-fleet {
  background: #0a0a0a;
}
body.business-mode .section-fleet .section-bg {
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0) 24%),
    linear-gradient(180deg, #080808 0%, #151515 45%, #0c0c0c 100%) !important;
}
body.business-mode .section-title {
  color: #ffffff;
}
body.business-mode .section-subtitle {
  color: rgba(255, 255, 255, 0.62);
}
body.business-mode .fleet-card {
  background: linear-gradient(180deg, #161616 0%, #0f0f0f 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}
body.business-mode .fleet-card:hover {
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.34);
  border-color: rgba(255, 255, 255, 0.22);
}
body.business-mode .fleet-img-wrap {
  background: linear-gradient(135deg, #1c1c1c, #313131) !important;
}
body.business-mode .fleet-class {
  background: linear-gradient(135deg, #f5f5f5, #bdbdbd);
  color: #111111;
}
body.business-mode .fleet-name,
body.business-mode .fleet-name-overlay {
  color: rgba(255, 255, 255, 0.96);
}
body.business-mode .fleet-desc {
  color: rgba(255, 255, 255, 0.66);
}
body.business-mode .fleet-capacity {
  color: #d4d4d4;
}

/* ---- Services section ---- */
body.business-mode .section-services {
  background: #060606;
}
body.business-mode .section-services .section-bg {
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 26%),
    linear-gradient(145deg, #040404 0%, #151515 42%, #0b0b0b 100%) !important;
}
body.business-mode .service-item {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 100%;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%),
    linear-gradient(145deg, #111111 0%, #1d1d1d 52%, #0d0d0d 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);
  position: relative;
  overflow: hidden;
}
body.business-mode .service-item::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.07), rgba(255,255,255,0));
  pointer-events: none;
}
body.business-mode .service-item:hover {
  box-shadow: 0 26px 48px rgba(0, 0, 0, 0.4);
  border-color: rgba(255, 255, 255, 0.28);
  transform: translateY(-6px);
}
body.business-mode .service-item-head,
body.business-mode .service-item-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  position: relative;
  z-index: 1;
}
body.business-mode .service-icon {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-size: 30px;
  width: 62px;
  height: 62px;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
}
body.business-mode .service-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
body.business-mode .service-info {
  position: relative;
  z-index: 1;
}
body.business-mode .service-title {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 10px;
}
body.business-mode .service-desc {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.75;
  margin-bottom: 0;
}
body.business-mode .service-price {
  color: #f5f5f5;
  font-size: 15px;
  font-weight: 700;
}
body.business-mode .service-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
body.business-mode .service-more span {
  font-size: 16px;
}

@media (max-width: 700px) {
  body.business-mode .service-item {
    padding: 20px;
    gap: 16px;
  }
  body.business-mode .service-item-head,
  body.business-mode .service-item-foot {
    align-items: flex-start;
    flex-direction: column;
  }
  body.business-mode .service-chip {
    white-space: normal;
  }
}

/* ---- Contacts section ---- */
body.business-mode .section-contacts {
  background: #050505;
}
body.business-mode .section-contacts .section-bg {
  background:
    radial-gradient(circle at 86% 24%, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0) 24%),
    linear-gradient(145deg, #050505 0%, #171717 44%, #0a0a0a 100%) !important;
}
body.business-mode .section-contacts .section-overlay {
  background: rgba(0, 0, 0, 0.24) !important;
}
body.business-mode .contact-icon {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
body.business-mode .contact-label {
  color: rgba(255, 255, 255, 0.46);
}
body.business-mode .contact-value a:hover {
  color: #f4f4f4;
}
body.business-mode .contacts-reviews-label {
  color: #b5b5b5;
}
body.business-mode .contacts-reviews-list {
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
}
body.business-mode .review-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.22);
}
body.business-mode .review-card.is-link:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 24px 46px rgba(0, 0, 0, 0.26);
}
body.business-mode .review-service-logo,
body.business-mode .review-avatar {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.08);
}
body.business-mode .review-star.filled {
  color: #f6d06a;
}
body.business-mode .review-link-hint {
  color: rgba(255, 255, 255, 0.7);
}
body.business-mode .contacts-form {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
}
body.business-mode .form-group input,
body.business-mode .form-group select,
body.business-mode .form-group textarea {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
}
body.business-mode .form-group input:focus,
body.business-mode .form-group select:focus,
body.business-mode .form-group textarea:focus {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.1);
}
body.business-mode .form-group select option {
  background: #101010;
  color: #ffffff;
}

/* ---- WhyChoose section ---- */
body.business-mode .section-whychoose {
  background: #050505;
}
body.business-mode .section-whychoose .section-bg {
  background:
    radial-gradient(circle at 12% 16%, rgba(255,255,255,0.07) 0%, rgba(255,255,255,0) 24%),
    radial-gradient(circle at 84% 16%, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 24%),
    linear-gradient(145deg, #040404 0%, #141414 46%, #090909 100%) !important;
}
body.business-mode .section-whychoose .section-title {
  color: #ffffff;
}
body.business-mode .section-whychoose .section-subtitle,
body.business-mode .section-whychoose .section-description {
  color: rgba(255, 255, 255, 0.68);
}
body.business-mode .whychoose-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 46px 64px;
}
body.business-mode .whychoose-card {
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 80px 1fr;
  align-items: start;
  column-gap: 22px;
  row-gap: 10px;
}
body.business-mode .whychoose-icon {
  color: rgba(255,255,255,0.88);
  border-color: rgba(255,255,255,0.16);
  background: transparent;
  font-size: 30px;
}
body.business-mode .whychoose-title {
  color: rgba(255,255,255,0.96);
  font-size: 24px;
}
body.business-mode .whychoose-desc {
  color: rgba(255,255,255,0.65);
  font-size: 16px;
  line-height: 1.62;
}

/* ---- Footer ---- */
body.business-mode .footer {
  background: #030303;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
body.business-mode .footer-logo-icon {
  background: linear-gradient(135deg, #ffffff, #c6c6c6);
}
body.business-mode .footer-logo-text {
  color: #ffffff;
}

/* ---- Mobile nav ---- */
body.business-mode .mobile-nav {
  background: #080808;
}
body.business-mode .mob-link {
  color: rgba(255, 255, 255, 0.78);
}
body.business-mode .mob-link:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border-left-color: #ffffff;
}
body.business-mode .mob-phone {
  color: rgba(255, 255, 255, 0.88);
  border-top-color: rgba(255, 255, 255, 0.18);
}
body.business-mode .mobile-switcher .switcher-btn {
  background: #151515;
  color: rgba(255,255,255,0.66);
}
body.business-mode .mobile-switcher .switcher-btn.active,
body.business-mode .mobile-switcher .switcher-btn:hover {
  background: #f1f1f1;
  color: #111111;
}

/* ---- Scroll indicator ---- */
body.business-mode .scroll-indicator {
  color: #e7d3a0;
  font-weight: 700;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.42);
}
body.business-mode .scroll-arrow {
  border-right-color: #e7d3a0;
  border-bottom-color: #e7d3a0;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.32));
}

/* ---- Excursions section ---- */
body.business-mode .section-excursions {
  background: #070707;
}
body.business-mode .section-excursions .section-bg {
  background:
    radial-gradient(circle at 14% 82%, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0) 24%),
    linear-gradient(180deg, #060606 0%, #161616 44%, #0b0b0b 100%) !important;
}

/* ---- Excursion cards (exc-card) ---- */
body.business-mode .exc-card {
  background: #111111;
  border-color: rgba(255, 255, 255, 0.12);
}
body.business-mode .exc-card:hover {
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.34);
  border-color: rgba(255, 255, 255, 0.2);
}
body.business-mode .exc-card-footer {
  background: linear-gradient(180deg, #111111 0%, #0b0b0b 100%);
}
body.business-mode .exc-card-name {
  color: rgba(255, 255, 255, 0.95);
}
body.business-mode .exc-card-price {
  color: #d6d6d6;
}

/* ---- Excursion detail overlay ---- */
body.business-mode .exc-detail-overlay,
body.business-mode .exc-detail-page {
  background: #060606;
}
body.business-mode .exc-detail-close {
  color: rgba(255,255,255,0.72);
  background: rgba(255,255,255,0.08);
}
body.business-mode .exc-detail-close:hover {
  background: rgba(255,255,255,0.16);
  color: #fff;
}
body.business-mode .exc-detail-title {
  color: #fff;
}
body.business-mode .exc-detail-desc p {
  color: rgba(255,255,255,0.76);
}
body.business-mode .exc-detail-price-block {
  background: rgba(255,255,255,0.05);
  border-color: rgba(255,255,255,0.14);
}
body.business-mode .exc-detail-price-label {
  color: rgba(255,255,255,0.58);
}
body.business-mode .exc-detail-price,
body.business-mode .exc-detail-phone-reveal {
  color: #f2f2f2;
}
body.business-mode .exc-detail-book-btn {
  background: linear-gradient(135deg, #ffffff, #cfcfcf);
  color: #111111;
  box-shadow: 0 10px 28px rgba(0,0,0,0.24);
}
body.business-mode .exc-detail-book-btn:hover {
  box-shadow: 0 14px 34px rgba(0,0,0,0.34);
}

/* ---- Gallery overlay ---- */
body.business-mode .exc-gallery-overlay {
  background: #050505;
}
body.business-mode .exc-gallery-header {
  background: #111111;
  border-bottom-color: rgba(255,255,255,0.12);
}
body.business-mode .exc-gallery-header-title {
  color: #fff;
}
body.business-mode .exc-gallery-header-subtitle {
  color: rgba(255,255,255,0.55);
}
body.business-mode .exc-gallery-close {
  color: rgba(255,255,255,0.7);
  background: rgba(255,255,255,0.08);
}
body.business-mode .exc-gallery-close:hover {
  background: rgba(255,255,255,0.16);
  color: #fff;
}
body.business-mode .exc-gallery-section-label {
  color: rgba(255,255,255,0.52);
}
body.business-mode .exc-gallery-item {
  background: #121212;
}

/* ---- Mosaic ---- */
body.business-mode .exc-photos-mosaic-thumb {
  background: #111111;
}

/* ---- Fleet detail modal ---- */
body.business-mode .fleet-detail-overlay {
  background: rgba(0, 0, 0, 0.76);
}
body.business-mode .fleet-detail-sheet {
  background: #101010;
}
body.business-mode .fleet-detail-close {
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.8);
}
body.business-mode .fleet-detail-close:hover {
  background: rgba(255,255,255,0.16);
  color: #fff;
}
body.business-mode .fleet-detail-slider {
  background: #171717;
}
body.business-mode .fleet-detail-title {
  color: #fff;
}
body.business-mode .fleet-detail-desc p {
  color: rgba(255,255,255,0.78);
}

/* ---- Service/Fleet modal (exc-modal) in business ---- */
body.business-mode .exc-modal {
  background: #101010;
  color: #fff;
}
body.business-mode .exc-modal-gallery {
  background: linear-gradient(135deg, #181818, #2b2b2b);
}
body.business-mode .exc-modal-title {
  color: #ffffff;
}
body.business-mode .exc-modal-desc {
  color: rgba(255, 255, 255, 0.74);
}
body.business-mode .exc-meta-badge {
  background: rgba(255, 255, 255, 0.08);
  color: #f1f1f1;
  border: 1px solid rgba(255, 255, 255, 0.14);
}
body.business-mode .exc-modal-close {
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.82);
}
body.business-mode .exc-modal-close:hover {
  background: rgba(255,255,255,0.16);
  color: #ffffff;
}

body.business-mode .media-video-card {
  background: #121212;
  border-color: rgba(255,255,255,0.12);
  box-shadow: 0 14px 34px rgba(0,0,0,0.3);
}
body.business-mode .media-video-caption {
  color: rgba(255,255,255,0.82);
}
body.business-mode .exc-detail-video,
body.business-mode .fleet-detail-video,
body.business-mode .exc-modal-video {
  padding: 0 20px 18px;
}


@media (max-width: 760px) {
  body.business-mode .whychoose-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}

/* ---- Reviews section ---- */
body.business-mode .section-reviews {
  background: #050505;
}
body.business-mode .section-reviews .section-bg {
  background:
    radial-gradient(circle at 86% 24%, rgba(255,255,255,0.07) 0%, rgba(255,255,255,0) 24%),
    linear-gradient(145deg, #050505 0%, #171717 44%, #0a0a0a 100%) !important;
}
body.business-mode .section-reviews .section-label { color: #b5b5b5; }
body.business-mode .section-reviews .section-title { color: #ffffff; }
body.business-mode .section-reviews .section-subtitle { color: rgba(255,255,255,0.65); }

/* ============ BUSINESS MOBILE ============ */
@media (max-width: 768px) {
  body.business-mode .mobile-nav {
    background: #0d0d0d;
    box-shadow: 0 8px 32px rgba(0,0,0,0.5);
  }
  body.business-mode .mob-phone:active {
    background: rgba(255,255,255,0.08);
    color: #ffffff;
  }
  body.business-mode .mob-phone::before {
    /* phone emoji stays */
  }
  /* Услуги бизнес — 2 колонки */
  body.business-mode .services-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  /* Отзывы — сброс max-width для мобиле */
  body.business-mode .contacts-reviews-list { max-width: 100%; }
  body.business-mode .reviews-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
  body.business-mode .services-grid { grid-template-columns: 1fr; }
  body.business-mode .reviews-grid { grid-template-columns: 1fr; }
  body.business-mode .section-whychoose .section-title { font-size: clamp(24px, 6.5vw, 36px); }
}

@media (max-width: 768px) {
  body.business-mode .hero-description {
    max-width: 34ch;
  }

  body.business-mode .service-item-foot {
    align-items: flex-start;
    flex-direction: column;
  }

  body.business-mode .contacts-reviews-list {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 480px) {
  body.business-mode .hero-description {
    max-width: 100%;
  }

  body.business-mode .whychoose-card {
    grid-template-columns: 60px 1fr;
    column-gap: 14px;
  }

  body.business-mode .whychoose-title {
    font-size: 19px;
  }

  body.business-mode .whychoose-desc {
    font-size: 14px;
    line-height: 1.58;
  }
}

/* ===== Reviews bubble redesign (business) ===== */
body.business-mode .review-card.review-card-bubble {
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.business-mode .review-card.review-card-bubble .review-card-body {
  background:
    radial-gradient(circle at 14% 18%, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0) 24%),
    linear-gradient(145deg, #1b2531 0%, #233447 48%, #18212d 100%);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.3);
}

body.business-mode .review-card.review-card-bubble .review-card-body::after {
  background: linear-gradient(145deg, #233447 0%, #1a2430 100%);
  border-right: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

body.business-mode .review-card.review-card-bubble.is-link:hover {
  transform: translateY(-7px);
}

body.business-mode .review-card.review-card-bubble.is-link:hover .review-card-body {
  box-shadow: 0 28px 52px rgba(0,0,0,0.36);
}

body.business-mode .review-card.review-card-bubble .review-service-badge {
  background: rgba(6, 12, 20, 0.36);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}

body.business-mode .review-card.review-card-bubble .review-service-logo {
  background: linear-gradient(145deg, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0.04) 100%);
  border: 1px solid rgba(255,255,255,0.08);
}

body.business-mode .review-card.review-card-bubble .review-service-logo.is-fallback span,
body.business-mode .review-card.review-card-bubble .review-avatar.is-fallback span,
body.business-mode .review-card.review-card-bubble .review-service-name,
body.business-mode .review-card.review-card-bubble .review-author-name {
  color: #ffffff;
}

body.business-mode .review-card.review-card-bubble .review-star {
  color: rgba(255,255,255,0.18);
}

body.business-mode .review-card.review-card-bubble .review-star.filled {
  color: #f0c86a;
}

body.business-mode .review-card.review-card-bubble .review-text {
  color: rgba(255,255,255,0.84);
}

body.business-mode .review-card.review-card-bubble .review-link-hint {
  color: rgba(240,200,106,0.92);
}

body.business-mode .review-card.review-card-bubble .review-author-chip {
  background: linear-gradient(145deg, #243244 0%, #101923 100%);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 18px 34px rgba(0,0,0,0.34);
}

body.business-mode .review-card.review-card-bubble .review-avatar {
  background: linear-gradient(145deg, #eef2f6 0%, #cfd9e3 100%);
  border: 1px solid rgba(255,255,255,0.18);
}

body.business-mode .review-card.review-card-bubble .review-author-caption {
  color: rgba(255,255,255,0.54);
}
