/* ============================================
   HARLEY DENT — Modern Rebrand v4
   Fresh palette: Deep Navy | Teal | Cyan | Warm Coral
   ============================================ */

:root {
  /* Primary palette */
  --hd-navy: #0F172A;
  --hd-navy-2: #1E293B;
  --hd-navy-3: #334155;
  --hd-teal: #0D9488;
  --hd-teal-dark: #0F766E;
  --hd-teal-light: #CCFBF1;
  --hd-cyan: #06B6D4;
  --hd-cyan-light: #CFFAFE;
  --hd-coral: #F97316;
  --hd-coral-dark: #EA580C;
  --hd-rose: #FB7185;

  /* Semantic */
  --hd-dark: var(--hd-navy);
  --hd-dark-2: var(--hd-navy-2);
  --hd-text: #020617;
  --hd-muted: #475569;
  --hd-bg: #F8FAFC;
  --hd-bg-2: #F1F5F9;
  --hd-white: #FFFFFF;
  --hd-border: rgba(15,23,42,0.07);
  --hd-border-light: rgba(15,23,42,0.04);
  --hd-shadow: 0 10px 30px -6px rgba(15,23,42,0.08);
  --hd-shadow-md: 0 14px 40px -8px rgba(15,23,42,0.12);
  --hd-shadow-lg: 0 24px 60px -12px rgba(15,23,42,0.16);
  --hd-shadow-colored: 0 12px 30px -8px rgba(6,182,212,0.25);
  --hd-shadow-coral: 0 12px 30px -8px rgba(249,115,22,0.28);
  --hd-radius: 24px;
  --hd-radius-sm: 18px;
  --hd-radius-xs: 12px;
  --hd-transition: all .35s cubic-bezier(.4,0,.2,1);
}

/* RESET */
html, body {
  overflow-x: hidden;
}
body.hd-wow {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  background: var(--hd-bg) !important;
  color: var(--hd-text) !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
  font-weight: 400 !important;
  margin: 0 !important;
  padding: 0 !important;
  padding-top: 70px !important;
  -webkit-font-smoothing: antialiased;
}
.hd-wow * { box-sizing: border-box; }
.hd-wow h1, .hd-wow h2, .hd-wow h3, .hd-wow h4, .hd-wow h5, .hd-wow h6 {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
  color: var(--hd-dark) !important;
  line-height: 1.15 !important;
  margin: 0 0 0.55em 0;
}
.hd-wow a {
  color: #FFFFFF;
  text-decoration: none;
  transition: var(--hd-transition);
  position: relative;
  font-weight: 600;
}
.hd-wow a:hover {
  color: var(--hd-cyan);
  text-shadow: 0 0 12px rgba(6,182,212,0.35);
}

/* Light-surface links: dark teal instead of white */
.hd-wow-content-card a:not(.hd-wow-btn),
.hd-wow-static-main a:not(.hd-wow-btn),
.hd-wow-article-main a:not(.hd-wow-btn),
.hd-wow-article-body a:not(.hd-wow-btn),
.hd-wow-sidebar-block a:not(.hd-wow-btn),
.hd-wow-feature a:not(.hd-wow-btn),
.hd-wow-service a:not(.hd-wow-btn),
.hd-wow-doctor a:not(.hd-wow-btn),
.hd-wow-result a:not(.hd-wow-btn),
.hd-wow-article-card-link:not(.hd-wow-btn),
.hd-wow-sidebar-menu a:not(.hd-wow-btn) {
  color: var(--hd-teal) !important;
  text-shadow: none;
}
.hd-wow-content-card a:not(.hd-wow-btn)::after,
.hd-wow-static-main a:not(.hd-wow-btn)::after,
.hd-wow-article-main a:not(.hd-wow-btn)::after,
.hd-wow-article-body a:not(.hd-wow-btn)::after,
.hd-wow-sidebar-block a:not(.hd-wow-btn)::after,
.hd-wow-feature a:not(.hd-wow-btn)::after,
.hd-wow-service a:not(.hd-wow-btn)::after,
.hd-wow-doctor a:not(.hd-wow-btn)::after,
.hd-wow-result a:not(.hd-wow-btn)::after,
.hd-wow-article-card-link:not(.hd-wow-btn)::after,
.hd-wow-sidebar-menu a:not(.hd-wow-btn)::after {
  display: none;
}
.hd-wow-content-card a:not(.hd-wow-btn):hover,
.hd-wow-static-main a:not(.hd-wow-btn):hover,
.hd-wow-article-main a:not(.hd-wow-btn):hover,
.hd-wow-article-body a:not(.hd-wow-btn):hover,
.hd-wow-sidebar-block a:not(.hd-wow-btn):hover,
.hd-wow-feature a:not(.hd-wow-btn):hover,
.hd-wow-service a:not(.hd-wow-btn):hover,
.hd-wow-doctor a:not(.hd-wow-btn):hover,
.hd-wow-result a:not(.hd-wow-btn):hover,
.hd-wow-article-card-link:not(.hd-wow-btn):hover,
.hd-wow-sidebar-menu a:not(.hd-wow-btn):hover {
  color: var(--hd-teal-dark) !important;
  text-shadow: none;
}

.hd-wow img { max-width: 100%; height: auto; }
.hd-wow p { margin: 0 0 1em 0; }
.hd-wow ul, .hd-wow ol { margin: 0 0 1em 0; padding-left: 0; }
.hd-wow li { margin-bottom: 8px; }

/* Hide old theme elements if any leak through */
.hd-wow #header,
.hd-wow #hero-1,
.hd-wow #footer-3,
.hd-wow .hd-hero-v2,
.hd-wow .hd-footer-v2,
.hd-wow .headtoppart,
.hd-wow .wsmainfull,
.hd-wow .wsmobileheader { display: none !important; }

/* CONTAINER */
.hd-wow .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* ===== TOPBAR ===== */
.hd-wow-topbar {
  background: linear-gradient(90deg, var(--hd-navy) 0%, var(--hd-navy-2) 100%);
  color: rgba(255,255,255,0.78);
  font-size: 13px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.hd-wow-topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.hd-wow-topbar i { margin-right: 6px; color: var(--hd-cyan); }
.hd-wow-topbar a { color: #fff; font-weight: 600; }
.hd-wow-topbar a:hover { color: var(--hd-cyan); }

/* ===== HEADER ===== */
.hd-wow-header {
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--hd-border-light);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.hd-wow-header.scrolled {
  box-shadow: var(--hd-shadow-md);
  border-bottom-color: transparent;
}
.hd-wow-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  gap: 12px;
}
.hd-wow-logo img { max-height: 44px; display: block; }
.hd-wow-burger {
  display: none;
  background: linear-gradient(135deg, var(--hd-teal) 0%, var(--hd-cyan) 100%);
  color: #fff;
  border: none;
  width: 44px; height: 44px;
  border-radius: var(--hd-radius-xs);
  font-size: 18px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  box-shadow: var(--hd-shadow-colored);
}
.hd-wow-menu { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.hd-wow-menu-header,
.hd-wow-menu-footer { display: none; }
.hd-wow-menu-body {
  display: flex;
  align-items: center;
  gap: 4px;
}
.hd-wow-menu-body > a,
.hd-wow-drop > a {
  color: var(--hd-navy-2);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  padding: 8px 14px;
  border-radius: 50px;
  transition: var(--hd-transition);
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.hd-wow-menu-body > a i,
.hd-wow-drop > a i { display: none; }
.hd-wow-menu-body > a::after,
.hd-wow-drop > a::after { display: none; }
.hd-wow-menu-body > a:hover,
.hd-wow-drop > a:hover { background: var(--hd-cyan-light); color: var(--hd-teal-dark); }
.hd-wow-drop { position: relative; }
.hd-wow-drop > a { cursor: pointer; }
.hd-wow-submenu {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px 8px;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  background: rgba(255,255,255,0.98);
  border: 1px solid var(--hd-border-light);
  border-radius: var(--hd-radius-xs);
  padding: 10px;
  min-width: 420px;
  box-shadow: var(--hd-shadow-lg);
  z-index: 1001;
  backdrop-filter: blur(12px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  pointer-events: none;
}
.hd-wow-drop:hover .hd-wow-submenu,
.hd-wow-drop.open .hd-wow-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
/* invisible hover bridge to prevent submenu disappearing */
.hd-wow-submenu::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -12px;
  height: 12px;
}
.hd-wow-submenu a { display: block; padding: 10px 14px; border-radius: 10px; color: var(--hd-navy) !important; font-weight: 600; font-size: 14px; }
.hd-wow-submenu a:hover { background: var(--hd-cyan-light); color: var(--hd-navy) !important; }
.hd-wow-header-phone {
  display: flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--hd-teal) 0%, var(--hd-cyan) 100%);
  color: #fff !important;
  padding: 9px 18px 9px 10px;
  border-radius: 50px;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
  flex-shrink: 0;
  transition: var(--hd-transition);
  box-shadow: var(--hd-shadow-colored);
}
.hd-wow-header-phone:hover { background: linear-gradient(135deg, var(--hd-teal-dark) 0%, #0891B2 100%); color: #fff !important; transform: translateY(-1px); }
.hd-wow-header-phone i {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: #fff;
  color: var(--hd-teal);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

/* ===== BUTTONS ===== */
.hd-wow-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none !important;
  transition: var(--hd-transition);
  border: 2px solid transparent;
  cursor: pointer;
}
.hd-wow-btn-main {
  background: linear-gradient(135deg, var(--hd-coral) 0%, var(--hd-rose) 100%);
  color: #fff !important;
  box-shadow: var(--hd-shadow-coral);
}
.hd-wow-btn-main {
  color: #fff !important;
  text-shadow: none;
}
.hd-wow-btn-main i { color: #fff !important; }
.hd-wow-btn-main:hover { background: linear-gradient(135deg, var(--hd-coral-dark) 0%, #E11D48 100%); color: #fff !important; transform: translateY(-2px); box-shadow: 0 16px 40px -8px rgba(249,115,22,0.38); }
.hd-wow-btn-main:hover i { color: #fff !important; }
.hd-wow-btn-main:disabled {
  opacity: 0.75;
  cursor: not-allowed;
  transform: none;
  filter: grayscale(0.3);
}
.hd-btn-text, .hd-btn-loader { display: inline; }
.hd-wow-btn-ghost {
  background: rgba(255,255,255,0.15);
  color: #fff !important;
  border-color: rgba(255,255,255,0.50);
  backdrop-filter: blur(8px);
}
.hd-wow-btn-ghost:hover { background: #fff; color: var(--hd-navy) !important; border-color: #fff; }
.hd-wow-btn-cyan {
  background: linear-gradient(135deg, var(--hd-teal) 0%, var(--hd-cyan) 100%);
  color: #fff !important;
  box-shadow: var(--hd-shadow-colored);
}
.hd-wow-btn-cyan:hover { background: linear-gradient(135deg, var(--hd-teal-dark) 0%, #0891B2 100%); color: #fff !important; transform: translateY(-2px); box-shadow: 0 16px 40px -8px rgba(6,182,212,0.35); }

/* ===== HERO SLIDER ===== */
.hd-wow-hero {
  position: relative;
  min-height: 680px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--hd-navy);
  margin-top: 0;
}
.hd-wow-hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.2s ease;
  z-index: 1;
}
.hd-wow-hero-slide.active { opacity: 1; z-index: 2; }
.hd-wow-hero-slide::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(15,23,42,0.92) 0%, rgba(15,23,42,0.72) 45%, rgba(15,23,42,0.25) 100%);
}
.hd-wow-hero-slide::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 50%, rgba(6,182,212,0.12) 0%, transparent 50%);
}
.hd-wow-hero-content {
  position: relative;
  z-index: 3;
  color: #fff;
  padding: 120px 0 100px;
}
.hd-wow-hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.14);
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,0.9);
  backdrop-filter: blur(8px);
  margin-bottom: 20px;
}
.hd-wow-hero-tag .hd-wow-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--hd-coral);
  box-shadow: 0 0 12px var(--hd-coral);
}
.hd-wow-hero h1 {
  color: #fff !important;
  font-size: clamp(38px, 5vw, 64px);
  margin-bottom: 20px;
  max-width: 700px;
}
.hd-wow-hero h1 span { color: var(--hd-cyan); }
.hd-wow-hero p {
  font-size: 18px;
  color: rgba(255,255,255,0.88);
  max-width: 560px;
  margin-bottom: 30px;
}
.hd-wow-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hd-wow-hero-dots {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  gap: 10px;
}
.hd-wow-hero-dot {
  width: 12px; height: 12px;
  border-radius: 50%;
  background: rgba(255,255,255,0.4);
  cursor: pointer;
  transition: var(--hd-transition);
}
.hd-wow-hero-dot.active { background: var(--hd-coral); transform: scale(1.2); box-shadow: 0 0 12px var(--hd-coral); }

/* ===== DENTAL BAR ===== */
.hd-wow-dentalbar {
  background: rgba(255,255,255,0.96);
  border-radius: var(--hd-radius);
  box-shadow: var(--hd-shadow-lg);
  margin-top: -50px;
  position: relative;
  z-index: 10;
  padding: 45px 30px 35px;
  border: 1px solid var(--hd-border-light);
  backdrop-filter: blur(12px);
}
.hd-wow-dentalbar-item {
  text-align: center;
  padding: 0 12px;
}
.hd-wow-dentalbar-icon {
  width: 100px; height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  background: linear-gradient(135deg, var(--hd-cyan-light) 0%, #fff 100%);
  border: 2px solid rgba(6,182,212,0.12);
  transition: var(--hd-transition);
}
.hd-wow-dentalbar-item:hover .hd-wow-dentalbar-icon {
  transform: translateY(-6px);
  border-color: var(--hd-cyan);
  box-shadow: var(--hd-shadow-colored);
}
.hd-wow-dentalbar-icon img { width: 48px; height: 48px; }
.hd-wow-dentalbar h4 {
  font-size: 18px;
  margin-bottom: 8px;
}
.hd-wow-dentalbar p { color: var(--hd-muted); font-size: 14px; margin: 0; }

/* ===== SECTIONS ===== */
.hd-wow-section { padding: 90px 0; }
.hd-wow-section.hd-wow-alt { background: #fff; }
.hd-wow-title { text-align: center; margin-bottom: 50px; }
.hd-wow-title .hd-wow-tag { margin-bottom: 10px; }
.hd-wow-title h2 { font-size: clamp(28px, 3.2vw, 40px); margin-bottom: 14px; }
.hd-wow-title .hd-wow-lead { color: var(--hd-muted); max-width: 720px; margin: 0 auto; font-size: 16px; }

.hd-wow-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--hd-teal);
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.hd-wow-tag::before {
  content: '';
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--hd-coral);
}

/* ===== FOUNDER ===== */
.hd-wow-media {
  position: relative;
  border-radius: var(--hd-radius);
  overflow: hidden;
  box-shadow: var(--hd-shadow-lg);
}
.hd-wow-media img { display: block; width: 100%; }
.hd-wow-media-tag {
  position: absolute;
  bottom: 24px; left: 24px;
  background: rgba(255,255,255,0.96);
  padding: 14px 22px;
  border-radius: var(--hd-radius-sm);
  box-shadow: var(--hd-shadow-md);
  text-align: center;
  backdrop-filter: blur(8px);
  border: 1px solid var(--hd-border-light);
}
.hd-wow-media-tag strong { display: block; color: var(--hd-coral); font-size: 26px; font-weight: 800; }
.hd-wow-media-tag span { font-size: 12px; color: var(--hd-muted); font-weight: 600; }

/* ===== WHY US ===== */
.hd-wow-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  background: #fff;
  padding: 30px 24px;
  border-radius: var(--hd-radius-sm);
  border: 1px solid var(--hd-border-light);
  height: 100%;
  transition: var(--hd-transition);
}
.hd-wow-feature:hover {
  transform: translateY(-4px);
  box-shadow: var(--hd-shadow-md);
  border-color: rgba(6,182,212,0.25);
}
.hd-wow-feature-icon {
  width: 60px; height: 60px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--hd-teal) 0%, var(--hd-cyan) 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  flex-shrink: 0;
  box-shadow: var(--hd-shadow-colored);
}
.hd-wow-feature h5 { font-size: 17px; margin-bottom: 8px; }
.hd-wow-feature p { color: var(--hd-muted); font-size: 14px; margin: 0; }

/* ===== COUNTERS ===== */
.hd-wow-metrics {
  background:
    radial-gradient(circle at 20% 30%, rgba(6,182,212,0.12) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(249,115,22,0.10) 0%, transparent 40%),
    linear-gradient(135deg, var(--hd-navy) 0%, var(--hd-navy-2) 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.hd-wow-metric {
  text-align: center;
  color: #fff;
  padding: 20px 10px;
}
.hd-wow-metric-icon {
  width: 64px; height: 64px;
  margin: 0 auto 16px;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}
.hd-wow-metric strong {
  display: block;
  font-size: clamp(36px, 4vw, 48px);
  font-weight: 800;
  color: var(--hd-cyan);
  line-height: 1;
  margin-bottom: 8px;
}
.hd-wow-metric span { font-size: 15px; color: rgba(255,255,255,0.85); }

/* ===== SERVICES ===== */
.hd-wow-service {
  background: #fff;
  border-radius: var(--hd-radius-sm);
  padding: 34px 28px;
  border: 1px solid var(--hd-border-light);
  text-align: center;
  height: 100%;
  transition: var(--hd-transition);
}
.hd-wow-service:hover {
  transform: translateY(-8px);
  box-shadow: var(--hd-shadow-lg);
  border-color: transparent;
}
.hd-wow-service-icon {
  width: 90px; height: 90px;
  border-radius: 50%;
  margin: 0 auto 22px;
  background: linear-gradient(135deg, var(--hd-cyan-light) 0%, #fff 100%);
  border: 2px solid rgba(6,182,212,0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--hd-transition);
  position: relative;
}
.hd-wow-service-icon img.icon-default,
.hd-wow-service-icon img.icon-hover {
  width: 48px; height: 48px;
  transition: var(--hd-transition);
}
.hd-wow-service-icon img.icon-hover {
  position: absolute;
  opacity: 0;
  transform: scale(0.8);
}
.hd-wow-service:hover .hd-wow-service-icon {
  background: linear-gradient(135deg, var(--hd-teal) 0%, var(--hd-cyan) 100%);
  border-color: transparent;
  box-shadow: var(--hd-shadow-colored);
}
.hd-wow-service:hover .icon-default { opacity: 0; transform: scale(0.8); }
.hd-wow-service:hover .icon-hover { opacity: 1; transform: scale(1); filter: brightness(0) invert(1); }
.hd-wow-service-icon i {
  font-size: 32px;
  color: var(--hd-teal);
  transition: var(--hd-transition);
}
.hd-wow-service:hover .hd-wow-service-icon i { color: #fff; }
.hd-wow-service h5 { font-size: 18px; margin-bottom: 10px; }
.hd-wow-service p { color: var(--hd-muted); font-size: 14px; margin-bottom: 18px; }
.hd-wow-service a {
  font-weight: 700;
  font-size: 14px;
  color: var(--hd-teal);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.hd-wow-service a::after { content: '→'; transition: var(--hd-transition); }
.hd-wow-service a:hover::after { transform: translateX(4px); }

/* ===== DOCTORS ===== */
.hd-wow-doctors-page { padding: 60px 0 90px; }
.hd-wow-doctors-page .hd-wow-title { margin-bottom: 50px; }
.hd-wow-doctor {
  background: #fff;
  border-radius: var(--hd-radius-sm);
  overflow: hidden;
  border: 1px solid var(--hd-border-light);
  text-align: center;
  height: 100%;
  transition: var(--hd-transition);
  display: flex;
  flex-direction: column;
}
.hd-wow-doctor:hover {
  transform: translateY(-8px);
  box-shadow: var(--hd-shadow-lg);
}
.hd-wow-doctor-photo {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/5;
  display: block;
}
.hd-wow-doctor-photo img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s ease;
}
.hd-wow-doctor:hover .hd-wow-doctor-photo img { transform: scale(1.06); }
.hd-wow-doctor-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(15,23,42,0.55) 100%);
  opacity: 0.7;
  transition: opacity .4s ease;
  pointer-events: none;
}
.hd-wow-doctor:hover .hd-wow-doctor-photo::after { opacity: 1; }
.hd-wow-doctor-more {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.95);
  color: var(--hd-navy) !important;
  font-weight: 700;
  font-size: 13px;
  padding: 8px 16px;
  border-radius: 50px;
  box-shadow: var(--hd-shadow);
  opacity: 0;
  transition: all .35s ease;
  pointer-events: none;
  white-space: nowrap;
}
.hd-wow-doctor:hover .hd-wow-doctor-more {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.hd-wow-doctor h5 {
  font-size: 18px;
  margin: 22px 20px 6px;
  color: var(--hd-navy) !important;
}
.hd-wow-doctor span {
  display: block;
  color: var(--hd-teal);
  font-weight: 600;
  font-size: 13px;
  margin: 0 20px 24px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .hd-wow-doctor h5 { font-size: 16px; margin: 18px 16px 4px; }
  .hd-wow-doctor span { margin: 0 16px 20px; }
  .hd-wow-doctor-more { display: none; }
  .hd-wow-doctor-photo::after { display: none; }
}

/* Legacy doctor-2 fallback to match new design */
.doctor-2 {
  background: #fff;
  border-radius: var(--hd-radius-sm);
  overflow: hidden;
  border: 1px solid var(--hd-border-light);
  text-align: center;
  margin-bottom: 24px;
  transition: var(--hd-transition);
}
.doctor-2:hover {
  transform: translateY(-8px);
  box-shadow: var(--hd-shadow-lg);
}
.doctor-2 .hover-overlay {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/5;
}
.doctor-2 .hover-overlay img {
  width: 100%; height: 100%; object-fit: cover;
  transform: none;
  transition: transform .5s ease;
}
.doctor-2:hover .hover-overlay img { transform: scale(1.06); }
.doctor-meta { padding: 20px; }
.doctor-meta h5,
.doctor-meta .h5-xs {
  font-size: 18px;
  margin: 0 0 6px;
  color: var(--hd-navy) !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
}
.doctor-meta span { color: var(--hd-teal); font-weight: 600; font-size: 13px; }

/* ===== GALLERY ===== */
.hd-wow-gallery a {
  display: block;
  border-radius: var(--hd-radius-xs);
  overflow: hidden;
  position: relative;
}
.hd-wow-gallery a::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(15,23,42,0.0);
  transition: var(--hd-transition);
}
.hd-wow-gallery a:hover::after { background: rgba(15,23,42,0.25); }
.hd-wow-gallery img {
  width: 100%; height: 220px; object-fit: cover;
  transition: transform .5s ease;
}
.hd-wow-gallery a:hover img { transform: scale(1.08); }

/* ===== RESULTS ===== */
.hd-wow-result {
  background: #fff;
  border-radius: var(--hd-radius-sm);
  overflow: hidden;
  border: 1px solid var(--hd-border-light);
  transition: var(--hd-transition);
}
.hd-wow-result:hover { box-shadow: var(--hd-shadow-md); }
.hd-wow-result-img { overflow: hidden; }
.hd-wow-result-img img { width: 100%; height: 220px; object-fit: cover; transition: transform .5s ease; }
.hd-wow-result:hover .hd-wow-result-img img { transform: scale(1.05); }
.hd-wow-result h5 { padding: 18px 20px 4px; font-size: 17px; }
.hd-wow-result p { padding: 0 20px 20px; color: var(--hd-muted); font-size: 14px; margin: 0; }

/* ===== TESTIMONIALS ===== */
.hd-wow-testimonials-bg {
  background: linear-gradient(135deg, rgba(6,182,212,0.05) 0%, rgba(249,115,22,0.03) 100%);
}
.hd-wow-quote {
  background: rgba(255,255,255,0.95);
  border-radius: var(--hd-radius-sm);
  padding: 28px;
  border: 1px solid var(--hd-border-light);
  height: 100%;
  transition: var(--hd-transition);
  position: relative;
  backdrop-filter: blur(8px);
}
.hd-wow-quote:hover { transform: translateY(-5px); box-shadow: var(--hd-shadow-md); }
.hd-wow-quote::before {
  content: '“';
  position: absolute;
  top: 10px; right: 22px;
  font-size: 72px;
  color: var(--hd-cyan);
  opacity: 0.12;
  line-height: 1;
  font-family: Georgia, serif;
}
.hd-wow-stars { color: var(--hd-coral); font-size: 13px; margin-bottom: 14px; }
.hd-wow-quote p { color: var(--hd-text); font-size: 15px; margin-bottom: 20px; }
.hd-wow-quote-author { display: flex; align-items: center; gap: 12px; }
.hd-wow-quote-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--hd-teal) 0%, var(--hd-cyan) 100%);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 16px;
}
.hd-wow-quote-author strong { font-size: 14px; color: var(--hd-navy); }

/* ===== FAQ ===== */
.hd-wow-faq { display: flex; flex-direction: column; gap: 14px; }
.hd-wow-faq-item {
  background: rgba(255,255,255,0.95);
  border-radius: var(--hd-radius-sm);
  border: 1px solid var(--hd-border-light);
  overflow: hidden;
  transition: var(--hd-transition);
  backdrop-filter: blur(8px);
}
.hd-wow-faq-item.open { box-shadow: var(--hd-shadow-md); }
.hd-wow-faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  background: none;
  border: none;
  font-weight: 700;
  font-size: 15px;
  color: var(--hd-navy);
  cursor: pointer;
  text-align: left;
  outline: none !important;
}
.hd-wow-faq-question i { color: var(--hd-teal); transition: transform .3s ease; }
.hd-wow-faq-item.open .hd-wow-faq-question i { transform: rotate(45deg); color: var(--hd-coral); }
.hd-wow-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
}
.hd-wow-faq-item.open .hd-wow-faq-answer { max-height: 300px; }
.hd-wow-faq-answer p { padding: 0 24px 22px; color: var(--hd-muted); font-size: 14px; margin: 0; }

/* ===== CTA ===== */
.hd-wow-cta {
  background:
    radial-gradient(circle at 20% 20%, rgba(6,182,212,0.12) 0%, transparent 40%),
    radial-gradient(circle at 90% 80%, rgba(249,115,22,0.10) 0%, transparent 40%),
    linear-gradient(135deg, var(--hd-navy) 0%, var(--hd-navy-2) 100%);
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.hd-wow-cta .container { position: relative; z-index: 1; }
.hd-wow-cta-box {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: var(--hd-radius);
  padding: 50px;
  position: relative;
  backdrop-filter: blur(12px);
}
.hd-wow-cta-box h2 { color: #fff !important; margin-bottom: 12px; font-size: clamp(28px, 3.4vw, 40px); }
.hd-wow-cta-box p { color: rgba(255,255,255,0.78); margin: 0 0 24px; font-size: 16px; }
.hd-wow-cta-box .form-control {
  height: 50px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.20);
  background: rgba(255,255,255,0.08);
  color: #fff;
  font-size: 15px;
  padding: 12px 16px;
  transition: var(--hd-transition);
}
.hd-wow-cta-box .form-control::placeholder { color: rgba(255,255,255,0.55); }
.hd-wow-cta-box .form-control:focus {
  border-color: var(--hd-cyan);
  background: rgba(255,255,255,0.12);
  box-shadow: 0 0 0 4px rgba(6,182,212,0.15);
  color: #fff;
}
.hd-wow-cta-box select.form-control { color: rgba(255,255,255,0.75); }
.hd-wow-cta-box select.form-control option { background: var(--hd-navy); color: #fff; }
.hd-wow-cta-box textarea.form-control { height: auto; resize: vertical; }
.hd-wow-cta-box .hd-wow-btn-main { width: 100%; justify-content: center; }
.hd-wow-cta-box .hd-wow-form-note { color: rgba(255,255,255,0.5); text-align: center; font-size: 12px; margin-top: 12px; }
.hd-wow-cta-box .hd-wow-alert { text-align: left; }

@media (max-width: 767px) {
  .hd-wow-cta { padding: 60px 0; }
  .hd-wow-cta-box { padding: 28px 22px; }
}

/* ===== MAP ===== */
.hd-wow-map { width: 100%; height: 420px; overflow: hidden; line-height: 0; }
.hd-wow-map iframe { width: 100%; height: 420px; border: 0; display: block; }

/* ===== FOOTER ===== */
.hd-wow-footer {
  background:
    radial-gradient(circle at 10% 10%, rgba(6,182,212,0.10) 0%, transparent 35%),
    radial-gradient(circle at 90% 90%, rgba(249,115,22,0.08) 0%, transparent 35%),
    var(--hd-navy);
  color: rgba(255,255,255,0.70);
  padding: 80px 0 0;
  font-size: 14px;
  position: relative;
  overflow: hidden;
}
.hd-wow-footer h6 {
  color: #fff !important;
  font-size: 14px;
  margin-bottom: 18px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}
.hd-wow-footer a { color: #fff !important; text-shadow: none; }
.hd-wow-footer a:hover { color: var(--hd-cyan) !important; }
.hd-wow-footer a::after { display: none !important; }
.hd-wow-foot-brand img { max-height: 46px; margin-bottom: 18px; filter: brightness(0) invert(1); }
.hd-wow-foot-brand p { color: rgba(255,255,255,0.80); margin-bottom: 18px; }
.hd-wow-foot-socials { display: flex; gap: 10px; }
.hd-wow-foot-socials a {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  color: #fff !important;
  display: flex; align-items: center; justify-content: center;
  font-size: 16px;
  transition: var(--hd-transition);
}
.hd-wow-foot-socials a:hover { background: var(--hd-teal); transform: translateY(-3px); }
.hd-wow-foot-links { list-style: none; padding: 0; margin: 0; }
.hd-wow-foot-links li { margin-bottom: 10px; display: flex; gap: 10px; align-items: flex-start; }
.hd-wow-foot-links i { color: var(--hd-cyan); margin-top: 3px; width: 16px; flex-shrink: 0; }
.hd-wow-foot-menu { padding-left: 0 !important; }
.hd-wow-foot-menu li { margin-bottom: 6px; padding-left: 0 !important; }
.hd-wow-foot-menu a {
  color: #fff !important;
  font-weight: 500;
  font-size: 14px;
  padding: 0 !important;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: var(--hd-transition);
  text-shadow: none;
}
.hd-wow-foot-menu a::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--hd-cyan);
  opacity: 0.6;
  transition: var(--hd-transition);
  flex-shrink: 0;
}
.hd-wow-foot-menu a:hover {
  color: var(--hd-cyan) !important;
  transform: translateX(4px);
}
.hd-wow-foot-menu a:hover::before { opacity: 1; background: var(--hd-coral); box-shadow: 0 0 8px var(--hd-coral); }
.hd-wow-foot-menu a::after { display: none !important; }
.hd-wow-foot-contact { padding-left: 0 !important; }
.hd-wow-foot-contact li { align-items: flex-start; line-height: 1.4; padding-left: 0 !important; margin-bottom: 12px; }
.hd-wow-foot-contact span { color: #fff; }
.hd-wow-foot-contact a { color: #fff !important; font-weight: 600; text-shadow: none; }
.hd-wow-foot-contact a:hover { color: var(--hd-cyan) !important; }
.hd-wow-foot-contact a::after { display: none !important; }
.hd-wow-foot-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  margin-top: 60px;
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 12px;
  color: rgba(255,255,255,0.45);
}
.hd-wow-foot-bottom a { color: rgba(255,255,255,0.55); text-decoration: underline; }
.hd-wow-foot-bottom a:hover { color: var(--hd-cyan); }

/* ===== FLOATING WHATSAPP ===== */
.hd-wow-float {
  position: fixed !important;
  bottom: 24px !important;
  right: 24px !important;
  left: auto !important;
  top: auto !important;
  width: 58px; height: 58px;
  border-radius: 50%;
  background: #25D366;
  color: #fff !important;
  display: flex; align-items: center; justify-content: center;
  font-size: 28px;
  box-shadow: 0 8px 24px rgba(37,211,102,0.35);
  z-index: 2147483647 !important;
  transition: transform .25s ease, background .25s ease;
  animation: hd-float-in .7s cubic-bezier(.34,1.56,.64,1) forwards, hd-float-ring 2.2s infinite;
}
.hd-wow-float::before,
.hd-wow-float::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid #25D366;
  opacity: .75;
  pointer-events: none;
  animation: hd-float-ripple 2.2s infinite;
}
.hd-wow-float::after { animation-delay: 1.1s; }
.hd-wow-float i.fab {
  position: relative;
  z-index: 1;
  animation: hd-float-wiggle 3s ease-in-out infinite;
}
.hd-wow-float:hover { transform: scale(1.12); background: #1DA851; }
.hd-wow-float:hover::before,
.hd-wow-float:hover::after { border-color: #1DA851; }
/* Tooltip */
.hd-wow-float .hd-wow-float-tip {
  position: absolute;
  right: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%) translateX(8px);
  background: var(--hd-navy);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 7px 12px;
  border-radius: 50px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease, transform .25s ease;
  box-shadow: var(--hd-shadow);
  font-family: 'Inter', sans-serif;
}
.hd-wow-float:hover .hd-wow-float-tip { opacity: 1; transform: translateY(-50%) translateX(0); }
@media (max-width: 767px) {
  .hd-wow-float {
    width: 54px; height: 54px; font-size: 26px;
    bottom: 16px !important;
    right: 16px !important;
    left: auto !important;
    top: auto !important;
    margin: 0 !important;
    animation: hd-float-in-mobile .5s cubic-bezier(.34,1.56,.64,1) forwards, hd-float-ring 2.2s infinite;
  }
  .hd-wow-float::before,
  .hd-wow-float::after { animation-name: hd-float-ripple-mobile; }
  .hd-wow-float .hd-wow-float-tip { display: none; }
}
@keyframes hd-float-in {
  0% { transform: scale(0) translateY(60px); opacity: 0; }
  60% { transform: scale(1.15) translateY(-6px); opacity: 1; }
  100% { transform: scale(1) translateY(0); opacity: 1; }
}
@keyframes hd-float-in-mobile {
  0% { transform: scale(0.6) translateY(40px); opacity: 0; }
  60% { transform: scale(1.1) translateY(-4px); opacity: 1; }
  100% { transform: scale(1) translateY(0); opacity: 1; }
}
@keyframes hd-float-ring {
  0% { box-shadow: 0 0 0 0 rgba(37,211,102,0.45); }
  70% { box-shadow: 0 0 0 16px rgba(37,211,102,0); }
  100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}
@keyframes hd-float-ripple {
  0% { transform: scale(1); opacity: .7; }
  70% { transform: scale(2.1); opacity: 0; }
  100% { transform: scale(2.1); opacity: 0; }
}
@keyframes hd-float-ripple-mobile {
  0% { transform: scale(1); opacity: .6; }
  70% { transform: scale(1.5); opacity: 0; }
  100% { transform: scale(1.5); opacity: 0; }
}
@keyframes hd-float-wiggle {
  0%, 100% { transform: rotate(0deg); }
  10% { transform: rotate(-10deg); }
  20% { transform: rotate(8deg); }
  30% { transform: rotate(-6deg); }
  40% { transform: rotate(4deg); }
  50% { transform: rotate(0deg); }
}

/* ===== BREADCRUMB ===== */
.hd-wow-breadcrumb {
  background:
    radial-gradient(circle at 20% 50%, rgba(6,182,212,0.14) 0%, transparent 40%),
    radial-gradient(circle at 80% 20%, rgba(249,115,22,0.12) 0%, transparent 35%),
    linear-gradient(135deg, var(--hd-navy) 0%, var(--hd-navy-2) 100%);
  padding: 34px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.hd-wow-breadcrumb-nav { position: relative; }
.hd-wow-breadcrumb-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.hd-wow-breadcrumb-item {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  margin-right: 4px;
}
.hd-wow-breadcrumb-item:not(:last-child)::after {
  content: '\f054';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 10px;
  color: var(--hd-cyan);
  opacity: 0.9;
}
.hd-wow-breadcrumb-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #FFFFFF !important;
  font-size: 14px;
  font-weight: 600;
  padding: 7px 14px;
  border-radius: 50px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.18);
  transition: var(--hd-transition);
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
  white-space: nowrap;
}
.hd-wow-breadcrumb-link:hover {
  color: #FFFFFF !important;
  background: var(--hd-teal);
  border-color: var(--hd-teal);
  transform: translateY(-1px);
  box-shadow: var(--hd-shadow-colored);
}
.hd-wow-breadcrumb-link i { font-size: 12px; }
.hd-wow-breadcrumb-item:last-child .hd-wow-breadcrumb-link {
  background: rgba(255,255,255,0.92);
  border-color: rgba(255,255,255,0.95);
  color: var(--hd-navy) !important;
  cursor: default;
  box-shadow: 0 4px 18px rgba(0,0,0,0.12);
  font-weight: 700;
}
.hd-wow-breadcrumb-item:last-child .hd-wow-breadcrumb-link:hover {
  background: rgba(255,255,255,0.92);
  border-color: rgba(255,255,255,0.95);
  color: var(--hd-navy) !important;
  transform: none;
  box-shadow: 0 4px 18px rgba(0,0,0,0.12);
}
.hd-wow-breadcrumb-speedbar { display: none; }
.hd-wow-breadcrumb-speedbar .speedbar {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

/* Collapsed breadcrumbs on desktop */
.hd-wow-breadcrumb-collapse {
  display: none;
  position: relative;
}
.hd-wow-breadcrumb-collapse-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px; height: 34px;
  border-radius: 50%;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.18);
  color: #fff !important;
  cursor: pointer;
  transition: var(--hd-transition);
  font-size: 12px;
}
.hd-wow-breadcrumb-collapse-btn:hover {
  background: var(--hd-teal);
  border-color: var(--hd-teal);
}
.hd-wow-breadcrumb-collapse-menu {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 8px;
  min-width: 220px;
  background: rgba(15,23,42,0.98);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: var(--hd-radius-xs);
  padding: 8px;
  box-shadow: var(--hd-shadow-lg);
  display: none;
  flex-direction: column;
  gap: 4px;
  z-index: 100;
  backdrop-filter: blur(12px);
}
.hd-wow-breadcrumb-collapse-menu.open { display: flex; }
.hd-wow-breadcrumb-collapse-menu a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff !important;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  transition: var(--hd-transition);
}
.hd-wow-breadcrumb-collapse-menu a:hover { background: var(--hd-teal); }

/* Mobile breadcrumb carousel */
.hd-wow-breadcrumb-mobile {
  display: none;
  align-items: center;
  gap: 8px;
}
.hd-wow-breadcrumb-scroll {
  display: flex;
  align-items: center;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  padding: 4px 0;
  flex: 1;
}
.hd-wow-breadcrumb-scroll::-webkit-scrollbar { display: none; }
.hd-wow-breadcrumb-scroll .hd-wow-breadcrumb-item,
.hd-wow-breadcrumb-scroll .speedbar {
  flex-shrink: 0;
}
.hd-wow-breadcrumb-scroll .speedbar {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hd-wow-breadcrumb-arrow {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.18);
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  cursor: pointer;
  flex-shrink: 0;
  transition: var(--hd-transition);
}
.hd-wow-breadcrumb-arrow:hover {
  background: var(--hd-teal);
  border-color: var(--hd-teal);
}
.hd-wow-breadcrumb-dots {
  display: none;
  justify-content: center;
  gap: 6px;
  margin-top: 10px;
}
.hd-wow-breadcrumb-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: rgba(255,255,255,0.3);
  transition: var(--hd-transition);
}
.hd-wow-breadcrumb-dot.active {
  background: var(--hd-coral);
  width: 18px;
  border-radius: 3px;
}

@media (max-width: 991px) {
  .hd-wow-breadcrumb { padding: 24px 0; }
  .hd-wow-breadcrumb-list {
    gap: 8px;
    padding: 4px 0;
  }
  .hd-wow-breadcrumb-link,
  .hd-wow-breadcrumb .speedbar a {
    font-size: 13px;
    padding: 6px 12px;
  }
}
@media (max-width: 767px) {
  .hd-wow-breadcrumb-list {
    display: none;
  }
  .hd-wow-breadcrumb-mobile {
    display: flex;
  }
  .hd-wow-breadcrumb-dots {
    display: flex;
  }
}
@media (min-width: 768px) {
  .hd-wow-breadcrumb-collapse { display: none !important; }
}

/* ===== INTERNAL PAGES ===== */
.hd-wow-internal { padding: 60px 0 90px; }
.hd-wow-content-card {
  background: #fff;
  border-radius: var(--hd-radius);
  border: 1px solid var(--hd-border-light);
  padding: 34px;
}
.hd-wow-article-card {
  background: linear-gradient(135deg, rgba(6,182,212,0.06) 0%, #fff 100%);
  border: 1px solid rgba(6,182,212,0.10);
  border-radius: var(--hd-radius-sm);
  padding: 22px 24px;
  margin-bottom: 30px;
}
.hd-wow-article-card-meta {
  display: flex;
  gap: 14px;
  align-items: center;
  font-size: 13px;
  color: var(--hd-muted);
  margin-bottom: 10px;
}
.hd-wow-article-card-meta i { color: var(--hd-teal); margin-right: 5px; }
.hd-wow-article-card-cat {
  background: linear-gradient(135deg, var(--hd-teal) 0%, var(--hd-cyan) 100%);
  color: #fff;
  padding: 3px 10px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
}
.hd-wow-article-card-title { font-size: 22px; margin-bottom: 10px; }
.hd-wow-article-card-title a { color: var(--hd-navy) !important; }
.hd-wow-article-card-title a:hover { color: var(--hd-teal) !important; }
.hd-wow-article-card-excerpt { color: var(--hd-muted); font-size: 14px; margin-bottom: 14px; }
.hd-wow-article-card-link {
  font-weight: 700;
  font-size: 14px;
  color: var(--hd-teal) !important;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.hd-wow-article-card-link i { transition: transform .3s ease; }
.hd-wow-article-card-link:hover i { transform: translateX(4px); }

.hd-wow-about-extra h2,
.hd-wow-about-extra h3 { margin-top: 28px; }
.hd-wow-about-extra h2 { font-size: 26px; }
.hd-wow-about-extra h3 { font-size: 20px; }
.hd-wow-about-extra p { color: var(--hd-muted); }
.hd-wow-list { list-style: none; padding: 0; margin: 0 0 24px; }
.hd-wow-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  color: var(--hd-muted);
}
.hd-wow-list i {
  width: 22px; height: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--hd-teal) 0%, var(--hd-cyan) 100%);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 10px;
  flex-shrink: 0;
  margin-top: 2px;
}
.hd-wow-mini-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 28px;
}
.hd-wow-mini-stats div {
  background: var(--hd-navy);
  color: #fff;
  padding: 18px;
  border-radius: var(--hd-radius-sm);
  text-align: center;
}
.hd-wow-mini-stats strong {
  display: block;
  color: var(--hd-cyan);
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 4px;
}
.hd-wow-mini-stats div { font-size: 13px; }

.hd-wow-mini-stats-row { margin-top: 28px; }

.hd-wow-stat-card {
  background: #fff;
  border: 1px solid var(--hd-border-light);
  border-radius: var(--hd-radius-sm);
  box-shadow: var(--hd-shadow);
  padding: 22px 16px;
  text-align: center;
  height: 100%;
  transition: transform .2s ease, box-shadow .2s ease;
}
.hd-wow-stat-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 30, 70, 0.08);
}
.hd-wow-stat-card img {
  width: 42px;
  height: 42px;
  margin-bottom: 10px;
  object-fit: contain;
}
.hd-wow-stat-card strong {
  display: block;
  font-size: 22px;
  font-weight: 800;
  color: var(--hd-navy);
  margin-bottom: 4px;
  line-height: 1.2;
}
.hd-wow-stat-card span {
  display: block;
  font-size: 13px;
  color: var(--hd-text-muted);
  line-height: 1.3;
}

/* Sidebar */
.hd-wow-sidebar { display: flex; flex-direction: column; gap: 20px; }
.hd-wow-sidebar-block {
  background: #fff;
  border-radius: var(--hd-radius-sm);
  border: 1px solid var(--hd-border-light);
  padding: 24px;
  box-shadow: var(--hd-shadow);
}
.hd-wow-sidebar-block h5 { font-size: 16px; margin-bottom: 16px; }
.hd-wow-sidebar-menu { list-style: none; padding: 0; margin: 0; }
.hd-wow-sidebar-menu li { margin-bottom: 10px; }
.hd-wow-sidebar-menu a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--hd-muted) !important;
  font-weight: 600;
  font-size: 14px;
  padding: 8px 10px;
  border-radius: 10px;
  transition: var(--hd-transition);
}
.hd-wow-sidebar-menu a:hover {
  background: var(--hd-cyan-light);
  color: var(--hd-navy) !important;
}
.hd-wow-sidebar-menu i { color: var(--hd-teal); width: 18px; }
.hd-wow-sidebar-cta p { color: var(--hd-muted); font-size: 14px; margin-bottom: 16px; }
.hd-wow-sidebar-reviews { padding: 0; overflow: hidden; }
.hd-wow-reviews-page { padding: 80px 0 100px; }

/* ===== ARTICLE FULL PAGE ===== */
.hd-wow-article-page { padding: 40px 0 70px; }
.hd-wow-article-card-main {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
}
.hd-wow-article-card-main .hd-wow-article-head {
  border-bottom: 1px solid var(--hd-border-light);
  padding-bottom: 22px;
  margin-bottom: 28px;
}
.hd-wow-article-card-main .hd-wow-article-title {
  font-size: clamp(28px, 3.2vw, 38px);
  margin-bottom: 10px;
  color: var(--hd-navy) !important;
}
.hd-wow-article-card-main .hd-wow-article-meta {
  display: flex;
  gap: 18px;
  font-size: 14px;
  color: var(--hd-muted);
  margin-bottom: 10px;
}
.hd-wow-article-card-main .hd-wow-article-meta i { color: var(--hd-teal); margin-right: 6px; }
.hd-wow-article-card-main .hd-wow-article-body {
  font-size: 16px;
  line-height: 1.7;
  color: var(--hd-text);
}
.hd-wow-article-card-main .hd-wow-article-body p { margin-bottom: 18px; }
.hd-wow-article-card-main .hd-wow-article-body h2,
.hd-wow-article-card-main .hd-wow-article-body h3,
.hd-wow-article-card-main .hd-wow-article-body h4 {
  margin-top: 32px;
  margin-bottom: 16px;
  color: var(--hd-navy) !important;
}
.hd-wow-article-card-main .hd-wow-article-body h2 { font-size: 26px; }
.hd-wow-article-card-main .hd-wow-article-body h3 { font-size: 22px; }
.hd-wow-article-card-main .hd-wow-article-body h4 { font-size: 18px; }
.hd-wow-article-card-main .hd-wow-article-body ul,
.hd-wow-article-card-main .hd-wow-article-body ol {
  margin-bottom: 22px;
  padding-left: 26px;
}
.hd-wow-article-card-main .hd-wow-article-body li { margin-bottom: 10px; }
.hd-wow-article-card-main .hd-wow-article-footer {
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid var(--hd-border-light);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.hd-wow-article-share { display: inline-flex; align-items: center; gap: 12px; }
.hd-wow-article-share span { font-size: 15px; color: var(--hd-navy); font-weight: 600; }
.hd-wow-article-share a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: 18px;
  transition: transform .2s, box-shadow .2s;
  text-decoration: none !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.12);
  border: 2px solid #fff;
}
.hd-wow-article-share a:hover { transform: translateY(-3px); box-shadow: 0 4px 12px rgba(0,0,0,0.18); }
.hd-wow-article-share a::after { display: none !important; }
.hd-wow-share-vk { background: #4C75A3; }
.hd-wow-share-tg { background: #2CA5E0; }
.hd-wow-share-wa { background: #25D366; }
.hd-wow-related-row {
  margin-top: 70px;
  padding-top: 50px;
  border-top: 1px solid var(--hd-border-light);
}
.hd-wow-related-title {
  font-size: 26px;
  margin-bottom: 28px;
  color: var(--hd-navy) !important;
}
.hd-wow-related-row .hd-wow-article-card {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .hd-wow-article-card-main { padding: 0; }
}
@media (max-width: 767px) {
  .hd-wow-article-card-main { padding: 0; }
  .hd-wow-article-card-main .hd-wow-article-footer { flex-direction: column; align-items: flex-start; }
}

/* ===== PRICE / SERVICE PAGES ===== */
.hd-wow-static-main,
.hd-wow-article-main {
  background: transparent;
  border-radius: 0;
  border: none;
  padding: 0;
}
.hd-wow-static-main .hd-wow-section,
.hd-wow-article-main .hd-wow-section,
.hd-wow-price-page,
.hd-wow-price-page .hd-wow-section {
  padding: 0;
  background: transparent;
  box-shadow: none;
  border: none;
}
.hd-wow-static-main .hd-wow-article-main {
  box-shadow: none;
  border: none;
  padding: 0;
  background: transparent;
}
.hd-wow-breadcrumb + .hd-wow-section,
.hd-wow-breadcrumb + .hd-wow-internal {
  padding: 30px 0 60px;
}
.hd-wow-breadcrumb + .hd-wow-section .hd-wow-static-main,
.hd-wow-breadcrumb + .hd-wow-section .hd-wow-article-main,
.hd-wow-breadcrumb + .hd-wow-internal .hd-wow-static-main,
.hd-wow-breadcrumb + .hd-wow-internal .hd-wow-article-main {
  box-shadow: none;
}
.hd-wow-static-main .hd-wow-content-card,
.hd-wow-article-main .hd-wow-content-card {
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
}
.hd-wow-article-head { margin-bottom: 24px; }
.hd-wow-article-title {
  font-size: clamp(26px, 3vw, 36px);
  margin-bottom: 8px;
  color: var(--hd-navy) !important;
}
.hd-wow-article-body p { color: var(--hd-text); margin-bottom: 16px; }
.hd-wow-article-body h2,
.hd-wow-article-body h3,
.hd-wow-article-body h4 { margin-top: 28px; margin-bottom: 14px; color: var(--hd-navy) !important; }
.hd-wow-article-body h2 { font-size: 24px; }
.hd-wow-article-body h3 { font-size: 20px; }
.hd-wow-article-body h4 { font-size: 18px; }
.hd-wow-article-cta { margin-top: 34px; padding-top: 24px; border-top: 1px solid var(--hd-border-light); }

/* ===== PRICE TABLES ===== */
.tab_price {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border-radius: var(--hd-radius-sm);
  overflow: hidden;
  box-shadow: var(--hd-shadow);
  border: 1px solid var(--hd-border-light);
  margin: 24px 0 28px;
  font-size: 15px;
}
.tab_price_top {
  background: linear-gradient(135deg, var(--hd-navy) 0%, var(--hd-navy-2) 100%);
  color: #fff !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 13px;
}
.tab_price_top td { padding: 16px 22px; border: none; color: #fff !important; background: transparent !important; }
.tab_price_top td:last-child { text-align: right; }
.tab_price_top td::before { display: none !important; }
.tab_price_top td { position: static; padding-left: 16px; text-align: left !important; }
.tab_price_top td:last-child { text-align: right !important; }
.tab_price tbody tr { transition: var(--hd-transition); }
.tab_price tbody tr:nth-child(even) { background: rgba(6,182,212,0.04); }
.tab_price tbody tr:hover { background: rgba(6,182,212,0.10); }
.tab_price tbody tr.tab_price_top,
.tab_price tbody tr.tab_price_top:hover { background: transparent; }
.tab_price td {
  padding: 16px 22px;
  border-bottom: 1px solid var(--hd-border-light);
  color: var(--hd-text) !important;
  vertical-align: middle;
}
.tab_price td:first-child { font-weight: 500; }
.tab_price td:last-child {
  text-align: right;
  font-weight: 700;
  color: var(--hd-teal-dark);
  white-space: nowrap;
}
.tab_price tbody tr:last-child td { border-bottom: none; }

/* Responsive price table */
@media (max-width: 767px) {
  .tab_price { font-size: 14px; }
  .tab_price_top td,
  .tab_price td { padding: 12px 14px; }
  .tab_price td:last-child { font-size: 15px; }
}
@media (max-width: 575px) {
  .tab_price { display: block; overflow-x: auto; }
  .tab_price tbody,
  .tab_price tr,
  .tab_price td { display: block; width: 100%; }
  .tab_price_top { display: none; }
  .tab_price tbody tr { margin-bottom: 10px; border: 1px solid var(--hd-border-light); border-radius: var(--hd-radius-xs); overflow: hidden; }
  .tab_price tbody tr:nth-child(even) { background: #fff; }
  .tab_price td { border-bottom: 1px solid var(--hd-border-light); position: relative; padding-left: 50%; text-align: left !important; }
  .tab_price td:last-child { border-bottom: none; font-size: 16px; color: var(--hd-navy); }
  .tab_price td::before {
    content: attr(data-label);
    position: absolute;
    left: 14px;
    top: 12px;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--hd-muted);
  }
}

/* ===== CONTACT PAGE ===== */
.hd-wow-contact { padding: 0 0 90px; }
.hd-wow-contact-map {
  height: 420px;
  width: 100%;
  overflow: hidden;
  border-radius: 0 0 var(--hd-radius) var(--hd-radius);
  position: relative;
  z-index: 1;
}
.hd-wow-contact-map iframe,
.hd-wow-contact-map > * { width: 100%; height: 100%; border: none; }
.hd-wow-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 30px;
  margin-top: -80px;
  position: relative;
  z-index: 2;
  align-items: start;
}
.hd-wow-contact-info,
.hd-wow-contact-form {
  background: #fff;
  border-radius: var(--hd-radius);
  box-shadow: var(--hd-shadow-lg);
  border: 1px solid var(--hd-border-light);
  padding: 40px;
}
.hd-wow-contact-info {
  background: linear-gradient(135deg, var(--hd-navy) 0%, var(--hd-navy-2) 100%);
  color: #fff;
  border: none;
}
.hd-wow-contact-info .hd-wow-tag {
  background: rgba(255,255,255,0.12);
  color: #fff;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 12px;
  margin-bottom: 14px;
}
.hd-wow-contact-info .hd-wow-tag::before { background: var(--hd-coral); }
.hd-wow-contact-info h2 {
  color: #fff !important;
  font-size: clamp(28px, 3.2vw, 40px);
  margin-bottom: 14px;
}
.hd-wow-contact-info > p { color: rgba(255,255,255,0.8); margin-bottom: 30px; }
.hd-wow-contact-list { list-style: none; padding: 0; margin: 0 0 30px; }
.hd-wow-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,0.10);
}
.hd-wow-contact-list li:last-child { border-bottom: none; }
.hd-wow-contact-list i {
  width: 42px; height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(6,182,212,0.18);
  color: var(--hd-cyan);
  font-size: 16px;
  flex-shrink: 0;
}
.hd-wow-contact-list span { display: block; }
.hd-wow-contact-list strong {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.6);
  margin-bottom: 4px;
}
.hd-wow-contact-list a { color: #fff !important; font-weight: 600; }
.hd-wow-contact-list a:hover { color: var(--hd-cyan) !important; }
.hd-wow-contact-socials { display: flex; flex-wrap: wrap; gap: 10px; }
.hd-wow-contact-form h3 {
  font-size: 26px;
  margin-bottom: 24px;
  color: var(--hd-navy) !important;
}
.hd-wow-contact-form .form-control {
  height: 54px;
  border-radius: 12px;
  border: 1px solid var(--hd-border-light);
  background: var(--hd-bg);
  color: var(--hd-text);
  font-size: 15px;
  padding: 12px 16px;
  transition: var(--hd-transition);
}
.hd-wow-contact-form .form-control:focus {
  border-color: var(--hd-cyan);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(6,182,212,0.12);
  outline: none;
}
.hd-wow-contact-form textarea.form-control { height: auto; min-height: 140px; resize: vertical; }
.hd-wow-contact-form .form-control::placeholder { color: var(--hd-muted); opacity: 1; }
.hd-wow-contact-form select.form-control { appearance: auto; }
.hd-wow-honeypot {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: 0;
  border: 0; overflow: hidden;
  clip: rect(0,0,0,0);
  opacity: 0;
  pointer-events: none;
}
.hd-wow-alert {
  padding: 16px 18px;
  border-radius: var(--hd-radius-xs);
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.hd-wow-alert i { font-size: 18px; margin-top: 1px; }
.hd-wow-alert-success {
  background: #ECFDF5;
  border: 1px solid #10B981;
  color: #065F46;
}
.hd-wow-alert-success i { color: #10B981; }
.hd-wow-alert-error {
  background: #FEF2F2;
  border: 1px solid #EF4444;
  color: #991B1B;
}
.hd-wow-alert-error i { color: #EF4444; }
@media (max-width: 991px) {
  .hd-wow-contact-grid { grid-template-columns: 1fr; margin-top: -40px; }
  .hd-wow-contact-map { height: 300px; }
  .hd-wow-contact-info,
  .hd-wow-contact-form { padding: 28px; }
}
@media (max-width: 575px) {
  .hd-wow-contact-info,
  .hd-wow-contact-form { padding: 22px; }
  .hd-wow-contact-socials .hd-wow-btn { flex: 1; justify-content: center; }
}

/* ===== DI-BULLETS (old custom markup in price pages) ===== */
.di-bulltets { margin: 16px 0 24px; }
.di-bulltets p {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  color: var(--hd-muted);
  font-size: 15px;
}
.di-bulltets p::before {
  content: '';
  position: absolute;
  left: 6px;
  top: 9px;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--hd-teal);
}

/* ===== ANIMATIONS ===== */
.wow { visibility: hidden; }

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .hd-wow-menu {
    position: fixed;
    top: 0; right: -100%;
    width: 360px; max-width: 92vw;
    height: 100vh;
    max-height: 100vh;
    background: linear-gradient(180deg, var(--hd-navy) 0%, #0B1221 100%);
    flex-direction: column;
    align-items: stretch;
    padding: 0;
    gap: 0;
    box-shadow: var(--hd-shadow-lg);
    transition: right .45s cubic-bezier(.4,0,.2,1);
    margin: 0;
    z-index: 1002;
    color: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .hd-wow-menu.open { right: 0; }
  .hd-wow-menu::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 80% 10%, rgba(6,182,212,0.12) 0%, transparent 40%),
                radial-gradient(circle at 20% 80%, rgba(249,115,22,0.08) 0%, transparent 35%);
    pointer-events: none;
  }
  .hd-wow-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 22px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    position: relative;
  }
  .hd-wow-menu-logo { max-height: 38px; filter: brightness(0) invert(1); }
  .hd-wow-menu-close {
    width: 38px; height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.15);
    background: rgba(255,255,255,0.08);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    transition: var(--hd-transition);
  }
  .hd-wow-menu-close:hover { background: var(--hd-coral); border-color: var(--hd-coral); }
  .hd-wow-menu-body {
    display: flex;
    flex-direction: column;
    padding: 18px;
    gap: 4px;
    position: relative;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .hd-wow-menu > .hd-wow-menu-body > a,
  .hd-wow-drop > a {
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 16px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
  }
  .hd-wow-menu > .hd-wow-menu-body > a:hover,
  .hd-wow-drop > a:hover { background: rgba(255,255,255,0.08); color: var(--hd-cyan) !important; }
  .hd-wow-menu > .hd-wow-menu-body > a i,
  .hd-wow-submenu a i {
    width: 32px; height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(6,182,212,0.15);
    color: var(--hd-cyan);
    font-size: 14px;
    flex-shrink: 0;
  }
  .hd-wow-drop { width: 100%; }
  .hd-wow-drop > a { justify-content: space-between; }
  .hd-wow-drop > a i { background: transparent; }
  .hd-wow-drop > a .fa-chevron-down { transition: transform .25s ease; }
  .hd-wow-drop.open > a .fa-chevron-down { transform: rotate(180deg); }
  .hd-wow-submenu {
    position: static;
    display: none;
    box-shadow: none;
    border: none;
    background: rgba(255,255,255,0.04);
    border-radius: 12px;
    padding: 8px;
    margin: 4px 0 8px;
    min-width: auto;
  }
  .hd-wow-drop.open .hd-wow-submenu { display: flex; flex-direction: column; gap: 2px; }
  .hd-wow-submenu a {
    color: rgba(255,255,255,0.88) !important;
    padding: 12px 14px;
    border-radius: 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .hd-wow-submenu a:hover { background: rgba(255,255,255,0.08); color: #fff !important; }
  .hd-wow-menu-footer {
    margin-top: auto;
    padding: 22px;
    border-top: 1px solid rgba(255,255,255,0.08);
    display: flex;
    flex-direction: column;
    gap: 14px;
    position: relative;
  }
  .hd-wow-menu-phone a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff !important;
    font-size: 18px;
    font-weight: 700;
  }
  .hd-wow-menu-phone a i {
    width: 36px; height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--hd-teal) 0%, var(--hd-cyan) 100%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
  }
  .hd-wow-menu-phone span {
    display: block;
    font-size: 13px;
    color: rgba(255,255,255,0.6);
    margin-top: 4px;
    padding-left: 46px;
  }
  .hd-wow-menu-address {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: rgba(255,255,255,0.75);
    font-size: 13px;
    line-height: 1.5;
  }
  .hd-wow-menu-address i {
    width: 28px; height: 28px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    flex-shrink: 0;
    margin-top: 2px;
  }
  .hd-wow-menu-socials { display: flex; gap: 10px; }
  .hd-wow-menu-socials a {
    width: 42px; height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    color: #fff !important;
    font-size: 18px;
    transition: var(--hd-transition);
  }
  .hd-wow-menu-socials a:hover { transform: translateY(-2px); }
  .hd-wow-menu-socials a[href*="whatsapp"]:hover { background: #25D366; border-color: #25D366; }
  .hd-wow-menu-socials a[href*="telegram"]:hover { background: #0088CC; border-color: #0088CC; }
  .hd-wow-menu-socials a[href*="instagram"]:hover { background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); border-color: transparent; }
  .hd-wow-menu-footer .hd-wow-btn-main { width: 100%; margin-top: 4px; }
  .hd-wow-burger { display: flex; }
  .hd-wow-header-phone { display: none; }
  .hd-wow-dentalbar { margin-top: 30px; }
  .hd-wow-hero { min-height: 520px; }
  .hd-wow-hero-content { padding: 80px 0 70px; }
  .hd-wow-cta-box { padding: 34px 28px; }
}
@media (max-width: 767px) {
  .hd-wow-section { padding: 60px 0; }
  .hd-wow-title { margin-bottom: 34px; }
  .hd-wow-hero h1 { font-size: 32px; }
  .hd-wow-hero p { font-size: 16px; }
  .hd-wow-dentalbar { padding: 30px 20px; }
  .hd-wow-dentalbar-icon { width: 80px; height: 80px; }
  .hd-wow-dentalbar-icon img { width: 40px; height: 40px; }
  .hd-wow-metrics { padding: 50px 0; }
  .hd-wow-map { height: 320px; }
  .hd-wow-map iframe { height: 320px; }
  .hd-wow-foot-bottom { flex-direction: column; text-align: center; }
}
@media (max-width: 575px) {
  .hd-wow-btn { padding: 12px 22px; font-size: 14px; }
  .hd-wow-gallery img { height: 160px; }
  .hd-wow-result-img img { height: 180px; }
}

/* ===== PAGINATION ===== */
.navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid var(--hd-border-light);
  width: 100%;
}
.hd-wow-category-grid > .navigation {
  grid-column: 1 / -1;
}
.page_next-prev {
  display: flex;
  align-items: center;
  gap: 10px;
  order: 2;
}
.page_prev { display: none !important; }
.page_next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--hd-border-light);
  color: var(--hd-navy);
  font-size: 14px;
  transition: var(--hd-transition);
  cursor: default;
  overflow: hidden;
}
.page_prev > span,
.page_prev > a,
.page_next > span,
.page_next > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%; height: 100%;
  color: inherit;
  text-decoration: none;
}
.page_prev svg,
.page_next svg { display: none !important; }
.page_prev > span::before,
.page_prev > a::before {
  content: '\f053';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 13px;
  display: inline-block;
}
.page_next > span::before,
.page_next > a::before {
  content: '\f054';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 13px;
  display: inline-block;
}
.page_prev a:hover,
.page_next a:hover { color: inherit; }
.page_prev:not(:has(a)) { display: none !important; }
.page_next:not(:has(a)) { opacity: 0.45; cursor: default; }
.page_next:has(a) {
  cursor: pointer;
  box-shadow: var(--hd-shadow);
}
.page_next:has(a):hover {
  background: var(--hd-teal);
  border-color: var(--hd-teal);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: var(--hd-shadow-colored);
}
.pages {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  order: 1;
}
.pages span,
.pages a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px; height: 44px;
  padding: 0 12px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  transition: var(--hd-transition);
}
.pages span {
  background: linear-gradient(135deg, var(--hd-teal) 0%, var(--hd-cyan) 100%);
  color: #fff !important;
  box-shadow: var(--hd-shadow-colored);
  cursor: default;
}
.pages a {
  background: #fff;
  border: 1px solid var(--hd-border-light);
  color: var(--hd-navy) !important;
  box-shadow: var(--hd-shadow);
}
.pages a:hover {
  background: var(--hd-teal);
  border-color: var(--hd-teal);
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: var(--hd-shadow-colored);
}
@media (max-width: 575px) {
  .navigation { gap: 10px; margin-top: 28px; padding-top: 22px; }
  .page_prev,
  .page_next,
  .pages span,
  .pages a { width: 40px; height: 40px; min-width: 40px; font-size: 13px; }
  .pages { gap: 6px; }
  .page_prev,
  .page_next { width: 40px; height: 40px; }
}

/* Category grid fallback */
.hd-wow-category-grid {
  display: block;
}
.hd-wow-category-grid > .hd-wow-article-card {
  display: inline-block;
  width: calc(50% - 12px);
  margin-right: 24px;
  margin-bottom: 24px;
  vertical-align: top;
}
.hd-wow-category-grid > .hd-wow-article-card:nth-child(2n) {
  margin-right: 0;
}
.hd-wow-category-grid > .hd-wow-article-page {
  display: block;
  width: 100%;
}
@media (max-width: 991px) {
  .hd-wow-category-grid > .hd-wow-article-card {
    width: 100%;
    margin-right: 0;
  }
}
