﻿   PAGE 9: MEDICAL / HEALTH
   ═══════════════════════════════════════════ */
.wellness-hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: max-content;
  max-width: 100%;
  padding: 9px 16px 10px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: #D4A62A !important;
  border: 1px solid rgba(212, 166, 42, 0.55) !important;
  color: #142B6F !important;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.2px;
  box-shadow: 0 12px 24px rgba(212, 166, 42, 0.18);
}

.wellness-hero-tag i {
  color: #ffffff;
  font-size: 15px;
  line-height: 1;
}

.theme-btn-custom.wellness-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 13px 24px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.15;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(20, 43, 111, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.theme-btn-custom.wellness-btn i {
  font-size: 15px;
  line-height: 1;
}

.theme-btn-custom.wellness-btn-gold {
  background: #D4A62A !important;
  border-color: #D4A62A !important;
  color: #142B6F !important;
}

.theme-btn-custom.wellness-btn-navy {
  background: #142B6F !important;
  border-color: #142B6F !important;
  color: #ffffff !important;
}

.theme-btn-custom.wellness-btn-outline {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.72) !important;
  color: #ffffff !important;
  box-shadow: none;
}

.theme-btn-custom.wellness-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(20, 43, 111, 0.18);
}

.theme-btn-custom.wellness-btn-gold:hover {
  background: #142B6F !important;
  border-color: #142B6F !important;
  color: #ffffff !important;
}

.theme-btn-custom.wellness-btn-navy:hover,
.theme-btn-custom.wellness-btn-outline:hover {
  background: #D4A62A !important;
  border-color: #D4A62A !important;
  color: #142B6F !important;
}

.wellness-badge-grid {
  row-gap: 26px;
}

.wellness-badge-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.wellness-badge-item .infra-bubble-node {
  margin-left: auto;
  margin-right: auto;
  animation: none !important;
  transform: none !important;
}

.wellness-badge-item h6 {
  display: block;
  width: 100%;
  margin: 12px auto 0 !important;
  text-align: center;
  line-height: 1.15;
}

.health-hygiene-check {
  display: flex; align-items: flex-start; gap: 18px;
  padding: 18px 22px;
  background: linear-gradient(135deg, #f8fffa, #fff);
  border-radius: 16px; margin-bottom: 14px;
  border: 1px solid rgba(46,204,113,0.15);
  transition: all .3s ease;
}
.health-hygiene-check:hover { transform: translateX(6px); box-shadow: 0 10px 28px rgba(46,204,113,0.1); }
.health-check-badge {
  width: 44px; height: 44px; border-radius: 12px; flex-shrink: 0;
  background: linear-gradient(135deg, #27ae60, #2ecc71);
  color: #fff; font-size: 18px;
  display: flex; align-items: center; justify-content: center;
}
.health-check-title { font-size: 15px; font-weight: 800; color: #1e3a2f; margin-bottom: 4px; }
.health-check-desc  { font-size: 13px; color: #666; line-height: 1.6; margin: 0; }
.wellness-pillar {
  text-align: center; padding: 36px 22px;
  border-radius: 24px; background: #fff;
  box-shadow: 0 10px 32px rgba(30,38,109,0.05);
  border: 1px solid rgba(30,38,109,0.06);
  transition: all .3s ease; height: 100%;
}
.wellness-pillar:hover { transform: translateY(-8px); }
.wellness-icon {
  width: 80px; height: 80px; border-radius: 50%; margin: 0 auto 20px;
  display: flex; align-items: center; justify-content: center;
  font-size: 34px;
}

/* Hero tag repeated after legacy header comment so browsers always parse it. */
.wellness-hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: max-content;
  max-width: 100%;
  padding: 9px 16px 10px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: #D4A62A !important;
  border: 1px solid rgba(212, 166, 42, 0.55) !important;
  color: #142B6F !important;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.2px;
  box-shadow: 0 12px 24px rgba(212, 166, 42, 0.18);
}

/* ═══════════════════════════════════════════
