@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* ==========================================================================
   Dr. Daniel Mindcare - Luxury Psychiatric & Psychotherapy Experience
   ========================================================================== */

:root {
  --ink: #233a35;
  --muted: #5e6f6b;
  --cream: #faf7f2;
  --paper: #ede5da;
  --sand: #d7bd9b;
  --terra: #a86343;
  --terra-light: #f4e8e1;
  --deep: #1e3935;
  --deep-dark: #12211e;
  --line: rgba(35, 58, 53, 0.12);
  --line-light: rgba(255, 255, 255, 0.18);
  --shadow-sm: 0 4px 15px rgba(0, 0, 0, 0.06);
  --shadow-md: 0 12px 35px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 25px 60px rgba(0, 0, 0, 0.16);
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-full: 9999px;
  --transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  --font-main: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-display: 'Montserrat', sans-serif;
  --font-brand: 'Montserrat', sans-serif;
}

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

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

body {
  background-color: var(--cream);
  color: var(--ink);
  font-family: var(--font-main);
  letter-spacing: 0.015em;
  line-height: 1.68;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.025em;
}

h1 {
  font-weight: 800;
  letter-spacing: 0.025em;
}

h2 {
  font-weight: 700;
  letter-spacing: 0.025em;
}

h3 {
  font-weight: 700;
  letter-spacing: 0.02em;
}

h4 {
  font-weight: 600;
  letter-spacing: 0.02em;
}

h5 {
  font-weight: 600;
  letter-spacing: 0.03em;
}

p, li, span, input, textarea, select {
  letter-spacing: 0.015em;
}

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

button {
  font-family: var(--font-main);
  letter-spacing: 0.04em;
}

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

/* ==========================================================================
   Top Announcement Ribbon Bar
   ========================================================================== */

.top-announcement-bar {
  background: #17332d;
  color: #d8e5e1;
  font-family: var(--font-main);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  padding: 8px 6vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  z-index: 1002;
}

.top-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
}

.top-bar-left {
  letter-spacing: 0.16em;
  color: #e2ece9;
  font-size: 10.5px;
}

.top-bar-right {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  letter-spacing: 0.15em;
  color: #b5cdc6;
  font-size: 10.5px;
}

.top-leaf-icon {
  font-size: 13px;
  display: inline-block;
}

/* ==========================================================================
   Single Unified White Header (Full Clean Solid Header)
   ========================================================================== */

.site-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 84px;
  padding: 0 6vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
  background: #ffffff !important;
  border-bottom: 1.5px solid rgba(168, 99, 67, 0.2) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05) !important;
  transition: all 0.35s ease;
}

.site-header.scrolled {
  height: 76px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.09) !important;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  letter-spacing: 0.12em;
  color: var(--ink);
  background: transparent;
  padding: 4px 0;
  border-radius: 0px;
  border: none;
  box-shadow: none;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  white-space: nowrap;
  text-decoration: none;
}

.brand:hover {
  transform: translateY(-1px);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  overflow: visible;
  padding: 0 !important;
  transition: var(--transition);
  flex-shrink: 0;
  position: relative;
}

.brand-logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0 !important;
  display: block;
  background: transparent !important;
  mix-blend-mode: multiply;
  transform-origin: center center;
  animation: headerLogoOpeningEntrance 1.25s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), filter 0.4s ease;
  will-change: transform, opacity;
}

@keyframes headerLogoOpeningEntrance {
  0% {
    opacity: 0;
    transform: scale(2.5) translateY(8px);
    filter: drop-shadow(0 14px 28px rgba(168, 99, 67, 0.5));
  }
  50% {
    opacity: 1;
    transform: scale(1.18) translateY(-2px);
    filter: drop-shadow(0 8px 18px rgba(168, 99, 67, 0.35));
  }
  75% {
    transform: scale(0.96) translateY(1px);
    filter: drop-shadow(0 4px 10px rgba(168, 99, 67, 0.2));
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
    filter: drop-shadow(0 2px 6px rgba(168, 99, 67, 0.12));
  }
}

.brand:hover .brand-logo-img {
  transform: scale(1.12) rotate(2deg);
  filter: drop-shadow(0 6px 16px rgba(168, 99, 67, 0.35));
}

.brand-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  white-space: nowrap;
}

.brand-clinic-name {
  display: inline-flex;
  align-items: center;
  font-family: 'Montserrat', var(--font-brand);
  font-size: 21px;
  font-weight: 800;
  letter-spacing: 0.10em;
  color: #b3532c;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
  text-shadow: 0 1px 2px rgba(179, 83, 44, 0.15);
}

.brand-clinic-name .name-hl {
  color: #122c27;
  font-family: 'Montserrat', var(--font-brand);
  font-weight: 800;
  letter-spacing: 0.10em;
  margin-left: 6px;
  text-shadow: 0 1px 2px rgba(18, 44, 39, 0.15);
}

.brand-main-name {
  display: inline-block;
  font-family: 'Montserrat', var(--font-brand);
  font-size: 21px;
  font-weight: 800;
  letter-spacing: 0.10em;
  color: #b3532c;
  text-transform: uppercase;
  line-height: 1;
}

.brand-tagline {
  display: inline-block;
  font-family: 'Montserrat', var(--font-brand);
  font-size: 21px;
  font-weight: 800;
  letter-spacing: 0.10em;
  color: #122c27;
  text-transform: uppercase;
  line-height: 1;
  margin-left: 6px;
}

/* Prominent Highlights Across Site for DR. DANIEL MIND CARE */
.marked-clinic-name {
  display: inline-block;
  font-family: var(--font-brand);
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--terra);
  background: linear-gradient(135deg, rgba(168, 99, 67, 0.12), rgba(215, 189, 155, 0.22));
  padding: 3px 12px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(168, 99, 67, 0.35);
  font-size: 1.05em;
}

.badge-clinic-name {
  font-weight: 900;
  letter-spacing: 0.18em;
  color: var(--terra);
  font-size: 13px;
}

.clinic-highlight-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  border: 1.8px solid rgba(168, 99, 67, 0.6);
  padding: 8px 18px;
  border-radius: var(--radius-full);
  font-family: var(--font-brand);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--deep);
  box-shadow: 0 4px 18px rgba(168, 99, 67, 0.15);
  margin-bottom: 20px;
}

.hero-overlay-author .author-clinic {
  display: block;
  font-family: var(--font-brand);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.18em;
  color: #d46b38;
  margin-bottom: 2px;
}


.brand-doc-title {
  display: block;
  font-family: var(--font-brand);
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 0.28em;
  color: var(--muted);
  margin-top: 3px;
  text-transform: uppercase;
}

/* Hero Floating Glass Card with Reassuring Words */
.hero-image-overlay-card {
  position: absolute;
  bottom: 38px;
  left: 5vw;
  max-width: 520px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  padding: 22px 28px;
  border-radius: var(--radius-md);
  border: 1.5px solid rgba(255, 255, 255, 0.98);
  border-left: 4px solid var(--terra);
  box-shadow: 0 18px 45px rgba(35, 58, 53, 0.14), 0 4px 14px rgba(168, 99, 67, 0.1);
  z-index: 5;
  transition: all 0.4s ease;
  pointer-events: auto;
}

.hero-image-overlay-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 55px rgba(35, 58, 53, 0.18);
}

.hero-overlay-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-brand);
  font-size: clamp(13px, 1.25vw, 15.5px);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--terra);
  margin-bottom: 8px;
}

.hero-overlay-quote {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(16px, 1.6vw, 20px);
  font-style: normal;
  font-weight: 600;
  color: var(--deep);
  line-height: 1.45;
  letter-spacing: 0.015em;
  margin-bottom: 12px;
}

.hero-overlay-author {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-brand);
  font-size: 11.5px;
  letter-spacing: 0.12em;
}

.hero-overlay-author .author-clinic {
  color: var(--terra);
  font-weight: 800;
  letter-spacing: 0.18em;
}

.hero-overlay-author .author-sub {
  color: var(--muted);
  font-weight: 600;
}

.clinic-highlight-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(244, 232, 225, 0.95));
  color: var(--deep);
  padding: 8px 22px;
  border-radius: var(--radius-full);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 18px;
  border: 1.8px solid var(--terra);
  box-shadow: 0 6px 22px rgba(168, 99, 67, 0.18);
}

.clinic-highlight-badge .badge-clinic-name {
  color: var(--terra);
  font-weight: 800;
  letter-spacing: 0.22em;
}

.marked-clinic-name {
  background: linear-gradient(120deg, rgba(215, 189, 155, 0.3) 0%, rgba(168, 99, 67, 0.2) 100%);
  border-bottom: 2.5px solid var(--terra);
  padding: 2px 10px;
  border-radius: 4px;
  font-weight: 800;
  color: var(--deep);
  letter-spacing: 0.06em;
  display: inline-block;
  box-shadow: 0 2px 8px rgba(168, 99, 67, 0.1);
}

nav {
  display: flex;
  align-items: center;
  gap: 28px;
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}

.nav-link {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--deep);
  position: relative;
  padding: 8px 4px;
  border-radius: 0;
  background: transparent !important;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.nav-link:hover,
.nav-link.active {
  color: var(--terra);
  background: transparent !important;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: var(--terra);
  transition: width 0.25s ease;
  display: block;
}

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

.nav-book {
  background: var(--terra);
  color: #ffffff !important;
  padding: 10px 24px;
  border-radius: var(--radius-full);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.04em;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: 10px;
  box-shadow: 0 4px 15px rgba(168, 99, 67, 0.3);
  transition: var(--transition);
  white-space: nowrap;
}

.nav-book:hover {
  background: #8e5033;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(168, 99, 67, 0.4);
}

.menu-toggle {
  display: none;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1.5px solid rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  cursor: pointer;
  padding: 8px;
  width: 44px;
  height: 44px;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  z-index: 1001;
  box-shadow: 0 4px 15px rgba(35, 58, 53, 0.08);
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--deep);
  border-radius: 2px;
  transition: var(--transition);
}

.menu-toggle.open span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}

.menu-toggle.open span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}

/* ==========================================================================
   Hero Section - Clean Unobstructed Carousel Banner
   ========================================================================== */

.hero-carousel-section {
  position: relative;
  width: 100%;
  min-height: 680px;
  height: 86vh;
  max-height: 880px;
  overflow: hidden;
  background: #faf7f2;
}

/* ==========================================================================
   Self-Check & Mind Hub Featured Hero Slide
   ========================================================================== */

.mindhub-slide-container {
  background: #faf7f2;
  overflow: hidden;
}

.mindhub-slide-inner {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  width: 100%;
  height: 100%;
  max-width: 1540px;
  margin: 0 auto;
  padding: 0 4vw 0 6vw;
  align-items: center;
  gap: 4vw;
  position: relative;
  z-index: 2;
}

.mindhub-left-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 580px;
  padding: 20px 0;
  z-index: 3;
}

.mindhub-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #efe7dc;
  border: 1px solid rgba(168, 99, 67, 0.28);
  padding: 7px 16px;
  border-radius: 9999px;
  font-family: var(--font-main);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #203c36;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.mindhub-badge-star {
  color: #b05c3d;
  font-size: 13px;
}

.mindhub-hero-title {
  font-family: 'Playfair Display', 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(34px, 3.8vw, 56px);
  line-height: 1.14;
  font-weight: 700;
  letter-spacing: -0.015em;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}

.title-dark-line {
  color: #17332d;
  font-weight: 700;
}

.title-terra-line {
  color: #b05c3d;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.005em;
}

.mindhub-hero-sub {
  font-family: var(--font-main);
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 1.6;
  color: #556963;
  margin-bottom: 28px;
  max-width: 480px;
}

.mindhub-feature-grid {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 34px;
  flex-wrap: wrap;
}

.mindhub-feat-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mindhub-feat-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ede3d7;
  border: 1px solid rgba(35, 58, 53, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a3832;
  flex-shrink: 0;
}

.mindhub-feat-text {
  font-family: var(--font-main);
  font-size: 12.5px;
  line-height: 1.25;
  color: #1f3933;
  font-weight: 600;
}

.mindhub-cta-group {
  display: flex;
  align-items: center;
  gap: 24px;
}

.mindhub-btn-primary {
  background: #b05c3d;
  color: #ffffff !important;
  font-family: var(--font-main);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.02em;
  padding: 14px 28px;
  border-radius: 24px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 8px 24px rgba(176, 92, 61, 0.32);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  text-decoration: none;
}

.mindhub-btn-primary:hover {
  background: #9a4c30;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(176, 92, 61, 0.42);
}

.mindhub-btn-primary .arrow-sym {
  font-size: 16px;
  transition: transform 0.25s ease;
}

.mindhub-btn-primary:hover .arrow-sym {
  transform: translateX(4px);
}

.mindhub-btn-learn {
  font-family: var(--font-main);
  font-size: 14.5px;
  font-weight: 600;
  color: #1a3832;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: color 0.25s ease;
}

.mindhub-btn-learn:hover {
  color: #b05c3d;
}

/* Right Visual Presentation */
.mindhub-right-visual {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mindhub-scene-stage {
  position: relative;
  width: 100%;
  height: 88%;
  max-height: 600px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 48px rgba(26, 45, 40, 0.12);
}

.mindhub-scene-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: scale(1.02);
}

/* Floating Serene Quote Card */
.mindhub-quote-card {
  position: absolute;
  top: 36px;
  left: 36px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 18px 24px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.95);
  max-width: 250px;
  box-shadow: 0 12px 32px rgba(26, 45, 40, 0.1);
  z-index: 4;
}

.mindhub-quote-icon {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 30px;
  line-height: 1;
  color: #b05c3d;
  display: block;
  margin-bottom: 2px;
}

.mindhub-quote-body {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 15.5px;
  font-style: italic;
  line-height: 1.42;
  color: #19342e;
  margin-bottom: 10px;
}

.mindhub-quote-author {
  font-family: var(--font-main);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #7b8b85;
  text-transform: uppercase;
  display: block;
}

/* Floating Contact Action Pills */
.mindhub-floating-contacts {
  position: absolute;
  bottom: 28px;
  right: 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 4;
}

.mindhub-contact-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  border-radius: 9999px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  transition: all 0.3s ease;
  text-decoration: none;
}

.mindhub-contact-pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
}

.pill-call-clinic {
  background: #143831;
  color: #ffffff;
}

.pill-copy {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.pill-label-small {
  font-size: 10px;
  color: #9cb8b1;
  font-weight: 500;
  line-height: 1.1;
}

.pill-number-bold {
  font-size: 13.5px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.02em;
}

.pill-whatsapp-clinic {
  background: #ffffff;
  color: #17332d;
  font-weight: 700;
  font-size: 13.5px;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.pill-sym {
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.whatsapp-color {
  color: #25d366;
}

/* Bottom Ticker Ribbon */
.hero-ticker-ribbon {
  background: #faf6f0;
  border-top: 1px solid rgba(35, 58, 53, 0.1);
  border-bottom: 1px solid rgba(35, 58, 53, 0.1);
  padding: 16px 6vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.5vw;
  position: relative;
  z-index: 10;
}

.ticker-ribbon-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-main);
  font-size: 13.5px;
  font-weight: 600;
  color: #223c36;
  letter-spacing: 0.02em;
}

.ticker-heart-sym,
.ticker-lotus-sym,
.ticker-people-sym {
  color: #b05c3d;
  font-size: 16px;
}

.ticker-divider-line {
  width: 1px;
  height: 18px;
  background: rgba(35, 58, 53, 0.2);
}

/* Hide floating card when custom mindhub slide is active */
.carousel-slide.mindhub-slide-container.active ~ .hero-image-overlay-card {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

@media (max-width: 992px) {
  .mindhub-slide-inner {
    grid-template-columns: 1fr;
    padding: 30px 5vw;
    height: auto;
    overflow-y: auto;
  }
  .mindhub-right-visual {
    display: none;
  }
  .hero-ticker-ribbon {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
  .ticker-divider-line {
    display: none;
  }
  .top-bar-inner {
    flex-direction: column;
    gap: 4px;
    text-align: center;
  }
}

.hero-intro-section {
  position: relative;
  padding: 55px 6vw 35px;
  background: var(--cream);
}

.hero-intro-section .hero-container {
  padding: 0;
}

/* Background Carousel Component (Solid 100% Opacity Clean Images) */
.hero-bg-carousel {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.carousel-track {
  position: relative;
  width: 100%;
  height: 100%;
}

.carousel-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1), visibility 1.2s ease;
}

.carousel-slide.active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.slide-image-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* Solid non-transparent bright image with full complete framing */
.slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 1;
  filter: brightness(1.05) saturate(1.1) contrast(1.03);
  transform: scale(1);
  will-change: transform;
}

.carousel-slide.active .slide-img {
  animation: heroKenBurns 16s ease-in-out infinite alternate;
}

@keyframes heroKenBurns {
  0% {
    transform: scale(1) translate(0, 0);
  }
  50% {
    transform: scale(1.025) translate(-0.5%, -0.3%);
  }
  100% {
    transform: scale(1.04) translate(0.5%, 0.3%);
  }
}

/* Crystal-clear subtle lighting that preserves 100% of the image brightness */
.slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15) 0%,
    rgba(255, 255, 255, 0.02) 40%,
    rgba(255, 255, 255, 0.2) 100%
  );
  pointer-events: none;
}

/* Slide Caption Floating White Glass Pill */
.slide-caption {
  position: absolute;
  top: 92px;
  right: 4vw;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  padding: 10px 18px;
  border-radius: var(--radius-sm);
  border: 1.5px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 10px 25px rgba(35, 58, 53, 0.08);
  max-width: 300px;
  z-index: 4;
  opacity: 0;
  transform: translateY(-8px);
  transition: all 0.8s ease 0.3s;
}

.carousel-slide.active .slide-caption {
  opacity: 1;
  transform: translateY(0);
}

.caption-tag {
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--terra);
  margin-bottom: 4px;
}

.slide-caption h4 {
  font-size: 13.5px;
  font-weight: 500;
  color: var(--deep);
  line-height: 1.4;
}

/* Carousel Controls & Dot Progress (White Glassmorphic Floating Pill) */
.carousel-controls {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 8px 18px;
  border-radius: var(--radius-full);
  border: 1.5px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 8px 30px rgba(35, 58, 53, 0.12);
}

.carousel-btn {
  background: none;
  border: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--deep);
  font-size: 22px;
  line-height: 1;
  transition: var(--transition);
}

.carousel-btn:hover {
  background: var(--terra);
  color: #fff;
}

.carousel-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.dot {
  width: 24px;
  height: 6px;
  border-radius: 3px;
  border: 0;
  background: rgba(35, 58, 53, 0.2);
  cursor: pointer;
  padding: 0;
  position: relative;
  overflow: hidden;
  transition: width 0.4s ease, background 0.4s ease;
}

.dot.active {
  width: 38px;
  background: rgba(168, 99, 67, 0.25);
}

.dot-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: var(--terra);
  border-radius: 3px;
}

.dot.active .dot-fill {
  width: 100%;
  transition: width 4.5s linear;
}

/* ==========================================================================
   Hero Foreground Layout & Glassmorphic Typography
   ========================================================================== */

.hero-container {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 24px 6vw 40px;
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  align-items: center;
  gap: 4vw;
}

/* Luxury White Frosted Glass Card for Hero Copy (Text placed cleanly upon image without disturbing it) */
.hero-copy {
  max-width: 620px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1.5px solid rgba(255, 255, 255, 0.95);
  border-radius: 24px;
  padding: 34px 38px;
  box-shadow: 0 16px 50px rgba(35, 58, 53, 0.1);
  position: relative;
  z-index: 6;
  transition: var(--transition);
}

.hero-copy:hover {
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 22px 60px rgba(35, 58, 53, 0.14);
}

.badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: var(--terra);
  padding: 6px 14px;
  border-radius: var(--radius-full);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 16px;
  border: 1px solid rgba(168, 99, 67, 0.22);
  box-shadow: 0 4px 15px rgba(35, 58, 53, 0.05);
}

.badge-icon {
  font-size: 13px;
  color: var(--terra);
}

.hero h1 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(38px, 4.4vw, 68px);
  line-height: 1.08;
  letter-spacing: 0.055em;
  color: var(--deep);
  margin-bottom: 16px;
}

.hero h1 em {
  font-style: italic;
  font-weight: 400;
  color: var(--terra);
}

.intro {
  font-size: 16px;
  line-height: 1.65;
  color: var(--muted);
  max-width: 530px;
  margin-bottom: 24px;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 30px;
  font-weight: 600;
  font-size: 14px;
  border-radius: var(--radius-full);
  cursor: pointer;
  border: 0;
  transition: var(--transition);
}

.primary-btn {
  background: var(--terra);
  color: #fff;
  box-shadow: 0 6px 20px rgba(168, 99, 67, 0.35);
}

.primary-btn:hover {
  background: #8e5033;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(168, 99, 67, 0.45);
}

.outline-btn {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  color: var(--deep);
  border: 1.5px solid var(--deep);
}

.outline-btn:hover {
  background: var(--deep);
  color: #ffffff;
}

.text-action, .arrow-link {
  font-size: 14px;
  font-weight: 700;
  color: var(--deep);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1.5px solid var(--deep);
  padding-bottom: 4px;
  transition: var(--transition);
}

.text-action:hover, .arrow-link:hover {
  color: var(--terra);
  border-color: var(--terra);
  transform: translateX(4px);
}

.hero-features {
  display: flex;
  align-items: center;
  gap: 36px;
  padding-top: 28px;
  border-top: 1px solid rgba(35, 58, 53, 0.12);
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 14px;
}

.feature-symbol {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(215, 189, 155, 0.3);
  color: var(--terra);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 600;
}

.feature-item strong {
  display: block;
  font-size: 13px;
  color: var(--deep);
  font-weight: 700;
}

.feature-item span {
  display: block;
  font-size: 12px;
  color: var(--muted);
}

/* Hero Showcase Glassmorphic Card (Right Column) */
.hero-card-showcase {
  display: flex;
  justify-content: flex-end;
}

.therapist-glass-card {
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1.5px solid rgba(255, 255, 255, 0.95);
  border-radius: 24px;
  padding: 24px 26px;
  box-shadow: 0 16px 45px rgba(35, 58, 53, 0.1);
  max-width: 410px;
  width: 100%;
  position: relative;
  color: var(--ink);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.therapist-glass-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 55px rgba(35, 58, 53, 0.15);
}

.card-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.avatar-ring {
  position: relative;
  width: 62px;
  height: 62px;
  flex-shrink: 0;
}

.avatar-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  filter: brightness(0.92) contrast(1.08);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.online-indicator {
  position: absolute;
  bottom: 2px;
  right: 2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #2e8b57;
  border: 2px solid #fff;
}

.avatar-info h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--deep);
  margin-bottom: 2px;
}

.avatar-info p {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 4px;
}

.rating-stars {
  font-size: 12px;
  color: #d99a26;
}

.rating-stars span {
  color: var(--muted);
  font-size: 11px;
}

.card-quote {
  background: rgba(237, 229, 218, 0.6);
  padding: 16px;
  border-radius: var(--radius-md);
  margin-bottom: 20px;
  border-left: 3px solid var(--terra);
}

.card-quote p {
  font-family: var(--font-display);
  font-size: 13.5px;
  font-style: italic;
  line-height: 1.55;
  color: var(--deep);
}

.card-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.card-pills span {
  background: rgba(168, 99, 67, 0.08);
  color: var(--terra);
  font-size: 11.5px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: var(--radius-full);
}

.card-action-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--deep);
  color: #fff;
  padding: 13px 20px;
  border-radius: var(--radius-full);
  font-size: 13px;
  font-weight: 600;
  transition: var(--transition);
}

.card-action-btn:hover {
  background: var(--terra);
}

/* ==========================================================================
   Trust Strip
   ========================================================================== */

.trust-strip {
  background: #0d1a17;
  color: #f5f0e6;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4vw;
  padding: 24px 6vw;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 600;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(215, 189, 155, 0.15);
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.trust-star {
  color: var(--sand);
  font-size: 14px;
}

/* ==========================================================================
   General Section Structure & About Story
   ========================================================================== */

.section {
  padding: clamp(80px, 10vw, 130px) 6vw;
  position: relative;
}

.section-kicker {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 700;
  color: var(--terra);
  margin-bottom: 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.section-kicker span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border: 1px solid var(--terra);
  border-radius: 50%;
  font-size: 10px;
}

.section h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(38px, 4.2vw, 60px);
  line-height: 1.12;
  color: var(--deep);
  letter-spacing: -0.03em;
}

.section h2 em {
  color: var(--terra);
  font-style: italic;
}

.story {
  background: var(--cream);
  overflow: hidden;
}

.flower {
  position: absolute;
  right: 8vw;
  top: 80px;
  color: rgba(215, 189, 155, 0.4);
  font-size: 110px;
  line-height: 1;
  user-select: none;
  pointer-events: none;
}

.watermark-sub-layer {
  position: absolute;
  top: 10%;
  left: 4%;
  font-family: var(--font-display);
  font-size: 120px;
  font-weight: 700;
  color: rgba(168, 99, 67, 0.03);
  letter-spacing: 0.1em;
  pointer-events: none;
  user-select: none;
}

.story-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 6vw;
  margin-top: 36px;
  align-items: start;
}

.doctor-badge-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.doc-badge {
  background: rgba(168, 99, 67, 0.1);
  color: var(--terra);
  border: 1px solid rgba(168, 99, 67, 0.25);
  padding: 6px 14px;
  border-radius: var(--radius-full);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.story-copy p {
  color: var(--muted);
  font-size: 16.5px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.story-copy strong {
  color: var(--deep);
}

.story .arrow-link {
  color: var(--deep);
  border-color: var(--deep);
}

.story .arrow-link:hover {
  color: var(--terra);
  border-color: var(--terra);
}

/* Modern Psychiatric Care Framework / Pillars */
.psychiatry-pillars-container {
  margin-top: 60px;
  padding-top: 50px;
  border-top: 1px solid rgba(35, 58, 53, 0.12);
}

.pillars-header {
  margin-bottom: 35px;
}

.pillars-header h3 {
  font-family: var(--font-display);
  font-size: clamp(28px, 3vw, 42px);
  color: var(--deep);
  margin-top: 6px;
}

.psychiatry-pillars-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.pillar-card {
  background: #ffffff;
  border: 1px solid rgba(215, 189, 155, 0.45);
  border-radius: var(--radius-lg);
  padding: 30px 24px;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  display: flex;
  flex-direction: column;
}

.pillar-card:hover {
  transform: translateY(-6px);
  border-color: var(--terra);
  box-shadow: var(--shadow-md);
}

.pillar-icon {
  font-size: 32px;
  margin-bottom: 16px;
  line-height: 1;
}

.pillar-card h4 {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 600;
  color: var(--deep);
  margin-bottom: 10px;
}

.pillar-card p {
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--muted);
  margin: 0;
}

@media (max-width: 1024px) {
  .psychiatry-pillars-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .psychiatry-pillars-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   Services Section
   ========================================================================== */

.services {
  background: #ede3d5;
}

.section-heading {
  margin-bottom: 50px;
}

.service-list {
  border-top: 1px solid rgba(35, 58, 53, 0.2);
}

.service-card {
  display: grid;
  grid-template-columns: 70px 1fr 60px;
  align-items: center;
  gap: 24px;
  padding: 32px 10px;
  border-bottom: 1px solid rgba(35, 58, 53, 0.2);
  transition: var(--transition);
}

.service-card:hover {
  background: rgba(255, 255, 255, 0.45);
  padding-left: 20px;
}

.service-num {
  font-size: 14px;
  font-weight: 700;
  color: var(--terra);
}

.service-content h3 {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 500;
  color: var(--deep);
  margin-bottom: 8px;
}

.service-content p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.service-link {
  font-size: 26px;
  color: var(--deep);
  text-align: right;
  transition: var(--transition);
}

.service-card:hover .service-link {
  color: var(--terra);
  transform: translate(4px, -4px);
}

/* ==========================================================================
   Conditions Section (Deep Calm Darkened Palette)
   ========================================================================== */

.conditions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--deep);
  color: #f7f2e9;
  min-height: 600px;
}

.conditions-image {
  position: relative;
  min-height: 480px;
  overflow: hidden;
}

.conditions-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.55) contrast(1.2) saturate(0.8);
}

.conditions-copy {
  padding: clamp(70px, 9vw, 120px) 7vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.conditions-copy .section-kicker {
  color: var(--sand);
}

.conditions-copy .section-kicker span {
  border-color: var(--sand);
}

.conditions-copy h2 {
  color: #ffffff;
  margin-bottom: 24px;
}

.conditions-copy h2 em {
  color: var(--sand);
}

.conditions-copy > p {
  color: #d2ded9;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 28px;
}

.tag-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 36px;
}

.tag-grid span {
  border: 1px solid rgba(247, 242, 233, 0.35);
  padding: 8px 16px;
  font-size: 13px;
  border-radius: var(--radius-full);
  color: #f7f2e9;
  background: rgba(255, 255, 255, 0.05);
  transition: var(--transition);
}

.tag-grid span:hover {
  background: var(--sand);
  color: var(--deep);
  border-color: var(--sand);
}

.conditions-copy .arrow-link {
  color: #f7f2e9;
  border-color: #f7f2e9;
}

.conditions-copy .arrow-link:hover {
  color: var(--sand);
  border-color: var(--sand);
}

/* ==========================================================================
   Therapies Modalities Section
   ========================================================================== */

.therapies {
  background: var(--cream);
}

.therapy-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.therapy-card {
  background: #ffffff;
  padding: 40px 32px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(215, 189, 155, 0.4);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

.therapy-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: var(--terra);
}

.therapy-card .icon {
  font-family: var(--font-display);
  font-size: 42px;
  color: var(--terra);
  margin-bottom: 24px;
}

.therapy-card h3 {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 500;
  color: var(--deep);
  margin-bottom: 14px;
}

.therapy-card p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

/* ==========================================================================
   Checkin / Interactive Self-Check Section
   ========================================================================== */

.checkin {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  background: #d8c09d;
  min-height: 480px;
}

.checkin-copy {
  padding: clamp(70px, 9vw, 110px) 7vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.checkin-copy .eyebrow {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 700;
  color: var(--deep);
  margin-bottom: 16px;
}

.checkin-copy h2 {
  margin-bottom: 20px;
}

.checkin-copy p {
  color: #3b4e49;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 30px;
  max-width: 520px;
}

.checkin-art {
  position: relative;
  background: var(--terra);
  color: #f7efe6;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 40px;
}

.checkin-art::before,
.checkin-art::after {
  content: '';
  position: absolute;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
}

.checkin-art::before {
  top: -200px;
  right: -200px;
}

.checkin-art::after {
  bottom: -220px;
  left: -220px;
}

.checkin-art-inner {
  position: relative;
  z-index: 2;
  font-family: var(--font-display);
  font-size: clamp(32px, 3.5vw, 48px);
  line-height: 1.25;
  text-align: center;
}

.art-star {
  display: block;
  font-style: normal;
  color: var(--sand);
  font-size: 36px;
  margin-top: 20px;
}

/* ==========================================================================
   Contact Section
   ========================================================================== */

.contact {
  background: linear-gradient(180deg, #faf7f2 0%, #ede5da 100%);
  padding: clamp(90px, 11vw, 140px) 6vw;
  text-align: center;
}

.contact-card {
  max-width: 780px;
  margin: 0 auto;
}

.contact .eyebrow {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 700;
  color: var(--terra);
  margin-bottom: 16px;
}

.contact h2 {
  margin-bottom: 24px;
}

.contact p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
  max-width: 580px;
  margin: 0 auto 36px;
}

.contact-ctas {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.contact-ctas .outline-btn {
  color: var(--deep);
  border-color: var(--deep);
}

.contact-ctas .outline-btn:hover {
  background: var(--deep);
  color: #fff;
}

/* ==========================================================================
   Merged Seamless Premium Footer
   ========================================================================== */

.site-footer {
  background: var(--deep-dark);
  color: #e5ece8;
  padding: 85px 6vw 36px;
  position: relative;
  border-top: 1.5px solid rgba(215, 189, 155, 0.22);
}

.footer-container {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.35fr 0.85fr 1.1fr 1.1fr;
  gap: 4.5vw;
  align-items: start;
  margin-bottom: 55px;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  margin-bottom: 6px;
}

.footer-brand .brand-mark {
  width: 48px;
  height: 48px;
  border-radius: 0 !important;
  overflow: visible;
  border: none !important;
  box-shadow: none !important;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
}

.footer-brand .brand-logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: transparent !important;
  border-radius: 0 !important;
  mix-blend-mode: multiply;
}

.footer-brand .brand-text {
  background: rgba(255, 255, 255, 0.96);
  padding: 8px 18px;
  border-radius: var(--radius-full);
  border: 1.5px solid rgba(215, 189, 155, 0.7);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
  display: inline-flex;
  align-items: center;
}

.footer-brand .brand-clinic-name {
  font-family: var(--font-brand);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.16em;
  color: #b3532c;
  margin: 0;
  text-transform: uppercase;
}

.footer-brand .brand-clinic-name .name-hl {
  color: #122c27;
  letter-spacing: 0.16em;
}

.footer-tagline {
  color: #9cb2aa;
  font-size: 13.5px;
  line-height: 1.7;
  margin: 18px 0 20px;
  max-width: 320px;
}

.footer-badge span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(46, 139, 87, 0.18);
  color: #8ce4b5;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: var(--radius-full);
  border: 1px solid rgba(46, 139, 87, 0.45);
  letter-spacing: 0.04em;
}

.footer-nav-col h5,
.footer-hours-col h5,
.footer-contact-col h5 {
  font-family: var(--font-brand);
  font-size: 13.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--sand);
  margin-bottom: 20px;
}

.footer-nav-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav-col li {
  margin-bottom: 11px;
}

.footer-nav-col a {
  color: #bacac3;
  font-size: 14px;
  text-decoration: none;
  transition: var(--transition);
  display: inline-block;
}

.footer-nav-col a:hover {
  color: #ffffff;
  transform: translateX(4px);
}

.footer-hours-col p,
.footer-contact-col p {
  color: #bacac3;
  font-size: 13.5px;
  line-height: 1.65;
  margin-bottom: 12px;
}

.footer-hours-col strong,
.footer-contact-col strong {
  color: #ffffff;
  font-weight: 700;
}

.emergency-note {
  display: block;
  margin-top: 14px;
  font-size: 12px;
  color: #8da49c;
  line-height: 1.55;
  border-left: 2px solid var(--sand);
  padding-left: 10px;
}

.footer-contact-col a {
  color: var(--sand);
  text-decoration: none;
  border-bottom: 1px dashed rgba(215, 189, 155, 0.6);
  padding-bottom: 1px;
  transition: var(--transition);
}

.footer-contact-col a:hover {
  color: #ffffff;
  border-bottom-color: #ffffff;
}

.footer-cta-wrap {
  margin-top: 16px;
}

.footer-cta-wrap .button {
  width: 100%;
  justify-content: center;
  padding: 10px 18px;
  font-size: 13px;
}

.footer-bottom {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12.5px;
  color: #8da49c;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-legal {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.footer-legal a {
  color: #bacac3;
  text-decoration: none;
  transition: var(--transition);
}

.footer-legal a:hover {
  color: #ffffff;
}

.footer-legal span {
  color: rgba(255, 255, 255, 0.25);
}

/* ==========================================================================
   Wellbeing Check-In Dialog (Modal)
   ========================================================================= */

dialog {
  border: 0;
  max-width: 620px;
  width: calc(100% - 32px);
  padding: 48px;
  background: var(--cream);
  color: var(--ink);
  border-radius: var(--radius-lg);
  box-shadow: 0 30px 90px rgba(10, 24, 21, 0.4);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

dialog::backdrop {
  background: rgba(15, 30, 27, 0.7);
  backdrop-filter: blur(6px);
}

dialog .eyebrow {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 700;
  color: var(--terra);
  margin-bottom: 16px;
}

dialog h2 {
  font-family: var(--font-display);
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 28px;
  color: var(--deep);
}

.dialog-close {
  position: absolute;
  top: 18px;
  right: 20px;
  background: none;
  border: 0;
  font-size: 32px;
  line-height: 1;
  color: var(--muted);
  cursor: pointer;
  transition: var(--transition);
}

.dialog-close:hover {
  color: var(--terra);
  transform: scale(1.1);
}

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

.answers button {
  padding: 18px;
  text-align: left;
  border: 1px solid var(--line);
  background: #ffffff;
  color: var(--ink);
  border-radius: var(--radius-md);
  font-size: 14.5px;
  font-weight: 500;
  cursor: pointer;
  transition: var(--transition);
}

.answers button:hover {
  border-color: var(--terra);
  background: var(--terra-light);
  color: var(--terra);
  transform: translateY(-2px);
}

#checkin-result p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 28px;
}

/* ==========================================================================
   Responsive Breakpoints
   ========================================================================== */

@media (max-width: 1024px) {
  .hero-container {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-top: 20px;
  }
  .hero-card-showcase {
    justify-content: flex-start;
  }
  .therapist-glass-card {
    max-width: 100%;
  }
  .story-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .footer-container {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .site-header {
    height: 76px;
    padding: 0 5vw;
  }
  .menu-toggle {
    display: flex;
  }
  nav {
    position: fixed;
    top: 76px;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-radius: 0 0 24px 24px;
    border: none;
    border-bottom: 1.5px solid rgba(215, 189, 155, 0.35);
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 6vw 32px;
    gap: 16px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
  }
  nav.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .nav-book {
    width: 100%;
    justify-content: center;
  }
  .hero-copy {
    padding: 32px 24px;
    border-radius: 20px;
  }
  .hero {
    padding-top: 80px;
  }
  .slide-caption {
    top: auto;
    bottom: 80px;
    right: 5vw;
    left: 5vw;
    max-width: none;
  }
  .carousel-controls {
    bottom: 20px;
    right: 5vw;
  }
  .therapy-cards {
    grid-template-columns: 1fr;
  }
  .conditions {
    grid-template-columns: 1fr;
  }
  .checkin {
    grid-template-columns: 1fr;
  }
  .checkin-art {
    min-height: 260px;
  }
  .service-card {
    grid-template-columns: 40px 1fr 30px;
  }
  .answers {
    grid-template-columns: 1fr;
  }
  .footer-container {
    grid-template-columns: 1fr;
  }
  dialog {
    padding: 32px 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .watermark-top, .watermark-sub {
    animation: none;
  }
  .carousel-slide {
    transition: none;
  }
  .dot.active .dot-fill {
    transition: none;
  }
}

/* ==========================================================================
   Subpage Shared Hero Banner
   ========================================================================== */

.page-hero {
  position: relative;
  min-height: 480px;
  padding: 140px 6vw 80px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--cream);
}

.page-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.page-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  filter: brightness(1.05) saturate(1.1);
}

.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(250, 247, 242, 0.94) 0%,
    rgba(250, 247, 242, 0.85) 50%,
    rgba(250, 247, 242, 0.5) 100%
  );
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.page-hero-content {
  position: relative;
  z-index: 2;
  max-width: 780px;
}

.page-hero-content h1 {
  font-family: var(--font-display);
  font-size: clamp(44px, 5.2vw, 76px);
  line-height: 1.05;
  color: var(--deep);
  margin: 18px 0 20px;
  letter-spacing: 0.055em;
}

.page-hero-content h1 em {
  color: var(--terra);
  font-style: italic;
}

/* ==========================================================================
   Therapies Full Page & Detailed Cards
   ========================================================================== */

.section-subtext {
  color: var(--muted);
  font-size: 16.5px;
  max-width: 650px;
  margin-top: 14px;
}

.therapies-full-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-top: 50px;
}

.therapy-detail-card {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 40px;
  background: #ffffff;
  border: 1px solid rgba(215, 189, 155, 0.4);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

.therapy-detail-card:hover {
  transform: translateY(-6px);
  border-color: var(--terra);
  box-shadow: var(--shadow-md);
}

.therapy-img-box {
  position: relative;
  min-height: 280px;
}

.therapy-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05) brightness(1.02);
}

.therapy-index {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  color: var(--terra);
  font-family: var(--font-brand);
  font-size: 14px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: var(--radius-full);
}

.therapy-card-body {
  padding: 36px 36px 36px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.therapy-badge {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--terra);
  margin-bottom: 8px;
}

.therapy-card-body h3 {
  font-family: var(--font-display);
  font-size: clamp(26px, 2.5vw, 34px);
  color: var(--deep);
  margin-bottom: 12px;
}

.therapy-lead {
  font-size: 15.5px;
  line-height: 1.7;
  color: var(--muted);
  margin-bottom: 20px;
}

.therapy-points {
  background: var(--cream);
  border-radius: var(--radius-md);
  padding: 18px 22px;
  margin-bottom: 24px;
  display: grid;
  gap: 10px;
}

.t-point {
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--ink);
}

.t-point strong {
  color: var(--deep);
}

.therapy-cta {
  align-self: flex-start;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--terra);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-bottom: 1.5px solid var(--terra);
  padding-bottom: 3px;
}

.therapy-cta:hover {
  transform: translateX(4px);
}

/* Home Therapy Cards 7-Grid Preview */
.home-therapy-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.card-link-sm {
  display: inline-block;
  margin-top: 14px;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--terra);
}

.section-center-cta {
  text-align: center;
  margin-top: 50px;
}

/* ==========================================================================
   About Page Details
   ========================================================================== */

.about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 6vw;
  align-items: start;
}

.doctor-portrait-frame {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.doc-main-img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  object-position: center 20%;
}

.doc-frame-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  padding: 14px 20px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow: var(--shadow-sm);
}

.doc-frame-badge strong {
  display: block;
  font-family: var(--font-display);
  font-size: 22px;
  color: var(--terra);
}

.doc-frame-badge span {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--deep);
  font-weight: 700;
}

.clinic-sub-photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 20px;
}

.clinic-sub-photos img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: var(--radius-md);
}

.about-highlight {
  font-family: var(--font-display);
  font-size: 20px;
  font-style: italic;
  line-height: 1.6;
  color: var(--terra);
  margin: 20px 0 24px;
  padding-left: 18px;
  border-left: 3px solid var(--terra);
}

.credentials-box {
  background: #ffffff;
  border: 1px solid rgba(215, 189, 155, 0.4);
  border-radius: var(--radius-md);
  padding: 24px;
  margin-top: 30px;
}

.credentials-box h4 {
  font-family: var(--font-display);
  font-size: 19px;
  color: var(--deep);
  margin-bottom: 14px;
}

.credentials-box ul {
  list-style: none;
  display: grid;
  gap: 10px;
}

.credentials-box li {
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.5;
}

.credentials-box strong {
  color: var(--deep);
}

.values-section {
  background: var(--paper);
}

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

.value-card {
  background: #ffffff;
  padding: 32px 24px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(215, 189, 155, 0.35);
  box-shadow: var(--shadow-sm);
}

.val-num {
  font-family: var(--font-brand);
  font-size: 20px;
  font-weight: 700;
  color: var(--terra);
  margin-bottom: 14px;
}

.value-card h3 {
  font-family: var(--font-display);
  font-size: 20px;
  color: var(--deep);
  margin-bottom: 10px;
}

.value-card p {
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--muted);
}

/* ==========================================================================
   Care We Provide Page
   ========================================================================== */

.care-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-top: 45px;
}

.care-program-card {
  background: #ffffff;
  border: 1px solid rgba(215, 189, 155, 0.4);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

.care-program-card:hover {
  transform: translateY(-6px);
  border-color: var(--terra);
  box-shadow: var(--shadow-md);
}

.care-card-img-wrap {
  position: relative;
  height: 220px;
}

.care-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.program-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  color: var(--deep);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 5px 12px;
  border-radius: var(--radius-full);
}

.care-card-content {
  padding: 30px;
}

.care-card-content h3 {
  font-family: var(--font-display);
  font-size: 24px;
  color: var(--deep);
  margin-bottom: 12px;
}

.care-card-content p {
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--muted);
  margin-bottom: 18px;
}

.care-checklist {
  list-style: none;
  display: grid;
  gap: 8px;
  margin-bottom: 24px;
}

.care-checklist li {
  font-size: 13.5px;
  color: var(--ink);
  position: relative;
  padding-left: 20px;
}

.care-checklist li::before {
  content: '✦';
  position: absolute;
  left: 0;
  color: var(--terra);
  font-size: 11px;
}

.formats-section {
  background: var(--cream);
}

.formats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.format-box {
  background: #ffffff;
  padding: 36px 32px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(215, 189, 155, 0.4);
}

.format-icon {
  font-size: 32px;
  margin-bottom: 14px;
}

.format-box h3 {
  font-family: var(--font-display);
  font-size: 22px;
  color: var(--deep);
  margin-bottom: 10px;
}

.format-box p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
}

/* ==========================================================================
   Conditions Page
   ========================================================================== */

.conditions-full-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 45px;
}

.condition-card-full {
  background: #ffffff;
  padding: 36px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(215, 189, 155, 0.4);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

.condition-card-full:hover {
  transform: translateY(-6px);
  border-color: var(--terra);
  box-shadow: var(--shadow-md);
}

.c-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.c-num {
  font-family: var(--font-brand);
  font-size: 14px;
  font-weight: 700;
  color: var(--terra);
  background: rgba(168, 99, 67, 0.1);
  padding: 4px 10px;
  border-radius: var(--radius-full);
}

.c-header h3 {
  font-family: var(--font-display);
  font-size: 22px;
  color: var(--deep);
  margin: 0;
}

.c-desc {
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--muted);
  margin-bottom: 22px;
}

.c-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  background: var(--cream);
  padding: 20px;
  border-radius: var(--radius-md);
  margin-bottom: 24px;
}

.c-col strong {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--deep);
  margin-bottom: 8px;
}

.c-col ul {
  list-style: none;
  display: grid;
  gap: 6px;
}

.c-col li {
  font-size: 12.5px;
  line-height: 1.5;
  color: var(--muted);
  position: relative;
  padding-left: 14px;
}

.c-col li::before {
  content: '·';
  position: absolute;
  left: 0;
  font-size: 18px;
  color: var(--terra);
  line-height: 1;
}

/* ==========================================================================
   Contact Page & Booking Form
   ========================================================================== */

.contact-grid-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 5vw;
  align-items: start;
}

.booking-form-card {
  background: #ffffff;
  padding: 48px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(215, 189, 155, 0.4);
  box-shadow: var(--shadow-md);
}

.booking-form-card h2 {
  font-family: var(--font-display);
  font-size: 32px;
  color: var(--deep);
  margin-bottom: 10px;
}

.form-intro {
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.consult-form {
  display: grid;
  gap: 20px;
}

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

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group label {
  font-size: 13px;
  font-weight: 600;
  color: var(--deep);
}

.form-group input,
.form-group select,
.form-group textarea {
  padding: 14px 16px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  background: var(--cream);
  font-family: var(--font-main);
  font-size: 14px;
  color: var(--ink);
  outline: none;
  transition: var(--transition);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--terra);
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(168, 99, 67, 0.12);
}

.form-submit-btn {
  width: 100%;
  padding: 16px;
  font-size: 15px;
  margin-top: 10px;
}

.form-success-banner {
  background: #eaf8f0;
  border: 1px solid #bce6cf;
  color: #17603c;
  padding: 20px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-top: 16px;
}

.success-icon {
  background: #2e8b57;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  flex-shrink: 0;
}

.form-success-banner p {
  font-size: 13.5px;
  margin-top: 4px;
  color: #27794e;
}

.form-error-banner {
  background: #fdf2f2;
  border: 1px solid #f8b4b4;
  color: #9b1c1c;
  padding: 20px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-top: 16px;
}

.error-icon {
  background: #c81e1e;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  flex-shrink: 0;
}

.form-error-banner p {
  font-size: 13.5px;
  margin-top: 4px;
  color: #9b1c1c;
}

.form-submit-btn:disabled {
  opacity: 0.75;
  cursor: not-allowed;
}

.clinic-info-card {
  background: var(--deep);
  color: #f7f2e9;
  padding: 44px;
  border-radius: var(--radius-lg);
}

.clinic-info-card .section-kicker {
  color: var(--sand);
}

.clinic-info-card h3 {
  font-family: var(--font-display);
  font-size: 26px;
  color: #ffffff;
  margin-bottom: 28px;
}

.info-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}

.info-icon {
  font-size: 22px;
  line-height: 1;
}

.info-item strong {
  display: block;
  font-size: 13px;
  color: #ffffff;
  margin-bottom: 2px;
}

.info-item p {
  font-size: 13.5px;
  color: #c9d8d3;
  line-height: 1.6;
}

.info-item a {
  color: var(--sand);
  text-decoration: underline;
}

.crisis-box {
  background: rgba(255, 255, 255, 0.08);
  border-left: 3px solid var(--sand);
  padding: 16px;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  margin-top: 30px;
}

.crisis-box strong {
  color: var(--sand);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.crisis-box p {
  font-size: 12px;
  color: #d2ded9;
  line-height: 1.6;
  margin-top: 4px;
}

@media (max-width: 992px) {
  .contact-grid-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

@media (max-width: 600px) {
  .booking-form-card {
    padding: 26px 18px;
    border-radius: var(--radius-md);
  }
  .booking-form-card h2 {
    font-size: 24px;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .clinic-info-card {
    padding: 28px 20px;
    border-radius: var(--radius-md);
  }
  .quick-contacts-bar {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   Self-Check Standalone Quiz Page
   ========================================================================== */

.quiz-container {
  max-width: 750px;
  margin: 0 auto;
}

.quiz-card {
  background: #ffffff;
  padding: 48px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(215, 189, 155, 0.45);
  box-shadow: var(--shadow-lg);
}

.quiz-progress-bar {
  height: 6px;
  background: var(--paper);
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 24px;
}

.q-progress-fill {
  height: 100%;
  background: var(--terra);
  border-radius: 3px;
  transition: width 0.4s ease;
}

.quiz-step-tag {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--terra);
}

.quiz-step h2 {
  font-family: var(--font-display);
  font-size: clamp(26px, 2.6vw, 34px);
  color: var(--deep);
  margin: 16px 0 30px;
  line-height: 1.25;
}

.quiz-options {
  display: grid;
  gap: 12px;
}

.quiz-opt {
  padding: 18px 22px;
  text-align: left;
  border: 1.5px solid var(--line);
  background: var(--cream);
  color: var(--ink);
  border-radius: var(--radius-md);
  font-family: var(--font-main);
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: var(--transition);
}

.quiz-opt:hover {
  border-color: var(--terra);
  background: #fff;
  color: var(--terra);
  transform: translateX(4px);
  box-shadow: 0 4px 15px rgba(168, 99, 67, 0.12);
}

.quiz-result-card {
  text-align: center;
}

.result-badge {
  display: inline-block;
  background: rgba(46, 139, 87, 0.15);
  color: #2e8b57;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  padding: 6px 16px;
  border-radius: var(--radius-full);
  margin-bottom: 20px;
}

.quiz-result-card h2 {
  font-family: var(--font-display);
  font-size: clamp(30px, 3.2vw, 42px);
  color: var(--deep);
  margin-bottom: 18px;
}

.result-text {
  font-size: 16px;
  line-height: 1.8;
  color: var(--muted);
  max-width: 600px;
  margin: 0 auto 36px;
}

.result-ctas {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

/* ==========================================================================
   Subpage Responsive Rules
   ========================================================================== */

/* ==========================================================================
   Dedicated Single Therapy Pages Styling
   ========================================================================== */

.therapy-page-hero {
  position: relative;
  min-height: 52vh;
  display: flex;
  align-items: center;
  padding: 130px 6vw 70px;
  overflow: hidden;
  background: var(--cream);
}

.therapy-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.therapy-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  filter: brightness(0.92) contrast(1.05);
}

.therapy-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(250, 246, 240, 0.94) 0%, rgba(250, 246, 240, 0.85) 55%, rgba(250, 246, 240, 0.65) 100%);
}

.therapy-hero-content {
  position: relative;
  z-index: 2;
  max-width: 820px;
}

.breadcrumb-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-brand);
  font-size: 11.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 16px;
}

.breadcrumb-nav a {
  color: var(--terra);
  text-decoration: none;
  font-weight: 700;
  transition: var(--transition);
}

.breadcrumb-nav a:hover {
  color: var(--deep);
}

.therapy-overview-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 48px;
  align-items: start;
}

.therapy-main-body {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.therapy-sidebar {
  display: flex;
  flex-direction: column;
  gap: 28px;
  position: sticky;
  top: 100px;
}

.therapy-info-card {
  background: #ffffff;
  padding: 32px 28px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(215, 189, 155, 0.45);
  box-shadow: var(--shadow-sm);
}

.therapy-info-card h4 {
  font-family: var(--font-display);
  font-size: 20px;
  color: var(--deep);
  margin-bottom: 14px;
}

.therapy-specs-list {
  list-style: none;
  display: grid;
  gap: 14px;
}

.therapy-specs-list li {
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-size: 13.5px;
  border-bottom: 1px dashed rgba(215, 189, 155, 0.4);
  padding-bottom: 10px;
}

.therapy-specs-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.therapy-specs-list strong {
  font-family: var(--font-brand);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--terra);
}

.therapy-specs-list span {
  color: var(--deep);
  font-weight: 500;
}

/* Step-by-Step Clinical Roadmap */
.session-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 24px;
}

.step-card {
  background: #ffffff;
  padding: 26px 22px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(215, 189, 155, 0.4);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  position: relative;
}

.step-card:hover {
  transform: translateY(-4px);
  border-color: var(--terra);
  box-shadow: var(--shadow-md);
}

.step-num {
  font-family: var(--font-brand);
  font-size: 24px;
  font-weight: 800;
  color: var(--terra);
  margin-bottom: 12px;
  display: block;
}

.step-card h4 {
  font-family: var(--font-display);
  font-size: 18px;
  color: var(--deep);
  margin-bottom: 8px;
}

.step-card p {
  font-size: 13px;
  line-height: 1.6;
  color: var(--muted);
}

/* Indicators & Target Conditions Pills */
.condition-tags-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.condition-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(168, 99, 67, 0.08);
  color: var(--deep);
  font-size: 12.5px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: var(--radius-full);
  border: 1px solid rgba(168, 99, 67, 0.25);
  transition: var(--transition);
}

.condition-pill:hover {
  background: rgba(168, 99, 67, 0.16);
  border-color: var(--terra);
}

/* Interactive Q&A Accordion Widget */
.faq-accordion-wrap {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 24px;
}

.faq-item {
  background: #ffffff;
  border: 1.5px solid rgba(215, 189, 155, 0.4);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: all 0.3s ease;
}

.faq-item.active {
  border-color: var(--terra);
  box-shadow: var(--shadow-md);
}

.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: var(--font-brand);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--deep);
  transition: color 0.2s ease;
}

.faq-question:hover {
  color: var(--terra);
}

.faq-icon {
  font-size: 18px;
  font-weight: 700;
  color: var(--terra);
  transition: transform 0.3s ease;
  flex-shrink: 0;
  margin-left: 14px;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1), padding 0.3s ease;
  padding: 0 24px;
  background: rgba(250, 246, 240, 0.35);
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 14px 24px 22px;
  border-top: 1px solid rgba(215, 189, 155, 0.3);
}

.faq-answer p {
  font-size: 14px;
  line-height: 1.75;
  color: var(--muted);
}

/* Modality CTA Banner */
.modality-cta-box {
  background: linear-gradient(135deg, rgba(35, 58, 53, 0.98), rgba(28, 48, 44, 0.95));
  padding: 44px 36px;
  border-radius: var(--radius-lg);
  color: #ffffff;
  text-align: center;
  box-shadow: 0 16px 40px rgba(35, 58, 53, 0.25);
  margin-top: 30px;
}

.modality-cta-box h3 {
  font-family: var(--font-display);
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 12px;
}

.modality-cta-box p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.85);
  max-width: 580px;
  margin: 0 auto 24px;
}

/* Hub Therapy Cards in care.html */
.hub-therapy-card {
  background: #ffffff;
  border-radius: var(--radius-lg);
  border: 1.5px solid rgba(215, 189, 155, 0.45);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: all 0.35s ease;
  display: flex;
  flex-direction: column;
}

.hub-therapy-card:hover {
  transform: translateY(-6px);
  border-color: var(--terra);
  box-shadow: 0 16px 36px rgba(168, 99, 67, 0.15);
}

.hub-card-img {
  position: relative;
  height: 200px;
  overflow: hidden;
}

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

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

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

.hub-card-badge {
  font-family: var(--font-brand);
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--terra);
  margin-bottom: 8px;
}

.hub-card-body h3 {
  font-family: var(--font-display);
  font-size: 22px;
  color: var(--deep);
  margin-bottom: 10px;
}

.hub-card-body p {
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--muted);
  margin-bottom: 18px;
  flex-grow: 1;
}

.hub-explore-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-brand);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--terra);
  text-decoration: none;
  transition: var(--transition);
}

.hub-explore-btn:hover {
  color: var(--deep);
  transform: translateX(4px);
}

@media (max-width: 1024px) {
  .therapy-overview-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .session-steps-grid {
    grid-template-columns: 1fr 1fr;
  }
  .about-grid,
  .contact-grid-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .care-cards-grid,
  .conditions-full-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .hero-carousel-section {
    height: 72vh;
    min-height: 500px;
  }
  .hero-image-overlay-card {
    position: absolute;
    bottom: 24px;
    left: 4vw;
    right: 4vw;
    max-width: none;
    padding: 16px 20px;
  }
  .session-steps-grid {
    grid-template-columns: 1fr;
  }
  .therapy-page-hero {
    padding: 110px 5vw 50px;
  }
  .page-hero {
    padding: 110px 5vw 60px;
    min-height: auto;
  }
  .therapy-detail-card {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .therapy-card-body {
    padding: 24px;
  }
  .therapy-img-box {
    height: 220px;
  }
  .c-details {
    grid-template-columns: 1fr;
  }
  .booking-form-card {
    padding: 32px 20px;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .clinic-info-card {
    padding: 32px 20px;
  }
  .values-grid {
    grid-template-columns: 1fr;
  }
  .formats-grid {
    grid-template-columns: 1fr;
  }
  .quiz-card {
    padding: 32px 20px;
  }
  .brand-text {
    padding: 7px 16px;
  }
  .brand-clinic-name,
  .brand-main-name,
  .brand-tagline {
    font-size: 15px;
    letter-spacing: 0.14em;
  }
  .brand-mark {
    width: 44px;
    height: 44px;
  }
}

/* ==========================================================================
   Patient Testimonials / Experiences Showcase
   ========================================================================== */
.testimonials-section {
  background: var(--cream);
  padding: 100px 6vw;
  position: relative;
}

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

.testimonial-card {
  background: #ffffff;
  border-radius: var(--radius-lg);
  border: 1.5px solid rgba(215, 189, 155, 0.45);
  padding: 36px 30px;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  position: relative;
}

.testimonial-card:hover {
  transform: translateY(-6px);
  border-color: var(--terra);
  box-shadow: 0 16px 36px rgba(168, 99, 67, 0.12);
}

.testimonial-stars {
  color: #d4a373;
  font-size: 16px;
  letter-spacing: 4px;
  margin-bottom: 16px;
}

.testimonial-quote {
  font-family: var(--font-display);
  font-size: 16.5px;
  line-height: 1.7;
  color: var(--deep);
  font-style: italic;
  margin-bottom: 24px;
  flex-grow: 1;
}

.testimonial-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  border-top: 1px solid rgba(35, 58, 53, 0.08);
  padding-top: 18px;
}

.testimonial-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--terra-light);
  color: var(--terra);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 15px;
}

.testimonial-info h4 {
  font-size: 14.5px;
  color: var(--deep);
  margin-bottom: 2px;
}

.testimonial-info span {
  font-size: 12px;
  color: var(--muted);
}

/* ==========================================================================
   Clinical Milestones & Journey Timeline (about.html)
   ========================================================================== */
.milestones-section {
  padding: 80px 6vw;
  background: #ffffff;
}

.milestones-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
  margin-top: 40px;
}

.milestone-item {
  padding: 30px 24px;
  border-radius: var(--radius-md);
  background: var(--cream);
  border: 1.5px solid rgba(215, 189, 155, 0.4);
  position: relative;
  transition: var(--transition);
}

.milestone-item:hover {
  border-color: var(--terra);
  transform: translateY(-4px);
  background: #ffffff;
  box-shadow: var(--shadow-sm);
}

.milestone-year {
  display: inline-block;
  font-family: var(--font-brand);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: var(--terra);
  background: var(--terra-light);
  padding: 4px 12px;
  border-radius: var(--radius-full);
  margin-bottom: 14px;
}

.milestone-item h4 {
  font-size: 18px;
  color: var(--deep);
  margin-bottom: 8px;
}

.milestone-item p {
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.6;
}

/* ==========================================================================
   Quick Actions & Direct Links (contact.html)
   ========================================================================== */
.quick-contacts-bar {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.quick-contact-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  background: #ffffff;
  border-radius: var(--radius-md);
  border: 1px solid rgba(215, 189, 155, 0.5);
  transition: var(--transition);
}

.quick-contact-card:hover {
  border-color: var(--terra);
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}

.qc-icon {
  font-size: 22px;
  color: var(--terra);
}

.qc-text strong {
  display: block;
  font-size: 13.5px;
  color: var(--deep);
}

.qc-text span {
  font-size: 12px;
  color: var(--muted);
}

/* ==========================================================================
   Doctor Portrait Frame Styling (about.html)
   ========================================================================== */
.about-image-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.doctor-portrait-frame {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: linear-gradient(135deg, #ffffff, var(--cream));
  border: 2px solid rgba(215, 189, 155, 0.6);
  box-shadow: 0 16px 40px rgba(35, 58, 53, 0.12);
  transition: var(--transition);
}

.doctor-portrait-frame:hover {
  transform: translateY(-4px);
  border-color: var(--terra);
  box-shadow: 0 22px 50px rgba(168, 99, 67, 0.2);
}

.doc-main-img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: transform 0.45s ease;
}

.doctor-portrait-frame:hover .doc-main-img {
  transform: scale(1.03);
}

.doc-frame-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(30, 57, 53, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #ffffff;
  padding: 10px 18px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(215, 189, 155, 0.4);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.doc-frame-badge strong {
  display: block;
  font-size: 16px;
  color: #e5b98b;
  font-family: var(--font-brand);
  letter-spacing: 0.1em;
}

.doc-frame-badge span {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.clinic-sub-photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.clinic-sub-photos img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: var(--radius-md);
  border: 1px solid rgba(215, 189, 155, 0.45);
  transition: var(--transition);
}

.clinic-sub-photos img:hover {
  transform: translateY(-2px);
  border-color: var(--terra);
}

/* ==========================================================================
   About Page Top Hero Showcase (Doctor Details on Left, Doctor Image on Right)
   ========================================================================== */
.about-hero-section {
  position: relative;
  padding: 130px 6vw 70px;
  background: radial-gradient(circle at 85% 20%, rgba(215, 189, 155, 0.28) 0%, rgba(250, 247, 242, 0) 65%),
              linear-gradient(180deg, #f7f1e8 0%, var(--cream) 100%);
  border-bottom: 1px solid rgba(215, 189, 155, 0.4);
  overflow: hidden;
}

.about-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 5vw;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
}

.about-hero-copy h1 {
  font-size: clamp(32px, 3.8vw, 50px);
  line-height: 1.15;
  color: var(--deep);
  margin: 16px 0 18px;
}

.about-hero-copy .intro {
  font-size: 16px;
  line-height: 1.7;
  color: var(--muted);
  margin-bottom: 24px;
}

.doc-qualifications-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.qual-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ffffff;
  border: 1.5px solid rgba(168, 99, 67, 0.35);
  color: var(--deep);
  padding: 6px 14px;
  border-radius: var(--radius-full);
  font-size: 13px;
  font-weight: 700;
  font-family: var(--font-brand);
  letter-spacing: 0.06em;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.about-hero-card-frame {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff, #faf6f0);
  border: 2.5px solid rgba(168, 99, 67, 0.55);
  box-shadow: 0 20px 50px rgba(35, 58, 53, 0.16);
  transition: var(--transition);
}

.about-hero-card-frame:hover {
  transform: translateY(-5px);
  border-color: var(--terra);
  box-shadow: 0 26px 60px rgba(168, 99, 67, 0.25);
}

.about-hero-img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: transform 0.45s ease;
}

.about-hero-card-frame:hover .about-hero-img {
  transform: scale(1.03);
}

.about-doc-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: rgba(18, 33, 30, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding: 14px 20px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(215, 189, 155, 0.45);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about-doc-badge-left strong {
  display: block;
  font-family: var(--font-brand);
  font-size: 15px;
  color: #e5b98b;
  font-weight: 800;
}

.about-doc-badge-left span {
  font-size: 11.5px;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.08em;
}

.about-doc-badge-stars {
  color: #f1c40f;
  font-size: 13px;
  font-weight: 700;
  text-align: right;
}

@media (max-width: 1024px) {
  .about-hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .about-hero-img {
    height: 440px;
  }
}

/* ==========================================================================
   Multi-Test Self-Check & Clinical Mentability Suite (check-in.html)
   ========================================================================== */
.test-selection-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 28px;
}

.test-tab-btn {
  background: #ffffff;
  border: 1.5px solid rgba(215, 189, 155, 0.6);
  color: var(--deep);
  font-family: var(--font-brand);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 8px 18px;
  border-radius: var(--radius-full);
  cursor: pointer;
  transition: var(--transition);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.test-tab-btn:hover {
  border-color: var(--terra);
  transform: translateY(-2px);
  color: var(--terra);
}

.test-tab-btn.active {
  background: var(--deep);
  border-color: var(--deep);
  color: #ffffff;
  box-shadow: 0 6px 20px rgba(18, 44, 39, 0.2);
}

/* 10 Clinical Tests Directory Cards Grid */
.tests-directory-section {
  padding: 60px 6vw 20px;
}

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

.test-summary-card {
  background: #ffffff;
  border: 1.5px solid rgba(215, 189, 155, 0.5);
  border-radius: var(--radius-md);
  padding: 24px;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  cursor: pointer;
  position: relative;
}

.test-summary-card:hover {
  transform: translateY(-4px);
  border-color: var(--terra);
  box-shadow: 0 14px 30px rgba(168, 99, 67, 0.12);
}

.test-summary-card.active-card {
  border-color: var(--terra);
  background: linear-gradient(145deg, #ffffff, rgba(254, 248, 243, 0.9));
  box-shadow: 0 10px 25px rgba(168, 99, 67, 0.18);
}

/* Psychiatric Tools Specialized Section & Grid */
.psychiatric-tools-section {
  padding: 60px 6vw 70px;
  background: #faf8f5;
  border-top: 1px solid rgba(215, 189, 155, 0.3);
  border-bottom: 1px solid rgba(215, 189, 155, 0.3);
}

.psychiatric-tools-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  gap: 24px;
  max-width: 1400px;
  margin: 0 auto;
}

.psych-tool-card {
  background: #ffffff;
  border: 1.5px solid rgba(215, 189, 155, 0.6);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 4px 16px rgba(35, 58, 53, 0.04);
}

.psych-tool-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 35px rgba(35, 58, 53, 0.1);
  border-color: var(--terra);
  background: #ffffff;
}

.psych-tool-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.psych-tool-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: #faf7f2;
  border: 1.5px solid rgba(168, 99, 67, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.psych-tool-tag {
  font-family: var(--font-brand);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: #efe7dc;
  color: #203c36;
  padding: 4px 12px;
  border-radius: var(--radius-full);
}

.psych-tool-card h3 {
  font-family: var(--font-brand);
  font-size: 18.5px;
  color: var(--deep);
  margin-bottom: 8px;
  line-height: 1.35;
}

.psych-tool-card p {
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 20px;
}

.psych-tool-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid rgba(35, 58, 53, 0.08);
  font-size: 13px;
  font-weight: 700;
  color: var(--terra);
}

.psych-tool-card:hover .tool-arrow {
  transform: translateX(4px);
}

.tools-filter-strip {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.tools-filter-btn {
  background: #ffffff;
  border: 1.5px solid rgba(215, 189, 155, 0.6);
  color: var(--deep);
  font-family: var(--font-brand);
  font-size: 13px;
  font-weight: 700;
  padding: 8px 18px;
  border-radius: var(--radius-full);
  cursor: pointer;
  transition: var(--transition);
}

.tools-filter-btn:hover,
.tools-filter-btn.active {
  background: var(--terra);
  border-color: var(--terra);
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(168, 99, 67, 0.25);
}

.test-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.test-icon-badge {
  font-size: 24px;
}

.test-time-badge {
  font-size: 11.5px;
  font-weight: 700;
  color: var(--terra);
  background: var(--terra-light);
  padding: 3px 10px;
  border-radius: var(--radius-full);
}

.test-summary-card h4 {
  font-size: 17px;
  color: var(--deep);
  margin-bottom: 6px;
}

.test-summary-card p {
  font-size: 13px;
  line-height: 1.55;
  color: var(--muted);
  margin-bottom: 16px;
  flex-grow: 1;
}

.test-card-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  font-weight: 800;
  font-family: var(--font-brand);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--terra);
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

.test-summary-card:hover .test-card-btn {
  color: var(--deep);
  transform: translateX(3px);
}


.test-info-header {
  text-align: center;
  margin-bottom: 24px;
}

.test-badge-pill {
  display: inline-block;
  font-family: var(--font-brand);
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--terra);
  background: var(--terra-light);
  padding: 4px 14px;
  border-radius: var(--radius-full);
  margin-bottom: 10px;
}

.test-info-header h2 {
  font-size: 26px;
  color: var(--deep);
  margin-bottom: 6px;
}

.test-info-header p {
  font-size: 14px;
  color: var(--muted);
}

/* Score & Verdict Results Display */
.score-result-box {
  background: #ffffff;
  border-radius: var(--radius-lg);
  border: 2px solid rgba(215, 189, 155, 0.6);
  padding: 36px 30px;
  margin-top: 20px;
  box-shadow: var(--shadow-md);
  text-align: center;
}

.score-number-display {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  margin: 16px 0;
}

.score-big {
  font-family: var(--font-brand);
  font-size: 52px;
  font-weight: 900;
  color: var(--terra);
  line-height: 1;
}

.score-max {
  font-size: 20px;
  color: var(--muted);
  font-weight: 600;
}

.score-meter-wrap {
  width: 100%;
  height: 12px;
  background: rgba(35, 58, 53, 0.08);
  border-radius: var(--radius-full);
  overflow: hidden;
  margin: 16px 0 24px;
}

.score-meter-fill {
  height: 100%;
  border-radius: var(--radius-full);
  transition: width 0.8s ease;
}

.verdict-banner {
  padding: 16px 20px;
  border-radius: var(--radius-md);
  margin: 20px 0;
  text-align: left;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.verdict-banner.mild {
  background: #eef8f2;
  border: 1.5px solid #a3d9b8;
  color: #1a5632;
}

.verdict-banner.moderate {
  background: #fef8ec;
  border: 1.5px solid #f3d18e;
  color: #8c5b05;
}

.verdict-banner.high {
  background: #fdf2f0;
  border: 1.5px solid #f5b5ad;
  color: #8d2a1d;
}

.verdict-icon {
  font-size: 24px;
  flex-shrink: 0;
}

.verdict-text strong {
  display: block;
  font-size: 15.5px;
  font-family: var(--font-brand);
  margin-bottom: 4px;
}

.verdict-text p {
  font-size: 13.5px;
  line-height: 1.6;
  margin: 0;
}

/* ==========================================================================
   Interactive Meditation & Stress Relief Games
   ========================================================================== */
.games-hub-section {
  padding: 80px 6vw;
  background: var(--paper);
}

.games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 32px;
  margin-top: 40px;
}

.game-card {
  background: #ffffff;
  border-radius: var(--radius-lg);
  border: 1.5px solid rgba(215, 189, 155, 0.5);
  padding: 34px 28px;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}

.game-card h3 {
  font-size: 22px;
  color: var(--deep);
  margin-bottom: 8px;
}

.game-card p {
  font-size: 13.5px;
  color: var(--muted);
  margin-bottom: 20px;
}

/* 4-7-8 Breathing Circle Visualizer */
.breath-visualizer-box {
  width: 200px;
  height: 200px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}

.breath-circle-outer {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(168, 99, 67, 0.15) 0%, rgba(215, 189, 155, 0.05) 70%);
  border: 2px dashed rgba(168, 99, 67, 0.4);
}

.breath-circle-pulse {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--terra), #d47b53);
  box-shadow: 0 0 35px rgba(168, 99, 67, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: transform 4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
}

.breath-action-text {
  font-family: var(--font-brand);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.breath-timer-text {
  font-size: 22px;
  font-weight: 900;
  margin-top: 2px;
}

.breath-stats-bar {
  display: flex;
  gap: 20px;
  font-size: 13px;
  color: var(--deep);
  font-weight: 700;
  margin: 14px 0;
}

/* Zen Bubble Pop Thought Release Game */
.bubble-arena {
  width: 100%;
  min-height: 230px;
  background: var(--cream);
  border-radius: var(--radius-md);
  border: 1.5px dashed rgba(215, 189, 155, 0.7);
  padding: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin: 16px 0;
}

.zen-bubble {
  background: #ffffff;
  border: 1.5px solid rgba(168, 99, 67, 0.4);
  color: var(--deep);
  font-size: 12.5px;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: var(--radius-full);
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.zen-bubble:hover {
  transform: scale(1.08);
  border-color: var(--terra);
  background: var(--terra-light);
  color: var(--terra);
}

.zen-bubble.popped {
  transform: scale(0.6);
  opacity: 0;
  pointer-events: none;
}

.bubble-counter-msg {
  font-size: 13px;
  font-weight: 700;
  color: var(--terra);
  min-height: 22px;
}

/* Teenagers & Therapy Patient FAQ Hub */
.teen-patient-faq-section {
  padding: 80px 6vw;
  background: #ffffff;
}

.audience-nav-tabs {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-bottom: 30px;
}

.aud-tab-btn {
  background: var(--cream);
  border: 1.5px solid rgba(215, 189, 155, 0.5);
  color: var(--deep);
  font-family: var(--font-brand);
  font-size: 14px;
  font-weight: 700;
  padding: 10px 24px;
  border-radius: var(--radius-full);
  cursor: pointer;
  transition: var(--transition);
}

.aud-tab-btn.active {
  background: var(--terra);
  border-color: var(--terra);
  color: #ffffff;
}

/* ==========================================================================
   Floating WhatsApp & Call Action Pop-Up Widget (Right Side)
   ========================================================================== */
.floating-actions-widget {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-end;
}

.floating-btn-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.floating-action-btn {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  border: 2px solid rgba(255, 255, 255, 0.9);
}

.floating-action-btn svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

/* WhatsApp Emerald Theme */
.whatsapp-btn {
  background: linear-gradient(135deg, #25D366, #128C7E);
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
}

.whatsapp-btn:hover {
  transform: scale(1.1) translateY(-3px);
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.55);
}

/* Call Terracotta Theme */
.call-btn {
  background: linear-gradient(135deg, var(--terra), #d47b53);
  box-shadow: 0 8px 24px rgba(179, 83, 44, 0.4);
}

.call-btn:hover {
  transform: scale(1.1) translateY(-3px);
  box-shadow: 0 12px 30px rgba(179, 83, 44, 0.55);
}

/* Floating Tooltip Label */
.floating-tooltip-pill {
  position: absolute;
  right: 66px;
  white-space: nowrap;
  background: rgba(18, 44, 39, 0.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #ffffff;
  font-family: var(--font-brand);
  font-size: 12.5px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: var(--radius-full);
  border: 1px solid rgba(215, 189, 155, 0.4);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transform: translateX(10px);
  transition: all 0.25s ease;
  pointer-events: none;
}

.floating-btn-wrap:hover .floating-tooltip-pill {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* Animated Ring Effect */
.whatsapp-btn::after, .call-btn::after {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid inherit;
  opacity: 0;
  animation: pulseFloatingRing 2.4s infinite;
}

@keyframes pulseFloatingRing {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}

@media (max-width: 768px) {
  .floating-actions-widget {
    bottom: 20px;
    right: 20px;
    gap: 10px;
  }
  .floating-action-btn {
    width: 48px;
    height: 48px;
  }
  .floating-action-btn svg {
    width: 24px;
    height: 24px;
  }
}

/* ==========================================================================
   Animated Brand Intro Screen & Header Sync Transition (Inspired by Reference)
   ========================================================================== */

.page-preloader {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999;
  background: radial-gradient(circle at center, #183832 0%, #102723 55%, #081614 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, visibility;
  cursor: pointer;
  user-select: none;
}

.page-preloader.preloader-hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Atmospheric Ambient Glowing Aura */
.preloader-glow-halo {
  position: absolute;
  width: 580px;
  height: 580px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(184, 99, 58, 0.38) 0%, rgba(215, 189, 155, 0.18) 45%, rgba(0,0,0,0) 70%);
  filter: blur(50px);
  animation: preloaderHaloPulse 3s ease-in-out infinite alternate;
  pointer-events: none;
}

/* Animated Stage Centerpiece */
.preloader-stage {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 2;
  transform-origin: center center;
  transition: transform 0.85s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Emblem Container with Floating Rings */
.preloader-emblem-wrap {
  position: relative;
  width: 210px;
  height: 210px;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader-orbital-ring {
  position: absolute;
  inset: -18px;
  border-radius: 50%;
  border: 2px dashed rgba(215, 189, 155, 0.6);
  animation: preloaderRotateOrbit 14s linear infinite;
}

.preloader-orbital-ring-2 {
  position: absolute;
  inset: -36px;
  border-radius: 50%;
  border: 1.5px solid rgba(168, 99, 67, 0.35);
  animation: preloaderRotateOrbitReverse 20s linear infinite;
}

.preloader-emblem {
  position: relative;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: #ffffff;
  padding: 6px;
  border: 4px solid rgba(215, 189, 155, 0.95);
  box-shadow: 0 0 50px rgba(168, 99, 67, 0.6), 0 20px 45px rgba(0, 0, 0, 0.45);
  overflow: hidden;
  animation: preloaderEmblemPop 0.9s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.preloader-emblem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

/* Typography Reveal */
.preloader-brand-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  animation: preloaderTextReveal 1s cubic-bezier(0.16, 1, 0.3, 1) 0.2s both;
}

.preloader-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-brand);
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: #ffffff;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.45);
  white-space: nowrap;
  line-height: 1.2;
  margin-bottom: 8px;
}

.preloader-title .preloader-hl {
  color: #e58759;
  font-weight: 900;
  margin-left: 6px;
  text-shadow: 0 0 20px rgba(229, 135, 89, 0.55);
}

.preloader-subtitle {
  font-family: var(--font-main);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.28em;
  color: rgba(250, 247, 242, 0.75);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
}

.preloader-subtitle::before,
.preloader-subtitle::after {
  content: '';
  display: inline-block;
  width: 28px;
  height: 1px;
  background: rgba(215, 189, 155, 0.5);
}

/* Minimal Luxury Progress Line */
.preloader-progress-wrap {
  width: 200px;
  height: 3px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 3px;
  margin-top: 28px;
  overflow: hidden;
  position: relative;
  animation: preloaderFadeIn 0.8s ease 0.35s both;
}

.preloader-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #a86343, #d7bd9b, #ffffff);
  border-radius: 3px;
  box-shadow: 0 0 12px rgba(215, 189, 155, 0.85);
  animation: preloaderProgressFill 3.2s cubic-bezier(0.4, 0, 0.2, 1) 0.1s forwards;
}

/* Skip Indicator */
.preloader-skip-hint {
  position: absolute;
  bottom: 24px;
  font-size: 11px;
  letter-spacing: 0.15em;
  color: rgba(255, 255, 255, 0.35);
  text-transform: uppercase;
  font-weight: 500;
  animation: preloaderFadeIn 1s ease 0.6s both;
  transition: color 0.3s ease;
}

.page-preloader:hover .preloader-skip-hint {
  color: rgba(255, 255, 255, 0.7);
}

/* Keyframe Animations */
@keyframes preloaderEmblemPop {
  0% {
    transform: scale(0.6) translateY(20px);
    opacity: 0;
  }
  100% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}

@keyframes preloaderTextReveal {
  0% {
    transform: translateY(18px);
    opacity: 0;
    letter-spacing: 0.28em;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
    letter-spacing: 0.16em;
  }
}

@keyframes preloaderHaloPulse {
  0% {
    transform: scale(0.9);
    opacity: 0.4;
  }
  100% {
    transform: scale(1.25);
    opacity: 0.85;
  }
}

@keyframes preloaderRotateOrbit {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes preloaderRotateOrbitReverse {
  0% { transform: rotate(360deg); }
  100% { transform: rotate(0deg); }
}

@keyframes preloaderProgressFill {
  0% { width: 0%; }
  60% { width: 75%; }
  100% { width: 100%; }
}

@keyframes preloaderFadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

/* Synchronized Header Entrance Pulse */
.site-header .brand {
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.6s ease;
}

body.preloader-active .site-header .brand {
  opacity: 0;
  transform: scale(0.95);
}

body.preloader-done .site-header .brand {
  opacity: 1;
  transform: scale(1);
  animation: brandHeaderArrival 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes brandHeaderArrival {
  0% {
    transform: scale(1.12);
    filter: drop-shadow(0 0 15px rgba(168, 99, 67, 0.5));
  }
  100% {
    transform: scale(1);
    filter: none;
  }
}

@media (max-width: 600px) {
  .preloader-title {
    font-size: 20px;
    letter-spacing: 0.12em;
  }
  .preloader-subtitle {
    font-size: 9.5px;
    letter-spacing: 0.18em;
  }
  .preloader-emblem {
    width: 140px;
    height: 140px;
  }
  .preloader-emblem-wrap {
    width: 155px;
    height: 155px;
    margin-bottom: 20px;
  }
  .preloader-orbital-ring {
    inset: -12px;
  }
  .preloader-orbital-ring-2 {
    inset: -24px;
  }
  .preloader-glow-halo {
    width: 380px;
    height: 380px;
  }
}

/* ==========================================================================
   HAM-D Clinical Guide, Benefits & Scoring Breakdown
   ========================================================================== */

.hamd-info-section {
  width: 100%;
  max-width: 820px;
  margin-top: 36px;
}

.hamd-info-card {
  background: #ffffff;
  border-radius: var(--radius-lg);
  border: 1.5px solid rgba(215, 189, 155, 0.6);
  padding: 38px 36px;
  box-shadow: var(--shadow-sm);
}

.hamd-info-header {
  text-align: center;
  margin-bottom: 30px;
}

.hamd-pill-badge {
  display: inline-block;
  background: var(--terra-light);
  color: var(--terra);
  font-family: var(--font-brand);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: var(--radius-full);
  margin-bottom: 12px;
}

.hamd-info-header h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 26px;
  color: var(--deep);
  margin-bottom: 8px;
}

.hamd-subtitle {
  font-size: 14px;
  color: var(--muted);
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.6;
}

.hamd-benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
  margin-bottom: 36px;
}

.hamd-benefit-card {
  background: #faf7f2;
  border: 1px solid rgba(35, 58, 53, 0.08);
  border-radius: var(--radius-md);
  padding: 22px 20px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hamd-benefit-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
  border-color: rgba(168, 99, 67, 0.3);
}

.benefit-icon-box {
  font-size: 26px;
  margin-bottom: 10px;
}

.hamd-benefit-card h4 {
  font-family: var(--font-brand);
  font-size: 15px;
  font-weight: 700;
  color: var(--deep);
  margin-bottom: 8px;
}

.hamd-benefit-card p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.58;
}

.hamd-scoring-breakdown {
  margin-bottom: 32px;
}

.hamd-scoring-breakdown h3 {
  font-family: var(--font-brand);
  font-size: 17px;
  font-weight: 700;
  color: var(--deep);
  margin-bottom: 14px;
}

.hamd-table-wrap {
  width: 100%;
  overflow-x: auto;
  border-radius: var(--radius-md);
  border: 1px solid rgba(35, 58, 53, 0.1);
}

.hamd-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  text-align: left;
}

.hamd-table th {
  background: #17332d;
  color: #ffffff;
  padding: 12px 16px;
  font-weight: 600;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.hamd-table td {
  padding: 12px 16px;
  border-bottom: 1px solid rgba(35, 58, 53, 0.08);
  color: var(--deep);
  line-height: 1.5;
}

.hamd-table tbody tr:last-child td {
  border-bottom: none;
}

.severity-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: var(--radius-full);
  white-space: nowrap;
}

.tag-remission { background: #e8f8f0; color: #1e824c; }
.tag-mild { background: #fef9e7; color: #b7950b; }
.tag-moderate { background: #fdf2e9; color: #d35400; }
.tag-severe { background: #fdedec; color: #c0392b; }
.tag-very-severe { background: #f5b7b1; color: #78281f; }

.hamd-doctor-note {
  background: linear-gradient(135deg, rgba(168, 99, 67, 0.08), rgba(215, 189, 155, 0.15));
  border: 1.5px solid rgba(168, 99, 67, 0.28);
  border-radius: var(--radius-md);
  padding: 22px 24px;
  display: flex;
  gap: 18px;
  align-items: center;
}

.doc-avatar-mini {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--terra);
  flex-shrink: 0;
}

.doc-avatar-mini img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.doc-note-text h4 {
  font-family: var(--font-brand);
  font-size: 14.5px;
  font-weight: 700;
  color: var(--terra);
  margin-bottom: 4px;
}

.doc-note-text p {
  font-size: 13px;
  color: var(--deep);
  line-height: 1.6;
  font-style: italic;
}

@media (max-width: 600px) {
  .hamd-info-card {
    padding: 24px 18px;
  }
  .hamd-doctor-note {
    flex-direction: column;
    text-align: center;
  }
}

/* ==========================================================================
   About Us Page Bespoke Luxury Layout & Alignment
   ========================================================================== */

.about-hero-section {
  padding: 60px 6vw 80px;
  background: linear-gradient(180deg, #ffffff 0%, var(--cream) 100%);
  position: relative;
  overflow: hidden;
}

.about-hero-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 56px;
  align-items: center;
}

.about-hero-copy h1 {
  font-size: clamp(32px, 3.6vw, 48px);
  color: var(--deep);
  line-height: 1.2;
  margin-bottom: 18px;
}

.about-hero-copy h1 em {
  font-size: 0.65em;
  font-weight: 600;
  display: block;
  color: var(--terra);
  font-style: normal;
  margin-top: 6px;
  letter-spacing: 0.04em;
}

.doc-qualifications-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}

.qual-pill {
  font-family: var(--font-brand);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 5px 14px;
  border-radius: var(--radius-full);
  background: var(--paper);
  color: var(--deep);
  border: 1px solid rgba(215, 189, 155, 0.6);
}

.about-hero-image-col {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-hero-card-frame {
  position: relative;
  width: 100%;
  max-width: 440px;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(35, 58, 53, 0.15);
  border: 2px solid rgba(215, 189, 155, 0.45);
  background: #ffffff;
}

.about-hero-img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: transform 0.5s ease;
}

.about-hero-card-frame:hover .about-hero-img {
  transform: scale(1.03);
}

.about-doc-badge {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  background: rgba(35, 58, 53, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  padding: 14px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
}

.about-doc-badge-left strong {
  display: block;
  font-size: 15px;
  font-family: var(--font-display);
  color: #ffffff;
}

.about-doc-badge-left span {
  font-size: 11px;
  color: #d7bd9b;
  display: block;
  letter-spacing: 0.05em;
}

.about-doc-badge-stars {
  color: #f1c40f;
  font-size: 14px;
  text-align: right;
}

/* 2-Column Clinical Scopes Grid */
.about-scopes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 28px;
  margin: 36px 0;
}

.about-scope-card {
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about-scope-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.about-scope-card.scope-psychiatry {
  background: #faf7f2;
  border: 1.5px solid rgba(215, 189, 155, 0.5);
}

.about-scope-card.scope-addiction {
  background: #fdfaf6;
  border: 1.5px solid rgba(168, 99, 67, 0.4);
}

/* 3-Column Symmetrical Credentials Grid */
.about-credentials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin: 40px 0;
}

.about-cred-card {
  background: #ffffff;
  border-radius: var(--radius-md);
  padding: 28px 24px;
  border: 1.5px solid rgba(35, 58, 53, 0.1);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

.about-cred-card:hover {
  transform: translateY(-3px);
  border-color: var(--terra);
  box-shadow: var(--shadow-md);
}

.about-cred-card h4 {
  font-family: var(--font-brand);
  font-size: 13.5px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--terra);
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(35, 58, 53, 0.08);
}

.about-cred-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-cred-card ul li {
  font-size: 13.5px;
  color: var(--deep);
  line-height: 1.6;
  margin-bottom: 10px;
  position: relative;
  padding-left: 18px;
}

.about-cred-card ul li::before {
  content: '✦';
  position: absolute;
  left: 0;
  color: var(--terra);
  font-size: 10px;
  top: 1px;
}

/* 2-Column Sanctum Gallery Grid */
.about-sanctum-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
  margin: 40px 0;
}

.about-sanctum-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1.5px solid rgba(215, 189, 155, 0.45);
  box-shadow: var(--shadow-sm);
  background: #ffffff;
  transition: var(--transition);
}

.about-sanctum-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.about-sanctum-img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}

.about-sanctum-caption {
  padding: 20px 22px;
  background: var(--cream);
}

.about-sanctum-caption strong {
  display: block;
  font-size: 15px;
  color: var(--deep);
  margin-bottom: 4px;
}

.about-sanctum-caption span {
  font-size: 12.5px;
  color: var(--muted);
  line-height: 1.5;
  display: block;
}

/* Milestones Timeline Grid */
.milestones-section {
  padding: 90px 6vw;
  background: var(--paper);
}

.milestones-grid {
  max-width: 1280px;
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.milestone-item {
  background: #ffffff;
  border-radius: var(--radius-md);
  padding: 28px 24px;
  border-top: 4px solid var(--terra);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

.milestone-item:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.milestone-year {
  display: inline-block;
  font-family: var(--font-brand);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--terra);
  margin-bottom: 10px;
}

.milestone-item h4 {
  font-size: 17px;
  color: var(--deep);
  margin-bottom: 10px;
}

.milestone-item p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
}

/* Values Grid */
.values-section {
  padding: 90px 6vw;
  background: #ffffff;
}

.values-grid {
  max-width: 1280px;
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.value-card {
  background: #faf7f2;
  border-radius: var(--radius-md);
  padding: 30px 24px;
  border: 1px solid rgba(35, 58, 53, 0.08);
  transition: var(--transition);
}

.value-card:hover {
  transform: translateY(-4px);
  background: #ffffff;
  border-color: var(--terra);
  box-shadow: var(--shadow-md);
}

.val-num {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 700;
  color: var(--terra);
  margin-bottom: 14px;
}

.value-card h3 {
  font-size: 17px;
  color: var(--deep);
  margin-bottom: 10px;
}

.value-card p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.65;
  margin: 0;
}

@media (max-width: 992px) {
  .about-hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .about-hero-card-frame {
    max-width: 380px;
  }
}

/* ==========================================================================
   Horizontal Auto-Scrolling Clinic Images Line (About Page)
   ========================================================================== */
.clinic-marquee-section {
  padding: 50px 0 60px;
  background: #faf7f2;
  border-top: 1px solid rgba(215, 189, 155, 0.35);
  border-bottom: 1px solid rgba(215, 189, 155, 0.35);
  overflow: hidden;
  position: relative;
}

.clinic-marquee-track-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  /* Cinematic soft edge fades */
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 4%, black 96%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 4%, black 96%, transparent 100%);
}

.clinic-marquee-track {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: clinicAutoScroll 30s linear infinite;
  will-change: transform;
}

.clinic-marquee-track-wrap:hover .clinic-marquee-track {
  animation-play-state: paused;
}

.clinic-marquee-item {
  flex: 0 0 310px;
  width: 310px;
  height: 410px;
  border-radius: 22px;
  overflow: hidden;
  background: #182b26;
  border: 1.5px solid rgba(215, 189, 155, 0.5);
  box-shadow: 0 12px 32px rgba(35, 58, 53, 0.1);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.clinic-marquee-item:hover {
  transform: translateY(-6px) scale(1.02);
  border-color: var(--terra);
  box-shadow: 0 20px 45px rgba(179, 83, 44, 0.2);
}

.clinic-marquee-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transition: transform 0.5s ease;
}

.clinic-marquee-item:hover .clinic-marquee-img {
  transform: scale(1.05);
}

@keyframes clinicAutoScroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (max-width: 768px) {
  .clinic-marquee-section {
    padding: 35px 0 45px;
  }
  .clinic-marquee-item {
    flex: 0 0 240px;
    width: 240px;
    height: 320px;
    border-radius: 18px;
  }
  .clinic-marquee-track {
    gap: 14px;
    animation-duration: 24s;
  }
  .therapy-detail-card {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .therapy-card-body {
    padding: 24px 20px;
  }
  .therapy-img-box {
    min-height: 220px;
    max-height: 260px;
  }
  .therapy-overview-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .therapy-sidebar {
    position: static;
  }
  .session-steps-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .conditions-full-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .about-scopes-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .about-credentials-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .about-sanctum-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .milestones-grid, .values-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .milestones-section, .values-section {
    padding: 60px 5vw;
  }
  .about-hero-section {
    padding: 40px 5vw 60px;
  }
}

@media (max-width: 480px) {
  /* Phone view fine-tuning */
  .clinic-marquee-item {
    flex: 0 0 200px;
    width: 200px;
    height: 270px;
    border-radius: 16px;
  }
  .about-hero-card-frame {
    max-width: 100%;
    border-radius: 20px;
  }
  .about-hero-img {
    height: 360px;
  }
  .about-doc-badge {
    padding: 10px 14px;
    border-radius: 14px;
  }
  .about-doc-badge-left strong {
    font-size: 13.5px;
  }
  .about-doc-badge-stars {
    font-size: 12px;
  }
  .c-details {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .condition-card-full {
    padding: 24px 18px;
  }
  .booking-form-card {
    padding: 24px 16px;
  }
  .booking-form-card h2 {
    font-size: 22px;
  }
  .form-group input,
  .form-group select,
  .form-group textarea {
    font-size: 16px; /* Prevents auto-zoom on iOS */
    padding: 12px 14px;
  }
  .clinic-info-card {
    padding: 24px 18px;
  }
  .modality-cta-box {
    padding: 32px 20px;
  }
  .modality-cta-box h3 {
    font-size: 22px;
  }
  .page-hero {
    min-height: 380px;
    padding: 110px 5vw 50px;
  }
  .page-hero-content h1 {
    font-size: clamp(32px, 8.5vw, 42px);
  }
  .floating-map-badge {
    top: 10px !important;
    left: 10px !important;
    padding: 6px 12px !important;
    font-size: 11px !important;
    max-width: calc(100% - 20px) !important;
  }
}











