/* =============================================================
   CortexHealth.website — Nature Healing #4 + Mega-Menu Corporate #2
   Primary: #2D5A3D | Secondary: #7CB083 | Accent: #E8B84A
============================================================= */

/* ---------------------------------------------------------------
   1. CSS CUSTOM PROPERTIES
--------------------------------------------------------------- */
:root {
  --color-primary:    #2D5A3D;
  --color-secondary:  #7CB083;
  --color-accent:     #E8B84A;
  --color-text:       #1A2E1A;
  --color-text-light: #4A6B4A;
  --color-text-muted: #6B8F6B;
  --color-bg:         #F5F9F5;
  --color-bg-alt:     #FFFFFF;
  --color-bg-dark:    #1A3025;
  --color-border:     #C8DFC8;
  --color-overlay:    rgba(29,58,38,0.72);
  --radius-sm:  12px;
  --radius-md:  16px;
  --radius-lg:  20px;
  --radius-xl:  28px;
  --radius-pill: 999px;
  --shadow-sm:  0 2px 8px rgba(29,58,38,0.07);
  --shadow-md:  0 6px 24px rgba(29,58,38,0.12);
  --shadow-lg:  0 12px 48px rgba(29,58,38,0.18);
  --shadow-card: 0 4px 16px rgba(29,58,38,0.09);
  --font-heading: "Libre Baskerville", Georgia, serif;
  --font-body:    "Nunito", system-ui, sans-serif;
  --header-h:       90px;
  --header-h-small: 65px;
  --top-bar-h:      36px;
  --transition-fast: 0.18s ease;
  --transition-base: 0.28s ease;
  --transition-slow: 0.45s ease;
  --container-max: 1200px;
  --container-pad: 24px;
  --section-gap: 80px;
}

/* ---------------------------------------------------------------
   2. GLOBAL RESET & BASE
--------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.7;
  color: var(--color-text);
  background-color: var(--color-bg);
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--color-primary); text-decoration: none; transition: color var(--transition-fast); }
a:hover { color: var(--color-secondary); }
ul, ol { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
input, textarea, select { font-family: inherit; font-size: inherit; }
h1, h2, h3, h4, h5, h6 { font-family: var(--font-heading); font-weight: 700; line-height: 1.25; color: var(--color-text); }
p { margin-bottom: 1rem; }
p:last-child { margin-bottom: 0; }

/* ---------------------------------------------------------------
   3. SKIP LINK
--------------------------------------------------------------- */
.skip-link {
  position: absolute; top: -60px; left: 24px; z-index: 9999;
  padding: 10px 20px; background: var(--color-primary); color: #fff;
  font-family: var(--font-body); font-weight: 700;
  border-radius: var(--radius-sm); transition: top var(--transition-fast);
}
.skip-link:focus { top: 10px; }

/* ---------------------------------------------------------------
   4. CONTAINER & LAYOUT
--------------------------------------------------------------- */
.container { max-width: var(--container-max); margin-left: auto; margin-right: auto; padding-left: var(--container-pad); padding-right: var(--container-pad); }
.container--narrow { max-width: 860px; }
.container--wide   { max-width: 1400px; }
.section { padding: var(--section-gap) 0; }
.section--alt        { background-color: var(--color-bg-alt); }
.section--green      { background-color: var(--color-primary); color: #fff; }
.section--dark       { background-color: var(--color-bg-dark); color: #fff; }
.section--light-green{ background-color: #EBF3EB; }
.section-pad { padding: var(--section-gap) 0; }

/* ---------------------------------------------------------------
   5. SECTION HEADINGS
--------------------------------------------------------------- */
.section-header { margin-bottom: 56px; }
.section-header.text-center { text-align: center; }
.section-tag {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-body); font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--color-secondary);
  margin-bottom: 12px;
}
.section-tag::before, .section-tag::after {
  content: ""; display: block; width: 28px; height: 2px;
  background: var(--color-secondary); border-radius: 2px;
}
.section-tag-light { color: var(--color-accent); }
.section-tag-light::before, .section-tag-light::after { background: var(--color-accent); }
.section-title { font-size: clamp(1.75rem, 3.5vw, 2.6rem); color: var(--color-primary); margin-bottom: 16px; }
.section-intro { font-size: 1.05rem; color: var(--color-text-light); max-width: 620px; line-height: 1.7; }
.text-center .section-intro { margin-left: auto; margin-right: auto; }
.text-light .section-title, .bg-forest .section-title { color: #fff; }
.text-light .section-intro, .bg-forest .section-intro { color: rgba(255,255,255,0.82); }
.bg-light { background-color: #EBF3EB; }
.bg-forest { background-color: var(--color-primary); color: #fff; }
.text-light { color: #fff; }

/* legacy section-heading support */
.section-heading { text-align: center; margin-bottom: 56px; }
.section-heading__eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-body); font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--color-secondary);
  margin-bottom: 12px;
}
.section-heading__eyebrow::before, .section-heading__eyebrow::after {
  content: ""; display: block; width: 28px; height: 2px;
  background: var(--color-secondary); border-radius: 2px;
}
.section-heading__leaf { display: block; margin: 0 auto 16px; width: 36px; height: 36px; color: var(--color-accent); }
.section-heading h2 { font-size: clamp(1.75rem, 3.5vw, 2.6rem); color: var(--color-primary); margin-bottom: 16px; }
.section--green .section-heading h2, .section--dark .section-heading h2 { color: #fff; }
.section-heading p { font-size: 1.05rem; color: var(--color-text-light); max-width: 620px; margin: 0 auto; }
.section--green .section-heading p { color: rgba(255,255,255,0.82); }
.section-heading::after { content: ""; display: block; width: 56px; height: 4px; background: var(--color-accent); border-radius: var(--radius-pill); margin: 20px auto 0; }

/* ---------------------------------------------------------------
   6. BUTTONS
--------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 28px; font-family: var(--font-body); font-size: 0.95rem; font-weight: 700;
  border-radius: var(--radius-sm); border: 2px solid transparent; cursor: pointer;
  transition: background var(--transition-base), color var(--transition-base), border-color var(--transition-base), transform var(--transition-fast), box-shadow var(--transition-base);
  text-decoration: none; white-space: nowrap;
}
.btn:hover  { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn:active { transform: translateY(0); }
.btn-primary { background: var(--color-primary); color: #fff; border-color: var(--color-primary); }
.btn-primary:hover { background: #234a31; border-color: #234a31; color: #fff; }
.btn-secondary { background: transparent; color: #fff; border-color: #fff; }
.btn-secondary:hover { background: rgba(255,255,255,0.15); color: #fff; }
.btn-secondary--dark { color: var(--color-primary); border-color: var(--color-primary); }
.btn-secondary--dark:hover { background: var(--color-primary); color: #fff; }
.btn-accent { background: var(--color-accent); color: var(--color-text); border-color: var(--color-accent); }
.btn-accent:hover { background: #d4a53c; border-color: #d4a53c; color: var(--color-text); }
.btn-outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,0.7); }
.btn-outline-light:hover { background: rgba(255,255,255,0.15); border-color: #fff; color: #fff; }
.btn-ghost { background: transparent; color: var(--color-primary); border-color: transparent; }
.btn-ghost:hover { background: rgba(45,90,61,0.07); color: var(--color-primary); }
.btn-sm   { padding: 9px 18px; font-size: 0.85rem; }
.btn-lg   { padding: 18px 38px; font-size: 1.05rem; }
.btn-xl   { padding: 20px 44px; font-size: 1.1rem; }
.btn-pill { border-radius: var(--radius-pill); }

/* ---------------------------------------------------------------
   7. HEADER TOP BAR
--------------------------------------------------------------- */
.header-top-bar {
  background: var(--color-bg-dark);
  color: rgba(255,255,255,0.78);
  font-size: 0.8rem;
  height: var(--top-bar-h);
  display: flex;
  align-items: center;
}
.header-top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.header-top-address { color: rgba(255,255,255,0.7); }
.header-top-email a { color: rgba(255,255,255,0.8); text-decoration: none; transition: color var(--transition-fast); }
.header-top-email a:hover { color: var(--color-accent); }

/* ---------------------------------------------------------------
   8. HEADER & NAVIGATION
--------------------------------------------------------------- */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid transparent;
  transition: box-shadow var(--transition-base), border-color var(--transition-base), background var(--transition-base);
}
.site-header--scrolled {
  background: #fff;
  box-shadow: 0 2px 20px rgba(29,58,38,0.13);
  border-bottom-color: var(--color-border);
}
.site-header--scrolled .header-top-bar { display: none; }
.main-nav { height: var(--header-h); }
.site-header--scrolled .main-nav { height: var(--header-h-small); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 100%; gap: 16px; }
.nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; flex-shrink: 0; }
.logo-mark {
  width: 40px; height: 40px; background: var(--color-primary);
  border-radius: var(--radius-sm); display: flex; align-items: center;
  justify-content: center; color: #fff; font-family: var(--font-heading);
  font-weight: 700; font-size: 1rem;
  transition: transform var(--transition-fast);
}
.site-header--scrolled .logo-mark { width: 34px; height: 34px; font-size: 0.9rem; }
.nav-logo:hover .logo-mark { transform: scale(1.05); }
.logo-mark svg { width: 22px; height: 22px; color: #fff; }
.logo-text {
  font-family: var(--font-heading); font-weight: 700; font-size: 1.2rem;
  color: var(--color-primary); line-height: 1.15; transition: font-size var(--transition-base);
}
.logo-text strong { font-weight: 700; }
.site-header--scrolled .logo-text { font-size: 1.08rem; }
.nav-actions { display: flex; align-items: center; gap: 20px; flex-shrink: 0; }
.nav-phone {
  display: flex; align-items: center; gap: 6px; font-family: var(--font-body);
  font-weight: 700; font-size: 0.92rem; color: var(--color-primary);
  text-decoration: none; transition: color var(--transition-fast);
}
.nav-phone:hover { color: var(--color-secondary); }
.nav-phone svg { width: 16px; height: 16px; }
.nav-cta { background: var(--color-accent); color: var(--color-text); padding: 11px 22px; font-size: 0.88rem; border-radius: var(--radius-sm); font-weight: 700; text-decoration: none; transition: background var(--transition-fast); }
.nav-cta:hover { background: #d4a53c; color: var(--color-text); }

/* ---------------------------------------------------------------
   9. MAIN NAVIGATION MENU
--------------------------------------------------------------- */
.nav-menu { display: flex; align-items: center; gap: 4px; flex: 1; justify-content: center; }
.nav-item { position: relative; list-style: none; }
.nav-link {
  display: flex; align-items: center; gap: 4px; padding: 8px 14px;
  font-family: var(--font-body); font-size: 0.9rem; font-weight: 700;
  color: var(--color-text); text-decoration: none;
  border-radius: var(--radius-sm);
  transition: color var(--transition-fast), background var(--transition-fast);
  white-space: nowrap;
}
.nav-link:hover, .nav-item.active > .nav-link, .nav-link.active { color: var(--color-primary); background: rgba(45,90,61,0.07); }
.nav-arrow { width: 14px; height: 14px; transition: transform var(--transition-base); color: var(--color-text-muted); font-size: 0.6rem; display: inline-block; }
.nav-item:hover > .nav-link .nav-arrow,
.nav-item.mega-open > .nav-link .nav-arrow { transform: rotate(180deg); color: var(--color-primary); }
.nav-item.active > .nav-link::after { content: ""; position: absolute; bottom: 0; left: 14px; right: 14px; height: 2px; background: var(--color-primary); border-radius: var(--radius-pill); }

/* ---------------------------------------------------------------
   10. MEGA-MENU
--------------------------------------------------------------- */
.mega-menu {
  position: fixed; top: calc(var(--top-bar-h) + var(--header-h)); left: 0; right: 0; z-index: 999;
  background: #fff; box-shadow: 0 16px 48px rgba(29,58,38,0.16);
  border-top: 3px solid var(--color-secondary);
  opacity: 0; pointer-events: none; transform: translateY(-10px);
  transition: opacity var(--transition-base), transform var(--transition-base);
}
.site-header--scrolled .mega-menu { top: var(--header-h-small); }
.nav-item:hover > .mega-menu,
.nav-item.mega-open > .mega-menu { opacity: 1; pointer-events: auto; transform: translateY(0); }
.mega-inner {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 0;
  padding: 36px var(--container-pad);
  max-width: var(--container-max); margin: 0 auto;
}
.mega-col { padding: 0 24px; border-right: 1px solid var(--color-border); }
.mega-col:first-child { padding-left: 0; }
.mega-col:last-child  { border-right: none; padding-right: 0; }
.mega-heading {
  font-family: var(--font-body); font-size: 0.72rem; font-weight: 800;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--color-text-muted);
  margin-bottom: 14px; padding-bottom: 10px; border-bottom: 1px solid var(--color-border);
}
.mega-links { display: flex; flex-direction: column; gap: 2px; }
.mega-links li a {
  display: flex; align-items: center; gap: 10px; padding: 9px 10px;
  border-radius: var(--radius-sm); text-decoration: none; font-size: 0.9rem;
  font-weight: 600; color: var(--color-text);
  transition: background var(--transition-fast), color var(--transition-fast);
}
.mega-links li a:hover { background: var(--color-bg); color: var(--color-primary); }
.mega-featured {
  background: linear-gradient(135deg, var(--color-primary) 0%, #3d7a54 100%);
  border-radius: var(--radius-md); padding: 0; color: #fff; position: relative; overflow: hidden;
  border-right: none;
}
.mega-feature-card { padding: 0; }
.mega-feature-card img { width: 100%; height: 160px; object-fit: cover; border-radius: var(--radius-md) var(--radius-md) 0 0; }
.mega-feature-card p { font-size: 0.85rem; color: rgba(255,255,255,0.85); padding: 16px 20px 8px; line-height: 1.5; }
.mega-btn {
  display: inline-flex; align-items: center; gap: 6px; font-size: 0.85rem; font-weight: 700;
  color: var(--color-accent); text-decoration: none; transition: gap var(--transition-fast);
  padding: 0 20px 16px;
}
.mega-btn:hover { gap: 10px; color: var(--color-accent); }
.mega-btn-outline {
  display: inline-block; border: 1px solid var(--color-accent); color: var(--color-accent);
  padding: 8px 18px; border-radius: var(--radius-sm); font-size: 0.82rem; font-weight: 700;
  text-decoration: none; transition: background var(--transition-fast);
  margin: 0 20px 16px;
}
.mega-btn-outline:hover { background: rgba(232,184,74,0.15); color: var(--color-accent); }
.mega-cta-col { border-right: none; display: flex; align-items: center; justify-content: center; }
.mega-cta-box { text-align: center; padding: 24px 20px; }
.mega-cta-label { font-size: 0.95rem; font-weight: 700; color: var(--color-text); margin-bottom: 12px; }
.mega-cta-phone {
  display: block; font-family: var(--font-heading); font-size: 1.5rem; font-weight: 700;
  color: var(--color-primary); text-decoration: none; margin-bottom: 6px;
  transition: color var(--transition-fast);
}
.mega-cta-phone:hover { color: var(--color-secondary); }
.mega-cta-note { display: block; font-size: 0.78rem; color: var(--color-text-muted); margin-bottom: 16px; }

/* ---------------------------------------------------------------
   11. HAMBURGER & MOBILE NAV
--------------------------------------------------------------- */
.nav-toggle {
  display: none; flex-direction: column; justify-content: center; gap: 5px;
  width: 40px; height: 40px; padding: 6px;
  border-radius: var(--radius-sm); background: none; border: 1px solid var(--color-border);
  cursor: pointer; transition: background var(--transition-fast); flex-shrink: 0;
}
.nav-toggle:hover { background: var(--color-bg); }
.hamburger-bar {
  display: block; width: 100%; height: 2px; background: var(--color-text);
  border-radius: 2px; transition: transform var(--transition-base), opacity var(--transition-base);
  transform-origin: center;
}
.nav-toggle.active .hamburger-bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.active .hamburger-bar:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-toggle.active .hamburger-bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------------------------------------------------------------
   12. HERO SECTION
--------------------------------------------------------------- */
.hero-section {
  position: relative; min-height: 100vh; display: flex; align-items: center;
  background-color: var(--color-bg-dark); background-size: cover;
  background-position: center center; background-repeat: no-repeat; overflow: hidden;
  margin-top: calc(var(--top-bar-h) + var(--header-h));
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(26,46,26,0.82) 0%, rgba(29,58,38,0.68) 50%, rgba(26,46,26,0.55) 100%);
  z-index: 1;
}
.hero-section::after {
  content: ""; position: absolute; bottom: -2px; left: 0; right: 0; height: 120px;
  background: var(--color-bg); clip-path: ellipse(55% 100% at 50% 100%); z-index: 2;
}
.hero-content { position: relative; z-index: 3; max-width: 820px; color: #fff; padding: 80px 0; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px; font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--color-accent);
  margin-bottom: 18px; background: rgba(232,184,74,0.15); padding: 6px 14px;
  border-radius: var(--radius-pill); border: 1px solid rgba(232,184,74,0.3);
}
.hero-title { font-size: clamp(2.2rem,5.5vw,3.8rem); color: #fff; margin-bottom: 22px; text-shadow: 0 2px 20px rgba(0,0,0,0.25); }
.hero-title em { font-style: italic; color: var(--color-accent); }
.hero-subtitle { font-size: clamp(1rem,2vw,1.2rem); color: rgba(255,255,255,0.88); max-width: 600px; margin-bottom: 36px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 28px; }
.hero-note { font-size: 0.83rem; font-weight: 600; color: rgba(255,255,255,0.68); letter-spacing: 0.02em; }

/* ---------------------------------------------------------------
   13. PAGE HERO (INNER PAGES)
--------------------------------------------------------------- */
.page-hero {
  position: relative; height: 400px; display: flex; align-items: flex-end;
  background-color: var(--color-bg-dark); background-size: cover; background-position: center;
  margin-top: calc(var(--top-bar-h) + var(--header-h)); overflow: hidden;
}
.page-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(26,46,26,0.4) 0%, rgba(26,46,26,0.78) 100%); z-index: 1; }
.page-hero__content { position: relative; z-index: 2; padding-bottom: 48px; color: #fff; }
.page-hero__content h1 { font-size: clamp(1.8rem,3.5vw,2.8rem); color: #fff; margin-bottom: 10px; }

/* ---------------------------------------------------------------
   14. BREADCRUMBS
--------------------------------------------------------------- */
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; font-size: 0.8rem; color: var(--color-text-muted); margin-bottom: 8px; }
.breadcrumbs__item { display: flex; align-items: center; gap: 6px; }
.breadcrumbs__link { color: var(--color-secondary); text-decoration: none; }
.breadcrumbs__link:hover { color: var(--color-primary); }
.breadcrumbs__sep { color: var(--color-border); user-select: none; }
.breadcrumbs--light .breadcrumbs__link { color: rgba(255,255,255,0.7); }
.breadcrumbs--light { color: rgba(255,255,255,0.55); }

/* ---------------------------------------------------------------
   15. TRUST BAR
--------------------------------------------------------------- */
.trust-bar { background: linear-gradient(90deg,#EBF3EB 0%,#E8F2E8 100%); border-top: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); padding: 22px 0; }
.trust-bar-inner { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 32px; }
.trust-item { display: flex; align-items: center; gap: 10px; }
.trust-icon { width: 40px; height: 40px; border-radius: var(--radius-sm); background: #fff; display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-sm); flex-shrink: 0; }
.trust-icon svg { width: 20px; height: 20px; color: var(--color-primary); }
.trust-text strong { display: block; font-size: 0.88rem; font-weight: 700; color: var(--color-text); line-height: 1.2; }
.trust-text span { font-size: 0.75rem; color: var(--color-text-muted); }
.trust-divider { width: 1px; height: 36px; background: var(--color-border); }

/* ---------------------------------------------------------------
   16. ABOUT PREVIEW
--------------------------------------------------------------- */
.about-preview { background: var(--color-bg); }
.about-preview-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.about-preview-img { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.about-preview-img img { width: 100%; height: 440px; object-fit: cover; }
.about-badge-box {
  position: absolute; bottom: 20px; right: 20px;
  background: var(--color-primary); color: #fff; padding: 16px 20px;
  border-radius: var(--radius-md); text-align: center;
  box-shadow: var(--shadow-md);
}
.badge-number { display: block; font-family: var(--font-heading); font-size: 1.8rem; font-weight: 700; color: var(--color-accent); line-height: 1; }
.badge-label { font-size: 0.72rem; font-weight: 600; color: rgba(255,255,255,0.8); line-height: 1.3; }
.about-preview-content .section-tag { display: block; margin-bottom: 12px; }
.about-preview-content .section-title { margin-bottom: 20px; }
.about-preview-content p { color: var(--color-text-light); line-height: 1.75; }
.about-checklist { list-style: none; margin: 24px 0; display: flex; flex-direction: column; gap: 10px; }
.about-checklist li { display: flex; align-items: center; gap: 10px; font-size: 0.92rem; font-weight: 600; color: var(--color-text); }
.about-checklist li svg { width: 18px; height: 18px; color: var(--color-secondary); flex-shrink: 0; }
.about-preview-actions { display: flex; gap: 12px; margin-top: 28px; }

/* ---------------------------------------------------------------
   17. CARDS (GENERIC)
--------------------------------------------------------------- */
.card { background: var(--color-bg-alt); border-radius: var(--radius-md); box-shadow: var(--shadow-card); overflow: hidden; transition: transform var(--transition-base), box-shadow var(--transition-base); }
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.card__image { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.card__body { padding: 24px; }
.card__tag { display: inline-block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--color-secondary); background: rgba(124,176,131,0.15); padding: 4px 10px; border-radius: var(--radius-pill); margin-bottom: 10px; }
.card h3 { font-size: 1.1rem; color: var(--color-text); margin-bottom: 10px; }
.card p  { font-size: 0.9rem; color: var(--color-text-light); }

/* ---------------------------------------------------------------
   18. PROGRAMS GRID & CARDS
--------------------------------------------------------------- */
.programs-section { }
.programs-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 28px; }
.program-card { background: #fff; border-radius: var(--radius-md); box-shadow: var(--shadow-card); overflow: hidden; border-left: 5px solid var(--color-secondary); transition: transform var(--transition-base), box-shadow var(--transition-base), border-color var(--transition-base); }
.program-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-left-color: var(--color-primary); }
.program-card-img { position: relative; overflow: hidden; }
.program-card-img img { width: 100%; height: 200px; object-fit: cover; }
.program-badge {
  position: absolute; top: 12px; left: 12px;
  background: var(--color-primary); color: #fff;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 4px 12px; border-radius: var(--radius-pill);
}
.program-card-body { padding: 26px 24px 24px; }
.program-card-body h3 { font-size: 1.15rem; color: var(--color-primary); margin-bottom: 10px; }
.program-card-body p  { font-size: 0.9rem; color: var(--color-text-light); margin-bottom: 16px; }
.program-features { list-style: none; margin: 0 0 16px; display: flex; flex-direction: column; gap: 6px; }
.program-features li { font-size: 0.85rem; color: var(--color-text); padding-left: 18px; position: relative; }
.program-features li::before { content: ""; position: absolute; left: 0; top: 8px; width: 8px; height: 8px; background: var(--color-secondary); border-radius: 50%; }
.card-link { display: inline-flex; align-items: center; gap: 6px; font-size: 0.88rem; font-weight: 700; color: var(--color-primary); text-decoration: none; transition: gap var(--transition-fast), color var(--transition-fast); }
.card-link:hover { gap: 10px; color: var(--color-secondary); }

/* ---------------------------------------------------------------
   19. WHY US SECTION
--------------------------------------------------------------- */
.why-us-section { }
.why-us-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.why-us-card { background: #fff; border-radius: var(--radius-md); padding: 32px 28px; box-shadow: var(--shadow-card); text-align: center; transition: transform var(--transition-base), box-shadow var(--transition-base); }
.why-us-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.why-icon {
  width: 64px; height: 64px; border-radius: 50%;
  background: rgba(45,90,61,0.1); display: flex; align-items: center;
  justify-content: center; margin: 0 auto 20px;
}
.why-icon svg { width: 32px; height: 32px; color: var(--color-primary); }
.why-us-card h3 { font-size: 1.05rem; color: var(--color-primary); margin-bottom: 10px; }
.why-us-card p { font-size: 0.9rem; color: var(--color-text-light); line-height: 1.65; }

/* ---------------------------------------------------------------
   20. AMENITIES SECTION
--------------------------------------------------------------- */
.amenities-section { }
.amenities-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.amenity-item { background: rgba(255,255,255,0.1); border-radius: var(--radius-md); overflow: hidden; transition: transform var(--transition-base); }
.amenity-item:hover { transform: translateY(-5px); }
.amenity-img { overflow: hidden; }
.amenity-img img { width: 100%; height: 200px; object-fit: cover; }
.amenity-info { padding: 22px 24px; }
.amenity-info h3 { font-size: 1.05rem; color: #fff; margin-bottom: 8px; }
.amenity-info p { font-size: 0.88rem; color: rgba(255,255,255,0.78); line-height: 1.65; }

/* ---------------------------------------------------------------
   21. FEATURE BLOCKS (IMAGE + TEXT 2-COL)
--------------------------------------------------------------- */
.feature-block { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.feature-block--reverse { direction: rtl; }
.feature-block--reverse > * { direction: ltr; }
.feature-block__image { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); position: relative; }
.feature-block__image img { width: 100%; height: 420px; object-fit: cover; }
.feature-block__image::after { content: ""; position: absolute; bottom: -14px; right: -14px; width: 80px; height: 80px; border: 3px solid var(--color-accent); border-radius: var(--radius-sm); z-index: -1; }
.feature-block__content .eyebrow { font-size: 0.76rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--color-secondary); margin-bottom: 12px; display: block; }
.feature-block__content h2 { font-size: clamp(1.5rem,2.8vw,2.1rem); color: var(--color-primary); margin-bottom: 18px; }
.feature-block__content p { color: var(--color-text-light); margin-bottom: 16px; }
.feature-list { display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }
.feature-list__item { display: flex; align-items: flex-start; gap: 10px; font-size: 0.92rem; color: var(--color-text); }
.feature-list__item svg { width: 18px; height: 18px; color: var(--color-secondary); margin-top: 2px; flex-shrink: 0; }

/* ---------------------------------------------------------------
   22. STATS BAR
--------------------------------------------------------------- */
.stats-bar { background: var(--color-primary); padding: 48px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; text-align: center; }
.stat-item__number { font-family: var(--font-heading); font-size: clamp(2rem,4vw,3rem); font-weight: 700; color: var(--color-accent); line-height: 1; margin-bottom: 8px; }
.stat-item__label { font-size: 0.88rem; font-weight: 600; color: rgba(255,255,255,0.78); text-transform: uppercase; letter-spacing: 0.08em; }

/* ---------------------------------------------------------------
   23. TESTIMONIALS
--------------------------------------------------------------- */
.testimonials-section { background: var(--color-bg-alt); overflow: hidden; }
.testimonials-carousel { overflow: hidden; position: relative; }
.testimonials-track { display: flex; transition: transform var(--transition-slow); }
.testimonial-slide { min-width: 100%; padding: 0 40px; }
.testimonial-card { background: var(--color-bg); border-radius: var(--radius-lg); padding: 40px 44px; max-width: 820px; margin: 0 auto; position: relative; box-shadow: var(--shadow-card); }
.testimonial-card::before { content: "\201C"; position: absolute; top: 20px; left: 30px; font-family: var(--font-heading); font-size: 5rem; line-height: 1; color: var(--color-accent); opacity: 0.45; }
.testimonial-stars { display: flex; gap: 3px; margin-bottom: 14px; color: var(--color-accent); font-size: 1.2rem; }
.testimonial-stars svg { width: 16px; height: 16px; color: var(--color-accent); }
.testimonial-quote { font-size: 1.08rem; font-style: italic; color: var(--color-text); line-height: 1.75; margin-bottom: 24px; padding-top: 28px; }
.testimonial-author { display: flex; align-items: center; gap: 14px; }
.author-avatar {
  width: 52px; height: 52px; border-radius: 50%;
  background: var(--color-secondary); display: flex; align-items: center;
  justify-content: center; font-family: var(--font-heading); font-size: 1.2rem;
  font-weight: 700; color: #fff; flex-shrink: 0;
}
.author-info { display: flex; flex-direction: column; }
.author-info cite { font-weight: 700; color: var(--color-text); font-size: 0.95rem; font-style: normal; }
.author-info span { font-size: 0.8rem; color: var(--color-text-muted); }
.carousel-controls { display: flex; justify-content: center; align-items: center; gap: 16px; margin-top: 32px; }
.carousel-btn { width: 44px; height: 44px; border-radius: 50%; border: 2px solid var(--color-border); background: #fff; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: border-color var(--transition-fast), background var(--transition-fast); font-size: 1.1rem; color: var(--color-text-muted); }
.carousel-btn:hover { border-color: var(--color-primary); background: var(--color-primary); color: #fff; }
.carousel-btn svg { width: 18px; height: 18px; color: inherit; transition: color var(--transition-fast); }
.carousel-dots { display: flex; gap: 8px; }
.carousel-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--color-border); cursor: pointer; transition: background var(--transition-fast), transform var(--transition-fast); border: none; padding: 0; }
.carousel-dot.active { background: var(--color-primary); transform: scale(1.4); }

/* ---------------------------------------------------------------
   24. CTA SECTION
--------------------------------------------------------------- */
.cta-section {
  position: relative; padding: 100px 0;
  background-color: var(--color-bg-dark); background-size: cover;
  background-position: center; background-repeat: no-repeat; overflow: hidden;
}
.cta-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(26,46,26,0.88) 0%, rgba(29,58,38,0.78) 100%);
  z-index: 1;
}
.cta-content { position: relative; z-index: 2; text-align: center; color: #fff; max-width: 720px; margin: 0 auto; }
.cta-content .section-tag { margin-bottom: 16px; }
.cta-title { font-size: clamp(1.8rem,3.5vw,2.8rem); color: #fff; margin-bottom: 18px; }
.cta-subtitle { font-size: 1.05rem; color: rgba(255,255,255,0.82); max-width: 600px; margin: 0 auto 36px; line-height: 1.7; }
.cta-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-bottom: 20px; }
.cta-available { font-size: 0.83rem; font-weight: 600; color: rgba(255,255,255,0.6); }

/* ---------------------------------------------------------------
   25. INSURANCE GRID
--------------------------------------------------------------- */
.insurance-section { padding: 60px 0; background: var(--color-bg-alt); border-top: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); }
.insurance-grid { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 20px; }
.insurance-logo { display: flex; align-items: center; justify-content: center; padding: 14px 24px; background: var(--color-bg); border: 1px solid var(--color-border); border-radius: var(--radius-sm); min-width: 130px; height: 60px; transition: box-shadow var(--transition-fast), border-color var(--transition-fast); }
.insurance-logo:hover { box-shadow: var(--shadow-sm); border-color: var(--color-secondary); }
.insurance-logo img { max-height: 32px; max-width: 100px; object-fit: contain; filter: grayscale(100%) opacity(0.65); transition: filter var(--transition-base); }
.insurance-logo:hover img { filter: grayscale(0%) opacity(1); }

/* ---------------------------------------------------------------
   26. FAQ ACCORDION
--------------------------------------------------------------- */
.faq-section { padding: var(--section-gap) 0; }
.faq-list { display: flex; flex-direction: column; gap: 12px; max-width: 820px; margin: 0 auto; }
.faq-item { background: #fff; border: 1px solid var(--color-border); border-radius: var(--radius-md); overflow: hidden; transition: box-shadow var(--transition-base); }
.faq-item:hover { box-shadow: var(--shadow-sm); }
.faq-item--open { box-shadow: var(--shadow-md); border-color: var(--color-secondary); }
.faq-item__trigger { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 24px; background: none; border: none; cursor: pointer; text-align: left; font-family: var(--font-heading); font-size: 1rem; font-weight: 700; color: var(--color-text); transition: color var(--transition-fast); }
.faq-item__trigger:hover { color: var(--color-primary); }
.faq-item--open .faq-item__trigger { color: var(--color-primary); }
.faq-item__icon { width: 28px; height: 28px; border-radius: 50%; background: var(--color-bg); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: background var(--transition-base), transform var(--transition-base); }
.faq-item--open .faq-item__icon { background: var(--color-primary); transform: rotate(45deg); }
.faq-item__icon svg { width: 16px; height: 16px; color: var(--color-text-muted); transition: color var(--transition-base); }
.faq-item--open .faq-item__icon svg { color: #fff; }
.faq-item__body { max-height: 0; overflow: hidden; transition: max-height var(--transition-slow) ease; }
.faq-item__body-inner { padding: 0 24px 22px; font-size: 0.95rem; color: var(--color-text-light); line-height: 1.75; }
.faq-item--open .faq-item__body { max-height: 600px; }

/* ---------------------------------------------------------------
   27. TABS
--------------------------------------------------------------- */
.tabs { margin-bottom: 40px; }
.tabs__nav { display: flex; gap: 4px; border-bottom: 2px solid var(--color-border); overflow-x: auto; scrollbar-width: none; }
.tabs__nav::-webkit-scrollbar { display: none; }
.tabs__tab { flex-shrink: 0; padding: 12px 22px; font-family: var(--font-body); font-size: 0.92rem; font-weight: 700; color: var(--color-text-muted); background: none; border: none; border-bottom: 3px solid transparent; cursor: pointer; transition: color var(--transition-fast), border-color var(--transition-fast); margin-bottom: -2px; }
.tabs__tab:hover { color: var(--color-primary); }
.tabs__tab--active { color: var(--color-primary); border-bottom-color: var(--color-primary); }
.tabs__panel { display: none; padding: 32px 0; animation: tabFadeIn 0.3s ease; }
.tabs__panel--active { display: block; }
@keyframes tabFadeIn { from { opacity:0; transform:translateY(8px); } to { opacity:1; transform:translateY(0); } }

/* ---------------------------------------------------------------
   28. BLOG CARDS
--------------------------------------------------------------- */
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.blog-card { background: #fff; border-radius: var(--radius-md); box-shadow: var(--shadow-card); overflow: hidden; transition: transform var(--transition-base), box-shadow var(--transition-base); display: flex; flex-direction: column; }
.blog-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.blog-card__image { width: 100%; height: 200px; object-fit: cover; }
.blog-card__body { padding: 22px 22px 20px; flex: 1; display: flex; flex-direction: column; }
.blog-card__meta { display: flex; align-items: center; gap: 10px; font-size: 0.76rem; color: var(--color-text-muted); margin-bottom: 10px; }
.blog-card__cat { color: var(--color-secondary); font-weight: 700; }
.blog-card h3 { font-size: 1rem; color: var(--color-text); margin-bottom: 10px; line-height: 1.4; }
.blog-card p  { font-size: 0.87rem; color: var(--color-text-light); flex: 1; margin-bottom: 16px; }
.blog-card__link { font-size: 0.85rem; font-weight: 700; color: var(--color-primary); text-decoration: none; display: inline-flex; align-items: center; gap: 5px; transition: gap var(--transition-fast); }
.blog-card__link:hover { gap: 9px; color: var(--color-secondary); }

/* ---------------------------------------------------------------
   29. TEAM GRID
--------------------------------------------------------------- */
.team-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.team-card { text-align: center; }
.team-card__photo { width: 120px; height: 120px; border-radius: 50%; object-fit: cover; margin: 0 auto 16px; border: 4px solid var(--color-secondary); transition: border-color var(--transition-fast), transform var(--transition-base); }
.team-card:hover .team-card__photo { border-color: var(--color-primary); transform: scale(1.04); }
.team-card__name { font-family: var(--font-heading); font-size: 1rem; color: var(--color-text); margin-bottom: 4px; }
.team-card__role { font-size: 0.82rem; color: var(--color-text-muted); }

/* ---------------------------------------------------------------
   30. CONTACT FORM
--------------------------------------------------------------- */
.contact-section { padding: var(--section-gap) 0; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; align-items: start; }
.contact-info__item { display: flex; gap: 14px; margin-bottom: 24px; }
.contact-info__icon { width: 44px; height: 44px; border-radius: var(--radius-sm); background: rgba(45,90,61,0.1); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-info__icon svg { width: 20px; height: 20px; color: var(--color-primary); }
.contact-info__label { font-size: 0.76rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--color-text-muted); margin-bottom: 4px; }
.contact-info__value { font-size: 0.95rem; color: var(--color-text); font-weight: 600; }
.form { background: #fff; border-radius: var(--radius-lg); padding: 36px; box-shadow: var(--shadow-md); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-size: 0.82rem; font-weight: 700; color: var(--color-text); margin-bottom: 6px; }
.form-group label span.required { color: #e04a4a; margin-left: 3px; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 12px 16px; background: var(--color-bg); border: 1.5px solid var(--color-border); border-radius: var(--radius-sm); font-size: 0.92rem; color: var(--color-text); transition: border-color var(--transition-fast), box-shadow var(--transition-fast); appearance: none; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--color-secondary); box-shadow: 0 0 0 3px rgba(124,176,131,0.2); }
.form-group textarea { resize: vertical; min-height: 110px; }
.form-group select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%234A6B4A'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; background-size: 16px; padding-right: 36px; }
.form-disclaimer { font-size: 0.76rem; color: var(--color-text-muted); margin-top: 10px; line-height: 1.5; }

/* ---------------------------------------------------------------
   31. FOOTER
--------------------------------------------------------------- */
.site-footer { background: var(--color-bg-dark); color: rgba(255,255,255,0.78); padding: 72px 0 0; }
.footer-main { margin-bottom: 0; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 56px; }
.footer-col { }
.footer-brand { }
.footer-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; margin-bottom: 16px; }
.footer-logo .logo-mark { background: var(--color-secondary); }
.footer-logo .logo-text { color: #fff; }
.footer-tagline { font-size: 0.88rem; color: rgba(255,255,255,0.6); margin-bottom: 20px; line-height: 1.65; }
.footer-address { font-size: 0.88rem; color: rgba(255,255,255,0.6); font-style: normal; line-height: 1.7; margin-bottom: 12px; }
.footer-contact-links { display: flex; flex-direction: column; gap: 6px; }
.footer-contact-links a { font-size: 0.9rem; color: rgba(255,255,255,0.7); text-decoration: none; transition: color var(--transition-fast); }
.footer-contact-links a:hover { color: var(--color-secondary); }
.footer-heading { font-family: var(--font-body); font-size: 0.76rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.45); margin-bottom: 18px; }
.footer-col__heading { font-family: var(--font-body); font-size: 0.76rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.45); margin-bottom: 18px; }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links li a, .footer-links a { font-size: 0.9rem; color: rgba(255,255,255,0.7); text-decoration: none; transition: color var(--transition-fast); display: flex; align-items: center; gap: 7px; }
.footer-links li a:hover, .footer-links a:hover { color: var(--color-secondary); }
.footer-cta-text { font-size: 0.88rem; color: rgba(255,255,255,0.6); margin-bottom: 16px; line-height: 1.65; }
.footer-cta-btn {
  display: inline-block; background: var(--color-accent); color: var(--color-text);
  padding: 12px 24px; border-radius: var(--radius-sm); font-weight: 700;
  font-size: 1rem; text-decoration: none; margin-bottom: 8px;
  transition: background var(--transition-fast);
}
.footer-cta-btn:hover { background: #d4a53c; color: var(--color-text); }
.footer-cta-sub { font-size: 0.78rem; color: rgba(255,255,255,0.5); margin-bottom: 16px; }
.footer-insurance-link { font-size: 0.88rem; font-weight: 700; color: var(--color-accent); text-decoration: none; transition: color var(--transition-fast); }
.footer-insurance-link:hover { color: #d4a53c; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding: 20px 0; }
.footer-bottom-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-copy { font-size: 0.8rem; color: rgba(255,255,255,0.4); }
.footer-copy a { color: rgba(255,255,255,0.5); text-decoration: none; transition: color var(--transition-fast); }
.footer-copy a:hover { color: rgba(255,255,255,0.8); }
.footer-disclaimer { font-size: 0.76rem; color: rgba(255,255,255,0.35); max-width: 500px; text-align: right; }
.footer-bottom-links { display: flex; gap: 20px; }
.footer-bottom-links a { font-size: 0.8rem; color: rgba(255,255,255,0.4); text-decoration: none; transition: color var(--transition-fast); }
.footer-bottom-links a:hover { color: rgba(255,255,255,0.8); }
.footer-inner { max-width: var(--container-max); margin: 0 auto; padding: 0 var(--container-pad); }
.footer-col--brand { }

/* ---------------------------------------------------------------
   32. BACK TO TOP BUTTON
--------------------------------------------------------------- */
.back-to-top { position: fixed; bottom: 32px; right: 32px; z-index: 900; width: 46px; height: 46px; background: var(--color-primary); color: #fff; border: none; border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: var(--shadow-md); opacity: 0; transform: translateY(20px); transition: opacity var(--transition-base), transform var(--transition-base), background var(--transition-fast); pointer-events: none; }
.back-to-top--visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.back-to-top:hover { background: var(--color-secondary); }
.back-to-top svg { width: 20px; height: 20px; }

/* ---------------------------------------------------------------
   33. SCROLL FADE-IN ANIMATIONS
--------------------------------------------------------------- */
.fade-in { opacity: 0; transform: translateY(32px); transition: opacity 0.55s ease, transform 0.55s ease; }
.fade-in.is-visible { opacity: 1; transform: translateY(0); }
.fade-in--left  { transform: translateX(-32px); }
.fade-in--left.is-visible  { transform: translateX(0); }
.fade-in--right { transform: translateX(32px); }
.fade-in--right.is-visible { transform: translateX(0); }
.fade-in--delay-1 { transition-delay: 0.1s; }
.fade-in--delay-2 { transition-delay: 0.2s; }
.fade-in--delay-3 { transition-delay: 0.3s; }
.fade-in--delay-4 { transition-delay: 0.4s; }
.fade-in--delay-5 { transition-delay: 0.5s; }

/* ---------------------------------------------------------------
   34. BOTANICAL DECORATIVE ELEMENTS
--------------------------------------------------------------- */
.leaf-divider { display: flex; align-items: center; gap: 16px; margin: 32px 0; }
.leaf-divider::before, .leaf-divider::after { content: ""; flex: 1; height: 1px; background: var(--color-border); }
.leaf-divider__icon { color: var(--color-secondary); width: 24px; height: 24px; }
.blob-bg { position: absolute; border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%; background: rgba(124,176,131,0.08); pointer-events: none; z-index: 0; }
.blob-bg--lg { width: 500px; height: 500px; }
.blob-bg--sm { width: 250px; height: 250px; }
.botanical-bg { position: relative; }
.botanical-bg::before { content: ""; position: absolute; inset: 0; background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 10 Q40 20 30 30 Q20 20 30 10Z' fill='%232D5A3D' fill-opacity='0.03'/%3E%3C/svg%3E"); background-size: 60px 60px; pointer-events: none; z-index: 0; }

/* ---------------------------------------------------------------
   35. UTILITY CLASSES
--------------------------------------------------------------- */
.text-center  { text-align: center; }
.text-left    { text-align: left; }
.text-right   { text-align: right; }
.text-primary { color: var(--color-primary); }
.text-accent  { color: var(--color-accent); }
.text-muted   { color: var(--color-text-muted); }
.text-white   { color: #fff; }
.fw-700 { font-weight: 700; }
.fw-800 { font-weight: 800; }
.mt-0 { margin-top: 0; } .mt-8 { margin-top: 8px; } .mt-16 { margin-top: 16px; } .mt-24 { margin-top: 24px; } .mt-32 { margin-top: 32px; } .mt-48 { margin-top: 48px; }
.mt-lg { margin-top: 48px; }
.mb-0 { margin-bottom: 0; } .mb-8 { margin-bottom: 8px; } .mb-16 { margin-bottom: 16px; } .mb-24 { margin-bottom: 24px; } .mb-32 { margin-bottom: 32px; } .mb-48 { margin-bottom: 48px; }
.pt-header { padding-top: calc(var(--top-bar-h) + var(--header-h)); }
.d-flex { display: flex; } .align-center { align-items: center; } .justify-center { justify-content: center; }
.gap-8 { gap: 8px; } .gap-16 { gap: 16px; } .gap-24 { gap: 24px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.divider { border: none; border-top: 1px solid var(--color-border); margin: 40px 0; }

/* ---------------------------------------------------------------
   36. CALL-OUT / ALERT BOXES
--------------------------------------------------------------- */
.callout { padding: 20px 24px; border-radius: var(--radius-md); border-left: 4px solid var(--color-secondary); background: rgba(124,176,131,0.1); display: flex; gap: 14px; align-items: flex-start; font-size: 0.93rem; color: var(--color-text); }
.callout--accent { border-left-color: var(--color-accent); background: rgba(232,184,74,0.1); }
.callout--urgent { border-left-color: #e04a4a; background: rgba(224,74,74,0.07); }
.callout__icon svg { width: 20px; height: 20px; color: var(--color-secondary); flex-shrink: 0; margin-top: 1px; }

/* ---------------------------------------------------------------
   37. MAP EMBED
--------------------------------------------------------------- */
.map-embed { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); height: 380px; }
.map-embed iframe { width: 100%; height: 100%; border: none; }

/* ---------------------------------------------------------------
   38. RESPONSIVE — TABLET (max-width: 1024px)
--------------------------------------------------------------- */
@media (max-width: 1024px) {
  :root { --section-gap: 64px; }
  .mega-inner { grid-template-columns: repeat(2,1fr); }
  .programs-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid { grid-template-columns: repeat(2,1fr); gap: 32px; }
  .team-grid { grid-template-columns: repeat(3,1fr); }
  .blog-grid { grid-template-columns: repeat(2,1fr); }
  .feature-block { gap: 40px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .contact-grid { gap: 40px; }
  .why-us-grid { grid-template-columns: repeat(2,1fr); }
  .amenities-grid { grid-template-columns: repeat(2,1fr); }
  .about-preview-grid { gap: 40px; }
}

/* ---------------------------------------------------------------
   39. RESPONSIVE — MOBILE (max-width: 768px)
--------------------------------------------------------------- */
@media (max-width: 768px) {
  :root { --section-gap: 52px; --container-pad: 16px; --header-h: 68px; --header-h-small: 60px; }
  .nav-toggle { display: flex; }
  .nav-menu {
    display: none;
    position: fixed; top: calc(var(--top-bar-h) + var(--header-h)); left: 0; right: 0; bottom: 0;
    background: #fff; z-index: 998; overflow-y: auto;
    padding: 20px var(--container-pad) 40px;
    flex-direction: column; align-items: stretch; gap: 4px;
  }
  .nav-menu.mobile-open { display: flex; }
  .nav-menu .nav-item { border-bottom: 1px solid var(--color-border); }
  .nav-menu .nav-link { padding: 14px 4px; font-size: 1rem; justify-content: space-between; width: 100%; }
  .nav-phone { display: none; }
  .nav-actions { gap: 12px; }
  .hero-section { margin-top: calc(var(--top-bar-h) + var(--header-h)); min-height: 85vh; }
  .hero-content { padding: 40px 0 60px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .feature-block { grid-template-columns: 1fr; gap: 32px; }
  .feature-block--reverse { direction: ltr; }
  .feature-block__image img { height: 260px; }
  .programs-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2,1fr); gap: 24px; }
  .team-grid { grid-template-columns: repeat(2,1fr); }
  .blog-grid { grid-template-columns: 1fr; }
  .testimonial-slide { padding: 0 16px; }
  .testimonial-card { padding: 28px 24px; }
  .mega-menu { display: none !important; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .contact-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .trust-bar-inner { flex-direction: column; align-items: flex-start; gap: 16px; }
  .trust-divider { display: none; }
  .section-header { margin-bottom: 36px; }
  .page-hero { height: 300px; margin-top: calc(var(--top-bar-h) + var(--header-h)); }
  .back-to-top { bottom: 20px; right: 16px; width: 40px; height: 40px; }
  .footer-bottom-inner { flex-direction: column; text-align: center; }
  .footer-disclaimer { text-align: center; max-width: 100%; }
  .insurance-grid { gap: 12px; }
  .insurance-logo { min-width: 100px; height: 50px; padding: 10px 16px; }
  .about-preview-grid { grid-template-columns: 1fr; gap: 32px; }
  .about-preview-img img { height: 280px; }
  .why-us-grid { grid-template-columns: 1fr; }
  .amenities-grid { grid-template-columns: 1fr; }
  .site-header--scrolled .nav-menu { top: var(--header-h-small); }
  .header-top-bar { display: none; }
  .hero-section { margin-top: var(--header-h); }
  .page-hero { margin-top: var(--header-h); }
}

/* ---------------------------------------------------------------
   40. RESPONSIVE — SMALL MOBILE (max-width: 480px)
--------------------------------------------------------------- */
@media (max-width: 480px) {
  :root { --section-gap: 44px; }
  .section-title { font-size: 1.6rem; }
  .section-heading h2 { font-size: 1.6rem; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .team-grid  { grid-template-columns: 1fr 1fr; }
  .hero-title { font-size: 2rem; }
  .form { padding: 24px 18px; }
  .mega-inner { grid-template-columns: 1fr; }
}

/* ---------------------------------------------------------------
   41. PRINT STYLES
--------------------------------------------------------------- */
@media print {
  .site-header, .nav-toggle, .back-to-top, .carousel-controls, .header-top-bar { display: none !important; }
  body { color: #000; background: #fff; }
  .hero-section, .page-hero { min-height: auto; height: 200px; }
}
