:is(.cmg-page--booking, .cmg-page--pricing, .cmg-page--vaccinations, .cmg-page--directory, .cmg-page--clinical, .cmg-page--contact, .cmg-page--privacy) {
  --wow-cream: #fafaf0;
  --wow-paper: #fffdf8;
  --wow-ink: #26231f;
  --wow-muted: #70695f;
  --wow-blue: #678da8;
  --wow-blue-dark: #435f75;
  --wow-blue-soft: #e7eef2;
  --wow-line: #e2e2d8;
  --wow-shadow: 0 24px 70px rgba(34, 47, 57, 0.14);
}

:is(.cmg-page--booking, .cmg-page--pricing, .cmg-page--vaccinations, .cmg-page--directory, .cmg-page--clinical, .cmg-page--contact, .cmg-page--privacy) [id] {
  scroll-margin-top: 124px;
}

.cmg-floating-action {
  display: none;
}

.cmg-simple-footer {
  padding: 36px 20px;
  color: rgba(255, 255, 255, 0.72);
  background: #303b44;
  font: 13px/1.5 Inter, Arial, sans-serif;
}

.cmg-simple-footer__inner {
  width: min(1120px, 100%);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.cmg-simple-footer a {
  color: #fff;
}

/* Booking */
.cmg-page--booking .page {
  padding: 0 0 54px;
  background:
    radial-gradient(circle at 8% 36%, rgba(103, 141, 168, 0.1), transparent 34%),
    var(--wow-cream);
}

.cmg-page--booking .container.hero {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: 760px;
  margin: 0;
  grid-template-columns: minmax(0, 1.03fr) minmax(360px, 0.97fr);
  padding: clamp(170px, 17vw, 210px) max(20px, calc((100vw - 1120px) / 2)) 88px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(100deg, rgba(24, 39, 52, 0.96) 0%, rgba(38, 62, 78, 0.88) 48%, rgba(50, 70, 81, 0.7) 100%),
    url("../../3.webp") center / cover;
}

.cmg-page--booking .container.hero::before,
.cmg-page--booking .container.hero::after {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.cmg-page--booking .container.hero::before {
  right: -180px;
  bottom: -300px;
  width: 620px;
  height: 620px;
}

.cmg-page--booking .container.hero::after {
  right: 120px;
  bottom: -260px;
  width: 430px;
  height: 430px;
}

.cmg-page--booking .hero-copy {
  max-width: 650px;
}

.cmg-page--booking .hero-copy .eyebrow {
  color: #c9dce7;
  letter-spacing: 0.14em;
}

.cmg-page--booking .hero-copy .eyebrow::before {
  background: #c9dce7;
  box-shadow: 0 0 0 6px rgba(201, 220, 231, 0.12);
}

.cmg-page--booking .hero-copy h1 {
  max-width: 640px;
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(48px, 6.4vw, 82px);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.cmg-page--booking .hero-copy .lead {
  max-width: 610px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(17px, 1.8vw, 20px);
}

.cmg-page--booking .hero-actions .button {
  min-height: 54px;
  padding-inline: 24px;
}

.cmg-page--booking .hero-actions .button.primary {
  color: var(--wow-blue-dark);
  background: #fff;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.18);
}

.cmg-page--booking .hero-actions .button.primary:hover {
  color: #fff;
  background: var(--wow-blue);
}

.cmg-page--booking .hero-actions .button.secondary {
  border-color: rgba(255, 255, 255, 0.32);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.cmg-page--booking .hero-actions .button.secondary:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
}

.cmg-page--booking .quick-info {
  color: rgba(255, 255, 255, 0.78);
}

.cmg-page--booking .quick-info li {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
}

.cmg-page--booking .booking-panel {
  border-color: rgba(255, 255, 255, 0.42);
  border-radius: 28px;
  background: rgba(255, 253, 248, 0.96);
  box-shadow: 0 30px 80px rgba(7, 19, 28, 0.32);
  transform: translateY(14px);
}

.cmg-page--booking .booking-header {
  padding: 26px 26px 20px;
  background: linear-gradient(145deg, #fffdf8, #edf3f6);
}

.cmg-page--booking .booking-header h2 {
  margin-bottom: 8px;
  color: var(--wow-ink);
}

.booking-live {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: var(--wow-blue-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.booking-live::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4ea675;
  box-shadow: 0 0 0 5px rgba(78, 166, 117, 0.12);
  content: "";
}

.cmg-page--booking .widget-shell {
  min-height: 310px;
  padding: 22px;
  overflow: visible;
  scrollbar-width: auto;
}

.cmg-page--booking .widget-shell iframe {
  display: block;
  width: 100% !important;
  max-width: 100%;
  border: 0;
}

.cmg-page--booking .widget-fallback {
  margin: 0;
  padding: 0 26px 24px;
  color: var(--wow-muted);
  font-size: 13px;
  line-height: 1.55;
  text-align: center;
}

.cmg-page--booking .widget-fallback a {
  color: var(--wow-blue-dark);
  font-weight: 800;
  text-underline-offset: 3px;
}

.cmg-page--booking main .section {
  padding-block: clamp(34px, 5vw, 64px);
}

.cmg-page--booking main .section:first-child {
  padding-top: 70px;
}

.cmg-page--booking .card {
  border-color: rgba(67, 95, 117, 0.1);
  border-radius: 24px;
  background: rgba(255, 253, 248, 0.92);
  box-shadow: 0 15px 45px rgba(43, 63, 78, 0.07);
}

.cmg-page--booking .card:hover {
  border-color: rgba(103, 141, 168, 0.28);
  box-shadow: 0 22px 54px rgba(43, 63, 78, 0.12);
  transform: translateY(-3px);
}

.cmg-page--booking .step-card {
  position: relative;
  overflow: hidden;
}

.cmg-page--booking .step-card::after {
  position: absolute;
  right: -28px;
  bottom: -42px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: var(--wow-blue-soft);
  opacity: 0.65;
  content: "";
}

.cmg-page--booking .faq-item {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 34px rgba(43, 63, 78, 0.06);
}

.cmg-page--booking .faq-q:focus-visible {
  outline: 3px solid rgba(103, 141, 168, 0.3);
  outline-offset: -3px;
}

.cmg-page--booking .footbar {
  border: 0;
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(120deg, var(--wow-blue-dark), #303b44);
}

.cmg-page--booking .footbar a {
  color: #fff;
}

/* Pricing */
.cmg-page--pricing {
  color: var(--wow-ink);
  background: var(--wow-cream);
  font-family: Inter, Arial, sans-serif;
  overflow-x: hidden;
}

.cmg-pricing-hero__inner > *,
.cmg-page--pricing .cmg-price__inner,
.cmg-page--pricing .cmg-price__tools,
.cmg-page--pricing .cmg-price__search,
.cmg-page--pricing .cmg-price__grid,
.cmg-page--pricing .cmg-price__card,
.cmg-page--pricing .cmg-price__head > div,
.cmg-page--pricing .cmg-price__services > * {
  min-width: 0;
}

.cmg-pricing-hero h1,
.cmg-pricing-hero__lead,
.cmg-page--pricing .cmg-price__card h3,
.cmg-page--pricing .cmg-price__services span,
.cmg-page--pricing .cmg-price__faq-title {
  overflow-wrap: anywhere;
}

.cmg-pricing-hero {
  position: relative;
  min-height: 590px;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: clamp(170px, 17vw, 210px) 20px 112px;
  color: #fff;
  background:
    radial-gradient(circle at 84% 28%, rgba(130, 157, 152, 0.35), transparent 24%),
    radial-gradient(circle at 72% 92%, rgba(103, 141, 168, 0.28), transparent 28%),
    linear-gradient(120deg, #233644 0%, #3b5363 55%, #303b44 100%);
}

.cmg-pricing-hero::before,
.cmg-pricing-hero::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  content: "";
}

.cmg-pricing-hero::before {
  top: 45px;
  right: -170px;
  width: 520px;
  height: 520px;
}

.cmg-pricing-hero::after {
  right: 170px;
  bottom: -270px;
  width: 430px;
  height: 430px;
}

.cmg-pricing-hero__inner {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(310px, 0.85fr);
  align-items: center;
  gap: clamp(42px, 7vw, 90px);
}

.cmg-hero-kicker {
  margin: 0 0 18px;
  color: #c9dce7;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.cmg-pricing-hero h1,
.cmg-directory-hero h1 {
  margin: 0;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(50px, 7vw, 84px);
  font-weight: 500;
  line-height: 0.98;
}

.cmg-pricing-hero__lead {
  max-width: 660px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(17px, 1.8vw, 20px);
  line-height: 1.65;
}

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

.cmg-hero-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  padding-inline: 24px;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease;
}

.cmg-hero-button--primary {
  border-color: #fff;
  color: var(--wow-blue-dark);
  background: #fff;
}

.cmg-hero-button:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-2px);
}

.cmg-hero-button--primary:hover {
  color: #fff;
  background: var(--wow-blue);
}

.cmg-pricing-proof {
  display: grid;
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 26px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 24px 60px rgba(6, 17, 24, 0.2);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.cmg-pricing-proof > div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: center;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.cmg-pricing-proof > div:last-child {
  border-bottom: 0;
}

.cmg-pricing-proof span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 13px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  font-weight: 800;
}

.cmg-pricing-proof strong,
.cmg-pricing-proof small {
  display: block;
}

.cmg-pricing-proof small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.66);
}

.cmg-page--pricing .cmg-price {
  position: relative;
  padding: clamp(44px, 6vw, 72px) 16px 76px;
  background:
    radial-gradient(circle at 94% 12%, rgba(103, 141, 168, 0.08), transparent 25%),
    var(--wow-cream);
  font-family: Inter, Arial, sans-serif;
}

.cmg-page--pricing .cmg-price__tools {
  position: relative;
  z-index: 3;
  margin: 0 0 34px;
  border-color: rgba(103, 141, 168, 0.18);
  border-radius: 24px;
  padding: 22px;
  background: rgba(255, 253, 248, 0.97);
  box-shadow: 0 24px 68px rgba(34, 47, 57, 0.16);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.cmg-price__search-field {
  position: relative;
}

.cmg-page--pricing .cmg-price__search input {
  min-height: 56px;
  border-radius: 15px;
  padding-right: 48px;
  font-family: Inter, Arial, sans-serif;
}

.cmg-price__clear {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  color: var(--wow-muted);
  background: transparent;
  font-size: 23px;
  cursor: pointer;
  transform: translateY(-50%);
}

.cmg-price__clear:hover,
.cmg-price__clear:focus-visible {
  color: var(--wow-blue-dark);
  background: var(--wow-blue-soft);
  outline: none;
}

.cmg-price__clear[hidden] {
  display: none;
}

.cmg-page--pricing .cmg-price__filters button {
  min-height: 42px;
  border-radius: 999px;
  font-family: Inter, Arial, sans-serif;
}

.cmg-page--pricing .cmg-price__filters button.is-active {
  background: var(--wow-blue-dark);
  box-shadow: 0 9px 20px rgba(67, 95, 117, 0.2);
}

.cmg-page--pricing .cmg-price__filters button:focus-visible {
  outline: 3px solid rgba(103, 141, 168, 0.3);
  outline-offset: 2px;
}

.cmg-page--pricing .cmg-price__grid {
  gap: 22px;
}

.cmg-page--pricing .cmg-price__card {
  border-color: rgba(67, 95, 117, 0.1);
  border-radius: 22px;
  padding: clamp(22px, 3vw, 30px);
  background: rgba(255, 253, 248, 0.96);
  box-shadow: 0 14px 42px rgba(34, 47, 57, 0.07);
}

.cmg-page--pricing .cmg-price__card:hover {
  border-color: rgba(103, 141, 168, 0.28);
  box-shadow: 0 24px 62px rgba(34, 47, 57, 0.13);
  transform: translateY(-3px);
}

.cmg-page--pricing .cmg-price__card.is-featured {
  border-color: rgba(103, 141, 168, 0.26);
  background: linear-gradient(145deg, #fffdf8, #edf3f6);
}

.cmg-page--pricing .cmg-price__card h3 {
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(22px, 2vw, 29px);
}

.cmg-page--pricing .cmg-price__badge {
  color: var(--wow-blue-dark);
  background: var(--wow-blue-soft);
  font-family: Inter, Arial, sans-serif;
  font-variant-numeric: tabular-nums;
}

.cmg-page--pricing .cmg-price__services a,
.cmg-page--pricing .cmg-price__services div {
  min-height: 54px;
  border-radius: 14px;
}

.cmg-page--pricing .cmg-price__services > [hidden] {
  display: none !important;
}

.cmg-page--pricing .cmg-price__services b {
  color: var(--wow-blue-dark);
  font-family: Inter, Arial, sans-serif;
  font-variant-numeric: tabular-nums;
}

.cmg-page--pricing .cmg-price__faq {
  margin-top: 38px;
}

.cmg-page--pricing .cmg-price__faq details {
  border-radius: 18px;
  overflow: hidden;
}

.cmg-page--pricing .cmg-price__faq summary {
  font-family: Inter, Arial, sans-serif;
}

.cmg-price__faq-title {
  grid-column: 1 / -1;
  margin: 0 0 2px;
  color: var(--wow-ink);
  font-size: clamp(28px, 4vw, 42px);
}

.cmg-price-cta {
  box-sizing: border-box;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto 76px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  border-radius: 28px;
  padding: clamp(28px, 5vw, 48px);
  color: #fff;
  background: linear-gradient(120deg, var(--wow-blue-dark), #303b44);
  box-shadow: var(--wow-shadow);
}

.cmg-price-cta * {
  box-sizing: border-box;
}

.cmg-price-cta h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(28px, 4vw, 44px);
}

.cmg-price-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}

/* Vaccinations */
.cmg-page--vaccinations {
  background: var(--wow-cream);
  font-family: Inter, Arial, sans-serif;
}

.cmg-page--vaccinations .hero {
  position: relative;
  min-height: 690px;
  display: grid;
  align-items: center;
  overflow: hidden;
  border: 0;
  padding: clamp(168px, 17vw, 210px) 20px 102px;
  color: #fff;
  text-align: left;
  background:
    radial-gradient(circle at 82% 22%, rgba(130, 157, 152, 0.38), transparent 25%),
    radial-gradient(circle at 74% 88%, rgba(103, 141, 168, 0.27), transparent 30%),
    linear-gradient(120deg, #223645 0%, #435f75 58%, #303b44 100%);
}

.cmg-page--vaccinations .hero::after {
  position: absolute;
  right: -160px;
  bottom: -300px;
  width: 640px;
  height: 640px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  content: "";
}

.cmg-page--vaccinations .hero__inner {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
  align-items: center;
  gap: clamp(44px, 7vw, 92px);
  text-align: left;
}

.cmg-page--vaccinations .hero .eyebrow {
  color: #c9dce7;
  letter-spacing: 0.15em;
}

.cmg-page--vaccinations .hero h1 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(52px, 7vw, 86px);
  font-weight: 500;
  line-height: 0.98;
}

.cmg-page--vaccinations .hero .lead {
  max-width: 670px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.76);
}

.vaccine-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.cmg-page--vaccinations .hero .cta-button {
  margin-top: 0;
}

.cmg-page--vaccinations .hero .cta-button--large {
  color: var(--wow-blue-dark);
  background: #fff;
}

.cmg-page--vaccinations .hero .cta-button--large:hover {
  color: #fff;
  background: var(--wow-blue);
}

.vaccine-hero__phone {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  padding: 14px 26px;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.08);
}

.vaccine-hero__phone:hover {
  background: rgba(255, 255, 255, 0.15);
}

.vaccine-hero__panel {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 28px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 26px 70px rgba(7, 19, 28, 0.24);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.vaccine-hero__fact {
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: center;
  gap: 14px;
  border-radius: 17px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.08);
}

.vaccine-hero__fact > span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  font-size: 21px;
}

.vaccine-hero__fact strong,
.vaccine-hero__fact small {
  display: block;
}

.vaccine-hero__fact small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.65);
}

.vaccine-quick-nav {
  position: relative;
  z-index: 4;
  width: min(1120px, calc(100% - 32px));
  margin: -42px auto 0;
  display: flex;
  gap: 9px;
  overflow-x: auto;
  border: 1px solid rgba(103, 141, 168, 0.16);
  border-radius: 22px;
  padding: 12px;
  background: rgba(255, 253, 248, 0.97);
  box-shadow: 0 20px 58px rgba(34, 47, 57, 0.16);
  scrollbar-width: none;
}

.vaccine-quick-nav::-webkit-scrollbar {
  display: none;
}

.vaccine-quick-nav a {
  flex: 1 0 auto;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  padding: 9px 15px;
  color: var(--wow-blue-dark);
  background: var(--wow-blue-soft);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.vaccine-quick-nav a:hover,
.vaccine-quick-nav a:focus-visible {
  color: #fff;
  background: var(--wow-blue-dark);
  outline: none;
}

.cmg-page--vaccinations .section {
  padding-top: 76px;
}

.cmg-page--vaccinations .intro {
  max-width: 900px;
  border-radius: 24px;
  padding: clamp(24px, 4vw, 38px);
  color: var(--wow-ink);
  background: linear-gradient(145deg, #fffdf8, #edf3f6);
  box-shadow: 0 16px 46px rgba(34, 47, 57, 0.08);
}

.cmg-page--vaccinations .vaccine-row {
  gap: clamp(26px, 5vw, 64px);
  border: 1px solid rgba(67, 95, 117, 0.1);
  border-radius: 30px;
  padding: clamp(22px, 4vw, 42px);
  background: rgba(255, 253, 248, 0.94);
  box-shadow: 0 16px 48px rgba(34, 47, 57, 0.07);
}

.cmg-page--vaccinations .vaccine-media {
  border-radius: 23px;
  overflow: visible;
  background: transparent;
  box-shadow: 0 18px 44px rgba(34, 47, 57, 0.15);
}

.cmg-page--vaccinations .vaccine-image {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-inline: auto;
  aspect-ratio: auto;
  border-radius: 23px;
  object-fit: contain;
  transform: none;
  transition: none;
}

.cmg-page--vaccinations .vaccine-row:hover .vaccine-image {
  transform: none;
}

.cmg-page--vaccinations .visit-flow {
  border: 0;
  border-radius: 30px;
  color: #fff;
  background: linear-gradient(120deg, var(--wow-blue-dark), #303b44);
  box-shadow: var(--wow-shadow);
}

.cmg-page--vaccinations .visit-flow h2,
.cmg-page--vaccinations .visit-flow p {
  color: #fff;
}

.cmg-page--vaccinations .visit-flow .section-heading::before {
  background: #c9dce7;
}

.cmg-page--vaccinations .contact {
  margin-top: 72px;
  padding-block: 76px;
  color: #fff;
  background:
    radial-gradient(circle at 86% 20%, rgba(130, 157, 152, 0.3), transparent 26%),
    linear-gradient(120deg, #3f5c70, #303b44);
}

.cmg-page--vaccinations .contact h2,
.cmg-page--vaccinations .contact p,
.cmg-page--vaccinations .contact span,
.cmg-page--vaccinations .contact a {
  color: #fff;
}

/* Specialists and clinical trials need a dark surface below the overlay nav. */
.cmg-directory-hero {
  position: relative;
  min-height: 430px;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 170px 24px 74px;
  color: #fff;
  background:
    linear-gradient(100deg, rgba(26, 43, 56, 0.94), rgba(50, 72, 86, 0.72)),
    url("../../3.webp") center 58% / cover;
}

.cmg-directory-hero::after {
  position: absolute;
  right: -130px;
  bottom: -260px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  content: "";
}

.cmg-directory-hero__inner {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin-inline: auto;
}

.cmg-directory-hero p:last-child {
  max-width: 680px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
}

.cmg-page--directory .specialists-section {
  padding-top: 64px;
}

.cmg-page--clinical .hero-inner {
  padding-top: 190px;
}

/* Contact */
.cmg-page--contact {
  margin: 0;
  min-width: 320px;
  color: var(--wow-ink);
  background:
    radial-gradient(circle at 95% 42%, rgba(103, 141, 168, 0.08), transparent 28%),
    var(--wow-cream);
  font-family: Inter, Arial, sans-serif;
}

.cmg-page--contact *,
.cmg-page--contact *::before,
.cmg-page--contact *::after {
  box-sizing: border-box;
}

.cmg-page--contact a {
  text-underline-offset: 3px;
}

.cmg-page--contact .cmg-skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 2000;
  border-radius: 999px;
  padding: 12px 18px;
  color: #fff;
  background: #172633;
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-160%);
}

.cmg-page--contact .cmg-skip-link:focus {
  transform: none;
}

.cmg-contact-hero {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: clamp(170px, 17vw, 210px) 20px 112px;
  color: #fff;
  background:
    linear-gradient(100deg, rgba(21, 37, 49, 0.96) 0%, rgba(42, 65, 80, 0.89) 50%, rgba(48, 59, 68, 0.7) 100%),
    url("../../3.webp") center 58% / cover;
}

.cmg-contact-hero::before,
.cmg-contact-hero::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.cmg-contact-hero::before {
  top: 60px;
  right: -210px;
  width: 620px;
  height: 620px;
}

.cmg-contact-hero::after {
  right: 180px;
  bottom: -310px;
  width: 480px;
  height: 480px;
}

.cmg-contact-hero__inner {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.92fr);
  align-items: center;
  gap: clamp(46px, 7vw, 92px);
}

.cmg-contact-hero h1 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(56px, 7.4vw, 92px);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.045em;
}

.cmg-contact-hero__lead {
  max-width: 680px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.77);
  font-size: clamp(17px, 1.8vw, 20px);
  line-height: 1.65;
}

.cmg-contact-hero-card {
  display: grid;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 28px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 28px 76px rgba(7, 19, 28, 0.28);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.cmg-contact-status,
.cmg-contact-hero-card > a {
  min-width: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  padding: 18px 20px;
}

.cmg-contact-hero-card > a {
  grid-template-columns: 1fr;
  color: #fff;
  text-decoration: none;
  transition: background-color 180ms ease, padding-left 180ms ease;
}

.cmg-contact-hero-card > a:last-child {
  border-bottom: 0;
}

.cmg-contact-hero-card > a:hover,
.cmg-contact-hero-card > a:focus-visible {
  padding-left: 24px;
  background: rgba(255, 255, 255, 0.1);
  outline: none;
}

.cmg-contact-status__dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #70d19c;
  box-shadow: 0 0 0 6px rgba(112, 209, 156, 0.13);
}

.cmg-contact-status__dot.is-closed {
  background: #e7b17e;
  box-shadow: 0 0 0 6px rgba(231, 177, 126, 0.13);
}

.cmg-contact-status strong,
.cmg-contact-status small,
.cmg-contact-hero-card__label,
.cmg-contact-hero-card > a strong {
  display: block;
}

.cmg-contact-status small,
.cmg-contact-hero-card__label {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.61);
  font-size: 12px;
}

.cmg-contact-hero-card > a strong {
  overflow-wrap: anywhere;
  font-size: 15px;
}

.cmg-contact-quick {
  position: relative;
  z-index: 4;
  width: min(1120px, calc(100% - 32px));
  margin: -58px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.cmg-contact-quick__card {
  min-width: 0;
  min-height: 118px;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  align-items: center;
  gap: 15px;
  border: 1px solid rgba(67, 95, 117, 0.13);
  border-radius: 22px;
  padding: 22px;
  color: var(--wow-ink);
  background: rgba(255, 253, 248, 0.97);
  box-shadow: 0 20px 56px rgba(34, 47, 57, 0.13);
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.cmg-contact-quick__card:hover,
.cmg-contact-quick__card:focus-visible {
  border-color: rgba(103, 141, 168, 0.36);
  box-shadow: 0 25px 65px rgba(34, 47, 57, 0.18);
  outline: none;
  transform: translateY(-3px);
}

.cmg-contact-quick__card small,
.cmg-contact-quick__card strong {
  display: block;
}

.cmg-contact-quick__card small {
  margin-bottom: 5px;
  color: var(--wow-muted);
  font-size: 12px;
}

.cmg-contact-quick__card strong {
  overflow-wrap: anywhere;
  color: var(--wow-blue-dark);
  font-size: 14px;
}

.cmg-contact-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: var(--wow-blue-dark);
  background: var(--wow-blue-soft);
}

.cmg-contact-icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.cmg-contact-icon--large {
  width: 58px;
  height: 58px;
  border-radius: 18px;
}

.cmg-contact-section {
  width: min(1120px, calc(100% - 32px));
  margin-inline: auto;
  padding: clamp(86px, 10vw, 126px) 0;
}

.cmg-contact-section__heading {
  max-width: 760px;
  margin-bottom: 42px;
}

.cmg-contact-eyebrow {
  margin: 0 0 12px;
  color: var(--wow-blue-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cmg-contact-section h2,
.cmg-contact-map-panel h2,
.cmg-contact-payments h2 {
  margin: 0;
  color: var(--wow-ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(36px, 5vw, 58px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.cmg-contact-section__heading > p:last-child {
  margin: 20px 0 0;
  color: var(--wow-muted);
  font-size: 17px;
  line-height: 1.75;
}

.cmg-contact-details-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(340px, 0.94fr);
  gap: 22px;
}

.cmg-contact-info-card,
.cmg-contact-hours-card {
  border: 1px solid rgba(67, 95, 117, 0.11);
  border-radius: 28px;
  padding: clamp(26px, 4vw, 40px);
  background: rgba(255, 253, 248, 0.94);
  box-shadow: 0 18px 50px rgba(34, 47, 57, 0.08);
}

.cmg-contact-info-card__top {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 28px;
}

.cmg-contact-info-card__top .cmg-contact-eyebrow {
  margin-bottom: 5px;
}

.cmg-contact-info-card h3,
.cmg-contact-hours-card h3 {
  margin: 0;
  color: var(--wow-ink);
  font-size: clamp(22px, 2.6vw, 30px);
  line-height: 1.15;
}

.cmg-contact-info-card address {
  margin: 0;
  color: var(--wow-blue-dark);
  font-size: clamp(19px, 2.4vw, 26px);
  font-style: normal;
  font-weight: 800;
  line-height: 1.45;
}

.cmg-contact-parking {
  margin: 24px 0 0;
  border-top: 1px solid var(--wow-line);
  padding-top: 24px;
  color: var(--wow-muted);
  line-height: 1.7;
}

.cmg-contact-text-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 24px;
  color: var(--wow-blue-dark);
  font-weight: 800;
  text-decoration: none;
}

.cmg-contact-text-link:hover {
  text-decoration: underline;
}

.cmg-contact-hours {
  margin: 0;
  display: grid;
  gap: 3px;
}

.cmg-contact-hours > div {
  min-height: 43px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-radius: 12px;
  padding: 8px 12px;
  color: var(--wow-muted);
}

.cmg-contact-hours > div:nth-child(odd) {
  background: rgba(103, 141, 168, 0.055);
}

.cmg-contact-hours > div.is-today {
  color: var(--wow-blue-dark);
  background: var(--wow-blue-soft);
  font-weight: 800;
}

.cmg-contact-hours dt,
.cmg-contact-hours dd {
  margin: 0;
}

.cmg-contact-hours dd {
  color: var(--wow-blue-dark);
  font-weight: 800;
}

.cmg-contact-workspace {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto clamp(86px, 10vw, 120px);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
}

.cmg-contact-map-panel {
  min-width: 0;
  border: 1px solid rgba(67, 95, 117, 0.12);
  border-radius: 30px;
  overflow: hidden;
  background: var(--wow-paper);
  box-shadow: var(--wow-shadow);
}

.cmg-contact-map-panel {
  display: grid;
  grid-template-rows: auto minmax(500px, 1fr) auto;
  color: #fff;
  background: #303b44;
}

.cmg-contact-map-panel__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 28px;
}

.cmg-contact-map-panel .cmg-contact-eyebrow {
  color: #c9dce7;
}

.cmg-contact-map-panel h2 {
  color: #fff;
  font-size: clamp(32px, 4vw, 46px);
}

.cmg-contact-map-panel__head > a {
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  padding: 10px 14px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.cmg-contact-map-panel__head > a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.cmg-contact-map {
  min-height: 500px;
  background: #dfe7eb;
}

.cmg-contact-map iframe {
  width: 100%;
  height: 100%;
  min-height: 500px;
  display: block;
  border: 0;
}

.cmg-contact-map-panel__address {
  display: grid;
  gap: 5px;
  padding: 20px 28px 24px;
}

.cmg-contact-map-panel__address span {
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
}

.cmg-contact-payments {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto clamp(86px, 10vw, 120px);
  border: 1px solid rgba(67, 95, 117, 0.1);
  border-radius: 30px;
  padding: clamp(28px, 5vw, 48px);
  background: linear-gradient(145deg, rgba(255, 253, 248, 0.98), rgba(231, 238, 242, 0.86));
  box-shadow: 0 18px 54px rgba(34, 47, 57, 0.09);
}

.cmg-contact-payments__heading {
  margin-bottom: 30px;
}

.cmg-contact-payments h2 {
  font-size: clamp(32px, 4.5vw, 50px);
}

.cmg-contact-payment-logos {
  display: grid;
  grid-template-columns: 2.3fr repeat(5, minmax(100px, 1fr));
  gap: 12px;
}

.cmg-contact-payment-logos figure {
  min-width: 0;
  min-height: 108px;
  margin: 0;
  display: grid;
  place-items: center;
  border: 1px solid rgba(67, 95, 117, 0.1);
  border-radius: 18px;
  padding: 14px;
  overflow: hidden;
  background: #fff;
}

.cmg-contact-payment-logos img {
  width: auto;
  max-width: 100%;
  max-height: 76px;
  display: block;
  object-fit: contain;
}

.cmg-contact-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.js .cmg-contact-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 520ms ease, transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.js .cmg-contact-reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 980px) {
  .cmg-contact-hero__inner,
  .cmg-contact-details-grid,
  .cmg-contact-workspace {
    grid-template-columns: 1fr;
  }

  .cmg-contact-hero {
    padding-top: 150px;
  }

  .cmg-contact-hero-card {
    width: min(650px, 100%);
  }

  .cmg-contact-quick {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cmg-contact-quick__card:last-child {
    grid-column: 1 / -1;
  }

  .cmg-contact-map-panel {
    grid-template-rows: auto 460px auto;
  }

  .cmg-contact-map,
  .cmg-contact-map iframe {
    min-height: 460px;
  }

  .cmg-contact-payment-logos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cmg-contact-payment-logos figure:first-child {
    grid-column: span 2;
  }
}

@media (max-width: 620px) {
  .cmg-contact-hero {
    min-height: 760px;
    padding: 148px 16px 92px;
  }

  .cmg-contact-hero h1 {
    font-size: clamp(50px, 15vw, 68px);
  }

  .cmg-contact-hero .cmg-hero-actions,
  .cmg-contact-hero .cmg-hero-actions > * {
    width: 100%;
  }

  .cmg-contact-hero-card {
    border-radius: 22px;
  }

  .cmg-contact-quick {
    width: calc(100% - 24px);
    margin-top: -38px;
    grid-template-columns: 1fr;
  }

  .cmg-contact-quick__card:last-child {
    grid-column: auto;
  }

  .cmg-contact-section,
  .cmg-contact-workspace,
  .cmg-contact-payments {
    width: calc(100% - 24px);
  }

  .cmg-contact-info-card,
  .cmg-contact-hours-card {
    border-radius: 22px;
    padding: 24px 20px;
  }

  .cmg-contact-map-panel {
    border-radius: 22px;
    grid-template-rows: auto 390px auto;
  }

  .cmg-contact-map-panel__head {
    align-items: flex-start;
    flex-direction: column;
    padding: 24px 20px;
  }

  .cmg-contact-map,
  .cmg-contact-map iframe {
    min-height: 390px;
  }

  .cmg-contact-payment-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cmg-contact-payment-logos figure:first-child {
    grid-column: 1 / -1;
  }

  .cmg-contact-footer nav {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 900px) {
  .cmg-page--booking .container.hero,
  .cmg-pricing-hero__inner,
  .cmg-page--vaccinations .hero__inner {
    grid-template-columns: 1fr;
  }

  .cmg-page--booking .container.hero {
    padding-top: 150px;
  }

  .cmg-page--booking .booking-panel {
    width: min(620px, 100%);
    transform: none;
  }

  .cmg-pricing-hero {
    padding-top: 150px;
  }

  .cmg-pricing-proof,
  .vaccine-hero__panel {
    width: min(620px, 100%);
  }

  .cmg-page--pricing .cmg-price__filters {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .cmg-page--pricing .cmg-price__filters::-webkit-scrollbar {
    display: none;
  }

  .cmg-page--pricing .cmg-price__filters button {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .cmg-page--vaccinations .hero {
    padding-top: 150px;
  }

  .cmg-page--vaccinations .vaccine-row {
    padding: 22px;
  }

  .cmg-page--clinical .hero-inner {
    padding-top: 155px;
  }
}

@media (max-width: 620px) {
  .cmg-page--booking .container.hero,
  .cmg-pricing-hero,
  .cmg-page--vaccinations .hero {
    padding-inline: 16px;
  }

  .cmg-page--booking .hero-copy h1,
  .cmg-pricing-hero h1,
  .cmg-page--vaccinations .hero h1,
  .cmg-directory-hero h1 {
    font-size: clamp(44px, 13vw, 62px);
  }

  .cmg-page--booking .hero-actions,
  .cmg-page--booking .hero-actions .button,
  .vaccine-hero__actions,
  .vaccine-hero__actions > *,
  .cmg-hero-actions,
  .cmg-hero-actions > * {
    width: 100%;
  }

  .cmg-pricing-hero {
    min-height: 680px;
  }

  .cmg-page--pricing .cmg-price__tools {
    padding: 17px;
  }

  .cmg-page--pricing .cmg-price__filters {
    display: flex;
  }

  .cmg-price-cta {
    grid-template-columns: 1fr;
  }

  .cmg-page--vaccinations .hero {
    min-height: 760px;
  }

  .vaccine-quick-nav {
    width: calc(100% - 24px);
  }

  .cmg-simple-footer__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Privacy policy */
.cmg-page--privacy {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--wow-ink);
  background:
    radial-gradient(circle at 95% 50%, rgba(103, 141, 168, 0.08), transparent 28%),
    var(--wow-cream);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.7;
}

.cmg-page--privacy *,
.cmg-page--privacy *::before,
.cmg-page--privacy *::after {
  box-sizing: border-box;
}

.cmg-page--privacy h1,
.cmg-page--privacy h2,
.cmg-page--privacy h3,
.cmg-page--privacy p,
.cmg-page--privacy a {
  overflow-wrap: anywhere;
}

.cmg-privacy-skip {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 2000;
  border-radius: 999px;
  padding: 12px 18px;
  color: #fff;
  background: #172633;
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-160%);
}

.cmg-privacy-skip:focus {
  transform: none;
}

.cmg-privacy-hero {
  position: relative;
  min-height: 650px;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: clamp(170px, 17vw, 205px) 20px 100px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 24%, rgba(130, 157, 152, 0.34), transparent 25%),
    radial-gradient(circle at 72% 92%, rgba(103, 141, 168, 0.3), transparent 29%),
    linear-gradient(120deg, #233644 0%, #3b5363 56%, #303b44 100%);
}

.cmg-privacy-hero::before,
.cmg-privacy-hero::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.cmg-privacy-hero::before {
  top: 34px;
  right: -190px;
  width: 580px;
  height: 580px;
}

.cmg-privacy-hero::after {
  right: 170px;
  bottom: -320px;
  width: 500px;
  height: 500px;
}

.cmg-privacy-hero__inner {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(310px, 0.82fr);
  align-items: center;
  gap: clamp(42px, 7vw, 88px);
}

.cmg-privacy-kicker,
.cmg-privacy-eyebrow {
  margin: 0 0 12px;
  color: var(--wow-blue-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cmg-privacy-kicker {
  margin-bottom: 18px;
  color: #c9dce7;
}

.cmg-privacy-hero h1 {
  max-width: 780px;
  margin: 0;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(50px, 6.8vw, 82px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.cmg-privacy-hero__copy > p:not(.cmg-privacy-kicker) {
  max-width: 700px;
  margin: 25px 0 0;
  color: rgba(255, 255, 255, 0.77);
  font-size: clamp(17px, 1.8vw, 20px);
  line-height: 1.65;
}

.cmg-privacy-hero-card {
  display: grid;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 28px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 26px 68px rgba(6, 17, 24, 0.22);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.cmg-privacy-hero-card > div {
  min-width: 0;
  display: grid;
  gap: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  padding: 20px 22px;
}

.cmg-privacy-hero-card > div:last-child {
  border-bottom: 0;
}

.cmg-privacy-hero-card span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
}

.cmg-privacy-hero-card strong,
.cmg-privacy-hero-card a {
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.cmg-privacy-hero-card a:hover {
  text-decoration: underline;
}

.cmg-privacy-trust {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 32px));
  margin: -42px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(67, 95, 117, 0.12);
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 253, 248, 0.98);
  box-shadow: 0 20px 58px rgba(34, 47, 57, 0.13);
}

.cmg-privacy-trust > div {
  min-width: 0;
  display: grid;
  gap: 5px;
  border-right: 1px solid var(--wow-line);
  padding: 23px 25px;
}

.cmg-privacy-trust > div:last-child {
  border-right: 0;
}

.cmg-privacy-trust strong {
  color: var(--wow-blue-dark);
  font-size: 14px;
}

.cmg-privacy-trust span {
  color: var(--wow-muted);
  font-size: 12px;
  line-height: 1.5;
}

.cmg-privacy-layout {
  width: min(1120px, calc(100% - 32px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(230px, 286px) minmax(0, 760px);
  justify-content: space-between;
  gap: clamp(42px, 7vw, 82px);
  align-items: start;
  padding: clamp(78px, 9vw, 118px) 0 clamp(90px, 10vw, 130px);
}

.cmg-privacy-toc {
  position: sticky;
  top: 124px;
  min-width: 0;
  border: 1px solid rgba(67, 95, 117, 0.12);
  border-radius: 24px;
  padding: 23px;
  background: rgba(255, 253, 248, 0.97);
  box-shadow: 0 16px 48px rgba(34, 47, 57, 0.08);
}

.cmg-privacy-toc h2 {
  margin: 0 0 18px;
  color: var(--wow-ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.1;
}

.cmg-privacy-toc nav {
  display: grid;
  gap: 2px;
}

.cmg-privacy-toc nav a {
  min-width: 0;
  min-height: 43px;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  border-radius: 11px;
  padding: 8px 9px;
  color: var(--wow-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  transition: color 180ms ease, background-color 180ms ease;
}

.cmg-privacy-toc nav a > span {
  color: var(--wow-blue);
  font-size: 10px;
  letter-spacing: 0.08em;
}

.cmg-privacy-toc nav a:hover,
.cmg-privacy-toc nav a:focus-visible,
.cmg-privacy-toc nav a.is-active {
  color: var(--wow-blue-dark);
  background: var(--wow-blue-soft);
  outline: none;
}

.cmg-privacy-toc__contact {
  margin-top: 20px;
  border-radius: 16px;
  padding: 17px;
  color: #fff;
  background: linear-gradient(130deg, var(--wow-blue-dark), #303b44);
}

.cmg-privacy-toc__contact strong {
  display: block;
  font-size: 14px;
}

.cmg-privacy-toc__contact p {
  margin: 5px 0 13px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  line-height: 1.5;
}

.cmg-privacy-toc__contact a {
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.cmg-privacy-article {
  min-width: 0;
}

.cmg-privacy-intro {
  border: 1px solid rgba(67, 95, 117, 0.11);
  border-radius: 26px;
  padding: clamp(26px, 4vw, 40px);
  background: linear-gradient(145deg, #fffdf8, #edf3f6);
  box-shadow: 0 16px 45px rgba(34, 47, 57, 0.08);
}

.cmg-privacy-intro h2,
.cmg-privacy-section h2,
.cmg-privacy-closing h2 {
  margin: 0;
  color: var(--wow-ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(32px, 4.2vw, 48px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.cmg-privacy-intro > p:last-child {
  margin: 18px 0 0;
  color: var(--wow-muted);
  font-size: 17px;
}

.cmg-privacy-section {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 22px;
  border-top: 1px solid var(--wow-line);
  margin-top: clamp(42px, 6vw, 64px);
  padding-top: clamp(42px, 6vw, 64px);
}

.cmg-privacy-section__number {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: var(--wow-blue-dark);
  background: var(--wow-blue-soft);
  font-size: 13px;
  font-weight: 800;
}

.cmg-privacy-section h2 {
  font-size: clamp(30px, 4vw, 44px);
}

.cmg-privacy-section p {
  margin: 18px 0 0;
  color: var(--wow-muted);
  font-size: 16px;
}

.cmg-privacy-section a {
  color: var(--wow-blue-dark);
}

.cmg-privacy-data-card {
  margin: 26px 0 0;
  display: grid;
  border: 1px solid rgba(67, 95, 117, 0.13);
  border-radius: 20px;
  overflow: hidden;
  background: var(--wow-paper);
}

.cmg-privacy-data-card > div {
  min-width: 0;
  display: grid;
  grid-template-columns: 125px minmax(0, 1fr);
  gap: 20px;
  border-bottom: 1px solid var(--wow-line);
  padding: 15px 18px;
}

.cmg-privacy-data-card > div:last-child {
  border-bottom: 0;
}

.cmg-privacy-data-card dt,
.cmg-privacy-data-card dd {
  margin: 0;
}

.cmg-privacy-data-card dt {
  color: var(--wow-muted);
  font-size: 12px;
  font-weight: 700;
}

.cmg-privacy-data-card dd {
  color: var(--wow-ink);
  font-size: 14px;
  font-weight: 800;
}

.cmg-privacy-list,
.cmg-privacy-security {
  margin: 24px 0 0;
  display: grid;
  gap: 11px;
  padding: 0;
  list-style: none;
}

.cmg-privacy-list li,
.cmg-privacy-security li {
  position: relative;
  border: 1px solid rgba(67, 95, 117, 0.1);
  border-radius: 15px;
  padding: 14px 16px 14px 45px;
  color: var(--wow-muted);
  background: rgba(255, 253, 248, 0.72);
}

.cmg-privacy-list li::before,
.cmg-privacy-security li::before {
  position: absolute;
  top: 17px;
  left: 18px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--wow-blue);
  box-shadow: 0 0 0 5px rgba(103, 141, 168, 0.12);
  content: "";
}

.cmg-privacy-list strong {
  color: var(--wow-ink);
}

.cmg-privacy-steps {
  margin: 26px 0 0;
  display: grid;
  gap: 4px;
  padding: 0;
  list-style: none;
}

.cmg-privacy-steps li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 15px;
  border-bottom: 1px solid var(--wow-line);
  padding: 16px 0;
}

.cmg-privacy-steps li > span {
  color: var(--wow-blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.09em;
}

.cmg-privacy-steps strong {
  display: block;
  color: var(--wow-ink);
}

.cmg-privacy-steps p {
  margin-top: 4px;
  font-size: 14px;
}

.cmg-privacy-basis-grid {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.cmg-privacy-basis-grid article {
  min-width: 0;
  border: 1px solid rgba(67, 95, 117, 0.11);
  border-radius: 18px;
  padding: 20px;
  background: rgba(255, 253, 248, 0.88);
}

.cmg-privacy-basis-grid article:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.cmg-privacy-basis-grid strong {
  color: var(--wow-blue-dark);
  font-size: 15px;
}

.cmg-privacy-basis-grid p {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.6;
}

.cmg-privacy-retention {
  margin-top: 26px;
  display: grid;
  border: 1px solid rgba(67, 95, 117, 0.12);
  border-radius: 20px;
  overflow: hidden;
}

.cmg-privacy-retention > div {
  display: grid;
  grid-template-columns: minmax(160px, 0.7fr) minmax(0, 1.3fr);
  gap: 22px;
  border-bottom: 1px solid var(--wow-line);
  padding: 18px;
  background: rgba(255, 253, 248, 0.76);
}

.cmg-privacy-retention > div:last-child {
  border-bottom: 0;
}

.cmg-privacy-retention strong {
  color: var(--wow-ink);
  font-size: 14px;
}

.cmg-privacy-retention span {
  color: var(--wow-muted);
  font-size: 13px;
}

.cmg-privacy-section--highlight {
  border: 1px solid rgba(103, 141, 168, 0.16);
  border-radius: 28px;
  padding: clamp(26px, 4vw, 38px);
  background: linear-gradient(145deg, rgba(255, 253, 248, 0.97), rgba(231, 238, 242, 0.9));
  box-shadow: 0 18px 52px rgba(34, 47, 57, 0.09);
}

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

.cmg-privacy-rights li {
  min-width: 0;
  border: 1px solid rgba(67, 95, 117, 0.11);
  border-radius: 17px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.75);
}

.cmg-privacy-rights strong,
.cmg-privacy-rights span {
  display: block;
}

.cmg-privacy-rights strong {
  color: var(--wow-blue-dark);
  font-size: 14px;
}

.cmg-privacy-rights span {
  margin-top: 6px;
  color: var(--wow-muted);
  font-size: 12px;
  line-height: 1.6;
}

.cmg-privacy-callout {
  margin-top: 20px;
  border-radius: 18px;
  padding: 21px;
  color: #fff;
  background: linear-gradient(120deg, var(--wow-blue-dark), #303b44);
}

.cmg-privacy-callout strong {
  display: block;
}

.cmg-privacy-callout p {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.73);
  font-size: 13px;
}

.cmg-privacy-callout a {
  color: #fff;
}

.cmg-privacy-security {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cmg-privacy-closing {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto clamp(88px, 9vw, 120px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 34px;
  border-radius: 30px;
  padding: clamp(30px, 5vw, 50px);
  color: #fff;
  background: linear-gradient(120deg, var(--wow-blue-dark), #303b44);
  box-shadow: var(--wow-shadow);
}

.cmg-privacy-closing .cmg-privacy-eyebrow {
  color: #c9dce7;
}

.cmg-privacy-closing h2 {
  color: #fff;
}

.cmg-privacy-closing p:last-child {
  max-width: 650px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.7);
}

.cmg-privacy-closing__actions {
  min-width: 240px;
  display: grid;
  gap: 9px;
}

.cmg-privacy-closing__actions a {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  padding-inline: 20px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.cmg-privacy-closing__actions a:first-child {
  color: var(--wow-blue-dark);
  background: #fff;
}

.cmg-privacy-closing__actions a:hover {
  color: #fff;
  background: var(--wow-blue);
}

.cmg-privacy-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.js .cmg-privacy-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 500ms ease, transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
}

.js .cmg-privacy-reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 900px) {
  .cmg-privacy-hero__inner,
  .cmg-privacy-layout,
  .cmg-privacy-closing {
    grid-template-columns: 1fr;
  }

  .cmg-privacy-hero {
    padding-top: 150px;
  }

  .cmg-privacy-hero-card {
    width: min(650px, 100%);
  }

  .cmg-privacy-trust {
    grid-template-columns: 1fr;
  }

  .cmg-privacy-trust > div {
    border-right: 0;
    border-bottom: 1px solid var(--wow-line);
  }

  .cmg-privacy-trust > div:last-child {
    border-bottom: 0;
  }

  .cmg-privacy-toc {
    position: static;
  }

  .cmg-privacy-toc nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px 10px;
  }

  .cmg-privacy-closing__actions {
    width: min(480px, 100%);
  }
}

@media (max-width: 620px) {
  .cmg-privacy-hero {
    min-height: auto;
    padding: 148px 16px 78px;
  }

  .cmg-privacy-hero h1 {
    font-size: clamp(42px, 13vw, 60px);
  }

  .cmg-privacy-hero .cmg-hero-actions,
  .cmg-privacy-hero .cmg-hero-actions > * {
    width: 100%;
  }

  .cmg-privacy-hero-card,
  .cmg-privacy-toc,
  .cmg-privacy-intro,
  .cmg-privacy-section--highlight {
    border-radius: 21px;
  }

  .cmg-privacy-trust,
  .cmg-privacy-layout,
  .cmg-privacy-closing {
    width: calc(100% - 24px);
  }

  .cmg-privacy-layout {
    padding-top: 58px;
  }

  .cmg-privacy-toc nav,
  .cmg-privacy-basis-grid,
  .cmg-privacy-rights,
  .cmg-privacy-security {
    grid-template-columns: 1fr;
  }

  .cmg-privacy-basis-grid article:last-child:nth-child(odd) {
    grid-column: auto;
  }

  .cmg-privacy-section {
    grid-template-columns: 1fr;
    gap: 17px;
  }

  .cmg-privacy-section__number {
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }

  .cmg-privacy-data-card > div,
  .cmg-privacy-retention > div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .cmg-privacy-section--highlight {
    padding: 22px 18px;
  }

  .cmg-privacy-closing {
    border-radius: 22px;
    padding: 26px 21px;
  }

  .cmg-privacy-closing__actions,
  .cmg-privacy-closing__actions a {
    width: 100%;
  }

  .cmg-privacy-footer nav {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 780px) {
  .cmg-page--privacy .cmg-simple-footer {
    padding-bottom: 36px;
  }
}

@media print {
  .cmg-page--privacy .cmg-topbar,
  .cmg-page--privacy .cmg-site-header,
  .cmg-privacy-hero .cmg-hero-actions,
  .cmg-privacy-trust,
  .cmg-privacy-toc,
  .cmg-privacy-closing,
  .cmg-page--privacy .cmg-simple-footer {
    display: none !important;
  }

  .cmg-page--privacy,
  .cmg-privacy-hero,
  .cmg-privacy-intro,
  .cmg-privacy-section--highlight {
    color: #000;
    background: #fff;
    box-shadow: none;
  }

  .cmg-privacy-hero {
    min-height: 0;
    padding: 20px 0 30px;
  }

  .cmg-privacy-hero h1,
  .cmg-privacy-hero__copy > p:not(.cmg-privacy-kicker) {
    color: #000;
  }

  .cmg-privacy-hero-card {
    display: none;
  }

  .cmg-privacy-layout {
    width: 100%;
    display: block;
    padding: 20px 0;
  }

  .cmg-privacy-section {
    break-inside: avoid;
  }
}

@media (max-width: 780px) {
  .cmg-page--pricing .cmg-floating-action {
    display: none;
  }

  .cmg-page--pricing .cmg-simple-footer {
    padding-bottom: 36px;
  }

  .cmg-simple-footer {
    padding-bottom: calc(100px + env(safe-area-inset-bottom));
  }

  .cmg-floating-action {
    position: fixed;
    right: 14px;
    bottom: calc(14px + env(safe-area-inset-bottom));
    left: 14px;
    z-index: 999;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    padding-inline: 20px;
    color: #fff;
    background: rgba(67, 95, 117, 0.94);
    box-shadow: 0 16px 38px rgba(20, 30, 38, 0.28);
    font: 800 15px/1 Inter, Arial, sans-serif;
    text-decoration: none;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .cmg-floating-action.is-hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateY(14px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .cmg-page--vaccinations .vaccine-image,
  .cmg-page--booking .card,
  .cmg-page--pricing .cmg-price__card,
  .cmg-hero-button,
  .cmg-floating-action {
    transition: none;
  }
}
