/* Вариант: Careex — медицинская палитра (голубой + циан + серый)
   По мотивам https://demo.templatemonster.com/demo/74850.html */

html[data-site-theme="careex"] {
  --brand-primary: #39b9c6;
  --brand-accent: #2ea3af;
  --brand-secondary: #5a8dee;
  --brand-bg: #eef9fb;
  --brand-dark: #333333;
  --brand-muted: #77838f;
  --brand-radius: 6px;
  --text-line: 1.7;
  --card-radius: 8px;
  --card-shadow: 0 2px 18px rgba(57, 185, 198, 0.1);
  --card-shadow-hover: 0 8px 28px rgba(57, 185, 198, 0.18);
}

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

/* Шапка — чистая медицинская */
html[data-site-theme="careex"] .navbar {
  background: #fff !important;
  box-shadow: 0 1px 0 rgba(57, 185, 198, 0.12), 0 4px 20px rgba(0, 0, 0, 0.04);
}

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

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

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

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

html[data-site-theme="careex"] .navbar .btn-brand {
  background-color: var(--brand-primary);
  border-color: var(--brand-primary);
  border-radius: var(--brand-radius);
  box-shadow: 0 4px 14px rgba(57, 185, 198, 0.3);
}

html[data-site-theme="careex"] .navbar .btn-brand:hover {
  background-color: var(--brand-accent);
  border-color: var(--brand-accent);
}

/* Hero — светлый циановый фон как в Careex */
html[data-site-theme="careex"] .hero-section {
  background: linear-gradient(180deg, #eef9fb 0%, #fff 100%);
  padding: 4rem 0;
  position: relative;
}

html[data-site-theme="careex"] .hero-section::after {
  content: '';
  position: absolute;
  top: 10%;
  left: -5%;
  width: 40%;
  height: 70%;
  background: radial-gradient(circle, rgba(57, 185, 198, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

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

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

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

html[data-site-theme="careex"] .btn-brand {
  background-color: var(--brand-primary);
  border-color: var(--brand-primary);
  border-radius: var(--brand-radius);
  box-shadow: 0 4px 16px rgba(57, 185, 198, 0.28);
}

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

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

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

/* Карточки — белые, чёткие, медицинские */
html[data-site-theme="careex"] .format-card,
html[data-site-theme="careex"] .service-card,
html[data-site-theme="careex"] .review-card {
  border-radius: var(--card-radius);
  box-shadow: var(--card-shadow);
  border: 1px solid rgba(57, 185, 198, 0.12);
  background: #fff;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

html[data-site-theme="careex"] .format-card:hover,
html[data-site-theme="careex"] .service-card:hover,
html[data-site-theme="careex"] .review-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--card-shadow-hover);
  border-color: rgba(57, 185, 198, 0.28);
}

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

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

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

html[data-site-theme="careex"] .service-card-pricing {
  border-top-color: rgba(57, 185, 198, 0.12);
}

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

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

html[data-site-theme="careex"] .section-subtitle {
  color: var(--brand-dark);
}

html[data-site-theme="careex"] .about-photo-wrap {
  box-shadow: 0 8px 32px rgba(57, 185, 198, 0.22);
  outline: 3px solid rgba(57, 185, 198, 0.18);
  outline-offset: 4px;
}

html[data-site-theme="careex"] .about-stat {
  background: #fff;
  border: 1px solid rgba(57, 185, 198, 0.14);
  border-radius: var(--card-radius);
}

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

html[data-site-theme="careex"] .about-stat__value {
  color: var(--brand-dark);
}

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

html[data-site-theme="careex"] .about-block {
  border-radius: var(--card-radius);
  box-shadow: var(--card-shadow);
  border: 1px solid rgba(57, 185, 198, 0.08);
}

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

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

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

html[data-site-theme="careex"] .problem-accordion .accordion-button {
  border-radius: var(--brand-radius) !important;
}

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

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

html[data-site-theme="careex"] .booking-section .card {
  border-radius: var(--card-radius);
  border: 1px solid rgba(57, 185, 198, 0.12);
}

html[data-site-theme="careex"] .faq-slide-card {
  border-radius: var(--card-radius);
  box-shadow: var(--card-shadow);
  border: 1px solid rgba(57, 185, 198, 0.1);
}

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

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

html[data-site-theme="careex"] .faq-edge-nav {
  border-color: rgba(57, 185, 198, 0.45);
  color: var(--brand-primary);
}

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

html[data-site-theme="careex"] .partner-card {
  border-radius: var(--card-radius);
  border: 1px solid rgba(57, 185, 198, 0.1);
}

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