/* ==========================================================================
   MiLife Medicity - Modern Stroke Rehabilitation Landing Page
   Aesthetic: 2026 Luxury Clinical Sanctuary (Obsidian Teal & Warm Gold)
   100% Focused on Client Specification PDF
   ========================================================================== */

:root {
  /* Brand Teal Palette */
  --teal-900: #022F2D;
  --teal-800: #044340;
  --teal-700: #005C53;
  --teal-600: #0E8388;
  --teal-500: #149D94;
  --teal-100: #E6F6F5;
  --teal-50:  #F2FAF9;

  /* Brand Warm Gold Palette (#F3BA01 from Logo) */
  --gold-500: #E0A600;
  --gold-400: #F3BA01;
  --gold-300: #FFCE33;
  --gold-100: #FFF6D6;
  --gold-50:  #FFFAEB;

  /* Neutrals & Surfaces */
  --dark-text: #0E2422;
  --body-text: #2D4744;
  --muted-text: #617D7A;
  --border-light: #E2ECEB;
  --bg-page: #F7FAF9;
  --white: #FFFFFF;

  /* Typography */
  --font-heading: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-arabic: 'Cairo', -apple-system, BlinkMacSystemFont, 'Segoe UI', Tahoma, sans-serif;

  /* Radii & Shadows */
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --radius-pill: 9999px;

  --shadow-card: 0 10px 30px rgba(2, 47, 45, 0.06);
  --shadow-hover: 0 20px 45px rgba(2, 47, 45, 0.12);
  --shadow-gold: 0 10px 28px rgba(243, 186, 1, 0.35);

  /* Transitions */
  --ease-smooth: 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Reset */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-body);
  background-color: var(--bg-page);
  color: var(--body-text);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

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

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

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

.section-spacing {
  padding: 90px 0;
}

.text-center {
  text-align: center;
}

/* Typography Base */
.section-heading {
  font-family: var(--font-heading);
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 800;
  color: var(--teal-900);
  line-height: 1.2;
  margin-bottom: 24px;
  letter-spacing: -0.5px;
}

.section-heading.text-white {
  color: var(--white);
}

/* ==========================================================================
/* ==========================================================================
   Professional Buttons & CTAs (Luxury Dimensional Design)
   ========================================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-weight: 700;
  border-radius: var(--radius-pill);
  cursor: pointer;
  border: none;
  transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  text-align: center;
  position: relative;
  overflow: hidden;
  letter-spacing: 0.2px;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  isolation: isolate;
}

/* Accessibility Focus Ring */
.btn:focus-visible {
  outline: 3px solid #F5BA13;
  outline-offset: 3px;
}

/* High-End Periodic Shimmer Light Sweep */
.btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -120%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.45) 50%, transparent 100%);
  transform: skewX(-24deg);
  pointer-events: none;
  z-index: 2;
  animation: btnPeriodicShimmer 5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes btnPeriodicShimmer {
  0%, 75% { left: -120%; }
  92%, 100% { left: 160%; }
}

.btn:hover::before {
  animation: none;
  left: 160%;
  transition: left 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Dynamic Interactive Cursor Spotlight Overlay */
.btn-consultation::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle 90px at var(--mouse-x, -999px) var(--mouse-y, -999px), rgba(255, 255, 255, 0.38), transparent 75%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease;
  z-index: 3;
}

.btn-consultation:hover::after {
  opacity: 1;
}

/* Primary Prestigious Royal Amber Gold / Consultation Button */
.btn-primary-gold,
.btn-consultation {
  background: linear-gradient(135deg, #FFE27D 0%, #F5BA13 42%, #D78C00 100%);
  color: #061D1A;
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow: 
    inset 0 1px 1.5px rgba(255, 255, 255, 0.88),
    inset 0 -1.5px 1px rgba(0, 0, 0, 0.14),
    0 4px 16px -2px rgba(215, 140, 0, 0.38),
    0 2px 4px rgba(0, 0, 0, 0.05);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  position: relative;
}

/* Ambient Breathing Aura for Flagship Consultation CTAs */
@keyframes btnAuraPulse {
  0%, 100% {
    box-shadow: 
      inset 0 1px 1.5px rgba(255, 255, 255, 0.88),
      inset 0 -1.5px 1px rgba(0, 0, 0, 0.14),
      0 4px 16px -2px rgba(215, 140, 0, 0.36),
      0 0 0 0 rgba(245, 186, 19, 0.45);
  }
  50% {
    box-shadow: 
      inset 0 1px 1.5px rgba(255, 255, 255, 0.95),
      inset 0 -1.5px 1px rgba(0, 0, 0, 0.14),
      0 8px 24px -2px rgba(215, 140, 0, 0.52),
      0 0 0 7px rgba(245, 186, 19, 0);
  }
}

.btn-consultation {
  animation: btnAuraPulse 3.6s infinite cubic-bezier(0.4, 0, 0.6, 1);
}

.btn-primary-gold:hover,
.btn-consultation:hover {
  transform: translateY(-2.5px);
  background: linear-gradient(135deg, #FFE896 0%, #F8C322 42%, #E09400 100%);
  box-shadow: 
    inset 0 1px 1.5px rgba(255, 255, 255, 0.95),
    inset 0 -1.5px 1px rgba(0, 0, 0, 0.14),
    0 12px 28px -4px rgba(215, 140, 0, 0.54),
    0 4px 10px rgba(0, 0, 0, 0.08);
}

.btn-primary-gold:active,
.btn-consultation:active {
  transform: translateY(1px) scale(0.985);
  box-shadow: 
    inset 0 1.5px 2.5px rgba(0, 0, 0, 0.2),
    0 3px 8px rgba(215, 140, 0, 0.28);
}

/* Live Doctor / Specialist Indicator Dot */
.btn-live-pulse {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  z-index: 4;
}

.pulse-dot {
  width: 8px;
  height: 8px;
  background: #00875A;
  border: 1.5px solid #FFFFFF;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(0, 135, 90, 0.6);
  position: relative;
  z-index: 2;
}

.pulse-ring {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(0, 135, 90, 0.45);
  animation: liveRadarPulse 2.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
  z-index: 1;
}

@keyframes liveRadarPulse {
  0% { transform: scale(0.7); opacity: 0.9; }
  75% { transform: scale(2.2); opacity: 0; }
  100% { transform: scale(2.2); opacity: 0; }
}

/* Two-Tier Hero Consultation Button Layout */
.btn-hero-cta {
  padding: 12px 26px;
  gap: 14px;
}

.btn-cta-text {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start;
  text-align: left;
  line-height: 1.15;
  z-index: 4;
}

.btn-cta-main {
  display: block;
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 800;
  color: #061D1A;
  letter-spacing: -0.2px;
  white-space: nowrap;
}

.btn-cta-sub {
  display: block;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
  color: rgba(6, 29, 26, 0.78);
  letter-spacing: 0.25px;
  margin-top: 3px;
  text-transform: uppercase;
  white-space: nowrap;
}

.btn-label {
  z-index: 4;
}

/* Circular Arrow Disc */
.btn-arrow-disc {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(6, 29, 26, 0.09);
  border: 1px solid rgba(6, 29, 26, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1), background 0.28s ease, color 0.28s ease;
  flex-shrink: 0;
  color: #061D1A;
  z-index: 4;
}

.btn-arrow-disc svg {
  transition: transform 0.24s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn:hover .btn-arrow-disc {
  transform: scale(1.08);
  background: rgba(6, 29, 26, 0.18);
  color: #000000;
}

.btn:hover .btn-arrow-disc svg {
  transform: translateX(3px);
}

/* Tactile Click Wave Ripple */
.btn-ripple-wave {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  transform: translate(-50%, -50%) scale(0);
  width: 24px;
  height: 24px;
  pointer-events: none;
  animation: btnRippleFade 0.55s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  z-index: 5;
}

@keyframes btnRippleFade {
  to {
    transform: translate(-50%, -50%) scale(16);
    opacity: 0;
  }
}

/* Secondary Professional WhatsApp Executive Button */
.btn-outline-wa {
  background: linear-gradient(135deg, #FFFFFF 0%, #F5FBF8 100%);
  color: var(--teal-900);
  border: 1.5px solid rgba(32, 186, 90, 0.4);
  box-shadow: 
    inset 0 1px 1px #FFFFFF,
    0 4px 16px -2px rgba(32, 186, 90, 0.16),
    0 2px 4px rgba(0, 0, 0, 0.03);
  position: relative;
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.28s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.28s ease,
              background 0.28s ease;
}

.btn-outline-wa:focus-visible {
  outline: 3px solid #20BA5A;
  outline-offset: 3px;
}

.btn-outline-wa:hover {
  background: linear-gradient(135deg, #FFFFFF 0%, #EDFAF2 100%);
  border-color: #20BA5A;
  color: #022F2D;
  transform: translateY(-2.5px);
  box-shadow: 
    inset 0 1px 1px #FFFFFF,
    0 12px 28px -4px rgba(32, 186, 90, 0.32),
    0 4px 10px rgba(0, 0, 0, 0.06);
}

.btn-outline-wa:active {
  transform: translateY(1px) scale(0.985);
  box-shadow: 
    inset 0 1px 2px rgba(0, 0, 0, 0.1),
    0 3px 8px rgba(32, 186, 90, 0.2);
}

/* WhatsApp Icon Disc */
.wa-icon-disc {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #27D86B 0%, #1EBE5A 100%);
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 10px rgba(30, 190, 90, 0.35), inset 0 1px 1px rgba(255, 255, 255, 0.6);
  flex-shrink: 0;
  transition: transform 0.32s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.32s ease;
  z-index: 4;
}

.btn-outline-wa:hover .wa-icon-disc {
  transform: scale(1.1) rotate(6deg);
  box-shadow: 0 6px 16px rgba(30, 190, 90, 0.5);
}

/* Secondary Arrow Disc on WhatsApp Button */
.btn-outline-wa .wa-arrow-disc {
  background: rgba(32, 186, 90, 0.08);
  border: 1px solid rgba(32, 186, 90, 0.18);
  color: #1AA84E;
}

.btn-outline-wa:hover .wa-arrow-disc {
  background: rgba(32, 186, 90, 0.16);
  color: #0E8388;
  transform: scale(1.08);
}

.btn-outline-wa:hover .wa-arrow-disc svg {
  transform: translateX(3px);
}

.btn-hero-wa {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.2px;
}

.btn-sm {
  padding: 9px 20px;
  font-size: 0.88rem;
}

.btn-lg {
  padding: 14px 30px;
  font-size: 1.02rem;
}

/* Reduced Motion Preference Respect */
@media (prefers-reduced-motion: reduce) {
  .btn-consultation {
    animation: none;
  }
  .btn::before {
    animation: none;
  }
  .pulse-ring {
    animation: none;
  }
}

/* Trust reassurance micro-copy below hero buttons */
.hero-trust-reassurance {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--muted-text);
  flex-wrap: wrap;
}

.htr-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--teal-800);
}

.htr-item svg {
  color: var(--teal-600);
}

.htr-sep {
  opacity: 0.35;
  color: var(--muted-text);
}

/* ==========================================================================
   Header & Navbar (Pure Floating Frosted Capsule)
   ========================================================================== */
.main-header {
  position: sticky;
  top: 18px;
  z-index: 1000;
  margin-bottom: -84px;
}

.navbar {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: var(--radius-pill);
  padding: 10px 24px;
  box-shadow: 0 10px 30px rgba(0, 50, 45, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.nav-brand {
  display: flex;
  align-items: center;
}

.brand-logo-img {
  height: 54px;
  width: auto;
  max-width: 260px;
  object-fit: contain;
  transition: transform var(--ease-smooth);
}

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

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
}

.nav-anchor {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--body-text);
  padding: 6px 0;
  position: relative;
  transition: color var(--ease-smooth);
}

.nav-anchor:hover,
.nav-anchor.active {
  color: var(--teal-700);
}

.nav-anchor::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2.5px;
  background: var(--gold-400);
  border-radius: 2px;
  transition: width var(--ease-smooth);
}

.nav-anchor:hover::after,
.nav-anchor.active::after {
  width: 100%;
}

.nav-cta-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Language Switcher Capsule */
.lang-switch-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 15px;
  background: rgba(2, 47, 45, 0.05);
  border: 1px solid rgba(2, 47, 45, 0.12);
  border-radius: var(--radius-pill);
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--teal-900);
  text-decoration: none;
  transition: all var(--ease-smooth);
  cursor: pointer;
  user-select: none;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  white-space: nowrap;
}

.lang-switch-btn:hover {
  background: rgba(0, 92, 83, 0.12);
  border-color: var(--teal-600);
  color: var(--teal-700);
  transform: translateY(-1.5px);
  box-shadow: 0 4px 14px rgba(2, 47, 45, 0.08);
}

.lang-switch-btn svg {
  color: var(--teal-600);
  transition: transform 0.4s ease;
  flex-shrink: 0;
}

.lang-switch-btn:hover svg {
  transform: rotate(25deg);
}

.hamburger-btn {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  flex-direction: column;
  gap: 5px;
}

.hamburger-btn span {
  display: block;
  width: 24px;
  height: 2.5px;
  background-color: var(--teal-900);
  border-radius: 2px;
  transition: all 0.25s ease;
}

/* ==========================================================================
   Page 1: Hero Section
   ========================================================================== */
.hero-section {
  position: relative;
  background: linear-gradient(180deg, #EFF8F7 0%, #FFFFFF 100%);
  padding: 140px 0 90px;
  overflow: hidden;
}

.hero-glow-effect {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 850px;
  height: 500px;
  background: radial-gradient(circle, rgba(14, 131, 136, 0.12) 0%, rgba(243, 186, 1, 0.08) 50%, transparent 70%);
  pointer-events: none;
  filter: blur(80px);
}

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

.hero-location-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #FFF9E6;
  color: #B57F00;
  border: 1px solid #FFE082;
  padding: 6px 16px;
  border-radius: var(--radius-pill);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.8px;
  margin-bottom: 22px;
  text-decoration: none;
  cursor: pointer;
  transition: all var(--ease-smooth);
}

.hero-location-tag:hover {
  background: #FFF3CC;
  border-color: #FFCA28;
  color: #8C6200;
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(181, 127, 0, 0.16);
}

.ns-location-link {
  text-decoration: none;
  color: inherit;
  transition: color var(--ease-smooth);
  cursor: pointer;
}

.ns-location-link:hover {
  color: var(--teal-600);
}

.loc-pin-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #B57F00;
  flex-shrink: 0;
}

.loc-pin-icon svg {
  color: #D98200;
}

.loc-dot {
  width: 7px;
  height: 7px;
  background-color: #F3BA01;
  border-radius: 50%;
  display: inline-block;
}

.hero-title {
  font-family: var(--font-heading);
  font-size: clamp(2.6rem, 4.8vw, 4rem);
  font-weight: 900;
  line-height: 1.12;
  color: var(--dark-text);
  letter-spacing: -0.6px;
  margin-bottom: 22px;
}

.highlight-text {
  color: var(--teal-700);
  position: relative;
}

.hero-desc {
  font-size: 1.22rem;
  color: var(--muted-text);
  line-height: 1.65;
  margin-bottom: 30px;
  max-width: 580px;
  font-weight: 500;
}

.hero-meta-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 34px;
}

.stat-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--white);
  padding: 10px 20px;
  border-radius: var(--radius-pill);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  border: 1px solid var(--border-light);
  font-size: 1rem;
  color: var(--teal-900);
}

.stat-icon {
  font-size: 1.2rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.hero-image-wrap {
  position: relative;
}

.hero-image-card {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: 0 20px 50px -10px rgba(2, 47, 45, 0.18), 0 0 0 1px rgba(0, 92, 83, 0.08);
  border: 6px solid var(--white);
  background-color: var(--teal-900);
}

.hero-img {
  width: 100%;
  height: 480px;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  object-position: center 22%;
  display: block;
  transition: transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-image-card:hover .hero-img {
  transform: scale(1.035);
}

.hero-trust-overlay {
  position: absolute;
  bottom: 22px;
  inset-inline-start: 22px;
  background: rgba(2, 47, 45, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 10px 22px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(243, 186, 1, 0.35);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22), inset 0 1px 1px rgba(255, 255, 255, 0.2);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  z-index: 2;
  pointer-events: none;
}

.hto-badge {
  color: var(--gold-300);
  font-weight: 800;
  font-size: 0.92rem;
  letter-spacing: 0.4px;
}

/* ==========================================================================
   Page 2: Complete Rehabilitation Package
   ========================================================================== */
.package-section {
  background-color: var(--white);
}

.package-feature-card {
  background: linear-gradient(135deg, #F5FAFA 0%, #FFFFFF 100%);
  border-radius: var(--radius-xl);
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-card);
  padding: 60px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 50px;
  align-items: center;
}

.package-desc {
  font-size: 1.25rem;
  color: var(--muted-text);
  line-height: 1.6;
  margin-bottom: 34px;
}

.price-highlight-box {
  background: var(--white);
  display: inline-flex;
  align-items: baseline;
  gap: 12px;
  padding: 16px 30px;
  border-radius: var(--radius-lg);
  border: 2px solid var(--gold-400);
  box-shadow: 0 8px 24px rgba(243, 186, 1, 0.15);
  margin-bottom: 34px;
}

.price-lead {
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--teal-900);
  letter-spacing: 1px;
}

.price-amount {
  font-family: var(--font-heading);
  font-size: 2.4rem;
  font-weight: 900;
  color: var(--teal-700);
}

.price-unit {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--muted-text);
}

.package-visual-side {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: 0 16px 40px -10px rgba(0, 50, 45, 0.15);
  border: 4px solid var(--white);
  background: var(--teal-900);
}

.pkg-visual-img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center 20%;
  display: block;
  transition: transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
}

.package-feature-card:hover .pkg-visual-img {
  transform: scale(1.03);
}

/* ==========================================================================
   Page 3: Package Includes.
   ========================================================================== */
.inclusions-section {
  background: linear-gradient(145deg, #022F2D 0%, #005C53 100%);
  color: var(--white);
  position: relative;
  overflow: hidden;
}

/* Subtle Ambient Glow in background */
.inclusions-section::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -10%;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(243, 186, 1, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.inclusions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 22px;
  margin-top: 44px;
}

.inclusion-pill-card {
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-lg);
  padding: 24px 22px;
  display: flex;
  align-items: center;
  gap: 18px;
  transition: transform 0.32s cubic-bezier(0.16, 1, 0.3, 1),
              background 0.32s ease,
              border-color 0.32s ease,
              box-shadow 0.32s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

.inclusion-pill-card:hover {
  background: rgba(255, 255, 255, 0.13);
  transform: translateY(-5px);
  border-color: rgba(243, 186, 1, 0.55);
  box-shadow: 0 16px 36px rgba(0, 25, 22, 0.28), 0 0 20px rgba(243, 186, 1, 0.08);
}

/* Featured Treatment Card */
.inclusion-pill-card.inc-featured {
  background: linear-gradient(135deg, rgba(243, 186, 1, 0.16) 0%, rgba(255, 255, 255, 0.08) 100%);
  border-color: rgba(243, 186, 1, 0.45);
  box-shadow: 0 12px 32px rgba(0, 30, 26, 0.25), 0 0 18px rgba(243, 186, 1, 0.12);
}

.inclusion-pill-card.inc-featured:hover {
  background: linear-gradient(135deg, rgba(243, 186, 1, 0.22) 0%, rgba(255, 255, 255, 0.12) 100%);
  border-color: var(--gold-400);
  box-shadow: 0 20px 42px rgba(0, 25, 22, 0.35), 0 0 26px rgba(243, 186, 1, 0.2);
}

/* Professional Dual-Tone SVG Icon Box */
.inc-icon-box {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(243, 186, 1, 0.16) 0%, rgba(243, 186, 1, 0.04) 100%);
  border: 1.5px solid rgba(243, 186, 1, 0.32);
  box-shadow: 
    inset 0 1px 1px rgba(255, 255, 255, 0.28),
    0 4px 14px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #FFD25A;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
              background 0.3s ease,
              border-color 0.3s ease,
              box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1),
              color 0.3s ease;
  position: relative;
  overflow: hidden;
}

/* Micro Shimmer Glint on Icon Container */
.inc-icon-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: -120%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transform: skewX(-20deg);
  transition: 0.55s ease;
}

.inclusion-pill-card:hover .inc-icon-box::after {
  left: 140%;
}

.inclusion-pill-card:hover .inc-icon-box {
  transform: scale(1.08) translateY(-2px);
  background: linear-gradient(135deg, rgba(243, 186, 1, 0.28) 0%, rgba(243, 186, 1, 0.1) 100%);
  border-color: #F3BA01;
  color: #FFF4C2;
  box-shadow: 
    inset 0 1px 2px rgba(255, 255, 255, 0.45),
    0 8px 22px rgba(243, 186, 1, 0.35);
}

/* Featured Icon Box Specialty Treatment */
.inclusion-pill-card.inc-featured .inc-icon-box {
  background: linear-gradient(135deg, #FFDE6A 0%, #F3BA01 45%, #D89800 100%);
  color: #061D1A;
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 
    inset 0 1px 1.5px rgba(255, 255, 255, 0.85),
    inset 0 -1px 1px rgba(0, 0, 0, 0.15),
    0 6px 18px rgba(243, 186, 1, 0.4);
}

.inclusion-pill-card.inc-featured:hover .inc-icon-box {
  transform: scale(1.1) translateY(-2px);
  background: linear-gradient(135deg, #FFE896 0%, #F8C322 45%, #E2A100 100%);
  box-shadow: 
    inset 0 1px 2px rgba(255, 255, 255, 0.95),
    0 10px 26px rgba(243, 186, 1, 0.55);
}

/* Typography & Badging */
.inc-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.inc-badge {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  font-family: var(--font-body);
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  background: rgba(243, 186, 1, 0.22);
  color: #FFE585;
  border: 1px solid rgba(243, 186, 1, 0.45);
  padding: 2px 9px;
  border-radius: var(--radius-pill);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  margin-bottom: 2px;
}

.inc-title {
  font-family: var(--font-heading);
  font-size: 1.12rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1.35;
  letter-spacing: -0.1px;
}

/* ==========================================================================
   Page 4: Why Choose MiLife Medicity?
   ========================================================================== */
.why-section {
  background-color: var(--bg-page);
}

.pillars-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 40px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .pillars-grid .pillar-box:nth-child(5):last-child {
    grid-column: 1 / -1;
    max-width: 680px;
    margin: 0 auto;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .pillars-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

.pillar-box {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-card);
  position: relative;
  transition: all var(--ease-smooth);
}

.pillar-box:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
  border-color: var(--teal-600);
}

.p-num {
  font-family: var(--font-heading);
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--teal-100);
  line-height: 1;
  margin-bottom: 12px;
}

.p-title {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--teal-900);
  margin-bottom: 10px;
  line-height: 1.3;
}

.p-text {
  font-size: 1.05rem;
  color: var(--muted-text);
  line-height: 1.55;
}

.quote-callout-card {
  background: #FFFDF7;
  border: 2px dashed #F3BA01;
  border-radius: var(--radius-xl);
  padding: 54px 50px;
  max-width: 920px;
  margin: 0 auto;
  box-shadow: 0 14px 44px rgba(243, 186, 1, 0.1);
  position: relative;
  z-index: 1;
}

.philosophy-quote {
  font-family: var(--font-heading);
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  font-weight: 700;
  color: var(--teal-900);
  font-style: italic;
  line-height: 1.55;
  margin-bottom: 28px;
}

/* ==========================================================================
   Specialist Medical Team Section ("Our Doctors")
   ========================================================================== */
.doctors-section {
  background: var(--white);
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(0, 92, 83, 0.06);
  padding: 130px 0 150px;
}

.doctors-header {
  max-width: 820px;
  margin: 0 auto 64px;
}

.doctors-badge-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: var(--teal-700);
  background: rgba(0, 92, 83, 0.08);
  border: 1px solid rgba(0, 92, 83, 0.18);
  padding: 5px 14px;
  border-radius: var(--radius-pill);
  margin-bottom: 16px;
}

.doctors-badge-tag .tag-pulse {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold-400);
  box-shadow: 0 0 6px rgba(243, 186, 1, 0.8);
}

.doctors-subhead {
  font-size: 1.05rem;
  color: var(--muted-text);
  line-height: 1.6;
}

.doctors-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
  margin-bottom: 180px;
}

.doctor-card {
  background: var(--white);
  border-radius: var(--radius-xl);
  border: 1.5px solid var(--border-light);
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(2, 47, 45, 0.06);
  display: flex;
  flex-direction: column;
  transition: all 0.38s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
}

.doctor-card:hover {
  transform: translateY(-8px);
  border-color: rgba(243, 186, 1, 0.5);
  box-shadow: 0 24px 50px -10px rgba(2, 47, 45, 0.14), 0 0 0 1px rgba(243, 186, 1, 0.2);
}

.doctor-image-wrap {
  position: relative;
  width: 100%;
  height: 310px;
  overflow: hidden;
  background: #E8F2F1;
}

.doctor-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.doctor-card:hover .doctor-img {
  transform: scale(1.05);
}

.doctor-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 47, 45, 0.02) 50%, rgba(2, 47, 45, 0.55) 100%);
  pointer-events: none;
}

.doctor-status-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(2, 47, 45, 0.88);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 700;
  padding: 4px 11px;
  border-radius: var(--radius-pill);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  z-index: 2;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.doctor-status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #27D86B;
  box-shadow: 0 0 6px #27D86B;
}

.doctor-body {
  padding: 20px 22px 22px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.doctor-role-tag {
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--teal-600);
  min-height: 2.2rem;
  display: flex;
  align-items: flex-start;
  line-height: 1.35;
  margin-bottom: 6px;
}

.doctor-name {
  font-family: var(--font-heading);
  font-size: 1.22rem;
  font-weight: 800;
  color: var(--teal-900);
  line-height: 1.25;
  margin-bottom: 0;
}

.doctor-creds {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--muted-text);
  line-height: 1.4;
  min-height: 2.6rem;
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}

.doctor-meta-pills {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 14px;
  min-height: 26px;
}

.doc-exp-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.74rem;
  font-weight: 800;
  background: rgba(243, 186, 1, 0.14);
  border: 1px solid rgba(243, 186, 1, 0.35);
  color: #8C6200;
  padding: 3px 10px;
  border-radius: var(--radius-pill);
}

.doc-lang-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.74rem;
  font-weight: 800;
  background: rgba(0, 92, 83, 0.08);
  border: 1px solid rgba(0, 92, 83, 0.18);
  color: var(--teal-700);
  padding: 3px 10px;
  border-radius: var(--radius-pill);
}

.doctor-desc {
  font-size: 0.88rem;
  color: var(--body-text);
  line-height: 1.6;
  margin-bottom: 0;
  flex-grow: 1;
}

.doctors-support-wrap {
  margin: 0 auto 48px;
  display: flex;
  justify-content: center;
  padding: 0 16px;
}

.doctors-support-sentence {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--teal-50);
  border: 1px solid rgba(0, 92, 83, 0.14);
  padding: 12px 28px;
  border-radius: var(--radius-pill);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--teal-900);
  line-height: 1.5;
  box-shadow: 0 4px 16px rgba(0, 92, 83, 0.04);
  text-align: center;
}

[dir="rtl"] .doctors-support-sentence {
  font-family: var(--font-arabic);
}

/* ==========================================================================
   Page 5: Your Rehabilitation Journey in 4 Steps
   ========================================================================== */
.journey-section {
  background-color: var(--white);
}

.journey-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.step-card {
  background: var(--bg-page);
  border-radius: var(--radius-lg);
  padding: 32px 24px;
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-card);
  position: relative;
  transition: all var(--ease-smooth);
}

.step-card:hover {
  transform: translateY(-4px);
  background: var(--white);
  border-color: var(--teal-500);
  box-shadow: var(--shadow-hover);
}

.step-badge {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--teal-700);
  color: var(--gold-400);
  font-family: var(--font-heading);
  font-size: 1.3rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  box-shadow: 0 4px 14px rgba(0, 92, 83, 0.2);
}

.step-card-title {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--dark-text);
  margin-bottom: 12px;
  line-height: 1.3;
}

.step-card-desc {
  font-size: 0.96rem;
  color: var(--muted-text);
  line-height: 1.6;
}

.confidence-milestone-card {
  background: linear-gradient(135deg, #FFFFFF 0%, #FFFDF7 50%, #FFF8E8 100%);
  border: 1.5px solid rgba(243, 186, 1, 0.45);
  border-radius: var(--radius-xl);
  padding: 34px 38px;
  display: flex;
  align-items: flex-start;
  gap: 28px;
  margin-top: 36px;
  box-shadow: 
    0 16px 40px -10px rgba(243, 186, 1, 0.18),
    0 4px 16px rgba(2, 47, 45, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 1);
  position: relative;
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.35s ease;
}

/* Ambient Radial Accent in Corner */
.confidence-milestone-card::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(243, 186, 1, 0.18) 0%, transparent 70%);
  pointer-events: none;
}

.confidence-milestone-card:hover {
  transform: translateY(-4px);
  border-color: var(--gold-400);
  box-shadow: 
    0 22px 50px -12px rgba(243, 186, 1, 0.28),
    0 6px 20px rgba(2, 47, 45, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 1);
}

/* Professional Dual-Tone Medallion Icon Box */
.cm-icon-box {
  width: 70px;
  height: 70px;
  border-radius: 20px;
  background: linear-gradient(135deg, #FFE896 0%, #F5BA13 45%, #D78C00 100%);
  border: 1.5px solid rgba(255, 255, 255, 0.85);
  box-shadow: 
    inset 0 1.5px 2px rgba(255, 255, 255, 0.9),
    inset 0 -1.5px 1px rgba(0, 0, 0, 0.15),
    0 8px 24px -2px rgba(215, 140, 0, 0.42),
    0 2px 6px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #061D1A;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.35s ease;
  position: relative;
  overflow: hidden;
}

.cm-icon-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: -120%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.45), transparent);
  transform: skewX(-20deg);
  transition: 0.6s ease;
}

.confidence-milestone-card:hover .cm-icon-box::after {
  left: 140%;
}

.confidence-milestone-card:hover .cm-icon-box {
  transform: scale(1.08) translateY(-2px) rotate(2deg);
  box-shadow: 
    inset 0 1.5px 2px rgba(255, 255, 255, 0.95),
    0 12px 30px -2px rgba(215, 140, 0, 0.55);
}

.cm-text {
  flex: 1;
}

.cm-header-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.cm-milestone-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  color: #8C6200;
  background: rgba(243, 186, 1, 0.16);
  border: 1px solid rgba(243, 186, 1, 0.35);
  padding: 3px 10px;
  border-radius: var(--radius-pill);
}

.cm-tag-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00875A;
  box-shadow: 0 0 5px rgba(0, 135, 90, 0.6);
}

.cm-guarantee-pill {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--teal-700);
  background: var(--teal-100);
  padding: 3px 10px;
  border-radius: var(--radius-pill);
}

.cm-title {
  font-family: var(--font-heading);
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--teal-900);
  margin-bottom: 8px;
  letter-spacing: -0.3px;
  line-height: 1.25;
}

.cm-desc {
  font-size: 1.02rem;
  color: var(--body-text);
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 14px;
}

.cm-highlights {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--teal-800);
}

.cm-hl-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.cm-hl-sep {
  color: rgba(4, 67, 64, 0.3);
}

/* ==========================================================================
   Page 6: Ready to Take the Next Step?
   ========================================================================== */
.next-step-section {
  background: linear-gradient(180deg, #FFFFFF 0%, #EFF8F7 100%);
}

.next-step-box {
  background: var(--white);
  border-radius: var(--radius-xl);
  border: 1px solid var(--border-light);
  box-shadow: 0 20px 60px rgba(2, 47, 45, 0.08);
  padding: 70px 48px;
  max-width: 960px;
  margin: 0 auto;
}

.ns-heading {
  font-family: var(--font-heading);
  font-size: clamp(2.4rem, 4.4vw, 3.4rem);
  font-weight: 900;
  color: var(--teal-900);
  letter-spacing: -0.5px;
  margin-bottom: 14px;
}

.ns-sub {
  font-size: 1.25rem;
  color: var(--muted-text);
  margin-bottom: 36px;
}

.ns-action-row {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}

.executive-wa-card {
  background: linear-gradient(135deg, #022321 0%, #033733 55%, #004D44 100%);
  color: var(--white);
  border: 1.5px solid rgba(243, 186, 1, 0.45);
  border-radius: var(--radius-xl);
  padding: 24px 36px;
  box-shadow: 
    inset 0 1px 1px rgba(255, 255, 255, 0.18),
    0 16px 45px rgba(0, 92, 83, 0.28);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  width: 100%;
  max-width: 720px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  text-align: left;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.executive-wa-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), transparent);
  transform: skewX(-25deg);
  transition: 0.75s ease;
  pointer-events: none;
}

.executive-wa-card:hover::before {
  left: 140%;
}

.executive-wa-card:hover {
  transform: translateY(-4px);
  border-color: var(--gold-400);
  box-shadow: 
    inset 0 1px 1px rgba(255, 255, 255, 0.3),
    0 24px 60px rgba(0, 92, 83, 0.4);
}

.ewc-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.ewc-icon-disc {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.4);
  flex-shrink: 0;
  transition: transform var(--ease-smooth);
}

.executive-wa-card:hover .ewc-icon-disc {
  transform: scale(1.08);
}

.ewc-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ewc-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--gold-300);
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.ewc-pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00FF66;
  box-shadow: 0 0 0 0 rgba(0, 255, 102, 0.7);
  animation: pulse-ring 2s infinite;
}

@keyframes pulse-ring {
  0% { box-shadow: 0 0 0 0 rgba(0, 255, 102, 0.7); }
  70% { box-shadow: 0 0 0 8px rgba(0, 255, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(0, 255, 102, 0); }
}

.ewc-title {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--white);
  line-height: 1.2;
}

.ewc-sub {
  font-size: 0.88rem;
  color: #B4DFDA;
  font-weight: 500;
}

.ewc-arrow-box {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.ewc-arrow-label {
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--gold-400);
  letter-spacing: 0.3px;
}

.ewc-arrow-disc {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(243, 186, 1, 0.2);
  border: 1px solid rgba(243, 186, 1, 0.4);
  color: var(--gold-400);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--ease-smooth);
}

.executive-wa-card:hover .ewc-arrow-disc {
  transform: translateX(5px);
  background: var(--gold-400);
  color: var(--teal-900);
}

.ns-footer-details {
  border-top: 1px solid var(--border-light);
  padding-top: 40px;
}

.ns-brand-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 30px;
}

.ns-logo-img {
  height: 52px;
  width: auto;
  max-width: 250px;
  object-fit: contain;
}

.ns-slogan {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--teal-700);
}

.ns-contact-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px;
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--teal-900);
}

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

.ns-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ns-icon-globe svg {
  color: var(--teal-600);
}

.ns-icon-map svg {
  color: #E03E3E;
}

.ns-phones a:hover,
.ns-web:hover {
  color: var(--teal-600);
  text-decoration: underline;
}

.sep {
  opacity: 0.4;
  margin: 0 4px;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer {
  background: var(--teal-900);
  color: #A3C2BF;
  padding: 28px 0;
  font-size: 0.88rem;
  text-align: center;
}

/* ==========================================================================
   Floating WhatsApp Button
   ========================================================================== */
.floating-wa-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
}

.wa-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, #28D96D 0%, #1BB353 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 
    inset 0 1px 1px rgba(255, 255, 255, 0.6),
    0 10px 28px rgba(27, 179, 83, 0.45);
  position: relative;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.wa-circle:hover {
  transform: scale(1.1) translateY(-2px);
  box-shadow: 
    inset 0 1px 1px rgba(255, 255, 255, 0.8),
    0 16px 36px rgba(27, 179, 83, 0.55);
}

.online-indicator {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 14px;
  height: 14px;
  background-color: #00FF66;
  border: 2.5px solid var(--white);
  border-radius: 50%;
}

/* ==========================================================================
   Mobile Sticky Dock
   ========================================================================== */
.mobile-sticky-dock {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--white);
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
  padding: 10px 16px;
  z-index: 1000;
  grid-template-columns: 1fr;
  gap: 12px;
}

.msd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px;
  border-radius: var(--radius-md);
  font-weight: 800;
  font-size: 0.9rem;
}

.msd-call {
  background: var(--teal-100);
  color: var(--teal-900);
}

.msd-whatsapp {
  background: #25D366;
  color: var(--white);
}

/* ==========================================================================
   Responsive Breakpoints
   ========================================================================== */
@media (max-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .package-feature-card {
    grid-template-columns: 1fr;
    padding: 40px;
  }

  .pillars-grid {
    grid-template-columns: 1fr;
  }

  .journey-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .main-header {
    top: 10px;
  }

  .navbar {
    padding: 8px 16px;
  }

  .brand-logo-img {
    height: 42px;
    max-width: 170px;
  }

  .hamburger-btn {
    display: flex;
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
    background: var(--white);
    border-radius: var(--radius-md);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.15);
    padding: 24px;
    flex-direction: column;
    display: none;
    gap: 16px;
  }

  .nav-links.open {
    display: flex;
  }

  .nav-cta-wrap .btn {
    display: none;
  }

  .section-spacing {
    padding: 60px 0;
  }

  .journey-grid {
    grid-template-columns: 1fr;
  }

  .inclusions-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }

  .inclusion-pill-card {
    padding: 18px 18px;
    gap: 16px;
  }

  .inc-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  .inc-icon-box svg {
    width: 22px;
    height: 22px;
  }

  .inc-title {
    font-size: 1.02rem;
  }

  .confidence-milestone-card {
    flex-direction: column;
    text-align: center;
    padding: 26px 20px;
    gap: 18px;
  }

  .cm-icon-box {
    margin: 0 auto;
    width: 60px;
    height: 60px;
    border-radius: 18px;
  }

  .cm-icon-box svg {
    width: 30px;
    height: 30px;
  }

  .cm-header-row {
    justify-content: center;
  }

  .cm-title {
    font-size: 1.25rem;
  }

  .cm-highlights {
    justify-content: center;
    flex-direction: column;
    gap: 6px;
  }

  .cm-hl-sep {
    display: none;
  }

  .hero-trust-reassurance {
    justify-content: center;
    text-align: center;
  }

  .executive-wa-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 20px;
    gap: 20px;
  }

  .ewc-left {
    width: 100%;
  }

  .ewc-arrow-box {
    width: 100%;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-top: 14px;
  }

  .next-step-box {
    padding: 40px 20px;
  }

  .ns-contact-grid {
    flex-direction: column;
    gap: 16px;
  }

  .floating-wa-btn {
    bottom: 75px;
    right: 20px;
  }

  .mobile-sticky-dock {
    display: grid;
  }

  .lang-switch-btn {
    padding: 6px 12px;
    font-size: 0.8rem;
    gap: 5px;
  }

  .lang-switch-btn svg {
    width: 14px;
    height: 14px;
  }

  .doctors-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 110px;
  }

  .doctor-image-wrap {
    height: 290px;
  }

  .quote-callout-card {
    margin: 0 auto;
    padding: 38px 24px;
  }

  body {
    padding-bottom: 65px;
  }
}

@media (max-width: 1024px) {
  .doctors-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin-bottom: 140px;
  }
}

/* ==========================================================================
   Arabic (RTL) Layout & GCC Typography System
   Applied natively when dir="rtl" or lang="ar"
   ========================================================================== */
[dir="rtl"] {
  direction: rtl;
  text-align: right;
  font-family: var(--font-arabic);
}

[dir="rtl"] body {
  font-family: var(--font-arabic);
}

[dir="rtl"] h1,
[dir="rtl"] h2,
[dir="rtl"] h3,
[dir="rtl"] h4,
[dir="rtl"] .section-heading,
[dir="rtl"] .hero-title,
[dir="rtl"] .btn,
[dir="rtl"] .btn-cta-main,
[dir="rtl"] .btn-hero-wa,
[dir="rtl"] .nav-anchor,
[dir="rtl"] .philosophy-quote,
[dir="rtl"] .price-lead,
[dir="rtl"] .price-unit,
[dir="rtl"] .cm-milestone-tag,
[dir="rtl"] .cm-guarantee-pill,
[dir="rtl"] .hto-badge,
[dir="rtl"] .ewc-badge,
[dir="rtl"] .ewc-arrow-label,
[dir="rtl"] .hero-location-tag {
  font-family: var(--font-arabic);
}

/* Mirrored Chevrons & Action Arrows */
[dir="rtl"] .btn-arrow-disc svg,
[dir="rtl"] .ewc-arrow-disc svg,
[dir="rtl"] .wa-arrow-disc svg {
  transform: rotate(180deg);
}

[dir="rtl"] .btn-primary-gold:hover .btn-arrow-disc svg,
[dir="rtl"] .btn-consultation:hover .btn-arrow-disc svg,
[dir="rtl"] .package-action-row .btn:hover .btn-arrow-disc svg,
[dir="rtl"] .callout-action .btn:hover .btn-arrow-disc svg {
  transform: rotate(180deg) translateX(3px);
}

[dir="rtl"] .btn-outline-wa:hover .wa-arrow-disc svg {
  transform: rotate(180deg) translateX(3px);
}

[dir="rtl"] .executive-wa-card:hover .ewc-arrow-disc svg {
  transform: rotate(180deg) translateX(4px);
}

/* Floating WhatsApp Concierge Button (Positioned at bottom-left for RTL ergonomics) */
[dir="rtl"] .floating-wa-btn {
  right: auto;
  left: 28px;
}

@media (max-width: 768px) {
  [dir="rtl"] .floating-wa-btn {
    right: auto;
    left: 20px;
  }
}

/* Mirrored Active Navigation Indicator */
[dir="rtl"] .nav-anchor::after {
  left: auto;
  right: 0;
}

/* RTL Inclusions alignment */
[dir="rtl"] .inclusion-pill-card {
  text-align: right;
}

[dir="rtl"] .inc-text {
  text-align: right;
}

/* RTL Milestone Card */
[dir="rtl"] .confidence-milestone-card {
  text-align: right;
}

[dir="rtl"] .cm-header-row {
  justify-content: flex-start;
}

[dir="rtl"] .cm-highlights {
  justify-content: flex-start;
}

/* RTL Executive WhatsApp Card */
[dir="rtl"] .ewc-left {
  text-align: right;
}

[dir="rtl"] .ewc-text {
  text-align: right;
}

/* RTL Footer Details */
[dir="rtl"] .ns-footer-details {
  text-align: right;
}

[dir="rtl"] .ns-contact-item {
  justify-content: flex-start;
}

/* RTL Periodic Shimmer Light Sweep */
[dir="rtl"] .btn::before {
  transform: skewX(24deg);
}

@keyframes btnPeriodicShimmerRTL {
  0%, 75% {
    right: -120%;
    left: auto;
  }
  92%, 100% {
    right: 160%;
    left: auto;
  }
}

[dir="rtl"] .btn::before {
  left: auto;
  right: -120%;
  animation: btnPeriodicShimmerRTL 5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

[dir="rtl"] .btn:hover::before {
  animation: none;
  left: auto;
  right: 160%;
  transition: right 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

/* RTL Doctor Cards */
[dir="rtl"] .doctor-card {
  text-align: right;
}

[dir="rtl"] .doctor-name,
[dir="rtl"] .doctor-role-tag,
[dir="rtl"] .doctor-desc,
[dir="rtl"] .doctors-badge-tag {
  font-family: var(--font-arabic);
}

[dir="rtl"] .doctor-role-tag {
  min-height: 2.6rem;
  line-height: 1.45;
}

[dir="rtl"] .doctor-name {
  min-height: 2.9rem;
  line-height: 1.35;
}

[dir="rtl"] .doctor-creds {
  min-height: 2.6rem;
  line-height: 1.45;
}

[dir="rtl"] .doctor-meta-pills {
  justify-content: flex-start;
}

/* ==========================================================================
   VIDEO TESTIMONIALS SECTION (LUXURY CLINICAL FACADE)
   ========================================================================== */
.testimonials-section {
  background: linear-gradient(180deg, #F9FBFA 0%, #EFF6F5 100%);
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
  position: relative;
  overflow: hidden;
}

.testimonials-badge-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: var(--teal-100);
  color: var(--teal-700);
  padding: 6px 16px;
  border-radius: var(--radius-pill);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 14px;
}

.testimonials-subhead {
  max-width: 650px;
  margin: 12px auto 0;
  color: var(--muted-text);
  font-size: 1.05rem;
  line-height: 1.6;
}

.video-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  max-width: 1240px;
  margin: 48px auto 0;
  gap: 32px;
}

.video-card {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(2, 47, 45, 0.08);
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(0, 92, 83, 0.12);
  transition: transform var(--ease-smooth), box-shadow var(--ease-smooth), border-color var(--ease-smooth);
}

.video-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 50px rgba(2, 47, 45, 0.16);
  border-color: var(--gold-400);
}

.video-thumbnail-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #022F2D;
  overflow: hidden;
}

.video-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

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

.video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  background: rgba(2, 47, 45, 0.9);
  backdrop-filter: blur(10px);
  color: var(--gold-400);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 4px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
  border: 2px solid rgba(243, 186, 1, 0.75);
  transition: transform var(--ease-smooth), background-color var(--ease-smooth), border-color var(--ease-smooth), color var(--ease-smooth);
  z-index: 2;
}

.video-card:hover .video-play-btn {
  transform: translate(-50%, -50%) scale(1.15);
  background: #FF0000;
  color: #FFFFFF;
  border-color: #FF0000;
  box-shadow: 0 12px 30px rgba(255, 0, 0, 0.45);
}

.yt-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(2, 47, 45, 0.88);
  backdrop-filter: blur(8px);
  color: #FFFFFF;
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  font-size: 0.8rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  z-index: 2;
}

[dir="rtl"] .yt-badge {
  left: auto;
  right: 16px;
}

.yt-badge svg {
  color: #FF0000;
}

.video-duration-tag {
  position: absolute;
  bottom: 14px;
  right: 14px;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(6px);
  color: #FFF;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 4px 9px;
  border-radius: 6px;
  z-index: 2;
}

[dir="rtl"] .video-duration-tag {
  right: auto;
  left: 14px;
}

.video-card-body {
  padding: 28px 30px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.patient-condition-tag {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--teal-600);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

[dir="rtl"] .patient-condition-tag {
  font-family: var(--font-arabic);
}

.patient-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--dark-text);
  line-height: 1.45;
  margin-bottom: 14px;
}

[dir="rtl"] .patient-title {
  font-family: var(--font-arabic);
  font-size: 1.3rem;
  line-height: 1.5;
}

.patient-meta {
  margin-top: auto;
  font-size: 0.92rem;
  color: var(--muted-text);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}

[dir="rtl"] .patient-meta {
  font-family: var(--font-arabic);
}

.patient-meta::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold-400);
}
