/* Вариант: Weblium «Центр переливания крови» — медицинский синий + красный акцент
   Палитра: #196BB3, #ED3D31, #F5F8F9, #181818
   https://ru.weblium.com/templates/demo/blood-center-website-design-306 */

html[data-site-theme="bloodcenter"] {
  --brand-primary: #196bb3;
  --brand-accent: #ed3d31;
  --brand-bg: #f5f8f9;
  --brand-dark: #181818;
  --brand-muted: #5a6570;
  --brand-radius: 6px;
  --text-line: 1.7;
  --card-radius: 8px;
  --card-shadow: 0 2px 18px rgba(25, 107, 179, 0.08);
  --card-shadow-hover: 0 8px 28px rgba(25, 107, 179, 0.14);
}

html[data-site-theme="bloodcenter"] body {
  background-color: #fff;
  color: var(--brand-dark);
}

/* Шапка */
html[data-site-theme="bloodcenter"] .navbar {
  background: #fff !important;
  box-shadow: 0 2px 12px rgba(24, 24, 24, 0.06);
}

html[data-site-theme="bloodcenter"] .navbar-brand,
html[data-site-theme="bloodcenter"] .site-brand__text {
  color: var(--brand-primary) !important;
  font-size: 1.125rem;
  font-weight: 700;
}

html[data-site-theme="bloodcenter"] .site-logo--nav {
  opacity: 1;
  filter: none;
}

html[data-site-theme="bloodcenter"] .nav-link {
  color: var(--brand-dark);
  font-weight: 500;
  transition: color 0.2s ease;
}

html[data-site-theme="bloodcenter"] .nav-link:hover {
  color: var(--brand-primary);
}

html[data-site-theme="bloodcenter"] .navbar .btn-brand {
  background-color: var(--brand-accent);
  border-color: var(--brand-accent);
  border-radius: var(--brand-radius);
  box-shadow: 0 4px 14px rgba(237, 61, 49, 0.28);
  font-weight: 600;
}

html[data-site-theme="bloodcenter"] .navbar .btn-brand:hover {
  background-color: #d93429;
  border-color: #d93429;
}

/* Hero */
html[data-site-theme="bloodcenter"] .hero-section {
  background: linear-gradient(180deg, var(--brand-bg) 0%, #fff 100%);
  padding: 4rem 0;
}

html[data-site-theme="bloodcenter"] .hero-photo {
  border-radius: var(--card-radius);
  box-shadow: var(--card-shadow-hover);
}

html[data-site-theme="bloodcenter"] .hero-title {
  color: var(--brand-dark);
  font-weight: 700;
}

html[data-site-theme="bloodcenter"] .section-text {
  color: var(--brand-muted);
}

html[data-site-theme="bloodcenter"] .btn-brand {
  background-color: var(--brand-accent);
  border-color: var(--brand-accent);
  border-radius: var(--brand-radius);
  box-shadow: 0 4px 16px rgba(237, 61, 49, 0.25);
  font-weight: 600;
}

html[data-site-theme="bloodcenter"] .btn-brand:hover {
  background-color: #d93429;
  border-color: #d93429;
}

html[data-site-theme="bloodcenter"] .btn-outline-brand {
  color: var(--brand-primary);
  border-color: var(--brand-primary);
  border-radius: var(--brand-radius);
  font-weight: 600;
}

html[data-site-theme="bloodcenter"] .btn-outline-brand:hover {
  background-color: var(--brand-primary);
  border-color: var(--brand-primary);
  color: #fff;
}

/* Карточки */
html[data-site-theme="bloodcenter"] .format-card,
html[data-site-theme="bloodcenter"] .service-card,
html[data-site-theme="bloodcenter"] .review-card {
  border-radius: var(--card-radius);
  box-shadow: var(--card-shadow);
  border: 1px solid rgba(25, 107, 179, 0.1);
  background: #fff;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

html[data-site-theme="bloodcenter"] .format-card:hover,
html[data-site-theme="bloodcenter"] .service-card:hover,
html[data-site-theme="bloodcenter"] .review-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--card-shadow-hover);
  border-color: rgba(25, 107, 179, 0.22);
}

html[data-site-theme="bloodcenter"] .format-card-title {
  font-size: 1.1875rem;
  font-weight: 700;
  color: var(--brand-dark);
}

html[data-site-theme="bloodcenter"] .service-price {
  font-size: 1.3125rem;
  color: var(--brand-primary);
  font-weight: 700;
}

html[data-site-theme="bloodcenter"] .service-card {
  padding: 1.75rem !important;
}

html[data-site-theme="bloodcenter"] .service-card-pricing {
  border-top-color: rgba(25, 107, 179, 0.1);
}

/* Секции */
html[data-site-theme="bloodcenter"] .section-cream {
  background-color: var(--brand-bg);
}

html[data-site-theme="bloodcenter"] .section-title {
  color: var(--brand-dark);
  font-weight: 700;
}

html[data-site-theme="bloodcenter"] .about-photo-wrap {
  box-shadow: 0 8px 32px rgba(25, 107, 179, 0.18);
  outline: 3px solid rgba(25, 107, 179, 0.15);
  outline-offset: 4px;
}

html[data-site-theme="bloodcenter"] .about-stat {
  background: #fff;
  border-radius: var(--card-radius);
  border-left: 4px solid var(--brand-primary);
  box-shadow: var(--card-shadow);
}

html[data-site-theme="bloodcenter"] .about-stat__icon {
  color: var(--brand-primary);
}

html[data-site-theme="bloodcenter"] .about-highlight {
  border-left-color: var(--brand-accent);
  background: #fff;
  border-radius: var(--card-radius);
}

html[data-site-theme="bloodcenter"] .about-block {
  border-radius: var(--card-radius);
  box-shadow: var(--card-shadow);
  border: 1px solid rgba(25, 107, 179, 0.08);
}

html[data-site-theme="bloodcenter"] .about-quote {
  border-left-color: var(--brand-primary);
  background: var(--brand-bg);
  border-radius: var(--card-radius);
}

html[data-site-theme="bloodcenter"] .about-emphasis {
  color: var(--brand-primary);
}

html[data-site-theme="bloodcenter"] .step-number {
  background: var(--brand-primary);
  border-radius: var(--brand-radius);
}

html[data-site-theme="bloodcenter"] .problem-accordion .accordion-button:not(.collapsed) {
  background-color: var(--brand-bg);
  color: var(--brand-dark);
}

html[data-site-theme="bloodcenter"] .booking-section {
  background: var(--brand-primary);
  background-image: none;
}

html[data-site-theme="bloodcenter"] .booking-section .section-title {
  color: #fff;
}

html[data-site-theme="bloodcenter"] .booking-section .section-text,
html[data-site-theme="bloodcenter"] .booking-section .text-muted {
  color: rgba(255, 255, 255, 0.85) !important;
}

html[data-site-theme="bloodcenter"] .booking-section .card {
  border-radius: var(--card-radius);
  border-top: 4px solid var(--brand-accent);
}

html[data-site-theme="bloodcenter"] .booking-section .btn-brand {
  background-color: var(--brand-accent);
  border-color: var(--brand-accent);
}

html[data-site-theme="bloodcenter"] .faq-slide-card {
  border-radius: var(--card-radius);
  box-shadow: var(--card-shadow);
  border: 1px solid rgba(25, 107, 179, 0.1);
}

html[data-site-theme="bloodcenter"] .faq-carousel-indicators [data-bs-target] {
  background-color: #a8cce8;
}

html[data-site-theme="bloodcenter"] .faq-carousel-indicators .active {
  background-color: var(--brand-primary);
}

html[data-site-theme="bloodcenter"] .faq-edge-nav {
  border-color: rgba(25, 107, 179, 0.4);
  color: var(--brand-primary);
}

html[data-site-theme="bloodcenter"] .text-muted {
  color: var(--brand-muted) !important;
}

html[data-site-theme="bloodcenter"] .partner-card {
  border-radius: var(--card-radius);
  border: 1px solid rgba(25, 107, 179, 0.1);
}

html[data-site-theme="bloodcenter"] .partner-card-badge {
  background: var(--brand-primary);
  border-radius: var(--brand-radius);
}

html[data-site-theme="bloodcenter"] #format,
html[data-site-theme="bloodcenter"] #services {
  background-color: var(--brand-bg);
}
