/* Вариант: Medicare — медицинский синий + оранжевый акцент
   По мотивам https://demo.templatemonster.com/ru/demo/539387.html */

html[data-site-theme="medicare"] {
  --brand-primary: #008fd5;
  --brand-accent: #f2921e;
  --brand-teal: #00abbf;
  --brand-bg: #eef6fb;
  --brand-dark: #333333;
  --brand-muted: #5c6b7a;
  --brand-navy: #263b51;
  --brand-radius: 4px;
  --text-line: 1.7;
  --card-radius: 4px;
  --card-shadow: 0 2px 16px rgba(0, 143, 213, 0.1);
  --card-shadow-hover: 0 8px 28px rgba(0, 143, 213, 0.18);
}

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

/* Шапка */
html[data-site-theme="medicare"] .navbar {
  background: #fff !important;
  box-shadow: 0 2px 12px rgba(0, 143, 213, 0.08);
  border-bottom: 3px solid var(--brand-primary);
}

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

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

html[data-site-theme="medicare"] .nav-link {
  color: var(--brand-muted);
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  transition: color 0.2s ease;
}

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

html[data-site-theme="medicare"] .navbar .btn-brand {
  background-color: var(--brand-accent);
  border-color: var(--brand-accent);
  border-radius: var(--brand-radius);
  box-shadow: 0 4px 14px rgba(242, 146, 30, 0.32);
  text-transform: uppercase;
  font-size: 0.8125rem;
  letter-spacing: 0.03em;
}

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

/* Hero */
html[data-site-theme="medicare"] .hero-section {
  background: linear-gradient(135deg, #eef6fb 0%, #fff 55%, #f8fbfe 100%);
  padding: 4rem 0;
  position: relative;
}

html[data-site-theme="medicare"] .hero-section::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--brand-primary), var(--brand-teal));
}

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

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

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

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

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

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

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

/* Карточки */
html[data-site-theme="medicare"] .format-card,
html[data-site-theme="medicare"] .service-card,
html[data-site-theme="medicare"] .review-card {
  border-radius: var(--card-radius);
  box-shadow: var(--card-shadow);
  border: none;
  border-top: 3px solid var(--brand-primary);
  background: #fff;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

html[data-site-theme="medicare"] .format-card:hover,
html[data-site-theme="medicare"] .service-card:hover,
html[data-site-theme="medicare"] .review-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--card-shadow-hover);
  border-top-color: var(--brand-accent);
}

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

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

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

html[data-site-theme="medicare"] .service-card-pricing {
  border-top-color: #eee;
}

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

html[data-site-theme="medicare"] .section-title {
  color: var(--brand-navy);
  font-weight: 700;
  position: relative;
  padding-bottom: 0.75rem;
}

html[data-site-theme="medicare"] .section-title::after {
  content: '';
  display: block;
  width: 3rem;
  height: 3px;
  background: var(--brand-accent);
  margin: 0.75rem auto 0;
}

html[data-site-theme="medicare"] .section-title.text-center::after {
  margin-left: auto;
  margin-right: auto;
}

html[data-site-theme="medicare"] .about-photo-wrap {
  box-shadow: 0 8px 32px rgba(0, 143, 213, 0.22);
  outline: 3px solid rgba(0, 143, 213, 0.15);
  outline-offset: 4px;
}

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

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

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

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

html[data-site-theme="medicare"] .about-block {
  border-radius: var(--card-radius);
  box-shadow: var(--card-shadow);
  border-top: 3px solid var(--brand-teal);
}

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

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

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

html[data-site-theme="medicare"] .problem-accordion .accordion-button:not(.collapsed) {
  background-color: var(--brand-bg);
  color: var(--brand-navy);
  border-top: 2px solid var(--brand-primary);
}

html[data-site-theme="medicare"] .booking-section {
  background: linear-gradient(180deg, var(--brand-navy) 0%, #1e3144 100%);
  color: #fff;
}

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

html[data-site-theme="medicare"] .booking-section .section-title::after {
  background: var(--brand-accent);
}

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

html[data-site-theme="medicare"] .faq-slide-card {
  border-radius: var(--card-radius);
  box-shadow: var(--card-shadow);
  border-top: 3px solid var(--brand-primary);
}

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

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

html[data-site-theme="medicare"] .faq-edge-nav {
  border-color: rgba(0, 143, 213, 0.45);
  color: var(--brand-primary);
}

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

html[data-site-theme="medicare"] .partner-card {
  border-radius: var(--card-radius);
  border-top: 3px solid var(--brand-teal);
}

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

html[data-site-theme="medicare"] #format .section-title::after,
html[data-site-theme="medicare"] #services .section-title::after,
html[data-site-theme="medicare"] #about .section-title::after,
html[data-site-theme="medicare"] #problems .section-title::after,
html[data-site-theme="medicare"] #reviews .section-title::after,
html[data-site-theme="medicare"] #steps .section-title::after,
html[data-site-theme="medicare"] #contacts .section-title::after {
  display: block;
}
