/* 
   Uzm. Dr. Kutay Ertürk - Luxury Aesthetic & Clinical Dermatology Stylesheet
   Typography: Gotham Narrow (Book, Medium, Bold, Black)
   Color Palette: Luxury Bronze, Gold, Cream & White
*/

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800;900&family=Tajawal:wght@400;500;700;900&display=swap');

/* Gotham Narrow Font Declarations & Fallbacks */
@font-face {
  font-family: 'Gotham Narrow';
  src: local('Gotham Narrow Book'), local('GothamNarrow-Book');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Narrow';
  src: local('Gotham Narrow Medium'), local('GothamNarrow-Medium');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Narrow';
  src: local('Gotham Narrow Bold'), local('GothamNarrow-Bold');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Narrow';
  src: local('Gotham Narrow Black'), local('GothamNarrow-Black');
  font-weight: 900;
  font-style: normal;
}

:root {
  --primary: #945f3f;
  --primary-hover: #7e4d30;
  --primary-dark: #5c351f;
  --primary-light: #f2e8df;
  --primary-soft: #fcf9f5;
  --accent-gold: #c89d6e;
  --accent-gold-light: #f9f4ec;
  --cream-bg: #f9f6f0;
  --cream-card: #ffffff;
  --dark-text: #2c2521;
  --muted-text: #70655e;
  --light-border: #ede4dc;
  --shadow-sm: 0 4px 12px rgba(148, 95, 63, 0.05);
  --shadow-md: 0 10px 25px rgba(148, 95, 63, 0.08);
  --shadow-lg: 0 20px 45px rgba(148, 95, 63, 0.12);
  --shadow-mega: 0 25px 60px rgba(80, 48, 28, 0.14);
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-pill: 50px;
  --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  --font-family-base: 'Gotham Narrow', 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-family-heading: 'Gotham Narrow', 'Plus Jakarta Sans', sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--font-family-base);
  font-weight: 400; /* Gotham Narrow Book */
  background-color: var(--cream-bg);
  color: var(--dark-text);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

i, .fas, .fab, .far, .fa-solid, .fa-regular, .fa-brands {
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands", var(--font-family-base) !important;
}

.fab {
  font-family: "Font Awesome 6 Brands" !important;
}

.fas, .fa-solid {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
}

.far, .fa-regular {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 400 !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-family-heading);
  font-weight: 700; /* Gotham Narrow Bold */
  color: var(--dark-text);
}

a {
  text-decoration: none;
  color: inherit;
  transition: var(--transition);
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Widescreen Expansion for Desktop Header & Topbar */
.main-header .container,
.top-bar .container {
  max-width: 1540px !important;
  width: 96% !important;
  padding: 0 24px !important;
}

/* ==========================================================================
   TOP BAR & HEADER
   ========================================================================== */
.top-bar {
  background: #fff;
  border-bottom: 1px solid var(--light-border);
  font-size: 0.85rem;
  font-weight: 500; /* Medium */
  color: var(--muted-text);
  padding: 8px 0;
  display: block;
}

.top-bar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-bar-left, .top-bar-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.top-bar-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.top-bar-item i {
  color: var(--primary);
}

.top-bar-item a:hover {
  color: var(--primary);
}

.main-header {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 18px rgba(0,0,0,0.04);
  transition: var(--transition);
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 122px; /* Grand luxury header */
  width: 100%;
}

.logo-wrapper {
  display: flex;
  align-items: center;
  padding: 6px 0;
  flex-shrink: 0;
}

.site-logo {
  height: 106px; /* 15% larger logo as requested */
  max-height: 112px;
  width: auto;
  object-fit: contain;
  transition: var(--transition);
}

.site-logo:hover {
  transform: scale(1.02);
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 28px;
  height: 100%;
  flex-wrap: nowrap;
}

.nav-item {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.nav-link {
  font-family: var(--font-family-heading);
  font-weight: 700; /* Bold */
  font-size: 0.96rem;
  color: #3b322c;
  height: 100%;
  padding: 0 2px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
  white-space: nowrap !important;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 28px;
  left: 0;
  width: 0;
  height: 3px;
  background: var(--primary);
  border-radius: 2px;
  transition: var(--transition);
}

.nav-link:hover, .nav-item.active .nav-link, .nav-item.megamenu-open .nav-link {
  color: var(--primary);
}

.nav-link:hover::after, .nav-item.active .nav-link::after, .nav-item.megamenu-open .nav-link::after {
  width: 100%;
}

.nav-item.has-megamenu {
  position: static;
}

/* Mega Menu Dropdown (Seamless Bridge & Stable Hover) */
.megamenu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1180px;
  background: #ffffff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-mega);
  border: 1px solid var(--light-border);
  padding: 30px 35px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 1050;
  margin-top: 0;
}

/* Invisible Hover Bridge */
.megamenu::before {
  content: '';
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 30px;
  display: block;
}

.nav-item.has-megamenu:hover .megamenu,
.nav-item.has-megamenu.megamenu-open .megamenu,
.megamenu:hover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.megamenu-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid #f0e6dc;
}

.megamenu-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--primary-light);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.megamenu-title {
  font-size: 1.35rem;
  color: var(--primary-dark);
  font-weight: 700; /* Bold */
}

.megamenu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px 28px;
  margin-bottom: 28px;
}

.megamenu-link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.94rem;
  font-weight: 500; /* Medium */
  color: #4a4039;
  padding: 6px 8px;
  border-radius: var(--radius-sm);
  transition: var(--transition);
}

.megamenu-link i {
  font-size: 0.75rem;
  color: var(--primary);
  transition: var(--transition);
}

.megamenu-link:hover {
  color: var(--primary);
  background: var(--primary-soft);
  transform: translateX(4px);
  font-weight: 700;
}

.megamenu-footer-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding-top: 20px;
  border-top: 1px solid #f2e9e1;
}

.megamenu-doctor-card, .megamenu-trust-card {
  background: var(--primary-soft);
  border-radius: var(--radius-md);
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid var(--light-border);
}

.megamenu-card-left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.megamenu-doctor-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--primary);
}

.megamenu-trust-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
  border: 1px solid var(--light-border);
}

.megamenu-card-text {
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--dark-text);
  line-height: 1.4;
}

.megamenu-btn-sm {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #fff;
  padding: 8px 18px;
  border-radius: var(--radius-pill);
  font-size: 0.85rem;
  font-weight: 700; /* Bold */
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.megamenu-btn-sm:hover {
  background: var(--primary-hover);
  color: #fff;
  box-shadow: var(--shadow-sm);
}

/* Header Actions */
.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

/* Header Instagram Button (Fixed Desktop & Mobile) */
.header-instagram-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid var(--light-border);
  color: #d62976;
  font-size: 1.25rem;
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  flex-shrink: 0;
  text-decoration: none;
}

.header-instagram-btn:hover {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  color: #ffffff !important;
  border-color: transparent;
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 6px 16px rgba(214, 36, 159, 0.35);
}

/* Language Dropdown */
.lang-dropdown {
  position: relative;
}

.lang-btn {
  background: #fff;
  border: 1px solid var(--light-border);
  padding: 8px 14px;
  border-radius: var(--radius-pill);
  font-size: 0.88rem;
  font-weight: 700; /* Bold */
  color: var(--dark-text);
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: var(--transition);
  white-space: nowrap !important;
  flex-shrink: 0;
}

.lang-btn:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.flag-icon {
  width: 18px;
  height: 14px;
  border-radius: 2px;
  object-fit: cover;
}

.lang-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background: #fff;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--light-border);
  padding: 8px;
  min-width: 140px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: var(--transition);
  z-index: 100;
}

.lang-dropdown:hover .lang-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.lang-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  font-size: 0.88rem;
  font-weight: 600;
  border-radius: var(--radius-sm);
  color: var(--dark-text);
}

.lang-item:hover, .lang-item.active {
  background: var(--primary-light);
  color: var(--primary-dark);
}

/* CTA Header Button */
.btn-header-appointment {
  position: relative;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #fff;
  padding: 10px 20px;
  border-radius: var(--radius-pill);
  font-size: 0.90rem;
  font-weight: 700; /* Bold */
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap !important;
  flex-shrink: 0;
  box-shadow: 0 4px 15px rgba(148, 95, 63, 0.25);
  transition: transform 0.25s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.25s ease, filter 0.25s ease;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.btn-header-appointment:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(148, 95, 63, 0.38);
  filter: brightness(1.05);
  color: #fff;
}

@media (min-width: 992px) and (max-width: 1320px) {
  .main-header .container,
  .top-bar .container {
    max-width: 100% !important;
    width: 98% !important;
    padding: 0 16px !important;
  }
  .nav-menu {
    gap: 18px !important;
  }
  .nav-link {
    font-size: 0.88rem !important;
  }
  .site-logo {
    height: 90px !important;
  }
  .header-actions {
    gap: 8px !important;
  }
  .btn-header-appointment {
    padding: 8px 14px !important;
    font-size: 0.82rem !important;
  }
}

/* Mobile Toggle */
.mobile-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.6rem;
  color: var(--dark-text);
  cursor: pointer;
}

/* ==========================================================================
   MOBILE MENU DRAWER & ACCORDION
   ========================================================================== */
.mobile-drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  backdrop-filter: blur(4px);
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}

.mobile-drawer-overlay.active {
  opacity: 1;
  visibility: visible;
}

.mobile-drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: 90%;
  max-width: 380px;
  height: 100%;
  background: #ffffff;
  box-shadow: -10px 0 30px rgba(0,0,0,0.15);
  z-index: 2001;
  display: flex;
  flex-direction: column;
  transition: right 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow-y: auto;
}

.mobile-drawer.active {
  right: 0;
}

.mobile-drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid var(--light-border);
}

.mobile-logo {
  height: 74px;
  width: auto;
}

.mobile-close-btn {
  background: var(--primary-soft);
  border: 1px solid var(--light-border);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-size: 1.1rem;
  color: var(--dark-text);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.mobile-nav-list {
  padding: 16px 20px;
  flex-grow: 1;
}

.mobile-nav-item {
  border-bottom: 1px solid #f4ece4;
}

.mobile-nav-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 4px;
  font-weight: 700; /* Bold */
  font-size: 1rem;
  color: #3b322c;
  cursor: pointer;
}

.mobile-nav-link span {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mobile-nav-link span > i {
  width: 22px;
  text-align: center;
  font-size: 1.15rem;
  color: var(--primary);
  flex-shrink: 0;
}

.mobile-nav-link:hover, .mobile-nav-link.active {
  color: var(--primary);
}

.mobile-accordion-toggle i {
  transition: transform 0.3s ease;
}

.mobile-accordion-toggle.open i {
  transform: rotate(180deg);
}

.mobile-submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
  padding-left: 12px;
  background: #faf7f2;
  border-radius: var(--radius-sm);
  margin-bottom: 8px;
}

.mobile-submenu.open {
  max-height: 600px;
  padding: 10px 12px 14px;
}

.mobile-sub-link {
  display: block;
  padding: 8px 6px;
  font-size: 0.92rem;
  font-weight: 500;
  color: #554942;
  border-bottom: 1px dashed #eadace;
}

.mobile-sub-link:last-child {
  border-bottom: none;
}

.mobile-sub-link:hover {
  color: var(--primary);
  font-weight: 700;
}

.mobile-drawer-footer {
  padding: 20px;
  border-top: 1px solid var(--light-border);
  background: #fff;
}

.mobile-btn-appointment {
  width: 100%;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #fff;
  text-align: center;
  padding: 14px;
  border-radius: var(--radius-md);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

/* ==========================================================================
   HERO SECTION (Gotham Narrow Black & Bold)
   ========================================================================== */
.hero-section {
  position: relative;
  background: radial-gradient(circle at 75% 45%, #ffffff 0%, #f6eee5 60%, #ece0d3 100%);
  padding: 38px 0 32px;
  overflow: hidden;
}

.hero-bg-watermark {
  position: absolute;
  right: 5%;
  top: 15%;
  width: 450px;
  height: 450px;
  background: url('../images/logo.png') no-repeat center;
  background-size: contain;
  opacity: 0.03;
  pointer-events: none;
  transform: rotate(-10deg);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: 40px;
  position: relative;
  z-index: 2;
}

.hero-content {
  padding-right: 20px;
}

.hero-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 18px;
  background: #ffffff;
  border: 1px solid #dfcfc2;
  border-radius: var(--radius-pill);
  font-size: 0.82rem;
  font-weight: 700; /* Bold */
  letter-spacing: 1px;
  color: var(--primary);
  margin-bottom: 24px;
  box-shadow: 0 2px 10px rgba(148, 95, 63, 0.08);
}

.hero-title {
  font-family: var(--font-family-heading);
  font-size: 3.8rem;
  line-height: 1.1;
  font-weight: 900; /* Gotham Narrow Black */
  margin-bottom: 14px;
  letter-spacing: -0.5px;
  background: linear-gradient(135deg, #361f13 0%, #7d4a2b 30%, #bc8c5d 65%, #5e351e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  filter: drop-shadow(0 2px 10px rgba(125, 74, 43, 0.10));
}

.hero-subtitle-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
}

.hero-subtitle-line {
  height: 2px;
  width: 45px;
  background: var(--primary);
}

.hero-subtitle {
  font-size: 1.4rem;
  font-weight: 700; /* Bold */
  color: var(--primary);
  letter-spacing: 0.5px;
}

.hero-description {
  font-size: 1.05rem;
  font-weight: 400; /* Book */
  color: #63554d;
  line-height: 1.7;
  max-width: 520px;
  margin-bottom: 32px;
}

.hero-cta-group {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 40px;
}

.btn-hero-primary {
  position: relative;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #ffffff;
  padding: 15px 32px;
  border-radius: var(--radius-pill);
  font-size: 1rem;
  font-weight: 700; /* Bold */
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 8px 25px rgba(117, 68, 40, 0.3);
  transition: transform 0.25s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.25s ease, filter 0.25s ease;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.btn-hero-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(117, 68, 40, 0.42);
  filter: brightness(1.05);
  color: #ffffff;
}

.btn-hero-secondary {
  position: relative;
  background: #ffffff;
  color: #4a382e;
  border: 1px solid #d4c2b4;
  padding: 14px 28px;
  border-radius: var(--radius-pill);
  font-size: 1rem;
  font-weight: 700; /* Bold */
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.04);
  transition: transform 0.25s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease, color 0.25s ease;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.btn-hero-secondary:hover {
  border-color: var(--primary);
  color: var(--primary);
  transform: translateY(-2px);
  background: var(--primary-soft);
  box-shadow: 0 8px 20px rgba(148, 95, 63, 0.15);
}

/* 3 Feature Pills */
.hero-features-bar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.hero-feature-card {
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(8px);
  border: 1px solid #eadecf;
  border-radius: var(--radius-md);
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

.hero-feature-card:hover {
  transform: translateY(-2px);
  border-color: var(--primary);
  background: #fff;
}

.hero-feature-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--primary-light);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}

.hero-feature-text {
  font-size: 0.86rem;
  font-weight: 700; /* Bold */
  color: #3b2f27;
  line-height: 1.3;
}

/* Hero Right Doctor Visual */
.hero-image-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.hero-glow-backdrop {
  position: absolute;
  bottom: 0;
  width: 90%;
  height: 85%;
  background: radial-gradient(circle, #ffffff 40%, rgba(240, 226, 214, 0.6) 80%, transparent 100%);
  border-radius: 50% 50% 0 0;
  z-index: 1;
}

.hero-doctor-img {
  position: relative;
  z-index: 2;
  max-height: 540px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 15px 30px rgba(78, 46, 26, 0.18));
}

/* ==========================================================================
   FLOATING ACTION BUTTONS (Masaüstü Sağda ve Yan Yana!)
   ========================================================================== */
.floating-desktop-bar {
  position: fixed;
  right: 30px; /* Positioned on the right per user request */
  bottom: 30px;
  left: auto;
  display: flex;
  flex-direction: row; /* Horizontal / side-by-side */
  align-items: center;
  gap: 14px;
  z-index: 999;
}

.floating-desktop-btn {
  background: #ffffff;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 18px 10px 12px;
  border-radius: var(--radius-pill);
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
  border: 1px solid var(--light-border);
  transition: transform 0.25s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.25s ease;
  text-decoration: none;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.floating-btn-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: #fff;
  position: relative;
  flex-shrink: 0;
}

.floating-desktop-btn.whatsapp .floating-btn-icon {
  background: linear-gradient(135deg, #25D366, #128C7E);
  box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  animation: pulse-green 2s infinite;
}

.floating-desktop-btn.phone .floating-btn-icon {
  background: linear-gradient(135deg, #9b6545, #754428);
  box-shadow: 0 0 0 0 rgba(155, 101, 69, 0.7);
  animation: pulse-bronze 2s infinite 1s;
}

.floating-btn-label {
  display: flex;
  flex-direction: column;
}

.floating-btn-title {
  font-size: 0.88rem;
  font-weight: 700; /* Bold */
  color: var(--dark-text);
}

.floating-btn-subtitle {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--muted-text);
}

.floating-desktop-btn:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 14px 35px rgba(0,0,0,0.18);
}

@keyframes pulse-green {
  0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
  70% { box-shadow: 0 0 0 14px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

@keyframes pulse-bronze {
  0% { box-shadow: 0 0 0 0 rgba(155, 101, 69, 0.7); }
  70% { box-shadow: 0 0 0 14px rgba(155, 101, 69, 0); }
  100% { box-shadow: 0 0 0 0 rgba(155, 101, 69, 0); }
}

/* Mobile Fixed Bottom Action Bar */
.mobile-bottom-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  padding: 10px 16px;
  box-shadow: 0 -5px 20px rgba(0,0,0,0.08);
  border-top: 1px solid var(--light-border);
  z-index: 1000;
}

.mobile-bottom-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.mobile-bottom-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px;
  border-radius: var(--radius-pill);
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  will-change: transform, box-shadow;
  transform: translateZ(0);
}

/* Elegant Light Sweep Shimmer */
.mobile-bottom-btn::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -70%;
  width: 45%;
  height: 200%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.32) 50%,
    transparent 100%
  );
  transform: rotate(25deg);
  animation: btnShimmerSweep 3.6s infinite ease-in-out;
  pointer-events: none;
}

.mobile-bottom-btn.call::after {
  animation-delay: 1.8s;
}

@keyframes btnShimmerSweep {
  0% {
    left: -75%;
  }
  30%, 100% {
    left: 145%;
  }
}

/* Subtle Breathing Glow Aura & Edge Illumination */
.mobile-bottom-btn.whatsapp {
  background: linear-gradient(135deg, #25D366, #128C7E);
  animation: mobileGlowWhatsapp 3s infinite ease-in-out;
}

.mobile-bottom-btn.call {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  animation: mobileGlowCall 3s infinite ease-in-out 1.5s;
}

@keyframes mobileGlowWhatsapp {
  0%, 100% {
    box-shadow: 0 4px 14px rgba(37, 211, 102, 0.35), 0 0 0 0 rgba(37, 211, 102, 0.45);
  }
  50% {
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5), 0 0 0 5px rgba(37, 211, 102, 0.12);
  }
}

@keyframes mobileGlowCall {
  0%, 100% {
    box-shadow: 0 4px 14px rgba(148, 95, 63, 0.35), 0 0 0 0 rgba(148, 95, 63, 0.45);
  }
  50% {
    box-shadow: 0 6px 20px rgba(148, 95, 63, 0.5), 0 0 0 5px rgba(148, 95, 63, 0.12);
  }
}

.mobile-bottom-btn i,
.mobile-bottom-btn span {
  position: relative;
  z-index: 1;
}

/* ==========================================================================
   SECTIONS COMMON STYLES
   ========================================================================== */
.section {
  padding: 80px 0;
}

.section-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 50px;
}

.section-badge {
  display: inline-block;
  padding: 5px 16px;
  background: var(--primary-light);
  color: var(--primary);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: var(--radius-pill);
  margin-bottom: 12px;
  text-transform: uppercase;
}

.section-title {
  font-size: 2.4rem;
  color: #2c201a;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.25;
}

.section-desc {
  font-size: 1.02rem;
  font-weight: 400;
  color: var(--muted-text);
  line-height: 1.6;
}

/* ==========================================================================
   STATS BAR
   ========================================================================== */
.stats-bar-section {
  background: #ffffff;
  padding: 40px 0;
  border-top: 1px solid var(--light-border);
  border-bottom: 1px solid var(--light-border);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.stat-box {
  display: flex;
  align-items: center;
  gap: 18px;
}

.stat-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--primary-light);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  flex-shrink: 0;
}

.stat-number {
  font-size: 2.2rem;
  font-weight: 900; /* Gotham Narrow Black */
  color: var(--primary-dark);
  line-height: 1;
  margin-bottom: 4px;
}

.stat-label {
  font-size: 0.88rem;
  color: var(--muted-text);
  font-weight: 700; /* Bold */
}

/* ==========================================================================
   ABOUT & DOCTOR PROFILE
   ========================================================================== */
.about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 50px;
  align-items: start;
}

.about-image-card {
  position: relative;
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 16px;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--light-border);
  overflow: hidden;
}

@media (min-width: 1025px) {
  .about-image-card {
    position: sticky;
    top: 110px;
  }
}

.about-doctor-photo {
  border-radius: var(--radius-md);
  width: 100%;
  height: auto;
  max-height: 480px;
  object-fit: cover;
}

.about-doctor-badge {
  position: absolute;
  bottom: 30px;
  left: 30px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 14px 20px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--light-border);
}

.about-doctor-badge strong {
  display: block;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--primary-dark);
}

.about-doctor-badge span {
  font-size: 0.85rem;
  color: var(--primary);
  font-weight: 700;
}

.about-content-wrap p {
  color: #554942;
  font-size: 1.02rem;
  line-height: 1.75;
  margin-bottom: 20px;
  font-weight: 400; /* Book */
}

.about-associations {
  margin-top: 30px;
  padding-top: 25px;
  border-top: 1px solid var(--light-border);
}

.assoc-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--dark-text);
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.assoc-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.assoc-pill {
  background: #fff;
  border: 1px solid var(--light-border);
  padding: 8px 16px;
  border-radius: var(--radius-pill);
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--primary-dark);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.assoc-pill i {
  color: var(--primary);
}

/* ==========================================================================
   TREATMENTS GRID (Aesthetic & Clinical)
   ========================================================================== */
.treatments-tabs-header {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 40px;
}

.treatment-tab-btn {
  background: #ffffff;
  border: 1px solid var(--light-border);
  padding: 12px 28px;
  border-radius: var(--radius-pill);
  font-size: 1rem;
  font-weight: 700; /* Bold */
  color: var(--dark-text);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: var(--transition);
}

.treatment-tab-btn.active, .treatment-tab-btn:hover {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #fff;
  border-color: transparent;
  box-shadow: 0 6px 20px rgba(148, 95, 63, 0.25);
}

.treatments-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.treatment-card.treatment-hidden,
.treatment-hidden {
  display: none !important;
}

.treatment-card {
  background: #ffffff;
  border-radius: var(--radius-lg);
  border: 1px solid var(--light-border);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
  text-decoration: none !important;
  cursor: pointer;
}

.treatment-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(90, 55, 35, 0.12);
  border-color: var(--primary-light);
}

.treatment-card-media {
  position: relative;
  width: 100%;
  height: 205px;
  overflow: hidden;
  background: #f8f5f2;
}

.treatment-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.treatment-card:hover .treatment-card-img {
  transform: scale(1.06);
}

.treatment-card-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(8px);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.76rem;
  font-weight: 600;
  color: var(--primary-dark);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  letter-spacing: 0.3px;
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.treatment-card-body {
  padding: 22px 20px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}

.treatment-card-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #2c201a;
  margin-bottom: 8px;
  line-height: 1.35;
  transition: color 0.25s ease;
}

.treatment-card:hover .treatment-card-title {
  color: var(--primary);
}

.treatment-card-desc {
  font-size: 0.88rem;
  font-weight: 400;
  color: var(--muted-text);
  line-height: 1.55;
  margin-bottom: 16px;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.treatment-card-action {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 12px;
  border-top: 1px solid #f6eee8;
}

.treatment-card-btn {
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.25s ease;
}

.treatment-card-btn i {
  font-size: 0.8rem;
  transition: transform 0.25s ease;
}

.treatment-card:hover .treatment-card-btn {
  color: var(--primary-dark);
}

.treatment-card:hover .treatment-card-btn i {
  transform: translateX(4px);
}

[dir="rtl"] .treatment-card-badge {
  left: auto;
  right: 12px;
}

[dir="rtl"] .treatment-card:hover .treatment-card-btn i {
  transform: translateX(-4px);
}

/* ==========================================================================
   TREATMENT CARDS - RESPONSIVE STYLING (SINGLE COLUMN BLOG STYLE ON MOBILE)
   ========================================================================== */
@media (max-width: 991px) {
  .treatments-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
  }
}

@media (max-width: 768px) {
  .treatments-grid {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  .treatment-card {
    border-radius: 16px !important;
    height: auto !important;
    display: flex !important;
    flex-direction: column !important;
    box-shadow: 0 4px 20px rgba(90, 55, 35, 0.07) !important;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
  }

  /* 1. Görsel Alanı - Blog tarzı ferah 16/9 yükseklik */
  .treatment-card-media,
  .treatment-card .treatment-card-media {
    height: 200px !important;
    width: 100% !important;
  }

  /* 2. Görsel Üstü Rozet */
  .treatment-card-badge,
  .treatment-card .treatment-card-badge {
    display: inline-block !important;
    top: 14px !important;
    left: 14px !important;
    font-size: 0.78rem !important;
    padding: 5px 14px !important;
  }

  /* 3. Kart Gövdesi */
  .treatment-card-body,
  .treatment-card .treatment-card-body {
    padding: 20px 18px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
  }

  /* 4. Başlık - Büyük, net ve okunaklı */
  .treatment-card-title,
  .treatment-card .treatment-card-title {
    font-size: 1.15rem !important;
    font-weight: 700 !important;
    color: #2c201a !important;
    line-height: 1.35 !important;
    margin-bottom: 4px !important;
    min-height: auto !important;
    display: block !important;
    overflow: visible !important;
    -webkit-line-clamp: unset !important;
  }

  /* 5. Açıklama Metni - Geri getirildi, ferah ve okunaklı */
  .treatment-card-desc,
  .treatment-card .treatment-card-desc {
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    font-size: 0.90rem !important;
    font-weight: 400 !important;
    color: var(--muted-text) !important;
    line-height: 1.6 !important;
    margin-bottom: 12px !important;
  }

  /* 6. Buton Alanı */
  .treatment-card-action,
  .treatment-card .treatment-card-action {
    padding-top: 12px !important;
    margin-top: auto !important;
    border-top: 1px solid #f6eee8 !important;
  }

  .treatment-card-btn,
  .treatment-card .treatment-card-btn {
    font-size: 0.90rem !important;
    font-weight: 700 !important;
    gap: 6px !important;
  }

  .treatment-card-btn i {
    font-size: 0.82rem !important;
  }
}

@media (max-width: 480px) {
  .treatments-grid {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .treatment-card-media,
  .treatment-card .treatment-card-media {
    height: 185px !important;
  }

  .treatment-card-body,
  .treatment-card .treatment-card-body {
    padding: 16px 14px !important;
  }

  .treatment-card-title,
  .treatment-card .treatment-card-title {
    font-size: 1.08rem !important;
  }

  .treatment-card-desc,
  .treatment-card .treatment-card-desc {
    font-size: 0.88rem !important;
  }
}

.treatment-detail-link:hover i {
  transform: translateX(4px);
}

.btn-card-book {
  background: var(--primary-light);
  color: var(--primary-dark);
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  font-size: 0.82rem;
  font-weight: 700;
  transition: var(--transition);
}

.btn-card-book:hover {
  background: var(--primary);
  color: #fff;
}

/* ==========================================================================
   LIP FILLER BEFORE / AFTER INTERACTIVE COMPARISON SECTION
   ========================================================================== */
.lip-comparison-section {
  background: #fbf8f4;
  border-top: 1px solid var(--light-border);
  border-bottom: 1px solid var(--light-border);
  position: relative;
  overflow: hidden;
}

.lip-comparison-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 50px;
  align-items: center;
}

.before-after-card {
  background: #ffffff;
  border-radius: var(--radius-lg);
  padding: 16px;
  box-shadow: 0 14px 40px rgba(117, 68, 40, 0.1);
  border: 1px solid #eddcd0;
  position: relative;
}

.ba-slider-container {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius-md);
  overflow: hidden;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  cursor: ew-resize;
  touch-action: none;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.08);
  background: #eadecd;
}

.ba-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}

.ba-img-base,
.ba-img-before {
  z-index: 1;
}

.ba-img-clipped,
.ba-img-after {
  z-index: 2;
  clip-path: inset(0 calc(100% - var(--clip-pos, 50%)) 0 0);
  -webkit-clip-path: inset(0 calc(100% - var(--clip-pos, 50%)) 0 0);
  transition: none;
}

.ba-badge {
  position: absolute;
  top: 14px;
  z-index: 5;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.8px;
  padding: 5px 13px;
  border-radius: var(--radius-pill);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  text-transform: uppercase;
  pointer-events: none;
}

.ba-badge-before {
  left: 14px;
  background: rgba(35, 25, 20, 0.8);
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.2);
}

.ba-badge-after {
  right: 14px;
  background: rgba(148, 95, 63, 0.88);
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.3);
}

.ba-divider-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--clip-pos, 50%);
  width: 4px;
  z-index: 4;
  transform: translateX(-50%);
  pointer-events: none;
}

.ba-handle-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  background: #ffffff;
  box-shadow: 0 0 12px rgba(0,0,0,0.45);
}

.ba-handle-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ffffff;
  color: var(--primary);
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  border: 2.5px solid var(--primary);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.ba-slider-container:hover .ba-handle-btn,
.ba-slider-container.is-dragging .ba-handle-btn {
  transform: translate(-50%, -50%) scale(1.08);
  box-shadow: 0 6px 24px rgba(148, 95, 63, 0.45);
}

.ba-hint-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--muted-text);
  margin-top: 8px;
  margin-bottom: 2px;
  text-align: center;
}

/* Blog In-Article Before / After Comparison Responsive Styles */
.blog-ba-wrapper {
  margin: 18px auto;
  clear: both;
  user-select: none;
  position: relative;
}
.blog-ba-wrapper + p {
  margin-top: 12px;
}
.blog-ba-wrapper[data-size="100"] {
  max-width: 100%;
}
.blog-ba-wrapper[data-size="75"] {
  max-width: 75%;
}
.blog-ba-wrapper[data-size="50"] {
  max-width: 50%;
}
.blog-ba-wrapper[data-align="center"] {
  margin-left: auto;
  margin-right: auto;
}
.blog-ba-wrapper[data-align="left"] {
  margin-right: auto;
  margin-left: 0;
}
.blog-ba-wrapper[data-align="right"] {
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 768px) {
  .blog-ba-wrapper {
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.lip-main-desc {
  color: var(--muted-text);
  font-size: 1.02rem;
  line-height: 1.7;
  margin-bottom: 24px;
}

.lip-features-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 24px;
}

.lip-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 12px 16px;
  background: #ffffff;
  border-radius: var(--radius-md);
  border: 1px solid #ebdcd0;
  box-shadow: 0 2px 8px rgba(78,48,30,0.04);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.lip-feature-item:hover {
  transform: translateX(4px);
  border-color: var(--primary);
  box-shadow: 0 6px 16px rgba(148, 95, 63, 0.08);
}

[dir="rtl"] .lip-feature-item:hover {
  transform: translateX(-4px);
}

.lip-feat-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--primary-soft);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.lip-feat-title {
  font-size: 0.96rem;
  font-weight: 700;
  color: var(--dark-text);
  margin-bottom: 2px;
}

.lip-feat-desc {
  font-size: 0.85rem;
  color: var(--muted-text);
  line-height: 1.4;
  margin-bottom: 0;
}

/* ==========================================================================
   CONGRESSES & TIMELINE
   ========================================================================== */
.congresses-section {
  background: #ffffff;
}

.congress-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  gap: 18px;
}

.congress-item-card {
  background: var(--cream-bg);
  border: 1px solid var(--light-border);
  border-radius: var(--radius-md);
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 18px;
  transition: var(--transition);
}

.congress-item-card:hover {
  background: #fff;
  border-color: var(--primary);
  box-shadow: var(--shadow-sm);
  transform: translateY(-2px);
}

.congress-year-badge {
  background: var(--primary);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: var(--radius-pill);
  flex-shrink: 0;
}

.congress-name {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--dark-text);
  line-height: 1.4;
}

/* ==========================================================================
   APPOINTMENT FORM
   ========================================================================== */
.appointment-section {
  background: linear-gradient(135deg, #f7efe6, #eeddcb);
  position: relative;
}

.appointment-card-wrap {
  background: #ffffff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  padding: 45px 50px;
  border: 1px solid #ebd9c8;
}

.form-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.form-group {
  margin-bottom: 22px;
}

.form-label {
  display: block;
  font-size: 0.9rem;
  font-weight: 700; /* Bold */
  color: #3b2f27;
  margin-bottom: 8px;
}

.form-control {
  width: 100%;
  padding: 13px 18px;
  border: 1px solid var(--light-border);
  background: #fdfbf7;
  border-radius: var(--radius-sm);
  font-family: var(--font-family-base);
  font-size: 0.95rem;
  color: var(--dark-text);
  transition: var(--transition);
}

.form-control:focus {
  outline: none;
  border-color: var(--primary);
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(148, 95, 63, 0.12);
}

textarea.form-control {
  resize: vertical;
  min-height: 100px;
}

.btn-submit-form {
  position: relative;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #fff;
  border: none;
  padding: 16px 36px;
  border-radius: var(--radius-pill);
  font-size: 1.05rem;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  box-shadow: 0 8px 25px rgba(148, 95, 63, 0.3);
  transition: transform 0.25s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.25s ease, filter 0.25s ease;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
  overflow: hidden;
}

.btn-submit-form::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, #a56f4e, #6e3d23);
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}

.btn-submit-form:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(148, 95, 63, 0.42);
  filter: brightness(1.04);
}

.btn-submit-form:hover::before {
  opacity: 1;
}

.btn-submit-form > * {
  position: relative;
  z-index: 1;
}

.form-alert {
  padding: 14px 18px;
  border-radius: var(--radius-sm);
  margin-bottom: 24px;
  font-size: 0.92rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

.form-alert.success {
  background: #eafaf1;
  color: #1e7e34;
  border: 1px solid #c3e6cb;
}

.form-alert.error {
  background: #fdf0ed;
  color: #c82333;
  border: 1px solid #f5c6cb;
}

/* ==========================================================================
   BLOG CARDS
   ========================================================================== */
.blogs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 30px;
}

.blog-card {
  background: #ffffff;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--light-border);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  transition: var(--transition);
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

.blog-card-img-wrap {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.blog-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-card:hover .blog-card-img {
  transform: scale(1.06);
}

.blog-badge-category {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--primary-dark);
  padding: 4px 12px;
  border-radius: var(--radius-pill);
  font-size: 0.75rem;
  font-weight: 700;
}

.blog-card-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.blog-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 0.82rem;
  color: var(--muted-text);
  margin-bottom: 12px;
}

.blog-card-title {
  font-size: 1.25rem;
  font-weight: 700; /* Bold */
  color: #2c201a;
  line-height: 1.4;
  margin-bottom: 12px;
}

.blog-card-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease;
}

.blog-card-title a:hover,
.blog-card:hover .blog-card-title a {
  color: var(--primary);
}

.blog-card-summary {
  font-size: 0.92rem;
  font-weight: 400; /* Book */
  color: var(--muted-text);
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
}

.blog-card-read-link {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer {
  background: #251d18;
  color: #d1c5bc;
  padding: 70px 0 25px;
  font-size: 0.92rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr 0.9fr 1.1fr;
  gap: 40px;
  margin-bottom: 50px;
}

.footer-logo {
  height: 60px;
  width: auto;
  filter: brightness(0) invert(1);
  margin-bottom: 20px;
}

.footer-about-text {
  font-size: 0.92rem;
  line-height: 1.7;
  color: #a89c92;
  margin-bottom: 22px;
}

.footer-social-links {
  display: flex;
  gap: 10px;
}

.footer-social-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}

.footer-social-btn:hover {
  background: var(--primary);
  transform: translateY(-3px);
}

.footer-col-title {
  font-size: 1.18rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.footer-col-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: var(--primary);
}

.footer-links-list li {
  margin-bottom: 12px;
}

.footer-links-list a {
  color: #aba096;
}

.footer-links-list a:hover {
  color: var(--accent-gold);
  padding-left: 5px;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px;
  color: #aba096;
}

.footer-contact-item i {
  color: var(--primary);
  font-size: 1.1rem;
  margin-top: 4px;
}

.footer-bottom {
  padding-top: 25px;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: #887c72;
}

/* ==========================================================================
   RESPONSIVE MEDIA QUERIES & MOBILE PERFECTION
   ========================================================================== */
@media (max-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 36px;
  }
  .hero-content {
    padding-right: 0;
  }
  .hero-subtitle-wrap {
    justify-content: center;
  }
  .hero-description {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-cta-group {
    justify-content: center;
  }
  .hero-doctor-img {
    max-height: 420px;
  }
  .about-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .about-image-card {
    position: relative !important;
    top: auto !important;
  }
  .about-content-wrap {
    text-align: left;
  }
  .lip-comparison-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .before-after-card {
    max-width: 520px;
    margin: 0 auto;
  }
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .nav-menu {
    display: none;
  }
  .btn-header-appointment {
    display: none;
  }
  .mobile-toggle {
    display: flex;
  }
}

@media (max-width: 768px) {
  .top-bar {
    display: none;
  }
  .header-inner {
    height: 104px;
  }
  .header-actions {
    gap: 8px !important;
  }
  .header-instagram-btn {
    width: 36px !important;
    height: 36px !important;
    font-size: 1.12rem !important;
  }
  .site-logo {
    height: 94px; /* +20% larger logo on mobile */
    max-height: 96px;
  }
  .section {
    padding: 55px 0;
  }
  .section-title {
    font-size: 1.85rem;
    line-height: 1.3;
  }
  .section-desc {
    font-size: 0.95rem;
  }
  .hero-title {
    font-size: 2.15rem;
    line-height: 1.2;
  }
  .hero-subtitle {
    font-size: 1.1rem;
  }
  .hero-description {
    font-size: 0.95rem;
    line-height: 1.6;
  }
  .hero-cta-group {
    flex-direction: column;
    width: 100%;
    gap: 10px;
    margin-bottom: 24px;
  }
  .hero-cta-group .btn-hero-primary,
  .hero-cta-group .btn-hero-secondary {
    width: 100%;
    justify-content: center;
  }
  .hero-features-bar {
    display: none !important; /* Hidden on mobile as requested, visible on desktop */
  }
  .hero-image-wrap {
    position: relative !important;
    background: #ffffff !important;
    border-radius: var(--radius-lg) !important;
    padding: 16px 16px 0 16px !important;
    box-shadow: var(--shadow-lg) !important;
    border: 1px solid var(--light-border) !important;
    margin: 16px auto 0 !important;
    width: 100% !important;
    max-width: 360px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: flex-end !important;
    overflow: hidden !important;
    text-align: center !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
  }
  .hero-glow-backdrop {
    display: block !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    transform: none !important;
    width: 100% !important;
    height: 100% !important;
    background: radial-gradient(circle at 50% 65%, #ffffff 30%, #f7eee5 80%, #eddcca 100%) !important;
    border-radius: inherit !important;
    z-index: 1 !important;
  }
  .hero-doctor-img {
    position: relative !important;
    z-index: 2 !important;
    max-height: 380px !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    object-fit: contain !important;
    filter: drop-shadow(0 10px 22px rgba(78, 46, 26, 0.15)) !important;
    display: block !important;
  }
  .stats-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .stat-box {
    padding: 18px 14px;
    gap: 12px;
  }
  .stat-number {
    font-size: 1.5rem;
  }
  .stat-label {
    font-size: 0.78rem;
  }
  .treatments-tabs-header {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 480px !important;
    margin: 0 auto 28px !important;
  }
  .treatment-tab-btn:first-child,
  .treatment-tab-btn[data-category="all"],
  .treatment-tab-btn[data-tab="all"] {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    justify-content: center !important;
    padding: 12px 16px !important;
    font-size: 0.95rem !important;
  }
  .treatment-tab-btn {
    width: 100% !important;
    justify-content: center !important;
    padding: 11px 10px !important;
    font-size: 0.85rem !important;
    text-align: center !important;
  }
  .treatments-grid {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }
  .treatment-card {
    border-radius: 16px !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
    box-shadow: 0 4px 20px rgba(90, 55, 35, 0.07) !important;
  }
  .treatment-card-media {
    height: 200px !important;
    width: 100% !important;
  }
  .treatment-card-badge {
    display: inline-block !important;
    top: 14px !important;
    left: 14px !important;
  }
  .treatment-card-body {
    padding: 20px 18px !important;
  }
  .treatment-card-title {
    font-size: 1.15rem !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
    line-height: 1.35 !important;
    min-height: auto !important;
    display: block !important;
  }
  .treatment-card-desc {
    font-size: 0.90rem !important;
    line-height: 1.6 !important;
    margin-bottom: 14px !important;
    color: var(--muted-text) !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }
  .treatment-card-action {
    padding-top: 12px !important;
    border-top: 1px solid #f6eee8 !important;
  }
  .treatment-card-btn {
    font-size: 0.90rem !important;
    font-weight: 700 !important;
  }
  .treatments-action-row {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }
  .treatments-action-row .btn-hero-primary,
  .treatments-action-row .btn-hero-secondary {
    width: 100%;
    justify-content: center;
  }
  .form-grid-2, .form-grid-3 {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
  .floating-desktop-bar {
    display: none;
  }
  .mobile-bottom-bar {
    display: block;
  }
  body {
    padding-bottom: 74px;
  }
  .appointment-card-wrap,
  .apt-card-wrapper {
    padding: 24px 18px;
    border-radius: var(--radius-md);
  }
  .apt-category-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .treatment-items-grid {
    grid-template-columns: 1fr;
  }
  .apt-time-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
  .apt-time-pill {
    padding: 9px 6px;
    font-size: 0.85rem;
  }
  .contact-main-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .contact-info-card, .contact-form-card {
    padding: 28px 18px;
  }
  .contact-hero-banner {
    padding: 50px 0 40px;
  }
  .contact-hero-title {
    font-size: 2rem;
  }
  .topic-pills-wrap {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 8px !important;
    width: 100%;
    margin-bottom: 20px;
  }
  .topic-pill-btn {
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px 6px !important;
    font-size: 0.82rem !important;
    line-height: 1.2 !important;
  }
  .blogs-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 1.85rem;
  }
  .hero-subtitle {
    font-size: 1rem;
  }
  .section-title {
    font-size: 1.6rem;
  }
  .stats-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .apt-time-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
  }
  .apt-time-pill {
    padding: 8px 4px;
    font-size: 0.82rem;
  }
  .site-logo {
    height: 88px; /* +20% larger on small mobile */
    max-height: 90px;
  }
  .header-inner {
    height: 98px;
  }
  .hero-image-wrap {
    margin: 12px auto 0 !important;
    max-width: 320px !important;
    padding: 12px 12px 0 12px !important;
  }
  .hero-doctor-img {
    max-height: 330px !important;
  }
  .treatments-grid {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }
  .treatment-card-media {
    height: 185px !important;
  }
  .treatment-card-body {
    padding: 16px 14px !important;
  }
  .treatment-card-title {
    font-size: 1.08rem !important;
  }
  .treatment-card-desc {
    font-size: 0.88rem !important;
    line-height: 1.55 !important;
  }
}


/* ==========================================================================
   UNIFIED INTERACTIVE APPOINTMENT WIZARD & MODAL STYLES
   ========================================================================== */
.apt-wizard-container {
  max-width: 860px;
  margin: 0 auto;
}

.apt-card-wrapper {
  background: #ffffff;
  border-radius: var(--radius-lg);
  padding: 44px 48px;
  border: 1px solid var(--light-border);
  box-shadow: var(--shadow-md);
}

.apt-category-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 24px;
}

.apt-category-card {
  border: 2px solid #ecdcd0;
  background: #fdfbf9;
  border-radius: var(--radius-md);
  padding: 20px 22px;
  cursor: pointer;
  transition: all 0.25s ease;
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  user-select: none;
}

.apt-category-card:hover {
  border-color: var(--primary);
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(148, 95, 63, 0.08);
}

.apt-category-card.active {
  border-color: var(--primary);
  background: linear-gradient(135deg, #ffffff 0%, var(--primary-soft) 100%);
  box-shadow: 0 6px 20px rgba(148, 95, 63, 0.12);
}

.apt-cat-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #ebd9cb;
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
  transition: all 0.25s ease;
}

.apt-category-card.active .apt-cat-icon {
  background: var(--primary);
  color: #ffffff;
  border-color: var(--primary);
}

.apt-cat-info h4 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--primary-dark);
  margin-bottom: 3px;
}

.apt-cat-info span {
  font-size: 0.82rem;
  color: var(--muted-text);
}

.apt-cat-radio-check {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #d4c2b4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  color: transparent;
  transition: all 0.2s ease;
}

.apt-category-card.active .apt-cat-radio-check {
  border-color: var(--primary);
  background: var(--primary);
  color: #ffffff;
}

/* Treatment Selector Trigger Box */
.apt-treatment-picker-box {
  border: 1.5px solid #ecdcd0;
  border-radius: var(--radius-md);
  padding: 16px 20px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.25s ease;
  user-select: none;
}

.apt-treatment-picker-box:hover {
  border-color: var(--primary);
  background: #fdfbf9;
  box-shadow: 0 4px 14px rgba(148, 95, 63, 0.08);
}

.apt-selected-treatment-preview {
  display: flex;
  align-items: center;
  gap: 14px;
}

.apt-selected-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: var(--primary-soft);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  border: 1px solid #ead6c6;
}

.apt-selected-text h5 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--dark-text);
  margin-bottom: 2px;
}

.apt-selected-text span {
  font-size: 0.82rem;
  color: var(--primary);
  font-weight: 600;
}

.apt-picker-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fbf7f4;
  border: 1px solid #dfcfc2;
  padding: 7px 14px;
  border-radius: var(--radius-pill);
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--primary);
  transition: all 0.2s ease;
  white-space: nowrap;
  flex-shrink: 0;
}

.apt-treatment-picker-box:hover .apt-picker-btn,
.apt-date-picker-box:hover .apt-picker-btn,
.apt-time-picker-box:hover .apt-picker-btn {
  background: var(--primary);
  color: #ffffff;
  border-color: var(--primary);
}

@media (max-width: 768px) {
  .apt-treatment-picker-box {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 14px !important;
    padding: 16px 16px !important;
  }

  .apt-selected-treatment-preview {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    width: 100% !important;
  }

  .apt-selected-icon {
    width: 44px !important;
    height: 44px !important;
    flex-shrink: 0 !important;
  }

  .apt-selected-text {
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }

  .apt-selected-text h5 {
    font-size: 1rem !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    margin-bottom: 2px !important;
    word-break: break-word !important;
  }

  .apt-selected-text span {
    font-size: 0.82rem !important;
  }

  .apt-treatment-picker-box .apt-picker-btn {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 10px 16px !important;
    border-radius: 10px !important;
    background: #fbf7f4 !important;
    border: 1px solid #dfcfc2 !important;
    font-size: 0.88rem !important;
    font-weight: 700 !important;
    color: var(--primary) !important;
  }
}

/* ==========================================================================
   LUXURY INTERACTIVE DATE PICKER STRIP & CARDS
   ========================================================================== */
.apt-date-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  flex-wrap: wrap;
  gap: 12px;
}

.apt-selected-date-indicator {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--primary-dark);
  background: linear-gradient(135deg, #ffffff 0%, var(--primary-soft) 100%);
  padding: 8px 18px;
  border-radius: var(--radius-pill);
  border: 1.5px solid #ebd9cc;
  box-shadow: 0 2px 8px rgba(148, 95, 63, 0.06);
}

.apt-selected-date-indicator i {
  color: var(--primary);
  font-size: 1.1rem;
}

.apt-calendar-custom-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  border: 1.5px solid var(--primary);
  padding: 8px 20px;
  border-radius: var(--radius-pill);
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--primary);
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 2px 8px rgba(148, 95, 63, 0.08);
}

.apt-calendar-custom-btn i {
  font-size: 1.05rem;
  color: var(--primary);
  transition: transform 0.2s ease;
}

.apt-calendar-custom-btn:hover {
  background: linear-gradient(135deg, var(--primary) 0%, #7e4828 100%);
  color: #ffffff;
  border-color: var(--primary);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(148, 95, 63, 0.22);
}

.apt-calendar-custom-btn:hover i {
  color: #ffffff;
  transform: scale(1.15);
}

/* ==========================================================================
   LUXURY FULL-YEAR CALENDAR MODAL
   ========================================================================== */
.calendar-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 14, 10, 0.7);
  backdrop-filter: blur(8px);
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.calendar-modal-overlay.active {
  display: flex;
  opacity: 1;
}

.calendar-modal-card {
  background: #ffffff;
  border-radius: var(--radius-lg);
  width: 100%;
  max-width: 440px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
  border: 1px solid #eadad0;
  overflow: hidden;
  animation: calModalZoom 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@keyframes calModalZoom {
  from {
    transform: scale(0.92);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.cal-modal-header {
  background: linear-gradient(135deg, #f7efe6, #ebd9cb);
  padding: 18px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e2d2c4;
}

.cal-modal-title {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--primary-dark);
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.cal-modal-close {
  background: none;
  border: none;
  font-size: 1.25rem;
  color: #7a6659;
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.cal-modal-close:hover {
  background: rgba(0, 0, 0, 0.08);
  color: var(--primary-dark);
}

.cal-nav-bar {
  padding: 16px 20px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.cal-nav-arrow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1.5px solid #ebdcd0;
  background: #ffffff;
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.cal-nav-arrow:hover {
  background: var(--primary);
  color: #ffffff;
  border-color: var(--primary);
}

.cal-month-year-selectors {
  display: flex;
  align-items: center;
  gap: 8px;
}

.cal-select {
  border: 1.5px solid #ebdcd0;
  border-radius: 8px;
  padding: 6px 10px;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--primary-dark);
  background: #fdfbf9;
  cursor: pointer;
  outline: none;
}

.cal-select:focus {
  border-color: var(--primary);
}

.cal-weekdays-row {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  padding: 8px 16px;
  background: #faf6f2;
  border-top: 1px solid #f2e9e2;
  border-bottom: 1px solid #f2e9e2;
}

.cal-weekday-label {
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--muted-text);
  text-transform: uppercase;
}

.cal-days-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  padding: 14px 16px;
}

.cal-day-cell {
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--dark-text);
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
  user-select: none;
}

.cal-day-cell:hover:not(.disabled) {
  background: var(--primary-soft);
  color: var(--primary);
  font-weight: 800;
}

.cal-day-cell.selected {
  background: linear-gradient(135deg, var(--primary) 0%, #7e4828 100%) !important;
  color: #ffffff !important;
  font-weight: 800;
  box-shadow: 0 4px 12px rgba(148, 95, 63, 0.3);
}

.cal-day-cell.today-marker:not(.selected) {
  border: 1.5px solid var(--accent-gold);
  color: var(--primary);
  font-weight: 800;
}

.cal-day-cell.disabled {
  opacity: 0.3;
  cursor: not-allowed;
  background: transparent !important;
  color: #a09085 !important;
  pointer-events: none;
}

.cal-day-cell.empty {
  cursor: default;
  pointer-events: none;
}

.cal-modal-footer {
  padding: 12px 20px 16px;
  border-top: 1px solid #f2e9e2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #faf6f2;
}

.cal-quick-btn {
  background: none;
  border: none;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--primary);
  cursor: pointer;
  text-decoration: underline;
  padding: 4px 8px;
}

.apt-date-strip {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
  margin-bottom: 18px;
}

@media (max-width: 992px) {
  .apt-date-strip {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 576px) {
  .apt-date-strip {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
}

.apt-date-card {
  border: 1.5px solid #ebdcd0;
  background: #ffffff;
  border-radius: var(--radius-md);
  padding: 14px 8px;
  text-align: center;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  user-select: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.apt-date-card:hover {
  border-color: var(--primary);
  background: #fdfbf9;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(148, 95, 63, 0.08);
}

.apt-date-card.active {
  border-color: var(--primary);
  background: linear-gradient(135deg, var(--primary) 0%, #7e4828 100%);
  color: #ffffff !important;
  box-shadow: 0 6px 18px rgba(148, 95, 63, 0.25);
  transform: translateY(-2px);
}

.apt-date-day-name {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--muted-text);
  margin-bottom: 4px;
  letter-spacing: 0.5px;
}

.apt-date-card.active .apt-date-day-name {
  color: rgba(255, 255, 255, 0.85);
}

.apt-date-day-number {
  font-family: var(--font-serif);
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--primary-dark);
  line-height: 1.1;
  margin-bottom: 2px;
}

.apt-date-card.active .apt-date-day-number {
  color: #ffffff;
}

.apt-date-month {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--muted-text);
}

.apt-date-card.active .apt-date-month {
  color: rgba(255, 255, 255, 0.9);
}

.apt-date-today-badge {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--accent-gold);
  color: #ffffff;
  font-size: 0.62rem;
  font-weight: 800;
  padding: 2px 7px;
  border-radius: var(--radius-pill);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.apt-date-card.closed {
  opacity: 0.45;
  background: #f7f3ef !important;
  border-color: #e5dacd !important;
  cursor: not-allowed;
  pointer-events: none;
}

.apt-date-card.closed .apt-date-day-number,
.apt-date-card.closed .apt-date-day-name {
  color: #a09085 !important;
}

/* Time Slot Selection Pills */
.apt-time-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  margin-top: 8px;
}

@media (max-width: 992px) {
  .apt-time-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.apt-time-pill {
  padding: 10px 8px;
  border: 1px solid #ebdcd0;
  background: #fff;
  border-radius: var(--radius-sm);
  text-align: center;
  font-size: 0.92rem;
  font-weight: 700;
  color: #4a3e36;
  cursor: pointer;
  transition: all 0.2s ease;
  user-select: none;
}

.apt-time-pill:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.apt-time-pill.active {
  background: var(--primary);
  border-color: var(--primary);
  color: #ffffff;
  box-shadow: 0 3px 10px rgba(148, 95, 63, 0.2);
}

.apt-time-pill.disabled {
  opacity: 0.32;
  cursor: not-allowed;
  pointer-events: none;
  background: #f3ede7 !important;
  border-color: #e5dacd !important;
  color: #a89a8f !important;
  text-decoration: line-through;
  box-shadow: none !important;
  position: relative;
}

/* ==========================================================================
   TIME PICKER TRIGGER BOX & POPUP MODAL (MOBILE & DESKTOP)
   ========================================================================== */
.apt-time-picker-box {
  border: 1.5px solid #ecdcd0;
  border-radius: var(--radius-md);
  padding: 14px 18px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.25s ease;
  user-select: none;
  margin-top: 0;
  margin-bottom: 0;
}

.apt-time-picker-box:hover {
  border-color: var(--primary);
  background: #fdfbf9;
  box-shadow: 0 4px 14px rgba(148, 95, 63, 0.08);
}

.apt-selected-time-preview {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  flex: 1;
}

.apt-selected-time-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--primary-soft);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  border: 1px solid #ead6c6;
  flex-shrink: 0;
}

.apt-selected-time-text {
  min-width: 0;
  flex: 1;
}

.apt-selected-time-text h5 {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--primary-dark);
  margin-bottom: 2px;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.apt-selected-time-text span {
  font-size: 0.78rem;
  color: var(--muted-text);
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Time Modal Overlay */
.time-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 14, 10, 0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.time-modal-overlay.open {
  display: flex;
  opacity: 1;
}

.time-modal-card {
  background: #ffffff;
  border-radius: var(--radius-lg);
  width: 100%;
  max-width: 460px;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
  border: 1px solid #eadad0;
  overflow: hidden;
  transform: translateY(20px);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.time-modal-overlay.open .time-modal-card {
  transform: translateY(0);
}

.time-modal-header {
  padding: 18px 22px;
  border-bottom: 1px solid #f2e8de;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fbf8f4;
}

.time-modal-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--primary-dark);
  margin: 0;
}

.time-modal-date-banner {
  padding: 10px 22px;
  background: #faf4ee;
  border-bottom: 1px solid #ebdcd0;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--primary-dark);
  display: flex;
  align-items: center;
}

.time-modal-body {
  padding: 18px 22px;
  overflow-y: auto;
  flex: 1;
}

.time-group-block {
  margin-bottom: 18px;
}

.time-group-block:last-child {
  margin-bottom: 0;
}

.time-group-title {
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--primary);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.time-modal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.modal-time-pill {
  padding: 12px 8px;
  border: 1.5px solid #ebdcd0;
  background: #fff;
  border-radius: var(--radius-sm);
  text-align: center;
  font-size: 0.95rem;
  font-weight: 700;
  color: #4a3e36;
  cursor: pointer;
  transition: all 0.2s ease;
  user-select: none;
}

.modal-time-pill:hover:not(.disabled) {
  border-color: var(--primary);
  color: var(--primary);
  background: var(--primary-soft);
}

.modal-time-pill.active {
  background: linear-gradient(135deg, var(--primary) 0%, #7e4828 100%) !important;
  border-color: var(--primary) !important;
  color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(148, 95, 63, 0.25);
}

.modal-time-pill.disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
  background: #f3ede7 !important;
  border-color: #e5dacd !important;
  color: #a89a8f !important;
  text-decoration: line-through;
}

.time-modal-footer {
  padding: 14px 22px;
  border-top: 1px solid #f2e8de;
  background: #faf6f2;
}

/* ==========================================================================
   DATE & TIME PICKER TRIGGER BOXES (DESKTOP & MOBILE CLEAN 2-COLUMN GRID)
   ========================================================================== */
.apt-datetime-pickers-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 8px;
}

.apt-date-picker-box {
  border: 1.5px solid #ecdcd0;
  border-radius: var(--radius-md);
  padding: 12px 16px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
  transition: all 0.25s ease;
  user-select: none;
  margin-bottom: 0;
  min-width: 0;
}

.apt-date-picker-box:hover {
  border-color: var(--primary);
  background: #fdfbf9;
  box-shadow: 0 4px 14px rgba(148, 95, 63, 0.08);
}

.apt-selected-date-preview {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  flex: 1;
}

.apt-selected-date-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--primary-soft);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  border: 1px solid #ead6c6;
  flex-shrink: 0;
}

.apt-selected-date-text {
  min-width: 0;
  flex: 1;
}

.apt-selected-date-text h5 {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--primary-dark);
  margin-bottom: 2px;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.apt-selected-date-text span {
  font-size: 0.78rem;
  color: var(--muted-text);
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Responsiveness for Time & Date Pickers */
@media (max-width: 768px) {
  .apt-datetime-pickers-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .apt-date-header-row {
    display: none !important;
  }
  .apt-date-strip {
    display: none !important;
  }
  .apt-time-grid {
    display: none !important;
  }
}

.apt-slot-note {
  font-size: 0.85rem;
  color: #b33927;
  font-weight: 600;
  margin-top: 8px;
  display: none;
  align-items: center;
  gap: 6px;
}

/* Treatment Selection Modal Popup */
.treatment-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(30, 20, 15, 0.6);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.treatment-modal-overlay.open {
  display: flex;
  opacity: 1;
}

.treatment-modal-card {
  background: #ffffff;
  border-radius: var(--radius-lg);
  width: 100%;
  max-width: 680px;
  max-height: 85vh;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  animation: modalScaleIn 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes modalScaleIn {
  from { transform: scale(0.92); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

.treatment-modal-header {
  padding: 20px 28px;
  border-bottom: 1px solid #f2e8de;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fbf8f4;
}

.treatment-modal-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--primary-dark);
  margin: 0;
}

.treatment-modal-close {
  background: #fff;
  border: 1px solid #ded0c4;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #665549;
  cursor: pointer;
  transition: all 0.2s ease;
}

.treatment-modal-close:hover {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}

.treatment-modal-search-wrap {
  padding: 16px 28px;
  border-bottom: 1px solid #f2e8de;
  background: #ffffff;
}

.treatment-search-input {
  width: 100%;
  padding: 12px 18px 12px 42px;
  border: 1.5px solid #ebdcd0;
  border-radius: var(--radius-pill);
  font-size: 0.95rem;
  outline: none;
  transition: border-color 0.2s;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23945f3f'%3E%3Cpath d='M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0s208 93.1 208 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z'/%3E%3C/svg%3E") no-repeat 16px center / 16px;
}

.treatment-search-input:focus {
  border-color: var(--primary);
}

.treatment-modal-body {
  padding: 24px 28px;
  overflow-y: auto;
  flex: 1;
}

.treatment-items-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.treatment-option-card {
  border: 1px solid #eeded2;
  background: #fdfbf9;
  border-radius: var(--radius-md);
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  user-select: none;
}

.treatment-option-card:hover {
  border-color: var(--primary);
  background: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(148, 95, 63, 0.08);
}

.treatment-option-card.selected {
  border-color: var(--primary);
  background: var(--primary-soft);
  box-shadow: 0 4px 14px rgba(148, 95, 63, 0.12);
}

.treatment-opt-icon {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #ebd9cc;
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.treatment-option-card.selected .treatment-opt-icon {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}

.treatment-opt-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--dark-text);
  margin-bottom: 2px;
}

.treatment-opt-cat {
  font-size: 0.78rem;
  color: var(--muted-text);
}

@media (max-width: 768px) {
  .apt-card-wrapper {
    padding: 26px 18px;
  }
  .apt-category-grid {
    grid-template-columns: 1fr;
  }
  .treatment-items-grid {
    grid-template-columns: 1fr;
  }
  .apt-time-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ==========================================================================
   ARTICLE & CONTENT TYPOGRAPHY (TREATMENTS & BLOG DETAIL PAGES)
   ========================================================================== */
.treatment-content-body,
.blog-content-body,
.treatment-article-card,
.blog-article-card,
.article-content {
  font-size: 1.05rem;
  color: #4a4039;
  line-height: 1.85;
}

.treatment-content-body p,
.blog-content-body p,
.treatment-article-card p,
.blog-article-card p,
.article-content p {
  margin-bottom: 22px !important;
  line-height: 1.85 !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.treatment-content-body h1,
.treatment-content-body h2,
.treatment-content-body h3,
.treatment-content-body h4,
.treatment-content-body h5,
.blog-content-body h1,
.blog-content-body h2,
.blog-content-body h3,
.blog-content-body h4,
.blog-content-body h5,
.treatment-article-card h1,
.treatment-article-card h2,
.treatment-article-card h3,
.treatment-article-card h4,
.treatment-article-card h5,
.blog-article-card h1,
.blog-article-card h2,
.blog-article-card h3,
.blog-article-card h4,
.blog-article-card h5 {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

[dir="rtl"] .treatment-content-body p,
[dir="rtl"] .blog-content-body p,
[dir="rtl"] .treatment-article-card p,
[dir="rtl"] .blog-article-card p,
[dir="rtl"] .article-content p,
[dir="rtl"] .treatment-content-body h1,
[dir="rtl"] .treatment-content-body h2,
[dir="rtl"] .treatment-content-body h3,
[dir="rtl"] .treatment-content-body h4,
[dir="rtl"] .treatment-content-body h5,
[dir="rtl"] .blog-content-body h1,
[dir="rtl"] .blog-content-body h2,
[dir="rtl"] .blog-content-body h3,
[dir="rtl"] .blog-content-body h4,
[dir="rtl"] .blog-content-body h5 {
  margin-right: 0 !important;
  padding-right: 0 !important;
  text-align: right !important;
}

.treatment-content-body strong,
.blog-content-body strong,
.treatment-article-card strong,
.blog-article-card strong,
.article-content strong,
.treatment-content-body b,
.blog-content-body b,
.treatment-article-card b,
.blog-article-card b,
.article-content b {
  font-weight: 700 !important;
  color: #2c201a !important;
}

.treatment-content-body h2,
.blog-content-body h2,
.treatment-article-card h2,
.blog-article-card h2,
.article-content h2 {
  font-size: 1.45rem !important;
  font-weight: 700 !important;
  color: var(--primary-dark) !important;
  margin: 38px 0 16px !important;
  line-height: 1.35 !important;
  padding-bottom: 8px !important;
  border-bottom: 1px solid #f4ece4 !important;
}

.treatment-content-body h3,
.blog-content-body h3,
.treatment-article-card h3,
.blog-article-card h3,
.article-content h3 {
  font-size: 1.3rem !important;
  font-weight: 700 !important;
  color: var(--primary-dark) !important;
  margin: 30px 0 14px !important;
  line-height: 1.35 !important;
}

.treatment-content-body h4,
.blog-content-body h4,
.treatment-article-card h4,
.blog-article-card h4,
.article-content h4 {
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  color: #2c201a !important;
  margin: 24px 0 12px !important;
}

/* LIST STYLING (BULLETS & NUMBERING RESTORATION WITH ELEGANT SPACING) */
.treatment-content-body ul,
.blog-content-body ul,
.treatment-article-card ul,
.blog-article-card ul,
.article-content ul {
  list-style: disc !important;
  list-style-type: disc !important;
  padding-left: 28px !important;
  margin: 18px 0 28px !important;
  color: #4a4039 !important;
}

.treatment-content-body ol,
.blog-content-body ol,
.treatment-article-card ol,
.blog-article-card ol,
.article-content ol {
  list-style: decimal !important;
  list-style-type: decimal !important;
  padding-left: 28px !important;
  margin: 18px 0 28px !important;
  color: #4a4039 !important;
}

.treatment-content-body li,
.blog-content-body li,
.treatment-article-card li,
.blog-article-card li,
.article-content li {
  margin-bottom: 8px !important;
  line-height: 1.75 !important;
  padding-left: 4px !important;
  color: #4a4039 !important;
}

.treatment-content-body li p,
.blog-content-body li p,
.treatment-article-card li p,
.blog-article-card li p,
.article-content li p {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  display: inline !important;
}

.treatment-content-body ul li::marker,
.blog-content-body ul li::marker,
.treatment-article-card ul li::marker,
.blog-article-card ul li::marker,
.article-content ul li::marker {
  color: var(--primary) !important;
  font-size: 1.1em !important;
}

.treatment-content-body ol li::marker,
.blog-content-body ol li::marker,
.treatment-article-card ol li::marker,
.blog-article-card ol li::marker,
.article-content ol li::marker {
  color: var(--primary) !important;
  font-weight: 700 !important;
}

.treatment-content-body blockquote,
.blog-content-body blockquote,
.treatment-article-card blockquote,
.blog-article-card blockquote,
.article-content blockquote {
  border-left: 4px solid var(--primary) !important;
  padding: 16px 22px !important;
  background: #faf6f1 !important;
  margin: 24px 0 !important;
  border-radius: 0 8px 8px 0 !important;
  font-style: italic !important;
  color: #5c5048 !important;
}

/* RESPONSIVE ARTICLE IMAGES & MOBILE WIDTH ADAPTATION */
@media (max-width: 768px) {
  .treatment-content-body img,
  .blog-content-body img,
  .treatment-article-card img,
  .blog-article-card img {
    max-width: 100% !important;
    height: auto !important;
  }

  /* Default or 100% Mobile Full Width */
  .treatment-content-body img.mob-w-100,
  .blog-content-body img.mob-w-100,
  .treatment-content-body img:not([class*="mob-w-"]),
  .blog-content-body img:not([class*="mob-w-"]) {
    width: 100% !important;
    margin: 16px auto !important;
    display: block !important;
  }

  .treatment-content-body img.mob-w-75,
  .blog-content-body img.mob-w-75 {
    width: 75% !important;
    margin: 16px auto !important;
    display: block !important;
  }

  .treatment-content-body img.mob-w-50,
  .blog-content-body img.mob-w-50 {
    width: 50% !important;
    margin: 16px auto !important;
    display: block !important;
  }

  .treatment-content-body img.mob-w-auto,
  .blog-content-body img.mob-w-auto {
    max-width: 100% !important;
  }
}



