:root {
  --color-ink: #13313a;
  --color-muted: #5d737b;
  --color-teal: #2a9d8f;
  --color-teal-deep: #14796f;
  --color-blue: #dff1f8;
  --color-mint: #e8f7f3;
  --color-surface: #ffffff;
  --color-soft: #f5fbfb;
  --color-line: rgba(19, 49, 58, 0.1);
  --page-center: #fefffe;
  --page-gradient-start: #ffffff;
  --page-gradient-end: #f3fbfa;
  --page-edge-glow: rgba(164, 227, 231, 0.34);
  --page-mint-glow: rgba(209, 245, 238, 0.34);
  --page-shape: rgba(42, 157, 143, 0.06);
  --shadow-soft: 0 20px 50px -12px rgba(20, 80, 92, 0.12), 0 10px 20px -10px rgba(20, 80, 92, 0.08);
  --shadow-card: 0 12px 24px -6px rgba(20, 80, 92, 0.1), 0 4px 6px -2px rgba(20, 80, 92, 0.05);
  --radius-lg: 30px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--page-center);
}

body {
  position: relative;
  margin: 0;
  color: var(--color-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
  min-height: 100vh;
}

body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 360px;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 8%, rgba(111, 201, 186, 0.16) 0, rgba(111, 201, 186, 0.06) 22%, transparent 46%),
    radial-gradient(circle at 82% 12%, rgba(170, 225, 216, 0.18) 0, rgba(170, 225, 216, 0.07) 20%, transparent 42%),
    linear-gradient(180deg, #94e5ec 0%, #c9f5f2 38%, #eafbf8 72%, #ffffff 100%),
    radial-gradient(circle at 10% 30%, var(--page-shape) 0 0.4rem, transparent 0.45rem),
    radial-gradient(circle at 92% 42%, rgba(91, 192, 190, 0.045) 0 0.42rem, transparent 0.48rem),
    linear-gradient(120deg, transparent 0 18%, rgba(42, 157, 143, 0.025) 18% 18.35%, transparent 18.35% 100%),
    linear-gradient(60deg, transparent 0 72%, rgba(91, 192, 190, 0.022) 72% 72.3%, transparent 72.3% 100%);
  background-size: auto, auto, auto, 11rem 11rem, 13rem 13rem, 44rem 44rem, 52rem 52rem;
  opacity: 1;
}

main,
.site-footer {
  position: relative;
  z-index: 1;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus,
button:focus {
  outline: none;
}

a:focus-visible,
button:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 4px rgba(42, 157, 143, 0.18);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(24px, 4.5vw, 58px);
  width: 100%;
  min-height: 76px;
  margin: 0;
  padding: 16px max(22px, calc((100% - 1230px) / 2 + 17px)) 12px;
  border: 0;
  border-bottom: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  transition: background 180ms ease, box-shadow 180ms ease, border-color 180ms ease, backdrop-filter 180ms ease;
}

.site-header.is-scrolled {
  border-bottom: 1px solid rgba(20, 80, 92, 0.08);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 40px rgba(20, 80, 92, 0.1);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand-mark {
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(42, 157, 143, 0.14), 0 8px 18px rgba(42, 157, 143, 0.1);
}

.brand-mark span,
.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: var(--color-teal-deep);
}

.brand-mark span {
  width: 15px;
  height: 3px;
}

.brand-mark::before {
  width: 3px;
  height: 15px;
}

.brand-mark::after {
  inset: 5px;
  border: 1px solid rgba(42, 157, 143, 0.12);
  background: transparent;
}

.site-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.35vw, 34px);
}

.site-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 0;
  border-radius: 10px;
  color: #46656c;
  font-size: 1rem;
  font-weight: 620;
  transition: color 160ms ease;
}

.site-nav a:focus,
.site-nav a:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
  text-shadow: none;
}

.site-nav a:not([aria-current="page"]):focus:not(:focus-visible) {
  color: #46656c;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--color-teal-deep);
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
  height: 1px;
  border-radius: 999px;
  background: var(--color-teal);
  opacity: 0;
  transform: scaleX(0.45);
  transition: opacity 160ms ease, transform 160ms ease;
}

.site-nav a:hover::after,
.site-nav a[aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.site-nav a:not([aria-current="page"]):focus:not(:focus-visible)::after {
  opacity: 0;
  transform: scaleX(0.45);
}

.site-nav a:not([aria-current="page"]):hover {
  color: var(--color-teal-deep);
}

.site-nav a:not([aria-current="page"]):hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.site-nav a.has-indicator::before {
  content: "";
  order: 2;
  width: 7px;
  height: 7px;
  margin-top: -3px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  opacity: 0.62;
}

.site-nav a:focus-visible {
  color: var(--color-teal-deep);
  outline: 0;
  box-shadow: none;
  text-shadow: 0 0 18px rgba(42, 157, 143, 0.2);
}

.site-nav a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  font-weight: 800;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn:active {
  transform: translateY(0) scale(0.98);
}

.header-cta {
  min-height: 44px;
  padding: 0 21px;
  border: 1px solid rgba(20, 121, 111, 0.28);
  border-radius: 12px;
  color: var(--color-teal-deep);
  background: rgba(255, 255, 255, 0.32);
  box-shadow: none;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.header-cta:hover {
  color: #12313a;
  background: #f4b63f;
  box-shadow: 0 10px 24px rgba(244, 182, 63, 0.22);
}

.header-cta:hover,
.btn:hover {
  transform: translateY(-2px);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  color: var(--color-ink);
  background: rgba(255, 255, 255, 0.78);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 19px;
  height: 2px;
  margin: 4px auto;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.site-header.is-open .nav-toggle span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.site-header.is-open .nav-toggle span:nth-child(2) {
  opacity: 0;
}

.site-header.is-open .nav-toggle span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(430px, 1.02fr);
  align-items: start;
  gap: clamp(46px, 5.7vw, 82px);
  width: min(calc(100% - 40px), var(--container));
  min-height: auto;
  margin: 0 auto;
  padding: clamp(36px, 5vw, 62px) 0 0;
}

.hero::before {
  content: "";
  position: absolute;
  inset: calc(-1 * clamp(36px, 5vw, 62px)) calc(50% - 50vw) 0;
  z-index: -1;
  background-image:
    radial-gradient(circle at 18% 12%, rgba(111, 201, 186, 0.16) 0, rgba(111, 201, 186, 0.06) 22%, transparent 46%),
    radial-gradient(circle at 82% 18%, rgba(170, 225, 216, 0.18) 0, rgba(170, 225, 216, 0.07) 20%, transparent 42%),
    linear-gradient(180deg, #bbf2ee 0%, #ffffff 38%, #eafbf8 72%, #ffffff 100%);
  pointer-events: none;
}

.hero-copy {
  max-width: 590px;
  padding-top: clamp(12px, 2.4vw, 34px);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border: 1px solid rgba(42, 157, 143, 0.2);
  border-radius: 999px;
  color: var(--color-teal-deep);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 28px rgba(20, 80, 92, 0.08);
  font-size: 0.88rem;
  font-weight: 800;
}

.eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--color-teal);
  box-shadow: 0 0 0 6px rgba(42, 157, 143, 0.12);
}

h1 {
  max-width: 610px;
  margin: 41px 0 14px;
  color: var(--color-ink);
  font-size: clamp(64px, 7.55vw, 86px);
  line-height: 1.1;
  letter-spacing: 0;
  text-wrap: balance;
}

.dynamic-wrapper {
  display: inline-block;
  min-width: 360px;
  overflow: hidden;
  vertical-align: baseline;
}

.dynamic-word {
  display: inline-block;
  color: #0097a7 !important;
  white-space: nowrap;
  will-change: transform, opacity;
}

.dynamic-word.slide-in {
  animation: dynamicSpringIn 0.72s cubic-bezier(0.18, 0.9, 0.22, 1) forwards;
}

.dynamic-word.slide-out {
  animation: dynamicSlideOut 0.28s ease-in forwards;
}

@keyframes dynamicSpringIn {
  0% {
    opacity: 0;
    transform: translateX(-80px);
  }

  55% {
    opacity: 1;
    transform: translateX(14px);
  }

  72% {
    transform: translateX(-6px);
  }

  86% {
    transform: translateX(3px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes dynamicSlideOut {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(55px);
  }
}

.hero-copy p {
  max-width: 590px;
  margin: 0;
  color: var(--color-muted);
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.btn {
  min-width: 158px;
  min-height: 50px;
  padding: 0 25px;
  border: 1px solid transparent;
}

.btn-primary {
  color: #ffffff;
  background: linear-gradient(135deg, var(--color-teal-deep), var(--color-teal));
  box-shadow: 0 18px 34px rgba(20, 121, 111, 0.25);
}

.btn-secondary {
  color: var(--color-ink);
  border-color: var(--color-line);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 28px rgba(20, 80, 92, 0.08);
}

.hero-trust-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
  margin-top: 18px;
  color: #4f6971;
  font-size: 0.93rem;
  font-weight: 700;
}

.hero-trust-line span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero-trust-line span::before {
  content: "";
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-teal);
  box-shadow: 0 0 0 5px rgba(42, 157, 143, 0.1);
}

.hero-visual-wrap {
  position: relative;
  min-height: 620px;
  padding: 0;
}

.clinic-visual {
  position: relative;
  min-height: 620px;
  overflow: visible;
}

.hero-doctor {
  position: absolute;
  bottom: -146px;
  right: -162px;
  height: 797px;
  width: auto;
  object-fit: contain;
  z-index: 2;
  filter: drop-shadow(0 20px 40px rgba(20, 80, 92, 0.15));
}

.hero-spine {
  position: absolute;
  bottom: -119px;
  left: -32px;
  height: 727px;
  width: auto;
  object-fit: contain;
  z-index: 1;
  opacity: 0.95;
  filter: drop-shadow(0 10px 25px rgba(20, 80, 92, 0.1));
}

.hero-satisfied-bg {
  position: absolute;
  bottom: -76px;
  right: 644px;
  width: 548px;
  height: 152px;
  border-radius: 34px 34px 0 0;
  background: linear-gradient(135deg, rgba(223, 244, 241, 0.95), rgba(205, 238, 234, 0.88));
  box-shadow: 0 24px 60px rgba(20, 80, 92, 0.12);
  z-index: 2;
  pointer-events: none;
}

.hero-satisfied {
  position: absolute;
  bottom: -73px;
  right: 692px;
  height: 229px;
  width: auto;
  z-index: 3;
  pointer-events: none;
  filter: drop-shadow(0 10px 30px rgba(20, 80, 92, 0.12));
}

.spine-callout {
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 5;
  pointer-events: none;
}

.spine-callout-text {
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  color: #1f4f59;
  white-space: nowrap;
}

.spine-callout-top {
  top: 137px;
  left: 20%;
  transform: translateX(-8px);
  gap: 11px;
}

.spine-callout-top::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #4aa6b7;
  border: 7px solid #ffffff;
  box-shadow: 0 0 0 1px rgba(74, 166, 183, 0.28);
  flex: 0 0 auto;
}

.spine-callout-top::after {
  content: "";
  width: 88px;
  height: 1px;
  background: #67aebb;
  flex: 0 0 auto;
}

.spine-callout-top .spine-callout-text {
  order: 3;
}

.spine-callout-bottom {
  top: 374px;
  left: calc(-1% - 103px);
  gap: 0;
}

.spine-callout-bottom .spine-callout-text {
  order: 1;
}

.spine-callout-bottom::after {
  content: "";
  width: 88px;
  height: 1px;
  background: #67aebb;
  order: 2;
  flex: 0 0 auto;
}

.spine-callout-bottom::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #4aa6b7;
  border: 7px solid #ffffff;
  box-shadow: 0 0 0 1px rgba(74, 166, 183, 0.28);
  order: 3;
  flex: 0 0 auto;
}

@media (max-width: 900px) {
  .spine-callout-text {
    font-size: 16px;
  }

  .spine-callout-top {
    top: 108px;
  }

  .spine-callout-top::after,
  .spine-callout-bottom::after {
    width: 54px;
  }

  .spine-callout-bottom {
    top: 300px;
    left: calc(50% - 130px);
  }
}

.appointment-strip {
  position: relative;
  z-index: 5;
  width: min(calc(100vw - max(20px, calc((100vw - 1230px) / 2))), calc(1230px + max(20px, calc((100vw - 1230px) / 2))));
  margin: 64px 0 clamp(30px, 3.6vw, 48px) max(20px, calc((100vw - 1230px) / 2));
}

.appointment-strip-inner {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(18px, 2.2vw, 30px);
  padding: clamp(16px, 2vw, 24px);
  border: 1px solid rgba(222, 255, 246, 0.18);
  border-radius: 0 34px 34px 34px;
  color: #ffffff;
  background:
    radial-gradient(circle at 88% 46%, rgba(255, 199, 55, 0.3) 0%, rgba(255, 199, 55, 0.1) 18%, transparent 43%),
    radial-gradient(circle at 78% 18%, rgba(57, 179, 143, 0.46) 0%, rgba(57, 179, 143, 0.18) 27%, transparent 56%),
    radial-gradient(circle at 16% 28%, rgba(40, 135, 120, 0.3) 0%, rgba(40, 135, 120, 0.12) 30%, transparent 60%),
    linear-gradient(115deg, #083b39 0%, #07514c 42%, #0b6d62 74%, #117e70 100%);
  box-shadow:
    0 34px 80px rgba(7, 63, 61, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 -1px 0 rgba(0, 0, 0, 0.12);
}

.appointment-strip-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 0 34px 34px 34px;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 31%, rgba(255, 255, 255, 0.075) 31.2%, transparent 31.8%),
    linear-gradient(115deg, transparent 0 57%, rgba(255, 255, 255, 0.065) 57.2%, transparent 57.8%),
    linear-gradient(115deg, transparent 0 84%, rgba(255, 255, 255, 0.075) 84.2%, transparent 84.8%);
  opacity: 0.55;
  transform: translateY(42px);
}

.appointment-strip-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 22% 52%, rgba(255, 255, 255, 0.1) 0 7px, transparent 8px),
    radial-gradient(circle at 99% 48%, rgba(255, 255, 255, 0.11) 0 9px, transparent 10px),
    radial-gradient(circle at 68% 66%, rgba(255, 255, 255, 0.06) 0 46px, transparent 47px),
    radial-gradient(circle at 76% 33%, rgba(255, 255, 255, 0.05) 0 70px, transparent 72px),
    linear-gradient(135deg, transparent 0 72%, rgba(255, 255, 255, 0.045) 72.3% 78%, transparent 78.3%);
  opacity: 0.9;
  pointer-events: none;
}

.appointment-strip-heading,
.appointment-care-chips,
.appointment-strip-actions {
  position: relative;
  z-index: 1;
}

.appointment-strip-heading h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.22rem, 1.72vw, 1.66rem);
  line-height: 1.15;
  letter-spacing: 0;
}

.appointment-strip-heading p {
  max-width: 300px;
  margin: 8px 0 0;
  color: rgba(226, 246, 241, 0.78);
  font-size: 0.92rem;
  line-height: 1.5;
}

.appointment-care-chips {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 9px;
}

.appointment-care-chips span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(225, 255, 248, 0.16);
  border-radius: 999px;
  color: #f4fffc;
  background: rgba(255, 255, 255, 0.09);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  font-size: 0.84rem;
  font-weight: 780;
  white-space: nowrap;
}

.appointment-strip-actions {
  display: grid;
  justify-items: stretch;
  align-self: center;
  gap: 8px;
}

.appointment-strip-button,
.appointment-strip-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 850;
}

.appointment-strip-button {
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  color: #16363a;
  background: linear-gradient(135deg, #ffd86b, #f4b942);
  box-shadow: 0 14px 30px rgba(244, 185, 66, 0.22);
  font-size: 0.9rem;
  white-space: nowrap;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.appointment-strip-link {
  min-height: 24px;
  color: #bdf7ef;
  font-size: 0.9rem;
}

.appointment-strip-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(244, 185, 66, 0.28);
}

.card-one {
  top: 60px;
  left: -35px;
}

.card-two {
  right: -6px;
  top: 212px;
}

.card-three {
  left: 42px;
  bottom: 72px;
}

.services-focus {
  width: min(calc(100% - 40px), var(--container));
  scroll-margin-top: 150px;
  margin: clamp(34px, 4vw, 58px) auto 0;
  padding: 0 0 clamp(48px, 5vw, 76px);
}

.services-heading {
  max-width: 740px;
  margin: 0 auto clamp(36px, 4.5vw, 54px);
  padding-top: 0;
  text-align: center;
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 15px;
  border: 1px solid rgba(42, 157, 143, 0.22);
  border-radius: 999px;
  color: var(--color-teal-deep);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 12px 28px rgba(20, 80, 92, 0.08);
  font-size: 0.86rem;
  font-weight: 800;
  position: relative;
  z-index: 1;
}

.section-label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-teal);
  box-shadow: 0 0 0 5px rgba(42, 157, 143, 0.1);
}

.services-heading h2 {
  max-width: 680px;
  margin: 20px auto 14px;
  color: var(--color-ink);
  font-size: clamp(2.12rem, 3.55vw, 3.25rem);
  line-height: 1.1;
  letter-spacing: 0;
  text-wrap: balance;
}

.services-heading p {
  max-width: 680px;
  margin: 0 auto;
  color: var(--color-muted);
  font-size: clamp(1rem, 1.25vw, 1.14rem);
  line-height: 1.75;
}

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

.service-card {
  position: relative;
  overflow: hidden;
  min-height: 238px;
  padding: 28px;
  border: 1px solid rgba(205, 232, 228, 0.72);
  border-radius: 24px;
  background: 
    radial-gradient(circle at 88% 14%, rgba(42, 157, 143, 0.1), transparent 7.5rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(248, 254, 252, 0.88));
  box-shadow: 0 16px 38px rgba(20, 80, 92, 0.075);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.48), transparent 52%),
    linear-gradient(90deg, rgba(42, 157, 143, 0.08) 1px, transparent 1px);
  background-size: auto, 58px 58px;
  opacity: 0.48;
  pointer-events: none;
}

.service-card::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -44px;
  width: 142px;
  height: 142px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(223, 241, 248, 0.72), rgba(232, 247, 243, 0.18) 64%, transparent 66%);
  pointer-events: none;
}

.service-card h3,
.service-card p,
.service-icon {
  position: relative;
  z-index: 1;
}

.service-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 24px;
  border: 1px solid rgba(42, 157, 143, 0.16);
  border-radius: 17px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(236, 249, 246, 0.94));
  box-shadow: 0 12px 26px rgba(20, 121, 111, 0.09), inset 0 0 0 6px rgba(42, 157, 143, 0.035);
}

.service-icon::before,
.service-icon::after {
  content: "";
  position: absolute;
}

.service-card h3 {
  margin: 0 0 10px;
  color: var(--color-ink);
  font-size: 1.14rem;
  line-height: 1.25;
}

.service-card p {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.98rem;
  line-height: 1.65;
}

.spine-icon::before {
  width: 4px;
  height: 30px;
  border-radius: 999px;
  background: var(--color-teal-deep);
  transform: rotate(8deg);
}

.spine-icon::after {
  width: 18px;
  height: 27px;
  border: 2px solid var(--color-teal);
  border-left: 0;
  border-bottom: 0;
  border-radius: 50%;
  transform: translateX(5px) rotate(7deg);
}

.neck-icon::before {
  width: 24px;
  height: 30px;
  border: 2px solid var(--color-teal-deep);
  border-left: 0;
  border-radius: 0 999px 999px 0;
  transform: rotate(8deg);
}

.neck-icon::after {
  width: 18px;
  height: 4px;
  border-radius: 999px;
  background: var(--color-teal);
  transform: translate(-5px, 12px);
}

.auto-icon::before {
  width: 31px;
  height: 17px;
  border: 2px solid var(--color-teal-deep);
  border-radius: 8px 8px 6px 6px;
}

.auto-icon::after {
  width: 35px;
  height: 7px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 23% 50%, var(--color-teal-deep) 0 2px, transparent 3px),
    radial-gradient(circle at 77% 50%, var(--color-teal-deep) 0 2px, transparent 3px),
    var(--color-teal);
  transform: translateY(12px);
}

.work-icon::before {
  width: 30px;
  height: 23px;
  border: 2px solid var(--color-teal-deep);
  border-radius: 7px;
}

.work-icon::after {
  width: 14px;
  height: 8px;
  border: 2px solid var(--color-teal);
  border-bottom: 0;
  border-radius: 7px 7px 0 0;
  transform: translateY(-15px);
}

.sports-icon::before {
  width: 29px;
  height: 29px;
  border: 2px solid var(--color-teal-deep);
  border-radius: 50%;
}

.sports-icon::after {
  width: 25px;
  height: 25px;
  border-top: 2px solid var(--color-teal);
  border-left: 2px solid var(--color-teal);
  border-radius: 50%;
  transform: rotate(35deg);
}

.adjust-icon::before {
  width: 30px;
  height: 4px;
  border-radius: 999px;
  background: var(--color-teal-deep);
  box-shadow: 0 -10px 0 rgba(42, 157, 143, 0.82), 0 10px 0 rgba(42, 157, 143, 0.82);
}

.adjust-icon::after {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 11px -11px 0 #ffffff, -10px 11px 0 #ffffff;
}

@media (hover: hover) and (pointer: fine) {
  .service-card:hover {
    transform: translateY(-8px);
    border-color: rgba(42, 157, 143, 0.24);
    background:
      radial-gradient(circle at 88% 14%, rgba(42, 157, 143, 0.14), transparent 7.5rem),
      linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(246, 253, 251, 0.94));
    box-shadow: 0 26px 62px rgba(20, 80, 92, 0.13);
  }
}

.clinic-philosophy {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  align-items: center;
  gap: clamp(42px, 6vw, 82px);
  width: min(calc(100% - 40px), var(--container));
  margin: 0 auto;
  padding: clamp(24px, 3vw, 42px) 0 clamp(36px, 4vw, 58px);
}

.philosophy-visual {
  position: relative;
  min-height: 520px;
}

.consult-room {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 32px;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.88), transparent 10rem),
    radial-gradient(circle at 92% 16%, rgba(42, 157, 143, 0.1), transparent 12rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(229, 247, 245, 0.72));
  box-shadow: 0 28px 74px rgba(20, 80, 92, 0.13);
}

.consult-room::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.54), transparent 45%),
    linear-gradient(90deg, rgba(42, 157, 143, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(42, 157, 143, 0.05) 1px, transparent 1px);
  background-size: auto, 64px 64px, 64px 64px;
  opacity: 0.34;
}

.consult-room::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 34%;
  background:
    linear-gradient(180deg, transparent, rgba(244, 252, 251, 0.84)),
    radial-gradient(ellipse at 50% 100%, rgba(35, 93, 105, 0.1), transparent 58%);
}

.consult-shape,
.consult-window,
.consult-chart,
.consult-table,
.consult-patient span,
.consult-provider span,
.consult-floor {
  position: absolute;
}

.consult-shape {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.38);
}

.shape-one {
  width: 190px;
  height: 190px;
  right: -58px;
  top: 42px;
}

.shape-two {
  width: 245px;
  height: 245px;
  left: -90px;
  bottom: -82px;
  background: rgba(42, 157, 143, 0.08);
}

.consult-window {
  top: 42px;
  right: 42px;
  width: 168px;
  height: 116px;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 24px;
  background:
    linear-gradient(90deg, transparent 48%, rgba(255, 255, 255, 0.52) 49% 51%, transparent 52%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.16));
  box-shadow: 0 18px 34px rgba(58, 129, 145, 0.07);
  backdrop-filter: blur(10px);
}

.consult-chart {
  top: 76px;
  left: 58px;
  width: 100px;
  height: 124px;
  border: 1px solid rgba(42, 157, 143, 0.11);
  border-radius: 20px;
  background:
    radial-gradient(circle at 28px 34px, rgba(42, 157, 143, 0.16) 0 10px, transparent 11px),
    linear-gradient(var(--color-teal) 0 0) 24px 62px / 42px 3px no-repeat,
    linear-gradient(rgba(42, 157, 143, 0.48) 0 0) 24px 80px / 54px 3px no-repeat,
    linear-gradient(rgba(42, 157, 143, 0.32) 0 0) 24px 98px / 36px 3px no-repeat,
    rgba(255, 255, 255, 0.52);
  box-shadow: 0 16px 32px rgba(58, 129, 145, 0.06);
}

.consult-table {
  z-index: 2;
  left: 80px;
  right: 74px;
  bottom: 112px;
  height: 86px;
  border-radius: 26px;
  background:
    linear-gradient(90deg, rgba(42, 157, 143, 0.09), transparent 38%),
    linear-gradient(180deg, #ffffff, #eff9f8);
  box-shadow: 0 24px 50px rgba(24, 88, 101, 0.13);
}

.consult-table span {
  position: absolute;
  left: 24px;
  top: 20px;
  width: 118px;
  height: 14px;
  border-radius: 999px;
  background: rgba(42, 157, 143, 0.1);
}

.consult-floor {
  z-index: 1;
  left: 58px;
  right: 58px;
  bottom: 70px;
  height: 78px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(35, 93, 105, 0.14), transparent 70%);
  filter: blur(5px);
}

.consult-patient {
  position: absolute;
  z-index: 3;
  left: 112px;
  bottom: 200px;
  width: 126px;
  height: 154px;
}

.consult-head {
  left: 41px;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: radial-gradient(circle at 34% 30%, #f8d8cc, #dfa892);
}

.consult-body {
  left: 24px;
  top: 44px;
  width: 78px;
  height: 92px;
  border-radius: 34px 34px 22px 22px;
  background: linear-gradient(180deg, rgba(49, 120, 134, 0.86), rgba(95, 177, 187, 0.78));
  box-shadow: 0 16px 32px rgba(24, 88, 101, 0.1);
}

.consult-leg {
  left: 45px;
  top: 126px;
  width: 64px;
  height: 13px;
  border-radius: 999px;
  background: rgba(238, 247, 247, 0.94);
}

.consult-provider {
  position: absolute;
  z-index: 4;
  right: 92px;
  bottom: 192px;
  width: 128px;
  height: 210px;
  opacity: 0.94;
}

.provider-head {
  top: 0;
  left: 48px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: radial-gradient(circle at 34% 30%, #f8d8cc, #dba18c);
  box-shadow: 0 12px 24px rgba(24, 88, 101, 0.09);
}

.provider-body {
  top: 54px;
  left: 25px;
  width: 86px;
  height: 140px;
  border-radius: 38px 38px 24px 24px;
  background:
    linear-gradient(90deg, rgba(42, 157, 143, 0.1), transparent 28%),
    linear-gradient(180deg, #ffffff, #e7f6f3);
  box-shadow: 0 20px 42px rgba(24, 88, 101, 0.12);
}

.provider-body::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 34px;
  width: 22px;
  height: 5px;
  border-radius: 999px;
  background: var(--color-teal);
}

.provider-arm {
  top: 94px;
  left: -2px;
  width: 76px;
  height: 15px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  transform: rotate(24deg);
  transform-origin: right center;
  box-shadow: 0 10px 20px rgba(24, 88, 101, 0.08);
}

.philosophy-trust-card {
  position: absolute;
  z-index: 5;
  left: 22px;
  top: 34px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 34px rgba(20, 80, 92, 0.11);
  backdrop-filter: blur(16px);
}

.philosophy-trust-card strong {
  font-size: 0.82rem;
  line-height: 1.25;
}

.philosophy-card-icon {
  position: relative;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 11px;
  background: linear-gradient(145deg, var(--color-mint), #effaff);
}

.philosophy-card-icon::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 8px;
  width: 14px;
  height: 10px;
  border-left: 3px solid var(--color-teal-deep);
  border-bottom: 3px solid var(--color-teal-deep);
  transform: rotate(-45deg);
}

.philosophy-copy {
  max-width: 610px;
}

.philosophy-copy h2 {
  max-width: 610px;
  margin: 18px 0 18px;
  color: var(--color-ink);
  font-size: clamp(2rem, 3.25vw, 3.05rem);
  line-height: 1.12;
  letter-spacing: 0;
  text-wrap: balance;
}

.philosophy-copy p {
  margin: 0;
  color: var(--color-muted);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.75;
}

.philosophy-copy p + p {
  margin-top: 16px;
}

.philosophy-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  margin: 26px 0 30px;
  padding: 0;
  list-style: none;
}

.philosophy-list li {
  position: relative;
  padding-left: 28px;
  color: var(--color-ink);
  font-size: 0.98rem;
  font-weight: 740;
  line-height: 1.45;
}

.philosophy-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.32em;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background:
    linear-gradient(var(--color-teal-deep) 0 0) center / 9px 2px no-repeat,
    linear-gradient(var(--color-teal-deep) 0 0) center / 2px 9px no-repeat,
    rgba(42, 157, 143, 0.12);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--color-teal-deep);
  font-weight: 850;
}

.text-link::after {
  content: "";
  width: 24px;
  height: 1px;
  background: currentColor;
  transition: transform 160ms ease;
}

.text-link:hover::after,
.text-link:focus-visible::after {
  transform: translateX(5px);
}

.injury-care {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  align-items: center;
  gap: clamp(36px, 5vw, 70px);
  width: min(calc(100% - 40px), var(--container));
  margin: 0 auto;
  scroll-margin-top: 150px;
  padding: clamp(24px, 3.5vw, 44px) 0 clamp(82px, 8vw, 122px);
}

.injury-care::before {
  content: "";
  position: absolute;
  inset: 30px -28px 36px;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 34px;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.82), transparent 13rem),
    radial-gradient(circle at 86% 24%, rgba(42, 157, 143, 0.1), transparent 15rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.34), rgba(232, 247, 243, 0.5));
}

.injury-copy {
  max-width: 535px;
}

.injury-copy h2 {
  max-width: 560px;
  margin: 20px 0 18px;
  color: var(--color-ink);
  font-size: clamp(2.05rem, 3.55vw, 3.25rem);
  line-height: 1.1;
  letter-spacing: 0;
  text-wrap: balance;
}

.injury-copy p {
  margin: 0;
  color: var(--color-muted);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.75;
}

.injury-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 30px;
  padding: 0 22px;
  border: 1px solid rgba(20, 121, 111, 0.28);
  border-radius: 999px;
  color: var(--color-teal-deep);
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 12px 28px rgba(20, 80, 92, 0.07);
  font-weight: 850;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.injury-cta:hover,
.injury-cta:focus-visible {
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(20, 121, 111, 0.11);
  transform: translateY(-2px);
}

.injury-card-stack {
  display: grid;
  gap: 20px;
}

.injury-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  padding: 28px;
  border: 1px solid rgba(205, 232, 228, 0.72);
  border-radius: 26px;
  background:
    radial-gradient(circle at 92% 12%, rgba(42, 157, 143, 0.11), transparent 8rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(248, 254, 252, 0.9));
  box-shadow: 0 18px 44px rgba(20, 80, 92, 0.085);
}

.injury-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.5), transparent 55%),
    linear-gradient(90deg, rgba(42, 157, 143, 0.06) 1px, transparent 1px);
  background-size: auto, 64px 64px;
  opacity: 0.5;
  pointer-events: none;
}

.injury-card h3,
.injury-card p,
.injury-card ul,
.injury-icon {
  position: relative;
  z-index: 1;
}

.injury-icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(42, 157, 143, 0.16);
  border-radius: 18px;
  background: linear-gradient(145deg, #ffffff, #eaf8f5);
  box-shadow: 0 13px 28px rgba(20, 121, 111, 0.09), inset 0 0 0 6px rgba(42, 157, 143, 0.035);
}

.injury-icon::before,
.injury-icon::after {
  content: "";
  position: absolute;
}

.accident-icon::before {
  width: 32px;
  height: 18px;
  border: 2px solid var(--color-teal-deep);
  border-radius: 8px 8px 6px 6px;
}

.accident-icon::after {
  width: 36px;
  height: 7px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 23% 50%, var(--color-teal-deep) 0 2px, transparent 3px),
    radial-gradient(circle at 77% 50%, var(--color-teal-deep) 0 2px, transparent 3px),
    var(--color-teal);
  transform: translateY(13px);
}

.work-care-icon::before {
  width: 31px;
  height: 24px;
  border: 2px solid var(--color-teal-deep);
  border-radius: 7px;
}

.work-care-icon::after {
  width: 15px;
  height: 8px;
  border: 2px solid var(--color-teal);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  transform: translateY(-16px);
}

.injury-card h3 {
  margin: 0 0 10px;
  color: var(--color-ink);
  font-size: 1.18rem;
  line-height: 1.25;
}

.injury-card p {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.98rem;
  line-height: 1.65;
}

.injury-card ul {
  display: grid;
  gap: 9px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.injury-card li {
  position: relative;
  padding-left: 25px;
  color: #25454e;
  font-size: 0.95rem;
  font-weight: 740;
  line-height: 1.4;
}

.injury-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.38em;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background:
    linear-gradient(var(--color-teal-deep) 0 0) center / 7px 2px no-repeat,
    rgba(42, 157, 143, 0.13);
}

.choose-integrity {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: clamp(24px, 3.8vw, 48px);
  width: min(calc(100% - 40px), 1230px);
  margin: 0 auto;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(222, 255, 246, 0.18);
  border-radius: 28px;
  background:
    radial-gradient(circle at 88% 42%, rgba(255, 199, 55, 0.18) 0%, rgba(255, 199, 55, 0.06) 18%, transparent 42%),
    radial-gradient(circle at 76% 16%, rgba(57, 179, 143, 0.38) 0%, rgba(57, 179, 143, 0.14) 26%, transparent 55%),
    radial-gradient(circle at 16% 32%, rgba(40, 135, 120, 0.28) 0%, rgba(40, 135, 120, 0.12) 28%, transparent 58%),
    linear-gradient(115deg, #083f3d 0%, #07514c 42%, #0b6d62 74%, #117e70 100%);
  box-shadow:
    0 24px 58px rgba(7, 63, 61, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.choose-integrity::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 28%, rgba(255, 255, 255, 0.065) 28.2%, transparent 28.8%),
    linear-gradient(115deg, transparent 0 62%, rgba(255, 255, 255, 0.055) 62.2%, transparent 62.8%),
    linear-gradient(115deg, transparent 0 86%, rgba(255, 255, 255, 0.06) 86.2%, transparent 86.8%);
  opacity: 0.5;
}

.choose-integrity::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 58%, rgba(255, 255, 255, 0.09) 0 6px, transparent 7px),
    radial-gradient(circle at 98% 42%, rgba(255, 255, 255, 0.1) 0 8px, transparent 9px),
    radial-gradient(circle at 70% 70%, rgba(255, 255, 255, 0.055) 0 38px, transparent 39px),
    radial-gradient(circle at 78% 28%, rgba(255, 255, 255, 0.045) 0 58px, transparent 60px),
    linear-gradient(135deg, transparent 0 72%, rgba(255, 255, 255, 0.04) 72.3% 78%, transparent 78.3%);
  opacity: 0.86;
}

.choose-copy {
  position: relative;
  z-index: 1;
}

.choose-integrity .section-label {
  border-color: rgba(225, 255, 248, 0.22);
  color: #bdf7ef;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 12px 28px rgba(2, 35, 34, 0.08);
}

.choose-integrity .section-label::before {
  background: #f5d76e;
  box-shadow: 0 0 0 5px rgba(245, 215, 110, 0.12);
}

.choose-copy h2 {
  max-width: 440px;
  margin: 14px 0 10px;
  color: #ffffff;
  font-size: clamp(1.45rem, 2.35vw, 2.18rem);
  line-height: 1.12;
  letter-spacing: 0;
  text-wrap: balance;
}

.choose-copy p {
  max-width: 460px;
  margin: 0;
  color: rgba(226, 246, 241, 0.82);
  font-size: 0.98rem;
  line-height: 1.62;
}

.choose-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 1;
}

.choose-points li {
  position: relative;
  min-height: 42px;
  padding: 11px 13px 11px 40px;
  border: 1px solid rgba(225, 255, 248, 0.18);
  border-radius: 999px;
  color: #f4fffc;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 12px 26px rgba(2, 35, 34, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  font-weight: 760;
  line-height: 1.35;
}

.choose-points li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transform: translateY(-50%);
  background:
    linear-gradient(#bdf7ef 0 0) center / 8px 2px no-repeat,
    linear-gradient(#bdf7ef 0 0) center / 2px 8px no-repeat,
    rgba(255, 255, 255, 0.13);
}

.choose-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 16px;
  color: #f5d76e;
  font-size: 0.95rem;
  font-weight: 840;
}

.choose-link::after {
  content: "";
  width: 18px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  transition: transform 160ms ease;
}

.choose-link:hover::after,
.choose-link:focus-visible::after {
  transform: translateX(5px) rotate(-45deg);
}

.treatment-process {
  width: min(calc(100% - 40px), var(--container));
  margin: 0 auto;
  padding: clamp(64px, 7vw, 104px) 0 clamp(44px, 5vw, 70px);
  text-align: center;
}

.process-heading {
  max-width: 760px;
  margin: 0 auto clamp(34px, 4vw, 52px);
}

.process-heading h2 {
  max-width: 690px;
  margin: 20px auto 14px;
  color: var(--color-ink);
  font-size: clamp(2.1rem, 3.7vw, 3.35rem);
  line-height: 1.1;
  letter-spacing: 0;
  text-wrap: balance;
}

.process-heading p {
  max-width: 680px;
  margin: 0 auto;
  color: var(--color-muted);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.75;
}

.process-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.process-steps::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 44px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(42, 157, 143, 0.32), transparent);
}

.process-card {
  position: relative;
  overflow: hidden;
  min-height: 282px;
  padding: 28px 24px 26px;
  border: 1px solid rgba(205, 232, 228, 0.72);
  border-radius: 24px;
  background:
    radial-gradient(circle at 92% 10%, rgba(42, 157, 143, 0.1), transparent 7rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(248, 254, 252, 0.9));
  box-shadow: 0 16px 38px rgba(20, 80, 92, 0.075);
  text-align: left;
}

.process-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.48), transparent 55%),
    linear-gradient(90deg, rgba(42, 157, 143, 0.05) 1px, transparent 1px);
  background-size: auto, 58px 58px;
  opacity: 0.46;
  pointer-events: none;
}

.process-number,
.process-icon,
.process-card h3,
.process-card p {
  position: relative;
  z-index: 1;
}

.process-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  height: 32px;
  margin-bottom: 24px;
  border: 1px solid rgba(42, 157, 143, 0.16);
  border-radius: 999px;
  color: var(--color-teal-deep);
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.86rem;
  font-weight: 850;
}

.process-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 22px;
  border: 1px solid rgba(42, 157, 143, 0.16);
  border-radius: 17px;
  background: linear-gradient(145deg, #ffffff, #eaf8f5);
  box-shadow: 0 12px 26px rgba(20, 121, 111, 0.08), inset 0 0 0 6px rgba(42, 157, 143, 0.035);
}

.process-icon::before,
.process-icon::after {
  content: "";
  position: absolute;
}

.schedule-mark::before {
  width: 25px;
  height: 25px;
  border: 2px solid var(--color-teal-deep);
  border-radius: 8px;
}

.schedule-mark::after {
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: var(--color-teal);
  box-shadow: 0 8px 0 rgba(42, 157, 143, 0.72);
  transform: translateY(3px);
}

.consult-mark::before {
  width: 27px;
  height: 20px;
  border: 2px solid var(--color-teal-deep);
  border-radius: 10px;
}

.consult-mark::after {
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: var(--color-teal);
  box-shadow: 0 7px 0 rgba(42, 157, 143, 0.7);
  transform: translateY(-1px);
}

.care-plan-mark::before {
  width: 24px;
  height: 29px;
  border: 2px solid var(--color-teal-deep);
  border-radius: 7px;
}

.care-plan-mark::after {
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: var(--color-teal);
  box-shadow: 0 7px 0 rgba(42, 157, 143, 0.7), 0 14px 0 rgba(42, 157, 143, 0.44);
  transform: translateY(-5px);
}

.wellness-mark::before {
  width: 28px;
  height: 28px;
  border: 2px solid var(--color-teal-deep);
  border-radius: 50%;
}

.wellness-mark::after {
  width: 16px;
  height: 9px;
  border-left: 2px solid var(--color-teal);
  border-bottom: 2px solid var(--color-teal);
  transform: rotate(-45deg) translate(1px, -1px);
}

.process-card h3 {
  margin: 0 0 10px;
  color: var(--color-ink);
  font-size: 1.1rem;
  line-height: 1.28;
}

.process-card p {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.96rem;
  line-height: 1.64;
}

.process-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  color: var(--color-teal-deep);
  font-weight: 850;
}

.process-cta::after {
  content: "";
  width: 26px;
  height: 1px;
  background: currentColor;
  transition: transform 160ms ease;
}

.process-cta:hover::after,
.process-cta:focus-visible::after {
  transform: translateX(5px);
}

.patient-trust {
  width: min(calc(100% - 40px), var(--container));
  scroll-margin-top: 150px;
  margin: 0 auto;
  padding: clamp(28px, 4vw, 52px) 0 clamp(84px, 8vw, 122px);
}

.trust-heading {
  max-width: 760px;
  margin: 0 auto clamp(34px, 4vw, 52px);
  text-align: center;
}

.trust-heading h2 {
  max-width: 690px;
  margin: 20px auto 14px;
  color: var(--color-ink);
  font-size: clamp(2.1rem, 3.65vw, 3.3rem);
  line-height: 1.1;
  letter-spacing: 0;
  text-wrap: balance;
}

.trust-heading p {
  max-width: 650px;
  margin: 0 auto;
  color: var(--color-muted);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.75;
}

.google-reviews-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: 24px;
}

.google-summary-card,
.google-widget-placeholder {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(205, 232, 228, 0.72);
  border-radius: 26px;
  background:
    radial-gradient(circle at 92% 12%, rgba(42, 157, 143, 0.1), transparent 7.5rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(248, 254, 252, 0.9));
  box-shadow: 0 18px 44px rgba(20, 80, 92, 0.08);
}

.google-summary-card::before,
.google-widget-placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.5), transparent 55%),
    linear-gradient(90deg, rgba(42, 157, 143, 0.05) 1px, transparent 1px);
  background-size: auto, 58px 58px;
  opacity: 0.42;
  pointer-events: none;
}

.google-summary-card {
  display: flex;
  flex-direction: column;
  min-height: 330px;
  padding: 30px;
}

.google-summary-card > *,
.google-widget-placeholder > * {
  position: relative;
  z-index: 1;
}

.google-mark {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 22px;
  border: 1px solid rgba(42, 157, 143, 0.16);
  border-radius: 17px;
  color: var(--color-teal-deep);
  background: linear-gradient(145deg, #ffffff, #eaf8f5);
  box-shadow: 0 12px 26px rgba(20, 121, 111, 0.08);
  font-size: 1.28rem;
  font-weight: 900;
}

.google-summary-card h3 {
  margin: 0 0 8px;
  color: var(--color-ink);
  font-size: 1.35rem;
  line-height: 1.2;
}

.google-summary-card p {
  margin: 0;
  color: var(--color-muted);
  font-size: 1rem;
  line-height: 1.6;
}

.google-note {
  display: block;
  margin-top: 18px;
  color: var(--color-teal-deep);
  font-size: 0.94rem;
  font-weight: 780;
  line-height: 1.4;
}

.google-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: auto;
  padding-top: 28px;
}

.google-button,
.google-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 999px;
  font-weight: 850;
}

.google-button {
  padding: 0 20px;
  color: #ffffff;
  background: var(--color-teal-deep);
  box-shadow: 0 14px 30px rgba(20, 121, 111, 0.18);
}

.google-link {
  padding: 0 6px;
  color: var(--color-teal-deep);
}

.google-widget-placeholder {
  display: grid;
  place-items: center;
  min-height: 330px;
  padding: 30px;
  text-align: center;
}

.widget-placeholder-inner {
  width: min(100%, 460px);
  padding: 34px;
  border: 1px dashed rgba(42, 157, 143, 0.28);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.48);
}

.widget-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin: 0 auto 18px;
  border-radius: 18px;
  background: linear-gradient(145deg, #ffffff, #eaf8f5);
  box-shadow: inset 0 0 0 1px rgba(42, 157, 143, 0.14), 0 12px 26px rgba(20, 121, 111, 0.08);
}

.widget-icon::before,
.widget-icon::after {
  content: "";
  position: absolute;
}

.widget-icon::before {
  width: 26px;
  height: 20px;
  border: 2px solid var(--color-teal-deep);
  border-radius: 8px;
}

.widget-icon::after {
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: var(--color-teal);
  box-shadow: 0 7px 0 rgba(42, 157, 143, 0.65);
}

.widget-placeholder-inner h3 {
  margin: 0 0 8px;
  color: var(--color-ink);
  font-size: 1.16rem;
}

.widget-placeholder-inner p {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.98rem;
  line-height: 1.6;
}

.trust-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.trust-metrics span {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 14px 16px 14px 42px;
  border: 1px solid rgba(205, 232, 228, 0.68);
  border-radius: 18px;
  color: #25454e;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 12px 28px rgba(20, 80, 92, 0.055);
  font-size: 0.92rem;
  font-weight: 780;
  line-height: 1.3;
}

.trust-metrics span::before {
  content: "";
  position: absolute;
  left: 16px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background:
    linear-gradient(var(--color-teal-deep) 0 0) center / 8px 2px no-repeat,
    rgba(42, 157, 143, 0.13);
}

.online-booking-promo {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.46fr);
  align-items: center;
  gap: clamp(30px, 5vw, 70px);
  width: min(calc(100vw - max(20px, calc((100vw - 1230px) / 2))), calc(1230px + max(20px, calc((100vw - 1230px) / 2))));
  margin: 0 0 0 calc(-1 * max(20px, calc((100vw - 1230px) / 2)));
  padding: clamp(34px, 5vw, 58px) clamp(28px, 5vw, 64px) clamp(34px, 5vw, 58px) max(20px, calc((100vw - 1230px) / 2 + clamp(28px, 5vw, 64px)));
  border: 1px solid rgba(222, 255, 246, 0.18);
  border-radius: 0 34px 34px 0;
  color: #ffffff;
  background:
    radial-gradient(circle at 88% 48%, rgba(255, 199, 55, 0.22) 0%, rgba(255, 199, 55, 0.08) 18%, transparent 44%),
    radial-gradient(circle at 76% 18%, rgba(57, 179, 143, 0.42) 0%, rgba(57, 179, 143, 0.16) 28%, transparent 58%),
    radial-gradient(circle at 16% 30%, rgba(40, 135, 120, 0.3) 0%, rgba(40, 135, 120, 0.12) 28%, transparent 58%),
    linear-gradient(115deg, #083f3d 0%, #07514c 42%, #0b6d62 74%, #117e70 100%);
  box-shadow:
    0 32px 78px rgba(7, 63, 61, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 -1px 0 rgba(0, 0, 0, 0.12);
}

.online-booking-promo::before,
.online-booking-promo::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.online-booking-promo::before {
  background:
    linear-gradient(115deg, transparent 0 30%, rgba(255, 255, 255, 0.07) 30.2%, transparent 30.8%),
    linear-gradient(115deg, transparent 0 60%, rgba(255, 255, 255, 0.06) 60.2%, transparent 60.8%),
    linear-gradient(115deg, transparent 0 84%, rgba(255, 255, 255, 0.07) 84.2%, transparent 84.8%);
  opacity: 0.52;
}

.online-booking-promo::after {
  background:
    radial-gradient(circle at 20% 58%, rgba(255, 255, 255, 0.09) 0 7px, transparent 8px),
    radial-gradient(circle at 98% 42%, rgba(255, 255, 255, 0.11) 0 9px, transparent 10px),
    radial-gradient(circle at 72% 70%, rgba(255, 255, 255, 0.055) 0 46px, transparent 47px),
    radial-gradient(circle at 80% 28%, rgba(255, 255, 255, 0.045) 0 72px, transparent 74px),
    linear-gradient(135deg, transparent 0 72%, rgba(255, 255, 255, 0.045) 72.3% 78%, transparent 78.3%);
  opacity: 0.86;
}

.booking-promo-copy,
.booking-phone-preview {
  position: relative;
  z-index: 1;
}

.booking-promo-copy {
  max-width: 650px;
}

.booking-promo-copy h2 {
  max-width: 620px;
  margin: 0 0 16px;
  color: #ffffff;
  font-size: clamp(2rem, 3.8vw, 3.35rem);
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

.booking-promo-copy p {
  max-width: 590px;
  margin: 0;
  color: rgba(226, 246, 241, 0.84);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.72;
}

.booking-promo-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 18px;
  margin-top: 28px;
}

.booking-promo-button,
.booking-promo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  font-weight: 850;
}

.booking-promo-button {
  padding: 0 23px;
  color: #113234;
  background: linear-gradient(135deg, #ffd34d 0%, #ffc340 100%);
  box-shadow:
    0 18px 36px rgba(255, 195, 64, 0.24),
    0 10px 24px rgba(3, 43, 41, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.booking-promo-link {
  padding: 0 4px;
  color: #bdf7ef;
}

.booking-promo-note {
  display: block;
  margin-top: 18px;
  color: rgba(226, 246, 241, 0.72);
  font-size: 0.92rem;
  font-weight: 740;
}

.booking-phone-preview {
  display: flex;
  justify-content: center;
}

.phone-frame {
  position: relative;
  width: min(100%, 258px);
  min-height: 420px;
  padding: 14px;
  border: 1px solid rgba(225, 255, 248, 0.18);
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.08));
  box-shadow:
    0 28px 58px rgba(2, 35, 34, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(12px);
  transform: rotate(3deg);
}

.phone-speaker {
  position: absolute;
  top: 26px;
  left: 50%;
  width: 58px;
  height: 6px;
  border-radius: 999px;
  background: rgba(8, 63, 61, 0.32);
  transform: translateX(-50%);
  z-index: 2;
}

.phone-screen {
  display: grid;
  gap: 13px;
  min-height: 392px;
  padding: 44px 18px 18px;
  border-radius: 25px;
  color: var(--color-ink);
  background:
    radial-gradient(circle at 86% 14%, rgba(42, 157, 143, 0.14), transparent 6rem),
    linear-gradient(180deg, #ffffff, #edf8f7);
}

.phone-brand {
  color: var(--color-teal-deep);
  font-size: 0.78rem;
  font-weight: 860;
}

.phone-screen strong {
  color: var(--color-ink);
  font-size: 1.2rem;
  line-height: 1.2;
}

.phone-label {
  color: var(--color-muted);
  font-size: 0.8rem;
  font-weight: 800;
}

.phone-times {
  display: grid;
  gap: 8px;
}

.phone-times span {
  display: block;
  padding: 11px 12px;
  border: 1px solid rgba(42, 157, 143, 0.16);
  border-radius: 14px;
  color: #25454e;
  background: rgba(255, 255, 255, 0.78);
  font-size: 0.88rem;
  font-weight: 800;
}

.phone-button {
  display: grid;
  place-items: center;
  min-height: 42px;
  margin-top: auto;
  border-radius: 999px;
  color: #113234;
  background: linear-gradient(135deg, #ffd34d, #ffc340);
  font-size: 0.88rem;
  font-weight: 900;
}

.booking-contact {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: start;
  gap: clamp(36px, 5vw, 72px);
  width: min(calc(100% - 40px), var(--container));
  margin: 0 auto;
  padding: clamp(58px, 7vw, 98px) 0 clamp(38px, 4.5vw, 62px);
}

.booking-copy {
  max-width: 590px;
}

.booking-copy h2 {
  max-width: 560px;
  margin: 20px 0 18px;
  color: var(--color-ink);
  font-size: clamp(2.08rem, 3.55vw, 3.25rem);
  line-height: 1.1;
  letter-spacing: 0;
  text-wrap: balance;
}

.booking-copy > p {
  margin: 0;
  color: var(--color-muted);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.75;
}

.booking-benefits {
  display: grid;
  gap: 10px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.booking-benefits li {
  position: relative;
  min-height: 34px;
  padding: 6px 10px 6px 34px;
  border: 1px solid rgba(205, 232, 228, 0.56);
  border-radius: 999px;
  color: var(--color-ink);
  background: rgba(255, 255, 255, 0.48);
  font-size: 0.98rem;
  font-weight: 740;
  line-height: 1.45;
}

.booking-benefits li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  transform: translateY(-50%);
  background:
    linear-gradient(var(--color-teal-deep) 0 0) center / 9px 2px no-repeat,
    linear-gradient(var(--color-teal-deep) 0 0) center / 2px 9px no-repeat,
    rgba(42, 157, 143, 0.12);
}

.booking-note {
  color: var(--color-teal-deep);
  font-size: 0.94rem;
  font-weight: 780;
}

.booking-note {
  margin-top: 22px;
}

.booking-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
  padding-top: 4px;
}

.booking-primary,
.booking-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  font-weight: 850;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.booking-primary {
  min-width: 166px;
  padding: 0 22px;
  color: #ffffff;
  background: var(--color-teal-deep);
  box-shadow: 0 16px 34px rgba(20, 121, 111, 0.2);
}

.booking-secondary {
  min-width: 150px;
  padding: 0 22px;
  border: 1px solid rgba(20, 121, 111, 0.28);
  color: var(--color-teal-deep);
  background: rgba(255, 255, 255, 0.46);
}

.booking-primary:hover,
.booking-secondary:hover {
  transform: translateY(-2px);
}

.booking-phone-card {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 390px;
  margin-top: 16px;
  padding: 14px 16px;
  border: 1px solid rgba(205, 232, 228, 0.7);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.56);
  box-shadow: 0 12px 28px rgba(20, 80, 92, 0.055);
}

.booking-phone-icon {
  position: relative;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 13px;
  background: linear-gradient(145deg, #ffffff, #eaf8f5);
  box-shadow: inset 0 0 0 1px rgba(42, 157, 143, 0.14);
}

.booking-phone-icon::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 11px;
  width: 15px;
  height: 15px;
  border: 2px solid var(--color-teal-deep);
  border-right-color: transparent;
  border-top-color: transparent;
  border-radius: 5px;
  transform: rotate(-45deg);
}

.booking-phone-card strong {
  display: block;
  color: var(--color-ink);
  font-size: 0.95rem;
}

.booking-phone-card p {
  margin: 2px 0 0;
  color: var(--color-muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.booking-widget-card {
  display: block;
  position: relative;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid rgba(205, 232, 228, 0.72);
  border-radius: 28px;
  background:
    radial-gradient(circle at 92% 10%, rgba(42, 157, 143, 0.11), transparent 9rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(248, 254, 252, 0.9));
  box-shadow: 0 24px 60px rgba(20, 80, 92, 0.1);
}

.booking-widget-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.5), transparent 54%),
    linear-gradient(90deg, rgba(42, 157, 143, 0.05) 1px, transparent 1px);
  background-size: auto, 58px 58px;
  opacity: 0.44;
  pointer-events: none;
}

.booking-widget-placeholder {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 22px;
  padding: clamp(26px, 4vw, 38px);
}

.booking-widget-copy {
  max-width: 520px;
}

.booking-widget-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: linear-gradient(145deg, #ffffff, #eaf8f5);
  box-shadow: inset 0 0 0 1px rgba(42, 157, 143, 0.14), 0 12px 26px rgba(20, 121, 111, 0.08);
}

.booking-widget-icon::before,
.booking-widget-icon::after {
  content: "";
  position: absolute;
}

.booking-widget-icon::before {
  width: 25px;
  height: 25px;
  border: 2px solid var(--color-teal-deep);
  border-radius: 8px;
}

.booking-widget-icon::after {
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: var(--color-teal);
  box-shadow: 0 8px 0 rgba(42, 157, 143, 0.65);
  transform: translateY(3px);
}

.booking-widget-copy h3 {
  margin: 0 0 8px;
  color: var(--color-ink);
  font-size: 1.22rem;
}

.booking-widget-copy p {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.98rem;
  line-height: 1.6;
}

.calendar-mock {
  display: grid;
  gap: 16px;
  padding: 22px;
  border: 1px solid rgba(42, 157, 143, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.46);
}

.calendar-mock-header,
.calendar-days,
.calendar-times {
  display: grid;
}

.calendar-mock-header {
  grid-template-columns: 1fr auto;
  gap: 12px;
  color: var(--color-ink);
  font-weight: 850;
}

.calendar-mock-header span:last-child {
  color: var(--color-teal-deep);
}

.calendar-days {
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}

.calendar-days span {
  display: grid;
  place-items: center;
  min-height: 42px;
  border-radius: 12px;
  color: var(--color-teal-deep);
  background: rgba(42, 157, 143, 0.09);
  font-size: 0.84rem;
  font-weight: 780;
}

.available-times-label {
  color: var(--color-muted);
  font-size: 0.86rem;
  font-weight: 780;
}

.calendar-times {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.calendar-times span {
  display: grid;
  place-items: center;
  min-height: 38px;
  border: 1px solid rgba(42, 157, 143, 0.16);
  border-radius: 999px;
  color: #25454e;
  background: rgba(255, 255, 255, 0.78);
  font-size: 0.84rem;
  font-weight: 780;
}

.site-footer {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-top: 1px solid rgba(42, 157, 143, 0.14);
  background:
    radial-gradient(ellipse 36rem 18rem at 10% 0%, rgba(42, 157, 143, 0.1), transparent 68%),
    radial-gradient(ellipse 32rem 16rem at 92% 16%, rgba(164, 227, 231, 0.14), transparent 72%),
    linear-gradient(180deg, #ffffff 0%, #f8fdfc 100%);
}

.footer-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(0, 0.72fr) minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: start;
  gap: clamp(28px, 4vw, 56px);
  width: min(calc(100% - 40px), 1230px);
  margin: 0 auto;
  padding: clamp(48px, 6vw, 74px) 0 clamp(40px, 5vw, 58px);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.footer-brand {
  display: grid;
  align-content: start;
  gap: 16px;
  min-width: 0;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
}

.footer-logo-image {
  display: block;
  width: min(214px, 100%);
  max-height: 62px;
  object-fit: contain;
}

.footer-brand p {
  max-width: 360px;
  margin: 0;
  color: var(--color-muted);
  font-size: 0.98rem;
  line-height: 1.7;
}

.footer-social {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 16px;
  margin-top: 4px;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #0b4f4b;
  background: transparent;
  box-shadow: none;
  line-height: 1;
  transition: color 160ms ease, opacity 160ms ease, transform 160ms ease;
}

.footer-social svg {
  display: block;
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-social a[aria-label="Facebook"] svg,
.footer-social a[aria-label="YouTube"] svg {
  fill: currentColor;
  stroke: none;
}

.footer-social a:hover,
.footer-social a:focus-visible {
  color: var(--color-teal);
  opacity: 0.92;
  transform: translateY(-1px);
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 11px;
  min-width: 0;
}

.site-footer .footer-column h2,
.site-footer .footer-column h3,
.site-footer .footer-contact-info h2,
.site-footer .footer-contact-info h3,
.site-footer .footer-heading,
.site-footer h3 {
  margin: 0 0 8px;
  color: #073b3f !important;
  font-family: "Manrope", "Inter", sans-serif !important;
  font-size: 20px !important;
  line-height: 1.2;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

.footer-column a {
  width: fit-content;
  max-width: 100%;
  color: #536d74;
  font-family: "Inter", "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  transition: color 160ms ease;
}

.footer-column a:hover,
.footer-column a:focus-visible {
  color: var(--color-teal-deep);
}

.footer-contact-info {
  gap: 12px;
}

.footer-contact-list {
  display: grid;
  gap: 13px;
}

.footer-contact-item {
  position: relative;
  display: grid;
  gap: 3px;
  min-width: 0;
  padding-left: 20px;
}

.footer-contact-item::before {
  content: "";
  position: absolute;
  top: 0.48rem;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-teal);
  box-shadow: 0 0 0 5px rgba(42, 157, 143, 0.1);
}

.footer-contact-item span {
  color: #0b4f4b;
  font-size: 0.9rem;
  font-weight: 820;
  line-height: 1.25;
}

.footer-contact-item p {
  margin: 0;
  color: #536d74;
  font-size: 0.92rem;
  font-weight: 620;
  line-height: 1.45;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  margin-top: 0;
  padding: 16px max(20px, calc((100% - 1230px) / 2));
  border: 0;
  border-radius: 0;
  color: rgba(244, 255, 252, 0.82);
  background: linear-gradient(135deg, #073f3d, #0b5652 66%, #0f766e);
  font-size: 0.9rem;
}

.footer-bottom p {
  margin: 0;
}

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

.footer-legal a {
  color: rgba(244, 255, 252, 0.9);
  font-weight: 700;
  transition: color 160ms ease;
}

.footer-legal a:hover,
.footer-legal a:focus-visible {
  color: #bdf7ef;
}

@media (max-width: 1020px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav,
  .header-cta {
    display: none;
  }

  .site-header.is-open {
    border-radius: 0;
  }

  .site-header.is-open .site-nav,
  .site-header.is-open .header-cta {
    display: flex;
  }

  .site-header.is-open .site-nav {
    grid-column: 1 / -1;
    justify-self: stretch;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding-top: 8px;
  }

  .site-header.is-open .site-nav a {
    padding: 13px 15px;
  }

  .site-header.is-open .header-cta {
    grid-column: 1 / -1;
    width: 100%;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 46px;
    padding-bottom: 36px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero-visual-wrap {
    min-height: 480px;
    padding-top: 0;
  }

  h1 {
    max-width: 680px;
  }

  .appointment-strip-inner {
    grid-template-columns: 1fr;
  }

  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .clinic-philosophy {
    grid-template-columns: 1fr;
  }

  .philosophy-copy {
    max-width: 760px;
  }

  .injury-care {
    grid-template-columns: 1fr;
  }

  .injury-copy {
    max-width: 760px;
  }

  .choose-integrity {
    grid-template-columns: 1fr;
  }

  .choose-copy {
    max-width: 760px;
  }

  .process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-steps::before {
    display: none;
  }

  .google-reviews-layout {
    grid-template-columns: 1fr;
  }

  .trust-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .online-booking-promo {
    grid-template-columns: 1fr;
  }

  .booking-phone-preview {
    justify-content: flex-start;
  }

  .booking-contact {
    grid-template-columns: 1fr;
  }

  .booking-copy {
    max-width: 760px;
  }

  .footer-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }
}

@media (max-width: 1024px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 36px;
    align-items: stretch;
    padding-bottom: 72px;
  }

  .hero-copy {
    max-width: 760px;
    padding-top: 0;
  }

  .hero-title,
  .hero-copy p {
    max-width: 620px;
  }

  .hero-actions {
    margin-top: 28px;
  }

  .hero-trust-line {
    margin-top: 18px;
  }

  .hero-visual-wrap {
    width: 100%;
    min-height: clamp(520px, 58vw, 620px);
    margin-top: 0;
    overflow: hidden;
  }

  .clinic-visual {
    min-height: clamp(520px, 58vw, 620px);
    overflow: hidden;
  }

  .hero-doctor {
    right: clamp(4px, 3vw, 34px);
    bottom: 0;
    height: clamp(420px, 50vw, 520px);
  }

  .hero-spine {
    left: clamp(6px, 5vw, 56px);
    bottom: 18px;
    height: clamp(260px, 34vw, 360px);
    transform: none;
  }

  .spine-callout-text {
    font-size: clamp(16px, 2.2vw, 20px);
  }

  .spine-callout-top {
    top: clamp(185px, 24vw, 245px);
    left: clamp(92px, 17vw, 175px);
    transform: none;
  }

  .spine-callout-bottom {
    top: clamp(345px, 43vw, 430px);
    left: clamp(16px, 6vw, 64px);
  }

  .spine-callout-top::after,
  .spine-callout-bottom::after {
    width: clamp(42px, 7vw, 70px);
  }

  .hero-satisfied,
  .hero-satisfied-bg {
    display: none;
  }
}

@media (max-width: 680px) {
  .hero,
  .services-focus,
  .clinic-philosophy,
  .injury-care,
  .treatment-process,
  .patient-trust,
  .booking-contact {
    width: min(calc(100% - 28px), var(--container));
  }

  .site-header {
    min-height: 70px;
    margin-top: 0;
    padding: 12px 14px 10px;
  }

  .brand {
    font-size: 0.95rem;
  }

  .brand-mark {
    flex-basis: 36px;
    width: 36px;
    height: 36px;
    border-radius: 12px;
  }

  .hero {
    gap: 30px;
    padding: 34px 0 34px;
  }

  h1 {
    margin-top: 18px;
    font-size: clamp(2.32rem, 10vw, 3.25rem);
    line-height: 1.04;
  }

  .hero-copy {
    padding-top: 0;
  }

  .hero-copy p {
    font-size: 1.02rem;
    line-height: 1.66;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 26px;
  }

  .btn {
    width: 100%;
    min-height: 49px;
  }

  .hero-trust-line {
    display: grid;
    gap: 11px;
    margin-top: 17px;
    font-size: 0.9rem;
  }

  .hero-visual-wrap {
    min-height: 424px;
  }

  .clinic-visual {
    min-height: 402px;
    border-width: 7px;
    border-radius: 28px;
  }

  .trust-card {
    min-width: auto;
    max-width: 184px;
    padding: 10px 11px;
    border-radius: 15px;
  }

  .trust-card strong {
    font-size: 0.8rem;
  }

  .card-icon {
    flex-basis: 30px;
    width: 30px;
    height: 30px;
  }

  .hero-main-img {
    height: 100%;
    right: 50%;
    transform: translateX(65%);
  }

  .hero-spine {
    left: 50%;
    bottom: 15%;
    height: 65%;
    transform: translateX(-120%);
    animation: none;
    opacity: 1;
  }

  .hero-satisfied-bg {
    right: 50%;
    transform: translateX(50%);
    width: 295px;
    height: 124px;
    border-radius: 22px 22px 0 0;
  }

  .hero-satisfied {
    right: 50%;
    transform: translateX(50%);
    height: 110px;
  }

  .hero-doctor {
    animation: none;
    opacity: 1;
  }

  .appointment-strip {
    width: min(calc(100% - 28px), var(--container));
    margin: 0 auto 34px;
  }

  .appointment-strip-inner {
    gap: 16px;
    padding: 18px;
    border-radius: 0 24px 24px 24px;
    background:
      radial-gradient(circle at 84% 18%, rgba(255, 199, 55, 0.22) 0%, transparent 43%),
      radial-gradient(circle at 70% 12%, rgba(57, 179, 143, 0.34) 0%, transparent 55%),
      radial-gradient(circle at 14% 28%, rgba(40, 135, 120, 0.22) 0%, transparent 58%),
      linear-gradient(140deg, #083b39 0%, #07514c 48%, #0b6d62 100%);
  }

  .appointment-strip-heading h2 {
    font-size: clamp(1.05rem, 4vw, 1.3rem);
  }

  .appointment-strip-heading p {
    font-size: 0.85rem;
  }

  .appointment-care-chips span {
    min-height: 28px;
    font-size: 0.78rem;
  }

  .appointment-strip-button,
  .appointment-strip-link {
    width: 100%;
  }

  .services-focus {
    scroll-margin-top: 128px;
    margin-top: 28px;
    padding: 0 0 48px;
  }

  .services-heading {
    text-align: left;
    margin-bottom: 30px;
  }

  .services-heading h2 {
    margin-top: 16px;
    font-size: clamp(1.92rem, 8.4vw, 2.48rem);
  }

  .service-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .service-card {
    min-height: auto;
    padding: 23px;
    border-radius: 22px;
  }

  .service-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
    border-radius: 16px;
  }

  .clinic-philosophy {
    gap: 34px;
    padding: 22px 0 36px;
  }

  .philosophy-visual {
    min-height: 420px;
  }

  .consult-room {
    min-height: 400px;
    border-radius: 26px;
  }

  .philosophy-trust-card {
    left: 12px;
    top: 22px;
    padding: 10px 12px;
  }

  .philosophy-trust-card strong {
    font-size: 0.8rem;
  }

  .consult-window {
    right: 24px;
    top: 54px;
    width: 118px;
    height: 82px;
  }

  .consult-chart {
    left: 28px;
    top: 96px;
    width: 78px;
    height: 98px;
  }

  .consult-table {
    left: 48px;
    right: 34px;
    bottom: 82px;
    height: 70px;
  }

  .consult-patient {
    left: 62px;
    bottom: 142px;
    transform: scale(0.72);
    transform-origin: bottom left;
  }

  .consult-provider {
    right: 18px;
    bottom: 134px;
    transform: scale(0.68);
    transform-origin: bottom right;
  }

  .consult-floor {
    left: 28px;
    right: 28px;
    bottom: 42px;
  }

  .philosophy-copy h2 {
    margin-top: 16px;
    font-size: clamp(1.86rem, 8vw, 2.42rem);
    line-height: 1.14;
  }

  .philosophy-list {
    grid-template-columns: 1fr;
    gap: 11px;
    margin: 24px 0 28px;
  }

  .injury-care {
    gap: 30px;
    scroll-margin-top: 128px;
    padding: 28px 0 78px;
  }

  .injury-care::before {
    inset: 18px -8px 28px;
    border-radius: 26px;
  }

  .injury-copy h2 {
    margin-top: 16px;
    font-size: clamp(1.9rem, 8.4vw, 2.5rem);
  }

  .injury-cta {
    width: 100%;
    margin-top: 24px;
  }

  .injury-card-stack {
    gap: 16px;
  }

  .injury-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 23px;
    border-radius: 22px;
  }

  .injury-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }

  .choose-integrity {
    width: min(calc(100% - 28px), var(--container));
    gap: 22px;
    padding: 22px;
    border-radius: 24px;
    background:
      radial-gradient(circle at 84% 18%, rgba(255, 199, 55, 0.16) 0%, transparent 43%),
      radial-gradient(circle at 70% 12%, rgba(57, 179, 143, 0.3) 0%, transparent 55%),
      radial-gradient(circle at 14% 28%, rgba(40, 135, 120, 0.2) 0%, transparent 58%),
      linear-gradient(140deg, #083f3d 0%, #07514c 48%, #0b6d62 100%);
  }

  .choose-integrity::before {
    opacity: 0.35;
  }

  .choose-integrity::after {
    opacity: 0.68;
  }

  .choose-copy h2 {
    margin-top: 14px;
    font-size: clamp(1.52rem, 7vw, 2.1rem);
  }

  .choose-points {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .treatment-process {
    padding: 54px 0 42px;
    text-align: left;
  }

  .process-heading {
    margin-bottom: 30px;
  }

  .process-heading h2 {
    margin-top: 16px;
    font-size: clamp(1.9rem, 8.4vw, 2.5rem);
  }

  .process-steps {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .process-card {
    min-height: auto;
    padding: 23px;
    border-radius: 22px;
  }

  .process-number {
    margin-bottom: 20px;
  }

  .process-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
    border-radius: 16px;
  }

  .process-cta {
    margin-top: 28px;
  }

  .patient-trust {
    scroll-margin-top: 128px;
    padding: 28px 0 78px;
  }

  .trust-heading {
    text-align: left;
    margin-bottom: 30px;
  }

  .trust-heading h2 {
    margin-top: 16px;
    font-size: clamp(1.9rem, 8.4vw, 2.5rem);
  }

  .google-reviews-layout,
  .trust-metrics {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .google-summary-card,
  .google-widget-placeholder {
    min-height: auto;
    padding: 24px;
    border-radius: 22px;
  }

  .google-actions {
    padding-top: 24px;
  }

  .google-button {
    width: 100%;
  }

  .widget-placeholder-inner {
    padding: 26px 20px;
  }

  .trust-metrics {
    margin-top: 18px;
  }

  .online-booking-promo {
    width: min(calc(100% - 28px), var(--container));
    margin: 0 auto;
    gap: 28px;
    padding: 26px 22px;
    border-radius: 26px;
  }

  .booking-promo-copy h2 {
    font-size: clamp(1.9rem, 8.4vw, 2.5rem);
  }

  .booking-promo-actions {
    display: grid;
    gap: 10px;
    margin-top: 24px;
  }

  .booking-promo-button,
  .booking-promo-link {
    width: 100%;
  }

  .booking-phone-preview {
    justify-content: center;
  }

  .phone-frame {
    width: min(100%, 236px);
    min-height: 374px;
    transform: none;
  }

  .phone-screen {
    min-height: 346px;
  }

  .booking-contact {
    gap: 30px;
    padding: 52px 0 42px;
  }

  .booking-copy h2 {
    margin-top: 16px;
    font-size: clamp(1.9rem, 8.4vw, 2.5rem);
  }

  .booking-actions {
    display: grid;
  }

  .booking-primary,
  .booking-secondary {
    width: 100%;
  }

  .booking-widget-card {
    border-radius: 24px;
  }

  .booking-widget-placeholder {
    gap: 16px;
    padding: 24px;
  }

  .calendar-mock {
    padding: 18px;
  }

  .calendar-days {
    gap: 6px;
  }

  .calendar-times {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer {
    width: 100%;
    padding-bottom: 0;
  }

  .footer-panel {
    grid-template-columns: 1fr;
    width: min(calc(100% - 28px), var(--container));
    gap: 20px;
    padding: 30px 0 28px;
    border-radius: 0;
  }

  .footer-brand p {
    max-width: none;
  }

  .footer-logo-image {
    width: min(190px, 100%);
  }

  .footer-social {
    gap: 14px;
  }

  .footer-contact-list {
    gap: 12px;
  }

  .footer-contact-item {
    padding-left: 19px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: 0;
    padding: 12px 16px;
  }

  .footer-legal {
    flex-wrap: wrap;
    gap: 12px;
  }
}

@media (max-width: 768px) {
  .hero {
    width: min(calc(100% - 28px), var(--container));
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 34px;
    padding-bottom: 92px;
  }

  .hero-copy,
  .hero-title,
  .hero-copy p {
    width: 100%;
    max-width: none;
    min-width: 0;
  }

  .hero .dynamic-wrapper {
    min-width: 0;
    max-width: 100%;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%;
    margin-top: 26px;
  }

  .hero-actions .btn {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .hero-trust-line {
    display: grid;
    width: 100%;
    gap: 11px;
  }

  .hero-visual-wrap {
    min-height: clamp(360px, 96vw, 460px);
    overflow: hidden;
  }

  .clinic-visual {
    min-height: clamp(360px, 96vw, 460px);
    overflow: hidden;
    border-width: 0;
  }

  .hero-doctor {
    right: -24px;
    bottom: -1px;
    height: clamp(280px, 120vw, 409px);
  }

  .hero-spine {
    left: clamp(0px, 3vw, 20px);
    bottom: -3px;
    height: clamp(180px, 100vw, 371px);
    transform: none;
  }

  .spine-callout {
    max-width: calc(100vw - 34px);
  }

  .spine-callout-text {
    font-size: clamp(13px, 3.8vw, 15px);
  }

  .spine-callout-top {
    top: clamp(100px, 18vw, 182px);
    left: clamp(56px, 18vw, 92px);
    gap: 7px;
    transform: none;
  }

  .spine-callout-bottom {
    top: clamp(238px, 67vw, 320px);
    left: clamp(-1px, -1vw, 22px);
    bottom: -40px;
  }

  .spine-callout-top::before,
  .spine-callout-bottom::before {
    width: 14px;
    height: 14px;
    border-width: 5px;
  }

  .spine-callout-top::after,
  .spine-callout-bottom::after {
    width: clamp(26px, 6vw, 42px);
  }

  .hero-satisfied,
  .hero-satisfied-bg {
    display: none;
  }
}

@media (max-width: 410px) {
  .brand span:last-child {
    white-space: normal;
    line-height: 1.05;
  }

  .eyebrow {
    font-size: 0.82rem;
  }

  .card-two {
    top: 124px;
  }

  .trust-card {
    max-width: 166px;
  }

  .trust-card strong {
    font-size: 0.76rem;
  }
}

@media (max-width: 768px) {
  .hero-visual-wrap {
    min-height: 300px;
    height: 300px;
    margin-top: -10px;
    overflow: hidden;
  }

  .clinic-visual {
    min-height: 300px;
    height: 300px;
  }

  .hero-doctor {
    right: -20px;
    bottom: 0;
    height: 240px;
    width: auto;
    z-index: 2;
  }

  .hero-spine {
    left: 18px;
    bottom: 20px;
    height: 185px;
    width: auto;
    z-index: 1;
  }

  .spine-callout-text {
    font-size: 14px;
  }

  .spine-callout-top {
    top: 52px;
    left: 72px;
  }

  .spine-callout-bottom {
    top: 206px;
    left: 8px;
  }

  .spine-callout-top::after,
  .spine-callout-bottom::after {
    width: 42px;
  }

  .appointment-strip {
    margin-top: 12px;
  }
}

@media (max-width: 430px) {
  .hero-visual-wrap {
    min-height: 285px;
    height: 285px;
    margin-top: -14px;
  }

  .clinic-visual {
    min-height: 285px;
    height: 285px;
  }

  .hero-doctor {
    right: -18px;
    height: 287px;
  }

  .hero-spine {
    left: 102px;
    bottom: -20px;
    height: 304px;
  }

  .spine-callout-top {
    top: 0px;
    left: 134px;
    bottom: 168px;
  }

  .spine-callout-bottom {
    top: 108px;
    left: 4px;
  }

  .appointment-strip {
    margin-top: 8px;
  }
}

/* Book Appointment button - desktop + mobile */
.btn.btn-primary {
  background: #F4C900 !important;
  background-color: #F4C900 !important;
  border-color: #F4C900 !important;
  color: #094A4D !important;
  font-family: "Syne", sans-serif !important;
  font-size: 16px !important;
  padding: 16px 30px !important;
  border-radius: 8px !important;
}

/* Desktop hover */
.btn.btn-primary:hover {
  background: #094A4D !important;
  background-color: #094A4D !important;
  border-color: #094A4D !important;
  color: #ffffff !important;
}

/* Mobile tap effect */
.btn.btn-primary:active {
  background: #094A4D !important;
  background-color: #094A4D !important;
  border-color: #094A4D !important;
  color: #ffffff !important;
}

.btn.btn-secondary {
  background-color: transparent !important;
  border: none !important;
  color: #4b95a3 !important;
  font-family: "Syne", sans-serif !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  padding: 16px 30px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

@media (max-width: 768px) {
  .site-header.is-open,
  .mobile-menu,
  .mobile-nav,
  .nav-menu.open,
  .site-nav.open {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    min-height: 100vh !important;
    background: #EAFBF8 !important;
    z-index: 9999 !important;
    overflow-y: auto !important;
  }

  .site-header.is-open {
    align-content: start !important;
    align-items: start !important;
    grid-template-columns: 1fr auto !important;
    grid-auto-rows: max-content !important;
    gap: 22px !important;
    padding: 18px 22px 34px !important;
    box-shadow: none !important;
  }

  .site-header.is-open .brand,
  .site-header.is-open .nav-toggle {
    position: relative !important;
    z-index: 10000 !important;
  }

  .site-header.is-open .site-nav {
    position: relative !important;
    grid-column: 1 / -1 !important;
    z-index: 10000 !important;
    width: 100% !important;
    min-height: auto !important;
    background: transparent !important;
    overflow: visible !important;
  }

  .site-header.is-open .header-cta,
  .mobile-menu .btn-primary,
  .mobile-nav .btn-primary,
  .nav-menu.open .btn-primary,
  .site-nav.open .btn-primary {
    background: #F4C900 !important;
    background-color: #F4C900 !important;
    border-color: #F4C900 !important;
    color: #094A4D !important;
    font-family: "Syne", sans-serif !important;
    font-size: 16px !important;
    padding: 16px 30px !important;
    border-radius: 22px !important;
    box-shadow: none !important;
  }

  .site-header.is-open .header-cta:hover,
  .site-header.is-open .header-cta:active,
  .mobile-menu .btn-primary:hover,
  .mobile-menu .btn-primary:active,
  .mobile-nav .btn-primary:hover,
  .mobile-nav .btn-primary:active,
  .nav-menu.open .btn-primary:hover,
  .nav-menu.open .btn-primary:active,
  .site-nav.open .btn-primary:hover,
  .site-nav.open .btn-primary:active {
    background: #094A4D !important;
    background-color: #094A4D !important;
    border-color: #094A4D !important;
    color: #ffffff !important;
  }
}

.hero-trust-line {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.hero-trust-line span,
.hero-trust-line li,
.hero-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 14px;
  border: 1px solid rgba(9, 74, 77, 0.12);
  border-radius: 999px;
  color: #094A4D;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 24px rgba(9, 74, 77, 0.08);
  font-family: "Syne", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

.hero-trust-line span::before,
.hero-trust-line li::before,
.hero-trust-item::before {
  content: "";
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #2CA89A;
  box-shadow: 0 0 0 5px rgba(44, 168, 154, 0.12);
}

@media (max-width: 768px) {
  .hero-trust-line {
    align-items: flex-start;
    gap: 10px;
    margin-top: 18px;
  }

  .hero-trust-line span,
  .hero-trust-line li,
  .hero-trust-item {
    width: fit-content;
    max-width: 100%;
    padding: 10px 13px;
    font-size: 14px;
  }
}

.hero-trust-line {
  display: none;
}

@media (max-width: 768px) {
  .spine-callout-top {
    left: -20px !important;
    right: auto !important;
  }
}

.spine-callout-mobile {
  display: none;
}

@media (max-width: 768px) {
  .spine-callout-top,
  .spine-callout-bottom {
    display: none !important;
  }

  .spine-callout-mobile {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    z-index: 5;
  }

  .spine-callout::before,
  .spine-callout-top::before,
  .spine-callout-bottom::before,
  .spine-callout-mobile::before,
  .spine-callout-dot {
    display: none !important;
    content: none !important;
  }

  .spine-callout::after,
  .spine-callout-top::after,
  .spine-callout-bottom::after,
  .spine-callout-mobile::after {
    content: "";
    display: block;
    width: 42px;
    height: 1px;
    background: #6FAFBC;
    flex: 0 0 auto;
  }

  .spine-callout-mobile .spine-callout-text {
    font-family: "Syne", sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #234A57 !important;
    white-space: nowrap !important;
  }

  .spine-callout-neck {
    top: 6px;
    left: 112px;
  }

  .spine-callout-mid {
    top: 72px;
    left: 4px;
  }

  .spine-callout-low {
    top: 146px;
    left: 102px;
  }

  .spine-callout-sciatica {
    top: 218px;
    left: 10px;
  }
}

@media (max-width: 430px) {
  .spine-callout-mobile .spine-callout-text {
    font-size: 13px !important;
  }

  .spine-callout-mobile::after {
    width: 34px;
  }

  .spine-callout-neck {
    top: 2px;
    left: 26px;
    bottom: 152px;
  }

  .spine-callout-mid {
    top: 70px;
    left: 9px;
    bottom: 130px;
  }

  .spine-callout-low {
    top: 140px;
    left: 11px;
    bottom: -2px;
  }

  .spine-callout-sciatica {
    top: 159px;
    left: 42px;
  }
}

.btn.btn-secondary:hover {
  color: #FFBD00 !important;
  background-color: transparent !important;
  border: none !important;
  font-family: "Syne", sans-serif !important;
  font-size: 16px !important;
  padding: 0 0 3px 0 !important;
  box-shadow: none !important;
}

.btn.btn-secondary:active {
  color: #FFBD00 !important;
  background-color: transparent !important;
  border: none !important;
  font-family: "Syne", sans-serif !important;
  font-size: 16px !important;
  padding: 0 0 3px 0 !important;
  box-shadow: none !important;
}

.site-header .header-cta,
.site-header .btn.btn-primary,
.header-cta .btn.btn-primary,
.site-header .book-appointment-btn {
  background: transparent !important;
  background-color: transparent !important;
  color: #094A4D !important;
  border: 1px solid rgba(9, 74, 77, 0.18) !important;
  font-family: "Syne", sans-serif !important;
  font-size: 16px !important;
  padding: 16px 30px !important;
  border-radius: 2px !important;
  box-shadow: none !important;
}

.site-header .header-cta:hover,
.site-header .header-cta:active,
.site-header .btn.btn-primary:hover,
.site-header .btn.btn-primary:active,
.header-cta .btn.btn-primary:hover,
.header-cta .btn.btn-primary:active,
.site-header .book-appointment-btn:hover,
.site-header .book-appointment-btn:active {
  background: #F4C900 !important;
  background-color: #F4C900 !important;
  color: #094A4D !important;
  border-color: #F4C900 !important;
}

.eyebrow {
  display: none;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.site-logo {
  flex: 0 0 auto;
  display: block;
  width: 199px;
  height: auto;
  object-fit: contain;
}

.site-brand span {
  display: none !important;
}

@media (max-width: 768px) {
  .site-logo {
    width: 110px;
    height: auto;
  }
}

.hero-satisfied-bg {
  position: absolute;
  pointer-events: auto;
}

.hero-care-card {
  position: absolute;
  right: -53px;
  bottom: 3px;
  width: 360px;
  max-width: calc(100% - 40px);
  padding: 18px 20px;
  box-sizing: border-box;
  z-index: 5;
  border-radius: 24px;
  background: rgb(234 251 248 / 0%);
  backdrop-filter: none;
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgb(9 74 77 / 0%);
  box-shadow: 0 24px 60px rgb(9 74 77 / 0%);
  color: #094A4D;
  font-family: "Syne", sans-serif;
}

.google-review-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: rgba(9, 74, 77, 0.76);
  font-family: "Syne", sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.google-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #094A4D;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(9, 74, 77, 0.12);
  font-weight: 800;
}

.review-stars {
  margin-bottom: 10px;
  color: #F4C900;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 2px;
}

.hero-care-card h3 {
  margin: 0 0 8px;
  color: #094A4D;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 800;
}

.hero-care-card p {
  margin: 0;
  color: rgba(9, 74, 77, 0.78);
  font-size: 15px;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .hero-care-card {
    display: none;
  }
}

.site-header {
  overflow: visible;
}

.site-nav {
  position: relative;
}

.nav-root,
.nav-root ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-root {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.65vw, 24px);
}

.nav-root > li {
  position: relative;
}

.nav-root details {
  position: relative;
}

.nav-root summary {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 0;
  border-radius: 10px;
  color: #46656c;
  font-size: 1rem;
  font-weight: 620;
  cursor: pointer;
  list-style: none;
  transition: color 160ms ease;
}

.nav-root summary::-webkit-details-marker {
  display: none;
}

.nav-root summary::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-top: -3px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  opacity: 0.62;
}

.nav-root summary:hover,
.nav-root details[open] > summary {
  color: var(--color-teal-deep);
}

.nav-dropdown {
  position: absolute;
  top: calc(100% + 18px);
  left: 0;
  display: none;
  min-width: 220px;
  padding: 14px;
  border: 1px solid rgba(9, 74, 77, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 24px 70px rgba(9, 74, 77, 0.14);
  z-index: 1500;
}

.nav-dropdown-group:hover > .nav-dropdown,
.nav-dropdown-group:focus-within > .nav-dropdown,
.nav-dropdown-group[open] > .nav-dropdown {
  display: block;
}

.nav-mega {
  left: 50%;
  width: min(900px, calc(100vw - 48px));
  transform: translateX(-50%);
}

.nav-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px 22px;
}

.nav-service-column {
  display: grid;
  align-content: start;
  gap: 7px;
  min-width: 0;
}

.nav-column-title {
  color: #094A4D;
  font-family: "Syne", sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
}

.nav-dropdown a {
  display: inline-flex;
  width: 100%;
  padding: 7px 0;
  color: #4d6870;
  font-size: 0.9rem;
  line-height: 1.25;
  font-weight: 650;
  white-space: normal;
}

.nav-dropdown a::after {
  display: none;
}

.nav-dropdown a:hover,
.nav-dropdown a:focus-visible {
  color: var(--color-teal-deep);
}

.nav-service-links {
  display: flex;
  gap: 12px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(9, 74, 77, 0.1);
}

.nav-service-links a {
  width: auto;
  padding: 9px 12px;
  border-radius: 12px;
  background: rgba(234, 251, 248, 0.82);
  color: #094A4D;
}

.nav-small-dropdown {
  min-width: 150px;
}

.nav-category {
  display: grid;
  align-content: start;
  gap: 7px;
  min-width: 0;
}

.nav-category > summary {
  width: 100%;
  margin: 0 0 14px;
  padding: 0;
  color: #094A4D;
  font-family: "Syne", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
}

.nav-category > summary::after {
  margin-left: auto;
  width: 6px;
  height: 6px;
}

.nav-category-links {
  display: grid;
  gap: 0;
}

.nav-nested > summary {
  display: none;
}

@media (max-width: 1020px) {
  .site-header.is-open .site-nav {
    padding-top: 4px;
  }

  .site-header.is-open .nav-root {
    display: grid;
    width: 100%;
    gap: 6px;
  }

  .site-header.is-open .nav-root > li {
    width: 100%;
  }

  .site-header.is-open .nav-root a,
  .site-header.is-open .nav-root summary {
    width: 100%;
    padding: 12px 0;
    color: #094A4D;
    font-size: 1rem;
    line-height: 1.25;
  }

  .site-header.is-open .nav-root summary {
    justify-content: space-between;
  }

  .site-header.is-open .nav-dropdown {
    position: static;
    display: none;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 8px 0 10px 14px;
    border: 0;
    border-left: 1px solid rgba(9, 74, 77, 0.12);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transform: none;
  }

  .site-header.is-open .nav-dropdown-group[open] > .nav-dropdown {
    display: block;
  }

  .site-header.is-open .nav-nested > summary {
    display: flex;
    padding: 10px 0;
    font-weight: 800;
  }

  .site-header.is-open .nav-nested:not([open]) .nav-service-grid {
    display: none;
  }

  .site-header.is-open .nav-service-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .site-header.is-open .nav-service-column {
    gap: 4px;
    padding: 4px 0 6px;
  }

  .site-header.is-open .nav-category {
    padding: 4px 0 6px;
  }

  .site-header.is-open .nav-category > summary {
    display: flex;
    margin: 0;
    padding: 9px 0;
    font-size: 0.9rem;
    font-weight: 800;
  }

  .site-header.is-open .nav-category:not([open]) .nav-category-links {
    display: none;
  }

  .site-header.is-open .nav-category-links {
    padding-left: 12px;
    border-left: 1px solid rgba(9, 74, 77, 0.1);
  }

  .site-header.is-open .nav-column-title {
    padding: 7px 0 2px;
    font-size: 0.78rem;
  }

  .site-header.is-open .nav-dropdown a {
    padding: 8px 0;
    font-size: 0.92rem;
  }

  .site-header.is-open .nav-service-links {
    display: grid;
    gap: 4px;
    margin-top: 8px;
    padding-top: 8px;
  }

  .site-header.is-open .nav-service-links a {
    padding: 10px 0;
    background: transparent;
  }
}

@media (min-width: 769px) {
  .site-header {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: clamp(16px, 2vw, 34px);
    padding-right: max(22px, calc((100% - 1320px) / 2 + 22px));
    padding-left: max(22px, calc((100% - 1320px) / 2 + 22px));
  }

  .site-header .btn,
  .header-cta,
  .book-appointment-btn {
    flex-shrink: 0;
  }

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

  .nav-root {
    justify-content: center;
    gap: clamp(10px, 1.35vw, 20px);
  }

  .nav-root > li > a,
  .nav-root > li > details > summary {
    font-size: 1.3rem;
    white-space: nowrap;
  }

  .nav-mega {
    position: absolute;
    top: calc(100% + 14px);
    left: 50%;
    width: min(1180px, calc(100vw - 80px));
    max-height: calc(100vh - 140px);
    padding: 28px 32px;
    overflow-y: auto;
    border: 1px solid rgba(9, 74, 77, 0.1);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 30px 80px rgba(9, 74, 77, 0.14);
    transform: translateX(-50%);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    z-index: 999;
  }

  .nav-service-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px 34px;
  }

  .nav-category > summary {
    display: flex;
    pointer-events: none;
  }

  .nav-category > summary::after {
    display: none;
  }

  .nav-category-links {
    display: grid;
  }

  .nav-column-title {
    margin: 0 0 14px;
    color: #094A4D;
    font-family: "Syne", sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
  }

  .nav-dropdown a {
    display: block;
    padding: 7px 0;
    color: rgba(9, 74, 77, 0.76);
    font-family: "Syne", sans-serif;
    font-size: 15px;
    font-weight: 650;
    line-height: 1.35;
    text-decoration: none;
  }

  .nav-dropdown a:hover {
    color: #007f7a;
  }

  .nav-service-links {
    display: flex;
    gap: 14px;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid rgba(9, 74, 77, 0.1);
  }

  .nav-service-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding: 12px 18px;
    border-radius: 14px;
    color: #094A4D;
    background: rgba(234, 251, 248, 0.9);
    font-weight: 800;
  }
}

@media (min-width: 769px) {
  .site-header {
    min-height: 82px;
    overflow: visible;
  }

  .site-logo {
    width: auto;
    max-height: 58px;
    object-fit: contain;
  }

  .nav-root summary:focus,
  .nav-root summary:focus-visible,
  .nav-root a:focus,
  .nav-root a:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(244, 201, 0, 0.35);
    border-radius: 12px;
  }

  .nav-mega {
    width: min(1120px, calc(100vw - 96px));
    max-height: calc(100vh - 150px);
    padding: 24px 30px 26px;
    overflow-y: auto;
    border-radius: 28px;
  }

  .nav-service-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px 34px;
  }

  .nav-category > summary,
  .nav-column-title {
    margin: 0 0 12px;
    color: #007f7a;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 800;
  }

  .nav-dropdown a {
    padding: 6px 0;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 650;
  }

  .nav-service-links {
    margin-top: 18px;
    padding-top: 16px;
  }

  .nav-service-links a {
    padding: 11px 16px;
    border-radius: 14px;
    font-size: 14px;
  }
}

@media (min-width: 769px) {
  .nav-root > li > details > summary {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }

  .nav-root > li > details[open] > summary,
  .nav-root > li > details:hover > summary,
  .nav-root > li > details:focus-within > summary {
    color: #094A4D;
  }

  .nav-root > li > details[open] > summary::after,
  .nav-root > li > details:hover > summary::after,
  .nav-root > li > details:focus-within > summary::after {
    border-color: rgba(9, 74, 77, 0.62);
  }

  .nav-dropdown,
  .nav-mega,
  .nav-small-dropdown {
    position: absolute;
    top: calc(100% + 16px);
    left: 0;
    min-width: 360px;
    max-width: 420px;
    width: max-content;
    max-height: calc(100vh - 140px);
    padding: 28px 32px;
    overflow-y: auto;
    border: 1px solid rgba(9, 74, 77, 0.08);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 24px 60px rgba(9, 74, 77, 0.12);
    transform: none;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 999;
  }

  .nav-mega::before {
    content: "Services";
    display: block;
    margin: 0 0 22px;
    color: #094A4D;
    font-family: "Syne", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
  }

  .nav-small-dropdown::before {
    content: "About";
    display: block;
    margin: 0 0 18px;
    color: #094A4D;
    font-family: "Syne", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
  }

  .nav-service-grid {
    display: block;
  }

  .nav-service-grid > li + li {
    margin-top: 12px;
  }

  .nav-category {
    display: block;
  }

  .nav-category > summary {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 0 6px;
    padding: 0;
    color: #094A4D;
    font-family: "Syne", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    pointer-events: auto;
  }

  .nav-category > summary::after {
    display: block;
    margin-left: auto;
    border-color: currentColor;
  }

  .nav-category:not([open]) .nav-category-links {
    display: none;
  }

  .nav-category-links {
    display: block;
    padding: 0 0 2px;
  }

  .nav-dropdown a {
    display: block;
    width: 100%;
    padding: 10px 0;
    color: #094A4D;
    font-family: "Syne", sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.35;
    text-decoration: none;
  }

  .nav-dropdown a:hover,
  .nav-dropdown a:focus-visible {
    color: #0c6668;
  }

  .nav-service-links {
    display: block;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(9, 74, 77, 0.08);
  }

  .nav-service-links a {
    display: block;
    width: 100%;
    padding: 10px 0;
    border-radius: 0;
    color: #094A4D;
    background: transparent;
    font-size: 17px;
    font-weight: 500;
  }
}

@media (min-width: 769px) {
  .nav-mega {
    overflow: visible;
  }

  .nav-service-grid {
    display: block;
    width: 100%;
  }

  .nav-service-grid > li {
    position: relative;
  }

  .nav-service-grid > li + li {
    margin-top: 4px;
  }

  .nav-category {
    position: relative;
  }

  .nav-category > summary {
    margin: 0;
    padding: 10px 0;
    color: #094A4D;
    cursor: pointer;
    pointer-events: auto;
  }

  .nav-category > summary:hover,
  .nav-category:focus-within > summary,
  .nav-category.is-flyout-open > summary {
    color: #094A4D;
  }

  .nav-category > summary::after {
    display: block;
    width: 7px;
    height: 7px;
    margin-left: auto;
    margin-top: 0;
    border-color: currentColor;
    transform: rotate(-45deg);
  }

  .nav-category-links {
    position: absolute;
    top: 0;
    left: calc(100% + 14px);
    display: block !important;
    min-width: 280px;
    padding: 20px 22px;
    border: 1px solid rgba(9, 74, 77, 0.08);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 20px 50px rgba(9, 74, 77, 0.14);
    opacity: 0;
    visibility: hidden;
    transform: translateX(8px);
    transition: opacity 0.2s ease, transform 0.2s ease;
    z-index: 1000;
  }

  .nav-category:hover > .nav-category-links,
  .nav-category:focus-within > .nav-category-links,
  .nav-category.is-flyout-open > .nav-category-links {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }

  .nav-category.flyout-left > .nav-category-links {
    right: calc(100% + 14px);
    left: auto;
    transform: translateX(-8px);
  }

  .nav-category.flyout-left:hover > .nav-category-links,
  .nav-category.flyout-left:focus-within > .nav-category-links,
  .nav-category.flyout-left.is-flyout-open > .nav-category-links {
    transform: translateX(0);
  }

  .nav-category-links a {
    padding: 8px 0;
    font-size: 16px;
  }
}

@media (min-width: 769px) {
  .nav-dropdown-group.open > summary,
  .nav-dropdown-group:hover > summary,
  .nav-dropdown-group:focus-within > summary {
    color: #094A4D;
  }

  .nav-dropdown-group.open > summary::after,
  .nav-dropdown-group:hover > summary::after,
  .nav-dropdown-group:focus-within > summary::after {
    border-color: rgba(9, 74, 77, 0.62);
  }

  .nav-category-links {
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }

  .nav-category-links a {
    padding: 10px 0 !important;
    color: #094A4D !important;
    font-family: "Syne", sans-serif;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 1.45 !important;
  }

  .nav-category-links a:hover,
  .nav-category-links a:focus-visible {
    color: #007f7a !important;
  }
}

@media (min-width: 769px) {
  .nav-root > li > .nav-dropdown-group {
    position: relative;
  }

  .nav-root > li > .nav-dropdown-group::after {
    content: "";
    position: absolute;
    top: 100%;
    left: -12px;
    right: -12px;
    height: 20px;
    background: transparent;
  }

  .nav-category::after {
    content: "";
    position: absolute;
    top: 0;
    right: -18px;
    width: 18px;
    height: 100%;
    background: transparent;
  }

  .nav-category.flyout-left::after {
    right: auto;
    left: -18px;
  }

  .nav-dropdown,
  .nav-mega,
  .nav-small-dropdown {
    top: calc(100% + 10px);
  }

  .nav-category-links {
    left: calc(100% + 10px);
  }

  .nav-category.flyout-left > .nav-category-links {
    right: calc(100% + 10px);
  }
}

@media (min-width: 769px) {
  .nav-category > .nav-category-links {
    pointer-events: none;
  }

  .nav-category > .nav-category-links {
    opacity: 0;
    visibility: hidden;
  }

  .nav-category:hover > .nav-category-links,
  .nav-category:focus-within > .nav-category-links,
  .nav-category.is-flyout-open > .nav-category-links {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

.hero {
  background: transparent !important;
}

.hero::before {
  background-image:
    radial-gradient(circle at 18% 12%, rgba(148, 229, 236, 0.38) 0%, rgba(148, 229, 236, 0) 34%),
    radial-gradient(circle at 82% 14%, rgba(148, 229, 236, 0.24) 0%, rgba(148, 229, 236, 0) 30%),
    linear-gradient(
      180deg,
      #c9f5f2 0%,
      #eafbf8 42%,
      #f8fcfc 76%,
      #ffffff 100%
    ) !important;
}

.hero-inner,
.hero-grid,
.hero-content,
.hero-visual-wrap {
  background: transparent !important;
}

body {
  background: #ffffff !important;
}

.site-header,
.site-header.is-scrolled {
  background: transparent !important;
  box-shadow: none !important;
  border-bottom: none !important;
}

body::before,
.hero::before {
  background-image:
    radial-gradient(circle at 18% 12%, rgba(148, 229, 236, 0.28) 0%, rgba(148, 229, 236, 0) 34%),
    radial-gradient(circle at 82% 14%, rgba(148, 229, 236, 0.18) 0%, rgba(148, 229, 236, 0) 30%),
    linear-gradient(
      180deg,
      #dff8f8 0%,
      #eafbf8 45%,
      #f8fcfc 78%,
      #ffffff 100%
    ) !important;
}

.header-wrapper,
.nav-wrapper,
.hero-inner,
.hero-container {
  background: transparent !important;
}

.services-focus,
.clinic-philosophy,
.injury-care,
.choose-integrity {
  background: #ffffff !important;
}

.hero-doctor {
  filter: brightness(1.12) saturate(0.97) contrast(0.98) drop-shadow(0 20px 40px rgba(20, 80, 92, 0.15)) !important;
}

.site-header {
  background: transparent !important;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, backdrop-filter 0.25s ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.94) !important;
  border-bottom: 1px solid rgba(9, 74, 77, 0.08) !important;
  box-shadow: 0 12px 32px rgba(9, 74, 77, 0.08) !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
}

/* Header Menu Font Improvement - Desktop Only */
@media (min-width: 769px) {
  .site-header .site-nav a,
  .site-header .site-nav summary,
  .site-header .nav-root > li > a,
  .site-header .nav-root > li > details > summary {
    font-family: "Inter", sans-serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
  }
}

/* Restore Hero Title Typography */
.hero-title {
  font-family: "Syne", sans-serif !important;
  font-size: clamp(64px, 6.2vw, 84px) !important;
  line-height: 0.96 !important;
  font-weight: 800 !important;
  letter-spacing: -0.04em !important;
}

.site-header .nav-mega::before,
.site-header .services-mega > .mega-menu-title,
.site-header .services-mega > .dropdown-title,
.site-header .services-mega > h3,
.site-header .services-mega > h4,
.site-header .mega-menu > .mega-menu-title,
.site-header .mega-menu > .dropdown-title,
.site-header .mega-menu > .sub-menu-title {
  content: none !important;
  display: none !important;
}

.site-header .site-nav a,
.site-header .site-nav summary,
.site-header .nav-link,
.site-header .menu-link,
.site-header .main-nav a,
.site-header .nav-dropdown a,
.site-header .nav-mega a,
.site-header .nav-small-dropdown a,
.site-header .nav-category-links a,
.site-header .mega-menu a,
.site-header .dropdown-menu a,
.site-header .sub-menu a {
  position: relative;
  color: #094A4D !important;
  text-decoration: none !important;
}

.site-header .site-nav summary::after {
  color: rgba(9, 74, 77, 0.62) !important;
  border-color: rgba(9, 74, 77, 0.62) !important;
}

.site-header .site-nav a::after,
.site-header .nav-link::after,
.site-header .menu-link::after,
.site-header .main-nav a::after,
.site-header .nav-dropdown a::after,
.site-header .nav-mega a::after,
.site-header .nav-small-dropdown a::after,
.site-header .nav-category-links a::after,
.site-header .mega-menu a::after,
.site-header .dropdown-menu a::after,
.site-header .sub-menu a::after,
.site-header .site-nav summary::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: auto !important;
  bottom: -5px !important;
  display: block !important;
  width: 0 !important;
  height: 2px !important;
  border-radius: 999px !important;
  background: #2CA89A !important;
  opacity: 1 !important;
  transform: none !important;
  transition: width 0.22s ease !important;
}

.site-header .site-nav a:hover::after,
.site-header .site-nav a:focus-visible::after,
.site-header .site-nav a[aria-current="page"]::after,
.site-header .site-nav summary:hover::before,
.site-header .site-nav summary:focus-visible::before,
.site-header .nav-link:hover::after,
.site-header .nav-link:focus-visible::after,
.site-header .menu-link:hover::after,
.site-header .menu-link:focus-visible::after,
.site-header .main-nav a:hover::after,
.site-header .main-nav a:focus-visible::after,
.site-header .nav-dropdown a:hover::after,
.site-header .nav-dropdown a:focus-visible::after,
.site-header .nav-mega a:hover::after,
.site-header .nav-mega a:focus-visible::after,
.site-header .nav-small-dropdown a:hover::after,
.site-header .nav-small-dropdown a:focus-visible::after,
.site-header .nav-category-links a:hover::after,
.site-header .nav-category-links a:focus-visible::after,
.site-header .mega-menu a:hover::after,
.site-header .mega-menu a:focus-visible::after,
.site-header .dropdown-menu a:hover::after,
.site-header .dropdown-menu a:focus-visible::after,
.site-header .sub-menu a:hover::after,
.site-header .sub-menu a:focus-visible::after,
.site-header .current-menu-item > a::after {
  width: 100% !important;
}
.site-header .nav-link:focus,
.site-header .nav-link:focus-visible,
.site-header .menu-link:focus,
.site-header .menu-link:focus-visible,
.site-header .site-nav a:focus,
.site-header .site-nav a:focus-visible,
.site-header .site-nav summary:focus,
.site-header .site-nav summary:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
}.hero-copy p,
.hero-description {
  font-family: "Inter", sans-serif !important;
  font-size: 20px !important;
  line-height: 1.65 !important;
  max-width: 620px !important;
}

.hero-actions {
  margin-top: 28px !important;
  margin-bottom: 28px !important;
}

.hero-satisfied,
.hero-satisfied-bg {
  margin-top: 28px !important;
}

/* ============================================
   MOBILE HEADER MENU STABILITY PATCH
   Additive override - safe to remove anytime
   ============================================ */

@media (max-width: 1020px) {
  /* Ensure hamburger appears */
  .site-header .nav-toggle {
    display: block;
  }

  /* Ensure desktop nav hides on mobile */
  .site-header .site-nav {
    display: none;
  }

  /* Mobile menu overlay - full screen */
  .site-header.is-open {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #EAFBF8;
    z-index: 9999;
    overflow-y: auto;
  }

  /* Mobile nav container - full width */
  .site-header.is-open .site-nav {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px 0;
  }

  /* Mobile nav links - full width tap targets */
  .site-header.is-open .site-nav a,
  .site-header.is-open .site-nav summary {
    display: block;
    width: 100%;
    padding: 14px 20px;
    font-size: 16px;
  }

  /* Ensure dropdown summaries are clickable */
  .site-header.is-open .site-nav summary {
    cursor: pointer;
  }
}

/* ============================================
   MOBILE MENU DESIGN FIX - SECOND PATCH
   Additive override - safe to remove anytime
   ============================================ */

@media (max-width: 1020px) {
  .site-header .nav-toggle {
    margin-right: 14px !important;
    z-index: 10001 !important;
  }

  .site-header.is-open .nav-toggle {
    position: fixed !important;
    top: 18px !important;
    right: 18px !important;
    margin-right: 0 !important;
    z-index: 10001 !important;
    background: rgba(255, 255, 255, 0.95) !important;
  }

  .site-header.is-open .site-nav {
    padding: 88px 22px 32px !important;
    gap: 0 !important;
    align-items: stretch !important;
  }

  .site-header.is-open .site-nav ul,
  .site-header.is-open .site-nav li,
  .site-header.is-open .site-nav details {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    border: 0 !important;
  }

  .site-header.is-open .site-nav a,
  .site-header.is-open .site-nav summary {
    display: block !important;
    width: 100% !important;
    padding: 11px 14px !important;
    font-size: 16px !important;
    line-height: 1.35 !important;
    border: 0 !important;
    box-shadow: none !important;
    text-align: left !important;
  }

  .site-header.is-open .site-nav summary {
    cursor: pointer !important;
  }
}

/* ============================================
   MOBILE MENU ARROW ICON FIX - THIRD PATCH
   Replaces messy line indicators with clean arrows
   ============================================ */

@media (max-width: 1020px) {
  .site-header.is-open .site-nav details > summary {
    position: relative !important;
    list-style: none !important;
    padding-right: 42px !important;
  }

  .site-header.is-open .site-nav details > summary::-webkit-details-marker {
    display: none !important;
  }

  .site-header.is-open .site-nav details > summary::marker {
    content: "" !important;
  }

  .site-header.is-open .site-nav details > summary::after {
    content: "›" !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: absolute !important;
    right: 14px !important;
    top: 50% !important;
    width: 22px !important;
    height: 22px !important;
    transform: translateY(-50%) rotate(0deg) !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    color: #094A4D !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .site-header.is-open .site-nav details[open] > summary::after {
    transform: translateY(-50%) rotate(90deg) !important;
  }
}

/* ============================================
   MOBILE MENU BOX STYLE - FOURTH PATCH
   Gives each mobile menu item a clean card/box
   ============================================ */

@media (max-width: 1020px) {
  .site-header.is-open .site-nav {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .site-header.is-open .site-nav a,
  .site-header.is-open .site-nav summary {
    margin: 7px 0 !important;
    background: rgba(255, 255, 255, 0.72) !important;
    border: 1px solid rgba(9, 74, 77, 0.14) !important;
    border-radius: 18px !important;
    box-shadow: 0 8px 24px rgba(9, 74, 77, 0.06) !important;
    color: #094A4D !important;
    font-weight: 800 !important;
  }

  .site-header.is-open .site-nav a:hover,
  .site-header.is-open .site-nav summary:hover {
    background: rgba(255, 255, 255, 0.95) !important;
  }

  .site-header.is-open .site-nav details[open] > summary {
    background: rgba(51, 176, 163, 0.13) !important;
    border-color: rgba(51, 176, 163, 0.35) !important;
  }

  .site-header.is-open .site-nav ul {
    padding-left: 12px !important;
    margin-top: 4px !important;
    margin-bottom: 10px !important;
    border-left: 0 !important;
  }

  .site-header.is-open .site-nav li {
    border: 0 !important;
  }
}

/* ============================================
   MOBILE MENU PREMIUM STYLE - FIFTH PATCH
   Makes mobile menu cleaner, softer and more premium
   ============================================ */

@media (max-width: 1020px) {
  .site-header.is-open {
    background:
      radial-gradient(circle at top left, rgba(51, 176, 163, 0.16), transparent 36%),
      linear-gradient(180deg, #F3FFFC 0%, #FFFFFF 100%) !important;
  }

  .site-header.is-open .site-nav {
    max-width: 640px !important;
    margin: 0 auto !important;
    padding: 74px 20px 30px !important;
    gap: 0 !important;
  }

  .site-header.is-open .site-nav ul {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }

  .site-header.is-open .site-nav li {
    margin: 0 0 10px !important;
    padding: 0 !important;
    border: 0 !important;
  }

  .site-header.is-open .site-nav a,
  .site-header.is-open .site-nav summary {
    min-height: 58px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 14px 18px !important;
    margin: 0 !important;
    background: rgba(255, 255, 255, 0.82) !important;
    border: 1px solid rgba(9, 74, 77, 0.11) !important;
    border-radius: 22px !important;
    box-shadow:
      0 14px 34px rgba(9, 74, 77, 0.07),
      inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
    color: #074B4E !important;
    font-size: 18px !important;
    font-weight: 850 !important;
    line-height: 1.15 !important;
    letter-spacing: -0.03em !important;
    text-decoration: none !important;
  }

  .site-header.is-open .site-nav a:hover,
  .site-header.is-open .site-nav summary:hover {
    background: #FFFFFF !important;
    transform: translateY(-1px) !important;
  }

  .site-header.is-open .site-nav details[open] > summary {
    background: linear-gradient(135deg, rgba(51, 176, 163, 0.18), rgba(255, 255, 255, 0.92)) !important;
    border-color: rgba(51, 176, 163, 0.34) !important;
    color: #063F42 !important;
  }

  .site-header.is-open .site-nav details > summary::after {
    right: 18px !important;
    width: 28px !important;
    height: 28px !important;
    border-radius: 999px !important;
    background: rgba(9, 74, 77, 0.08) !important;
    color: #0A5B5F !important;
    font-size: 25px !important;
  }

  .site-header.is-open .site-nav details[open] > summary::after {
    background: rgba(51, 176, 163, 0.22) !important;
  }

  .site-header.is-open .site-nav details details,
  .site-header.is-open .site-nav details ul {
    margin-top: 10px !important;
    margin-left: 14px !important;
    padding-left: 12px !important;
    border-left: 2px solid rgba(51, 176, 163, 0.20) !important;
  }

  .site-header.is-open .site-nav details details summary,
  .site-header.is-open .site-nav details ul a {
    min-height: 52px !important;
    font-size: 16px !important;
    border-radius: 18px !important;
    box-shadow: 0 10px 26px rgba(9, 74, 77, 0.05) !important;
  }
}
/* ============================================
   MODERN MOBILE MENU FINAL PATCH
   Premium clinic-style mobile menu override
   Additive only - safe to remove anytime
   ============================================ */

@media (max-width: 1020px) {
  .site-header.is-open {
    background:
      radial-gradient(circle at 18% 8%, rgba(51, 176, 163, 0.18), transparent 34%),
      radial-gradient(circle at 88% 22%, rgba(244, 201, 0, 0.08), transparent 30%),
      linear-gradient(180deg, #F0FBF9 0%, #FFFFFF 100%) !important;
  }

  .site-header.is-open .site-nav {
    max-width: 590px !important;
    margin: 0 auto !important;
    padding: 82px 18px 34px !important;
    gap: 0 !important;
    align-items: stretch !important;
  }

  .site-header.is-open .site-nav ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    border: 0 !important;
  }

  .site-header.is-open .site-nav li {
    margin: 0 0 10px !important;
    padding: 0 !important;
    border: 0 !important;
    list-style: none !important;
  }

  .site-header.is-open .site-nav a::before,
  .site-header.is-open .site-nav a::after,
  .site-header.is-open .site-nav summary::before {
    display: none !important;
    content: none !important;
  }

  .site-header.is-open .site-nav a,
  .site-header.is-open .site-nav summary {
    min-height: 56px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 14px 18px !important;
    background: rgba(255, 255, 255, 0.86) !important;
    border: 1px solid rgba(9, 74, 77, 0.09) !important;
    border-radius: 20px !important;
    box-shadow:
      0 10px 28px rgba(9, 74, 77, 0.055),
      inset 0 1px 0 rgba(255, 255, 255, 0.92) !important;
    color: #074B4E !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    letter-spacing: -0.025em !important;
    text-decoration: none !important;
  }

  .site-header.is-open .site-nav a:hover,
  .site-header.is-open .site-nav summary:hover {
    background: rgba(255, 255, 255, 0.96) !important;
    border-color: rgba(51, 176, 163, 0.20) !important;
    box-shadow:
      0 14px 34px rgba(9, 74, 77, 0.075),
      inset 0 1px 0 rgba(255, 255, 255, 0.95) !important;
  }

  .site-header.is-open .site-nav details > summary {
    position: relative !important;
    padding-right: 56px !important;
    list-style: none !important;
  }

  .site-header.is-open .site-nav details > summary::-webkit-details-marker {
    display: none !important;
  }

  .site-header.is-open .site-nav details > summary::marker {
    content: "" !important;
  }

  .site-header.is-open .site-nav details > summary::after {
    content: "›" !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: absolute !important;
    right: 16px !important;
    top: 50% !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 999px !important;
    background: rgba(9, 74, 77, 0.065) !important;
    color: #0A5B5F !important;
    font-size: 26px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    border: 0 !important;
    box-shadow: none !important;
    transform: translateY(-50%) rotate(0deg) !important;
    transition: transform 0.22s ease, background 0.22s ease !important;
  }

  .site-header.is-open .site-nav details[open] > summary {
    background:
      linear-gradient(135deg, rgba(232, 250, 247, 0.96), rgba(255, 255, 255, 0.92)) !important;
    border-color: rgba(51, 176, 163, 0.28) !important;
    color: #063F42 !important;
  }

  .site-header.is-open .site-nav details[open] > summary::after {
    background: rgba(51, 176, 163, 0.18) !important;
    transform: translateY(-50%) rotate(90deg) !important;
  }

  .site-header.is-open .site-nav details details,
  .site-header.is-open .site-nav details ul {
    margin: 8px 0 8px 12px !important;
    padding-left: 10px !important;
    border-left: 1px solid rgba(51, 176, 163, 0.16) !important;
  }

  .site-header.is-open .site-nav details details summary,
  .site-header.is-open .site-nav details ul a {
    min-height: 48px !important;
    padding: 12px 16px !important;
    border-radius: 16px !important;
    font-size: 15.5px !important;
    font-weight: 750 !important;
    box-shadow:
      0 7px 18px rgba(9, 74, 77, 0.045),
      inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
  }

  .site-header.is-open .header-cta {
    width: calc(100% - 36px) !important;
    max-width: 590px !important;
    margin: 18px auto 0 !important;
    min-height: 58px !important;
    border-radius: 22px !important;
    background:
      linear-gradient(135deg, #F4C900 0%, #FFD83D 100%) !important;
    color: #073F42 !important;
    font-size: 17px !important;
    font-weight: 900 !important;
    box-shadow: 0 16px 34px rgba(244, 201, 0, 0.22) !important;
  }

  .site-header.is-open .nav-toggle {
    position: fixed !important;
    top: 18px !important;
    right: 18px !important;
    width: 54px !important;
    height: 54px !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.92) !important;
    border: 1px solid rgba(9, 74, 77, 0.08) !important;
    box-shadow: 0 12px 28px rgba(9, 74, 77, 0.10) !important;
    z-index: 10001 !important;
  }
}
/* ============================================
   MOBILE MENU FINAL POLISH PATCH
   Reduces clutter, indentation and top spacing
   Additive only - safe to remove anytime
   ============================================ */

@media (max-width: 1020px) {
  .site-header.is-open .site-nav {
    padding-top: 54px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .site-header.is-open .site-nav li {
    margin-bottom: 9px !important;
  }

  .site-header.is-open .site-nav details details,
  .site-header.is-open .site-nav details ul {
    margin: 7px 0 7px 8px !important;
    padding-left: 6px !important;
    border-left: 0 !important;
  }

  .site-header.is-open .site-nav details details details,
  .site-header.is-open .site-nav details details ul {
    margin-left: 6px !important;
    padding-left: 4px !important;
    border-left: 0 !important;
  }

  .site-header.is-open .site-nav a,
  .site-header.is-open .site-nav summary {
    min-height: 54px !important;
  }

  .site-header.is-open .site-nav details details summary,
  .site-header.is-open .site-nav details ul a {
    min-height: 46px !important;
    padding: 11px 15px !important;
    font-size: 15px !important;
    border-radius: 15px !important;
  }

  .site-header.is-open .site-nav details details details summary,
  .site-header.is-open .site-nav details details ul a {
    min-height: 44px !important;
    padding: 10px 14px !important;
    font-size: 14.5px !important;
    border-radius: 14px !important;
  }

  .site-header.is-open .site-nav details > summary::after {
    width: 28px !important;
    height: 28px !important;
    right: 15px !important;
    font-size: 24px !important;
  }

  .site-header.is-open .site-nav details > summary {
    padding-right: 52px !important;
  }

  .site-header.is-open .header-cta {
    margin-top: 14px !important;
  }
}
/* ============================================
   MOBILE MENU FINAL CLEANUP PATCH
   Removes leftover vertical lines and tightens nesting
   Additive only - safe to remove anytime
   ============================================ */

@media (max-width: 1020px) {
  .site-header.is-open .site-nav * {
    border-left: 0 !important;
  }

  .site-header.is-open .site-nav ul::before,
  .site-header.is-open .site-nav ul::after,
  .site-header.is-open .site-nav li::before,
  .site-header.is-open .site-nav li::after,
  .site-header.is-open .site-nav details::before,
  .site-header.is-open .site-nav details::after,
  .site-header.is-open .site-nav a::before,
  .site-header.is-open .site-nav a::after {
    display: none !important;
    content: none !important;
  }

  .site-header.is-open .site-nav details details,
  .site-header.is-open .site-nav details ul {
    margin-left: 4px !important;
    padding-left: 4px !important;
  }

  .site-header.is-open .site-nav details details details,
  .site-header.is-open .site-nav details details ul {
    margin-left: 2px !important;
    padding-left: 2px !important;
  }

  .site-header.is-open .site-nav details ul a {
    margin-left: 0 !important;
  }

  .site-header.is-open .site-nav details details summary,
  .site-header.is-open .site-nav details ul a {
    width: 100% !important;
  }
}
/* ============================================
   SERVICES FOCUS PREMIUM REDESIGN PATCH
   Modern clinic-style cards section
   Additive only - safe to remove anytime
   ============================================ */

.services-focus {
  position: relative;
  isolation: isolate;
  padding: 86px 0 96px !important;
  margin-top: 42px !important;
  overflow: hidden;
}

.services-focus::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 12% 18%, rgba(51, 176, 163, 0.10), transparent 34%),
    radial-gradient(circle at 88% 26%, rgba(244, 201, 0, 0.055), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f7fffd 52%, #ffffff 100%);
  pointer-events: none;
}

.services-heading {
  max-width: 790px;
  margin: 0 auto 48px !important;
  text-align: center !important;
}

.services-heading .section-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(9, 74, 77, 0.13);
  box-shadow: 0 10px 28px rgba(9, 74, 77, 0.055);
  color: #0a5b5f;
  font-weight: 850;
}

.services-heading .section-label::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #33b0a3;
  box-shadow: 0 0 0 6px rgba(51, 176, 163, 0.12);
}

.services-heading h2,
.services-title {
  max-width: 760px;
  margin: 18px auto 0 !important;
  color: #102f38;
  font-size: clamp(2.45rem, 5vw, 4.35rem) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.065em;
  font-weight: 900;
}

.services-heading p {
  max-width: 760px;
  margin: 22px auto 0;
  color: #5a7280;
  font-size: clamp(1.04rem, 1.35vw, 1.22rem);
  line-height: 1.72;
  font-weight: 500;
}

.service-grid {
  width: min(1180px, 92%);
  margin: 0 auto;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
}

.service-card {
  position: relative;
  min-height: 236px !important;
  padding: 34px 34px 32px !important;
  border-radius: 28px !important;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(240, 254, 251, 0.66)) !important;
  border: 1px solid rgba(9, 74, 77, 0.10) !important;
  box-shadow:
    0 20px 54px rgba(9, 74, 77, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(9, 74, 77, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(9, 74, 77, 0.035) 1px, transparent 1px);
  background-size: 54px 54px;
  opacity: 0.34;
  pointer-events: none;
}

.service-card::after {
  content: "";
  position: absolute;
  right: -42px;
  top: -42px;
  width: 150px;
  height: 150px;
  border-radius: 999px;
  background: rgba(51, 176, 163, 0.075);
  pointer-events: none;
}

.service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(51, 176, 163, 0.28) !important;
  box-shadow:
    0 28px 70px rgba(9, 74, 77, 0.095),
    inset 0 1px 0 rgba(255, 255, 255, 0.95) !important;
}

.service-icon {
  position: relative;
  z-index: 1;
  width: 58px !important;
  height: 58px !important;
  margin-bottom: 26px !important;
  border-radius: 19px !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(232, 250, 247, 0.86)) !important;
  border: 1px solid rgba(51, 176, 163, 0.22) !important;
  box-shadow:
    0 14px 30px rgba(9, 74, 77, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
}

.service-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px !important;
  color: #102f38 !important;
  font-size: 1.22rem !important;
  line-height: 1.2 !important;
  letter-spacing: -0.035em;
  font-weight: 900 !important;
}

.service-card p {
  position: relative;
  z-index: 1;
  margin: 0 !important;
  color: #5b7280 !important;
  font-size: 1.02rem !important;
  line-height: 1.64 !important;
  font-weight: 520;
}

/* Tablet */
@media (max-width: 1024px) {
  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px !important;
  }

  .services-focus {
    padding: 72px 0 82px !important;
  }
}

/* Mobile */
@media (max-width: 680px) {
  .services-focus {
    padding: 58px 0 66px !important;
    margin-top: 28px !important;
  }

  .services-heading {
    width: min(92%, 560px);
    margin-bottom: 34px !important;
    text-align: left !important;
  }

  .services-heading .section-label {
    padding: 7px 13px;
    font-size: 0.84rem;
  }

  .services-heading h2,
  .services-title {
    font-size: clamp(2.05rem, 10vw, 2.85rem) !important;
    line-height: 1.02 !important;
    letter-spacing: -0.058em;
  }

  .services-heading p {
    font-size: 1rem !important;
    line-height: 1.62 !important;
  }

  .service-grid {
    width: min(92%, 560px);
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .service-card {
    min-height: auto !important;
    padding: 24px 22px 24px !important;
    border-radius: 22px !important;
  }

  .service-icon {
    width: 50px !important;
    height: 50px !important;
    margin-bottom: 18px !important;
    border-radius: 16px !important;
  }

  .service-card h3 {
    font-size: 1.12rem !important;
  }

  .service-card p {
    font-size: 0.98rem !important;
  }
}
/* ============================================
   SERVICES FOCUS MOBILE SIZE FIX
   Makes service cards smaller and cleaner on mobile
   Additive only - safe to remove anytime
   ============================================ */

@media (max-width: 680px) {
  .services-focus {
    padding: 42px 0 52px !important;
    margin-top: 18px !important;
  }

  .services-heading {
    margin-bottom: 26px !important;
  }

  .services-heading h2,
  .services-title {
    font-size: clamp(1.85rem, 8.2vw, 2.35rem) !important;
    line-height: 1.04 !important;
  }

  .services-heading p {
    font-size: 0.95rem !important;
    line-height: 1.55 !important;
  }

  .service-grid {
    width: min(88%, 520px) !important;
    gap: 14px !important;
  }

  .service-card {
    min-height: auto !important;
    padding: 20px 20px 22px !important;
    border-radius: 20px !important;
  }

  .service-icon {
    width: 44px !important;
    height: 44px !important;
    margin-bottom: 16px !important;
    border-radius: 14px !important;
  }

  .service-card h3 {
    font-size: 1.02rem !important;
    line-height: 1.2 !important;
    margin-bottom: 9px !important;
  }

  .service-card p {
    font-size: 0.88rem !important;
    line-height: 1.52 !important;
  }

  .service-card::after {
    width: 110px !important;
    height: 110px !important;
    right: -34px !important;
    top: -34px !important;
  }
}
/* ============================================
   SERVICES FOCUS MOBILE COMPACT PATCH
   Makes service cards much smaller on mobile
   Additive only - safe to remove anytime
   ============================================ */

@media (max-width: 680px) {
  .services-focus {
    padding: 34px 0 44px !important;
    margin-top: 12px !important;
  }

  .service-grid {
    width: min(86%, 500px) !important;
    gap: 12px !important;
  }

  .service-card {
    padding: 16px 17px 17px !important;
    border-radius: 18px !important;
    min-height: 0 !important;
  }

  .service-icon {
    width: 38px !important;
    height: 38px !important;
    margin-bottom: 12px !important;
    border-radius: 12px !important;
  }

  .service-card h3 {
    font-size: 0.95rem !important;
    line-height: 1.15 !important;
    margin-bottom: 7px !important;
    letter-spacing: -0.035em !important;
  }

  .service-card p {
    font-size: 0.8rem !important;
    line-height: 1.42 !important;
    font-weight: 600 !important;
  }

  .service-card::after {
    width: 88px !important;
    height: 88px !important;
    right: -28px !important;
    top: -28px !important;
  }

  .service-card::before {
    background-size: 42px 42px !important;
    opacity: 0.24 !important;
  }
}
/* ============================================
   PHILOSOPHY SECTION MOBILE COMPACT PATCH
   Makes philosophy visual and title tighter on mobile
   Additive only - safe to remove anytime
   ============================================ */

@media (max-width: 680px) {
  .clinic-philosophy {
    padding-top: 38px !important;
    padding-bottom: 52px !important;
    gap: 28px !important;
  }

  .philosophy-visual {
    min-height: 360px !important;
    border-radius: 24px !important;
  }

  .consult-room {
    min-height: 340px !important;
    border-radius: 24px !important;
  }

  .visual-badge {
    top: 24px !important;
    left: 24px !important;
    padding: 12px 16px !important;
    border-radius: 18px !important;
    font-size: 0.95rem !important;
  }

  .philosophy-content {
    padding-top: 0 !important;
  }

  .philosophy-content .section-label {
    margin-bottom: 18px !important;
  }

  .philosophy-content h2 {
    font-size: clamp(2.1rem, 9vw, 2.65rem) !important;
    line-height: 1.03 !important;
    letter-spacing: -0.06em !important;
  }

  .philosophy-content p {
    font-size: 1rem !important;
    line-height: 1.58 !important;
  }
}
/* ============================================
   PHILOSOPHY MOBILE EXTRA COMPACT PATCH
   Makes philosophy visual much shorter on mobile
   Additive only - safe to remove anytime
   ============================================ */

@media (max-width: 680px) {
  .clinic-philosophy {
    padding-top: 24px !important;
    padding-bottom: 44px !important;
    gap: 22px !important;
  }

  .philosophy-visual,
  .consult-room {
    height: 300px !important;
    min-height: 300px !important;
    border-radius: 22px !important;
    overflow: hidden !important;
  }

  .visual-badge {
    top: 18px !important;
    left: 18px !important;
    padding: 10px 14px !important;
    border-radius: 16px !important;
    font-size: 0.88rem !important;
  }

  .philosophy-content .section-label {
    margin-bottom: 14px !important;
  }

  .philosophy-content h2 {
    font-size: clamp(1.85rem, 8vw, 2.35rem) !important;
    line-height: 1.04 !important;
    letter-spacing: -0.055em !important;
  }

  .philosophy-content p {
    font-size: 0.96rem !important;
    line-height: 1.55 !important;
  }
}
/* ============================================
   PHILOSOPHY MOBILE TITLE FINAL FIX
   Makes philosophy heading more balanced on mobile
   Additive only - safe to remove anytime
   ============================================ */

@media (max-width: 680px) {
  .philosophy-content h2 {
    font-size: clamp(1.75rem, 7.2vw, 2.15rem) !important;
    line-height: 1.06 !important;
    letter-spacing: -0.052em !important;
  }

  .philosophy-content .section-label {
    font-size: 0.9rem !important;
    padding: 8px 14px !important;
  }
}
/* ============================================
   SERVICES TO PHILOSOPHY MOBILE GAP FIX
   Reduces empty space between services cards and philosophy visual
   Additive only - safe to remove anytime
   ============================================ */

@media (max-width: 680px) {
  .services-focus {
    padding-bottom: 18px !important;
  }

  .clinic-philosophy {
    margin-top: 0 !important;
    padding-top: 12px !important;
  }

  .philosophy-visual {
    margin-top: 0 !important;
  }
}
/* ============================================
   PHILOSOPHY MOBILE HEADING OVERFLOW FIX
   Prevents oversized heading on mobile
   Additive only - safe to remove anytime
   ============================================ */

@media (max-width: 680px) {
  .clinic-philosophy .philosophy-content {
    width: min(92%, 560px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: hidden !important;
  }

  .clinic-philosophy .philosophy-content h2 {
    max-width: 100% !important;
    font-size: clamp(1.55rem, 6.4vw, 2rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.045em !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .clinic-philosophy .philosophy-content .section-label {
    max-width: 100% !important;
    font-size: 0.86rem !important;
    padding: 7px 13px !important;
  }
}
/* ============================================
   SERVICE CARD ICON TOPIC MATCH PATCH
   Makes service icons better match each card topic
   CSS-only, no HTML changes needed
   ============================================ */

.service-icon.spine-icon,
.service-icon.neck-icon,
.service-icon.sports-icon,
.service-icon.adjust-icon {
  position: relative !important;
}

.service-icon.spine-icon::before,
.service-icon.spine-icon::after,
.service-icon.neck-icon::before,
.service-icon.neck-icon::after,
.service-icon.sports-icon::before,
.service-icon.sports-icon::after,
.service-icon.adjust-icon::before,
.service-icon.adjust-icon::after {
  content: "" !important;
  position: absolute !important;
  display: block !important;
  box-sizing: border-box !important;
}

/* Back Pain Care: clearer spine column + vertebrae */
.service-icon.spine-icon::before {
  width: 5px !important;
  height: 30px !important;
  left: 25px !important;
  top: 13px !important;
  border-radius: 999px !important;
  background: #0f8f86 !important;
  transform: rotate(7deg) !important;
}

.service-icon.spine-icon::after {
  width: 15px !important;
  height: 4px !important;
  left: 17px !important;
  top: 17px !important;
  border-radius: 999px !important;
  background: #33b0a3 !important;
  box-shadow:
    2px 8px 0 #0f8f86,
    4px 16px 0 #33b0a3,
    6px 24px 0 #0f8f86 !important;
  transform: rotate(7deg) !important;
}

/* Neck Pain Relief: head + neck silhouette */
.service-icon.neck-icon::before {
  width: 16px !important;
  height: 16px !important;
  left: 18px !important;
  top: 11px !important;
  border-radius: 999px !important;
  background: transparent !important;
  border: 3px solid #0f8f86 !important;
}

.service-icon.neck-icon::after {
  width: 22px !important;
  height: 20px !important;
  left: 18px !important;
  top: 26px !important;
  border-left: 4px solid #0f8f86 !important;
  border-bottom: 4px solid #33b0a3 !important;
  border-radius: 0 0 0 14px !important;
  background: transparent !important;
  transform: rotate(4deg) !important;
}

/* Sports Injury: clearer sports ball with seam */
.service-icon.sports-icon::before {
  width: 30px !important;
  height: 30px !important;
  left: 14px !important;
  top: 14px !important;
  border-radius: 999px !important;
  background: rgba(51, 176, 163, 0.12) !important;
  border: 4px solid #0f8f86 !important;
}

.service-icon.sports-icon::after {
  width: 23px !important;
  height: 23px !important;
  left: 18px !important;
  top: 17px !important;
  border-radius: 999px !important;
  border-left: 3px solid #33b0a3 !important;
  border-top: 3px solid transparent !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  background: transparent !important;
  transform: rotate(-28deg) !important;
}

/* Spinal Adjustment: spine + adjustment pressure lines */
.service-icon.adjust-icon::before {
  width: 5px !important;
  height: 30px !important;
  left: 26px !important;
  top: 13px !important;
  border-radius: 999px !important;
  background: #0f8f86 !important;
  box-shadow:
    -7px 5px 0 -2px #33b0a3,
    7px 11px 0 -2px #33b0a3,
    -7px 17px 0 -2px #33b0a3,
    7px 23px 0 -2px #33b0a3 !important;
}

.service-icon.adjust-icon::after {
  width: 34px !important;
  height: 18px !important;
  left: 12px !important;
  top: 21px !important;
  border-top: 4px solid #33b0a3 !important;
  border-bottom: 4px solid #0f8f86 !important;
  border-radius: 999px !important;
  background: transparent !important;
  opacity: 0.95 !important;
}

/* Mobile fine tuning */
@media (max-width: 680px) {
  .service-icon.spine-icon::before {
    left: 17px !important;
    top: 8px !important;
    height: 24px !important;
  }

  .service-icon.spine-icon::after {
    left: 10px !important;
    top: 11px !important;
    width: 12px !important;
    box-shadow:
      2px 7px 0 #0f8f86,
      4px 14px 0 #33b0a3,
      6px 21px 0 #0f8f86 !important;
  }

  .service-icon.neck-icon::before {
    left: 12px !important;
    top: 7px !important;
    width: 14px !important;
    height: 14px !important;
  }

  .service-icon.neck-icon::after {
    left: 13px !important;
    top: 20px !important;
    width: 18px !important;
    height: 16px !important;
  }

  .service-icon.sports-icon::before {
    left: 8px !important;
    top: 8px !important;
    width: 24px !important;
    height: 24px !important;
  }

  .service-icon.sports-icon::after {
    left: 11px !important;
    top: 10px !important;
    width: 19px !important;
    height: 19px !important;
  }

  .service-icon.adjust-icon::before {
    left: 18px !important;
    top: 8px !important;
    height: 24px !important;
  }

  .service-icon.adjust-icon::after {
    left: 8px !important;
    top: 17px !important;
    width: 28px !important;
    height: 15px !important;
  }
}
/* ============================================
   SPINAL ADJUSTMENT ICON CLEAN FIX
   Fixes broken adjust icon only
   Additive only - safe to remove anytime
   ============================================ */

.service-icon.adjust-icon::before,
.service-icon.adjust-icon::after {
  content: "" !important;
  position: absolute !important;
  display: block !important;
  box-sizing: border-box !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  opacity: 1 !important;
}

/* Clean spine column */
.service-icon.adjust-icon::before {
  width: 5px !important;
  height: 30px !important;
  left: 26px !important;
  top: 13px !important;
  border-radius: 999px !important;
  background: #0f8f86 !important;
  box-shadow:
    -7px 5px 0 -2px #33b0a3,
    7px 10px 0 -2px #33b0a3,
    -7px 15px 0 -2px #33b0a3,
    7px 20px 0 -2px #33b0a3,
    -7px 25px 0 -2px #33b0a3 !important;
}

/* Clean adjustment hands / pressure lines */
.service-icon.adjust-icon::after {
  width: 30px !important;
  height: 18px !important;
  left: 14px !important;
  top: 20px !important;
  border-top: 4px solid #33b0a3 !important;
  border-bottom: 4px solid #0f8f86 !important;
  border-radius: 999px !important;
}

/* Mobile size correction */
@media (max-width: 680px) {
  .service-icon.adjust-icon::before {
    width: 4px !important;
    height: 24px !important;
    left: 18px !important;
    top: 8px !important;
    box-shadow:
      -6px 4px 0 -2px #33b0a3,
      6px 8px 0 -2px #33b0a3,
      -6px 12px 0 -2px #33b0a3,
      6px 16px 0 -2px #33b0a3,
      -6px 20px 0 -2px #33b0a3 !important;
  }

  .service-icon.adjust-icon::after {
    width: 25px !important;
    height: 14px !important;
    left: 7px !important;
    top: 15px !important;
    border-top-width: 3px !important;
    border-bottom-width: 3px !important;
  }
}
/* ============================================
   OUR PHILOSOPHY - LIGHT POLISH PATCH
   Safe additive polish only
   ============================================ */

.clinic-philosophy {
  align-items: center;
  gap: clamp(28px, 4vw, 56px);
}

.philosophy-visual {
  filter: saturate(1.04) contrast(1.03) brightness(1.01);
  box-shadow: 0 18px 40px rgba(33, 72, 77, 0.07);
}

.philosophy-copy {
  max-width: 700px;
}

.philosophy-copy h2 {
  letter-spacing: -0.03em;
  line-height: 0.98;
  margin: 16px 0 18px;
}

.philosophy-copy p {
  max-width: 62ch;
  line-height: 1.72;
  color: #5f7480;
}

.philosophy-copy p + p {
  margin-top: 18px;
}

.philosophy-points {
  margin-top: 20px;
  gap: 14px 28px;
}

.philosophy-points li {
  line-height: 1.35;
}

.philosophy-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  font-weight: 800;
  letter-spacing: -0.01em;
  text-decoration: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.philosophy-link::after {
  content: "";
  width: 34px;
  height: 1.5px;
  background: currentColor;
  opacity: 0.55;
  transition: width 0.2s ease, opacity 0.2s ease;
}

.philosophy-link:hover {
  transform: translateX(2px);
}

.philosophy-link:hover::after {
  width: 46px;
  opacity: 0.9;
}

@media (max-width: 1024px) {
  .clinic-philosophy {
    gap: 28px;
  }

  .philosophy-copy h2 {
    margin: 14px 0 16px;
  }

  .philosophy-copy p {
    max-width: 100%;
    line-height: 1.64;
  }

  .philosophy-points {
    gap: 12px 16px;
  }
}

@media (max-width: 680px) {
  .clinic-philosophy {
    gap: 24px;
  }

  .philosophy-visual {
    box-shadow: 0 12px 26px rgba(33, 72, 77, 0.05);
  }

  .philosophy-copy h2 {
    line-height: 1.02;
  }

  .philosophy-copy p {
    font-size: 0.98rem;
  }

  .philosophy-link {
    margin-top: 20px;
  }
}

/* ============================================
   PHILOSOPHY PHOTO REPLACEMENT
   ============================================ */

.philosophy-photo {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 32px;
  display: block;
  position: relative;
  z-index: 1;
  box-shadow: 0 28px 74px rgba(20, 80, 92, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.82);
}

.philosophy-visual .consult-room {
  display: none !important;
}

@media (max-width: 1024px) {
  .philosophy-photo {
    height: 400px;
  }
}

@media (max-width: 680px) {
  .philosophy-photo {
    height: 300px;
    border-radius: 22px;
  }
}
/* ============================================
   PHILOSOPHY MOBILE COPY FINAL FIX
   Makes heading and text balanced after real photo
   Additive only - safe to remove anytime
   ============================================ */

@media (max-width: 680px) {
  .clinic-philosophy .philosophy-copy,
  .clinic-philosophy .philosophy-content {
    width: min(92%, 560px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .clinic-philosophy .philosophy-copy h2,
  .clinic-philosophy .philosophy-content h2 {
    font-size: clamp(1.65rem, 6.8vw, 2.1rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.048em !important;
    margin-top: 14px !important;
    margin-bottom: 16px !important;
  }

  .clinic-philosophy .philosophy-copy p,
  .clinic-philosophy .philosophy-content p {
    font-size: 0.98rem !important;
    line-height: 1.58 !important;
    margin-bottom: 16px !important;
  }

  .clinic-philosophy .philosophy-copy .section-label,
  .clinic-philosophy .philosophy-content .section-label {
    font-size: 0.86rem !important;
    padding: 7px 13px !important;
    margin-bottom: 12px !important;
  }

  .clinic-philosophy .philosophy-points {
    margin-top: 16px !important;
    gap: 10px !important;
  }

  .clinic-philosophy .philosophy-link {
    margin-top: 18px !important;
    font-size: 0.95rem !important;
  }
}
/* ============================================
   INJURY CARE PREMIUM POLISH PATCH
   Improves CTA, cards, list markers, and mobile sizing
   Additive only - safe to remove anytime
   ============================================ */

.injury-care {
  gap: clamp(28px, 4vw, 56px) !important;
}

.injury-copy h2 {
  margin: 18px 0 14px !important;
  letter-spacing: -0.06em !important;
}

.injury-copy p {
  max-width: 58ch !important;
}

.injury-cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 54px !important;
  padding: 14px 24px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #094A4D 0%, #14796F 100%) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  box-shadow:
    0 18px 34px rgba(20, 121, 111, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease !important;
}

.injury-cta:hover {
  transform: translateY(-2px) !important;
  background: linear-gradient(135deg, #063F42 0%, #0F8F86 100%) !important;
  box-shadow:
    0 22px 42px rgba(20, 121, 111, 0.30),
    inset 0 1px 0 rgba(255, 255, 255, 0.22) !important;
}

.injury-card {
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease !important;
}

.injury-card:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(51, 176, 163, 0.28) !important;
  box-shadow:
    0 24px 58px rgba(9, 74, 77, 0.085),
    inset 0 1px 0 rgba(255, 255, 255, 0.92) !important;
}

.injury-icon {
  width: 52px !important;
  height: 52px !important;
  border-radius: 17px !important;
}

.injury-card li::before {
  width: 16px !important;
  height: 16px !important;
  border-radius: 999px !important;
  background:
    linear-gradient(#094A4D 0 0) center / 8px 2px no-repeat,
    linear-gradient(#094A4D 0 0) center / 2px 8px no-repeat,
    rgba(51, 176, 163, 0.14) !important;
  box-shadow: 0 0 0 4px rgba(51, 176, 163, 0.055) !important;
}

/* Mobile */
@media (max-width: 680px) {
  .injury-care {
    gap: 22px !important;
    padding: 34px 0 52px !important;
  }

  .injury-copy h2 {
    font-size: clamp(1.7rem, 7.5vw, 2.2rem) !important;
    line-height: 1.06 !important;
    letter-spacing: -0.055em !important;
    margin: 14px 0 14px !important;
  }

  .injury-copy p {
    font-size: 0.95rem !important;
    line-height: 1.58 !important;
  }

  .injury-cta {
    width: 100% !important;
    min-height: 52px !important;
    margin-top: 20px !important;
    font-size: 0.95rem !important;
  }

  .injury-card-stack {
    gap: 14px !important;
  }

  .injury-card {
    padding: 20px !important;
    border-radius: 20px !important;
  }

  .injury-icon {
    width: 48px !important;
    height: 48px !important;
    border-radius: 15px !important;
    margin-bottom: 14px !important;
  }

  .injury-card h3 {
    font-size: 1.05rem !important;
    line-height: 1.18 !important;
    margin-bottom: 8px !important;
  }

  .injury-card p {
    font-size: 0.92rem !important;
    line-height: 1.5 !important;
  }

  .injury-card ul {
    margin-top: 15px !important;
    gap: 7px !important;
  }

  .injury-card li {
    font-size: 0.9rem !important;
    line-height: 1.35 !important;
  }

  .injury-card li::before {
    width: 15px !important;
    height: 15px !important;
    background:
      linear-gradient(#094A4D 0 0) center / 7px 2px no-repeat,
      linear-gradient(#094A4D 0 0) center / 2px 7px no-repeat,
      rgba(51, 176, 163, 0.14) !important;
  }
}
/* ============================================
   INJURY CARE MOBILE COMPACT FINAL PATCH
   Makes Injury Care section tighter on mobile only
   Additive only - safe to remove anytime
   ============================================ */

@media (max-width: 680px) {
  .injury-care {
    padding: 28px 0 44px !important;
    gap: 18px !important;
  }

  .injury-copy h2 {
    font-size: clamp(1.55rem, 6.8vw, 2rem) !important;
    line-height: 1.07 !important;
    margin: 12px 0 12px !important;
  }

  .injury-copy p {
    font-size: 0.9rem !important;
    line-height: 1.5 !important;
  }

  .injury-cta {
    min-height: 46px !important;
    padding: 11px 18px !important;
    margin-top: 16px !important;
    border-radius: 18px !important;
    font-size: 0.9rem !important;
    box-shadow:
      0 12px 24px rgba(20, 121, 111, 0.20),
      inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
  }

  .injury-card-stack {
    gap: 12px !important;
  }

  .injury-card {
    padding: 17px !important;
    border-radius: 18px !important;
  }

  .injury-icon {
    width: 42px !important;
    height: 42px !important;
    border-radius: 13px !important;
    margin-bottom: 12px !important;
  }

  .injury-card h3 {
    font-size: 0.98rem !important;
    line-height: 1.16 !important;
    margin-bottom: 7px !important;
  }

  .injury-card p {
    font-size: 0.86rem !important;
    line-height: 1.45 !important;
  }

  .injury-card ul {
    margin-top: 12px !important;
    gap: 6px !important;
  }

  .injury-card li {
    font-size: 0.84rem !important;
    line-height: 1.32 !important;
    gap: 9px !important;
  }

  .injury-card li::before {
    width: 14px !important;
    height: 14px !important;
    background:
      linear-gradient(#094A4D 0 0) center / 6px 2px no-repeat,
      linear-gradient(#094A4D 0 0) center / 2px 6px no-repeat,
      rgba(51, 176, 163, 0.14) !important;
    box-shadow: 0 0 0 3px rgba(51, 176, 163, 0.055) !important;
  }
}
/* ============================================
   INJURY CARE MOBILE ULTRA COMPACT PATCH
   Final tighter mobile sizing for Injury Care
   Additive only - safe to remove anytime
   ============================================ */

@media (max-width: 680px) {
  .injury-care .injury-copy h2 {
    font-size: clamp(1.38rem, 6vw, 1.78rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.048em !important;
    margin: 10px 0 10px !important;
  }

  .injury-care .injury-copy p {
    font-size: 0.82rem !important;
    line-height: 1.46 !important;
    margin-bottom: 0 !important;
  }

  .injury-care .injury-cta {
    min-height: 42px !important;
    padding: 10px 16px !important;
    margin-top: 14px !important;
    border-radius: 16px !important;
    font-size: 0.84rem !important;
  }

  .injury-care .injury-card {
    padding: 14px 15px !important;
    border-radius: 17px !important;
  }

  .injury-care .injury-icon {
    width: 38px !important;
    height: 38px !important;
    margin-bottom: 10px !important;
    border-radius: 12px !important;
  }

  .injury-care .injury-card h3 {
    font-size: 0.92rem !important;
    line-height: 1.15 !important;
    margin-bottom: 6px !important;
  }

  .injury-care .injury-card p {
    font-size: 0.78rem !important;
    line-height: 1.4 !important;
  }

  .injury-care .injury-card ul {
    margin-top: 10px !important;
    gap: 5px !important;
  }

  .injury-care .injury-card li {
    font-size: 0.78rem !important;
    line-height: 1.28 !important;
    gap: 8px !important;
  }

  .injury-care .injury-card li::before {
    width: 13px !important;
    height: 13px !important;
  }
}
/* ============================================
   CHOOSE INTEGRITY CTA SECTION FIX
   Restores contrast and makes the section readable/premium
   Additive only - safe to remove anytime
   ============================================ */

.choose-integrity {
  width: min(1180px, 92%) !important;
  margin: 48px auto 70px !important;
  padding: 42px 44px !important;
  border-radius: 32px !important;
  position: relative !important;
  overflow: hidden !important;
  display: grid !important;
  grid-template-columns: 0.95fr 1.05fr !important;
  gap: 42px !important;
  align-items: center !important;
  background:
    radial-gradient(circle at 12% 20%, rgba(51, 176, 163, 0.13), transparent 34%),
    radial-gradient(circle at 88% 40%, rgba(244, 201, 0, 0.06), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(241, 255, 252, 0.88)) !important;
  border: 1px solid rgba(9, 74, 77, 0.10) !important;
  box-shadow:
    0 26px 70px rgba(9, 74, 77, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.95) !important;
}

.choose-copy {
  position: relative !important;
  z-index: 2 !important;
  max-width: 520px !important;
}

.choose-copy .section-label {
  color: #0f8f86 !important;
  background: rgba(255, 255, 255, 0.82) !important;
  border-color: rgba(51, 176, 163, 0.22) !important;
  box-shadow: 0 12px 28px rgba(9, 74, 77, 0.06) !important;
}

.choose-copy h2,
#choose-title {
  margin: 18px 0 14px !important;
  color: #102f38 !important;
  font-size: clamp(2rem, 3.2vw, 3.1rem) !important;
  line-height: 1.04 !important;
  letter-spacing: -0.055em !important;
  font-weight: 900 !important;
}

.choose-copy p {
  color: #5a7280 !important;
  font-size: 1.06rem !important;
  line-height: 1.66 !important;
  font-weight: 560 !important;
  max-width: 48ch !important;
}

.choose-link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin-top: 22px !important;
  color: #0f8f86 !important;
  font-weight: 900 !important;
  font-size: 1rem !important;
  text-decoration: none !important;
}

.choose-link::after {
  content: "›" !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 32px !important;
  height: 32px !important;
  border-radius: 999px !important;
  background: rgba(244, 201, 0, 0.18) !important;
  color: #0f8f86 !important;
  font-size: 26px !important;
  line-height: 1 !important;
}

.choose-points {
  position: relative !important;
  z-index: 2 !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.choose-points li {
  min-height: 52px !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 14px 18px !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, 0.78) !important;
  border: 1px solid rgba(9, 74, 77, 0.08) !important;
  box-shadow: 0 12px 28px rgba(9, 74, 77, 0.055) !important;
  color: #102f38 !important;
  font-weight: 850 !important;
}

.choose-points li::before {
  content: "+" !important;
  width: 20px !important;
  height: 20px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  border-radius: 999px !important;
  background: rgba(51, 176, 163, 0.16) !important;
  color: #0f8f86 !important;
  font-weight: 900 !important;
}

/* Mobile */
@media (max-width: 680px) {
  .choose-integrity {
    width: min(92%, 560px) !important;
    margin: 30px auto 48px !important;
    padding: 24px 20px !important;
    border-radius: 24px !important;
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  .choose-copy h2,
  #choose-title {
    font-size: clamp(1.55rem, 6.8vw, 2rem) !important;
    line-height: 1.08 !important;
    margin: 14px 0 10px !important;
  }

  .choose-copy p {
    font-size: 0.9rem !important;
    line-height: 1.5 !important;
  }

  .choose-link {
    margin-top: 16px !important;
    font-size: 0.9rem !important;
  }

  .choose-points {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .choose-points li {
    min-height: 46px !important;
    padding: 12px 14px !important;
    border-radius: 16px !important;
    font-size: 0.9rem !important;
  }

  .choose-points li::before {
    width: 18px !important;
    height: 18px !important;
  }
}
/* ============================================
   CHOOSE INTEGRITY POINT ICON ALIGNMENT FIX
   Fixes overlapping plus icons in choose points
   Additive only - safe to remove anytime
   ============================================ */

.choose-points li {
  position: relative !important;
  padding-left: 52px !important;
  gap: 0 !important;
}

.choose-points li::before {
  position: absolute !important;
  left: 18px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin: 0 !important;
}

@media (max-width: 680px) {
  .choose-points li {
    padding-left: 46px !important;
  }

  .choose-points li::before {
    left: 14px !important;
  }
}
/* ============================================
   HOW IT WORKS PREMIUM POLISH PATCH
   Improves process cards, CTA, and mobile sizing
   Additive only - safe to remove anytime
   ============================================ */

.process-card {
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease !important;
}

.process-card:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(51, 176, 163, 0.28) !important;
  box-shadow:
    0 24px 58px rgba(9, 74, 77, 0.085),
    inset 0 1px 0 rgba(255, 255, 255, 0.92) !important;
}

.process-number {
  box-shadow: 0 8px 22px rgba(9, 74, 77, 0.055) !important;
}

.process-icon {
  box-shadow:
    0 14px 30px rgba(9, 74, 77, 0.075),
    inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
}

.process-cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  min-height: 52px !important;
  padding: 13px 24px !important;
  margin-top: 34px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #094A4D 0%, #14796F 100%) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  box-shadow:
    0 18px 34px rgba(20, 121, 111, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease !important;
}

.process-cta::after {
  content: "›" !important;
  width: 26px !important;
  height: 26px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.16) !important;
  color: #ffffff !important;
  font-size: 24px !important;
  line-height: 1 !important;
  opacity: 1 !important;
}

.process-cta:hover {
  transform: translateY(-2px) !important;
  background: linear-gradient(135deg, #063F42 0%, #0F8F86 100%) !important;
  box-shadow:
    0 22px 42px rgba(20, 121, 111, 0.30),
    inset 0 1px 0 rgba(255, 255, 255, 0.22) !important;
}

/* Mobile */
@media (max-width: 680px) {
  .treatment-process {
    padding: 38px 0 42px !important;
  }

  .process-heading {
    margin-bottom: 24px !important;
  }

  .process-heading h2 {
    font-size: clamp(1.55rem, 6.8vw, 2.05rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.052em !important;
    margin-top: 14px !important;
    margin-bottom: 12px !important;
  }

  .process-heading p {
    font-size: 0.9rem !important;
    line-height: 1.52 !important;
  }

  .process-steps {
    gap: 12px !important;
  }

  .process-card {
    padding: 17px !important;
    border-radius: 18px !important;
    min-height: 0 !important;
  }

  .process-number {
    min-width: 40px !important;
    height: 28px !important;
    margin-bottom: 13px !important;
    font-size: 0.82rem !important;
  }

  .process-icon {
    width: 42px !important;
    height: 42px !important;
    margin-bottom: 13px !important;
    border-radius: 13px !important;
  }

  .process-card h3 {
    font-size: 0.98rem !important;
    line-height: 1.18 !important;
    margin-bottom: 7px !important;
  }

  .process-card p {
    font-size: 0.84rem !important;
    line-height: 1.45 !important;
  }

  .process-cta {
    width: 100% !important;
    min-height: 46px !important;
    padding: 11px 18px !important;
    margin-top: 20px !important;
    border-radius: 16px !important;
    font-size: 0.88rem !important;
    box-shadow:
      0 12px 24px rgba(20, 121, 111, 0.20),
      inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
  }

  .process-cta::after {
    width: 23px !important;
    height: 23px !important;
    font-size: 21px !important;
  }
}
/* ============================================
   HOW IT WORKS MOBILE CARD COMPACT LAYOUT FIX
   Makes process cards smaller with side icon layout
   Additive only - safe to remove anytime
   ============================================ */

@media (max-width: 680px) {
  .treatment-process .process-steps {
    gap: 10px !important;
  }

  .treatment-process .process-card {
    display: grid !important;
    grid-template-columns: 42px 1fr !important;
    column-gap: 14px !important;
    row-gap: 4px !important;
    align-items: start !important;
    padding: 14px 15px !important;
    border-radius: 16px !important;
    min-height: 0 !important;
  }

  .treatment-process .process-number {
    grid-column: 1 !important;
    grid-row: 1 !important;
    min-width: 36px !important;
    width: 36px !important;
    height: 25px !important;
    margin: 0 !important;
    font-size: 0.76rem !important;
  }

  .treatment-process .process-icon {
    grid-column: 1 !important;
    grid-row: 2 !important;
    width: 36px !important;
    height: 36px !important;
    margin: 4px 0 0 !important;
    border-radius: 12px !important;
  }

  .treatment-process .process-card h3 {
    grid-column: 2 !important;
    grid-row: 1 !important;
    align-self: center !important;
    font-size: 0.92rem !important;
    line-height: 1.16 !important;
    margin: 0 !important;
  }

  .treatment-process .process-card p {
    grid-column: 2 !important;
    grid-row: 2 !important;
    font-size: 0.78rem !important;
    line-height: 1.38 !important;
    margin: 2px 0 0 !important;
  }
}
/* ============================================
   PATIENT TRUST / GOOGLE REVIEWS POLISH PATCH
   Improves Google Reviews section, placeholder, CTAs and mobile sizing
   Additive only - safe to remove anytime
   ============================================ */

.google-summary-card,
.google-widget-placeholder {
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease !important;
}

.google-summary-card:hover,
.google-widget-placeholder:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(51, 176, 163, 0.28) !important;
  box-shadow:
    0 24px 58px rgba(9, 74, 77, 0.085),
    inset 0 1px 0 rgba(255, 255, 255, 0.92) !important;
}

/* Make placeholder look intentional, not unfinished */
.widget-placeholder-inner {
  background:
    radial-gradient(circle at 50% 0%, rgba(51, 176, 163, 0.11), transparent 38%),
    rgba(255, 255, 255, 0.68) !important;
  border-color: rgba(51, 176, 163, 0.36) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 18px 44px rgba(9, 74, 77, 0.055) !important;
}

.widget-icon {
  box-shadow:
    0 14px 30px rgba(9, 74, 77, 0.075),
    inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
}

/* Upgrade Leave a Review from plain text to secondary button */
.google-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 44px !important;
  padding: 0 18px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(20, 121, 111, 0.24) !important;
  background: rgba(255, 255, 255, 0.58) !important;
  color: #0f8f86 !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  box-shadow: 0 12px 26px rgba(9, 74, 77, 0.055) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease !important;
}

.google-link:hover {
  transform: translateY(-2px) !important;
  background: rgba(255, 255, 255, 0.86) !important;
  box-shadow: 0 16px 32px rgba(9, 74, 77, 0.085) !important;
}

/* Bottom trust markers: minus to plus */
.trust-metrics span::before {
  background:
    linear-gradient(#094A4D 0 0) center / 7px 2px no-repeat,
    linear-gradient(#094A4D 0 0) center / 2px 7px no-repeat,
    rgba(51, 176, 163, 0.14) !important;
  box-shadow: 0 0 0 3px rgba(51, 176, 163, 0.055) !important;
}

/* Mobile */
@media (max-width: 680px) {
  .patient-trust {
    padding: 34px 0 54px !important;
  }

  .trust-heading {
    margin-bottom: 24px !important;
  }

  .trust-heading h2 {
    font-size: clamp(1.55rem, 6.8vw, 2.05rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.052em !important;
    margin-top: 14px !important;
    margin-bottom: 12px !important;
  }

  .trust-heading p {
    font-size: 0.9rem !important;
    line-height: 1.52 !important;
  }

  .google-reviews-layout {
    gap: 12px !important;
  }

  .google-summary-card,
  .google-widget-placeholder {
    padding: 18px !important;
    border-radius: 18px !important;
  }

  .google-mark {
    width: 42px !important;
    height: 42px !important;
    border-radius: 13px !important;
    margin-bottom: 14px !important;
  }

  .google-summary-card h3 {
    font-size: 1.05rem !important;
    line-height: 1.18 !important;
    margin-bottom: 7px !important;
  }

  .google-summary-card p {
    font-size: 0.88rem !important;
    line-height: 1.45 !important;
  }

  .google-note {
    margin-top: 12px !important;
    font-size: 0.86rem !important;
    line-height: 1.35 !important;
  }

  .google-actions {
    padding-top: 18px !important;
    gap: 10px !important;
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .google-button {
    width: 100% !important;
    min-height: 44px !important;
    padding: 10px 16px !important;
    border-radius: 16px !important;
    font-size: 0.88rem !important;
  }

  .google-link {
    width: 100% !important;
    min-height: 42px !important;
    padding: 10px 16px !important;
    border-radius: 16px !important;
    font-size: 0.86rem !important;
  }

  .widget-placeholder-inner {
    padding: 22px 16px !important;
    border-radius: 18px !important;
  }

  .widget-icon {
    width: 42px !important;
    height: 42px !important;
    border-radius: 13px !important;
    margin-bottom: 14px !important;
  }

  .widget-placeholder-inner h3 {
    font-size: 1rem !important;
    line-height: 1.2 !important;
  }

  .widget-placeholder-inner p {
    font-size: 0.84rem !important;
    line-height: 1.42 !important;
  }

  .trust-metrics {
    margin-top: 14px !important;
    gap: 10px !important;
  }

  .trust-metrics span {
    min-height: 46px !important;
    padding: 11px 14px 11px 40px !important;
    border-radius: 15px !important;
    font-size: 0.84rem !important;
    line-height: 1.25 !important;
  }

  .trust-metrics span::before {
    width: 14px !important;
    height: 14px !important;
    left: 14px !important;
    background:
      linear-gradient(#094A4D 0 0) center / 6px 2px no-repeat,
      linear-gradient(#094A4D 0 0) center / 2px 6px no-repeat,
      rgba(51, 176, 163, 0.14) !important;
  }
}
/* ============================================
   ONLINE BOOKING PROMO MOBILE COMPACT PATCH
   Makes booking CTA section shorter on mobile
   Desktop stays almost unchanged
   Additive only - safe to remove anytime
   ============================================ */

.booking-promo-button,
.phone-frame {
  transition: transform 0.22s ease, box-shadow 0.22s ease !important;
}

.booking-promo-button:hover {
  transform: translateY(-2px) !important;
  box-shadow:
    0 18px 34px rgba(255, 195, 64, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.38) !important;
}

.phone-frame:hover {
  transform: rotate(1deg) scale(1.015) !important;
}

@media (max-width: 680px) {
  .online-booking-promo {
    padding: 22px 18px !important;
    gap: 20px !important;
  }

  .booking-promo-copy h2 {
    font-size: clamp(1.55rem, 6.8vw, 2rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.052em !important;
    margin-bottom: 12px !important;
  }

  .booking-promo-copy p {
    font-size: 0.9rem !important;
    line-height: 1.5 !important;
  }

  .booking-promo-actions {
    margin-top: 18px !important;
    gap: 9px !important;
  }

  .booking-promo-button,
  .booking-promo-link {
    min-height: 44px !important;
    padding: 10px 16px !important;
    font-size: 0.88rem !important;
  }

  .booking-promo-note {
    margin-top: 12px !important;
    font-size: 0.78rem !important;
    line-height: 1.35 !important;
  }

  .phone-frame {
    width: min(100%, 205px) !important;
    min-height: 310px !important;
    padding: 10px !important;
    border-radius: 26px !important;
    transform: none !important;
  }

  .phone-screen {
    min-height: 288px !important;
    padding: 32px 13px 13px !important;
    border-radius: 22px !important;
  }

  .phone-brand {
    font-size: 0.72rem !important;
    margin-bottom: 14px !important;
  }

  .phone-screen strong {
    font-size: 1.02rem !important;
    line-height: 1.12 !important;
    margin-bottom: 14px !important;
  }

  .phone-screen small {
    font-size: 0.78rem !important;
    margin-bottom: 10px !important;
  }

  .phone-times {
    gap: 8px !important;
  }

  .phone-times span {
    min-height: 38px !important;
    padding: 8px 10px !important;
    border-radius: 13px !important;
    font-size: 0.88rem !important;
  }

  .phone-screen .booking-promo-button,
  .phone-screen button,
  .phone-screen a {
    min-height: 40px !important;
    padding: 9px 12px !important;
    font-size: 0.82rem !important;
    border-radius: 14px !important;
  }
}
/* ============================================
   ONLINE BOOKING PROMO MOBILE ULTRA COMPACT PATCH
   Final mobile compression for booking section
   Additive only - safe to remove anytime
   ============================================ */

@media (max-width: 680px) {
  .online-booking-promo {
    padding: 18px 14px !important;
    gap: 14px !important;
    border-radius: 22px !important;
  }

  .booking-promo-copy h2 {
    font-size: clamp(1.38rem, 6vw, 1.78rem) !important;
    line-height: 1.06 !important;
    margin-bottom: 10px !important;
  }

  .booking-promo-copy p {
    font-size: 0.82rem !important;
    line-height: 1.42 !important;
  }

  .booking-promo-actions {
    margin-top: 14px !important;
    gap: 7px !important;
  }

  .booking-promo-button,
  .booking-promo-link {
    min-height: 40px !important;
    padding: 9px 14px !important;
    font-size: 0.82rem !important;
  }

  .booking-promo-note {
    margin-top: 9px !important;
    font-size: 0.72rem !important;
    line-height: 1.25 !important;
  }

  .booking-phone-preview {
    margin-top: 4px !important;
  }

  .phone-frame {
    width: min(100%, 172px) !important;
    min-height: 254px !important;
    padding: 8px !important;
    border-radius: 22px !important;
  }

  .phone-screen {
    min-height: 236px !important;
    padding: 26px 10px 10px !important;
    border-radius: 18px !important;
  }

  .phone-brand {
    font-size: 0.6rem !important;
    margin-bottom: 10px !important;
  }

  .phone-screen strong {
    font-size: 0.84rem !important;
    line-height: 1.08 !important;
    margin-bottom: 10px !important;
  }

  .phone-screen small {
    font-size: 0.66rem !important;
    margin-bottom: 8px !important;
  }

  .phone-times {
    gap: 6px !important;
  }

  .phone-times span {
    min-height: 30px !important;
    padding: 6px 8px !important;
    border-radius: 10px !important;
    font-size: 0.72rem !important;
  }

  .phone-screen .booking-promo-button,
  .phone-screen button,
  .phone-screen a {
    min-height: 32px !important;
    padding: 7px 10px !important;
    font-size: 0.68rem !important;
    border-radius: 11px !important;
  }
}
/* ============================================
   ONLINE BOOKING PROMO MOBILE ULTRA COMPACT PATCH
   Final mobile compression for booking section
   Additive only - safe to remove anytime
   ============================================ */

@media (max-width: 680px) {
  .online-booking-promo {
    padding: 18px 14px !important;
    gap: 14px !important;
    border-radius: 22px !important;
  }

  .booking-promo-copy h2 {
    font-size: clamp(1.38rem, 6vw, 1.78rem) !important;
    line-height: 1.06 !important;
    margin-bottom: 10px !important;
  }

  .booking-promo-copy p {
    font-size: 0.82rem !important;
    line-height: 1.42 !important;
  }

  .booking-promo-actions {
    margin-top: 14px !important;
    gap: 7px !important;
  }

  .booking-promo-button,
  .booking-promo-link {
    min-height: 40px !important;
    padding: 9px 14px !important;
    font-size: 0.82rem !important;
  }

  .booking-promo-note {
    margin-top: 9px !important;
    font-size: 0.72rem !important;
    line-height: 1.25 !important;
  }

  .booking-phone-preview {
    margin-top: 4px !important;
  }

  .phone-frame {
    width: min(100%, 172px) !important;
    min-height: 254px !important;
    padding: 8px !important;
    border-radius: 22px !important;
  }

  .phone-screen {
    min-height: 236px !important;
    padding: 26px 10px 10px !important;
    border-radius: 18px !important;
  }

  .phone-brand {
    font-size: 0.6rem !important;
    margin-bottom: 10px !important;
  }

  .phone-screen strong {
    font-size: 0.84rem !important;
    line-height: 1.08 !important;
    margin-bottom: 10px !important;
  }

  .phone-screen small {
    font-size: 0.66rem !important;
    margin-bottom: 8px !important;
  }

  .phone-times {
    gap: 6px !important;
  }

  .phone-times span {
    min-height: 30px !important;
    padding: 6px 8px !important;
    border-radius: 10px !important;
    font-size: 0.72rem !important;
  }

  .phone-screen .booking-promo-button,
  .phone-screen button,
  .phone-screen a {
    min-height: 32px !important;
    padding: 7px 10px !important;
    font-size: 0.68rem !important;
    border-radius: 11px !important;
  }
}
/* ============================================
   PHONE MOCKUP INNER BUTTON HARD FIX
   Forces the phone mockup button to stay one line
   ============================================ */

@media (max-width: 680px) {
  .online-booking-promo .phone-frame {
    width: min(100%, 190px) !important;
  }

  .online-booking-promo .phone-screen a,
  .online-booking-promo .phone-screen button,
  .online-booking-promo .phone-screen .booking-promo-button,
  .online-booking-promo .phone-screen [class*="button"],
  .online-booking-promo .phone-screen [class*="cta"] {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 32px !important;
    padding: 6px 6px !important;
    border-radius: 12px !important;
    font-size: 0.5rem !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    letter-spacing: -0.04em !important;
  }
}
/* ============================================
   BOOKING CONTACT / CAL.COM SECTION POLISH PATCH
   Fixes placeholder feel and makes mobile compact
   Additive only - safe to remove anytime
   ============================================ */

.booking-widget-card {
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease !important;
}

.booking-widget-card:hover,
.booking-widget-card:focus,
.booking-widget-card:focus-within {
  transform: translateY(-3px) !important;
  border-color: rgba(15, 118, 110, 0.35) !important;
  box-shadow: 0 22px 60px rgba(15, 118, 110, 0.16) !important;
}

.booking-widget-card:focus-visible {
  outline: 3px solid rgba(15, 118, 110, 0.28);
  outline-offset: 4px;
}

.booking-primary:hover,
.booking-secondary:hover {
  transform: translateY(-2px) !important;
}

@media (max-width: 680px) {
  .booking-contact {
    padding: 36px 0 38px !important;
    gap: 22px !important;
  }

  .booking-copy h2 {
    font-size: clamp(1.55rem, 6.8vw, 2rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.052em !important;
    margin-top: 14px !important;
    margin-bottom: 12px !important;
  }

  .booking-copy > p {
    font-size: 0.9rem !important;
    line-height: 1.5 !important;
  }

  .booking-benefits {
    gap: 8px !important;
    margin-top: 20px !important;
  }

  .booking-benefits li {
    min-height: 30px !important;
    padding: 5px 9px 5px 32px !important;
    border-radius: 999px !important;
    font-size: 0.86rem !important;
    line-height: 1.25 !important;
  }

  .booking-benefits li::before {
    width: 15px !important;
    height: 15px !important;
    left: 10px !important;
    background:
      linear-gradient(#094A4D 0 0) center / 6px 2px no-repeat,
      linear-gradient(#094A4D 0 0) center / 2px 6px no-repeat,
      rgba(51, 176, 163, 0.14) !important;
  }

  .booking-note {
    margin-top: 14px !important;
    font-size: 0.8rem !important;
    line-height: 1.35 !important;
  }

  .booking-actions {
    margin-top: 18px !important;
    gap: 9px !important;
  }

  .booking-primary,
  .booking-secondary {
    width: 100% !important;
    min-height: 42px !important;
    padding: 9px 16px !important;
    border-radius: 16px !important;
    font-size: 0.86rem !important;
  }

  .booking-phone-card {
    margin-top: 16px !important;
    padding: 11px 13px !important;
    gap: 10px !important;
    border-radius: 16px !important;
  }

  .booking-phone-icon {
    width: 34px !important;
    height: 34px !important;
    border-radius: 12px !important;
  }

  .booking-phone-card strong {
    font-size: 0.88rem !important;
    line-height: 1.15 !important;
  }

  .booking-phone-card p {
    font-size: 0.8rem !important;
    line-height: 1.35 !important;
  }

  .booking-widget-card {
    border-radius: 20px !important;
  }

  .booking-widget-placeholder {
    padding: 18px !important;
    gap: 14px !important;
  }

  .booking-widget-icon {
    width: 42px !important;
    height: 42px !important;
    border-radius: 13px !important;
  }

  .booking-widget-copy h3 {
    font-size: 1.02rem !important;
    line-height: 1.2 !important;
    margin-bottom: 7px !important;
  }

  .booking-widget-copy p {
    font-size: 0.84rem !important;
    line-height: 1.42 !important;
  }

  .calendar-mock {
    padding: 14px !important;
    gap: 12px !important;
    border-radius: 18px !important;
  }

  .calendar-mock-header {
    font-size: 0.86rem !important;
  }

  .calendar-days {
    gap: 6px !important;
  }

  .calendar-days span {
    min-height: 32px !important;
    border-radius: 10px !important;
    font-size: 0.74rem !important;
  }

  .available-times-label {
    font-size: 0.76rem !important;
  }

  .calendar-times {
    gap: 6px !important;
  }

  .calendar-times span {
    min-height: 30px !important;
    padding: 6px 8px !important;
    border-radius: 999px !important;
    font-size: 0.74rem !important;
  }
}
/* ============================================
   BOOKING CONTACT MOBILE PLACEHOLDER CLEANUP
   Hides unfinished placeholder texts on mobile
   ============================================ */

@media (max-width: 680px) {
  /* Hide unfinished Call the Clinic info card on mobile */
  .booking-contact .booking-phone-card {
    display: none !important;
  }

  /* Hide unfinished Cal.com placeholder paragraph on mobile */
  .booking-contact .booking-widget-copy p {
    display: none !important;
  }

  /* Tighten spacing after removing placeholder text */
  .booking-contact .booking-widget-copy h3 {
    margin-bottom: 0 !important;
  }

  .booking-contact .booking-widget-placeholder {
    gap: 12px !important;
  }
}
/* ============================================
   BOOKING CONTACT MOBILE NOTE CLEANUP
   Removes repeated note on mobile
   ============================================ */

@media (max-width: 680px) {
  .booking-contact .booking-note {
    display: none !important;
  }

  .booking-contact .booking-actions {
    margin-top: 18px !important;
  }
}
.site-footer .footer-brand img {
  width: 260px !important;
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
}
/* Force footer logo bigger */
.site-footer .footer-brand img,
.site-footer .footer-brand a img,
.site-footer .footer-logo img,
.site-footer img.footer-logo,
.site-footer img.brand-logo,
.site-footer .brand-logo {
  width: 320px !important;
  min-width: 260px !important;
  max-width: none !important;
  height: auto !important;
  max-height: none !important;
  display: block !important;
  object-fit: contain !important;
}
.site-footer .footer-contact-info .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 18px;
}

.site-footer .footer-contact-info .contact-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  color: #246b67;
  opacity: 0.95;
  margin-top: 4px;
}

.site-footer .footer-contact-info .contact-text strong {
  display: block;
  margin-bottom: 4px;
}

.site-footer .footer-contact-info .contact-text p {
  margin: 0;
}
/* Footer contact info icons */
.site-footer .footer-contact-info {
  min-width: 0;
}

.site-footer .footer-contact-list {
  display: grid;
  gap: 14px;
  margin-top: 14px;
}

.site-footer .footer-contact-item {
  position: static;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
  padding-left: 0;
}

.site-footer .footer-contact-item::before {
  content: none;
}

.site-footer .footer-contact-icon {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #07575a;
  font-size: 0;
  line-height: 1;
  margin-top: 1px;
}

.site-footer .footer-contact-icon svg {
  width: 22px;
  height: 22px;
  display: block;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-footer .footer-contact-text strong {
  display: block;
  font-family: "Inter", "Manrope", sans-serif !important;
  font-size: 15.5px;
  line-height: 1.25;
  font-weight: 800;
  color: #073b3f;
  margin-bottom: 4px;
}

.site-footer .footer-contact-text p {
  margin: 0;
  font-family: "Inter", "Manrope", sans-serif !important;
  font-size: 15px;
  line-height: 1.42;
  font-weight: 600;
  color: #526a70;
}

@media (max-width: 680px) {
  .site-footer .footer-contact-list {
    gap: 13px;
  }

  .site-footer .footer-contact-icon {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }

  .site-footer .footer-contact-icon svg {
    width: 20px;
    height: 20px;
  }
}
/* ============================================
   FOOTER FINAL POLISH + OVERFLOW FIX
   ============================================ */

.site-footer {
  overflow-x: hidden !important;
}

.site-footer *,
.site-footer *::before,
.site-footer *::after {
  box-sizing: border-box !important;
}

.site-footer .footer-panel {
  width: min(100%, 1480px) !important;
  max-width: 100% !important;
  margin-inline: auto !important;
  display: grid !important;
  grid-template-columns:
    minmax(260px, 1.35fr)
    minmax(140px, 0.7fr)
    minmax(180px, 0.8fr)
    minmax(260px, 1fr) !important;
  gap: clamp(28px, 4vw, 74px) !important;
  align-items: start !important;
}

.site-footer .footer-column,
.site-footer .footer-brand,
.site-footer .footer-contact-info {
  min-width: 0 !important;
}

/* Footer headings */
.site-footer .footer-column h3,
.site-footer .footer-contact-info h3 {
  font-family: "Inter", "Manrope", sans-serif !important;
  font-size: 19px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.02em !important;
  color: #073b3f !important;
  margin-bottom: 22px !important;
}

/* Footer links */
.site-footer .footer-column a,
.site-footer .footer-column li,
.site-footer nav a {
  font-family: "Inter", "Manrope", sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.55 !important;
  color: #526a70 !important;
}

.site-footer .footer-column a:hover,
.site-footer nav a:hover {
  color: #0f8f86 !important;
}

/* Contact info clean layout */
.site-footer .footer-contact-list {
  display: grid !important;
  gap: 13px !important;
  margin-top: 0 !important;
}

.site-footer .footer-contact-item {
  display: grid !important;
  grid-template-columns: 24px minmax(0, 1fr) !important;
  gap: 12px !important;
  align-items: start !important;
}

.site-footer .footer-contact-icon {
  width: 24px !important;
  height: 24px !important;
  flex: 0 0 24px !important;
  color: #07575a !important;
  margin-top: 1px !important;
}

.site-footer .footer-contact-icon svg {
  width: 21px !important;
  height: 21px !important;
  stroke-width: 2.25 !important;
}

.site-footer .footer-contact-text strong {
  font-family: "Inter", "Manrope", sans-serif !important;
  font-size: 15.5px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  color: #073b3f !important;
  margin-bottom: 5px !important;
}

.site-footer .footer-contact-text p {
  font-family: "Inter", "Manrope", sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.42 !important;
  color: #526a70 !important;
  margin: 0 !important;
  max-width: 260px !important;
}

/* Social icons: simple reference style */
.site-footer .footer-socials,
.site-footer .social-links {
  display: flex !important;
  align-items: center !important;
  gap: 24px !important;
}

.site-footer .footer-socials a,
.site-footer .social-links a {
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #07575a !important;
}

.site-footer .footer-socials svg,
.site-footer .social-links svg {
  width: 22px !important;
  height: 22px !important;
}

.site-footer .footer-socials a:hover,
.site-footer .social-links a:hover {
  color: #0f8f86 !important;
  transform: translateY(-2px) !important;
}

/* Mobile footer */
@media (max-width: 820px) {
  .site-footer .footer-panel {
    grid-template-columns: 1fr !important;
    gap: 34px !important;
    padding-inline: 24px !important;
  }

  .site-footer .footer-contact-text p {
    max-width: 100% !important;
  }

  .site-footer .footer-bottom {
    flex-direction: column !important;
    gap: 12px !important;
    text-align: center !important;
  }
}
/* Footer contact info without item titles */
.site-footer .footer-contact-text p {
  margin: 0 !important;
  padding-top: 1px !important;
  font-size: 14.5px !important;
  line-height: 1.45 !important;
  font-weight: 500 !important;
}

.site-footer .footer-contact-item {
  align-items: flex-start !important;
  gap: 13px !important;
}

.site-footer .footer-contact-icon {
  margin-top: 1px !important;
}
/* Footer link weight cleanup */
.site-footer .footer-column a,
.site-footer .footer-column li,
.site-footer nav a {
  font-weight: 500 !important;
}
/* ============================================
   FOOTER MOBILE FINAL POLISH
   Desktop unchanged
   ============================================ */

@media (max-width: 820px) {
  .site-footer {
    overflow-x: hidden !important;
  }

  .site-footer .footer-panel {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 34px !important;
    padding: 42px 24px 34px !important;
    text-align: left !important;
  }

  .site-footer .footer-brand {
    display: grid !important;
    justify-items: start !important;
    gap: 16px !important;
  }

  .site-footer .footer-brand img {
    width: 230px !important;
    max-width: 100% !important;
    height: auto !important;
  }

  .site-footer .footer-brand p {
    max-width: 340px !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
  }

  .site-footer .footer-socials,
  .site-footer .social-links {
    display: flex !important;
    gap: 22px !important;
    align-items: center !important;
    justify-content: flex-start !important;
  }

  .site-footer .footer-column h3,
  .site-footer .footer-contact-info h3 {
    font-size: 18px !important;
    margin-bottom: 14px !important;
  }

  .site-footer .footer-column ul,
  .site-footer .footer-column nav,
  .site-footer .footer-links {
    display: grid !important;
    gap: 9px !important;
  }

  .site-footer .footer-column a,
  .site-footer nav a {
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.45 !important;
  }

  .site-footer .footer-contact-list {
    gap: 14px !important;
  }

  .site-footer .footer-contact-item {
    display: grid !important;
    grid-template-columns: 24px minmax(0, 1fr) !important;
    gap: 12px !important;
    align-items: start !important;
  }

  .site-footer .footer-contact-icon {
    width: 24px !important;
    height: 24px !important;
    margin-top: 1px !important;
  }

  .site-footer .footer-contact-icon svg {
    width: 20px !important;
    height: 20px !important;
  }

  .site-footer .footer-contact-text p {
    max-width: 100% !important;
    font-size: 14.5px !important;
    line-height: 1.45 !important;
    font-weight: 500 !important;
  }

  .site-footer .footer-bottom {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 18px 20px !important;
  }

  .site-footer .footer-bottom p,
  .site-footer .footer-bottom a {
    font-size: 13.5px !important;
    line-height: 1.4 !important;
  }

  .site-footer .footer-bottom-links {
    display: flex !important;
    gap: 18px !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
  }
}

@media (max-width: 480px) {
  .site-footer .footer-panel {
    padding: 36px 20px 30px !important;
    gap: 30px !important;
  }

  .site-footer .footer-brand img {
    width: 210px !important;
  }
}

/* Services page internal layout */
.services-page .site-header .nav-item-services > .nav-dropdown-group > summary[aria-current="page"] {
  color: #094A4D !important;
}

.services-page .site-header .nav-item-services > .nav-dropdown-group > summary[aria-current="page"]::before {
  width: 100% !important;
}

.services-page .services-page-main {
  overflow-x: hidden;
}

.services-page .services-page-hero {
  margin-top: clamp(22px, 3vw, 42px) !important;
  padding: clamp(32px, 5vw, 58px) 0 clamp(18px, 3vw, 34px) !important;
}

.services-page .services-page-hero .services-heading {
  max-width: 860px;
  margin-bottom: 0 !important;
  text-align: center !important;
}

.services-page .services-page-hero .services-title {
  max-width: 820px;
  margin-top: 16px !important;
  font-size: clamp(2.25rem, 4.4vw, 3.65rem) !important;
  line-height: 1.04 !important;
  letter-spacing: 0 !important;
}

.services-page .services-page-hero .services-heading p {
  max-width: 690px;
  margin-top: 16px !important;
  font-size: clamp(1rem, 1.15vw, 1.12rem) !important;
  line-height: 1.64 !important;
}

.services-page .services-page-actions {
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}

.services-page .services-page-actions .btn {
  min-height: 46px;
  padding: 12px 20px;
}

.services-page .services-page-actions .btn-secondary {
  border-color: rgba(9, 74, 77, 0.16) !important;
  color: #0b5652 !important;
  background: rgba(255, 255, 255, 0.72) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.68), 0 12px 24px rgba(9, 74, 77, 0.06) !important;
}

.services-page .services-page-list {
  margin-top: 0 !important;
  padding-top: clamp(16px, 2.5vw, 28px) !important;
}

.services-page .services-page-list .services-heading {
  margin-bottom: clamp(26px, 3vw, 38px) !important;
}

.services-page .service-card .text-link {
  margin-top: auto;
}

.services-page .services-page-care {
  padding-top: clamp(42px, 6vw, 72px) !important;
}

.services-page .services-page-cta {
  margin-top: clamp(44px, 6vw, 76px) !important;
}

@media (max-width: 768px) {
  .services-page .services-page-hero {
    width: min(calc(100% - 28px), var(--container)) !important;
    margin-top: 18px !important;
    padding: 28px 0 18px !important;
  }

  .services-page .services-page-hero .services-heading {
    width: 100% !important;
    text-align: left !important;
  }

  .services-page .services-page-hero .services-title {
    font-size: clamp(2rem, 9vw, 2.65rem) !important;
    line-height: 1.06 !important;
  }

  .services-page .services-page-actions {
    justify-content: flex-start;
    display: grid;
    gap: 10px;
  }

  .services-page .services-page-actions .btn {
    width: 100%;
  }

  .services-page .services-page-list {
    padding-top: 8px !important;
  }
}

/* Final typography system */
:root {
  --font-body: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-heading: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body,
button,
input,
textarea,
select,
p,
a,
li,
span {
  font-family: var(--font-body) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.hero-title,
.section-title {
  font-family: var(--font-heading) !important;
  letter-spacing: 0 !important;
}

.nav-link,
.menu-link,
.site-nav a,
.site-nav summary,
.header-cta,
.btn,
.booking-primary,
.booking-secondary,
.booking-promo-button {
  font-family: var(--font-body) !important;
}

.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6,
.site-footer .footer-heading {
  font-family: var(--font-heading) !important;
}

.site-footer,
.site-footer p,
.site-footer a,
.site-footer li,
.site-footer span,
.site-footer .footer-contact-text p {
  font-family: var(--font-body) !important;
}

.hero-title {
  font-family: "Syne", var(--font-heading) !important;
  font-size: clamp(64px, 6.2vw, 76px) !important;
  line-height: 0.96 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

.hero-actions .btn-secondary,
.hero-actions .secondary-btn,
.hero-actions .learn-more,
.hero-actions a:not(.btn-primary):not(.primary-btn) {
  color: #4b97a6;
  text-decoration: none;
  background: transparent;
  border-color: transparent;
  transform: none;
  box-shadow: none;
}

.hero-actions .btn-secondary:hover,
.hero-actions .secondary-btn:hover,
.hero-actions .learn-more:hover,
.hero-actions a:not(.btn-primary):not(.primary-btn):hover {
  color: #4b97a6;
  background: transparent;
  text-decoration: none;
  transform: none;
  box-shadow: none;
}

.hero-actions .btn-secondary:focus,
.hero-actions .secondary-btn:focus,
.hero-actions .learn-more:focus,
.hero-actions a:not(.btn-primary):not(.primary-btn):focus {
  outline: none;
  color: #4b97a6;
}
/* Keep hero buttons stable on hover */
.hero-actions a,
.hero-actions button,
.hero-actions .btn,
.hero-actions .btn-primary,
.hero-actions .btn-secondary,
.hero-actions .primary-btn,
.hero-actions .secondary-btn {
  transform: none !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

.hero-actions a:hover,
.hero-actions button:hover,
.hero-actions .btn:hover,
.hero-actions .btn-primary:hover,
.hero-actions .btn-secondary:hover,
.hero-actions .primary-btn:hover,
.hero-actions .secondary-btn:hover {
  transform: none !important;
  scale: 1 !important;
  font-size: inherit !important;
  line-height: inherit !important;
}
/* FINAL SAFE FIX - header and services hero only */
.site-header {
  position: relative !important;
  top: 0 !important;
  transform: none !important;
  margin-top: 0 !important;
  min-height: 72px !important;
  padding: 10px 0 !important;
  overflow: visible !important;
  z-index: 1000 !important;
}

.site-header img,
.site-logo,
.site-logo img {
  max-height: 48px !important;
  height: auto !important;
  width: auto !important;
  object-fit: contain !important;
}

.services-focus.services-page-hero {
  margin-top: 0 !important;
  padding-top: 58px !important;
}
/* Header side spacing fix */
.site-header {
  padding-left: 28px !important;
  padding-right: 28px !important;
  box-sizing: border-box !important;
}
/* Make the services hero transparent */
.services-page .services-page-hero {
  background: transparent !important;
  background-image: none !important;
}

.services-page .services-page-hero::before {
  content: none !important;
  background: transparent !important;
  background-image: none !important;
}

.services-page .services-page-list {
  margin-top: 0 !important;
  padding-top: 16px !important;
}

.services-page .services-page-list .service-grid {
  margin-top: 0 !important;
}
/* Give the services cards more life and premium depth */
.services-page-list {
  padding-bottom: 48px !important;
}

.services-grid,
.services-list,
.services-cards {
  gap: 38px !important;
}

/* Card base */
.service-card,
.services-card,
.service-item {
  position: relative !important;
  overflow: hidden !important;

  border: 1px solid rgba(28, 128, 126, 0.16) !important;
  background:
    radial-gradient(circle at 88% 10%, rgba(38, 181, 171, 0.10), transparent 26%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(247, 255, 254, 0.9)) !important;

  box-shadow:
    0 18px 42px rgba(14, 55, 62, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.85) !important;

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease !important;
}

/* Soft decorative glow */
.service-card::before,
.services-card::before,
.service-item::before {
  content: "" !important;
  position: absolute !important;
  width: 160px !important;
  height: 160px !important;
  right: -55px !important;
  top: -55px !important;
  border-radius: 999px !important;
  background: rgba(38, 181, 171, 0.12) !important;
  pointer-events: none !important;
}

/* Small bottom accent */
.service-card::after,
.services-card::after,
.service-item::after {
  content: "" !important;
  position: absolute !important;
  left: 34px !important;
  bottom: 0 !important;
  width: 64px !important;
  height: 3px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #25b8ad, transparent) !important;
  opacity: 0 !important;
  transition: opacity 0.25s ease, width 0.25s ease !important;
}

/* Hover life */
.service-card:hover,
.services-card:hover,
.service-item:hover {
  transform: translateY(-8px) !important;
  border-color: rgba(28, 160, 153, 0.34) !important;
  box-shadow:
    0 28px 70px rgba(14, 55, 62, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
}

.service-card:hover::after,
.services-card:hover::after,
.service-item:hover::after {
  opacity: 1 !important;
  width: 110px !important;
}

/* Make first card feel featured */
.service-card:first-child,
.services-card:first-child,
.service-item:first-child {
  background:
    radial-gradient(circle at 88% 12%, rgba(38, 181, 171, 0.20), transparent 28%),
    linear-gradient(145deg, rgba(218, 248, 245, 0.98), rgba(247, 255, 254, 0.96)) !important;

  border-color: rgba(28, 160, 153, 0.28) !important;
}

/* Stronger icon presence */
.service-card svg,
.services-card svg,
.service-item svg,
.service-card .icon,
.services-card .icon,
.service-item .icon,
.service-card .service-icon,
.services-card .service-icon,
.service-item .service-icon {
  filter: drop-shadow(0 8px 14px rgba(20, 140, 133, 0.16)) !important;
  transform: scale(1.08) !important;
}

/* Title a little more alive */
.service-card h3,
.services-card h3,
.service-item h3 {
  letter-spacing: -0.03em !important;
}

/* Learn more stronger */
.service-card a,
.services-card a,
.service-item a {
  font-weight: 800 !important;
  color: #087f78 !important;
}

.service-card a:hover,
.services-card a:hover,
.service-item a:hover {
  color: #005f5a !important;
}

/* ============================================
   CONTENT PAGES TRANSPARENT HERO FIX
   Keeps generated pages consistent with the main transparent background.
   This only targets simple content pages, not service detail pages.
   ============================================ */
body.content-page .services-page-main {
  background: transparent !important;
}

body.content-page .services-focus.services-page-hero {
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

body.content-page .services-focus.services-page-hero::before,
body.content-page .services-focus.services-page-hero::after {
  content: none !important;
  display: none !important;
  background: transparent !important;
  background-image: none !important;
}

body.content-page .services-focus.services-page-hero .services-heading {
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  border: 0 !important;
}


/* ============================================
   V3 content page, footer, and navigation fixes
   ============================================ */
body.content-page {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

body.content-page .site-header,
body.content-page .site-footer {
  flex: 0 0 auto;
}

body.content-page .content-page-main,
body.content-page .services-page-main {
  flex: 1 0 auto;
}

.content-source-wrap {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto 80px;
  display: grid;
  gap: 24px;
}

.content-source-wrap .service-source-section {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(20, 121, 111, 0.10);
  border-radius: 26px;
  box-shadow: 0 20px 55px rgba(9, 74, 77, 0.08);
  padding: clamp(24px, 4vw, 44px);
}

.services-all-actions {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.contact-info-grid,
.team-card-grid,
.process-mini-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}

.site-contact-form {
  display: grid;
  gap: 16px;
  max-width: 760px;
}

.site-contact-form label {
  display: grid;
  gap: 8px;
  color: var(--color-ink);
  font-weight: 700;
}

.site-contact-form input,
.site-contact-form textarea {
  width: 100%;
  border: 1px solid rgba(9, 74, 77, 0.14);
  border-radius: 16px;
  padding: 14px 16px;
  font: inherit;
  color: var(--color-ink);
  background: rgba(255, 255, 255, 0.92);
}

.process-mini-grid article,
.team-card-grid article,
.contact-info-grid > div {
  padding: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(20, 121, 111, 0.10);
}

.process-mini-grid span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(42, 157, 143, 0.12);
  color: var(--color-teal-deep);
  font-weight: 800;
}

@media (max-width: 768px) {
  .content-source-wrap {
    width: min(100% - 28px, 1120px);
    margin-bottom: 56px;
  }
}


/* V4 fix: the About dropdown already has real links, so remove the duplicate pseudo heading. */
.nav-small-dropdown::before {
  content: none !important;
  display: none !important;
}
/* Fix CTA buttons shrinking/moving on hover */
.quiro-hero-actions,
.hero-actions,
.cta-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.quiro-hero-actions a,
.quiro-hero-actions .btn,
.hero-actions a,
.hero-actions .btn,
.cta-actions a,
.cta-actions .btn {
  min-width: 260px;
  height: 72px;
  padding: 0 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  line-height: 1;
  white-space: nowrap;
  transform: none !important;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.quiro-hero-actions a:hover,
.quiro-hero-actions .btn:hover,
.hero-actions a:hover,
.hero-actions .btn:hover,
.cta-actions a:hover,
.cta-actions .btn:hover {
  min-width: 260px;
  height: 72px;
  padding: 0 34px;
  transform: none !important;
  scale: 1 !important;
  translate: 0 0 !important;
}
/* Font for all service pages, without breaking hero */
.services-page-main,
.services-page-main button,
.services-page-main input,
.services-page-main textarea,
.services-page-main select,
.services-page-main a,
.services-page-main li,
.services-page-main span {
  font-family: "Manrope", sans-serif !important;
}

/* Only real service content text, not the top hero */
.service-source-section p {
  color: rgba(22, 63, 71, 0.82);
  font-size: clamp(19px, 1.45vw, 23px);
  line-height: 1.82;
  margin: 0 0 18px;
}

.service-source-section li {
  color: rgba(22, 63, 71, 0.82);
  font-size: clamp(18px, 1.3vw, 21px);
  line-height: 1.75;
}

/* Protect service hero from global text changes */
.services-page-hero p,
.service-hero p,
.service-page-hero p {
  font-size: clamp(19px, 1.35vw, 24px);
  line-height: 1.55;
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
}
/* Clickable service cards */
.service-card,
.service-item,
.service-feature-card,
.services-card,
.service-tile {
  cursor: pointer;
}
/* Patient online form button */
.patient-online-form-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  padding: 0 34px;
  background: #ffd000;
  color: #073f45;
  border-radius: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 18px 45px rgba(255, 208, 0, 0.22);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.patient-online-form-btn:hover {
  background: #ffda2e;
  color: #073f45;
  box-shadow: 0 24px 60px rgba(255, 208, 0, 0.28);
}
/* ================================
   Patient Form Page - Final Clean Style
================================ */

body.patient-form-page {
  background:
    radial-gradient(circle at 12% 8%, rgba(59, 190, 180, 0.1), transparent 28%),
    radial-gradient(circle at 88% 20%, rgba(255, 214, 0, 0.07), transparent 30%),
    linear-gradient(180deg, #eafafa 0%, #ffffff 34%, #fbfdfc 100%);
}

.patient-form-page .services-page-hero {
  padding: 72px 24px 52px;
  background: linear-gradient(180deg, rgba(232, 250, 250, 0.95), rgba(255, 255, 255, 0.78));
}

.patient-form-page .services-title {
  color: #0b3540;
  font-size: clamp(54px, 6vw, 88px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 800;
}

.patient-form-page .services-heading p {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(22, 63, 71, 0.74);
  font-size: clamp(18px, 1.25vw, 22px);
  line-height: 1.55;
  font-weight: 650;
}

/* Process section */
.patient-process-section {
  max-width: 1280px;
  margin: 72px auto 84px;
  padding: 0 34px;
}

.patient-process-heading {
  max-width: 820px;
  margin: 0 auto 68px;
  text-align: center;
}

.section-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 18px;
  margin-bottom: 26px;
  border: 1px solid rgba(18, 134, 126, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #057f78;
  font-size: 16px;
  font-weight: 800;
  box-shadow: 0 14px 36px rgba(9, 64, 70, 0.06);
}

.section-pill span {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  background: #2ec7bd;
  box-shadow: 0 0 0 8px rgba(46, 199, 189, 0.12);
}

.patient-process-heading h2 {
  margin: 0 0 24px;
  color: #0b3540;
  font-size: clamp(46px, 4.7vw, 78px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 800;
}

.patient-process-heading p {
  margin: 0 auto;
  max-width: 800px;
  color: rgba(22, 63, 71, 0.72);
  font-size: clamp(19px, 1.35vw, 25px);
  line-height: 1.55;
  font-weight: 500;
}

/* Cards */
.patient-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.patient-process-card {
  min-height: 390px;
  padding: 34px 34px 38px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 0%, rgba(53, 205, 195, 0.12), transparent 35%),
    radial-gradient(circle at 100% 0%, rgba(255, 214, 0, 0.04), transparent 30%),
    rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(18, 134, 126, 0.14);
  border-radius: 28px;
  box-shadow: 0 22px 64px rgba(9, 64, 70, 0.06);
  backdrop-filter: blur(16px);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.patient-process-card:hover {
  transform: translateY(-5px);
  border-color: rgba(18, 134, 126, 0.26);
  box-shadow: 0 30px 78px rgba(9, 64, 70, 0.09);
}

.process-number {
  width: 62px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 54px;
  border: 1px solid rgba(18, 134, 126, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #057f78;
  font-size: 17px;
  font-weight: 900;
}

.process-icon {
  width: 62px;
  height: 62px;
  margin-bottom: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(235, 255, 253, 0.88);
  border: 1px solid rgba(18, 134, 126, 0.16);
  border-radius: 22px;
  color: #078a80;
  font-size: 34px;
  font-weight: 800;
  box-shadow: 0 16px 40px rgba(9, 64, 70, 0.06);
}

.patient-process-card h3 {
  margin: 0 0 18px;
  color: #0b3540;
  font-size: clamp(22px, 1.35vw, 28px);
  line-height: 1.15;
  letter-spacing: -0.035em;
  font-weight: 800;
}

.patient-process-card p {
  margin: 0;
  color: rgba(22, 63, 71, 0.72);
  font-size: clamp(17px, 1.05vw, 21px);
  line-height: 1.62;
  font-weight: 500;
}

/* Button under cards */
.patient-process-action {
  margin-top: 46px;
  text-align: center;
}

.patient-process-btn {
  min-height: 66px;
  padding: 0 28px 0 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background: linear-gradient(135deg, #0b746e, #05877e);
  color: #ffffff;
  border-radius: 999px;
  text-decoration: none;
  font-size: 19px;
  font-weight: 900;
  box-shadow: 0 20px 54px rgba(9, 112, 106, 0.24);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.patient-process-btn span {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  font-size: 30px;
  line-height: 1;
}

.patient-process-btn:hover {
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 28px 72px rgba(9, 112, 106, 0.3);
}

/* Online form section */
.patient-form-page .patient-form-download-section {
  max-width: 1180px;
  margin: 40px auto 80px;
  padding: clamp(34px, 4vw, 56px);
  background:
    radial-gradient(circle at 8% 0%, rgba(62, 204, 194, 0.08), transparent 30%),
    rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(18, 134, 126, 0.12);
  border-radius: 32px;
  box-shadow: 0 24px 70px rgba(9, 64, 70, 0.06);
}

.patient-form-page .patient-form-download-section h2 {
  color: #0b3540;
  font-size: clamp(30px, 2.5vw, 44px);
  line-height: 1.12;
  letter-spacing: -0.04em;
  font-weight: 800;
  margin: 0 0 22px;
}

.patient-form-page .patient-form-download-section p,
.patient-form-page .patient-form-download-section li {
  color: rgba(22, 63, 71, 0.8);
  font-size: clamp(18px, 1.15vw, 21px);
  line-height: 1.72;
}

.patient-form-page .patient-form-download-section ul {
  margin: 22px 0 30px;
  padding-left: 24px;
}

.patient-form-page .patient-form-download-section li {
  margin-bottom: 8px;
}

.patient-form-page .patient-online-form-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  padding: 0 34px;
  background: #ffd000;
  color: #073f45;
  border: 0;
  border-radius: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 18px 45px rgba(255, 208, 0, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.patient-form-page .patient-online-form-btn:hover {
  background: #ffda2e;
  color: #073f45;
  transform: translateY(-2px);
  box-shadow: 0 24px 60px rgba(255, 208, 0, 0.28);
}

/* Responsive */
@media (max-width: 1150px) {
  .patient-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .patient-process-card {
    min-height: 340px;
  }
}

@media (max-width: 720px) {
  .patient-process-section {
    margin: 48px auto 56px;
    padding: 0 18px;
  }

  .patient-process-heading {
    margin-bottom: 34px;
  }

  .patient-process-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .patient-process-card {
    min-height: auto;
    padding: 28px 24px;
    border-radius: 24px;
  }

  .process-number {
    margin-bottom: 30px;
  }

  .patient-process-heading h2 {
    font-size: clamp(40px, 12vw, 58px);
  }

  .patient-form-page .patient-form-download-section {
    margin: 28px 16px 56px;
    padding: 28px 22px;
    border-radius: 26px;
  }
}
/* =========================
   About Page Final Style
========================= */

body.about-page {
  background:
    radial-gradient(circle at 12% 8%, rgba(59, 190, 180, 0.11), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(255, 214, 0, 0.08), transparent 30%),
    linear-gradient(180deg, #eafafa 0%, #ffffff 38%, #fbfdfc 100%);
}

.about-page-main {
  overflow: hidden;
}

/* Hero */
.about-hero-section {
  padding: 92px 24px 56px;
  background:
    radial-gradient(circle at 50% 0%, rgba(62, 204, 194, 0.16), transparent 38%),
    linear-gradient(180deg, rgba(232, 250, 250, 0.94), rgba(255, 255, 255, 0.76));
}

.about-hero-inner {
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
}

.about-hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 18px;
  margin-bottom: 28px;
  border: 1px solid rgba(18, 134, 126, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  color: #057f78;
  font-size: 16px;
  font-weight: 800;
  box-shadow: 0 14px 36px rgba(9, 64, 70, 0.06);
}

.about-hero-pill span {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  background: #2ec7bd;
  box-shadow: 0 0 0 8px rgba(46, 199, 189, 0.12);
}

.about-hero-inner h1 {
  max-width: 1050px;
  margin: 0 auto 24px;
  color: #0b3540;
  font-size: clamp(54px, 6vw, 92px);
  line-height: 0.96;
  letter-spacing: -0.06em;
  font-weight: 900;
}

.about-hero-inner p {
  max-width: 860px;
  margin: 0 auto;
  color: rgba(22, 63, 71, 0.74);
  font-size: clamp(19px, 1.35vw, 24px);
  line-height: 1.56;
  font-weight: 600;
}

/* Main Feature */
.about-feature-section {
  max-width: 1480px;
  margin: 80px auto 96px;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: stretch;
  gap: 64px;
}

.about-feature-media {
  display: flex;
}

.about-feature-photo-placeholder {
  position: relative;
  width: 100%;
  min-height: 760px;
  overflow: hidden;
  background: linear-gradient(180deg, #dff3f2 0%, #d5eceb 100%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  box-shadow: 0 24px 80px rgba(8, 56, 61, 0.08);
}

.about-feature-graphic {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 42%, rgba(81, 199, 187, 0.34) 0 18px, transparent 19px),
    radial-gradient(circle at 24% 54%, rgba(81, 199, 187, 0.28) 0 16px, transparent 17px),
    radial-gradient(circle at 50% 34%, rgba(81, 199, 187, 0.35) 0 18px, transparent 19px),
    radial-gradient(circle at 58% 27%, rgba(81, 199, 187, 0.35) 0 18px, transparent 19px),
    radial-gradient(circle at 74% 30%, rgba(81, 199, 187, 0.32) 0 18px, transparent 19px),
    linear-gradient(to top, rgba(81, 199, 187, 0.38) 0 34%, transparent 34%);
  opacity: 0.95;
}

.about-feature-graphic::before,
.about-feature-graphic::after {
  content: "";
  position: absolute;
  bottom: 20%;
  width: 28px;
  border-radius: 999px;
  background: rgba(81, 199, 187, 0.55);
}

.about-feature-graphic::before {
  left: 26%;
  height: 180px;
}

.about-feature-graphic::after {
  right: 20%;
  height: 260px;
}

.about-feature-portrait {
  position: relative;
  z-index: 2;
  width: 62%;
  height: 68%;
  min-height: 470px;
  border-radius: 28px 28px 0 0;
  background:
    radial-gradient(circle at 50% 18%, #f2d0b5 0 15%, transparent 16%),
    radial-gradient(circle at 50% 22%, #f2d0b5 0 18%, transparent 19%),
    radial-gradient(circle at 50% 38%, #c8dced 0 24%, transparent 25%),
    linear-gradient(to bottom, #4c4c4c 0 9%, #6b6b6b 9% 16%, transparent 16%);
  background-color: #e7eef4;
  box-shadow: 0 16px 40px rgba(8, 56, 61, 0.12);
}

.about-feature-placeholder-label {
  position: absolute;
  top: 26px;
  right: 26px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: #0b4b4d;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.about-feature-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 0;
}

.about-feature-eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  color: #057f78;
  font-size: 18px;
  font-weight: 800;
}

.about-feature-title {
  margin: 0 0 24px;
  color: #22331e;
  font-size: clamp(42px, 4.4vw, 72px);
  line-height: 1.06;
  letter-spacing: -0.05em;
  font-weight: 900;
  text-transform: uppercase;
}

.about-feature-subtitle {
  margin: 0 0 28px;
  color: rgba(22, 63, 71, 0.72);
  font-size: 18px;
  font-weight: 800;
}

.about-feature-content p {
  margin: 0 0 24px;
  color: rgba(26, 42, 46, 0.68);
  font-size: clamp(18px, 1.15vw, 21px);
  line-height: 1.75;
  font-weight: 500;
}

.about-feature-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 24px;
  margin: 12px 0 32px;
}

.about-feature-points div {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #0b3540;
  font-size: 18px;
  font-weight: 800;
}

.about-feature-points span {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(46, 199, 189, 0.16);
  color: #057f78;
  border-radius: 50%;
  font-weight: 900;
}

.about-feature-signoff {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.about-feature-signature {
  font-size: 34px;
  line-height: 1;
  color: rgba(47, 63, 34, 0.9);
  font-family: "Times New Roman", serif;
  font-style: italic;
}

.about-feature-divider {
  width: 1px;
  height: 42px;
  background: rgba(47, 63, 34, 0.16);
}

.about-feature-name {
  color: #2f3f22;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.01em;
}

/* Values */
.about-values-section {
  max-width: 1320px;
  margin: 0 auto 110px;
  padding: 0 32px;
}

.about-values-heading {
  max-width: 820px;
  margin: 0 auto 46px;
  text-align: center;
}

.about-values-heading h2 {
  margin: 0 0 22px;
  color: #0b3540;
  font-size: clamp(42px, 4vw, 70px);
  line-height: 1;
  letter-spacing: -0.055em;
  font-weight: 900;
}

.about-values-heading p {
  margin: 0 auto;
  max-width: 780px;
  color: rgba(22, 63, 71, 0.74);
  font-size: clamp(18px, 1.25vw, 23px);
  line-height: 1.58;
}

.about-values-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.about-value-card {
  min-height: 280px;
  padding: 34px;
  background:
    radial-gradient(circle at 14% 0%, rgba(53, 205, 195, 0.12), transparent 36%),
    rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(18, 134, 126, 0.14);
  border-radius: 28px;
  box-shadow: 0 22px 64px rgba(9, 64, 70, 0.06);
}

.about-value-card span {
  width: 60px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  border-radius: 999px;
  color: #057f78;
  background: rgba(46, 199, 189, 0.12);
  font-weight: 900;
}

.about-value-card h3 {
  margin: 0 0 16px;
  color: #0b3540;
  font-size: 26px;
  line-height: 1.16;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.about-value-card p {
  margin: 0;
  color: rgba(22, 63, 71, 0.72);
  font-size: 18px;
  line-height: 1.65;
}

/* Responsive */
@media (max-width: 1100px) {
  .about-feature-section {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .about-feature-photo-placeholder {
    min-height: 620px;
  }

  .about-values-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .about-hero-section {
    padding: 70px 18px 46px;
  }

  .about-feature-section {
    margin: 52px auto 72px;
    padding: 0 16px;
    gap: 30px;
  }

  .about-feature-photo-placeholder {
    min-height: 460px;
    border-radius: 28px;
  }

  .about-feature-portrait {
    width: 72%;
    min-height: 320px;
  }

  .about-feature-title {
    font-size: clamp(34px, 11vw, 52px);
  }

  .about-feature-points {
    grid-template-columns: 1fr;
  }

  .about-feature-signature {
    font-size: 28px;
  }

  .about-feature-name {
    font-size: 20px;
  }

  .about-values-section {
    margin-bottom: 72px;
    padding: 0 16px;
  }

  .about-value-card {
    min-height: auto;
    padding: 28px 24px;
    border-radius: 24px;
  }
}
/* Second About feature section - text left, image right */
.about-feature-section-reverse {
  grid-template-columns: 1.05fr 0.95fr;
  margin-top: 40px;
}

.about-feature-section-reverse .about-feature-content {
  order: 1;
}

.about-feature-section-reverse .about-feature-media {
  order: 2;
}

.about-feature-photo-placeholder-alt {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 214, 0, 0.16), transparent 30%),
    linear-gradient(180deg, #e8f8f6 0%, #d9eeee 100%);
}

.about-feature-photo-placeholder-alt .about-feature-graphic {
  background:
    radial-gradient(circle at 76% 34%, rgba(81, 199, 187, 0.32) 0 18px, transparent 19px),
    radial-gradient(circle at 66% 48%, rgba(81, 199, 187, 0.28) 0 16px, transparent 17px),
    radial-gradient(circle at 36% 32%, rgba(81, 199, 187, 0.30) 0 18px, transparent 19px),
    radial-gradient(circle at 28% 42%, rgba(255, 214, 0, 0.16) 0 22px, transparent 23px),
    linear-gradient(to top, rgba(81, 199, 187, 0.32) 0 34%, transparent 34%);
}

/* Mobile: image comes first or after text? keep text first */
@media (max-width: 1100px) {
  .about-feature-section-reverse {
    grid-template-columns: 1fr;
  }

  .about-feature-section-reverse .about-feature-content {
    order: 1;
  }

  .about-feature-section-reverse .about-feature-media {
    order: 2;
  }
}
/* Real images for About page */
.about-feature-photo {
  width: 100%;
  min-height: 760px;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(8, 56, 61, 0.08);
  background: #dff3f2;
}

.about-feature-photo img {
  width: 100%;
  height: 100%;
  min-height: 760px;
  display: block;
  object-fit: cover;
  object-position: center;
}

.about-feature-photo-alt img {
  object-position: center;
}

@media (max-width: 1100px) {
  .about-feature-photo,
  .about-feature-photo img {
    min-height: 620px;
  }
}

@media (max-width: 768px) {
  .about-feature-photo {
    min-height: 460px;
    border-radius: 28px;
  }

  .about-feature-photo img {
    min-height: 460px;
  }
}
.about-feature-section-reverse .about-feature-title {
  text-transform: uppercase;
}

.about-feature-section-reverse .about-feature-signature {
  font-family: "Times New Roman", serif;
  font-style: italic;
  font-size: 40px;
}
/* About first doctor title adjustment - smaller */
.about-doctor-title {
  margin: 0 0 8px;
  color: #22331e;
  font-size: clamp(40px, 3.8vw, 62px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 900;
}

.about-doctor-subtitle {
  margin: 0 0 30px;
  color: #057f78;
  font-size: clamp(22px, 1.6vw, 30px);
  line-height: 1.15;
  letter-spacing: -0.025em;
  font-weight: 850;
}

@media (max-width: 768px) {
  .about-doctor-title {
    font-size: clamp(34px, 9vw, 48px);
  }

  .about-doctor-subtitle {
    font-size: clamp(20px, 6vw, 28px);
  }
}

@media (max-width: 768px) {
  .about-doctor-title {
    font-size: clamp(34px, 9vw, 48px);
  }

  .about-doctor-subtitle {
    font-size: clamp(20px, 6vw, 28px);
  }
}
/* Karen section title adjustment */
.about-feature-section-reverse .about-feature-eyebrow {
  font-size: 22px;
  margin-bottom: 18px;
}

.about-feature-section-reverse .about-feature-title {
  font-size: clamp(42px, 4vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.045em;
  margin-bottom: 22px;
}

.about-feature-section-reverse .about-feature-subtitle {
  font-size: clamp(20px, 1.4vw, 26px);
  line-height: 1.35;
  margin-bottom: 28px;
}

@media (max-width: 768px) {
  .about-feature-section-reverse .about-feature-title {
    font-size: clamp(34px, 10vw, 48px);
  }
}
/* ================================
   Review Us Page Styling
================================ */

body.review-page {
  background:
    radial-gradient(circle at 12% 8%, rgba(59, 190, 180, 0.13), transparent 28%),
    radial-gradient(circle at 88% 22%, rgba(255, 214, 0, 0.10), transparent 30%),
    linear-gradient(180deg, #eafafa 0%, #ffffff 36%, #f8fbfa 100%);
}

.review-page .services-page-hero {
  padding: 86px 24px 72px;
  background:
    radial-gradient(circle at 50% 0%, rgba(62, 204, 194, 0.17), transparent 38%),
    linear-gradient(180deg, rgba(232, 250, 250, 0.94), rgba(255, 255, 255, 0.78));
}

.review-page .services-title {
  color: #0b3540;
  font-size: clamp(58px, 6vw, 94px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 900;
  margin-bottom: 24px;
}

.review-page .services-heading p {
  max-width: 840px;
  margin: 0 auto;
  color: rgba(22, 63, 71, 0.74);
  font-size: clamp(19px, 1.35vw, 24px);
  line-height: 1.55;
  font-weight: 650;
}

/* Main wrapper */
.review-page .content-source-wrap {
  max-width: 1220px;
  margin: 76px auto 96px;
  padding: 0 24px;
}

/* Cards */
.review-page .service-source-section {
  position: relative;
  overflow: hidden;
  margin: 0 0 34px;
  padding: clamp(36px, 4.5vw, 64px);
  background:
    radial-gradient(circle at 8% 0%, rgba(62, 204, 194, 0.12), transparent 32%),
    radial-gradient(circle at 94% 10%, rgba(255, 214, 0, 0.06), transparent 28%),
    rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(18, 134, 126, 0.14);
  border-radius: 34px;
  box-shadow: 0 28px 80px rgba(9, 64, 70, 0.075);
  backdrop-filter: blur(18px);
}

.review-page .service-source-section::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(46, 199, 189, 0.09);
  pointer-events: none;
}

.review-page .service-source-section h2 {
  position: relative;
  margin: 0 0 22px;
  color: #0b3540;
  font-size: clamp(30px, 2.7vw, 46px);
  line-height: 1.12;
  letter-spacing: -0.04em;
  font-weight: 900;
}

.review-page .service-source-section p {
  position: relative;
  max-width: 900px;
  color: rgba(22, 63, 71, 0.78);
  font-size: clamp(19px, 1.35vw, 24px);
  line-height: 1.7;
  font-weight: 500;
}

/* Review button */
.review-page .btn,
.review-page .btn-primary,
.review-page a[href*="google"],
.review-page a[href*="review"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 0 34px;
  margin-top: 24px;
  background: #ffd000;
  color: #073f45;
  border: 0;
  border-radius: 16px;
  font-size: 17px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 18px 48px rgba(255, 208, 0, 0.24);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}

.review-page .btn:hover,
.review-page .btn-primary:hover,
.review-page a[href*="google"]:hover,
.review-page a[href*="review"]:hover {
  background: #ffda2e;
  color: #073f45;
  transform: translateY(-3px);
  box-shadow: 0 26px 68px rgba(255, 208, 0, 0.32);
}

/* Contact link */
.review-page .service-source-section a:not(.btn):not(.btn-primary) {
  color: #057f78;
  font-weight: 900;
  text-decoration: none;
  border-bottom: 2px solid rgba(5, 127, 120, 0.22);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.review-page .service-source-section a:not(.btn):not(.btn-primary):hover {
  color: #073f45;
  border-color: rgba(5, 127, 120, 0.5);
}

/* Optional: make the second card feel slightly different */
.review-page .service-source-section:nth-of-type(2) {
  background:
    radial-gradient(circle at 90% 0%, rgba(255, 214, 0, 0.10), transparent 30%),
    radial-gradient(circle at 8% 0%, rgba(62, 204, 194, 0.10), transparent 32%),
    rgba(255, 255, 255, 0.86);
}

/* Mobile */
@media (max-width: 768px) {
  .review-page .services-page-hero {
    padding: 66px 18px 54px;
  }

  .review-page .content-source-wrap {
    margin: 42px auto 72px;
    padding: 0 16px;
  }

  .review-page .service-source-section {
    padding: 30px 24px;
    border-radius: 26px;
  }

  .review-page .btn,
  .review-page .btn-primary {
    width: 100%;
  }
}
.google-review-badge {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 8px 0 22px;
  padding: 12px 18px;
  border: 1px solid rgba(18, 134, 126, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 32px rgba(9, 64, 70, 0.06);
}

.google-badge-icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(9, 64, 70, 0.06);
}

.google-badge-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.google-badge-label {
  color: #0b3540;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.1;
}

.google-stars {
  display: flex;
  gap: 2px;
  line-height: 1;
}

.google-stars span {
  color: #fbbc04;
  font-size: 20px;
}
/* Contact page - info cards */
.contact-info-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 28px;
}

.contact-info-card {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 32px;
  border: 1px solid rgba(18, 134, 126, 0.12);
  border-radius: 28px;
  background:
    radial-gradient(circle at 8% 0%, rgba(62, 204, 194, 0.08), transparent 32%),
    rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 50px rgba(9, 64, 70, 0.05);
}

.contact-info-icon {
  flex: 0 0 78px;
  width: 78px;
  height: 78px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0f4a4f;
  color: #ffffff;
  font-size: 34px;
  box-shadow: 0 16px 36px rgba(15, 74, 79, 0.18);
}

.contact-info-content {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding-top: 2px;
}

.contact-info-content h3 {
  margin: 0;
  color: #0b3540;
  font-size: clamp(28px, 2vw, 38px);
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.contact-info-line {
  margin: 0;
  color: rgba(22, 63, 71, 0.82);
  font-size: clamp(20px, 1.45vw, 28px);
  line-height: 1.7;
}

.contact-info-line strong {
  color: #0b3540;
  font-weight: 800;
  margin-right: 8px;
}

.contact-info-line a {
  color: #0b3540;
  text-decoration: none;
  font-weight: 700;
}

.contact-info-line a:hover {
  color: #057f78;
}

/* Map section */
.contact-map-section {
  margin-top: 36px;
}

.contact-map-wrap {
  overflow: hidden;
  margin-top: 24px;
  border-radius: 28px;
  border: 1px solid rgba(18, 134, 126, 0.12);
  box-shadow: 0 20px 60px rgba(9, 64, 70, 0.08);
}

.contact-map-wrap iframe {
  display: block;
  width: 100%;
}

/* Mobile */
@media (max-width: 768px) {
  .contact-info-card {
    gap: 18px;
    padding: 24px 20px;
    border-radius: 22px;
  }

  .contact-info-icon {
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    font-size: 26px;
    border-radius: 16px;
  }

  .contact-info-content h3 {
    font-size: 26px;
  }

  .contact-info-line {
    font-size: 18px;
    line-height: 1.6;
  }

  .contact-map-wrap {
    border-radius: 22px;
  }
}
/* ================================
   Contact Page - Cards + Two Maps
================================ */

.contact-info-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 28px;
}

.contact-info-card {
  display: flex;
  align-items: flex-start;
  gap: 26px;
  padding: 34px;
  border: 1px solid rgba(18, 134, 126, 0.12);
  border-radius: 30px;
  background:
    radial-gradient(circle at 8% 0%, rgba(62, 204, 194, 0.08), transparent 32%),
    rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 50px rgba(9, 64, 70, 0.05);
}

.contact-info-icon,
.contact-map-icon {
  flex: 0 0 78px;
  width: 78px;
  height: 78px;
  border-radius: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0f4a4f;
  color: #ffffff;
  box-shadow: 0 16px 36px rgba(15, 74, 79, 0.18);
}

.contact-info-icon-alt,
.contact-map-icon-alt {
  background: #057f78;
}

.contact-info-icon svg,
.contact-map-icon svg {
  width: 34px;
  height: 34px;
  fill: currentColor;
}

.contact-info-content {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding-top: 2px;
}

.contact-info-content h3 {
  margin: 0;
  color: #0b3540;
  font-size: clamp(28px, 2vw, 38px);
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.contact-info-line {
  margin: 0;
  color: rgba(22, 63, 71, 0.82);
  font-size: clamp(20px, 1.45vw, 28px);
  line-height: 1.7;
}

.contact-info-line strong {
  color: #0b3540;
  font-weight: 800;
  margin-right: 8px;
}

.contact-info-line a {
  color: #0b3540;
  text-decoration: none;
  font-weight: 700;
}

.contact-info-line a:hover {
  color: #057f78;
}

/* Maps */
.contact-maps-section {
  max-width: 1220px;
  margin: 38px auto 96px;
  padding: 0 24px;
}

.contact-maps-heading {
  text-align: center;
  margin-bottom: 34px;
}

.contact-maps-heading h2 {
  margin: 0 0 12px;
  color: #0b3540;
  font-size: clamp(42px, 4vw, 70px);
  line-height: 1;
  letter-spacing: -0.055em;
  font-weight: 900;
}

.contact-maps-heading p {
  margin: 0 auto;
  max-width: 760px;
  color: rgba(22, 63, 71, 0.74);
  font-size: clamp(18px, 1.25vw, 23px);
  line-height: 1.58;
}

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

.contact-map-card {
  overflow: hidden;
  border: 1px solid rgba(18, 134, 126, 0.13);
  border-radius: 34px;
  background:
    radial-gradient(circle at 8% 0%, rgba(62, 204, 194, 0.09), transparent 32%),
    rgba(255, 255, 255, 0.84);
  box-shadow: 0 24px 70px rgba(9, 64, 70, 0.075);
}

.contact-map-card-header {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  padding: 32px 34px;
}

.contact-map-card-header h3 {
  margin: 0 0 8px;
  color: #0b3540;
  font-size: clamp(26px, 1.9vw, 36px);
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-weight: 900;
}

.contact-map-card-header p {
  margin: 0;
  color: rgba(22, 63, 71, 0.74);
  font-size: clamp(18px, 1.2vw, 22px);
  line-height: 1.55;
}

.contact-map-wrap {
  overflow: hidden;
  border-top: 1px solid rgba(18, 134, 126, 0.12);
}

.contact-map-wrap iframe {
  display: block;
  width: 100%;
  min-height: 420px;
}

/* Mobile */
@media (max-width: 768px) {
  .contact-info-card {
    gap: 18px;
    padding: 24px 20px;
    border-radius: 24px;
  }

  .contact-info-icon,
  .contact-map-icon {
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    border-radius: 16px;
  }

  .contact-info-icon svg,
  .contact-map-icon svg {
    width: 26px;
    height: 26px;
  }

  .contact-info-content h3 {
    font-size: 26px;
  }

  .contact-info-line {
    font-size: 18px;
    line-height: 1.6;
  }

  .contact-maps-section {
    margin: 32px auto 72px;
    padding: 0 16px;
  }

  .contact-map-card {
    border-radius: 26px;
  }

  .contact-map-card-header {
    padding: 24px 20px;
    gap: 16px;
  }

  .contact-map-wrap iframe {
    min-height: 360px;
  }
}
/* Contact page width fix */
.contact-page .content-source-wrap {
  width: min(1360px, calc(100% - 48px));
  max-width: 1360px;
  margin: 0 auto;
}

/* Maps section full width */
.contact-page .contact-maps-section {
  width: 100%;
  max-width: 100%;
  margin: 40px 0 96px;
  padding: 0;
}

.contact-page .contact-maps-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  width: 100%;
}

.contact-page .contact-map-card {
  width: 100%;
  max-width: 100%;
}

.contact-page .contact-map-card-header {
  padding: 28px 30px;
}

.contact-page .contact-map-wrap {
  width: 100%;
  overflow: hidden;
}

.contact-page .contact-map-wrap iframe {
  display: block;
  width: 100%;
  min-height: 460px;
}

/* Mobile / tablet */
@media (max-width: 980px) {
  .contact-page .content-source-wrap {
    width: min(100%, calc(100% - 32px));
  }

  .contact-page .contact-maps-grid {
    grid-template-columns: 1fr;
  }

  .contact-page .contact-map-wrap iframe {
    min-height: 380px;
  }
}

/* Tel links + Contact page final fixes - added by ChatGPT */
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
}

a[href^="tel:"]:hover {
  color: #057f78;
}

/* Contact page width fix */
.contact-page .content-source-wrap {
  width: min(1360px, calc(100% - 48px));
  max-width: 1360px;
  margin: 0 auto;
}

.contact-page .contact-maps-section {
  width: 100%;
  max-width: 100%;
  margin: 40px 0 96px;
  padding: 0;
}

.contact-page .contact-maps-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  width: 100%;
}

.contact-page .contact-map-card {
  width: 100%;
  max-width: 100%;
}

.contact-page .contact-map-card-header {
  padding: 28px 30px;
}

.contact-page .contact-map-wrap {
  width: 100%;
  overflow: hidden;
}

.contact-page .contact-map-wrap iframe {
  display: block;
  width: 100%;
  min-height: 460px;
}

@media (max-width: 980px) {
  .contact-page .content-source-wrap {
    width: min(100%, calc(100% - 32px));
  }

  .contact-page .contact-maps-grid {
    grid-template-columns: 1fr;
  }

  .contact-page .contact-map-wrap iframe {
    min-height: 380px;
  }
}


/* =========================================================
   SERVICE DETAIL HERO — X-RAY INSPIRED
   Scoped classes only. Does not affect existing layout/footer.
   ========================================================= */

.service-detail-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 8vw, 120px) 24px clamp(56px, 7vw, 90px);
  background:
    radial-gradient(circle at top left, rgba(27, 122, 85, 0.10), transparent 34rem),
    linear-gradient(180deg, #f8fbf9 0%, #ffffff 46%, #f7faf8 100%);
}

.service-detail-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(12, 35, 28, 0.06), transparent 42%),
    radial-gradient(circle at 82% 22%, rgba(36, 142, 101, 0.14), transparent 28rem);
  pointer-events: none;
}

.service-detail-hero-inner {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
}

.service-hero-copy {
  min-width: 0;
}

.service-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 9px 14px;
  border: 1px solid rgba(27, 122, 85, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #1b7a55;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 14px 34px rgba(15, 45, 34, 0.07);
}

.service-hero-eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 50%;
  background: #1b7a55;
  box-shadow: 0 0 0 6px rgba(27, 122, 85, 0.12);
}

.service-hero-title {
  max-width: 620px;
  margin: 22px 0 18px;
  color: #10251e;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 0.96;
  letter-spacing: -0.055em;
  font-weight: 900;
  text-wrap: balance;
}

.service-hero-title span {
  color: #1b7a55;
}

.service-hero-lead {
  max-width: 650px;
  margin: 0;
  color: #51635c;
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.75;
  font-weight: 500;
}

.service-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.service-hero-actions .btn {
  min-height: 52px;
}

.service-hero-trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
  max-width: 690px;
}

.service-hero-trust-item {
  padding: 16px;
  border: 1px solid rgba(16, 37, 30, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 36px rgba(15, 45, 34, 0.06);
}

.service-hero-trust-item strong {
  display: block;
  color: #10251e;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.25;
}

.service-hero-trust-item span {
  display: block;
  margin-top: 5px;
  color: #6b7d75;
  font-size: 13px;
  line-height: 1.45;
}

.service-hero-visual {
  position: relative;
}

.service-hero-visual-card {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: 34px;
  background:
    radial-gradient(circle at 26% 20%, rgba(255, 255, 255, 0.88), transparent 18rem),
    radial-gradient(circle at 78% 18%, rgba(71, 181, 132, 0.18), transparent 18rem),
    linear-gradient(145deg, #eef8f4 0%, #dfece6 100%);
  box-shadow: 0 34px 90px rgba(12, 35, 28, 0.18);
  isolation: isolate;
}

.service-hero-visual-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 42%, rgba(8, 28, 21, 0.48) 100%),
    radial-gradient(circle at 22% 18%, rgba(255,255,255,0.40), transparent 20rem);
  z-index: 1;
  pointer-events: none;
}

.service-hero-spine-mark {
  position: absolute;
  top: 76px;
  left: 50%;
  z-index: 2;
  width: 92px;
  height: 350px;
  transform: translateX(-50%);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.90), rgba(255,255,255,0.42)),
    linear-gradient(90deg, transparent 0 45%, rgba(16,37,30,0.18) 46% 54%, transparent 55% 100%);
  filter: drop-shadow(0 22px 36px rgba(12, 35, 28, 0.12));
}

.service-hero-spine-mark span {
  position: absolute;
  left: 50%;
  width: 76px;
  height: 34px;
  border-radius: 16px;
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(16,37,30,0.08);
  transform: translateX(-50%) rotate(-8deg);
  box-shadow: 0 12px 28px rgba(12, 35, 28, 0.08);
}

.service-hero-spine-mark span:nth-child(1) { top: 22px; }
.service-hero-spine-mark span:nth-child(2) { top: 88px; transform: translateX(-50%) rotate(7deg); }
.service-hero-spine-mark span:nth-child(3) { top: 154px; }
.service-hero-spine-mark span:nth-child(4) { top: 220px; transform: translateX(-50%) rotate(7deg); }
.service-hero-spine-mark span:nth-child(5) { top: 286px; }

.service-hero-pain-point {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #1f4f59;
  font-size: 19px;
  font-weight: 850;
  white-space: nowrap;
}

.service-hero-pain-point span {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #4aa6b7;
  border: 7px solid #ffffff;
  box-shadow: 0 0 0 1px rgba(74, 166, 183, 0.28);
}

.service-hero-pain-point::after,
.service-hero-pain-point::before {
  content: "";
  width: 78px;
  height: 1px;
  background: #67aebb;
}

.service-hero-pain-point-top {
  top: 168px;
  left: calc(50% + 10px);
}

.service-hero-pain-point-top::before {
  display: none;
}

.service-hero-pain-point-bottom {
  top: 315px;
  right: calc(50% + 12px);
}

.service-hero-pain-point-bottom::after {
  display: none;
}

.service-hero-mini-card {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.12);
}

.service-hero-mini-icon {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #1b7a55;
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
}

.service-hero-mini-card strong {
  display: block;
  color: #10251e;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.25;
}

.service-hero-mini-card span {
  display: block;
  margin-top: 3px;
  color: #63756e;
  font-size: 13px;
  line-height: 1.45;
}

@media (max-width: 980px) {
  .service-detail-hero-inner {
    grid-template-columns: 1fr;
  }

  .service-hero-trust-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .service-detail-hero {
    padding-left: 18px;
    padding-right: 18px;
  }

  .service-hero-title {
    font-size: clamp(38px, 12vw, 54px);
  }

  .service-hero-trust-row {
    grid-template-columns: 1fr;
  }

  .service-hero-visual-card {
    min-height: 430px;
    border-radius: 26px;
  }

  .service-hero-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .service-hero-pain-point {
    font-size: 15px;
  }

  .service-hero-pain-point::after,
  .service-hero-pain-point::before {
    width: 44px;
  }

  .service-hero-mini-card {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }
}



/* =========================================================
   SERVICE HERO IMAGE LAYOUT
   Used across all service detail pages
   ========================================================= */

.service-detail-hero-image .service-hero-image-card {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  border-radius: 34px;
  background: #dfe9e4;
  box-shadow: 0 34px 90px rgba(12, 35, 28, 0.18);
  isolation: isolate;
}

.service-detail-hero-image .service-hero-image-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, transparent 38%, rgba(8, 28, 21, 0.60) 100%),
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.38), transparent 22rem),
    radial-gradient(circle at 88% 12%, rgba(27, 122, 85, 0.20), transparent 18rem);
}

.service-detail-hero-image .service-hero-image {
  display: block;
  width: 100%;
  min-height: 560px;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  transform: scale(1.015);
}

.service-detail-hero-image .service-hero-image-note {
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 3;
  max-width: 238px;
  padding: 15px 17px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(16, 37, 30, 0.08);
  box-shadow: 0 18px 44px rgba(12, 35, 28, 0.14);
  backdrop-filter: blur(14px);
}

.service-detail-hero-image .service-hero-image-note span {
  display: block;
  color: #1b7a55;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.service-detail-hero-image .service-hero-image-note strong {
  display: block;
  margin-top: 6px;
  color: #10251e;
  font-size: 17px;
  line-height: 1.18;
  font-weight: 900;
}

.service-detail-hero-image .service-hero-image-card .service-hero-mini-card {
  z-index: 4;
}

@media (max-width: 640px) {
  .service-detail-hero-image .service-hero-image-card,
  .service-detail-hero-image .service-hero-image {
    min-height: 430px;
    border-radius: 26px;
  }

  .service-detail-hero-image .service-hero-image-note {
    left: 14px;
    right: 14px;
    top: 14px;
    max-width: none;
  }
}


/* =========================================================
   SERVICES OVERVIEW PAGE MODERN POLISH
   services.html only
   ========================================================= */

.services-overview-main {
  background:
    radial-gradient(circle at 12% 4%, rgba(176, 232, 224, 0.30), transparent 30rem),
    radial-gradient(circle at 100% 9%, rgba(42, 157, 143, 0.14), transparent 28rem),
    linear-gradient(180deg, #f8fcfb 0%, #ffffff 38%, #f8fcfb 100%);
}

.services-overview-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(42px, 5.5vw, 70px) 24px clamp(40px, 5.5vw, 64px);
}

.services-overview-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 15% 15%, rgba(42, 157, 143, 0.13), transparent 20rem),
    radial-gradient(circle at 90% 18%, rgba(198, 241, 234, 0.42), transparent 28rem);
}

.services-overview-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.88fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: center;
}

.services-overview-copy {
  max-width: 620px;
}

.services-overview-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-bottom: 22px;
  padding: 11px 18px 11px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(13, 64, 52, 0.10);
  color: #1b7a55;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  box-shadow: 0 16px 42px rgba(12, 35, 28, 0.07);
}

.services-overview-eyebrow::before {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #1b7a55;
  box-shadow: 0 0 0 8px rgba(27, 122, 85, 0.12);
}

.services-overview-title {
  margin: 0;
  color: #10251e;
  font-size: clamp(50px, 5.6vw, 82px);
  line-height: 0.96;
  letter-spacing: -0.058em;
  font-weight: 950;
}

.services-overview-title span {
  color: #1b7a55;
}

.services-overview-lead {
  max-width: 660px;
  margin: 22px 0 0;
  color: rgba(22, 63, 71, 0.82);
  font-size: clamp(17px, 1.25vw, 20px);
  line-height: 1.58;
  font-weight: 700;
}

.services-overview-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 26px;
}

.services-overview-trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.services-overview-trust-row div {
  padding: 16px 15px;
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.92), rgba(242,252,250,0.78));
  border: 1px solid rgba(27, 122, 85, 0.11);
  box-shadow: 0 16px 42px rgba(12, 35, 28, 0.05);
}

.services-overview-trust-row strong {
  display: block;
  color: #10251e;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 6px;
}

.services-overview-trust-row span {
  display: block;
  color: rgba(22, 63, 71, 0.72);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 650;
}

.services-overview-image-card {
  position: relative;
  justify-self: end;
  width: 100%;
  max-width: 640px;
  overflow: hidden;
  min-height: clamp(410px, 34vw, 540px);
  border-radius: 34px;
  background: #dfe9e4;
  box-shadow: 0 34px 90px rgba(12, 35, 28, 0.18);
  isolation: isolate;
}

.services-overview-image-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(6, 37, 31, 0.55) 0%, transparent 46%),
    linear-gradient(180deg, rgba(255,255,255,0.08) 0%, transparent 42%, rgba(8,28,21,0.26) 100%);
  pointer-events: none;
}

.services-overview-image-card > img {
  display: block;
  width: 100%;
  min-height: clamp(410px, 34vw, 540px);
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.services-overview-floating-card {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 2;
  max-width: 330px;
  padding: 18px 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(16, 37, 30, 0.08);
  box-shadow: 0 22px 54px rgba(12, 35, 28, 0.16);
  backdrop-filter: blur(14px);
}

.services-overview-floating-card span {
  display: block;
  color: #1b7a55;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.services-overview-floating-card strong {
  color: #10251e;
  font-size: 19px;
  line-height: 1.18;
  font-weight: 950;
}

.services-overview-section {
  padding: clamp(54px, 7vw, 86px) 24px;
}

.services-overview-section-heading {
  max-width: 860px;
  margin: 0 auto 36px;
  text-align: center;
}

.services-overview-section-heading h2 {
  margin: 10px 0 12px;
  color: #10251e;
  font-size: clamp(42px, 5.4vw, 76px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 950;
}

.services-overview-section-heading p {
  margin: 0 auto;
  max-width: 760px;
  color: rgba(22, 63, 71, 0.76);
  font-size: 19px;
  line-height: 1.65;
  font-weight: 700;
}

.services-overview-grid {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.services-overview-card {
  overflow: hidden;
  border-radius: 30px;
  background:
    radial-gradient(circle at 100% 0%, rgba(42, 157, 143, 0.10), transparent 13rem),
    linear-gradient(145deg, rgba(255,255,255,0.98), rgba(246,253,251,0.90));
  border: 1px solid rgba(27, 122, 85, 0.11);
  box-shadow: 0 22px 60px rgba(12, 35, 28, 0.055);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.services-overview-card-media {
  display: block;
  height: 238px;
  overflow: hidden;
  background: #eaf5f2;
}

.services-overview-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.services-overview-card-body {
  padding: 22px 24px 24px;
}

.services-overview-card h3 {
  margin: 0 0 10px;
  color: #10251e;
  font-size: 25px;
  line-height: 1.1;
  letter-spacing: -0.035em;
  font-weight: 950;
}

.services-overview-card p {
  margin: 0 0 18px;
  min-height: 78px;
  color: rgba(22, 63, 71, 0.76);
  font-size: 15.5px;
  line-height: 1.55;
  font-weight: 650;
}

.services-overview-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #1b7a55;
  font-weight: 900;
  text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
  .services-overview-card:hover {
    transform: translateY(-5px);
    border-color: rgba(27, 122, 85, 0.20);
    box-shadow: 0 30px 78px rgba(12, 35, 28, 0.085);
  }

  .services-overview-card:hover .services-overview-card-media img {
    transform: scale(1.055);
  }
}

.services-overview-process {
  margin-top: 18px;
}

.services-overview-cta {
  margin-top: clamp(38px, 5vw, 70px);
}

@media (max-width: 1120px) {
  .services-overview-hero-inner {
    grid-template-columns: 1fr;
    max-width: 920px;
  }

  .services-overview-image-card {
    justify-self: stretch;
    max-width: none;
  }

  .services-overview-copy {
    max-width: none;
  }

  .services-overview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .services-overview-hero {
    padding: 38px 16px 46px;
  }

  .services-overview-title {
    font-size: clamp(42px, 12vw, 62px);
  }

  .services-overview-trust-row,
  .services-overview-grid {
    grid-template-columns: 1fr;
  }

  .services-overview-image-card,
  .services-overview-image-card > img {
    min-height: 360px;
    border-radius: 26px;
  }

  .services-overview-floating-card {
    left: 14px;
    right: 14px;
    bottom: 14px;
    max-width: none;
  }

  .services-overview-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .services-overview-card-media {
    height: 230px;
  }

  .services-overview-card p {
    min-height: 0;
  }
}


/* =========================================================
   MAIN PAGES MODERN UPDATE
   patient.html / about.html / review-us.html / contact.html
   ========================================================= */

.main-modern-page .main-modern-hero {
  padding-top: clamp(42px, 5vw, 64px);
  padding-bottom: clamp(42px, 5vw, 66px);
}

.main-modern-page .services-overview-hero-inner {
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.78fr);
}

.main-modern-page .services-overview-title {
  font-size: clamp(48px, 5.1vw, 78px);
  max-width: 720px;
}

.main-modern-page .services-overview-image-card {
  max-width: 590px;
  min-height: clamp(390px, 31vw, 500px);
}

.main-modern-page .services-overview-image-card > img {
  min-height: clamp(390px, 31vw, 500px);
}

.main-modern-section {
  position: relative;
}

.main-modern-soft-section {
  background: linear-gradient(180deg, rgba(238, 249, 246, 0.54), rgba(255,255,255,0));
}

.main-modern-step-grid,
.main-modern-location-grid,
.main-modern-profile-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  gap: 22px;
}

.main-modern-step-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.about-modern-page .main-modern-step-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.main-modern-step-card,
.main-modern-location-card,
.main-modern-profile-card,
.main-modern-review-panel,
.main-modern-review-card {
  border: 1px solid rgba(27, 122, 85, 0.11);
  background:
    radial-gradient(circle at 100% 0%, rgba(42, 157, 143, 0.10), transparent 14rem),
    linear-gradient(145deg, rgba(255,255,255,0.98), rgba(246,253,251,0.90));
  box-shadow: 0 24px 70px rgba(12, 35, 28, 0.06);
}

.main-modern-step-card {
  min-height: 245px;
  border-radius: 30px;
  padding: 28px 24px;
}

.main-modern-step-card span,
.main-modern-location-card span,
.main-modern-profile-card span,
.main-modern-review-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 46px;
  min-height: 36px;
  margin-bottom: 22px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(27, 122, 85, 0.10);
  color: #1b7a55;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.main-modern-step-card h3,
.main-modern-location-card h3,
.main-modern-profile-card h3 {
  margin: 0 0 12px;
  color: #10251e;
  font-size: clamp(23px, 2.1vw, 32px);
  line-height: 1.07;
  letter-spacing: -0.04em;
  font-weight: 950;
}

.main-modern-step-card p,
.main-modern-location-card p,
.main-modern-profile-card p,
.main-modern-review-panel p,
.main-modern-review-card p {
  margin: 0;
  color: rgba(22, 63, 71, 0.76);
  font-size: 16px;
  line-height: 1.62;
  font-weight: 650;
}

.main-modern-centered-action {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.main-modern-profile-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.main-modern-profile-card {
  overflow: hidden;
  border-radius: 34px;
}

.main-modern-profile-card img {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.main-modern-profile-card div {
  padding: 28px 28px 32px;
}

.main-modern-profile-card span {
  margin-bottom: 16px;
}

.main-modern-review-panel {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.52fr);
  gap: 24px;
  align-items: center;
  border-radius: 36px;
  padding: clamp(28px, 4vw, 54px);
}

.main-modern-review-copy h2 {
  margin: 0 0 16px;
  color: #10251e;
  font-size: clamp(40px, 4.5vw, 68px);
  line-height: 1;
  letter-spacing: -0.055em;
  font-weight: 950;
}

.main-modern-review-copy p {
  max-width: 720px;
  margin-bottom: 24px;
  font-size: 18px;
}

.main-modern-review-card {
  border-radius: 30px;
  padding: 30px;
}

.main-modern-stars {
  margin: 6px 0 14px;
  color: #f5bf00;
  font-size: clamp(32px, 4vw, 46px);
  letter-spacing: 0.05em;
  font-weight: 900;
}

.main-modern-location-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.main-modern-location-card {
  border-radius: 32px;
  padding: clamp(26px, 3vw, 38px);
}

.main-modern-location-card .btn {
  margin-top: 22px;
}

.main-modern-maps-section {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px clamp(60px, 7vw, 96px);
}

.main-modern-maps-section .contact-map-card {
  background:
    radial-gradient(circle at 100% 0%, rgba(42,157,143,0.08), transparent 14rem),
    linear-gradient(145deg, rgba(255,255,255,0.98), rgba(246,253,251,0.90));
}

@media (hover: hover) and (pointer: fine) {
  .main-modern-step-card,
  .main-modern-location-card,
  .main-modern-profile-card {
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  }

  .main-modern-step-card:hover,
  .main-modern-location-card:hover,
  .main-modern-profile-card:hover {
    transform: translateY(-5px);
    border-color: rgba(27, 122, 85, 0.20);
    box-shadow: 0 32px 82px rgba(12, 35, 28, 0.09);
  }
}

@media (max-width: 1120px) {
  .main-modern-page .services-overview-hero-inner,
  .main-modern-review-panel {
    grid-template-columns: 1fr;
  }

  .main-modern-step-grid,
  .about-modern-page .main-modern-step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .main-modern-page .services-overview-title {
    font-size: clamp(40px, 11vw, 58px);
  }

  .main-modern-page .services-overview-image-card,
  .main-modern-page .services-overview-image-card > img {
    min-height: 340px;
  }

  .main-modern-step-grid,
  .about-modern-page .main-modern-step-grid,
  .main-modern-profile-grid,
  .main-modern-location-grid {
    grid-template-columns: 1fr;
  }

  .main-modern-step-card {
    min-height: 0;
  }

  .main-modern-profile-card img {
    height: 300px;
  }

  .main-modern-review-panel {
    border-radius: 28px;
  }

  .main-modern-maps-section {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* =========================================================
   FIX: About page team photos should not look zoomed/cropped
   Keeps the same card size, but shows the full portrait inside it.
   ========================================================= */
.about-modern-page .main-modern-profile-card img {
  object-fit: contain !important;
  object-position: center top !important;
  background: linear-gradient(180deg, #f8fffc 0%, #eef8f4 100%) !important;
  padding: 18px 18px 0 !important;
  box-sizing: border-box !important;
}

@media (max-width: 760px) {
  .about-modern-page .main-modern-profile-card img {
    padding: 12px 12px 0 !important;
  }
}


/* =========================================================
   FINAL BATCH FIXES - policy/faq, homepage hero, contact maps
   Added after user review.
   ========================================================= */
.home-page .hero-actions {
  justify-content: flex-start !important;
  align-items: center !important;
  gap: 22px !important;
  margin-top: 30px !important;
}

.home-page .hero-actions .btn,
.home-page .hero-actions a {
  min-width: auto !important;
  width: auto !important;
  min-height: 56px !important;
  height: 56px !important;
  padding: 0 28px !important;
  line-height: 1 !important;
  box-sizing: border-box !important;
  transform: none !important;
  scale: 1 !important;
  white-space: nowrap !important;
}

.home-page .hero-actions .btn-primary {
  min-width: 178px !important;
  border-radius: 8px !important;
  font-size: 16px !important;
}

.home-page .hero-actions .btn-secondary,
.home-page .hero-actions .hero-secondary-cta {
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #4b95a3 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}

.home-page .hero-actions .btn:hover,
.home-page .hero-actions a:hover {
  min-width: auto !important;
  height: 56px !important;
  transform: none !important;
  scale: 1 !important;
}

.home-page .hero-actions .btn-secondary:hover,
.home-page .hero-actions .hero-secondary-cta:hover {
  height: auto !important;
  color: #0b7f77 !important;
}

@media (max-width: 768px) {
  .home-page .hero-actions {
    align-items: flex-start !important;
    gap: 16px !important;
  }

  .home-page .hero-actions .btn-primary {
    width: auto !important;
    min-width: 190px !important;
  }
}

/* Contact page location alignment */
.contact-page .main-modern-location-grid {
  align-items: stretch !important;
}

.contact-page .main-modern-location-card {
  display: flex !important;
  flex-direction: column !important;
  min-height: 250px !important;
}

.contact-page .main-modern-location-card h3 {
  min-height: 70px !important;
  display: flex !important;
  align-items: flex-start !important;
}

.contact-page .main-modern-location-card .btn {
  align-self: flex-start !important;
  margin-top: auto !important;
}

.contact-page .contact-maps-grid {
  align-items: stretch !important;
}

.contact-page .contact-map-card {
  display: flex !important;
  flex-direction: column !important;
}

.contact-page .contact-map-card-header {
  min-height: 128px !important;
  display: grid !important;
  grid-template-columns: 78px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 22px !important;
}

.contact-page .contact-map-icon,
.contact-page .contact-map-icon-alt {
  align-self: center !important;
  background: #0f4a4f !important;
}

.contact-page .contact-map-card-header h3 {
  margin-bottom: 6px !important;
}

.contact-page .contact-map-card-header p {
  min-height: 34px !important;
}

.contact-page .contact-map-wrap {
  flex: 1 1 auto !important;
}

@media (max-width: 980px) {
  .contact-page .main-modern-location-card h3,
  .contact-page .contact-map-card-header p {
    min-height: 0 !important;
  }

  .contact-page .contact-map-card-header {
    grid-template-columns: 58px minmax(0, 1fr) !important;
    min-height: 0 !important;
  }
}

/* New Policy + FAQ pages */
.legal-modern-page .legal-modern-hero .services-overview-hero-inner {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.42fr);
}

.legal-summary-card {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 320px;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(27, 122, 85, 0.12);
  border-radius: 34px;
  background:
    radial-gradient(circle at 100% 0%, rgba(42, 157, 143, 0.13), transparent 14rem),
    linear-gradient(145deg, rgba(255,255,255,0.98), rgba(246,253,251,0.92));
  box-shadow: 0 24px 70px rgba(12, 35, 28, 0.06);
}

.legal-summary-card span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(27, 122, 85, 0.10);
  color: #1b7a55;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-summary-card strong {
  color: #10251e;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 950;
}

.legal-summary-card p {
  margin: 18px 0 0;
  color: rgba(22, 63, 71, 0.76);
  font-size: 17px;
  line-height: 1.7;
  font-weight: 650;
}

.legal-content-wrap,
.faq-content-wrap {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(48px, 7vw, 88px) 0 clamp(72px, 8vw, 110px);
}

.legal-content-card,
.faq-item {
  border: 1px solid rgba(27, 122, 85, 0.11);
  background:
    radial-gradient(circle at 100% 0%, rgba(42, 157, 143, 0.09), transparent 14rem),
    linear-gradient(145deg, rgba(255,255,255,0.98), rgba(246,253,251,0.90));
  box-shadow: 0 24px 70px rgba(12, 35, 28, 0.055);
}

.legal-content-card {
  border-radius: 30px;
  padding: clamp(26px, 3vw, 38px);
  margin-bottom: 22px;
}

.legal-content-card h2 {
  margin: 0 0 14px;
  color: #10251e;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.06;
  letter-spacing: -0.04em;
  font-weight: 950;
}

.legal-content-card p {
  margin: 0 0 16px;
  color: rgba(22, 63, 71, 0.78);
  font-size: 18px;
  line-height: 1.75;
  font-weight: 600;
}

.legal-content-card p:last-child {
  margin-bottom: 0;
}

.faq-list {
  display: grid;
  gap: 16px;
}

.faq-item {
  border-radius: 24px;
  overflow: hidden;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  position: relative;
  padding: 24px 72px 24px 28px;
  color: #10251e;
  font-size: clamp(21px, 2vw, 28px);
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(42, 157, 143, 0.14);
  color: #0b7f77;
  font-size: 24px;
  font-weight: 900;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item p {
  margin: 0;
  padding: 0 28px 26px;
  max-width: 920px;
  color: rgba(22, 63, 71, 0.78);
  font-size: 18px;
  line-height: 1.75;
  font-weight: 600;
}

@media (max-width: 900px) {
  .legal-modern-page .legal-modern-hero .services-overview-hero-inner {
    grid-template-columns: 1fr;
  }

  .legal-summary-card {
    min-height: 0;
  }
}


/* ============================================
   FINAL FOOTER LEGAL LINKS SPACING
   Keeps Privacy Policy, Terms, and FAQ separated
   ============================================ */
.footer-legal-links {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 22px !important;
  flex-wrap: wrap !important;
}

.footer-legal-links a {
  display: inline-flex !important;
  align-items: center !important;
  white-space: nowrap !important;
  text-decoration: none !important;
}

@media (max-width: 600px) {
  .footer-legal-links {
    justify-content: center !important;
    gap: 14px !important;
  }
}


/* ============================================
   MOBILE AUDIT FIXES
   Prevents horizontal overflow on modern overview pages
   and keeps Spanish Quiropráctico hero inside viewport.
   ============================================ */
@media (max-width: 760px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .services-overview-hero-inner,
  .services-overview-copy,
  .services-overview-visual,
  .services-overview-image-card,
  .services-overview-actions,
  .services-overview-trust-row,
  .services-overview-trust-row > div {
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .services-overview-copy > *,
  .services-overview-visual > *,
  .services-overview-actions > * {
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .services-overview-actions .btn {
    width: 100% !important;
  }

  .services-overview-title,
  .services-overview-lead {
    overflow-wrap: break-word;
  }

  .quiropractico-page .services-overview-title {
    font-size: clamp(38px, 10.5vw, 54px) !important;
    line-height: 1.02 !important;
    letter-spacing: -0.05em !important;
  }
}
.home-review-section {
  padding: 80px 6vw;
}

.home-review-panel {
  max-width: 1500px;
  margin: 0 auto;
  padding: 72px 72px;
  border: 1px solid rgba(20, 129, 112, 0.16);
  border-radius: 40px;
  background:
    radial-gradient(circle at 92% 10%, rgba(20, 129, 112, 0.12), transparent 28%),
    radial-gradient(circle at 16% 80%, rgba(255, 210, 0, 0.12), transparent 24%),
    linear-gradient(135deg, #ffffff 0%, #f7fbfa 100%);
  box-shadow: 0 28px 80px rgba(13, 68, 61, 0.08);
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(360px, 0.65fr);
  gap: 70px;
  align-items: center;
}

.home-review-badge {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 34px;
  padding: 12px 22px;
  border: 1px solid rgba(20, 129, 112, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #16856f;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 10px 26px rgba(13, 68, 61, 0.08);
}

.home-review-badge span {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #16856f;
  box-shadow: 0 0 0 8px rgba(20, 129, 112, 0.1);
}

.home-review-copy h2 {
  max-width: 760px;
  margin: 0;
  color: #102b24;
  font-size: clamp(48px, 6vw, 92px);
  line-height: 0.98;
  letter-spacing: -0.06em;
  font-weight: 900;
}

.home-review-copy p {
  max-width: 850px;
  margin: 28px 0 0;
  color: #60767a;
  font-size: clamp(18px, 1.6vw, 25px);
  line-height: 1.55;
  font-weight: 700;
}

.home-review-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 52px;
  min-height: 80px;
  padding: 0 42px;
  border-radius: 8px;
  background: #ffd200;
  color: #0f3b34;
  font-size: 20px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 18px 38px rgba(255, 210, 0, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-review-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 48px rgba(255, 210, 0, 0.32);
}

.home-review-card {
  padding: 52px 42px;
  border: 1px solid rgba(20, 129, 112, 0.14);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 24px 70px rgba(13, 68, 61, 0.09);
}

.home-review-card-label {
  display: inline-flex;
  margin-bottom: 44px;
  padding: 13px 24px;
  border-radius: 999px;
  background: rgba(20, 129, 112, 0.11);
  color: #16856f;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-review-stars {
  margin-bottom: 32px;
  color: #f7c600;
  font-size: clamp(48px, 4vw, 72px);
  line-height: 1;
  letter-spacing: 0.02em;
}

.home-review-card p {
  margin: 0;
  color: #60767a;
  font-size: 23px;
  line-height: 1.55;
  font-weight: 800;
}

@media (max-width: 1024px) {
  .home-review-panel {
    grid-template-columns: 1fr;
    padding: 56px 34px;
    gap: 44px;
  }

  .home-review-copy h2 {
    font-size: clamp(44px, 10vw, 72px);
  }

  .home-review-card {
    max-width: 560px;
  }
}

@media (max-width: 640px) {
  .home-review-section {
    padding: 54px 18px;
  }

  .home-review-panel {
    padding: 38px 22px;
    border-radius: 28px;
  }

  .home-review-copy h2 {
    font-size: 44px;
    line-height: 1.03;
  }

  .home-review-copy p {
    font-size: 17px;
  }

  .home-review-button {
    width: 100%;
    min-height: 64px;
    margin-top: 34px;
    font-size: 17px;
  }

  .home-review-card {
    padding: 34px 24px;
    border-radius: 26px;
  }

  .home-review-stars {
    font-size: 42px;
  }

  .home-review-card p {
    font-size: 18px;
  }
}
/* Main Modern Review Title - Desktop */
.main-modern-review-copy h2 {
  margin: 0 0 16px;
  color: #10251e;
  font-size: clamp(40px, 4.5vw, 58px);
  line-height: 1;
  letter-spacing: -0.055em;
  font-weight: 950;
}
/* Main Modern Review Title - Tablet & Mobile */
@media (max-width: 768px) {
  .main-modern-review-copy h2 {
    margin: 0 0 14px;
    color: #10251e;
    font-size: clamp(40px, 9vw, 58px);
    line-height: 1;
    letter-spacing: -0.055em;
    font-weight: 950;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .main-modern-review-copy h2 {
    margin: 0 0 14px;
    color: #10251e;
    font-size: clamp(40px, 11vw, 52px);
    line-height: 1.02;
    letter-spacing: -0.052em;
    font-weight: 950;
  }
}
/* Compact size for index Review section */
html body .home-review-section {
  padding: 42px 4vw !important;
}

html body .home-review-panel {
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 42px 52px !important;
  border-radius: 30px !important;
  gap: 42px !important;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.55fr) !important;
}

html body .home-review-badge {
  margin-bottom: 22px !important;
  padding: 8px 16px !important;
  font-size: 12px !important;
}

html body .home-review-badge span {
  width: 12px !important;
  height: 12px !important;
}

html body .home-review-copy h2 {
  margin: 0 0 14px !important;
  color: #10251e !important;
  font-size: clamp(34px, 3.2vw, 46px) !important;
  line-height: 1.03 !important;
  letter-spacing: -0.045em !important;
  font-weight: 950 !important;
}

html body .home-review-copy p {
  max-width: 720px !important;
  margin-top: 18px !important;
  font-size: clamp(15px, 1.15vw, 18px) !important;
  line-height: 1.5 !important;
}

html body .home-review-button {
  margin-top: 30px !important;
  min-height: 54px !important;
  padding: 0 30px !important;
  font-size: 15px !important;
  border-radius: 8px !important;
}

html body .home-review-card {
  padding: 32px 30px !important;
  border-radius: 24px !important;
}

html body .home-review-card-label {
  margin-bottom: 24px !important;
  padding: 8px 16px !important;
  font-size: 12px !important;
}

html body .home-review-stars {
  margin-bottom: 20px !important;
  font-size: clamp(34px, 2.8vw, 44px) !important;
}

html body .home-review-card p {
  font-size: 16px !important;
  line-height: 1.45 !important;
}

/* Mobile */
@media (max-width: 768px) {
  html body .home-review-section {
    padding: 34px 14px !important;
  }

  html body .home-review-panel {
    grid-template-columns: 1fr !important;
    padding: 28px 18px !important;
    border-radius: 22px !important;
    gap: 26px !important;
  }

  html body .home-review-badge {
    margin-bottom: 18px !important;
    padding: 7px 14px !important;
    font-size: 11px !important;
  }

  html body .home-review-copy h2 {
    font-size: 32px !important;
    line-height: 1.06 !important;
    letter-spacing: -0.035em !important;
  }

  html body .home-review-copy p {
    margin-top: 16px !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
  }

  html body .home-review-button {
    width: 100% !important;
    min-height: 52px !important;
    margin-top: 24px !important;
    padding: 0 18px !important;
    font-size: 15px !important;
  }

  html body .home-review-card {
    padding: 24px 18px !important;
    border-radius: 20px !important;
  }

  html body .home-review-card-label {
    margin-bottom: 18px !important;
    font-size: 11px !important;
  }

  html body .home-review-stars {
    margin-bottom: 18px !important;
    font-size: 32px !important;
  }

  html body .home-review-card p {
    font-size: 15px !important;
  }
}
/* Force mobile/tablet fixed header */
@media (max-width: 1024px) {
  html body .site-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 99999 !important;
    background: rgba(255, 255, 255, 0.97) !important;
    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;
    box-shadow: 0 10px 28px rgba(13, 68, 61, 0.10) !important;
  }

  html body main {
    padding-top: 86px !important;
  }

  html body .nav-toggle {
    position: relative !important;
    z-index: 100001 !important;
  }

  html body .site-nav {
    z-index: 100000 !important;
  }
}
/* New modern mobile menu */
.mobile-menu-trigger,
.mobile-modern-menu,
.mobile-menu-backdrop {
  display: none;
}

@media (max-width: 1024px) {
  html body .site-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 99999 !important;
    min-height: 78px !important;
    padding: 12px 18px !important;
    background: rgba(255, 255, 255, 0.94) !important;
    backdrop-filter: blur(18px) !important;
    -webkit-backdrop-filter: blur(18px) !important;
    box-shadow: 0 14px 34px rgba(13, 68, 61, 0.1) !important;
  }

  html body main {
    padding-top: 82px !important;
  }

  html body .site-nav,
  html body .desktop-nav,
  html body .header-cta,
  html body .nav-toggle {
    display: none !important;
  }

  html body .mobile-menu-trigger {
    width: 48px !important;
    height: 48px !important;
    border: 1px solid rgba(20, 129, 112, 0.16) !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    box-shadow: 0 12px 28px rgba(13, 68, 61, 0.1) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    gap: 5px !important;
  }

  html body .mobile-menu-trigger span {
    width: 21px !important;
    height: 2px !important;
    border-radius: 999px !important;
    background: #10251e !important;
    transition: transform 0.25s ease, opacity 0.25s ease !important;
  }

  html body .mobile-menu-trigger[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg) !important;
  }

  html body .mobile-menu-trigger[aria-expanded="true"] span:nth-child(2) {
    opacity: 0 !important;
  }

  html body .mobile-menu-trigger[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg) !important;
  }

  html body .mobile-menu-backdrop {
    display: block !important;
    position: fixed !important;
    inset: 0 !important;
    z-index: 99990 !important;
    background: rgba(7, 32, 28, 0.34) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition: opacity 0.25s ease, visibility 0.25s ease !important;
  }

  html body.mobile-menu-open .mobile-menu-backdrop {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  html body .mobile-modern-menu {
    display: block !important;
    position: fixed !important;
    top: 92px !important;
    left: 14px !important;
    right: 14px !important;
    max-height: calc(100vh - 110px) !important;
    overflow-y: auto !important;
    z-index: 100000 !important;
    border-radius: 30px !important;
    border: 1px solid rgba(20, 129, 112, 0.16) !important;
    background:
      radial-gradient(circle at 100% 0%, rgba(20, 129, 112, 0.14), transparent 28%),
      radial-gradient(circle at 0% 100%, rgba(255, 210, 0, 0.14), transparent 25%),
      rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(22px) !important;
    -webkit-backdrop-filter: blur(22px) !important;
    box-shadow: 0 30px 90px rgba(13, 68, 61, 0.24) !important;
    transform: translateY(-14px) scale(0.96) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition: transform 0.25s ease, opacity 0.25s ease, visibility 0.25s ease !important;
  }

  html body.mobile-menu-open .mobile-modern-menu {
    transform: translateY(0) scale(1) !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  html body .mobile-modern-menu-inner {
    padding: 18px !important;
  }

  html body .mobile-menu-top {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
    margin-bottom: 16px !important;
  }

  html body .mobile-menu-kicker {
    display: block !important;
    margin-bottom: 4px !important;
    color: #16856f !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
  }

  html body .mobile-menu-top strong {
    color: #10251e !important;
    font-size: 20px !important;
    font-weight: 950 !important;
    letter-spacing: -0.04em !important;
  }

  html body .mobile-menu-close {
    width: 42px !important;
    height: 42px !important;
    border: 0 !important;
    border-radius: 15px !important;
    background: rgba(20, 129, 112, 0.1) !important;
    color: #10251e !important;
    font-size: 30px !important;
    line-height: 1 !important;
  }

  html body .mobile-menu-primary-cta {
    min-height: 56px !important;
    margin-bottom: 16px !important;
    border-radius: 18px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #ffd200 !important;
    color: #10251e !important;
    font-size: 16px !important;
    font-weight: 950 !important;
    text-decoration: none !important;
    box-shadow: 0 16px 30px rgba(255, 210, 0, 0.24) !important;
  }

  html body .mobile-menu-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
  }

  html body .mobile-menu-link,
  html body .mobile-menu-group > summary {
    min-height: 62px !important;
    padding: 0 18px !important;
    border-radius: 20px !important;
    border: 1px solid rgba(20, 129, 112, 0.11) !important;
    background: rgba(255, 255, 255, 0.82) !important;
    box-shadow: 0 8px 22px rgba(13, 68, 61, 0.055) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
    text-decoration: none !important;
    list-style: none !important;
  }

  html body .mobile-menu-link span,
  html body .mobile-menu-group > summary span {
    color: #10251e !important;
    font-size: 17px !important;
    font-weight: 950 !important;
    letter-spacing: -0.025em !important;
  }

  html body .mobile-menu-link em,
  html body .mobile-menu-group > summary em {
    color: #6d817c !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 750 !important;
    white-space: nowrap !important;
  }

  html body .mobile-menu-link.active {
    background: rgba(20, 129, 112, 0.1) !important;
  }

  html body .mobile-menu-group summary::-webkit-details-marker,
  html body .mobile-submenu-group summary::-webkit-details-marker {
    display: none !important;
  }

  html body .mobile-menu-group > summary::after {
    content: "＋" !important;
    color: #16856f !important;
    font-size: 20px !important;
    font-weight: 950 !important;
  }

  html body .mobile-menu-group[open] > summary::after {
    content: "−" !important;
  }

  html body .mobile-submenu {
    margin-top: 10px !important;
    padding: 12px !important;
    border-radius: 22px !important;
    background: rgba(244, 250, 248, 0.92) !important;
    border: 1px solid rgba(20, 129, 112, 0.08) !important;
  }

  html body .mobile-submenu.simple {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
  }

  html body .mobile-submenu-feature {
    min-height: 50px !important;
    margin-bottom: 10px !important;
    border-radius: 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #10251e !important;
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    text-decoration: none !important;
  }

  html body .mobile-submenu-group {
    margin-bottom: 9px !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    background: #ffffff !important;
    border: 1px solid rgba(20, 129, 112, 0.1) !important;
  }

  html body .mobile-submenu-group > summary {
    min-height: 48px !important;
    padding: 0 15px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    color: #12352d !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    list-style: none !important;
  }

  html body .mobile-submenu-group > summary::after {
    content: "＋" !important;
    color: #16856f !important;
    font-weight: 950 !important;
  }

  html body .mobile-submenu-group[open] > summary::after {
    content: "−" !important;
  }

  html body .mobile-submenu-group > div,
  html body .mobile-submenu-extra {
    display: flex !important;
    flex-direction: column !important;
    gap: 7px !important;
    padding: 0 10px 12px !important;
  }

  html body .mobile-submenu a,
  html body .mobile-submenu-extra a {
    min-height: 42px !important;
    padding: 0 13px !important;
    border-radius: 14px !important;
    display: flex !important;
    align-items: center !important;
    background: rgba(255, 255, 255, 0.9) !important;
    color: #48635d !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
  }

  html body .mobile-submenu a::before,
  html body .mobile-submenu-extra a::before {
    content: "" !important;
    width: 6px !important;
    height: 6px !important;
    margin-right: 10px !important;
    border-radius: 50% !important;
    background: rgba(20, 129, 112, 0.45) !important;
  }

  html body .mobile-submenu a:hover,
  html body .mobile-submenu-extra a:hover {
    background: rgba(255, 210, 0, 0.22) !important;
    color: #10251e !important;
  }

  html body .mobile-menu-footer {
    margin-top: 16px !important;
    padding: 16px !important;
    border-radius: 20px !important;
    background: rgba(16, 37, 30, 0.06) !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
  }

  html body .mobile-menu-footer a {
    color: #10251e !important;
    font-size: 16px !important;
    font-weight: 950 !important;
    text-decoration: none !important;
  }

  html body .mobile-menu-footer span {
    color: #60767a !important;
    font-size: 13px !important;
    font-weight: 750 !important;
    line-height: 1.4 !important;
  }

  html body.mobile-menu-open {
    overflow: hidden !important;
  }
}


/* Active states for the new mobile menu */
@media (max-width: 1024px) {
  html body .mobile-menu-primary-cta.active,
  html body .mobile-menu-group.active > summary {
    background: rgba(20, 129, 112, 0.10) !important;
    border-color: rgba(20, 129, 112, 0.20) !important;
  }
}
/* Disable text selection / copy popup on mobile */
@media (max-width: 1024px) {
  html body,
  html body * {
    -webkit-user-select: none !important;
    user-select: none !important;
    -webkit-touch-callout: none !important;
  }

  html body a,
  html body button {
    -webkit-user-select: none !important;
    user-select: none !important;
    -webkit-touch-callout: none !important;
  }

  html body img {
    -webkit-user-drag: none !important;
    pointer-events: auto !important;
  }

  html body input,
  html body textarea,
  html body select {
    -webkit-user-select: text !important;
    user-select: text !important;
    -webkit-touch-callout: default !important;
  }
}
/* Make home service cards clickable without changing design */
.service-card {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.service-card:hover,
.service-card:focus {
  color: inherit;
  text-decoration: none;
}

.service-card:hover {
  transform: translateY(-4px);
}


/* =========================================================
   FINAL FIX PACK - appointment, service pages, FAQ, team card
   ========================================================= */

/* Make hero action buttons consistent outside the homepage. */
.services-overview-actions,
.service-hero-actions,
.xray-actions {
  align-items: center !important;
  gap: 22px !important;
}

.services-overview-actions .btn.btn-primary,
.service-hero-actions .btn.btn-primary,
.xray-actions .btn.btn-primary {
  min-width: 190px !important;
  min-height: 56px !important;
  height: 56px !important;
  padding: 0 28px !important;
  border-radius: 8px !important;
  font-size: 16px !important;
  line-height: 1 !important;
}

.services-overview-actions .btn.btn-secondary,
.service-hero-actions .btn.btn-secondary,
.xray-actions .btn.btn-secondary {
  min-width: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #4b95a3 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}

/* Keep CTA call buttons readable on dark sections. */
.xray-cta .btn.btn-secondary,
.faq-page-cta .btn.btn-secondary,
.service-pulse-cta .btn.btn-secondary {
  min-height: 56px !important;
  height: 56px !important;
  padding: 0 24px !important;
  border-radius: 8px !important;
  border: 1px solid rgba(255, 255, 255, 0.72) !important;
  background: rgba(255, 255, 255, 0.96) !important;
  color: #0f4a4f !important;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.14) !important;
  font-size: 16px !important;
  font-weight: 900 !important;
}

/* Placeholder team card for replacing Karen later. */
.team-placeholder-card .team-placeholder-photo {
  min-height: 430px;
  display: grid;
  place-items: center;
  border-radius: 28px 28px 0 0;
  background:
    radial-gradient(circle at 50% 20%, rgba(42, 157, 143, 0.18), transparent 16rem),
    linear-gradient(180deg, #f8fffc 0%, #eef8f4 100%);
  color: rgba(15, 74, 79, 0.42);
  font-size: clamp(28px, 4vw, 56px);
  font-weight: 950;
  letter-spacing: -0.04em;
}

.team-placeholder-card img {
  display: none !important;
}

/* Service pages: add life, rhythm, and stronger conversion blocks. */
.service-pulse-section {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto 28px;
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid rgba(75, 151, 166, 0.16);
  border-radius: 30px;
  background:
    radial-gradient(circle at 92% 0%, rgba(244, 201, 0, 0.12), transparent 18rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(239, 250, 247, 0.92));
  box-shadow: 0 24px 70px rgba(20, 58, 66, 0.08);
}

.service-pulse-heading {
  max-width: 760px;
  margin-bottom: 22px;
}

.service-pulse-heading span,
.faq-category h3,
.faq-page-cta span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.10);
  color: #0f766e;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.service-pulse-heading h2 {
  margin: 0 0 10px;
  color: #10251e;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.06;
  letter-spacing: -0.045em;
  font-weight: 950;
}

.service-pulse-heading p,
.service-pulse-card p,
.service-pulse-cta p {
  color: rgba(22, 63, 71, 0.76);
  font-size: 17px;
  line-height: 1.65;
  font-weight: 650;
}

.service-pulse-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.service-pulse-card {
  padding: 22px;
  border-radius: 22px;
  border: 1px solid rgba(15, 118, 110, 0.12);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.05);
}

.service-pulse-card span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: 14px;
  background: #0f766e;
  color: #ffffff;
  font-weight: 950;
}

.service-pulse-card h3 {
  margin: 0 0 8px;
  color: #10251e;
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.service-pulse-card p,
.service-pulse-cta p {
  margin: 0;
}

.service-pulse-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-top: 18px;
  padding: 20px;
  border-radius: 24px;
  background: linear-gradient(135deg, #10251e, #174c43);
  color: #ffffff;
}

.service-pulse-cta strong {
  display: block;
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 22px;
  letter-spacing: -0.03em;
}

.service-pulse-cta p {
  color: rgba(255, 255, 255, 0.78);
}

.service-pulse-cta > div:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.service-source-section {
  margin-bottom: 22px !important;
}

.service-source-section p {
  max-width: 980px;
}

/* FAQ: category rhythm and richer page. */
.faq-quick-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  margin: 20px 0 24px;
}

.faq-quick-grid a {
  display: grid;
  place-items: center;
  min-height: 48px;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(15, 118, 110, 0.14);
  color: #0f766e;
  background: #ffffff;
  text-decoration: none;
  font-weight: 900;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.04);
}

.faq-category {
  display: grid;
  gap: 14px;
  margin-bottom: 24px;
}

.faq-category h3 {
  margin: 0 0 2px;
}

.faq-page-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  margin-top: 30px;
  padding: clamp(26px, 4vw, 42px);
  border-radius: 30px;
  background: linear-gradient(135deg, #10251e, #174c43);
  color: #ffffff;
  box-shadow: 0 26px 70px rgba(12, 35, 28, 0.18);
}

.faq-page-cta span {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}

.faq-page-cta h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.faq-page-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 1.65;
  font-weight: 650;
}

.faq-page-cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media (max-width: 980px) {
  .service-pulse-grid,
  .faq-page-cta {
    grid-template-columns: 1fr;
  }

  .service-pulse-cta,
  .faq-page-cta-actions {
    align-items: stretch;
    justify-content: flex-start;
  }

  .faq-quick-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .service-pulse-section {
    width: min(100% - 28px, 1120px);
    border-radius: 24px;
  }

  .service-pulse-grid,
  .faq-quick-grid {
    grid-template-columns: 1fr;
  }

  .service-pulse-cta,
  .service-pulse-cta > div:last-child,
  .faq-page-cta-actions {
    flex-direction: column;
  }

  .service-pulse-cta .btn,
  .faq-page-cta .btn {
    width: 100% !important;
    justify-content: center;
  }
}


/* Enhanced injury-care page */
.injury-page {
  display: block;
}

.injury-hero-enhanced {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: 28px;
  align-items: center;
}

.injury-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.injury-hero-card {
  padding: 30px;
  border: 1px solid rgba(15, 118, 110, 0.18);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 24px 60px rgba(15, 118, 110, 0.12);
}

.injury-hero-card span,
.section-heading-left .eyebrow,
.section-heading-center .eyebrow {
  display: inline-flex;
  margin-bottom: 12px;
}

.injury-hero-card strong {
  display: block;
  color: #0f2f2b;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.injury-hero-card p {
  margin: 18px 0 0;
  color: #48646b;
  font-size: 18px;
  line-height: 1.7;
}

.injury-intro-panel,
.injury-xray-callout,
.injury-final-cta {
  width: min(1120px, calc(100% - 40px));
  margin: 34px auto;
  border: 1px solid rgba(15, 118, 110, 0.14);
  border-radius: 34px;
  background: linear-gradient(135deg, #ffffff 0%, #f0fffa 100%);
  box-shadow: 0 24px 70px rgba(15, 118, 110, 0.08);
}

.injury-intro-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.15fr);
  gap: 26px;
  padding: 42px;
}

.injury-intro-panel h2,
.section-heading-left h2,
.section-heading-center h2,
.injury-xray-callout h2,
.injury-final-cta h2 {
  margin: 0;
  color: #102a2a;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.injury-intro-panel p,
.section-heading-left p,
.injury-xray-callout p,
.injury-final-cta p {
  margin: 0;
  color: #48646b;
  font-size: 19px;
  line-height: 1.75;
}

.injury-care-grid,
.injury-process-grid,
.injury-symptom-section,
.injury-faq-section {
  width: min(1120px, calc(100% - 40px));
  margin: 34px auto;
}

.injury-care-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.injury-care-card,
.injury-process-grid article,
.injury-faq-list details {
  border: 1px solid rgba(15, 118, 110, 0.14);
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 20px 55px rgba(15, 118, 110, 0.08);
}

.injury-care-card {
  position: relative;
  overflow: hidden;
  padding: 38px;
}

.injury-care-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(15, 118, 110, 0.10), transparent 38%);
  pointer-events: none;
}

.care-number {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 20px;
  border-radius: 18px;
  background: #e8fff6;
  color: #0f766e;
  font-weight: 950;
}

.injury-care-card h2,
.injury-care-card p,
.injury-care-card ul,
.inline-care-link {
  position: relative;
}

.injury-care-card h2 {
  margin: 0 0 14px;
  color: #102a2a;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.injury-care-card p {
  color: #48646b;
  font-size: 18px;
  line-height: 1.7;
}

.injury-care-card ul {
  display: grid;
  gap: 10px;
  margin: 22px 0;
  padding: 0;
  list-style: none;
}

.injury-care-card li {
  color: #203b3c;
  font-weight: 800;
}

.injury-care-card li::before {
  content: "✓";
  margin-right: 10px;
  color: #0f766e;
}

.inline-care-link {
  display: inline-flex;
  margin-top: 8px;
  color: #0f766e;
  font-weight: 950;
  text-decoration: none;
}

.inline-care-link:hover {
  text-decoration: underline;
}

.injury-symptom-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
  gap: 24px;
  align-items: start;
  padding: 42px;
  border-radius: 34px;
  background: #0f2f2b;
  box-shadow: 0 24px 70px rgba(15, 47, 43, 0.18);
}

.injury-symptom-section h2,
.injury-symptom-section p {
  color: #ffffff;
}

.injury-symptom-section .eyebrow {
  background: rgba(255, 255, 255, 0.12);
  color: #b8fff0;
}

.injury-symptom-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.injury-symptom-grid div {
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-weight: 900;
}

.section-heading-center {
  max-width: 760px;
  margin: 0 auto 24px;
  text-align: center;
}

.injury-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.injury-process-grid article {
  padding: 28px;
}

.injury-process-grid article span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #ffcf00;
  color: #093232;
  font-weight: 950;
}

.injury-process-grid h3 {
  margin: 0 0 10px;
  color: #102a2a;
  font-size: 22px;
}

.injury-process-grid p {
  margin: 0;
  color: #48646b;
  line-height: 1.65;
}

.injury-xray-callout,
.injury-final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 42px;
}

.injury-xray-callout p,
.injury-final-cta p {
  margin-top: 12px;
}

.injury-faq-list {
  display: grid;
  gap: 12px;
}

.injury-faq-list details {
  padding: 22px 24px;
}

.injury-faq-list summary {
  cursor: pointer;
  color: #102a2a;
  font-size: 19px;
  font-weight: 950;
}

.injury-faq-list p {
  margin: 14px 0 0;
  color: #48646b;
  font-size: 17px;
  line-height: 1.7;
}

.injury-final-cta {
  margin-bottom: 70px;
  background: linear-gradient(135deg, #0f2f2b 0%, #155b49 100%);
}

.injury-final-cta h2,
.injury-final-cta p {
  color: #ffffff;
}

.injury-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@media (max-width: 960px) {
  .injury-hero-enhanced,
  .injury-intro-panel,
  .injury-care-grid,
  .injury-symptom-section,
  .injury-process-grid {
    grid-template-columns: 1fr;
  }

  .injury-process-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .injury-xray-callout,
  .injury-final-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .injury-intro-panel,
  .injury-symptom-section,
  .injury-xray-callout,
  .injury-final-cta,
  .injury-care-card {
    width: calc(100% - 24px);
    padding: 24px;
    border-radius: 26px;
  }

  .injury-care-grid,
  .injury-process-grid,
  .injury-symptom-section,
  .injury-faq-section {
    width: calc(100% - 24px);
  }

  .injury-process-grid,
  .injury-symptom-grid {
    grid-template-columns: 1fr;
  }

  .injury-hero-actions,
  .injury-final-actions {
    width: 100%;
  }

  .injury-hero-actions .btn,
  .injury-final-actions .btn,
  .injury-xray-callout .btn {
    width: 100%;
  }
}

/* =========================================================
   FINAL MOBILE HEADER + HERO POLISH
   Scoped mobile override to tighten header and prevent hero overflow.
   ========================================================= */
@media (max-width: 768px) {
  html body .site-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 14px !important;
    min-height: 72px !important;
    padding: 10px 16px !important;
    background: linear-gradient(180deg, rgba(241, 250, 248, 0.97), rgba(248, 253, 252, 0.94)) !important;
    border-bottom: 1px solid rgba(42, 157, 143, 0.12) !important;
    box-shadow: 0 10px 26px rgba(13, 68, 61, 0.08) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
  }

  html body .site-header.is-scrolled {
    background: linear-gradient(180deg, rgba(236, 248, 246, 0.98), rgba(246, 252, 251, 0.96)) !important;
    border-bottom: 1px solid rgba(42, 157, 143, 0.16) !important;
    box-shadow: 0 12px 30px rgba(13, 68, 61, 0.10) !important;
  }

  html body main {
    padding-top: 74px !important;
  }

  html body .site-brand {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    max-width: calc(100% - 64px) !important;
  }

  html body .site-logo,
  html body .site-logo img {
    width: 214px !important;
    max-width: 100% !important;
    max-height: 54px !important;
    height: auto !important;
    object-fit: contain !important;
  }

  html body .mobile-menu-trigger {
    flex: 0 0 44px !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, 0.72) !important;
    border: 1px solid rgba(42, 157, 143, 0.12) !important;
    box-shadow: 0 8px 18px rgba(13, 68, 61, 0.08) !important;
  }

  html body .mobile-menu-trigger span {
    width: 20px !important;
  }

  .hero {
    padding-top: 24px !important;
  }

  .hero-title {
    font-size: clamp(48px, 14vw, 64px) !important;
    line-height: 0.94 !important;
    letter-spacing: -0.03em !important;
    text-wrap: initial !important;
    overflow-wrap: anywhere !important;
  }

  .hero .dynamic-wrapper {
    display: block !important;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  .hero .dynamic-word {
    display: inline !important;
    white-space: normal !important;
  }

  .hero-copy p {
    font-size: 16px !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 420px) {
  html body .site-logo,
  html body .site-logo img {
    width: 198px !important;
    max-height: 50px !important;
  }

  .hero-title {
    font-size: clamp(44px, 13.5vw, 58px) !important;
  }
}

/* UX polish: clear clinic hours and footer locations */
.clinic-hours-section {
  padding-top: clamp(34px, 5vw, 70px) !important;
  padding-bottom: clamp(34px, 5vw, 70px) !important;
}

.clinic-hours-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.clinic-hours-card {
  border: 1px solid rgba(27, 122, 85, 0.11);
  border-radius: 30px;
  padding: clamp(24px, 3vw, 34px);
  background: radial-gradient(circle at 100% 0%, rgba(42, 157, 143, 0.10), transparent 14rem), linear-gradient(145deg, rgba(255,255,255,0.98), rgba(246,253,251,0.90));
  box-shadow: 0 24px 70px rgba(12, 35, 28, 0.06);
}

.clinic-hours-card span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(27, 122, 85, 0.10);
  color: #1b7a55;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.clinic-hours-card strong {
  display: block;
  color: #10251e;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 950;
  margin-bottom: 12px;
}

.clinic-hours-card p {
  margin: 0;
  color: rgba(22, 63, 71, 0.76);
  font-size: 16px;
  line-height: 1.62;
  font-weight: 650;
}

.site-footer .footer-location-item,
.site-footer .footer-hours-item {
  padding: 12px 0 !important;
  border-bottom: 1px solid rgba(7, 59, 63, 0.08) !important;
}

.site-footer .footer-contact-text a {
  color: #526a70 !important;
  text-decoration: none !important;
}

.site-footer .footer-contact-text a:hover {
  color: #0f8f86 !important;
}

@media (max-width: 920px) {
  .clinic-hours-grid {
    grid-template-columns: 1fr;
  }
}



/* ============================================
   FOOTER V3 COMPACT FIX + BACK TO TOP
   ============================================ */
html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

.site-footer {
  width: 100% !important;
  overflow: hidden !important;
  background:
    radial-gradient(ellipse 28rem 13rem at 4% 0%, rgba(42, 157, 143, 0.075), transparent 70%),
    radial-gradient(ellipse 24rem 12rem at 98% 5%, rgba(164, 227, 231, 0.12), transparent 72%),
    linear-gradient(180deg, #ffffff 0%, #f8fdfc 100%) !important;
}

.site-footer .footer-panel {
  width: min(calc(100% - 40px), 1180px) !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 34px 0 30px !important;
  display: grid !important;
  grid-template-columns: minmax(210px, 1.12fr) minmax(125px, 0.58fr) minmax(160px, 0.72fr) minmax(300px, 1.15fr) !important;
  gap: clamp(22px, 3vw, 42px) !important;
  align-items: start !important;
}

.site-footer .footer-brand,
.site-footer .footer-column,
.site-footer .footer-contact-info {
  min-width: 0 !important;
}

.site-footer .footer-brand {
  gap: 12px !important;
}

.site-footer .footer-brand img,
.site-footer .footer-brand a img,
.site-footer .footer-logo img,
.site-footer img.footer-logo,
.site-footer img.brand-logo,
.site-footer .brand-logo,
.site-footer .footer-logo-image {
  width: 220px !important;
  min-width: 0 !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 66px !important;
  object-fit: contain !important;
}

.site-footer .footer-brand p {
  max-width: 310px !important;
  font-size: 14px !important;
  line-height: 1.58 !important;
  font-weight: 500 !important;
  margin: 0 !important;
  color: #526a70 !important;
}

.site-footer .footer-social,
.site-footer .footer-socials,
.site-footer .social-links {
  display: flex !important;
  align-items: center !important;
  gap: 18px !important;
  margin-top: 2px !important;
}

.site-footer .footer-social a,
.site-footer .footer-socials a,
.site-footer .social-links a {
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #07575a !important;
}

.site-footer .footer-social svg,
.site-footer .footer-socials svg,
.site-footer .social-links svg {
  width: 18px !important;
  height: 18px !important;
}

.site-footer .footer-column {
  gap: 7px !important;
}

.site-footer .footer-column h2,
.site-footer .footer-column h3,
.site-footer .footer-contact-info h2,
.site-footer .footer-contact-info h3,
.site-footer .footer-heading,
.site-footer h3 {
  margin: 0 0 9px !important;
  font-family: "Inter", "Manrope", sans-serif !important;
  font-size: 17px !important;
  line-height: 1.18 !important;
  font-weight: 850 !important;
  letter-spacing: -0.02em !important;
  color: #073b3f !important;
}

.site-footer .footer-column a,
.site-footer .footer-column li,
.site-footer nav a {
  display: inline-block !important;
  width: fit-content !important;
  max-width: 100% !important;
  font-family: "Inter", "Manrope", sans-serif !important;
  font-size: 14px !important;
  line-height: 1.42 !important;
  font-weight: 550 !important;
  color: #526a70 !important;
  text-decoration: none !important;
}

.site-footer .footer-column a:hover,
.site-footer nav a:hover,
.site-footer .footer-contact-text a:hover {
  color: #0f8f86 !important;
}

.site-footer .footer-contact-list {
  display: grid !important;
  gap: 9px !important;
  margin-top: 0 !important;
}

.site-footer .footer-contact-item,
.site-footer .footer-location-item,
.site-footer .footer-hours-item {
  display: block !important;
  padding: 0 0 9px !important;
  margin: 0 !important;
  border-bottom: 1px solid rgba(7, 59, 63, 0.08) !important;
}

.site-footer .footer-contact-item:last-child,
.site-footer .footer-hours-item:last-child {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.site-footer .footer-contact-icon,
.site-footer .footer-contact-item::before {
  display: none !important;
  content: none !important;
}

.site-footer .footer-contact-text strong {
  display: block !important;
  margin: 0 0 3px !important;
  font-family: "Inter", "Manrope", sans-serif !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
  font-weight: 850 !important;
  color: #073b3f !important;
}

.site-footer .footer-contact-text p,
.site-footer .footer-contact-text a {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  font-family: "Inter", "Manrope", sans-serif !important;
  font-size: 13.5px !important;
  line-height: 1.42 !important;
  font-weight: 520 !important;
  color: #526a70 !important;
  text-decoration: none !important;
}

.site-footer .footer-bottom {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 13px max(20px, calc((100% - 1180px) / 2)) !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: linear-gradient(135deg, #073f3d, #0b5652 66%, #0f766e) !important;
}

.site-footer .footer-bottom p {
  margin: 0 !important;
  color: rgba(244, 255, 252, 0.88) !important;
  font-size: 13.5px !important;
  line-height: 1.35 !important;
}

.site-footer .footer-legal,
.site-footer .footer-legal-links,
.site-footer .footer-bottom-links {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
}

.site-footer .footer-legal a,
.site-footer .footer-legal-links a,
.site-footer .footer-bottom-links a {
  color: rgba(244, 255, 252, 0.92) !important;
  font-size: 13.5px !important;
  line-height: 1.35 !important;
  font-weight: 650 !important;
  text-decoration: none !important;
}

.site-footer .footer-legal a:hover,
.site-footer .footer-legal-links a:hover,
.site-footer .footer-bottom-links a:hover {
  color: #bdf7ef !important;
}

.back-to-top,
.back-to-top-button {
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: calc(18px + env(safe-area-inset-bottom));
  z-index: 9999;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: linear-gradient(135deg, #073f3d, #0f766e);
  box-shadow: 0 18px 36px rgba(7, 63, 61, 0.22);
  font-size: 22px;
  line-height: 1;
  font-weight: 850;
  cursor: pointer;
  opacity: 0.72;
  pointer-events: auto;
  transform: translateY(0) scale(0.96);
  transition: opacity 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.back-to-top.is-visible,
.back-to-top-button.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.back-to-top:hover,
.back-to-top:focus-visible,
.back-to-top-button:hover,
.back-to-top-button:focus-visible {
  box-shadow: 0 22px 44px rgba(7, 63, 61, 0.28);
  transform: translateY(-2px) scale(1.02);
  outline: none;
}

@media (max-width: 980px) {
  .site-footer .footer-panel {
    width: min(calc(100% - 36px), 760px) !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 28px 34px !important;
    padding: 32px 0 28px !important;
  }

  .site-footer .footer-contact-info {
    grid-column: 1 / -1 !important;
  }

  .site-footer .footer-contact-list {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 16px !important;
  }

  .site-footer .footer-contact-item,
  .site-footer .footer-location-item,
  .site-footer .footer-hours-item {
    border-bottom: 0 !important;
    padding: 0 !important;
  }
}

@media (max-width: 680px) {
  .site-footer .footer-panel {
    width: min(calc(100% - 32px), 430px) !important;
    grid-template-columns: 1fr !important;
    gap: 25px !important;
    padding: 30px 0 26px !important;
    text-align: left !important;
  }

  .site-footer .footer-brand img,
  .site-footer .footer-brand a img,
  .site-footer .footer-logo-image {
    width: 205px !important;
  }

  .site-footer .footer-contact-info {
    grid-column: auto !important;
  }

  .site-footer .footer-contact-list {
    grid-template-columns: 1fr !important;
    gap: 9px !important;
  }

  .site-footer .footer-contact-item,
  .site-footer .footer-location-item,
  .site-footer .footer-hours-item {
    border-bottom: 1px solid rgba(7, 59, 63, 0.08) !important;
    padding: 0 0 9px !important;
  }

  .site-footer .footer-bottom {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 15px 18px !important;
  }

  .site-footer .footer-legal,
  .site-footer .footer-legal-links,
  .site-footer .footer-bottom-links {
    justify-content: center !important;
    gap: 13px !important;
  }

  .back-to-top {
    right: 14px;
    bottom: calc(16px + env(safe-area-inset-bottom));
    width: 42px;
    height: 42px;
    font-size: 20px;
  }
}

/* ============================================
   FOOTER V4 TIGHT SPACING FIX
   Removes the dead empty space under the footer content.
   ============================================ */
.site-footer {
  min-height: 0 !important;
}

.site-footer .footer-panel {
  padding-top: 24px !important;
  padding-bottom: 14px !important;
  gap: clamp(18px, 2.4vw, 34px) !important;
  align-items: start !important;
}

.site-footer .footer-brand {
  gap: 9px !important;
}

.site-footer .footer-brand img,
.site-footer .footer-brand a img,
.site-footer .footer-logo img,
.site-footer img.footer-logo,
.site-footer img.brand-logo,
.site-footer .brand-logo,
.site-footer .footer-logo-image {
  width: 190px !important;
  max-height: 56px !important;
}

.site-footer .footer-brand p {
  max-width: 290px !important;
  font-size: 13.25px !important;
  line-height: 1.45 !important;
}

.site-footer .footer-social,
.site-footer .footer-socials,
.site-footer .social-links {
  gap: 15px !important;
  margin-top: 0 !important;
}

.site-footer .footer-column {
  gap: 5px !important;
}

.site-footer .footer-column h2,
.site-footer .footer-column h3,
.site-footer .footer-contact-info h2,
.site-footer .footer-contact-info h3,
.site-footer .footer-heading,
.site-footer h3 {
  margin-bottom: 7px !important;
  font-size: 16px !important;
  line-height: 1.15 !important;
}

.site-footer .footer-column a,
.site-footer .footer-column li,
.site-footer nav a {
  font-size: 13.25px !important;
  line-height: 1.28 !important;
}

.site-footer .footer-contact-list {
  gap: 5px !important;
}

.site-footer .footer-contact-item,
.site-footer .footer-location-item,
.site-footer .footer-hours-item {
  padding-bottom: 6px !important;
}

.site-footer .footer-contact-text strong {
  margin-bottom: 2px !important;
  font-size: 13.35px !important;
  line-height: 1.18 !important;
}

.site-footer .footer-contact-text p,
.site-footer .footer-contact-text a {
  font-size: 12.8px !important;
  line-height: 1.32 !important;
}

.site-footer .footer-bottom {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

@media (max-width: 980px) {
  .site-footer .footer-panel {
    padding-top: 24px !important;
    padding-bottom: 16px !important;
    gap: 20px 28px !important;
  }
}

@media (max-width: 680px) {
  .site-footer .footer-panel {
    padding-top: 24px !important;
    padding-bottom: 16px !important;
    gap: 18px !important;
  }

  .site-footer .footer-brand img,
  .site-footer .footer-brand a img,
  .site-footer .footer-logo-image {
    width: 185px !important;
  }

  .site-footer .footer-bottom {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
}

/* ============================================
   V5 FLOATING HELP BUTTON + COMPACT MOBILE MENU
   ============================================ */
.floating-help-button,
.need-help-call {
  position: fixed;
  left: max(18px, env(safe-area-inset-left));
  bottom: calc(18px + env(safe-area-inset-bottom));
  z-index: 9998;
  min-height: 46px;
  padding: 0 18px 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #ffffff !important;
  background: linear-gradient(135deg, #073f3d, #0f766e);
  box-shadow: 0 18px 36px rgba(7, 63, 61, 0.22);
  font-family: "Inter", "Manrope", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: -0.01em;
  text-decoration: none !important;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px) scale(0.96);
  transition: opacity 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.floating-help-button.is-visible,
.need-help-call.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.floating-help-button:hover,
.floating-help-button:focus-visible,
.need-help-call:hover,
.need-help-call:focus-visible {
  color: #ffffff !important;
  box-shadow: 0 22px 44px rgba(7, 63, 61, 0.28);
  transform: translateY(-2px) scale(1.02);
  outline: none;
}

.floating-help-icon,
.need-help-call-icon {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.16);
  font-size: 15px;
  line-height: 1;
  flex: 0 0 auto;
}

.need-help-call-text {
  white-space: nowrap;
}

.site-footer {
  padding-bottom: calc(86px + env(safe-area-inset-bottom)) !important;
}

@media (max-width: 1024px) {
  html body .mobile-modern-menu {
    top: 82px !important;
    left: 10px !important;
    right: 10px !important;
    max-height: calc(100dvh - 94px) !important;
    border-radius: 22px !important;
    overflow-y: auto !important;
  }

  html body .mobile-modern-menu-inner {
    padding: 11px !important;
  }

  html body .mobile-menu-top {
    gap: 10px !important;
    margin-bottom: 8px !important;
  }

  html body .mobile-menu-kicker {
    display: none !important;
  }

  html body .mobile-menu-top strong {
    font-size: 16px !important;
    letter-spacing: -0.025em !important;
  }

  html body .mobile-menu-close {
    width: 34px !important;
    height: 34px !important;
    border-radius: 12px !important;
    font-size: 24px !important;
  }

  html body .mobile-menu-primary-cta {
    min-height: 42px !important;
    margin-bottom: 7px !important;
    border-radius: 14px !important;
    font-size: 14px !important;
    box-shadow: 0 10px 20px rgba(255, 210, 0, 0.18) !important;
  }

  html body .mobile-menu-list {
    gap: 5px !important;
  }

  html body .mobile-menu-link,
  html body .mobile-menu-group > summary {
    min-height: 41px !important;
    padding: 0 12px !important;
    border-radius: 14px !important;
    gap: 8px !important;
    box-shadow: 0 5px 14px rgba(13, 68, 61, 0.045) !important;
  }

  html body .mobile-menu-link span,
  html body .mobile-menu-group > summary span {
    font-size: 14px !important;
    letter-spacing: -0.015em !important;
  }

  html body .mobile-menu-link em,
  html body .mobile-menu-group > summary em {
    display: none !important;
  }

  html body .mobile-menu-group > summary::after {
    font-size: 16px !important;
  }

  html body .mobile-submenu {
    margin-top: 5px !important;
    padding: 8px !important;
    border-radius: 16px !important;
  }

  html body .mobile-submenu-feature {
    min-height: 38px !important;
    margin-bottom: 6px !important;
    border-radius: 12px !important;
    font-size: 13px !important;
  }

  html body .mobile-submenu-group {
    margin-bottom: 5px !important;
    border-radius: 12px !important;
  }

  html body .mobile-submenu-group > summary {
    min-height: 36px !important;
    padding: 0 11px !important;
    font-size: 13px !important;
  }

  html body .mobile-submenu-group > div,
  html body .mobile-submenu-extra {
    gap: 4px !important;
    padding: 0 7px 8px !important;
  }

  html body .mobile-submenu a,
  html body .mobile-submenu-extra a {
    min-height: 34px !important;
    padding: 0 10px !important;
    border-radius: 10px !important;
    font-size: 12.5px !important;
  }

  html body .mobile-submenu a::before,
  html body .mobile-submenu-extra a::before {
    width: 5px !important;
    height: 5px !important;
    margin-right: 8px !important;
  }

  html body .mobile-menu-footer {
    margin-top: 7px !important;
    padding: 9px 11px !important;
    border-radius: 14px !important;
    gap: 3px !important;
  }

  html body .mobile-menu-footer a {
    font-size: 13.5px !important;
  }

  html body .mobile-menu-footer span {
    font-size: 11.5px !important;
    line-height: 1.25 !important;
  }

  .need-help-call {
    left: 14px;
    bottom: calc(15px + env(safe-area-inset-bottom));
    min-height: 42px;
    padding: 0 13px 0 10px;
    gap: 8px;
    font-size: 13px;
  }

  .need-help-call-icon {
    width: 25px;
    height: 25px;
    font-size: 14px;
  }
}

@media (max-width: 380px) {
  html body .mobile-modern-menu {
    top: 76px !important;
    max-height: calc(100dvh - 86px) !important;
  }

  html body .mobile-modern-menu-inner {
    padding: 9px !important;
  }

  html body .mobile-menu-link,
  html body .mobile-menu-group > summary {
    min-height: 38px !important;
  }

  html body .mobile-menu-top strong {
    font-size: 15px !important;
  }

  html body .mobile-menu-primary-cta {
    min-height: 39px !important;
  }

  html body .mobile-menu-footer span {
    display: none !important;
  }

  .need-help-call-text {
    max-width: 142px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* Allow users to select/copy address and contact details */
address,
.address,
.location-address,
.contact-address,
.footer-address,
.location-card,
.contact-card,
.map-card,
a[href^="tel:"],
a[href^="mailto:"],
a[href*="maps"],
a[href*="google.com/maps"] {
  -webkit-user-select: text !important;
  user-select: text !important;
  -webkit-touch-callout: default !important;
  pointer-events: auto !important;
}
/* Mobile footer safe space for fixed help + back-to-top buttons */
@media (max-width: 768px) {
  .site-footer {
    padding-bottom: calc(110px + env(safe-area-inset-bottom)) !important;
  }

  .site-footer .footer-bottom {
    padding-bottom: 32px !important;
  }

  .floating-help,
  .need-help-button,
  .help-call-button,
  .call-now-floating,
  [class*="need-help"],
  [class*="help-call"] {
    bottom: calc(18px + env(safe-area-inset-bottom)) !important;
    z-index: 900 !important;
  }

  .back-to-top,
  .back-to-top-button,
  .scroll-to-top,
  [class*="back-to-top"],
  [class*="scroll-top"] {
    bottom: calc(18px + env(safe-area-inset-bottom)) !important;
    z-index: 901 !important;
  }
}
