.elementor-222 .elementor-element.elementor-element-c25a08e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS *//* ============================================
   PRIME VITALITY HEALTH — Homepage Styles
   BODY-ONLY VERSION
   Header/Footer removed for theme builder use
   ============================================ */

/* === DESIGN TOKENS === */
:root {
  --text-xs: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
  --text-sm: clamp(0.875rem, 0.8rem + 0.35vw, 1rem);
  --text-base: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  --text-lg: clamp(1.125rem, 1rem + 0.75vw, 1.5rem);
  --text-xl: clamp(1.5rem, 1.2rem + 1.25vw, 2.25rem);
  --text-2xl: clamp(2rem, 1.2rem + 2.5vw, 3.5rem);

  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;

  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'DM Sans', 'Helvetica Neue', sans-serif;

  --radius-sm: 0.375rem;
  --radius-md: 0.5rem;
  --radius-lg: 0.75rem;
  --radius-xl: 1rem;
  --radius-full: 9999px;

  --transition: 200ms cubic-bezier(0.16, 1, 0.3, 1);
  --content-wide: 1200px;
}

/* === LIGHT MODE === */
:root,
[data-theme="light"] {
  --navy: #0d2b4e;
  --teal: #00838f;
  --teal-hover: #006d77;
  --teal-active: #005a63;
  --gold: #d4a017;
  --gold-hover: #b8880f;
  --gold-light: #fdf5e0;
  --charcoal: #2d2d2d;

  --color-bg: #ffffff;
  --color-surface: #ffffff;
  --color-surface-teal: #e8f5f6;
  --color-surface-gray: #f4f6f8;
  --color-surface-warm: #fbf9f5;
  --color-divider: #e2e8ed;
  --color-border: #d5dce3;

  --color-text: #2d2d2d;
  --color-text-muted: #5e6b7a;
  --color-text-faint: #94a0b0;
  --color-text-inverse: #ffffff;

  --color-heading: #0d2b4e;
  --color-link: #00838f;
  --color-link-hover: #006d77;

  --shadow-sm: 0 1px 3px rgba(13, 43, 78, 0.06);
  --shadow-md: 0 4px 16px rgba(13, 43, 78, 0.08);
  --shadow-lg: 0 12px 40px rgba(13, 43, 78, 0.1);
  --shadow-card: 0 2px 8px rgba(13, 43, 78, 0.06);
}

/* === DARK MODE === */
[data-theme="dark"] {
  --navy: #a4c3e8;
  --teal: #4fc3cf;
  --teal-hover: #6dd4df;
  --teal-active: #3ab0bc;
  --gold: #e8b830;
  --gold-hover: #d4a017;
  --gold-light: rgba(212, 160, 23, 0.1);
  --charcoal: #d6dce6;

  --color-bg: #0b1929;
  --color-surface: #112240;
  --color-surface-teal: rgba(0, 131, 143, 0.08);
  --color-surface-gray: #0e1f36;
  --color-surface-warm: #131d2e;
  --color-divider: #1e3352;
  --color-border: #274060;

  --color-text: #ccd6e0;
  --color-text-muted: #8899aa;
  --color-text-faint: #5a6b7c;
  --color-text-inverse: #0b1929;

  --color-heading: #e0eaf5;
  --color-link: #4fc3cf;
  --color-link-hover: #6dd4df;

  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.25);
  --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.3);
  --shadow-lg: 0 12px 40px rgba(0, 0, 0, 0.4);
  --shadow-card: 0 2px 8px rgba(0, 0, 0, 0.3);
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme]) {
    --navy: #a4c3e8;
    --teal: #4fc3cf;
    --teal-hover: #6dd4df;
    --teal-active: #3ab0bc;
    --gold: #e8b830;
    --gold-hover: #d4a017;
    --gold-light: rgba(212, 160, 23, 0.1);
    --charcoal: #d6dce6;
    --color-bg: #0b1929;
    --color-surface: #112240;
    --color-surface-teal: rgba(0, 131, 143, 0.08);
    --color-surface-gray: #0e1f36;
    --color-surface-warm: #131d2e;
    --color-divider: #1e3352;
    --color-border: #274060;
    --color-text: #ccd6e0;
    --color-text-muted: #8899aa;
    --color-text-faint: #5a6b7c;
    --color-text-inverse: #0b1929;
    --color-heading: #e0eaf5;
    --color-link: #4fc3cf;
    --color-link-hover: #6dd4df;
    --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.25);
    --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.3);
    --shadow-lg: 0 12px 40px rgba(0, 0, 0, 0.4);
    --shadow-card: 0 2px 8px rgba(0, 0, 0, 0.3);
  }
}

/* === BASE RESET === */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}

body {
  min-height: 100dvh;
  line-height: 1.65;
  font-family: var(--font-body);
  font-size: var(--text-base);
  font-weight: 400;
  color: var(--color-text);
  background: var(--color-bg);
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

ul[role="list"],
ol[role="list"] {
  list-style: none;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-display);
  text-wrap: balance;
  line-height: 1.15;
  color: var(--color-heading);
}

p,
li,
figcaption {
  text-wrap: pretty;
}

::selection {
  background: rgba(0, 131, 143, 0.2);
  color: var(--color-text);
}

:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 3px;
  border-radius: var(--radius-sm);
}

a,
button,
[role="button"] {
  transition:
    color var(--transition),
    background-color var(--transition),
    border-color var(--transition),
    box-shadow var(--transition),
    transform var(--transition);
}

button {
  cursor: pointer;
  background: none;
  border: none;
}

a {
  color: var(--color-link);
  text-decoration: none;
}

a:hover {
  color: var(--color-link-hover);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* === LAYOUT === */
.container {
  width: 100%;
  max-width: var(--content-wide);
  margin: 0 auto;
  padding-inline: var(--space-6);
}

.section {
  padding-block: clamp(var(--space-12), 7vw, var(--space-24));
}

.section__header {
  text-align: center;
  margin-bottom: var(--space-12);
}

.section__header--left {
  text-align: left;
}

.section__header--left .section__subtitle {
  margin-left: 0;
}

.section__eyebrow {
  display: inline-block;
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: var(--space-3);
}

.section__eyebrow--light {
  color: var(--gold);
}

.section__title {
  font-size: var(--text-xl);
  font-weight: 700;
  color: var(--color-heading);
  margin-bottom: var(--space-4);
}

.section__subtitle {
  font-size: var(--text-base);
  color: var(--color-text-muted);
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.65;
}

/* === BUTTONS === */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: var(--text-sm);
  text-decoration: none;
  border-radius: var(--radius-md);
  cursor: pointer;
  border: 2px solid transparent;
  white-space: nowrap;
}

.btn--sm {
  padding: var(--space-2) var(--space-5);
}

.btn--lg {
  padding: var(--space-4) var(--space-8);
}

.btn--gold {
  background: var(--gold);
  color: #0d2b4e;
  border-color: var(--gold);
}

.btn--gold:hover {
  background: var(--gold-hover);
  border-color: var(--gold-hover);
  color: #0d2b4e;
  transform: translateY(-1px);
  box-shadow: var(--shadow-md);
}

.btn--teal {
  background: var(--teal);
  color: var(--color-text-inverse);
  border-color: var(--teal);
}

.btn--teal:hover {
  background: var(--teal-hover);
  border-color: var(--teal-hover);
  color: var(--color-text-inverse);
  transform: translateY(-1px);
  box-shadow: var(--shadow-md);
}

.btn--outline {
  background: transparent;
  color: var(--teal);
  border-color: var(--teal);
}

.btn--outline:hover {
  background: var(--teal);
  color: var(--color-text-inverse);
  transform: translateY(-1px);
}

.btn--outline-light {
  background: transparent;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.45);
}

.btn--outline-light:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.8);
  color: #ffffff;
}

/* === HERO === */
.about-page-hero {
  background: linear-gradient(180deg, var(--color-surface-warm) 0%, var(--color-bg) 100%);
}

.about-page-hero__layout,
.about-page-story__layout,
.about-page-difference__layout,
.about-page-doctor__layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: var(--space-10);
  align-items: center;
}

.about-page-hero__title {
  font-size: var(--text-2xl);
  line-height: 1.08;
  margin-bottom: var(--space-5);
}

.about-page-hero__lead {
  font-size: var(--text-lg);
  color: var(--color-text);
  line-height: 1.6;
  margin-bottom: var(--space-4);
  max-width: 36ch;
}

.about-page-hero__text,
.about-page-story__content p,
.about-page-difference__intro,
.about-page-doctor__content p,
.about-page-value-card p,
.about-page-serve-card p,
.about-page-cta__box p {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  line-height: 1.75;
}

.about-page-hero__actions,
.about-page-cta__actions {
  display: flex;
  gap: var(--space-4);
  flex-wrap: wrap;
  margin-top: var(--space-6);
}

.about-page-hero__image,
.about-page-story__image,
.about-page-difference__image,
.about-page-doctor__photo {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.about-page-values {
  background: var(--color-surface-gray);
}

.about-page-values__grid,
.about-page-serve__grid,
.about-page-ecosystem__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-6);
}

.about-page-value-card,
.about-page-serve-card {
  background: var(--color-surface);
  border: 1px solid var(--color-divider);
  border-radius: var(--radius-xl);
  padding: var(--space-6);
  box-shadow: var(--shadow-card);
}

.about-page-value-card h3,
.about-page-serve-card h3 {
  font-size: var(--text-lg);
  margin-bottom: var(--space-3);
}

.about-page-difference__list {
  list-style: none;
  margin: var(--space-6) 0 var(--space-8);
}

.about-page-difference__list li {
  display: flex;
  gap: var(--space-3);
  align-items: flex-start;
  padding: var(--space-3) 0;
  border-bottom: 1px solid var(--color-divider);
  font-size: var(--text-sm);
  color: var(--color-text);
}

.about-page-difference__list li:last-child {
  border-bottom: none;
}

.about-page-difference__list svg {
  color: var(--teal);
  flex-shrink: 0;
  margin-top: 2px;
}

.about-page-doctor {
  background: var(--color-surface-teal);
}

.about-page-doctor__title-line {
  font-weight: 600;
  color: var(--teal);
  font-size: var(--text-sm);
  margin-bottom: var(--space-4);
}

.about-page-doctor__creds {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin: var(--space-5) 0 var(--space-6);
}

.about-page-doctor__creds span {
  display: inline-block;
  padding: var(--space-1) var(--space-3);
  font-size: var(--text-xs);
  font-weight: 600;
  color: var(--teal);
  background: var(--color-surface);
  border: 1px solid rgba(0,131,143,0.14);
  border-radius: var(--radius-full);
}

.about-page-serve {
  background: var(--color-bg);
}

.about-page-serve__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-6);
}

.about-page-serve-card {
  display: flex;
  flex-direction: column;
  background: var(--color-surface);
  border: 1px solid var(--color-divider);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}

.about-page-serve-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--teal);
}

.about-page-serve-card__img {
  width: 100%;
  height: 220px;
  overflow: hidden;
  flex-shrink: 0;
}

.about-page-serve-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}

.about-page-serve-card:hover .about-page-serve-card__img img {
  transform: scale(1.05);
}

.about-page-serve-card__body {
  padding: var(--space-6);
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.about-page-serve-card h3 {
  font-size: var(--text-lg);
  margin-bottom: var(--space-3);
}

.about-page-serve-card p {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  line-height: 1.7;
  margin: 0;
}

@media (max-width: 1024px) {
  .about-page-serve__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .about-page-serve__grid {
    grid-template-columns: 1fr;
  }
}

.about-page-ecosystem {
  background: var(--color-surface-gray);
}

.about-page-cta__box {
  border-radius: var(--radius-xl);
  overflow: hidden;
  padding: var(--space-16) var(--space-8);
  text-align: center;
  background: linear-gradient(135deg, rgba(13,43,78,0.95), rgba(0,131,143,0.78));
}

.about-page-cta__box h2 {
  color: #ffffff;
  font-size: var(--text-xl);
  margin-bottom: var(--space-4);
}

.about-page-cta__box p {
  color: rgba(255,255,255,0.84);
  max-width: 760px;
  margin: 0 auto;
}

.about-page-cta__actions {
  justify-content: center;
}

@media (max-width: 1024px) {
  .about-page-hero__layout,
  .about-page-story__layout,
  .about-page-difference__layout,
  .about-page-doctor__layout {
    grid-template-columns: 1fr;
  }

  .about-page-story__image,
  .about-page-difference__image {
    order: -1;
  }

  .about-page-values__grid,
  .about-page-ecosystem__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .about-page-values__grid,
  .about-page-serve__grid,
  .about-page-ecosystem__grid {
    grid-template-columns: 1fr;
  }

  .about-page-hero__actions .btn,
  .about-page-cta__actions .btn {
    width: 100%;
    max-width: 320px;
  }

  .about-page-cta__box {
    padding: var(--space-10) var(--space-6);
  }
}
/* === PROBLEMS === */
.problems {
  background: var(--color-bg);
}

.problems__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-6);
}

.problem-card {
  background: var(--color-surface);
  border: 1px solid var(--color-divider);
  border-radius: var(--radius-xl);
  padding: var(--space-8);
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
}

.problem-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.problem-card__icon {
  color: var(--teal);
  margin-bottom: var(--space-4);
  display: flex;
  justify-content: center;
}

.problem-card h3 {
  font-size: var(--text-lg);
  margin-bottom: var(--space-3);
}

.problem-card p {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  line-height: 1.65;
  margin: 0 auto;
}

.problem-card a {
  color: var(--teal);
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* === STATS BANNER === */
.stats-banner {
  background: var(--color-surface-teal);
}

.stats-banner__inner {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: var(--space-10);
  align-items: center;
}

.stats-banner__image {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.stats-banner__image img {
  width: 100%;
  height: auto;
  display: block;
}

.stats-banner__content h2 {
  font-size: var(--text-xl);
  margin-bottom: var(--space-6);
}

.stats-banner__numbers {
  display: flex;
  align-items: center;
  gap: var(--space-6);
  margin-bottom: var(--space-6);
}

.stat-block {
  text-align: center;
}

.stat-block__number {
  font-family: var(--font-display);
  font-size: var(--text-2xl);
  font-weight: 700;
  color: var(--teal);
  line-height: 1;
  display: block;
}

.stat-block__number--muted {
  color: var(--gold);
}

.stat-block__label {
  font-size: var(--text-xs);
  color: var(--color-text-muted);
  margin-top: var(--space-1);
  display: block;
  max-width: 140px;
}

.stat-block--vs span {
  font-size: var(--text-sm);
  color: var(--color-text-faint);
  font-weight: 600;
}

.stats-banner__content p {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  margin-bottom: var(--space-6);
  line-height: 1.65;
}

/* === SERVICES === */
.services {
  background: var(--color-surface-gray);
}

.services__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-6);
}

.service-card {
  display: flex;
  flex-direction: column;
  background: var(--color-surface);
  border: 1px solid var(--color-divider);
  border-radius: var(--radius-xl);
  overflow: hidden;
  text-decoration: none;
  color: var(--color-text);
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--teal);
  color: var(--color-text);
}

.service-card__img {
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.service-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}

.service-card:hover .service-card__img img {
  transform: scale(1.05);
}

.service-card__body {
  padding: var(--space-6);
  flex: 1;
  display: flex;
  flex-direction: column;
}

.service-card h3 {
  font-size: var(--text-lg);
  margin-bottom: var(--space-2);
}

.service-card p {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  line-height: 1.65;
  flex: 1;
}

.service-card a {
  color: var(--teal);
}

.service-card__link {
  margin-top: var(--space-4);
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--teal);
  display: inline-flex;
  align-items: center;
  gap: var(--space-1);
}

/* === DIFFERENCE === */
.difference {
  background: var(--color-bg);
}

.difference__layout {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: var(--space-10);
  align-items: center;
}

.difference__image {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.difference__image img {
  width: 100%;
  height: auto;
  display: block;
}

.difference__content h2 {
  font-size: var(--text-xl);
  margin-bottom: var(--space-4);
}

.difference__intro {
  color: var(--color-text-muted);
  margin-bottom: var(--space-6);
  line-height: 1.65;
}

.difference__list {
  list-style: none;
  margin-bottom: var(--space-8);
}

.difference__list li {
  display: flex;
  align-items: flex-start;
  gap: var(--space-3);
  padding: var(--space-3) 0;
  font-size: var(--text-sm);
  color: var(--color-text);
  border-bottom: 1px solid var(--color-divider);
}

.difference__list li:last-child {
  border-bottom: none;
}

.difference__list li svg {
  color: var(--teal);
  flex-shrink: 0;
  margin-top: 2px;
}

.difference__list a {
  color: var(--teal);
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* === DR. GOEL === */
.dr-goel {
  background: var(--color-surface-warm);
}

.dr-goel__layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: var(--space-10);
  align-items: center;
}

.dr-goel__content h2 {
  font-size: var(--text-xl);
  margin-bottom: var(--space-3);
}

.dr-goel__title-line {
  font-weight: 600;
  color: var(--teal);
  font-size: var(--text-sm);
  margin-bottom: var(--space-4);
}

.dr-goel__content p {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  line-height: 1.7;
  margin-bottom: var(--space-4);
}

.dr-goel__content p:last-of-type {
  font-style: italic;
  color: var(--color-text);
  border-left: 3px solid var(--gold);
  padding-left: var(--space-4);
}

.dr-goel__creds {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin-bottom: var(--space-6);
  margin-top: var(--space-4);
}

.dr-goel__creds span {
  display: inline-block;
  padding: var(--space-1) var(--space-3);
  font-size: var(--text-xs);
  font-weight: 500;
  color: var(--teal);
  background: var(--color-surface-teal);
  border-radius: var(--radius-full);
  border: 1px solid rgba(0, 131, 143, 0.15);
}

.dr-goel__photo {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  position: relative;
}

.dr-goel__photo::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: linear-gradient(to top, rgba(13, 43, 78, 0.15), transparent);
  pointer-events: none;
}

.dr-goel__photo img {
  width: 100%;
  height: auto;
  display: block;
}

/* === WHO WE SERVE === */
.who-we-serve {
  background: var(--color-surface-teal);
}

.serve__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-10);
  align-items: center;
}

.serve__content h2 {
  margin-bottom: var(--space-3);
}

.serve__content > .section__header--left > p {
  color: var(--color-text-muted);
  margin-bottom: var(--space-8);
  font-size: var(--text-base);
}

.serve__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-3);
}

.serve-item {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-3) var(--space-4);
  background: var(--color-surface);
  border: 1px solid var(--color-divider);
  border-radius: var(--radius-lg);
  transition: transform 0.2s, box-shadow 0.2s;
}

.serve-item:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.serve-item svg {
  color: var(--teal);
  flex-shrink: 0;
}

.serve-item span {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 600;
  color: var(--color-heading);
}

.serve__map {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.serve__map img {
  width: 100%;
  height: auto;
  display: block;
}

/* === TESTIMONIALS === */
.testimonials {
  background: var(--color-bg);
}

.testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-6);
}

.testimonial-card {
  background: var(--color-surface);
  border: 1px solid var(--color-divider);
  border-radius: var(--radius-xl);
  padding: var(--space-6);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s, box-shadow 0.3s;
  border-top: 3px solid var(--gold);
}

.testimonial-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.testimonial-card__stars {
  color: var(--gold);
  font-size: 1.1rem;
  letter-spacing: 2px;
  margin-bottom: var(--space-3);
}

.testimonial-card p {
  font-size: var(--text-sm);
  color: var(--color-text);
  line-height: 1.7;
  font-style: italic;
  flex: 1;
}

.testimonial-card footer {
  margin-top: var(--space-4);
  padding-top: var(--space-4);
  border-top: 1px solid var(--color-divider);
}

.testimonial-card cite {
  font-size: var(--text-sm);
  color: var(--color-heading);
  font-style: normal;
  font-weight: 600;
  display: block;
}

.testimonial-card footer span {
  font-size: var(--text-xs);
  color: var(--color-text-muted);
}

.testimonials__cta {
  text-align: center;
  margin-top: var(--space-10);
}

/* === REFERRAL CTA === */
.referral-cta {
  padding-block: 0;
}

.referral-cta__inner {
  border-radius: var(--radius-xl);
  overflow: hidden;
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
}

.referral-cta__bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.referral-cta__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(13, 43, 78, 0.92), rgba(0, 131, 143, 0.75));
}

.referral-cta__content {
  position: relative;
  z-index: 1;
  max-width: 640px;
  margin: 0 auto;
  padding: var(--space-16) var(--space-8);
  text-align: center;
}

.referral-cta__content h2 {
  font-size: var(--text-xl);
  color: #ffffff;
  margin-bottom: var(--space-4);
}

.referral-cta__content p {
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--text-base);
  margin: 0 auto var(--space-8);
  line-height: 1.65;
}

.referral-cta__actions {
  display: flex;
  gap: var(--space-4);
  justify-content: center;
  flex-wrap: wrap;
}

/* === FAMILY CARE === */
.family-care {
  background: var(--color-bg);
}

.family-care__layout {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: var(--space-10);
  align-items: center;
}

.family-care__image {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.family-care__image img {
  width: 100%;
  height: auto;
  display: block;
}

.family-care__content h2 {
  font-size: var(--text-xl);
  margin-bottom: var(--space-4);
}

.family-care__content > p {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  line-height: 1.7;
  margin-bottom: var(--space-6);
}

.family-care__list {
  list-style: none;
  margin-bottom: var(--space-6);
}

.family-care__list li {
  position: relative;
  padding-left: var(--space-6);
  padding-block: var(--space-2);
  font-size: var(--text-sm);
  color: var(--color-text);
}

.family-care__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--teal);
}

.family-care__list a {
  color: var(--teal);
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* === ECOSYSTEM === */
.ecosystem {
  background: var(--color-surface-gray);
}

.ecosystem__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-6);
}

.ecosystem-card {
  background: var(--color-surface);
  border: 1px solid var(--color-divider);
  border-radius: var(--radius-xl);
  padding: var(--space-6);
  text-decoration: none;
  color: var(--color-text);
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}

.ecosystem-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--teal);
  color: var(--color-text);
}

.ecosystem-card__logo {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-lg);
  background: var(--color-surface-teal);
  color: var(--teal);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: var(--text-sm);
  margin-bottom: var(--space-4);
}

.ecosystem-card h3 {
  font-family: var(--font-body);
  font-size: var(--text-base);
  font-weight: 600;
  color: var(--teal);
  margin-bottom: var(--space-2);
}

.ecosystem-card p {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  line-height: 1.65;
}

/* === ANIMATIONS === */
.animate-in {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.animate-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.problems__grid .animate-in:nth-child(2) {
  transition-delay: 0.1s;
}

.problems__grid .animate-in:nth-child(3) {
  transition-delay: 0.2s;
}

.services__grid .animate-in:nth-child(2) {
  transition-delay: 0.1s;
}

.services__grid .animate-in:nth-child(3) {
  transition-delay: 0.2s;
}

.services__grid .animate-in:nth-child(4) {
  transition-delay: 0.3s;
}

.testimonials__grid .animate-in:nth-child(2) {
  transition-delay: 0.1s;
}

.testimonials__grid .animate-in:nth-child(3) {
  transition-delay: 0.2s;
}

.ecosystem__grid .animate-in:nth-child(2) {
  transition-delay: 0.1s;
}

.ecosystem__grid .animate-in:nth-child(3) {
  transition-delay: 0.2s;
}

@media (prefers-reduced-motion: reduce) {
  .animate-in {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .problem-card:hover,
  .service-card:hover,
  .testimonial-card:hover,
  .ecosystem-card:hover,
  .serve-item:hover {
    transform: none;
  }
}

/* === RESPONSIVE === */
@media (max-width: 1024px) {
  .stats-banner__inner {
    grid-template-columns: 1fr;
  }

  .difference__layout {
    grid-template-columns: 1fr;
  }

  .difference__image {
    order: -1;
  }

  .dr-goel__layout {
    grid-template-columns: 1fr;
  }

  .dr-goel__photo {
    max-width: 400px;
    margin: 0 auto;
  }

  .serve__layout {
    grid-template-columns: 1fr;
  }

  .family-care__layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .hero {
    min-height: 60vh;
    padding: var(--space-16) var(--space-4) var(--space-12);
  }

  .hero h1 {
    font-size: clamp(1.75rem, 1rem + 3vw, 2.5rem);
  }

  .hero__ctas {
    flex-direction: column;
    align-items: center;
  }

  .hero__ctas .btn {
    width: 100%;
    max-width: 320px;
  }

  .trust-bar__divider {
    display: none;
  }

  .trust-bar {
    gap: var(--space-2) var(--space-4);
  }

  .problems__grid,
  .services__grid,
  .testimonials__grid,
  .ecosystem__grid {
    grid-template-columns: 1fr;
  }

  .serve__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stats-banner__numbers {
    flex-wrap: wrap;
    justify-content: center;
  }

  .referral-cta__inner {
    min-height: auto;
  }

  .referral-cta__content {
    padding: var(--space-10) var(--space-6);
  }

  .referral-cta__actions {
    flex-direction: column;
    align-items: center;
  }

  .referral-cta__actions .btn {
    width: 100%;
    max-width: 320px;
  }
}

@media (max-width: 480px) {
  .container {
    padding-inline: var(--space-4);
  }

  .serve__grid {
    grid-template-columns: 1fr;
  }

  .serve-item {
    justify-content: flex-start;
  }
}/* End custom CSS */