
/* fonts-home.css */
@font-face {
	font-family: "Montserrat";
	src: url("../fonts/montserrat-latin-500-900.woff2") format("woff2");
	font-style: normal;
	font-weight: 500 900;
	font-display: swap;
}

@font-face {
	font-family: "Mulish";
	src: url("../fonts/mulish-latin-400-700.woff2") format("woff2");
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
}

@font-face {
	font-family: "Open Sans";
	src: url("../fonts/open-sans-latin-400-700.woff2") format("woff2");
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
}

@font-face {
	font-family: "Open Sans";
	src: url("../fonts/open-sans-latin-italic-400.woff2") format("woff2");
	font-style: italic;
	font-weight: 400;
	font-display: swap;
}

/* global.css */
/* ── TRAJAN PRO (self-hosted) ── */
/* Copy TrajanProRegular.woff2 and TrajanProBold.woff2 from the html/ folder
   into this theme's assets/fonts/ directory, then these @font-face rules apply. */
@font-face {
  font-family: 'Trajan Pro';
  src: url('../fonts/TrajanProRegular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Trajan Pro';
  src: url('../fonts/TrajanProBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ── CSS CUSTOM PROPERTIES ── */
:root {
  --red:        #e00226;
  --red-dk:     #b8001e;
  --dark:       #2b2b2b;
  --gray-bg:    #f7f8fa;
  --border:     #e4e4e4;
  --text:       #444;
  --star:       #f5a623;
  --shadow:     0 2px 16px rgba(0,0,0,.09);
  --blue-icon:  #1a5caa;
  --blue-light: #e8f1fb;
  --footer-bg:  #2a2d35;
  --font-serif: 'Trajan Pro', Georgia, serif;
  --font-sans:  'Open Sans', Arial, sans-serif;
  --max-width:  1100px;
  --pad-x:      40px;
}

/* ── RESET ── */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  font-family: var(--font-sans);
  color: var(--text);
  font-size: 17px;
  line-height: 1.7;
  background: #fff;
  overflow-x: hidden;
}
body.mobile-nav-open {
  overflow: hidden;
}
a {
  text-decoration: none;
  color: inherit;
}
.content-body a:not(.btn-solid):not(.btn-outline):not(.bill-pay-button),
.entry-content a:not(.btn-solid):not(.btn-outline):not(.bill-pay-button),
.single-post-content a:not(.btn-solid):not(.btn-outline):not(.bill-pay-button) {
  color: var(--red);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
}
.content-body a:not(.btn-solid):not(.btn-outline):not(.bill-pay-button):hover,
.content-body a:not(.btn-solid):not(.btn-outline):not(.bill-pay-button):focus-visible,
.entry-content a:not(.btn-solid):not(.btn-outline):not(.bill-pay-button):hover,
.entry-content a:not(.btn-solid):not(.btn-outline):not(.bill-pay-button):focus-visible,
.single-post-content a:not(.btn-solid):not(.btn-outline):not(.bill-pay-button):hover,
.single-post-content a:not(.btn-solid):not(.btn-outline):not(.bill-pay-button):focus-visible {
  color: var(--red-dk);
  text-decoration-thickness: 2px;
}
img {
  max-width: 100%;
  display: block;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* ── TYPOGRAPHY ── */
h1, h2, h3, h4 {
  font-family: var(--font-serif);
  line-height: 1.2;
}
h1 { font-size: clamp(30px, 4.2vw, 50px); font-weight: 700; }
h2 { font-size: clamp(26px, 3.2vw, 38px); font-weight: 700; }
h3 { font-size: 18px; font-weight: 700; }
p  { font-family: var(--font-sans); }

/* ── BUTTONS ── */
.btn-solid {
  background: var(--red);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 12px 26px;
  border-radius: 6px;
  display: inline-block;
  transition: background .15s;
  font-family: var(--font-sans);
  cursor: pointer;
  border: none;
}
.btn-solid:hover { background: var(--red-dk); color: #fff; }

.btn-outline {
  border: 2px solid var(--red);
  color: var(--red);
  font-weight: 700;
  font-size: 13px;
  padding: 9px 18px;
  border-radius: 6px;
  display: inline-block;
  transition: background .15s, color .15s;
  font-family: var(--font-sans);
  cursor: pointer;
  background: transparent;
}
.btn-outline:hover { background: var(--red); color: #fff; }

/* ── SECTION HELPERS ── */
.section {
  padding: 72px var(--pad-x);
}
.section-alt {
  background: var(--gray-bg);
}
.section-inner {
  max-width: var(--max-width);
  margin: 0 auto;
}
.section-heading {
  text-align: center;
  margin-bottom: 48px;
}
.section-heading h2 {
  color: var(--dark);
  margin-bottom: 10px;
}
.section-heading p {
  font-size: 18px;
  color: #777;
  max-width: 680px;
  margin: 12px auto 0;
}
.section-bar {
  width: 44px;
  height: 3px;
  background: var(--red);
  margin: 10px auto 0;
  border-radius: 2px;
}

/* ── EYEBROW ── */
.eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 12px;
}

/* ── PAGE BANNER (shared by interior pages) ── */
.page-banner {
  background: linear-gradient(135deg, #1a1f2e 0%, #0f1420 100%);
  padding: 56px 0;
  position: relative;
  overflow: hidden;
}
.page-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--banner-bg-url, none) center / cover no-repeat;
  opacity: .28;
}
.page-banner::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15,20,32,.94) 0%, rgba(15,20,32,.78) 52%, rgba(15,20,32,.48) 100%);
}
.page-banner-inner {
  position: relative;
  z-index: 2;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--pad-x);
}
.page-banner-rail {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 2;
  width: 4px;
  background: var(--red);
}
.page-banner-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  max-width: 760px;
  margin-bottom: 8px;
  color: rgba(255,255,255,.42);
  font-size: 15px;
  line-height: 1.4;
}
.page-banner-breadcrumb a {
  color: rgba(255,255,255,.52);
}
.page-banner-breadcrumb a:hover,
.page-banner-breadcrumb a:focus-visible {
  color: #fff;
  text-decoration: underline;
}
.page-banner-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 10px;
}
.page-banner-layout {
  max-width: 680px;
}
.page-banner-copy {
  max-width: 680px;
}
.page-banner h1 {
  color: #fff;
  font-size: clamp(32px, 4.2vw, 48px);
  line-height: 1.08;
  margin-bottom: 14px;
}
.page-banner-sub {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255,255,255,.7);
  max-width: 660px;
  margin: 0;
}
.page-banner-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 14px;
  margin-top: 26px;
}
.pb-btn-call,
.pb-btn-checkin {
  background: var(--red);
  color: #fff;
  min-height: 52px;
  font-weight: 800;
  font-size: 15px;
  padding: 14px 26px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-transform: uppercase;
  letter-spacing: .2px;
}
.pb-btn-call:hover,
.pb-btn-checkin:hover { background: var(--red-dk); color: #fff; }
.pb-btn-dir {
  background: rgba(255,255,255,.12);
  color: #fff;
  min-height: 52px;
  font-weight: 800;
  font-size: 15px;
  padding: 13px 24px;
  border-radius: 8px;
  border: 1.5px solid rgba(255,255,255,.45);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  backdrop-filter: blur(4px);
  text-transform: uppercase;
  letter-spacing: .2px;
}
.pb-btn-dir:hover { background: rgba(255,255,255,.22); color: #fff; }
.page-banner-location-note {
  display: flex;
  align-items: center;
  gap: 11px;
  width: fit-content;
  max-width: min(100%, 560px);
  min-height: 58px;
  margin: 18px 0 0;
  padding: 13px 15px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 8px;
  background: rgba(255,255,255,.09);
  color: #f1f4f8;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
  box-shadow: 0 16px 36px rgba(0,0,0,.18);
  backdrop-filter: blur(4px);
  text-decoration: none;
}
.page-banner-location-note:hover,
.page-banner-location-note:focus-visible {
  background: rgba(255,255,255,.16);
  color: #fff;
  border-color: rgba(255,255,255,.36);
}
.page-banner-location-note::before {
  content: "";
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--red);
  box-shadow: 0 0 0 4px rgba(224,2,38,.22);
}
.page-banner-location-note::after {
  content: "24/7";
  flex: 0 0 auto;
  margin-left: auto;
  padding: 4px 10px;
  border: 1px solid rgba(79,217,127,.65);
  border-radius: 999px;
  color: #74f69a;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

/* ── NEWS SEGMENTS ── */
.page-slug-news-segments {
  background: #f6f7f9;
  padding: 64px var(--pad-x) 76px;
}
.page-slug-news-segments .content-area,
.page-slug-news-segments .site-main,
.page-slug-news-segments .entry-content {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
}
.page-slug-news-segments .entry-header,
.page-slug-news-segments .gsp_post_data {
  display: none;
}
.page-slug-news-segments .covid {
  width: 100%;
}
.page-slug-news-segments .covid .row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin: 0 0 28px;
}
.page-slug-news-segments .covid [class*="col-"] {
  display: flex;
  flex-direction: column;
  min-width: 0;
  width: auto;
  max-width: 100%;
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(20, 26, 40, .08);
}
.page-slug-news-segments .covid-ii {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
  margin-bottom: 16px;
}
.page-slug-news-segments .covid-ii h2 {
  min-height: 58px;
  margin: 0;
  color: var(--dark);
  font-family: var(--font-sans);
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: 0;
  text-transform: none;
}
.page-slug-news-segments .covid-ii p {
  display: flex;
  align-items: center;
  min-height: 54px;
  margin: 0;
}
.page-slug-news-segments .covid-ii img {
  width: auto;
  max-width: min(100%, 280px);
  max-height: 70px;
  object-fit: contain;
}
.page-slug-news-segments .secondvd {
  overflow: hidden;
  min-width: 0;
  margin-top: auto;
  border-radius: 8px;
  background: var(--gray-bg);
  aspect-ratio: 16 / 9;
}
.page-slug-news-segments .secondvd video,
.page-slug-news-segments .secondvd iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 8px;
  background: var(--gray-bg);
}
.page-slug-news-segments .secondvd img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

/* ── BREADCRUMB ── */
.breadcrumb {
  background: var(--gray-bg);
  border-bottom: 1px solid var(--border);
  padding: 12px 0;
}
.breadcrumb-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--pad-x);
  font-size: 13px;
  color: #888;
  display: flex;
  align-items: center;
  gap: 8px;
}
.breadcrumb-inner svg {
  width: 12px;
  height: 12px;
  color: #aaa;
  flex-shrink: 0;
}
.breadcrumb-inner a { color: var(--red); }
.breadcrumb-inner a:hover { text-decoration: underline; }

.medical-review-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  max-width: 100%;
  padding: 10px 16px;
  margin: 0 0 28px;
  color: #626b7a;
  background: #f8f9fb;
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: 14px;
  line-height: 1.35;
}
.medical-review-badge a {
  color: var(--dark);
  font-weight: 700;
}
.medical-review-badge a:hover {
  color: var(--red);
}
.medical-review-badge-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  color: var(--red);
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 14px rgba(224, 2, 38, .12);
}
.medical-review-badge-icon svg {
  width: 15px;
  height: 15px;
}

/* ── PAGE CONTENT WRAPPER ── */
.page-content {
  padding: 72px var(--pad-x);
}
.page-content-inner {
  max-width: var(--max-width);
  margin: 0 auto;
}

/* ── CONTENT BODY TYPOGRAPHY ── */
.content-body h2 {
  font-size: clamp(24px, 2.4vw, 32px);
  font-weight: 700;
  color: var(--dark);
  margin: 48px 0 0;
  line-height: 1.25;
}
.content-body h2::after {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background: var(--red);
  margin-top: 10px;
  border-radius: 2px;
}
.content-body h2:first-child { margin-top: 0; }
.content-body h3 {
  font-size: 21px;
  font-weight: 700;
  color: var(--dark);
  margin: 24px 0 8px;
}
.content-body p {
  font-size: 17px;
  color: #555;
  line-height: 1.8;
  margin: 14px 0 0;
  max-width: 780px;
}
.content-body > #container,
.content-body .servicesection,
.content-body .hmemergency-section,
.content-body .galleryslidersection,
.content-body .hmurgentcare-section,
.content-body .aboutcontent,
.content-body .serviceblock,
.content-body .servicelider-block {
  width: 100%;
}
.content-body .wrap-inner,
.content-body .container {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.content-body .innerbanner {
  display: none;
}
.content-body .row,
.content-body .wrap-inner,
.content-body .urgentcarerow {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.content-body .twocol,
.content-body [class*="col-md-"],
.content-body [class*="col-sm-"],
.content-body [class*="col-xs-"] {
  flex: 1 1 280px;
  min-width: 0;
  float: none;
  width: auto;
  max-width: 100%;
}
.content-body .serviceimg,
.content-body .dr-img,
.content-body .hmserthumb,
.content-body .galleryslidersection .slider > div {
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: var(--gray-bg);
}
.content-body .serviceimg img,
.content-body .dr-img img,
.content-body .hmserthumb img,
.content-body .galleryslidersection img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.content-body .serviceinner,
.content-body .servicedesc,
.content-body .emergencysmcdec,
.content-body .dr-profile,
.content-body .item {
  min-width: 0;
}
.content-body .urgentcarerow {
  align-items: stretch;
  margin-top: 18px;
}
.content-body .urgcolm {
  flex: 1 1 220px;
  min-width: 0;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 18px;
}
.content-body .urgcolm ul {
  max-width: none;
}
.content-body .urgcolm li {
  background: transparent;
  border-left: 0;
  border-bottom: 1px solid var(--border);
  border-radius: 0;
  padding: 8px 0;
}
.content-body .urgcolm li:last-child {
  border-bottom: 0;
}
.content-body .otherservicesec .row,
.content-body .hmsevlistrowblock .row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.content-body .hmserviceblock {
  height: 100%;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}
.content-body .hmserviceblock h3 {
  padding: 16px;
  margin: 0;
}
.service-page-content .content-main {
  min-width: 0;
}
.service-page-content .content-body > #container,
.service-page-content .content-body .servicesection {
  display: block;
}
.service-page-content .content-body .serviceblock {
  margin-bottom: 38px;
}
.service-page-content .content-body .serviceblock .wrap-inner {
  display: flex;
  flex-direction: column;
  gap: 26px;
  align-items: stretch;
}
.service-page-content .content-body .serviceinner,
.service-page-content .content-body .servicedesc,
.service-page-content .content-body .emergencysmcdec {
  max-width: 100%;
}
.service-page-content .content-body .twocol {
  flex: none;
  width: 100%;
}
.service-page-content .content-body .serviceinner > h2:first-child,
.service-page-content .content-body .servicedesc > h2:first-child,
.service-page-content .content-body .servicedesc > h3:first-child {
  margin-top: 0;
}
.service-page-content .content-body .serviceinner ul,
.service-page-content .content-body .servicedesc ul,
.service-page-content .content-body .emergencysmcdec ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 12px;
  max-width: 100%;
  margin-top: 20px;
}
.service-page-content .content-body .serviceinner ul li,
.service-page-content .content-body .servicedesc ul li,
.service-page-content .content-body .emergencysmcdec ul li {
  min-height: 48px;
  margin-bottom: 0;
}
.service-page-content .content-body .serviceinner ul li:only-child,
.service-page-content .content-body .servicedesc ul li:only-child,
.service-page-content .content-body .emergencysmcdec ul li:only-child {
  grid-column: 1 / -1;
}
.service-page-content .content-body .serviceimg {
  width: min(100%, 620px);
  aspect-ratio: 16 / 10;
  margin: 8px auto 0;
  box-shadow: 0 14px 36px rgba(20, 24, 32, .08);
}
.page-id-20 .service-page-content .content-body .serivceslider,
.page-id-20 .service-page-content .content-body .galleryslidersection .slider {
  max-width: 760px;
  margin: 0 auto 32px;
}
.page-id-20 .service-page-content .content-body .serivceslider {
  grid-template-columns: 1fr;
}
.page-id-20 .service-page-content .content-body .serivceslider img {
  height: clamp(220px, 32vw, 360px);
  border-radius: 12px;
  box-shadow: 0 18px 42px rgba(20, 24, 32, .12);
}
.service-page-content .content-body .serviceimg:empty {
  display: none;
}
.service-page-content .content-body .serviceimg img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.service-page-content .content-body video,
.service-page-content .content-body iframe {
  max-width: 100%;
}
.service-page-content .content-body video {
  height: auto;
}
.service-page-content .content-body .servicelider-block {
  margin: 34px 0 0;
  padding: 0;
}
.service-page-content .content-body .servicelider-block .wrap-inner,
.service-page-content .content-body .sliderservice {
  display: block;
}
.service-page-content .content-body .serivceslider,
.service-page-content .content-body .galleryslidersection .slider {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.service-page-content .content-body .serivceslider .item,
.service-page-content .content-body .galleryslidersection .slider > div {
  display: block;
  min-width: 0;
  width: auto;
  margin: 0;
}
.service-page-content .content-body .serivceslider img,
.service-page-content .content-body .galleryslidersection img {
  display: block;
  width: 100%;
  height: 132px;
  object-fit: cover;
  object-position: center;
}
.service-page-content .content-body .accordionfaqs {
  display: block;
  margin-top: 28px;
}
.service-page-content .content-body .accordionfaqs .accordionrow {
  border-bottom: 1px solid var(--border);
  padding: 18px 0;
}
.service-page-content .content-body .accordionfaqs .acclink {
  font-family: var(--font-serif);
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1.2;
  margin: 0 0 10px;
}
.service-page-content .content-body .accordionfaqs .accord-detail {
  display: block !important;
  max-width: 900px;
}
.service-page-content .content-body .accordionfaqs .accord-detail p,
.service-page-content .content-body .accordionfaqs .accord-detail li {
  font-size: 17px;
  color: #555;
  line-height: 1.75;
}
.service-page-content .content-body .accordionfaqs .accord-detail ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 12px;
  margin-top: 12px;
  max-width: 760px;
}

.page-id-10 .content-body .accordionfaqs {
  display: grid;
  gap: 12px;
  margin: 28px auto 0;
  max-width: 980px;
}

.page-id-10 .content-body .accordionfaqs .accordionrow {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.page-id-10 .content-body .accordionfaqs .acclink {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 18px 56px 18px 20px;
  font-family: var(--font-sans);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--dark);
  cursor: pointer;
}

.page-id-10 .content-body .accordionfaqs .acclink::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--gray-bg);
  color: #777;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-sans);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-50%);
}

.page-id-10 .content-body .accordionfaqs .accordionrow.is-open .acclink::after,
.page-id-10 .content-body .accordionfaqs .acclink[aria-expanded="true"]::after {
  content: "-";
}

.page-id-10 .content-body .accordionfaqs .acclink:focus-visible {
  outline: 3px solid rgba(191, 14, 31, 0.28);
  outline-offset: -3px;
}

.page-id-10 .content-body .accordionfaqs .accord-detail {
  display: none;
  padding: 0 20px 18px;
  color: #555;
  font-size: 17px;
  line-height: 1.7;
}

.page-id-10 .content-body .accordionfaqs .accordionrow.is-open .accord-detail {
  display: block;
}
.service-page-content .content-body .servicedesc {
  margin-top: 26px;
}
.service-page-content .content-body p:empty,
.service-page-content .content-body br + br {
  display: none;
}
.service-page-content .content-sidebar {
  min-width: 0;
}
.service-page-content .sidebar-card {
  width: 100%;
}
.service-page-content .sidebar-btns {
  grid-template-columns: 1fr;
}
.service-page-content .sb-btn-dir,
.service-page-content .sb-btn-call {
  min-width: 0;
  white-space: normal;
  text-align: center;
}
.about-page-content .content-grid,
.about-page-content .content-main {
  display: block;
  max-width: 100%;
}
.about-page-content .content-body p {
  max-width: 980px;
}
.about-page-content .content-body table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 24px 0;
  margin: 32px -24px 56px;
}
.about-page-content .content-body table th,
.about-page-content .content-body table td {
  border-bottom: 1px solid var(--border);
  padding: 14px 0;
  vertical-align: middle;
}
.about-page-content .content-body table th {
  font-family: var(--font-heading);
  font-size: clamp(22px, 2.1vw, 32px);
  line-height: 1.05;
  color: var(--ink);
}
.about-page-content .content-body table td:not(:first-child) {
  text-align: center;
}
.about-page-content .check,
.about-page-content .uncheck {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  font-size: 0;
  line-height: 1;
  vertical-align: middle;
}
.about-page-content .check {
  background: rgba(228, 0, 43, 0.1);
  color: var(--red);
}
.about-page-content .uncheck {
  background: rgba(42, 42, 42, 0.08);
  color: #666;
}
.about-page-content .check::before,
.about-page-content .uncheck::before {
  font-size: 18px;
  font-weight: 900;
}
.about-page-content .check::before {
  content: "\2713";
}
.about-page-content .uncheck::before {
  content: "\00d7";
}
.about-page-content .hmurgentcare-section {
  width: 100%;
  margin: 64px 0 18px;
  padding: 0;
  background: #fff;
}
.about-page-content .hmurgentcare-section .wrap-inner {
  display: block;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.about-page-content .hmurgentcare-section h2 {
  margin: 0 0 44px;
  color: var(--dark);
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.18;
  text-align: center;
}
.about-page-content .hmurgentcare-section h2::after {
  content: "";
  display: block;
  width: 54px;
  height: 3px;
  margin: 18px auto 0;
  border-radius: 2px;
  background: var(--red);
}
.about-page-content .urgentcarerow {
  display: block;
}
.about-page-content .mver-comparison {
  overflow: hidden;
  border: 1px solid #e9eaec;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 30px rgba(16,20,30,.06);
}
.about-page-content .mver-comparison__scroll {
  width: 100%;
  overflow-x: auto;
}
.about-page-content .mver-comparison table {
  width: 100%;
  min-width: 760px;
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
  color: var(--text);
  font-family: var(--font-sans);
  font-size: 15px;
}
.about-page-content .mver-comparison caption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.about-page-content .mver-comparison th,
.about-page-content .mver-comparison td {
  border: 0;
  border-top: 1px solid #eeeff1;
  padding: 18px 20px;
  text-align: center;
  vertical-align: middle;
}
.about-page-content .mver-comparison thead th {
  border-top: 0;
  background: #16181d;
  color: #fff;
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.about-page-content .mver-comparison thead th:first-child {
  width: 54%;
  color: transparent;
  text-align: left;
}
.about-page-content .mver-comparison thead th:nth-child(2) {
  background: var(--red);
}
.about-page-content .mver-comparison tbody tr:nth-child(even) {
  background: #f7f8fa;
}
.about-page-content .mver-comparison tbody th {
  width: 54%;
  color: #16181d;
  font-family: var(--font-sans);
  font-size: 15.5px;
  font-weight: 800;
  line-height: 1.35;
  text-align: left;
}
.about-page-content .mver-comparison tbody td {
  color: #3f444b;
  font-size: 0;
  font-weight: 800;
}
.about-page-content .mver-comparison tbody td:nth-child(2) {
  border-right: 2px solid rgba(224,2,38,.22);
  border-left: 2px solid rgba(224,2,38,.22);
  background: rgba(224,2,38,.035);
}
.about-page-content .mver-comparison__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  font-size: 0;
  line-height: 1;
}
.about-page-content .mver-comparison__icon::before {
  font-family: var(--font-sans);
  font-size: 18px;
  font-weight: 900;
}
.about-page-content .mver-comparison__icon--check {
  background: rgba(22,163,74,.12);
  color: #168a43;
}
.about-page-content .mver-comparison__icon--check::before {
  content: "\2713";
}
.about-page-content .mver-comparison__icon--x {
  background: rgba(42,42,42,.08);
  color: #6b7079;
}
.about-page-content .mver-comparison__icon--x::before {
  content: "\00d7";
}
@media (max-width: 767px) {
  .about-page-content .hmurgentcare-section {
    margin-top: 44px;
  }
  .about-page-content .hmurgentcare-section .wrap-inner {
    max-width: 100%;
  }
  .about-page-content .hmurgentcare-section h2 {
    margin-bottom: 36px;
    font-size: clamp(24px, 6vw, 34px);
  }
  .about-page-content .mver-comparison {
    border-radius: 14px;
  }
  .about-page-content .mver-comparison table {
    display: table;
    width: 100%;
    min-width: 0;
    table-layout: fixed;
    margin: 0;
    font-size: 12px;
  }
  .about-page-content .mver-comparison thead {
    display: table-header-group;
  }
  .about-page-content .mver-comparison tbody {
    display: table-row-group;
  }
  .about-page-content .mver-comparison tr {
    display: table-row;
  }
  .about-page-content .mver-comparison th,
  .about-page-content .mver-comparison td {
    display: table-cell;
    width: auto;
    padding: 13px 8px;
    text-align: center;
  }
  .about-page-content .mver-comparison thead th:first-child,
  .about-page-content .mver-comparison tbody th {
    width: 54%;
    font-size: 12px;
    line-height: 1.28;
    text-align: left;
  }
  .about-page-content .mver-comparison thead th {
    font-size: 10px;
    line-height: 1.15;
    letter-spacing: 0;
    word-break: normal;
    overflow-wrap: anywhere;
  }
  .about-page-content .mver-comparison thead th:nth-child(2),
  .about-page-content .mver-comparison thead th:nth-child(3),
  .about-page-content .mver-comparison tbody td {
    width: 23%;
  }
  .about-page-content .mver-comparison__icon {
    width: 26px;
    height: 26px;
  }
  .about-page-content .mver-comparison__icon::before {
    font-size: 16px;
  }
}
.about-page-content .galleryslidersection {
  margin: 42px 0;
}
.about-page-content .galleryslidersection .slider-for {
  display: none;
}
.about-page-content .galleryslidersection .slider-nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.about-page-content .galleryslidersection .slider-nav > div {
  margin: 0;
  min-width: 0;
}
.about-page-content .galleryslidersection img {
  display: block;
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid var(--border);
}
.insurance-page-content .insurance-content-grid {
  display: block;
}
.insurance-page-content .content-main {
  max-width: 1080px;
  margin: 0 auto;
}
.insurance-page-content .content-body {
  max-width: 100%;
}
.insurance-page-content .content-body > h2,
.insurance-page-content .content-body > h3,
.insurance-page-content .content-body > p {
  max-width: 920px;
}
.insurance-page-content .content-body .serviceblock .wrap-inner {
  display: block;
}
.insurance-page-content .content-body .serviceblock,
.insurance-page-content .content-body .wrap-inner,
.insurance-page-content .content-body .serviceinner,
.insurance-page-content .content-body .servicedesc {
  width: 100%;
  max-width: 100%;
}
.insurance-page-content .content-body .serviceinner ul,
.insurance-page-content .content-body .servicedesc ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 16px;
  padding: 0;
  margin: 26px 0;
  list-style: none;
}
.insurance-page-content .content-body .serviceinner li,
.insurance-page-content .content-body .servicedesc li {
  position: relative;
  margin: 0;
  padding: 14px 16px 14px 22px;
  border: 1px solid var(--border);
  border-left: 4px solid var(--red);
  border-radius: 8px;
  background: #f8f9fb;
}
.insurance-page-content .content-body .serviceinner li::before,
.insurance-page-content .content-body .servicedesc li::before {
  content: none;
}
.insurance-page-content .content-body .serviceimg {
  float: right;
  width: min(42%, 460px);
  aspect-ratio: 4 / 3;
  margin: 0 0 26px 42px;
  border-radius: 10px;
  overflow: hidden;
}
.insurance-page-content .content-body .serviceblock::after {
  content: "";
  display: table;
  clear: both;
}
.insurance-page-content .content-body .serviceimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.insurance-page-content .content-body .serivceslider {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.insurance-page-content .content-body .serivceslider img {
  height: 140px;
  object-fit: cover;
}
.sidebar-row a,
.why-location-row a,
.pac-info-row a,
.footer-contact-list a {
  color: inherit;
  text-decoration: none;
}
.sidebar-row a:hover,
.sidebar-row a:focus,
.why-location-row a:hover,
.why-location-row a:focus,
.pac-info-row a:hover,
.pac-info-row a:focus,
.footer-contact-list a:hover,
.footer-contact-list a:focus {
  color: var(--red);
}
.bill-pay-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 30px;
  border-radius: 8px;
  background: var(--red);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}
.content-body a.bill-pay-button,
.entry-content a.bill-pay-button,
.single-post-content a.bill-pay-button {
  color: #fff;
  text-decoration: none;
}
.bill-pay-button:hover,
.bill-pay-button:focus {
  background: var(--red-dk);
  color: #fff;
}
.page-slug-news-segments .content-area,
.page-slug-news-segments .site-main,
.page-slug-news-segments .entry-content {
  width: 100%;
}
.page-slug-news-segments .entry-header {
  display: none;
}
.page-slug-news-segments .covid .row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-bottom: 32px;
}
.page-slug-news-segments .covid [class*="col-"] {
  width: auto;
  max-width: 100%;
}
.page-slug-news-segments .covid-ii,
.page-slug-news-segments .secondvd {
  min-width: 0;
}
.page-slug-news-segments .secondvd img,
.page-slug-news-segments .secondvd iframe,
.page-slug-news-segments .secondvd video {
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
}
.page-slug-news-segments .secondvd iframe,
.page-slug-news-segments .secondvd video {
  min-height: 260px;
  background: var(--gray-bg);
}
.page-slug-review-us .fbgpreviewcol iframe {
  min-height: 1300px;
}
.page-slug-review-us .fbgpreviewcol {
  width: 100%;
}
.google-reviews-panel {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(320px, 1.12fr);
  gap: 28px;
  align-items: stretch;
  margin: 36px 0 10px;
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}
.google-reviews-copy h2 {
  color: var(--dark);
  margin-bottom: 12px;
}
.google-reviews-copy p:not(.eyebrow) {
  color: #5f646b;
  font-size: 17px;
  line-height: 1.7;
}
.google-reviews-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}
.google-reviews-map iframe {
  width: 100%;
  min-height: 340px;
  height: 100%;
  border: 0;
  border-radius: 8px;
  background: var(--gray-bg);
}
.doctors-page-content {
  background: #f4f5f7;
  padding-top: 70px;
  padding-bottom: 76px;
}
.doctors-page-inner {
  max-width: 1280px;
}
.doctors-page-heading {
  margin: 0 auto 44px;
  max-width: 900px;
  text-align: center;
}
.doctors-page-heading h2 {
  color: #2d2d2d;
  font-family: var(--font-serif);
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 700;
  line-height: 1.05;
  margin-bottom: 22px;
  text-transform: uppercase;
}
.doctors-page-heading .section-bar {
  display: none;
}
.doctors-page-heading p {
  color: #6f6f6f;
  font-size: 20px;
  line-height: 1.6;
  max-width: 720px;
  margin: 0 auto;
}
.doctors-page-content .doctors-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
}
.dr-card {
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 14px;
  box-shadow: 0 12px 34px rgba(22, 27, 34, .08);
  overflow: hidden;
  transition: transform .2s, box-shadow .2s;
}
.dr-card:hover {
  box-shadow: 0 18px 46px rgba(22, 27, 34, .13);
  transform: translateY(-4px);
}
.dr-card-inner {
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
}
.dr-card-photo {
  width: 150px;
  height: 150px;
  margin: 42px auto 0;
  border: 5px solid #e8e8e8;
  border-radius: 50%;
  overflow: hidden;
  background: #dfe6ff;
}
.dr-card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform .3s;
}
.dr-card:hover .dr-card-photo img {
  transform: scale(1.04);
}
.dr-card-body {
  padding: 28px 26px 38px;
  text-align: center;
}
.dr-card-name {
  color: #2f2f2f;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 8px;
}
.dr-card-cred {
  color: var(--red);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.dr-card-spec {
  color: #858585;
  font-size: 18px;
  line-height: 1.5;
}
.content-body a {
  overflow-wrap: anywhere;
}
.page-intro,
.contact-intro {
  margin-bottom: 36px;
}
.home-editor-content {
  padding-bottom: 0;
}
.content-body .lead {
  font-size: 19px;
  color: #444;
  line-height: 1.75;
  max-width: 760px;
}
.content-body ul, .check-list {
  list-style: none;
  padding: 0;
  margin: 14px 0 0;
  max-width: 700px;
}
.content-body ul li, .check-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
  color: #555;
  line-height: 1.55;
  padding: 9px 14px;
  background: var(--gray-bg);
  border-radius: 6px;
  margin-bottom: 6px;
  border-left: 3px solid var(--red);
}
.info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 14px;
  list-style: none;
  padding: 0;
  margin: 14px 0 0;
  max-width: 700px;
}
.info-grid li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 16px;
  color: #555;
  line-height: 1.5;
  padding: 8px 12px;
  background: var(--gray-bg);
  border-radius: 6px;
  border-left: 3px solid var(--red);
}
.callout-box {
  background: #fff5f6;
  border-left: 4px solid var(--red);
  border-radius: 0 10px 10px 0;
  padding: 18px 22px 18px 20px;
  margin: 22px 0 0;
  max-width: 700px;
}
.callout-box-label {
  font-size: 11px;
  font-weight: 700;
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.section-divider {
  border: none;
  border-top: 1px solid var(--border);
  margin: 40px 0 0;
}
.faq-mini {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 2px solid var(--border);
  max-width: 740px;
}
.faq-mini-title {
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 20px;
}
.faq-mini-item {
  padding: 16px 0;
  border-bottom: 1px solid var(--border);
}
.faq-mini-item:last-child { border-bottom: none; }
.faq-mini-q {
  font-size: 17px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 6px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.faq-mini-q::before {
  content: 'Q';
  background: var(--red);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}
.faq-mini-a {
  font-size: 16px;
  color: #666;
  line-height: 1.7;
  padding-left: 28px;
}

/* ── BLOG INDEX ── */
.blog-index-page .pagination {
  margin-top: 36px;
}
.blog-index-page.blog-infinite-ready .pagination {
  display: none;
}
.blog-load-status {
  min-height: 28px;
  margin-top: 30px;
  text-align: center;
  color: #777;
  font-size: 14px;
}

/* ── SINGLE BLOG POSTS ── */
.single-post-page {
  background: #fff;
}
.single-post-inner {
  max-width: 920px;
}
.single-post-article {
  min-width: 0;
}
.single-post-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 26px;
}
.single-post-header .medical-review-badge {
  margin: 0;
}
.single-post-date {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  color: var(--red);
  background: #fff5f6;
  border: 1px solid rgba(224, 2, 38, .18);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
}
.single-post-featured {
  width: min(100%, 720px);
  margin: 0 auto 30px;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid var(--border);
  box-shadow: 0 18px 42px rgba(20, 24, 32, .12);
  background: var(--gray-bg);
}
.single-post-featured img {
  width: 100%;
  height: clamp(180px, 24vw, 260px);
  object-fit: cover;
  object-position: center;
}
.single-post-content {
  max-width: 780px;
  margin: 0 auto;
}
.single-post-content > #container,
.single-post-content .blog-conatain,
.single-post-content .wrap-inner,
.single-post-content .bloginfo {
  width: 100%;
  max-width: 100%;
}
.single-post-content .bloginfo > h1:first-child,
.single-post-content .more-blog-btn,
.single-post-content .gsp_post_data {
  display: none !important;
}
.single-post-content .blogdetail-section {
  display: block;
}
.single-post-content .bolgimage-wrap {
  display: none !important;
}
.single-post-content .blog-date {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  margin: 0 0 18px;
  color: var(--red);
  background: #fff5f6;
  border: 1px solid rgba(224, 2, 38, .18);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
}
.single-post-content .row {
  display: block;
}
.single-post-content [class*="col-"] {
  width: 100%;
  max-width: 100%;
  float: none;
}
.single-post-content p,
.single-post-content li {
  font-size: 17px;
  line-height: 1.8;
}
.single-post-content p {
  max-width: 780px;
}
.single-post-content img {
  width: auto;
  max-width: min(100%, 680px);
  height: auto;
  margin: 24px auto;
  border-radius: 10px;
  border: 1px solid var(--border);
  box-shadow: 0 10px 28px rgba(20, 24, 32, .08);
}
.single-post-content .infograph,
.single-post-content .media-thumb {
  max-width: 360px;
  margin: 28px auto;
}
.single-post-content .infograph img,
.single-post-content .media-thumb img {
  max-height: 520px;
  object-fit: contain;
  box-shadow: none;
}
.single-post-content .infograph-call {
  margin-top: 10px;
  text-align: center;
  font-size: 15px;
}

/* ── ADMIN BAR COMPENSATION ── */
.admin-bar .site-header {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}
@media (max-width: 768px) {
  .service-page-content .content-body .serivceslider,
  .service-page-content .content-body .galleryslidersection .slider {
    grid-template-columns: 1fr 1fr;
  }
  .service-page-content .content-body .serviceblock .wrap-inner {
    align-items: flex-start;
  }
  .service-page-content .content-body .serviceinner ul,
  .service-page-content .content-body .servicedesc ul,
  .service-page-content .content-body .emergencysmcdec ul {
    grid-template-columns: 1fr 1fr;
  }
  .doctors-page-content {
    padding-top: 48px;
    padding-bottom: 56px;
  }
  .doctors-page-heading h2 {
    font-size: 34px;
  }
  .doctors-page-heading p {
    font-size: 17px;
  }
  .doctors-page-content .doctors-grid {
    grid-template-columns: 1fr 1fr;
    gap: 22px;
  }
  .dr-card-photo {
    width: 126px;
    height: 126px;
    margin-top: 34px;
  }
  .dr-card-name {
    font-size: 20px;
  }
  .dr-card-cred,
  .dr-card-spec {
    font-size: 16px;
  }
  .content-body .otherservicesec .row,
  .content-body .hmsevlistrowblock .row {
    grid-template-columns: 1fr 1fr;
  }
  .google-reviews-panel {
    grid-template-columns: 1fr;
  }
  .google-reviews-map iframe {
    min-height: 300px;
  }
}
@media (max-width: 520px) {
  .service-page-content .content-body .serivceslider,
  .service-page-content .content-body .galleryslidersection .slider {
    grid-template-columns: 1fr;
  }
  .about-page-content .content-body table {
    border-spacing: 0;
    margin: 28px 0 44px;
  }
  .about-page-content .content-body table,
  .about-page-content .content-body thead,
  .about-page-content .content-body tbody,
  .about-page-content .content-body tr,
  .about-page-content .content-body th,
  .about-page-content .content-body td {
    display: block;
    width: 100%;
  }
  .about-page-content .content-body table th,
  .about-page-content .content-body table td {
    text-align: left;
  }
  .about-page-content .mver-comparison {
    border-radius: 14px;
  }
  .about-page-content .mver-comparison table {
    display: table;
    width: 100%;
    min-width: 0;
    table-layout: fixed;
    margin: 0;
    font-size: 12px;
  }
  .about-page-content .mver-comparison thead {
    display: table-header-group;
  }
  .about-page-content .mver-comparison tbody {
    display: table-row-group;
  }
  .about-page-content .mver-comparison tr {
    display: table-row;
  }
  .about-page-content .mver-comparison th,
  .about-page-content .mver-comparison td {
    display: table-cell;
    width: auto;
    padding: 12px 6px;
    text-align: center;
  }
  .about-page-content .mver-comparison thead th:first-child,
  .about-page-content .mver-comparison tbody th {
    width: 52%;
    font-size: 12px;
    text-align: left;
  }
  .about-page-content .mver-comparison thead th {
    font-size: 10px;
    letter-spacing: .01em;
    word-break: normal;
    overflow-wrap: anywhere;
  }
  .about-page-content .mver-comparison thead th:nth-child(2),
  .about-page-content .mver-comparison thead th:nth-child(3),
  .about-page-content .mver-comparison tbody td {
    width: 24%;
  }
  .about-page-content .mver-comparison__icon {
    width: 26px;
    height: 26px;
  }
  .about-page-content .mver-comparison__icon::before {
    font-size: 16px;
  }
  .about-page-content .galleryslidersection .slider-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .insurance-page-content .content-body .serviceblock .wrap-inner,
  .insurance-page-content .content-body .serviceinner ul,
  .insurance-page-content .content-body .servicedesc ul {
    display: block;
  }
  .insurance-page-content .content-body .serviceinner li,
  .insurance-page-content .content-body .servicedesc li {
    margin-bottom: 10px;
  }
  .insurance-page-content .content-body .serviceimg {
    width: 100%;
    margin: 24px 0;
  }
  .service-page-content .content-body .serviceinner ul,
  .service-page-content .content-body .servicedesc ul,
  .service-page-content .content-body .emergencysmcdec ul {
    grid-template-columns: 1fr;
  }
  .service-page-content .content-body .serivceslider img,
  .service-page-content .content-body .galleryslidersection img {
    height: 190px;
  }
  .service-page-content .content-body .serviceimg {
    aspect-ratio: 4 / 3;
  }
  .doctors-page-content .doctors-grid {
    grid-template-columns: 1fr;
  }
  .dr-card-body {
    padding-bottom: 34px;
  }
  .content-body .row,
  .content-body .wrap-inner,
  .content-body .urgentcarerow {
    gap: 16px;
  }
  .content-body .otherservicesec .row,
  .content-body .hmsevlistrowblock .row {
    grid-template-columns: 1fr;
  }
  .medical-review-badge {
    align-items: flex-start;
    border-radius: 14px;
  }
  .single-post-header {
    display: block;
  }
  .single-post-header .medical-review-badge {
    margin-top: 14px;
  }
  .single-post-content img {
    max-width: 100%;
  }
  .google-reviews-panel {
    padding: 20px;
  }
  .google-reviews-actions {
    display: grid;
  }
  .google-reviews-actions a {
    width: 100%;
    text-align: center;
  }
}

/* header.css */
/* ── TOP BAR ── */
.top-bar {
  background: var(--dark);
  color: rgba(255,255,255,.82);
  font-size: 13px;
  padding: 8px var(--pad-x);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.top-bar-left {
  display: flex;
  align-items: center;
  gap: 22px;
}
.top-bar-item {
  display: flex;
  align-items: center;
  gap: 6px;
}
.top-bar-badge {
  background: var(--red);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 12px;
  border-radius: 20px;
  letter-spacing: .3px;
}

/* ── SITE HEADER ── */
.site-header {
  background: #fff;
  border-bottom: 1px solid var(--border);
  height: 80px;
  position: sticky;
  top: 0;
  z-index: 900;
  box-shadow: 0 1px 8px rgba(0,0,0,.06);
}
.site-header-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--pad-x);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}

/* ── LOGO ── */
.site-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.site-logo img {
  height: 62px;
  max-width: 210px;
  width: auto;
  object-fit: contain;
  display: block;
}

/* ── PRIMARY NAV ── */
.site-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
.primary-menu,
.primary-menu ul,
.mobile-menu,
.mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.primary-menu {
  display: flex;
  align-items: center;
  gap: 28px;
}
.primary-menu li {
  position: relative;
}
.site-nav > a,
.site-nav .primary-menu > li > a,
.site-nav .nav-drop-trigger {
  font-size: 14px;
  font-weight: 600;
  color: #444;
  transition: color .15s;
  cursor: pointer;
  font-family: var(--font-sans);
}
.site-nav > a:hover,
.site-nav > a.current-menu-item,
.site-nav .primary-menu > li.current-menu-item > a,
.site-nav .primary-menu > li.current-menu-parent > a,
.site-nav .primary-menu > li > a:hover,
.site-nav .nav-drop-trigger:hover,
.site-nav .nav-drop-trigger.active {
  color: var(--red);
}

/* ── SERVICES DROPDOWN ── */
.nav-dropdown {
  position: relative;
  display: flex;
  align-items: center;
}
.nav-drop-trigger {
  display: flex;
  align-items: center;
  gap: 4px;
}
.drop-arrow {
  font-size: 10px;
  opacity: .6;
}
.dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 10px;
  box-shadow: 0 8px 32px rgba(0,0,0,.12);
  min-width: 230px;
  z-index: 999;
  padding: 8px 0;
}
.primary-menu .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 10px;
  box-shadow: 0 8px 32px rgba(0,0,0,.13);
  min-width: 240px;
  z-index: 999;
  padding: 14px 0 6px;
}
.primary-menu li:hover > .sub-menu,
.primary-menu li:focus-within > .sub-menu {
  display: block;
}
.dropdown-menu::before {
  content: '';
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top: none;
  border-bottom-color: var(--border);
}
.dropdown-menu::after {
  content: '';
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top: none;
  border-bottom-color: #fff;
}
.nav-dropdown:hover .dropdown-menu,
.nav-dropdown:focus-within .dropdown-menu {
  display: block;
}
.dropdown-menu a,
.dropdown-menu li a,
.primary-menu .sub-menu a {
  display: block;
  padding: 9px 20px;
  font-size: 13px;
  font-weight: 600;
  color: #444;
  white-space: nowrap;
  transition: color .12s, background .12s;
  list-style: none;
}
.dropdown-menu a:hover,
.dropdown-menu li a:hover,
.dropdown-menu li a.current-menu-item,
.primary-menu .sub-menu a:hover {
  color: var(--red);
  background: var(--gray-bg);
}
.dropdown-menu .dd-all-services {
  color: var(--red) !important;
  font-weight: 700 !important;
  border-bottom: 1px solid var(--border);
  padding-bottom: 10px;
  margin-bottom: 2px;
}

/* ── HEADER CTAs ── */
.header-ctas {
  display: flex;
  align-items: center;
  gap: 16px;
}
.hdr-phone {
  font-weight: 700;
  font-size: 15px;
  color: var(--dark);
  display: flex;
  align-items: center;
  gap: 6px;
}
.hdr-phone:hover { color: var(--red); }
.hdr-phone svg { stroke: var(--blue-icon); flex-shrink: 0; }

/* ── HAMBURGER ── */
.nav-hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 26px;
  height: 18px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
}
.nav-hamburger span {
  display: block;
  height: 2px;
  background: var(--dark);
  border-radius: 2px;
  transition: all .25s;
}
.nav-hamburger.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; width: 0; }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ── MOBILE NAV OVERLAY ── */
.mobile-nav-bg {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.5);
  z-index: 1000;
  opacity: 0;
  transition: opacity .25s;
}
.mobile-nav-bg.open {
  display: block;
  opacity: 1;
}

/* ── MOBILE NAV PANEL ── */
.mobile-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  background: #fff;
  z-index: 1001;
  transform: translateX(110%);
  transition: transform .25s ease;
  overflow-y: auto;
  padding-bottom: 80px;
  box-shadow: -4px 0 24px rgba(0,0,0,.12);
}
.mobile-nav.open { transform: translateX(0); }
.mobile-nav:not(.open) { display: none; }
.mobile-nav.open { display: block; }
.mobile-nav-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  border-bottom: 1px solid var(--border);
}
.mobile-nav-close {
  background: none;
  border: none;
  font-size: 26px;
  cursor: pointer;
  color: var(--dark);
  line-height: 1;
  padding: 4px 8px;
  border-radius: 4px;
}
.mobile-nav-close:hover { background: var(--gray-bg); }
.mobile-nav > a,
.mobile-nav .mobile-menu > li > a,
.mobile-nav-services-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 14px 20px;
  font-size: 15px;
  font-weight: 600;
  color: var(--dark);
  border: none;
  border-bottom: 1px solid var(--border);
  background: none;
  cursor: pointer;
  font-family: var(--font-sans);
}

/* Mobile reference alignment for standard internal-page header. */
@media (max-width: 768px) {
  .site-header {
    height: 67px;
    border-bottom-color: #ecedef;
    box-shadow: none;
  }

  .site-header-inner {
    height: 67px;
    min-height: 67px;
    gap: 12px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .site-logo {
    min-width: 0;
  }

  .site-logo img {
    max-width: 178px;
    height: 48px;
  }

  .header-ctas {
    display: flex;
    gap: 12px;
    margin-left: auto;
  }

  .header-ctas .btn-solid {
    display: none;
  }

  .hdr-phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 9px;
    background: #fdecee;
    color: transparent;
    font-size: 0;
    overflow: hidden;
  }

  .hdr-phone svg {
    width: 18px;
    height: 18px;
    color: var(--red);
    stroke: var(--red);
  }

  .nav-hamburger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    padding: 17px 14px;
    border: 1px solid var(--border);
    border-radius: 0 0 0 8px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
  }

  .nav-hamburger span {
    width: 28px;
    height: 3px;
    background: #555;
  }

  .mobile-nav {
    top: 0;
    width: min(320px, 86vw);
  }
}
.mobile-nav > a:hover,
.mobile-nav-services-toggle:hover,
.mobile-nav > a.current-menu-item,
.mobile-nav .mobile-menu > li.current-menu-item > a,
.mobile-nav .mobile-menu > li.current-menu-parent > a,
.mobile-nav .mobile-menu > li > a:hover {
  color: var(--red);
}
.mobile-menu .sub-menu {
  display: block;
  background: var(--gray-bg);
  border-bottom: 1px solid var(--border);
}
.mobile-menu .sub-menu a {
  display: block;
  padding: 11px 20px 11px 36px;
  font-size: 13px;
  font-weight: 600;
  color: #555;
  border-bottom: 1px solid var(--border);
}
.mobile-menu .sub-menu a:hover {
  color: var(--red);
  background: #fff;
}
.mobile-nav-arrow {
  font-size: 12px;
  transition: transform .2s;
}
.mobile-nav-services-toggle.open .mobile-nav-arrow {
  transform: rotate(180deg);
}
.mobile-services-list {
  display: none;
  background: var(--gray-bg);
  border-bottom: 1px solid var(--border);
}
.mobile-services-list.open { display: block; }
.mobile-services-list a {
  display: block;
  padding: 11px 20px 11px 36px;
  font-size: 13px;
  font-weight: 600;
  color: #555;
  border-bottom: 1px solid var(--border);
}
.mobile-services-list a:last-child { border-bottom: none; }
.mobile-services-list a:hover { color: var(--red); background: #fff; }
.mobile-nav-ctas {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mob-nav-call {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--dark);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  padding: 14px;
  border-radius: 8px;
}
.mob-nav-call:hover { background: #1a1d22; color: #fff; }
.mob-nav-checkin {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--red);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  padding: 14px;
  border-radius: 8px;
}
.mob-nav-checkin:hover { background: var(--red-dk); color: #fff; }

/* ── EMERGENCY NOTICE BANNER ── */
.emergency-notice {
  background: var(--red);
  color: #fff;
  text-align: center;
  padding: 10px var(--pad-x);
  font-size: 14px;
  font-weight: 600;
}

/* Header launch fixes: keep desktop nav/CTAs from wrapping after NAP update. */
.site-header-inner { gap: 22px; }
.site-nav { flex: 1 1 auto; justify-content: center; min-width: 0; }
.primary-menu { gap: 22px; flex-wrap: nowrap; }
.site-nav a,
.site-nav .primary-menu > li > a,
.site-nav .nav-drop-trigger,
.hdr-phone,
.header-ctas .btn-solid { white-space: nowrap; }
.header-ctas { flex-shrink: 0; gap: 12px; }
.header-ctas .btn-solid { padding-left: 18px; padding-right: 18px; }

/* Mobile dropdown menu: full-width top panel like the launch reference. */
@media (max-width: 768px) {
  .site-header { height: 86px; }
  .site-header-inner { height: 86px; gap: 14px; }
  .site-logo img { height: 60px; max-width: 190px; }
  .nav-hamburger { width: 56px; height: 56px; padding: 17px 14px; border: 1px solid var(--border); border-radius: 0 0 0 8px; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.08); }
  .nav-hamburger span { height: 3px; background: #555; }
  .nav-hamburger.open span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
  .nav-hamburger.open span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }
  .mobile-nav-bg.open { display: none; }
  .mobile-nav { top: 86px; left: 0; right: 0; width: 100%; height: auto; max-height: calc(100vh - 86px); padding: 22px var(--pad-x) 30px; transform: translateY(-12px); opacity: 0; pointer-events: none; transition: opacity .18s ease, transform .18s ease; box-shadow: 0 10px 24px rgba(0,0,0,.14); border-top: 1px solid var(--border); }
  .mobile-nav.open { right: 0; transform: translateY(0); opacity: 1; pointer-events: auto; }
  .mobile-nav-header { display: none; }
  .mobile-menu > li > a { padding: 15px 0; font-size: 24px; line-height: 1.2; font-weight: 600; color: #4a4a4a; border-bottom: 1px solid var(--border); }
  .mobile-menu > li.current-menu-item > a, .mobile-menu > li.current-menu-parent > a, .mobile-menu > li > a:hover { color: var(--red); }
  .mobile-menu .sub-menu { background: transparent; border-bottom: 1px solid var(--border); padding: 4px 0 8px; }
  .mobile-menu .sub-menu a { padding: 9px 0 9px 18px; font-size: 17px; line-height: 1.25; color: #555; border-bottom: 0; }
  .mobile-nav-ctas { padding: 26px 0 16px; align-items: flex-start; gap: 16px; }
  .mob-nav-checkin, .mob-nav-directions { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 58px; padding: 14px 28px; border-radius: 8px; font-size: 22px; line-height: 1.15; font-weight: 700; }
  .mob-nav-checkin { background: var(--red); color: #fff; }
  .mob-nav-directions { background: #fff; color: #6b7280; border: 1px solid #7a828c; }
  .mob-nav-directions svg { width: 20px; height: 20px; stroke: currentColor; }
}

/* Tighten mobile menu visual state: logo + top-right button, solid dropdown. */
@media (max-width: 768px) {
  .header-ctas { display: none; }
  .site-header-inner { justify-content: space-between; }
  .mobile-nav { background: #fff !important; z-index: 2000; opacity: 0; }
  .mobile-nav.open { opacity: 1; background: #fff !important; }
  .mobile-nav-bg { background: transparent; }
  .mobile-nav-bg.open { display: none; }
  .mobile-menu > li > a { background: #fff; }
  .mobile-menu .sub-menu { background: #fff; }
}

/* Keep hamburger bars visible and collapse mobile submenus. */
@media (max-width: 768px) {
  .nav-hamburger span { display: block !important; width: 28px !important; opacity: 1 !important; transform: none !important; background: #555 !important; }
  .nav-hamburger.open span:nth-child(1),
  .nav-hamburger.open span:nth-child(2),
  .nav-hamburger.open span:nth-child(3) { opacity: 1 !important; width: 28px !important; transform: none !important; }
  .mobile-menu .menu-item-has-children > a { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
  .mobile-menu .menu-item-has-children > a::after { content: ""; width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 7px solid currentColor; flex: 0 0 auto; transition: transform .18s ease; }
  .mobile-menu .menu-item-has-children.open > a::after { transform: rotate(180deg); }
  .mobile-menu .sub-menu { display: none; }
  .mobile-menu .menu-item-has-children.open > .sub-menu { display: block; }
}

/* Click-open desktop dropdown state. */
.primary-menu li.open > .sub-menu { display: block; }

/* Mobile menu typography normalization. */
@media (max-width: 768px) {
  .mobile-menu > li > a { font-size: 22px; font-weight: 600; letter-spacing: 0; color: #333; padding: 14px 0; }
  .mobile-menu .sub-menu { padding: 6px 0 10px; }
  .mobile-menu .sub-menu a { font-size: 18px; font-weight: 500; line-height: 1.25; color: #555; padding: 10px 0 10px 18px; }
  .mobile-menu .sub-menu a:hover, .mobile-menu .sub-menu .current-menu-item > a { color: var(--red); }
  .mob-nav-checkin, .mob-nav-directions { font-size: 20px; font-weight: 700; }
}
@media (max-width: 420px) {
  .mobile-menu > li > a { font-size: 20px; }
  .mobile-menu .sub-menu a { font-size: 17px; }
  .mob-nav-checkin, .mob-nav-directions { font-size: 19px; }
}

/* Stronger mobile menu typography override matching original selector specificity. */
@media (max-width: 768px) {
  .mobile-nav .mobile-menu > li > a { font-size: 22px; font-weight: 600; line-height: 1.25; color: #333; padding: 14px 0; }
  .mobile-nav .mobile-menu .sub-menu a { font-size: 18px; font-weight: 500; line-height: 1.25; color: #555; padding: 10px 0 10px 18px; }
}
@media (max-width: 420px) {
  .mobile-nav .mobile-menu > li > a { font-size: 20px; }
  .mobile-nav .mobile-menu .sub-menu a { font-size: 17px; }
}

/* footer.css */
/* ── SITE FOOTER ── */
.site-footer {
  background: var(--footer-bg);
  color: rgba(255,255,255,.75);
  padding: 56px var(--pad-x) 24px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  max-width: var(--max-width);
  margin: 0 auto 48px;
}

/* Brand column */
.footer-brand-name {
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}
.footer-brand-name span { color: var(--red); }
.footer-tagline {
  font-size: 13px;
  color: rgba(255,255,255,.5);
  line-height: 1.6;
  margin-bottom: 18px;
}
.footer-contact-list { list-style: none; padding: 0; margin: 0; }
.footer-contact-list li {
  font-size: 13px;
  display: flex;
  align-items: flex-start;
  gap: 7px;
  margin-bottom: 8px;
  color: rgba(255,255,255,.7);
}
.footer-contact-list li svg { flex-shrink: 0; margin-top: 2px; }
.footer-contact-list a {
  color: rgba(255,255,255,.7);
}
.footer-contact-list a:hover { color: #fff; }

/* Link columns */
.footer-col h4 {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .8px;
  margin-bottom: 16px;
  font-family: var(--font-sans);
}
.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-col a {
  display: block;
  font-size: 13px;
  color: rgba(255,255,255,.6);
  margin-bottom: 9px;
}
.footer-col a:hover { color: var(--red); }

/* Footer bar */
.footer-bar {
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 20px;
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: rgba(255,255,255,.4);
  gap: 16px;
  flex-wrap: wrap;
}
.footer-bar a {
  color: rgba(255,255,255,.5);
}
.footer-bar a:hover { color: #fff; }

/* hero.css */
/* ── HERO (homepage full-width) ── */
.hero {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: center;
  background-position: center 30%;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(20,8,8,.75) 0%, rgba(20,8,8,.4) 60%, rgba(20,8,8,.08) 100%);
}
.hero-container {
  position: relative;
  z-index: 1;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--pad-x);
  width: 100%;
}
.hero-inner {
  max-width: 600px;
  padding: 70px 0;
}

/* Eyebrow badge */
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--red);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 18px;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: var(--font-sans);
}

/* Heading */
.hero h1 {
  color: #fff;
  margin-bottom: 14px;
}
.hero h1 span { color: var(--red); }

/* Subheading */
.hero-sub {
  font-size: 17px;
  color: rgba(255,255,255,.88);
  margin-bottom: 32px;
  line-height: 1.6;
}

/* CTA row */
.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}
.hero-cta-primary {
  background: var(--red);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 28px;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 14px rgba(224,2,38,.4);
  font-family: var(--font-sans);
}
.hero-cta-primary:hover { background: var(--red-dk); color: #fff; }
.hero-cta-secondary {
  background: rgba(255,255,255,.15);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  padding: 13px 26px;
  border-radius: 40px;
  border: 2px solid rgba(255,255,255,.6);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  backdrop-filter: blur(4px);
  font-family: var(--font-sans);
}
.hero-cta-secondary:hover { background: rgba(255,255,255,.25); color: #fff; }

/* Google rating badge */
.hero-google {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 10px;
  padding: 10px 16px;
  backdrop-filter: blur(4px);
}
.hero-google-stars {
  color: var(--star);
  font-size: 17px;
  letter-spacing: -1px;
}
.hero-google-text {
  font-size: 13px;
  color: rgba(255,255,255,.9);
  line-height: 1.35;
}
.hero-google-text strong {
  color: #fff;
  display: block;
}

/* ── SERVICE HERO (interior service pages) ── */
.page-hero {
  background: linear-gradient(135deg, #1a1f2e 0%, #0f1420 100%);
  padding: 56px 0;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--banner-bg-url, none) center / cover no-repeat;
  opacity: .07;
}
.page-hero-inner {
  position: relative;
  z-index: 1;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--pad-x);
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 48px;
  align-items: center;
}
.page-hero-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 12px;
  font-family: var(--font-sans);
}
.page-hero h1 {
  color: #fff;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.2;
  margin-bottom: 12px;
}
.page-hero-sub {
  font-size: 15px;
  color: rgba(255,255,255,.65);
  line-height: 1.6;
  max-width: 650px;
}
.page-action-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 40px rgba(0,0,0,.3);
  overflow: hidden;
}
.pac-header {
  background: var(--red);
  padding: 16px 22px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.pac-header-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255,255,255,.5);
}
.pac-header span {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .8px;
}
.pac-body { padding: 22px; }
.pac-trust {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 18px;
}
.pac-trust-item {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  font-weight: 600;
  color: var(--dark);
}
.pac-trust-check {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #e8f7ee;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pac-trust-check svg {
  width: 11px;
  height: 11px;
  stroke: #16a34a;
}
.pac-phone {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  font-weight: 700;
  color: var(--dark);
  letter-spacing: -.5px;
  margin-bottom: 16px;
  line-height: 1;
}
.pac-phone svg {
  color: var(--red);
  flex-shrink: 0;
  width: 22px;
  height: 22px;
}
.pac-phone:hover { color: var(--red); }
.pac-btn-checkin,
.pac-btn-dir {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  color: #fff;
  font-weight: 700;
  border-radius: 8px;
}
.pac-btn-checkin {
  background: var(--red);
  font-size: 15px;
  padding: 14px;
  margin-bottom: 10px;
}
.pac-btn-checkin:hover { background: var(--red-dk); color: #fff; }
.pac-btn-dir {
  background: var(--dark);
  font-size: 14px;
  padding: 12px;
  margin-bottom: 18px;
}
.pac-btn-dir:hover { background: #1a1d22; color: #fff; }
.pac-divider {
  height: 1px;
  background: var(--border);
  margin-bottom: 16px;
}
.pac-info-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: #555;
  margin-bottom: 12px;
}
.pac-info-row:last-child { margin-bottom: 0; }
.pac-info-row svg {
  flex-shrink: 0;
  margin-top: 1px;
  color: var(--red);
}
.pac-info-row strong {
  display: block;
  font-size: 11px;
  color: var(--dark);
  text-transform: uppercase;
  letter-spacing: .4px;
  margin-bottom: 2px;
  font-weight: 700;
}

/* sections.css */
/* ── 3-CARD FEATURE STRIP ── */
.features-strip {
  background: #fff;
  border-bottom: 1px solid var(--border);
  padding: 0 var(--pad-x);
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1180px;
  margin: 0 auto;
}
.feature-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 34px 34px;
  border-right: 1px solid var(--border);
}
.feature-card:last-child { border-right: none; }
.feature-card:hover { background: #fafbfc; }
.feature-icon {
  width: 58px;
  height: 58px;
  border-radius: 13px;
  background: var(--blue-light);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.feature-icon svg { width: 28px; height: 28px; }
.feature-text h3 {
  font-size: 19px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 6px;
  font-family: var(--font-sans);
  line-height: 1.25;
}
.feature-text p {
  font-size: 16px;
  color: #666;
  line-height: 1.55;
  margin: 0;
}

/* ── WHY CHOOSE SECTION ── */
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.why-text h2 {
  margin-bottom: 16px;
  color: var(--dark);
}
.why-text p {
  color: #555;
  margin-bottom: 14px;
  font-size: 17px;
}
.why-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 28px;
}
.why-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
  font-size: 17px;
  color: var(--dark);
  font-weight: 600;
}
.why-list li:last-child { border-bottom: none; }
.why-check {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--red);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.why-check svg { width: 11px; height: 11px; }
.why-checkin {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 26px;
}

/* Location card (Why Choose right column) */
.why-location-card {
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,.10);
  background: #fff;
}
.why-location-map iframe {
  width: 100%;
  height: 240px;
  border: 0;
  display: block;
}
.why-location-body { padding: 24px; }
.why-location-name {
  font-size: 17px;
  font-weight: 700;
  color: var(--dark);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.why-location-name img { width: 32px; height: 32px; border-radius: 6px; }
.why-location-rows { margin-bottom: 20px; }
.why-location-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
  font-size: 16px;
  color: #555;
}
.why-location-row:last-child { border-bottom: none; }
.why-location-row svg { flex-shrink: 0; margin-top: 1px; }
.why-location-row strong {
  color: var(--dark);
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .4px;
  margin-bottom: 2px;
}
.why-phone {
  color: var(--red);
  font-weight: 600;
}
.why-location-btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.loc-btn-directions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background: var(--dark);
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  padding: 12px;
  border-radius: 8px;
}
.loc-btn-directions:hover { background: #1a1d22; color: #fff; }
.loc-btn-call {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background: var(--red);
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  padding: 12px;
  border-radius: 8px;
}
.loc-btn-call:hover { background: var(--red-dk); color: #fff; }

/* ── SERVICES GRID ── */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* ── 24/7 CTA BAND ── */
.band-247 {
  background: linear-gradient(135deg, #1a1f2e 0%, #0f1420 100%);
  padding: 64px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.band-247::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--band-bg-url, none) center / cover no-repeat;
  opacity: .10;
}
.band-247-inner {
  position: relative;
  z-index: 1;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--pad-x);
}
.band-247 .eyebrow { margin-bottom: 12px; }
.band-247 h2 {
  color: #fff;
  margin-bottom: 12px;
  max-width: 600px;
}
.band-247 p {
  font-size: 18px;
  color: rgba(255,255,255,.72);
  margin-bottom: 30px;
  max-width: 480px;
}
.band-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.band-btn-primary {
  background: var(--red);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 30px;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.band-btn-primary:hover { background: var(--red-dk); color: #fff; }
.band-btn-outline {
  border: 2px solid rgba(255,255,255,.4);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  padding: 13px 28px;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.band-btn-outline:hover { border-color: rgba(255,255,255,.8); color: #fff; }

/* ── CONDITIONS PORTAL ── */
.cp-section {
  padding: 72px var(--pad-x);
  background: #fff;
  border-top: 1px solid var(--border);
}
.cp-inner { max-width: var(--max-width); margin: 0 auto; }
.cp-heading { text-align: center; margin-bottom: 42px; }
.cp-heading h2 { margin-bottom: 6px; color: var(--dark); }
.cp-heading p { font-size: 18px; color: #666; max-width: 680px; margin: 10px auto 0; }
.cp-bar { width: 36px; height: 3px; background: var(--red); margin: 8px auto 0; border-radius: 2px; }
.cp-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.cp-benefits-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.cp-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 16px 16px 14px;
  transition: border-color .2s;
  display: flex;
  flex-direction: column;
}
.cp-card:hover { border-color: var(--red); }
.cp-benefit-card {
  border: 0;
  border-right: 3px solid #1d3158;
  border-radius: 0;
  padding: 18px 28px 20px;
  text-align: center;
  transition: none;
}
.cp-benefit-card:last-child { border-right: 0; }
.cp-benefit-card:hover { border-color: #1d3158; }
.cp-card-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.cp-icon {
  width: 36px;
  height: 36px;
  background: var(--blue-light);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cp-icon svg { width: 18px; height: 18px; }
.cp-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--dark);
  line-height: 1.3;
  font-family: var(--font-serif);
}
.cp-benefit-card .cp-title {
  display: block;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: .8px;
}
.cp-benefit-card p {
  color: #4d4d4d;
  font-size: 16px;
  line-height: 1.55;
  margin: 0;
}
.cp-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  flex: 1;
}
.cp-pill {
  font-size: 11px;
  color: #666;
  background: var(--gray-bg);
  padding: 3px 8px;
  border-radius: 20px;
  border: 1px solid var(--border);
}
.cp-more {
  font-size: 11px;
  font-weight: 700;
  color: var(--red);
  display: inline-flex;
  align-items: center;
  gap: 3px;
  margin-top: 10px;
}
.cp-more:hover { text-decoration: underline; }

/* ── STATS ── */
.seen-logo-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  align-items: center;
  max-width: 840px;
  margin: 0 auto 26px;
}
.seen-logo-item {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 8px;
}
.seen-logo-item img {
  max-width: 118px;
  max-height: 38px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.7;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.stat-item {
  background: #fff;
  text-align: center;
  padding: 40px 24px;
}
.stat-num {
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 700;
  color: var(--dark);
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: -1px;
  font-family: var(--font-sans);
}
.stat-label {
  font-size: 17px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 6px;
  font-family: var(--font-sans);
}
.stat-desc {
  font-size: 16px;
  color: #888;
  line-height: 1.45;
}

/* ── REVIEWS ── */
.reviews-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 32px;
  align-items: flex-start;
}
.reviews-aggregate {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 28px 22px;
  box-shadow: var(--shadow);
  text-align: center;
  position: sticky;
  top: 88px;
}
.reviews-agg-logo {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 12px;
  border: 2px solid var(--border);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reviews-agg-logo img { width: 100%; height: 100%; object-fit: cover; }
.reviews-agg-name { font-size: 14px; font-weight: 700; color: var(--dark); margin-bottom: 8px; }
.reviews-agg-score { font-size: 44px; font-weight: 700; color: var(--star); line-height: 1; margin-bottom: 4px; }
.reviews-agg-stars { font-size: 22px; color: var(--star); letter-spacing: -1px; margin-bottom: 6px; }
.reviews-agg-count { font-size: 15px; color: #888; margin-bottom: 16px; }
.reviews-agg-powered {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 12px;
  color: #aaa;
  margin-bottom: 18px;
}
.reviews-agg-powered span { color: #555; font-weight: 600; }
.review-us-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  background: var(--red);
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  padding: 12px 16px;
  border-radius: 30px;
}
.review-us-btn:hover { background: var(--red-dk); color: #fff; }
.reviews-cards-wrap { overflow: hidden; }
.reviews-cards-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

/* ── BUILDING STRIP ── */
.building-strip {
  width: 100%;
  height: 260px;
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  margin-bottom: 36px;
  box-shadow: var(--shadow);
}
.building-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 60%;
}
.building-strip-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(20,5,5,.55) 0%, transparent 60%);
  display: flex;
  align-items: center;
  padding: 28px;
}
.building-strip-text h3 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}
.building-strip-text p { font-size: 14px; color: rgba(255,255,255,.82); }
.building-strip-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(8px);
  border-radius: 10px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.building-strip-badge img { width: 36px; height: 36px; border-radius: 6px; }
.building-strip-badge-text strong { display: block; font-size: 12px; font-weight: 700; color: var(--dark); }
.building-strip-badge-text span { font-size: 10px; color: #888; }

/* ── COMPARISON TABLE ── */
.compare-table-wrap { overflow-x: auto; }
.compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  min-width: 560px;
}
.compare-table th {
  padding: 16px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid var(--border);
}
.compare-table th.col-label { text-align: left; background: var(--gray-bg); border: 1px solid var(--border); }
.compare-table th.col-wv   { background: var(--red); color: #fff; border-color: var(--red); }
.compare-table th.col-hosp,
.compare-table th.col-uc   { background: #f0f0f0; color: var(--dark); }
.compare-table td {
  padding: 13px 20px;
  text-align: center;
  border: 1px solid var(--border);
  color: #555;
  vertical-align: middle;
}
.compare-table tr:nth-child(even) td { background: var(--gray-bg); }
.compare-table td:first-child {
  text-align: left;
  font-weight: 600;
  color: var(--dark);
}
.check-yes     { color: #16a34a; font-size: 18px; font-weight: 700; }
.check-no      { color: #bbb; font-size: 18px; }
.check-partial { color: #f59e0b; font-size: 13px; font-weight: 600; }

/* ── MOBILE STICKY BAR ── */
.mobile-sticky {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 950;
  background: #fff;
  box-shadow: 0 -2px 12px rgba(0,0,0,.12);
  padding: 10px 16px;
  gap: 10px;
}
.mobile-sticky a {
  flex: 1;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  padding: 13px;
  border-radius: 10px;
}
.mob-btn-call    { background: var(--red); color: #fff; }
.mob-btn-call:hover { background: var(--red-dk); color: #fff; }
.mob-btn-checkin { background: var(--dark); color: #fff; }
.mob-btn-checkin:hover { background: #1a1d22; color: #fff; }

/* Mobile comparison table: keep the real table, shrink to fit instead of stacking cards. */
@media (max-width: 600px) {
  .compare-table-wrap { overflow-x: visible; width: 100%; }
  .compare-table { display: table !important; width: 100%; min-width: 0; table-layout: fixed; border-collapse: collapse; border-spacing: 0; font-size: 12px; }
  .compare-table thead { display: table-header-group !important; }
  .compare-table tbody { display: table-row-group !important; }
  .compare-table tr { display: table-row !important; width: auto; border: 0; border-radius: 0; background: transparent; overflow: visible; }
  .compare-table th, .compare-table td { display: table-cell !important; width: auto; border: 1px solid var(--border); padding: 9px 5px; text-align: center; vertical-align: middle; line-height: 1.25; }
  .compare-table th { font-size: 11px; padding: 10px 4px; white-space: normal; }
  .compare-table th.col-label { width: 34%; }
  .compare-table th.col-wv, .compare-table th.col-hosp, .compare-table th.col-uc { width: 22%; }
  .compare-table td:first-child { display: table-cell !important; width: 34%; padding-left: 7px; text-align: left; font-size: 12px; background: inherit; }
  .compare-table td[data-label]::before { content: none; display: none; }
  .check-yes, .check-no { font-size: 16px; }
  .check-partial { font-size: 10px; line-height: 1.2; }
}
/* ===== Services hub page (emergency-medical-services) ===== */

/* Services grid */
.mver-svc { margin: 2.5rem 0; }
.mver-svc h2 { margin: 0 0 1.25rem; }
.mver-svc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
}
.mver-svc-grid a.mver-svc-card {
  display: block;
  background: #fff;
  border: 1px solid var(--border, #e4e4e4);
  border-radius: 10px;
  padding: 22px 20px;
  text-decoration: none !important;
  color: var(--text, #444) !important;
  font-weight: 400 !important;
  box-shadow: var(--shadow, 0 2px 16px rgba(0,0,0,.09));
  transition: transform .15s ease, border-color .15s ease;
}
.mver-svc-grid a.mver-svc-card:hover,
.mver-svc-grid a.mver-svc-card:focus-visible {
  transform: translateY(-3px);
  border-color: var(--red, #e00226);
}
.mver-svc-card h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  line-height: 1.3;
  color: var(--dark, #2b2b2b);
}
.mver-svc-card p {
  margin: 0 0 12px;
  font-size: .92rem;
  line-height: 1.55;
}
.mver-svc-card .mver-svc-more {
  color: var(--red, #e00226);
  font-weight: 700;
  font-size: .9rem;
}

/* "Not sure if it's an emergency" callout */
.mver-unsure {
  background: var(--blue-light, #e8f1fb);
  border-radius: 10px;
  padding: 28px 26px;
  margin: 2.5rem 0;
}
.mver-unsure h2 { margin: 0 0 12px; }
.mver-unsure p { margin: 0 0 12px; max-width: 70ch; }
.mver-unsure p:last-child { margin-bottom: 0; }
.mver-unsure a.mver-unsure-tel {
  color: var(--red, #e00226);
  font-weight: 700;
}

/* components.css */
/* ── SERVICE CARD ── */
.service-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 28px 24px;
  transition: all .22s;
  display: flex;
  flex-direction: column;
}
.service-card:hover {
  border-color: var(--red);
  box-shadow: 0 4px 20px rgba(224,2,38,.12);
  transform: translateY(-2px);
}
.service-icon {
  width: 48px;
  height: 48px;
  background: var(--blue-light);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  flex-shrink: 0;
}
.service-icon svg { width: 24px; height: 24px; }
.service-card h3 {
  font-size: 19px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 8px;
  font-family: var(--font-sans);
}
.service-card p {
  font-size: 16px;
  color: #777;
  line-height: 1.65;
  margin: 0;
  flex: 1;
}
.service-card .card-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 15px;
  font-weight: 700;
  color: var(--red);
  margin-top: 12px;
}

/* ── BLOG INDEX ── */
.blog-index-page {
  background: #fff;
}
.blog-index-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
.blog-card {
  border: 1px solid var(--border);
  background: #fff;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.blog-card-media {
  display: block;
  aspect-ratio: 4 / 3;
  background: var(--gray-bg);
  overflow: hidden;
}
.blog-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .22s ease;
}
.blog-card:hover .blog-card-media img {
  transform: scale(1.025);
}
.blog-card-body {
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.blog-card h2 {
  font-size: 22px;
  line-height: 1.25;
  margin: 0;
}
.blog-card h2 a {
  color: var(--dark);
}
.blog-card h2 a:hover {
  color: var(--red);
}
.blog-card p {
  margin: 0;
  color: #555;
  font-size: 17px;
  line-height: 1.65;
  flex: 1;
}
.blog-card time {
  color: var(--red);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
}

/* ── REVIEW CARD ── */
.review-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 1px 8px rgba(0,0,0,.06);
  display: flex;
  flex-direction: column;
  min-height: 230px;
}
.review-card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 10px;
}
.review-card-meta {
  display: flex;
  align-items: center;
  gap: 10px;
}
.reviewer-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background: var(--dark);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  font-family: var(--font-sans);
}
.reviewer-name { font-weight: 700; font-size: 16px; color: var(--red); }
.reviewer-date { font-size: 13px; color: #aaa; }
.review-card-stars {
  color: var(--star);
  font-size: 17px;
  letter-spacing: -1px;
  margin-bottom: 10px;
}
.review-card-text {
  font-size: 16px;
  color: #555;
  line-height: 1.65;
  flex: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.google-g-sm { width: 20px; height: 20px; flex-shrink: 0; }

/* ── DOCTOR CARD ── */
.doctor-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform .2s, box-shadow .2s;
}
.doctor-card:hover { transform: translateY(-2px); box-shadow: 0 6px 24px rgba(0,0,0,.12); }
.doctor-card-photo {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center top;
}
.doctor-card-body { padding: 20px; }
.doctor-card-name {
  font-size: 17px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 4px;
  font-family: var(--font-serif);
}
.doctor-card-creds {
  font-size: 13px;
  color: var(--red);
  font-weight: 600;
  margin-bottom: 4px;
}
.doctor-card-specialty {
  font-size: 13px;
  color: #777;
}

.doctors-section {
  background: var(--gray-bg);
  border-top: 1px solid var(--border);
  padding: 64px var(--pad-x);
}
.doctors-inner {
  max-width: var(--max-width);
  margin: 0 auto;
}
.doctors-heading {
  text-align: center;
  margin-bottom: 32px;
}
.doctors-heading h2 {
  color: var(--dark);
  margin-bottom: 8px;
}
.doctors-heading p {
  color: #666;
  font-size: 17px;
  max-width: 560px;
  margin: 0 auto;
}
.doctors-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.doctors-section .doctor-card {
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
}
.doctor-card-link {
  color: inherit;
  display: contents;
}
.doctor-photo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--border);
  background: #e8f1fb;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.doctor-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.doctor-photo-init {
  font-size: 24px;
  font-weight: 700;
  color: var(--blue-icon);
}
.doctor-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--dark);
  line-height: 1.3;
}
.doctor-cred {
  font-size: 12px;
  color: var(--red);
  font-weight: 600;
}
.doctor-spec {
  font-size: 12px;
  color: #888;
  line-height: 1.4;
}

/* ── SIDEBAR CTA CARD ── */
.sidebar-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0,0,0,.08);
  position: sticky;
  top: 88px;
}
.sidebar-card-map iframe {
  width: 100%;
  height: 200px;
  border: 0;
  display: block;
}
.sidebar-card-body { padding: 22px; }
.sidebar-card-name {
  font-size: 16px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sidebar-card-name img { width: 30px; height: 30px; border-radius: 6px; }
.sidebar-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
  font-size: 15px;
  color: #555;
}
.sidebar-row:last-of-type { border-bottom: none; margin-bottom: 16px; }
.sidebar-row svg { flex-shrink: 0; margin-top: 1px; }
.sidebar-row strong {
  display: block;
  font-size: 11px;
  color: var(--dark);
  text-transform: uppercase;
  letter-spacing: .4px;
  margin-bottom: 2px;
}
.sidebar-btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.sb-btn-dir {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: var(--dark);
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  padding: 11px 8px;
  border-radius: 8px;
}
.sb-btn-dir:hover { background: #1a1d22; color: #fff; }
.sb-btn-call {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: var(--red);
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  padding: 11px 8px;
  border-radius: 8px;
}
.sb-btn-call:hover { background: var(--red-dk); color: #fff; }

/* ── 2-COL CONTENT GRID (service pages) ── */
.content-grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 60px;
  align-items: flex-start;
}
.content-grid-full {
  grid-template-columns: 1fr;
}
.content-main {
  min-width: 0;
}
.content-sidebar {
  min-width: 0;
}
.related-services {
  margin-top: 48px;
  padding-top: 28px;
  border-top: 1px solid var(--border);
}
.related-services h3 {
  font-size: 18px;
  color: var(--dark);
  margin-bottom: 14px;
}
.related-services ul {
  display: grid;
  gap: 8px;
}
.related-services a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: var(--gray-bg);
  border-left: 3px solid var(--red);
  border-radius: 6px;
  padding: 10px 14px;
  color: var(--dark);
  font-size: 16px;
  font-weight: 700;
}
.related-services a:hover {
  color: var(--red);
}

/* ── FAQ PAGE ── */
.faq-page {
  background: #fff;
}
.faq-page-inner {
  max-width: 880px;
}
.faq-accordion {
  display: grid;
  gap: 12px;
}
.faq-section-label {
  font-size: 12px;
  font-weight: 800;
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: 1.4px;
  margin: 24px 0 2px;
}
.faq-section-label:first-child {
  margin-top: 0;
}
.faq-item {
  border: 1px solid var(--border);
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
.faq-question {
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--dark);
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
  cursor: pointer;
}
.faq-question-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}
.faq-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--gray-bg);
  color: #888;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.faq-icon svg {
  width: 12px;
  height: 12px;
}
.faq-answer {
  display: none;
  color: #555;
  font-size: 17px;
  line-height: 1.7;
  padding: 0 20px 18px;
}
.faq-item.is-open .faq-answer,
.faq-question[aria-expanded="true"] + .faq-answer {
  display: block;
}

/* Services parent page repair: keep locked editor cards usable without changing content. */
.page-id-7 .services-grid > p { display: none; }
.page-id-7 .service-card h2 { font-size: 19px; font-weight: 700; color: var(--dark); margin: 0 0 8px; font-family: var(--font-sans); line-height: 1.25; }
.page-id-7 .service-card h2::after { display: none; }
.page-id-7 .service-card-arrow { display: inline-flex; align-items: center; gap: 4px; font-size: 15px; font-weight: 700; color: var(--red); margin-top: auto; }
.page-id-7 .service-card-arrow svg { width: 14px; height: 14px; flex: 0 0 auto; }
@media (max-width: 768px) {
  .page-id-7 .services-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) {
  .page-id-7 .services-grid { grid-template-columns: 1fr; }
}

/* forms.css */
/* ── CONTACT FORM 7 OVERRIDES ── */

/* Wrapper */
.wpcf7 { margin: 0; }
.wpcf7 form { width: 100%; }

/* Input fields */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"],
.wpcf7 textarea,
.wpcf7 select {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid var(--border);
  border-radius: 8px;
  font-size: 16px;
  font-family: var(--font-sans);
  color: var(--dark);
  background: #fff;
  transition: border-color .15s;
  appearance: none;
}
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="date"]:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
  outline: none;
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(224,2,38,.08);
}
.wpcf7 textarea { min-height: 130px; resize: vertical; }

/* Labels */
.wpcf7 label {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 6px;
  font-family: var(--font-sans);
}

/* Form rows */
.wpcf7 .form-row {
  margin-bottom: 18px;
}
.wpcf7 .form-row-half {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 18px;
}

/* Submit button */
.wpcf7 input[type="submit"] {
  background: var(--red);
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 14px 32px;
  border-radius: 40px;
  border: none;
  cursor: pointer;
  font-family: var(--font-sans);
  transition: background .15s;
  display: inline-block;
}
.wpcf7 input[type="submit"]:hover {
  background: var(--red-dk);
}

/* Radio / checkbox */
.wpcf7 .wpcf7-radio,
.wpcf7 .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.wpcf7 .wpcf7-radio .wpcf7-list-item,
.wpcf7 .wpcf7-checkbox .wpcf7-list-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: var(--text);
}
.wpcf7 .wpcf7-radio input[type="radio"],
.wpcf7 .wpcf7-checkbox input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: var(--red);
}

/* Validation errors */
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 12px;
  color: var(--red);
  margin-top: 4px;
  display: block;
}
.wpcf7 input.wpcf7-not-valid,
.wpcf7 textarea.wpcf7-not-valid,
.wpcf7 select.wpcf7-not-valid {
  border-color: var(--red);
}

/* Status messages */
.wpcf7 .wpcf7-response-output {
  border: none;
  padding: 14px 18px;
  border-radius: 8px;
  font-size: 16px;
  margin: 16px 0 0;
  font-weight: 600;
}
.wpcf7 .wpcf7-mail-sent-ok { background: #dcfce7; color: #166534; }
.wpcf7 .wpcf7-mail-sent-ng,
.wpcf7 .wpcf7-validation-errors,
.wpcf7 .wpcf7-spam-blocked { background: #fef2f2; color: var(--red); }
.wpcf7 .wpcf7-acceptance-missing { background: #fef9c3; color: #92400e; }

/* Spinner */
.wpcf7 .ajax-loader { vertical-align: middle; margin-left: 8px; }

/* Form layout wrappers (used in templates) */
.form-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 36px;
  box-shadow: var(--shadow);
}
.form-card-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 6px;
  font-family: var(--font-serif);
}
.form-card-sub {
  font-size: 16px;
  color: #777;
  margin-bottom: 24px;
}

/* ── CONTACT PAGE LAYOUT ── */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 60px;
  align-items: flex-start;
}
.contact-info-col .sidebar-card-body {
  padding: 0;
}
.contact-info-block {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 28px;
  box-shadow: var(--shadow);
}
.contact-info-block h3 {
  font-family: var(--font-serif);
  font-size: 20px;
  color: var(--dark);
  margin-bottom: 22px;
}
.contact-info-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid var(--border);
}
.contact-info-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.contact-info-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--blue-light);
  color: var(--blue-icon);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-info-icon svg {
  width: 18px;
  height: 18px;
}
.contact-info-label {
  font-size: 12px;
  font-weight: 700;
  color: #888;
  text-transform: uppercase;
  letter-spacing: .4px;
  margin-bottom: 3px;
}
.contact-info-value {
  color: var(--dark);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.55;
}
.contact-info-value a {
  color: var(--red);
  font-weight: 700;
}
.contact-info-col h2 {
  font-size: 16px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 16px;
}
.contact-info-col .sidebar-row {
  gap: 14px;
  padding: 14px 0;
}
.contact-info-col .sidebar-row svg {
  width: 38px;
  height: 38px;
  padding: 10px;
  border-radius: 8px;
  background: var(--blue-light);
  color: var(--blue-icon);
  margin-top: 0;
}
.contact-info-col .sidebar-row strong {
  color: #999;
}
.contact-info-col .sidebar-row div {
  font-size: 17px;
  color: var(--dark);
  font-weight: 600;
}
.contact-map iframe {
  width: 100%;
  height: 220px;
  border: 0;
  border-radius: 10px;
  display: block;
  margin-top: 24px;
}
.contact-form-col {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 32px;
  box-shadow: var(--shadow);
}
.contact-form-col .wpcf7 input[type="submit"] {
  width: 100%;
  border-radius: 8px;
}
.contact-form-wrap h2 {
  font-size: 24px;
  color: var(--dark);
  margin-bottom: 8px;
}

/* Contact/check-in map intro boxes. */
.form-map-box { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 420px); gap: 24px; align-items: stretch; margin: 0 0 28px; padding: 24px; border: 1px solid var(--border); border-radius: 8px; background: #fff; }
.form-map-copy h2 { margin: 0 0 12px; font-size: 28px; line-height: 1.2; color: var(--dark); }
.form-map-copy p { margin: 0 0 12px; font-size: 17px; line-height: 1.6; color: #555; }
.form-map-frame iframe { width: 100%; min-height: 260px; height: 100%; border: 0; border-radius: 8px; display: block; }
.form-map-box-text { margin-bottom: 24px; }
.form-map-box-text h2 { margin-top: 0; }
@media (max-width: 768px) {
  .form-map-box { grid-template-columns: 1fr; padding: 18px; gap: 18px; }
  .form-map-copy h2 { font-size: 24px; }
  .form-map-copy p { font-size: 16px; }
  .form-map-frame iframe { min-height: 220px; }
}

/* Online check-in page. Scoped so other content pages keep their current flow. */
.page-slug-online-check-in .online-checkin-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 40px;
  align-items: start;
}
.page-slug-online-check-in .online-checkin-main {
  min-width: 0;
}
.page-slug-online-check-in .content-body {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 34px;
  box-shadow: 0 16px 42px rgba(16, 34, 55, .08);
}
.page-slug-online-check-in .content-body > p:first-child {
  margin-top: 0;
  color: #44515f;
  font-size: 18px;
  line-height: 1.65;
}
.page-slug-online-check-in .wpcf7 form {
  display: grid;
  gap: 18px;
}
.page-slug-online-check-in .wpcf7 form > p {
  margin: 0;
}
.page-slug-online-check-in .wpcf7 label {
  color: var(--dark);
  font-size: 14px;
  letter-spacing: .01em;
}
.page-slug-online-check-in .wpcf7 input[type="text"],
.page-slug-online-check-in .wpcf7 input[type="email"],
.page-slug-online-check-in .wpcf7 input[type="tel"],
.page-slug-online-check-in .wpcf7 textarea,
.page-slug-online-check-in .wpcf7 select {
  min-height: 52px;
  border-color: #d8e2ec;
  background: #fbfdff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
}
.page-slug-online-check-in .wpcf7 textarea {
  min-height: 150px;
}
.page-slug-online-check-in .wpcf7 input[type="submit"] {
  width: 100%;
  min-height: 54px;
  border-radius: 8px;
  box-shadow: 0 10px 22px rgba(224, 2, 38, .2);
}
.page-slug-online-check-in .wpcf7 input[type="submit"]:focus {
  outline: 3px solid rgba(224, 2, 38, .2);
  outline-offset: 2px;
}
.page-slug-online-check-in .sidebar-card {
  top: 104px;
}

@media (max-width: 980px) {
  .page-slug-online-check-in .online-checkin-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .page-slug-online-check-in .sidebar-card {
    position: static;
  }
}
@media (max-width: 640px) {
  .page-slug-online-check-in .content-body {
    padding: 24px 18px;
  }
}

/* responsive.css */
/* ── RESPONSIVE — all breakpoints ── */

@media (max-width: 1024px) {
  .reviews-cards-track    { grid-template-columns: 1fr 1fr; }
  .footer-grid            { grid-template-columns: 1fr 1fr; gap: 28px; }
}

@media (max-width: 900px) {
  .site-nav               { gap: 18px; }
  .site-nav > a,
  .site-nav .nav-drop-trigger { font-size: 13px; }
}

@media (max-width: 768px) {
  :root { --pad-x: 20px; }

  /* Header */
  .top-bar                { display: none; }
  .site-nav               { display: none; }
  .hdr-phone              { display: none; }
  .nav-hamburger          { display: flex; }

  /* Hero */
  .hero                   { min-height: 400px; }
  .hero-inner             { padding: 48px 0; }
  .hero h1                { font-size: 26px; }
  .hero-ctas              { flex-direction: column; }
  .hero-cta-primary,
  .hero-cta-secondary     { width: 100%; justify-content: center; }
  .page-hero              { padding: 32px 0; }
  .page-hero-inner        { grid-template-columns: 1fr; gap: 28px; }
  .page-hero-left         { order: 2; }
  .page-action-card       { order: 1; }
  .pac-phone              { font-size: 22px; }

  /* Sections */
  .section                { padding: 48px var(--pad-x); }
  .why-grid               { grid-template-columns: 1fr; gap: 32px; }
  .services-grid          { grid-template-columns: 1fr 1fr; }
  .blog-index-grid        { grid-template-columns: 1fr 1fr; }
  .doctors-grid           { grid-template-columns: 1fr 1fr; }
  .cp-section             { padding: 32px var(--pad-x); }
  .cp-grid                { grid-template-columns: 1fr 1fr; gap: 10px; }
  .cp-benefits-grid       { gap: 0; }
  .cp-benefit-card        { border-right: 0; border-bottom: 1px solid var(--border); padding: 22px 18px; }
  .cp-benefit-card:nth-last-child(-n+2) { border-bottom: 0; }
  .stats-grid             { grid-template-columns: 1fr; }
  .reviews-layout         { grid-template-columns: 1fr; }
  .reviews-aggregate      { position: static; }
  .reviews-cards-track    { grid-template-columns: 1fr; }
  .building-strip         { height: 180px; }
  .features-grid          { grid-template-columns: 1fr; }
  .feature-card           { border-right: none; border-bottom: 1px solid var(--border); padding: 22px 16px; }
  .feature-card:last-child { border-bottom: none; }

  /* Why choose section */
  .why-grid               { grid-template-columns: 1fr; }

  /* Footer */
  .footer-grid            { grid-template-columns: 1fr; gap: 24px; }
  .footer-bar             { flex-direction: column; text-align: center; }
  .site-footer            { padding: 40px var(--pad-x) 24px; }

  /* Page banner */
  .page-banner            { padding: 36px 0; }
  .page-banner h1         { font-size: clamp(30px, 8vw, 38px); line-height: 1.08; }
  .page-banner-sub        { font-size: 16px; }
  .page-banner-ctas       { flex-direction: column; gap: 12px; }
  .pb-btn-call,
  .pb-btn-checkin,
  .pb-btn-dir             { width: 100%; }
  .page-banner-location-note {
    width: 100%;
    min-height: 0;
    padding: 13px 12px;
    font-size: 14.5px;
    line-height: 1.4;
  }
  .page-banner-location-note::after {
    margin-left: auto;
    padding: 4px 9px;
    font-size: 11px;
  }

  /* Content grid (service pages) */
  .content-grid           { grid-template-columns: 1fr; }
  .sidebar-card           { position: static; }
  .page-content           { padding: 40px var(--pad-x); }
  .contact-grid           { grid-template-columns: 1fr; gap: 36px; }
  .contact-form-col       { padding: 24px; }
  .contact-info-block     { padding: 24px; }

  /* Mobile sticky */
  .mobile-sticky          { display: flex; }
  body                    { padding-bottom: 70px; }

  /* Form */
  .form-row-half          { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .info-grid              { grid-template-columns: 1fr; }
  .page-slug-news-segments { padding: 42px var(--pad-x) 56px; }
  .page-slug-news-segments .covid .row { grid-template-columns: 1fr; gap: 20px; margin-bottom: 20px; }
  .page-slug-news-segments .covid [class*="col-"] { padding: 14px; }
  .page-slug-news-segments .covid-ii h2 { min-height: 0; font-size: 20px; }
  .page-slug-news-segments .covid-ii img { max-height: 58px; }
}

@media (max-width: 480px) {
  .services-grid          { grid-template-columns: 1fr; }
  .blog-index-grid        { grid-template-columns: 1fr; }
  .doctors-grid           { grid-template-columns: 1fr; }
  .hero h1                { font-size: 22px; }
  .cp-grid                { grid-template-columns: 1fr; }
  .cp-benefit-card:nth-last-child(-n+2) { border-bottom: 1px solid var(--border); }
  .cp-benefit-card:last-child { border-bottom: 0; }
  .band-247 h2            { font-size: 20px; }
  .footer-grid            { grid-template-columns: 1fr; }
  .form-card              { padding: 22px; }
}

/* Final mobile reference overrides loaded after the base header/global files. */
@media (max-width: 768px) {
  .site-header,
  .site-header-inner {
    height: 67px;
    min-height: 67px;
  }

  .site-header-inner {
    gap: 12px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .site-logo img {
    max-width: 178px;
    height: 48px;
  }

  .header-ctas {
    display: flex;
    gap: 12px;
    margin-left: auto;
  }

  .header-ctas .btn-solid {
    display: none;
  }

  .hdr-phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 9px;
    background: #fdecee;
    color: transparent;
    font-size: 0;
    overflow: hidden;
  }

  .hdr-phone svg {
    width: 18px;
    height: 18px;
    color: var(--red);
    stroke: var(--red);
  }

  .nav-hamburger {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 56px;
    height: 56px;
    padding: 17px 14px;
    border: 1px solid var(--border);
    border-radius: 0 0 0 8px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
  }

  .nav-hamburger span {
    width: 28px;
    height: 3px;
    background: #555;
  }

  .page-banner {
    padding: 30px 0 34px;
  }

  .page-banner-inner {
    padding-right: 22px;
    padding-left: 22px;
  }

  .page-banner h1 {
    font-family: "Montserrat", var(--font-sans);
    font-size: 34px;
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .page-banner-ctas {
    display: flex;
    flex-direction: column;
    gap: 11px;
  }

  .pb-btn-call,
  .pb-btn-checkin,
  .pb-btn-dir {
    justify-content: center;
    width: 100%;
    border-radius: 9px;
    padding: 16px;
  }
}

/* Mobile header controls: reuse existing phone link and menu controls. */
@media (max-width: 768px) {
  .site-header,
  .site-header-inner {
    height: 68px;
    min-height: 68px;
  }

  .site-header-inner {
    gap: 6px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .site-logo {
    min-width: 0;
  }

  .site-logo img {
    max-width: clamp(104px, 32vw, 150px);
    height: 46px;
  }

  .header-ctas {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: auto;
    min-width: 0;
  }

  .hdr-phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: auto;
    height: 38px;
    padding: 0 2px;
    border-radius: 0;
    background: transparent;
    color: var(--dark);
    font-size: clamp(12px, 3.25vw, 14px);
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    overflow: visible;
  }

  .hdr-phone svg {
    width: 14px;
    height: 14px;
    color: var(--blue-icon);
    stroke: var(--blue-icon);
    flex: 0 0 auto;
  }

  .nav-hamburger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
    padding: 11px 9px;
    border: 1px solid #e1e4e8;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 6px 16px rgba(17, 24, 39, .14);
  }

  .nav-hamburger span,
  .nav-hamburger.open span:nth-child(1),
  .nav-hamburger.open span:nth-child(2),
  .nav-hamburger.open span:nth-child(3) {
    display: block !important;
    width: 22px !important;
    height: 2px !important;
    border-radius: 2px;
    background: #555 !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .mobile-nav {
    top: 68px;
    max-height: calc(100vh - 68px);
  }

  .mobile-nav-header {
    display: flex;
    padding: 12px 0 18px;
    border-bottom: 1px solid var(--border);
  }

  .mobile-nav-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    min-width: 48px;
    height: 48px;
    min-height: 48px;
    margin-left: auto;
    border-radius: 8px;
    background: #202226;
    color: #fff;
    font-size: 34px;
    line-height: 1;
  }
}

/* home-dc-design.css */
.mver-dc-body {
	background: #fff;
	color: #565b63;
	font-family: "Mulish", system-ui, sans-serif;
}

.mver-dc-body a {
	text-decoration: none;
}

.mver-dc-shell,
.mver-dc-header-inner,
.mver-dc-footer-grid,
.mver-dc-footer-bar {
	max-width: 1280px;
	margin: 0 auto;
	padding-right: 34px;
	padding-left: 34px;
}

.mver-dc-header {
	position: sticky;
	top: 0;
	z-index: 60;
	background: #fff;
	border-bottom: 1px solid #ecedef;
}

.mver-dc-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	min-height: 74px;
}

.mver-dc-brand,
.mver-dc-footer-brand {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 12px;
	color: #1b1d22;
}

.mver-dc-mark {
	display: inline-flex;
	width: 46px;
	height: 42px;
	color: #e00226;
}

.mver-dc-mark svg {
	width: 100%;
	height: 100%;
}

.mver-dc-brand-text {
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.02;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.mver-dc-brand-text em {
	color: #e00226;
	font-style: normal;
}

.mver-dc-menu,
.mver-dc-mobile-menu,
.mver-dc-footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mver-dc-menu {
	display: flex;
	align-items: center;
	gap: 30px;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .02em;
	white-space: nowrap;
}

.mver-dc-menu li {
	position: relative;
}

.mver-dc-menu a {
	display: inline-flex;
	align-items: center;
	color: #2b2e34;
}

.mver-dc-menu .sub-menu {
	position: absolute;
	top: calc(100% + 18px);
	left: -18px;
	z-index: 70;
	display: grid;
	gap: 2px;
	min-width: 250px;
	margin: 0;
	padding: 12px;
	list-style: none;
	border: 1px solid #e9eaec;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 44px rgba(16,20,30,.12);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.mver-dc-menu li:hover > .sub-menu,
.mver-dc-menu li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.mver-dc-menu .sub-menu a {
	display: block;
	padding: 10px 12px;
	border-radius: 6px;
	color: #2b2e34;
	font-size: 13px;
	line-height: 1.35;
	white-space: normal;
}

.mver-dc-menu .sub-menu a:hover,
.mver-dc-menu .sub-menu a:focus {
	background: #fdecee;
	color: #e00226;
}

.mver-dc-header-actions {
	display: flex;
	align-items: center;
	gap: 18px;
	flex: 0 0 auto;
}

.mver-dc-header-phone {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #1b1d22;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	white-space: nowrap;
}

.mver-dc-header-phone svg {
	color: #e00226;
}

.mver-dc-header-cta,
.mver-dc-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	letter-spacing: .02em;
	text-transform: uppercase;
}

.mver-dc-header-cta {
	background: #e00226;
	color: #fff;
	font-size: 13.5px;
	padding: 14px 22px;
}

.mver-dc-menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	border: 1px solid #e1e3e7;
	border-radius: 6px;
	background: #fff;
}

.mver-dc-menu-toggle span {
	display: block;
	width: 19px;
	height: 2px;
	margin: 4px auto;
	background: #1b1d22;
}

.mver-dc-mobile-nav {
	display: none;
}

.mver-dc-hero {
	position: relative;
	min-height: 660px;
	display: flex;
	align-items: center;
	background: #10131a;
	overflow: hidden;
}

.mver-dc-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: linear-gradient(100deg, rgba(13,16,22,.95) 0%, rgba(13,16,22,.82) 38%, rgba(13,16,22,.45) 68%, rgba(13,16,22,.2) 100%), var(--mver-dc-hero-bg);
	background-position: center;
	background-size: cover;
}

.mver-dc-hero .mver-dc-shell {
	position: relative;
	width: 100%;
	padding-top: 64px;
	padding-bottom: 64px;
}

.mver-dc-hero-copy {
	max-width: 720px;
}

.mver-dc-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 9px 16px;
	border: 1px solid rgba(74,222,128,.4);
	border-radius: 999px;
	background: rgba(34,197,94,.14);
	color: #86efac;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.mver-dc-eyebrow span {
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: #4ade80;
	box-shadow: 0 0 0 4px rgba(74,222,128,.25);
}

.mver-dc-hero h1,
.mver-dc-band h2 {
	margin: 24px 0 0;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 72px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0;
	text-transform: uppercase;
}

.mver-dc-hero h1 mark {
	background: transparent;
	color: #ff5168;
}

.mver-dc-hero p {
	max-width: 540px;
	margin: 18px 0 0;
	color: #aeb4bf;
	font-size: 19px;
	line-height: 1.6;
}

.mver-dc-hero-location {
	color: #e7eaf0;
	font-family: "Montserrat", sans-serif;
	font-size: 21px;
	font-weight: 600;
	letter-spacing: .01em;
}

.mver-dc-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.mver-dc-btn {
	min-height: 56px;
	padding: 16px 30px;
	font-size: 16px;
}

.mver-dc-btn-red {
	background: #e00226;
	color: #fff;
}

.mver-dc-btn-ghost {
	border: 1px solid rgba(255,255,255,.28);
	background: rgba(255,255,255,.1);
	color: #fff;
}

.mver-dc-btn-white {
	background: #fff;
	color: #16181d;
}

.mver-dc-rating {
	display: inline-grid;
	grid-template-columns: auto auto;
	gap: 2px 13px;
	align-items: center;
	margin-top: 30px;
	color: #fff;
}

.mver-dc-rating span {
	grid-row: span 2;
	color: #ffc53d;
	letter-spacing: 1px;
}

.mver-dc-rating strong {
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
}

.mver-dc-rating small {
	color: #9aa1ad;
	font-size: 13px;
}

.mver-dc-location-note {
	display: none;
	align-items: flex-start;
	gap: 9px;
	max-width: 540px;
	margin: 14px 0 0;
	padding: 10px 14px;
	border: 1px solid rgba(255,255,255,.22);
	border-radius: 10px;
	background: rgba(255,255,255,.08);
	color: #e7eaf0;
	font-size: 14.5px;
	line-height: 1.45;
}

.mver-dc-location-note::before {
	content: "";
	flex: 0 0 auto;
	width: 8px;
	height: 8px;
	margin-top: .55em;
	border-radius: 999px;
	background: #e00226;
	box-shadow: 0 0 0 3px rgba(224,2,38,.18);
}

.mver-dc-features {
	background: #f4f6f8;
	border-bottom: 1px solid #e6e8eb;
}

.mver-dc-feature-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 48px;
	padding-top: 44px;
	padding-bottom: 44px;
}

.mver-dc-feature-grid article {
	display: flex;
	align-items: flex-start;
	gap: 16px;
}

.mver-dc-feature-grid article:not(:last-child) {
	border-right: 0;
	padding-right: 0;
}

.mver-dc-feature-grid article:not(:first-child) {
	padding-left: 48px;
	border-left: 1px solid #dcdfe3;
}

.mver-dc-card > span {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 12px;
	background: #fdecee;
	color: #e00226;
}

.mver-dc-feature-grid article > span {
	display: inline-flex;
	flex: 0 0 auto;
	color: #16181d;
}

.mver-dc-feature-grid svg {
	width: 30px;
	height: 30px;
}

.mver-dc-card svg {
	width: 24px;
	height: 24px;
}

.mver-dc-feature-grid h2,
.mver-dc-card h2,
.mver-dc-values h3,
.mver-dc-location-card h2 {
	margin: 0 0 10px;
	color: #16181d;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.22;
	letter-spacing: .015em;
	text-transform: uppercase;
}

.mver-dc-feature-grid h2 {
	margin: 2px 0 7px;
	font-size: 16px;
}

.mver-dc-feature-grid p,
.mver-dc-card p {
	margin: 0;
	color: #6b7079;
	font-size: 16px;
	line-height: 1.6;
}

.mver-dc-feature-grid p {
	font-size: 15px;
	line-height: 1.55;
}

.mver-dc-services {
	padding-top: 80px;
	padding-bottom: 0;
}

.mver-dc-service-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.mver-dc-card {
	padding: 32px 30px;
	border: 1px solid #e9eaec;
	border-radius: 14px;
	background: #fff;
	transition: box-shadow .2s, transform .2s;
}

.mver-dc-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 40px rgba(16,20,30,.1);
}

.mver-dc-card > span {
	margin-bottom: 18px;
}

.mver-dc-card a {
	color: inherit;
}

.mver-dc-values {
	position: relative;
	margin-top: 90px;
	overflow: hidden;
	background: #10131a;
	color: #fff;
}

.mver-dc-values::before {
	content: "";
	position: absolute;
	inset: 0 0 0 auto;
	width: 42%;
	background-image: var(--mver-dc-value-bg);
	background-position: center;
	background-size: cover;
	opacity: .16;
}

.mver-dc-values .mver-dc-shell {
	position: relative;
	padding-top: 84px;
	padding-bottom: 84px;
}

.mver-dc-values > div > h2,
.mver-dc-about h2,
.mver-dc-section-head h2 {
	margin: 0 0 48px;
	color: #16181d;
	font-family: "Montserrat", sans-serif;
	font-size: 36px;
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: 0;
	text-transform: uppercase;
}

.mver-dc-values > div > h2 {
	color: #fff;
	text-align: center;
}

.mver-dc-value-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1px;
	overflow: hidden;
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 16px;
	background: rgba(255,255,255,.1);
}

.mver-dc-value-grid article {
	background: #10131a;
	padding: 38px 40px;
}

.mver-dc-values h3 {
	color: #fff;
	font-size: 21px;
}

.mver-dc-values p {
	margin: 0;
	color: #a7aeba;
	font-size: 16px;
	line-height: 1.65;
}

.mver-dc-seen {
	border-bottom: 1px solid #ecedef;
	background: #fff;
}

.mver-dc-seen p {
	margin: 0;
	padding: 38px 0;
	color: #a0a6ae;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .34em;
	text-align: center;
	text-transform: uppercase;
}

.mver-dc-about {
	display: grid;
	grid-template-columns: 1.12fr .88fr;
	gap: 64px;
	align-items: start;
	padding-top: 80px;
	padding-bottom: 80px;
}

.mver-dc-about h2 {
	margin-bottom: 24px;
}

.mver-dc-copy {
	color: #565b63;
	font-size: 18px;
	line-height: 1.7;
}

.mver-dc-copy p:first-child {
	margin-top: 0;
}

.mver-dc-checks {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin: 0 0 34px;
	padding: 0;
	list-style: none;
}

.mver-dc-checks li {
	display: flex;
	align-items: flex-start;
	gap: 13px;
	color: #2b2e34;
	font-size: 17px;
	font-weight: 600;
}

.mver-dc-checks span {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 999px;
	background: #e00226;
}

.mver-dc-checks svg {
	width: 13px;
	height: 13px;
}

.mver-dc-location-card {
	overflow: hidden;
	border: 1px solid #e9eaec;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 14px 44px rgba(16,20,30,.09);
}

.mver-dc-location-card img,
.mver-dc-location-map {
	display: block;
	width: 100%;
	height: 236px;
}

.mver-dc-location-card img {
	object-fit: cover;
}

.mver-dc-location-map {
	position: relative;
}

.mver-dc-location-map iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.mver-dc-location-map a {
	position: absolute;
	top: 14px;
	left: 14px;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 9px 15px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 2px 8px rgba(16,20,30,.18);
	color: #1a73e8;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 700;
}

.mver-dc-location-map a svg {
	width: 14px;
	height: 14px;
}

.mver-dc-location-card > div {
	padding: 32px 34px;
}

.mver-dc-location-card p {
	display: flex;
	gap: 14px;
	margin: 0;
	padding: 18px 0;
	border-top: 1px solid #eeeff1;
}

.mver-dc-location-card p:first-of-type {
	padding-top: 0;
	border-top: 0;
}

.mver-dc-location-card p > svg {
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
	margin-top: 2px;
	color: #16181d;
}

.mver-dc-location-card strong {
	display: block;
	margin-bottom: 6px;
	color: #16181d;
	font-family: "Montserrat", sans-serif;
	font-size: 11.5px;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.mver-dc-location-card p em,
.mver-dc-location-card p a {
	color: #565b63;
	font-style: normal;
	font-size: 16.5px;
	line-height: 1.5;
}

.mver-dc-location-actions {
	display: flex;
	gap: 12px;
	margin-top: 28px;
}

.mver-dc-location-actions a {
	flex: 1;
	padding: 15px;
	border-radius: 8px;
	background: #1b1d22;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 13.5px;
	font-weight: 700;
	letter-spacing: .02em;
	text-align: center;
	text-transform: uppercase;
}

.mver-dc-location-actions a:last-child {
	background: #e00226;
}

.mver-dc-tabs {
	border-top: 1px solid #ebecee;
	background: #f5f6f8;
}

.mver-dc-tabs .mver-dc-shell {
	padding-top: 80px;
	padding-bottom: 80px;
}

.mver-dc-tab-heading {
	margin-bottom: 34px;
	color: #e00226;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .2em;
	text-align: center;
	text-transform: uppercase;
}

.mver-dc-tab-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 11px;
	margin-bottom: 38px;
}

.mver-dc-tab-nav button {
	padding: 12px 22px;
	border: 1px solid #e1e3e7;
	border-radius: 8px;
	background: #fff;
	color: #2b2e34;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 700;
}

.mver-dc-tab-nav button.is-active {
	border-color: #e00226;
	background: #e00226;
	color: #fff;
}

.mver-dc-tab-panels article {
	display: none;
	padding: 48px 52px;
	border: 1px solid #e9eaec;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 8px 30px rgba(16,20,30,.04);
}

.mver-dc-tab-panels article.is-active {
	display: block;
}

.mver-dc-tab-panels h2 {
	margin: 0 0 16px;
	color: #16181d;
	font-family: "Montserrat", sans-serif;
	font-size: 26px;
	font-weight: 800;
	letter-spacing: .01em;
	text-transform: uppercase;
}

.mver-dc-tab-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0 52px;
	margin-top: 28px;
}

.mver-dc-tab-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mver-dc-tab-list li {
	display: flex;
	align-items: center;
	gap: 13px;
	padding: 13px 0;
	border-bottom: 1px solid #eeeff1;
	color: #2b2e34;
	font-size: 16.5px;
}

.mver-dc-tab-list li::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 999px;
	background: #e00226;
}

.mver-dc-compare {
	padding-top: 88px;
	padding-bottom: 88px;
}

.mver-dc-section-head {
	margin-bottom: 44px;
	text-align: center;
}

.mver-dc-section-head h2 {
	margin-bottom: 0;
}

.mver-dc-section-head span {
	display: block;
	width: 54px;
	height: 3px;
	margin: 18px auto 14px;
	border-radius: 2px;
	background: #e00226;
}

.mver-dc-section-head p {
	margin: 0;
	color: #6b7079;
	font-size: 18px;
}

.mver-dc-compare-table {
	overflow: hidden;
	border: 1px solid #e9eaec;
	border-radius: 18px;
	box-shadow: 0 8px 30px rgba(16,20,30,.05);
}

.mver-dc-compare-table > div {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1.2fr 1fr;
	align-items: center;
	border-top: 1px solid #eeeff1;
	background: #fff;
}

.mver-dc-compare-table > div:first-child {
	border-top: 0;
	background: #16181d;
	color: #fff;
	font-family: "Montserrat", sans-serif;
}

.mver-dc-compare-table > div:nth-child(odd):not(:first-child) {
	background: #f7f8fa;
}

.mver-dc-compare-table strong,
.mver-dc-compare-table span {
	padding: 18px;
	text-align: center;
}

.mver-dc-compare-table strong {
	font-size: 15px;
	font-weight: 800;
	letter-spacing: .03em;
	text-transform: uppercase;
}

.mver-dc-compare-table strong:first-of-type {
	background: #e00226;
}

.mver-dc-compare-table span:first-child {
	padding-left: 24px;
	color: #16181d;
	font-family: "Montserrat", sans-serif;
	font-size: 15.5px;
	font-weight: 700;
	text-align: left;
}

.mver-dc-band {
	position: relative;
	overflow: hidden;
	background: #10131a;
	color: #fff;
	text-align: center;
}

.mver-dc-band::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: linear-gradient(180deg, rgba(13,16,22,.7), rgba(13,16,22,.92)), var(--mver-dc-band-bg);
	background-position: center;
	background-size: cover;
}

.mver-dc-band .mver-dc-shell {
	position: relative;
	max-width: 980px;
	padding-top: 84px;
	padding-bottom: 84px;
}

.mver-dc-band .mver-dc-shell > div:first-child {
	margin-bottom: 20px;
	color: #ff5168;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .28em;
	text-transform: uppercase;
}

.mver-dc-band h2 {
	margin-top: 0;
	font-size: 52px;
}

.mver-dc-band p {
	max-width: 600px;
	margin: 18px auto 0;
	color: #b6bcc7;
	font-size: 19px;
	line-height: 1.6;
}

.mver-dc-band .mver-dc-actions {
	justify-content: center;
	margin-bottom: 48px;
}

.mver-dc-band-side {
	max-width: 840px;
	margin: 0 auto;
	padding-top: 34px;
	border-top: 1px solid rgba(255,255,255,.12);
	color: #8e96a3;
	font-size: 15.5px;
	line-height: 1.75;
}

.mver-dc-footer {
	background: #16181d;
	color: #b6bcc7;
}

.mver-dc-footer-grid {
	display: grid;
	grid-template-columns: 1.5fr 1fr 1.3fr 1fr;
	gap: 46px;
	padding-top: 66px;
	padding-bottom: 40px;
}

.mver-dc-footer-brand {
	margin-bottom: 16px;
	color: #fff;
}

.mver-dc-footer-brand .mver-dc-brand-text {
	font-size: 16px;
}

.mver-dc-footer p {
	max-width: 300px;
	margin: 0 0 20px;
	color: #8e96a3;
	font-size: 15px;
	line-height: 1.65;
}

.mver-dc-footer-contact {
	display: flex;
	flex-direction: column;
	gap: 5px;
	font-size: 14.5px;
	line-height: 1.7;
}

.mver-dc-footer a {
	color: inherit;
}

.mver-dc-footer-col h2 {
	margin: 0 0 18px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.mver-dc-footer-menu {
	display: flex;
	flex-direction: column;
	gap: 11px;
	color: #8e96a3;
	font-size: 15px;
}

.mver-dc-footer-bar {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	padding-top: 22px;
	padding-bottom: 22px;
	border-top: 1px solid rgba(255,255,255,.1);
	color: #7c828d;
	font-size: 13.5px;
}

.mver-dc-mobile-sticky {
	display: none;
}

@media (max-width: 1120px) {
	.mver-dc-nav,
	.mver-dc-header-actions {
		display: none;
	}

	.mver-dc-menu-toggle {
		display: block;
	}

	.mver-dc-mobile-nav {
		display: none;
		position: fixed;
		top: 74px;
		right: 0;
		left: 0;
		z-index: 55;
		padding: 18px 24px 24px;
		border-bottom: 1px solid #ecedef;
		background: #fff;
		box-shadow: 0 18px 40px rgba(16,20,30,.12);
	}

	.mver-dc-mobile-nav.is-open {
		display: block;
	}

	.mver-dc-mobile-menu {
		display: flex;
		flex-direction: column;
		gap: 14px;
		font-family: "Montserrat", sans-serif;
		font-weight: 700;
	}

	.mver-dc-mobile-menu a {
		color: #1b1d22;
	}

	.mver-dc-mobile-menu .sub-menu {
		display: grid;
		gap: 10px;
		margin: 10px 0 0;
		padding: 0 0 0 16px;
		list-style: none;
		border-left: 2px solid #fdecee;
		font-size: 13px;
	}

	.mver-dc-mobile-actions {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
		margin-top: 18px;
	}

	.mver-dc-mobile-actions a {
		padding: 13px;
		border-radius: 8px;
		background: #e00226;
		color: #fff;
		font-family: "Montserrat", sans-serif;
		font-size: 13px;
		font-weight: 700;
		text-align: center;
		text-transform: uppercase;
	}
}

@media (max-width: 900px) {
	.mver-dc-shell,
	.mver-dc-header-inner,
	.mver-dc-footer-grid,
	.mver-dc-footer-bar {
		padding-right: 22px;
		padding-left: 22px;
	}

	.mver-dc-hero {
		min-height: 600px;
	}

	.mver-dc-hero::before {
		background-image: linear-gradient(100deg, rgba(13,16,22,.96), rgba(13,16,22,.72)), var(--mver-dc-hero-bg);
	}

	.mver-dc-hero h1,
	.mver-dc-band h2 {
		font-size: 46px;
	}

	.mver-dc-feature-grid,
	.mver-dc-service-grid,
	.mver-dc-about,
	.mver-dc-value-grid,
	.mver-dc-tab-list,
	.mver-dc-footer-grid {
		grid-template-columns: 1fr;
	}

	.mver-dc-feature-grid article,
	.mver-dc-feature-grid article:not(:first-child),
	.mver-dc-feature-grid article:not(:last-child) {
		padding: 26px 0;
		border-bottom: 1px solid #ecedef;
		border-right: 0;
		border-left: 0;
	}

	.mver-dc-about {
		gap: 34px;
	}

	.mver-dc-values > div > h2,
	.mver-dc-about h2,
	.mver-dc-section-head h2 {
		font-size: 30px;
	}

	.mver-dc-tab-panels article {
		padding: 32px 24px;
	}

	.mver-dc-compare-table {
		overflow-x: auto;
	}

	.mver-dc-compare-table > div {
		min-width: 760px;
	}

	.mver-dc-footer-bar {
		flex-direction: column;
	}

	.mver-dc-mobile-sticky {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 70;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		background: #fff;
		box-shadow: 0 -10px 30px rgba(16,20,30,.14);
	}

	.mver-dc-mobile-sticky a {
		padding: 15px 10px;
		color: #fff;
		background: #e00226;
		font-family: "Montserrat", sans-serif;
		font-size: 13px;
		font-weight: 800;
		text-align: center;
		text-transform: uppercase;
	}

	.mver-dc-mobile-sticky a:last-child {
		background: #1b1d22;
	}
}

@media (max-width: 520px) {
	.mver-dc-brand-text {
		font-size: 15px;
	}

	.mver-dc-mark {
		width: 40px;
		height: 37px;
	}

	.mver-dc-hero {
		min-height: 570px;
	}

	.mver-dc-hero .mver-dc-shell {
		padding-top: 46px;
		padding-bottom: 46px;
	}

	.mver-dc-hero h1,
	.mver-dc-band h2 {
		font-size: 38px;
	}

	.mver-dc-hero p,
	.mver-dc-copy,
	.mver-dc-band p {
		font-size: 17px;
	}

	.mver-dc-actions,
	.mver-dc-location-actions,
	.mver-dc-mobile-actions {
		grid-template-columns: 1fr;
		flex-direction: column;
	}

	.mver-dc-btn,
	.mver-dc-location-actions a {
		width: 100%;
	}

	.mver-dc-services,
	.mver-dc-tabs .mver-dc-shell,
	.mver-dc-about,
	.mver-dc-compare {
		padding-top: 56px;
		padding-bottom: 56px;
	}

	.mver-dc-values {
		margin-top: 56px;
	}

	.mver-dc-values .mver-dc-shell,
	.mver-dc-band .mver-dc-shell {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

/* Mobile reference alignment: design-only overrides for the current home page. */
@media (max-width: 640px) {
	.mver-dc-body {
		overflow-x: hidden;
		background: #fff;
	}

	.mver-dc-home,
	.mver-dc-hero,
	.mver-dc-shell {
		max-width: 100vw;
		overflow-x: hidden;
	}

	.mver-dc-shell,
	.mver-dc-header-inner,
	.mver-dc-footer-grid,
	.mver-dc-footer-bar {
		padding-right: 22px;
		padding-left: 22px;
	}

	.mver-dc-header {
		border-bottom-color: #ecedef;
		box-shadow: none;
	}

	.mver-dc-header-inner {
		gap: 12px;
		min-height: 67px;
		padding-top: 0;
		padding-bottom: 0;
	}

	.mver-dc-brand {
		gap: 9px;
		min-width: 0;
	}

	.mver-dc-mark {
		width: 34px;
		height: 31px;
	}

	.mver-dc-brand-text {
		font-size: 13px;
		line-height: 1;
		letter-spacing: .03em;
	}

	.mver-dc-header-actions {
		display: flex;
		gap: 12px;
		margin-left: auto;
	}

	.mver-dc-header-cta {
		display: none;
	}

	.mver-dc-header-phone {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		border-radius: 9px;
		background: #fdecee;
		color: transparent;
		font-size: 0;
		overflow: hidden;
	}

	.mver-dc-header-phone svg {
		width: 18px;
		height: 18px;
		color: #e00226;
	}

	.mver-dc-menu-toggle {
		display: inline-flex;
		flex: 0 0 40px;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		border: 0;
		border-radius: 9px;
		background: #16181d;
	}

	.mver-dc-menu-toggle span {
		width: 18px;
		height: 2px;
		margin: 2px 0;
		background: #fff;
	}

	.mver-dc-mobile-nav {
		top: 67px;
		z-index: 59;
	}

	.mver-dc-hero {
		min-height: 560px;
		align-items: flex-end;
	}

	.mver-dc-hero::before {
		background-image: linear-gradient(180deg, rgba(13,16,22,.56) 0%, rgba(13,16,22,.72) 45%, rgba(13,16,22,.95) 100%), var(--mver-dc-hero-bg);
		background-position: center;
	}

	.mver-dc-hero .mver-dc-shell {
		padding-top: 30px;
		padding-bottom: 34px;
	}

	.mver-dc-hero-copy {
		max-width: 100%;
		min-width: 0;
		overflow: visible;
	}

	.mver-dc-eyebrow {
		padding: 8px 13px;
		font-size: 10px;
		letter-spacing: .1em;
	}

	.mver-dc-eyebrow span {
		width: 7px;
		height: 7px;
	}

	.mver-dc-hero h1 {
		max-width: min(320px, 100%);
		margin-top: 18px;
		font-size: 34px;
		line-height: 1.02;
		white-space: normal;
		overflow-wrap: break-word;
	}

	.mver-dc-hero-location {
		margin-top: 14px;
		color: #e7eaf0;
		font-size: 16px;
		line-height: 1.45;
	}

	.mver-dc-hero p:not(.mver-dc-hero-location) {
		max-width: min(320px, 100%);
		margin-top: 10px;
		color: #c2c8d2;
		font-size: 15.5px;
		line-height: 1.6;
		overflow-wrap: break-word;
	}

	.mver-dc-actions {
		display: flex;
		flex-direction: column;
		gap: 11px;
		margin-top: 24px;
	}

	.mver-dc-btn {
		width: 100%;
		min-height: 52px;
		padding: 15px 16px;
		border-radius: 9px;
		font-size: 15px;
	}

	.mver-dc-rating {
		display: grid;
		grid-template-columns: auto 1fr;
		gap: 2px 11px;
		margin-top: 22px;
	}

	.mver-dc-location-note {
		display: flex;
		max-width: min(320px, 100%);
		margin-top: 13px;
		padding: 10px 12px;
		border-color: rgba(255,255,255,.2);
		border-radius: 9px;
		background: rgba(255,255,255,.08);
		color: #d7dce5;
		font-size: 13.5px;
		line-height: 1.45;
		overflow-wrap: break-word;
	}

	.mver-dc-rating span {
		font-size: 16px;
		letter-spacing: 0;
	}

	.mver-dc-rating strong {
		font-size: 13px;
		line-height: 1.2;
	}

	.mver-dc-rating small {
		font-size: 11.5px;
		line-height: 1.2;
	}

	.mver-dc-features {
		background: #fff;
	}

	.mver-dc-feature-grid {
		display: block;
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.mver-dc-feature-grid article,
	.mver-dc-feature-grid article:not(:first-child),
	.mver-dc-feature-grid article:not(:last-child) {
		display: flex;
		gap: 15px;
		padding: 24px 0;
		border: 0;
		border-bottom: 1px solid #ecedef;
	}

	.mver-dc-feature-grid article > div,
	.mver-dc-card,
	.mver-dc-card > *,
	.mver-dc-copy,
	.mver-dc-tab-panels article {
		min-width: 0;
	}

	.mver-dc-feature-grid article:last-child {
		border-bottom: 0;
	}

	.mver-dc-feature-grid article > span {
		align-items: center;
		justify-content: center;
		width: 46px;
		height: 46px;
		border-radius: 11px;
		background: #fdecee;
		color: #e00226;
	}

	.mver-dc-feature-grid svg {
		width: 22px;
		height: 22px;
	}

	.mver-dc-feature-grid h2,
	.mver-dc-card h2,
	.mver-dc-values h3,
	.mver-dc-location-card h2 {
		font-size: 15px;
		line-height: 1.25;
	}

	.mver-dc-feature-grid p,
	.mver-dc-card p {
		font-size: 14.5px;
		line-height: 1.5;
		overflow-wrap: break-word;
	}

	.mver-dc-services {
		padding-top: 40px;
		padding-bottom: 40px;
		background: #f5f6f8;
	}

	.mver-dc-service-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.mver-dc-card {
		padding: 24px 22px;
		border-radius: 14px;
		box-shadow: none;
		transform: none;
	}

	.mver-dc-card:hover {
		transform: none;
		box-shadow: none;
	}

	.mver-dc-card > span {
		width: 46px;
		height: 46px;
		margin-bottom: 14px;
		border-radius: 11px;
	}

	.mver-dc-values {
		margin-top: 0;
	}

	.mver-dc-values::before {
		width: 100%;
		opacity: .08;
	}

	.mver-dc-values .mver-dc-shell {
		padding-top: 48px;
		padding-bottom: 48px;
	}

	.mver-dc-values > div > h2,
	.mver-dc-about h2,
	.mver-dc-section-head h2 {
		margin-bottom: 26px;
		font-size: 23px;
		line-height: 1.22;
	}

	.mver-dc-value-grid {
		grid-template-columns: 1fr;
		gap: 14px;
		border: 0;
		border-radius: 0;
		background: transparent;
	}

	.mver-dc-value-grid article {
		padding: 24px 22px;
		border: 1px solid rgba(255,255,255,.08);
		border-radius: 14px;
		background: #171b24;
	}

	.mver-dc-values p {
		font-size: 15px;
		line-height: 1.6;
	}

	.mver-dc-seen p {
		padding: 26px 0;
		font-size: 12px;
		letter-spacing: .3em;
	}

	.mver-dc-about {
		grid-template-columns: 1fr;
		gap: 26px;
		padding-top: 44px;
		padding-bottom: 44px;
	}

	.mver-dc-copy {
		font-size: 16px;
		line-height: 1.65;
	}

	.mver-dc-checks {
		gap: 13px;
		margin-bottom: 26px;
	}

	.mver-dc-checks li {
		font-size: 15.5px;
	}

	.mver-dc-location-card {
		border-radius: 16px;
	}

	.mver-dc-location-card > div {
		padding: 24px 22px;
	}

	.mver-dc-location-actions {
		display: flex;
		flex-direction: row;
		gap: 10px;
	}

	.mver-dc-location-actions a {
		width: auto;
		padding: 14px 10px;
		font-size: 12.5px;
	}

	.mver-dc-tabs .mver-dc-shell {
		padding-top: 44px;
		padding-bottom: 44px;
	}

	.mver-dc-tab-nav {
		flex-wrap: nowrap;
		justify-content: flex-start;
		overflow-x: auto;
		margin-right: -22px;
		margin-bottom: 22px;
		padding-bottom: 8px;
		-webkit-overflow-scrolling: touch;
	}

	.mver-dc-tab-nav button {
		flex: 0 0 auto;
		padding: 11px 18px;
		font-size: 13px;
		white-space: nowrap;
	}

	.mver-dc-tab-panels article {
		padding: 28px 22px;
		border-radius: 16px;
		box-shadow: none;
	}

	.mver-dc-tab-panels h2 {
		font-size: 20px;
		line-height: 1.25;
	}

	.mver-dc-tab-list {
		grid-template-columns: 1fr 1fr;
		gap: 0 18px;
	}

	.mver-dc-tab-list li {
		align-items: flex-start;
		gap: 10px;
		padding: 11px 0;
		font-size: 14.5px;
		line-height: 1.25;
	}

	.mver-dc-compare {
		padding-top: 44px;
		padding-bottom: 44px;
	}

	.mver-dc-section-head {
		margin-bottom: 22px;
		text-align: left;
	}

	.mver-dc-section-head span {
		display: none;
	}

	.mver-dc-section-head p {
		font-size: 17px;
		line-height: 1.45;
	}

	.mver-dc-compare-table {
		overflow: visible;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		font-size: 11px;
	}

	.mver-dc-compare-table > div {
		display: grid;
		grid-template-columns: 39% 21% 20% 20%;
		min-width: 0;
		border-top: 0;
		background: #fff;
	}

	.mver-dc-compare-table > div:first-child {
		align-items: end;
		background: transparent;
		color: #fff;
	}

	.mver-dc-compare-table > div:nth-child(odd):not(:first-child) {
		background: #f7f7f8;
	}

	.mver-dc-compare-table > div:nth-child(even):not(:first-child) {
		background: #fff;
	}

	.mver-dc-compare-table strong,
	.mver-dc-compare-table span {
		min-width: 0;
		padding: 13px 5px;
		text-align: center;
	}

	.mver-dc-compare-table strong {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 35px;
		border-radius: 0;
		font-size: 10px;
		line-height: 1.15;
		letter-spacing: 0;
		text-transform: none;
	}

	.mver-dc-compare-table strong:first-of-type {
		border-radius: 8px 8px 0 0;
		background: #e00226;
	}

	.mver-dc-compare-table strong:nth-of-type(2) {
		border-radius: 0;
		background: #050505;
	}

	.mver-dc-compare-table strong:nth-of-type(3) {
		border-radius: 0 8px 0 0;
		background: #3a3a3a;
	}

	.mver-dc-compare-table span:first-child {
		padding-left: 5px;
		font-family: "Mulish", system-ui, sans-serif;
		font-size: 11px;
		font-weight: 500;
		line-height: 1.25;
	}

	.mver-dc-compare-table > div:not(:first-child) span:not(:first-child) {
		display: flex;
		align-items: center;
		justify-content: center;
		color: #4b4f55;
		font-size: 11px;
		line-height: 1.2;
	}

	.mver-dc-compare-table > div > :nth-child(2) {
		border-right: 2px solid #ff1f32;
		border-left: 2px solid #ff1f32;
	}

	.mver-dc-compare-table > div:first-child > :nth-child(2) {
		border-top: 2px solid #ff1f32;
	}

	.mver-dc-compare-table > div:last-child > :nth-child(2) {
		border-bottom: 2px solid #ff1f32;
	}

	.mver-dc-compare-table > div:not(:first-child) > :nth-child(2) {
		color: #45494f;
		font-size: 20px;
		font-weight: 800;
	}

	.mver-dc-band .mver-dc-shell {
		padding-top: 56px;
		padding-bottom: 56px;
	}
}

@media (max-width: 380px) {
	.mver-dc-hero h1 {
		font-size: 36px;
	}

	.mver-dc-compare-table {
		font-size: 10px;
	}

	.mver-dc-compare-table span:first-child,
	.mver-dc-compare-table > div:not(:first-child) span:not(:first-child) {
		font-size: 10px;
	}
}
