.elementor-216 .elementor-element.elementor-element-e9103d0{--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 *//* ============================================
   VISITING PHYSICIAN SERVICES — /visiting-physician-services
   PrimeVitalityHealth.com
   Brand:  Navy #0D2B4E | Teal #00838F | Gold #D4A017
   Fonts:  Playfair Display (display) | DM Sans (body)
   NO HEADER / NO FOOTER — Elementor handles those
   ============================================ */

/* === 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;

  /* Brand Colors */
  --navy: #0D2B4E;
  --teal: #00838F;
  --teal-hover: #006d77;
  --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;
  --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);
}

/* === BASE (page-only, no header/footer) === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-font-smoothing: antialiased; scroll-behavior: smooth; }
body { line-height: 1.65; font-family: var(--font-body); font-size: var(--text-base); color: var(--color-text); background: var(--color-bg); }
img, svg { display: block; max-width: 100%; height: auto; }
ul[role="list"] { list-style: none; }
h1, h2, h3, h4 { font-family: var(--font-display); text-wrap: balance; line-height: 1.15; color: var(--color-heading); }
p, li { text-wrap: pretty; max-width: 72ch; }
a { color: var(--color-link); text-decoration: none; transition: all var(--transition); }
a:hover { color: var(--teal-hover); }
::selection { background: rgba(0,131,143,0.18); }
button { cursor: pointer; background: none; border: none; font: inherit; }

/* === 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__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__title { font-size: var(--text-xl); font-weight: 700; margin-bottom: var(--space-4); }
.section__subtitle { font-size: var(--text-base); color: var(--color-text-muted); max-width: 640px; 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; text-decoration: none;
  border-radius: var(--radius-md); border: 2px solid transparent; white-space: nowrap;
  transition: all var(--transition);
}
.btn--sm { padding: var(--space-2) var(--space-5); font-size: var(--text-sm); }
.btn--lg { padding: var(--space-4) var(--space-8); font-size: var(--text-sm); }
.btn--gold { background: var(--gold); color: #0D2B4E; border-color: var(--gold); }
.btn--gold:hover { background: var(--gold-hover); border-color: var(--gold-hover); 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); transform: translateY(-1px); box-shadow: var(--shadow-md); color: #fff; }
.btn--outline { background: transparent; color: var(--teal); border-color: var(--teal); }
.btn--outline:hover { background: var(--teal); color: #fff; transform: translateY(-1px); }
.btn--outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,0.45); }
.btn--outline-light:hover { background: rgba(255,255,255,0.12); border-color: #fff; color: #fff; }

/* === PAGE HERO (interior) === */
.page-hero {
  position: relative; min-height: 50vh; display: flex; align-items: center;
  padding: var(--space-16) var(--space-6); overflow: hidden;
}
.page-hero__bg { position: absolute; inset: 0; z-index: 0; }
.page-hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.page-hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(13,43,78,0.9) 0%, rgba(0,131,143,0.6) 100%);
}
.page-hero__content { position: relative; z-index: 1; max-width: 720px; color: #fff; }
.page-hero__breadcrumb {
  display: flex; align-items: center; gap: var(--space-2); margin-bottom: var(--space-4);
  font-size: var(--text-xs); font-weight: 500; color: rgba(255,255,255,0.6);
}
.page-hero__breadcrumb a { color: rgba(255,255,255,0.6); text-decoration: none; }
.page-hero__breadcrumb a:hover { color: #fff; }
.page-hero__breadcrumb svg { opacity: 0.4; }
.page-hero h1 { font-size: var(--text-2xl); font-weight: 700; color: #fff; margin-bottom: var(--space-4); line-height: 1.1; }
.page-hero p { font-size: var(--text-lg); color: rgba(255,255,255,0.85); line-height: 1.5; margin-bottom: var(--space-6); max-width: 600px; }
.page-hero__ctas { display: flex; gap: var(--space-4); flex-wrap: wrap; }
.page-hero .trust-pills { display: flex; flex-wrap: wrap; gap: var(--space-2); margin-top: var(--space-6); }
.trust-pill {
  display: inline-flex; align-items: center; gap: var(--space-1);
  padding: var(--space-1) var(--space-3); font-size: var(--text-xs); font-weight: 500;
  color: rgba(255,255,255,0.75); background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12); border-radius: var(--radius-full);
}
.trust-pill svg { color: var(--gold); opacity: 0.7; }

/* === WHAT IS A VISITING PHYSICIAN === */
.explainer { background: var(--color-bg); }
.explainer__layout { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-10); align-items: center; }
.explainer__image { border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-lg); }
.explainer__image img { width: 100%; display: block; }
.explainer__content h2 { margin-bottom: var(--space-4); }
.explainer__content p { font-size: var(--text-base); color: var(--color-text-muted); line-height: 1.7; margin-bottom: var(--space-4); }

/* === WHAT WE DO (services grid) === */
.visit-services { background: var(--color-surface-teal); }
.visit-services .section__title { text-align: center; }
.visit-services .section__subtitle { text-align: center; margin: 0 auto var(--space-12); }

.visit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--space-5); }
.visit-item {
  background: var(--color-surface); border: 1px solid var(--color-divider);
  border-radius: var(--radius-xl); padding: var(--space-6); text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
}
.visit-item:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.visit-item__icon { color: var(--teal); margin-bottom: var(--space-3); display: flex; justify-content: center; }
.visit-item h3 { font-family: var(--font-body); font-size: var(--text-sm); font-weight: 600; color: var(--color-heading); margin-bottom: var(--space-2); }
.visit-item p { font-size: var(--text-xs); color: var(--color-text-muted); line-height: 1.6; margin: 0 auto; }

/* === WHO WE SEE === */
.who-we-see { background: var(--color-bg); }
.who-we-see__layout { display: grid; grid-template-columns: 1.1fr 1fr; gap: var(--space-10); align-items: center; }
.who-we-see__content h2 { margin-bottom: var(--space-4); }
.who-we-see__content > p { color: var(--color-text-muted); margin-bottom: var(--space-6); line-height: 1.7; }
.patient-list { list-style: none; }
.patient-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);
}
.patient-list li:last-child { border-bottom: none; }
.patient-list li svg { color: var(--teal); flex-shrink: 0; margin-top: 3px; }
.who-we-see__image { border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-lg); }
.who-we-see__image img { width: 100%; display: block; }

/* === READMISSION STATS === */
.readmission-stats { background: var(--navy); color: #fff; }
.readmission-stats .container { text-align: center; }
.readmission-stats .section__eyebrow { color: var(--gold); }
.readmission-stats h2 { color: #fff; margin-bottom: var(--space-8); }
.stats-row { display: flex; justify-content: center; align-items: center; gap: var(--space-10); margin-bottom: var(--space-8); flex-wrap: wrap; }
.stat-big { text-align: center; }
.stat-big__number { font-family: var(--font-display); font-size: var(--text-2xl); font-weight: 700; display: block; line-height: 1; }
.stat-big__number--teal { color: var(--teal); color: #4FC3CF; }
.stat-big__number--gold { color: var(--gold); }
.stat-big__label { font-size: var(--text-xs); color: rgba(255,255,255,0.6); margin-top: var(--space-2); display: block; max-width: 160px; }
.stat-vs { font-size: var(--text-lg); color: rgba(255,255,255,0.3); font-weight: 700; }
.readmission-stats p { font-size: var(--text-sm); color: rgba(255,255,255,0.7); max-width: 600px; margin: 0 auto var(--space-6); line-height: 1.65; }

/* === CTA BANNER === */
.cta-banner {
  background: var(--color-surface-teal); padding-block: clamp(var(--space-12), 6vw, var(--space-20));
}
.cta-banner__inner {
  display: flex; align-items: center; justify-content: space-between; gap: var(--space-8);
  background: var(--color-surface); border: 1px solid var(--color-divider);
  border-radius: var(--radius-xl); padding: var(--space-8) var(--space-10);
  box-shadow: var(--shadow-md);
}
.cta-banner__text h2 { font-size: var(--text-lg); margin-bottom: var(--space-2); }
.cta-banner__text p { font-size: var(--text-sm); color: var(--color-text-muted); }
.cta-banner__actions { display: flex; gap: var(--space-3); flex-shrink: 0; flex-wrap: wrap; }

/* === RELATED SERVICES === */
.related { background: var(--color-surface-gray); }
.related .section__title { text-align: center; margin-bottom: var(--space-10); }
.related__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-6); }
.related-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;
}
.related-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--teal); color: var(--color-text); }
.related-card h3 { font-size: var(--text-lg); margin-bottom: var(--space-2); }
.related-card p { font-size: var(--text-sm); color: var(--color-text-muted); line-height: 1.6; margin-bottom: var(--space-3); }
.related-card__link { font-size: var(--text-sm); font-weight: 600; color: var(--teal); display: inline-flex; align-items: center; gap: var(--space-1); }

/* === FAQ SECTION === */
.faq { background: var(--color-surface-warm); }
.faq__layout { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: var(--space-10); align-items: start; }
.faq__header h2 { font-size: var(--text-xl); margin-bottom: var(--space-4); }
.faq__header p { font-size: var(--text-sm); color: var(--color-text-muted); line-height: 1.7; }
.faq__header { position: sticky; top: 6rem; }

.faq__list { display: flex; flex-direction: column; gap: var(--space-3); }

.faq-item {
  background: var(--color-surface); border: 1px solid var(--color-divider);
  border-radius: var(--radius-lg); overflow: hidden;
  transition: box-shadow 0.3s;
}
.faq-item[open] { box-shadow: var(--shadow-md); border-color: var(--teal); }

.faq-item__q {
  display: flex; align-items: center; justify-content: space-between; gap: var(--space-4);
  padding: var(--space-5) var(--space-6); cursor: pointer;
  font-family: var(--font-body); font-size: var(--text-sm); font-weight: 600;
  color: var(--color-heading); list-style: none; user-select: none;
}
.faq-item__q::-webkit-details-marker { display: none; }
.faq-item__q::marker { display: none; content: ''; }
.faq-item__q span { flex: 1; }
.faq-item__q svg {
  color: var(--teal); flex-shrink: 0;
  transition: transform 0.3s;
}
.faq-item[open] .faq-item__q svg { transform: rotate(180deg); }
.faq-item__q:hover { color: var(--teal); }

.faq-item__a {
  padding: 0 var(--space-6) var(--space-6);
}
.faq-item__a p {
  font-size: var(--text-sm); color: var(--color-text-muted); line-height: 1.75;
}
.faq-item__a a { color: var(--teal); text-decoration: underline; text-underline-offset: 2px; }

@media (max-width: 1024px) {
  .faq__layout { grid-template-columns: 1fr; }
  .faq__header { position: static; margin-bottom: var(--space-4); }
}

/* === 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); }
.visit-grid .animate-in:nth-child(2) { transition-delay: 0.08s; }
.visit-grid .animate-in:nth-child(3) { transition-delay: 0.16s; }
.visit-grid .animate-in:nth-child(4) { transition-delay: 0.24s; }
.visit-grid .animate-in:nth-child(5) { transition-delay: 0.32s; }
.visit-grid .animate-in:nth-child(6) { transition-delay: 0.4s; }
.visit-grid .animate-in:nth-child(7) { transition-delay: 0.48s; }
.visit-grid .animate-in:nth-child(8) { transition-delay: 0.56s; }

/* === RESPONSIVE === */
@media (max-width: 1024px) {
  .visit-grid { grid-template-columns: repeat(2, 1fr); }
  .explainer__layout { grid-template-columns: 1fr; }
  .who-we-see__layout { grid-template-columns: 1fr; }
  .who-we-see__image { order: -1; }
  .related__grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .page-hero { min-height: 40vh; padding: var(--space-12) var(--space-4); }
  .page-hero h1 { font-size: clamp(1.5rem, 1rem + 2.5vw, 2.25rem); }
  .page-hero__ctas { flex-direction: column; }
  .page-hero__ctas .btn { width: 100%; max-width: 320px; }
  .visit-grid { grid-template-columns: 1fr; }
  .stats-row { flex-direction: column; gap: var(--space-4); }
  .cta-banner__inner { flex-direction: column; text-align: center; }
  .cta-banner__actions { justify-content: center; }
}

@media (max-width: 480px) {
  .container { padding-inline: var(--space-4); }
}/* End custom CSS */