:root {
  --site-teal: #007d86;
  --site-teal-dark: #005f67;
  --site-teal-soft: #e9f5f5;
  --site-ink: #172426;
  --site-muted: #526164;
  --site-border: #cfe2e3;
  --site-white: #fff;
}

.article-trust-band,
.local-evidence-section,
.related-content-section,
.medical-safety-section {
  padding: 48px 24px;
}

.article-trust-inner,
.local-evidence-inner,
.related-content-inner,
.medical-safety-inner {
  width: min(1100px, 100%);
  margin: 0 auto;
}

.article-trust-band {
  background: var(--site-white);
  border-top: 1px solid var(--site-border);
  border-bottom: 1px solid var(--site-border);
}

.article-trust-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
}

.article-trust-kicker,
.local-evidence-kicker,
.related-content-kicker,
.medical-safety-kicker {
  margin: 0 0 8px;
  color: var(--site-teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.article-trust-band h2,
.local-evidence-section h2,
.related-content-section h2,
.medical-safety-section h2 {
  margin: 0 0 10px;
  color: var(--site-ink);
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.25;
}

.article-trust-band p,
.local-evidence-section p,
.related-content-section p,
.medical-safety-section p {
  color: var(--site-muted);
}

.article-trust-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 12px;
  color: var(--site-muted);
  font-size: 14px;
}

.article-trust-link,
.related-content-link {
  color: var(--site-teal-dark);
  font-weight: 800;
  text-decoration: none;
}

.article-trust-link:hover,
.related-content-link:hover {
  text-decoration: underline;
}

.article-trust-action {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--site-teal);
  border-radius: 8px;
  padding: 10px 16px;
  color: var(--site-teal-dark);
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.local-evidence-section {
  background: #f7fafa;
}

.local-evidence-lead {
  max-width: 760px;
  margin: 0 0 28px;
}

.local-evidence-grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 36px;
  padding-top: 24px;
  border-top: 1px solid var(--site-border);
}

.local-evidence-grid h3 {
  margin: 0 0 12px;
  color: var(--site-ink);
  font-size: 18px;
}

.local-place-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.local-place-list li {
  border: 1px solid var(--site-border);
  border-radius: 6px;
  background: var(--site-white);
  padding: 7px 10px;
  color: var(--site-ink);
  font-size: 13px;
  font-weight: 700;
}

.local-evidence-note {
  margin: 0;
  padding-left: 18px;
  border-left: 3px solid var(--site-teal);
}

.medical-safety-section {
  background: #fff7e9;
  border-top: 1px solid #f2d6a5;
  border-bottom: 1px solid #f2d6a5;
}

.medical-safety-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, .55fr);
  gap: 36px;
}

.medical-safety-alert {
  padding-left: 18px;
  border-left: 3px solid #b85c00;
}

.medical-safety-alert strong {
  color: #7d3f00;
}

.medical-safety-sources {
  margin: 10px 0 0;
  padding-left: 20px;
  color: var(--site-muted);
}

.medical-safety-sources li + li {
  margin-top: 6px;
}

.medical-safety-sources a {
  color: var(--site-teal-dark);
  overflow-wrap: anywhere;
}

.related-content-section {
  background: var(--site-teal-soft);
}

.related-content-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 24px;
}

.related-content-head p {
  max-width: 640px;
  margin: 0;
}

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

.related-content-card {
  min-width: 0;
  border: 1px solid var(--site-border);
  border-radius: 7px;
  background: var(--site-white);
  padding: 18px;
  color: var(--site-ink);
  text-decoration: none;
}

.related-content-card:hover {
  border-color: var(--site-teal);
}

.related-content-card strong {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.35;
}

.related-content-card span {
  display: block;
  color: var(--site-muted);
  font-size: 13px;
  line-height: 1.55;
}

.tally-booking-section {
  border-top: 1px solid var(--site-border);
  background: #f7fafa;
  padding: 56px 24px;
}

.tally-booking-inner {
  display: grid;
  width: min(1100px, 100%);
  margin: 0 auto;
  grid-template-columns: minmax(240px, .65fr) minmax(0, 1.35fr);
  gap: 40px;
  align-items: start;
}

.tally-booking-kicker {
  margin: 0 0 8px;
  color: var(--site-teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tally-booking-intro h2 {
  margin: 0 0 14px;
  color: var(--site-ink);
  font-size: 32px;
  line-height: 1.2;
}

.tally-booking-intro p {
  margin: 0 0 20px;
  color: var(--site-muted);
  line-height: 1.65;
}

.tally-booking-details {
  display: grid;
  gap: 10px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.tally-booking-details li {
  position: relative;
  padding-left: 25px;
  color: var(--site-ink);
  font-size: 14px;
  line-height: 1.5;
}

.tally-booking-details li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--site-teal);
  content: "\2713";
  font-weight: 900;
}

.tally-booking-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}

.tally-booking-contact a {
  color: var(--site-teal-dark);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.tally-booking-contact a:hover {
  text-decoration: underline;
}

.tally-booking-form {
  min-width: 0;
  border: 1px solid var(--site-border);
  border-radius: 8px;
  background: var(--site-white);
  padding: 12px;
}

.tally-booking-form iframe {
  display: block;
  width: 100%;
  min-height: 900px;
  border: 0;
}

.booking-fab {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 220;
  min-height: 48px;
  border: 0;
  border-radius: 8px;
  padding: 12px 18px;
  background: var(--site-teal);
  box-shadow: 0 10px 28px rgba(0, 74, 80, .24);
  color: var(--site-white);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.booking-fab:hover {
  background: var(--site-teal-dark);
}

.booking-modal[hidden] {
  display: none;
}

.booking-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 18px;
}

.booking-modal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(10, 25, 27, .72);
  cursor: pointer;
}

.booking-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  max-height: calc(100vh - 36px);
  overflow: auto;
  border-radius: 8px;
  background: var(--site-white);
  box-shadow: 0 24px 80px rgba(0, 0, 0, .32);
}

.booking-modal-head {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--site-border);
  background: var(--site-white);
  padding: 16px 18px;
}

.booking-modal-head h2 {
  margin: 0;
  color: var(--site-ink);
  font-size: 20px;
  line-height: 1.25;
}

.booking-modal-close {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border: 1px solid var(--site-border);
  border-radius: 7px;
  background: var(--site-white);
  color: var(--site-ink);
  font: inherit;
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
}

.booking-modal-body {
  min-height: 560px;
  padding: 8px 12px 20px;
}

.booking-modal-body iframe {
  display: block;
  width: 100%;
  min-height: 680px;
  border: 0;
}

body.booking-modal-open {
  overflow: hidden;
}

.booking-modal-fallback {
  margin: 0;
  padding: 0 18px 18px;
  color: var(--site-muted);
  font-size: 13px;
  text-align: center;
}

.booking-modal-fallback a {
  color: var(--site-teal-dark);
  font-weight: 800;
}

.site-consent-banner[hidden] {
  display: none;
}

.site-consent-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 1100;
  width: min(920px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid var(--site-border);
  border-radius: 8px;
  background: var(--site-white);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .18);
  padding: 18px;
}

.site-consent-banner p {
  margin: 0;
  color: var(--site-muted);
  font-size: 14px;
  line-height: 1.55;
}

.site-consent-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
}

.site-consent-actions button {
  min-height: 42px;
  border: 1px solid var(--site-teal);
  border-radius: 7px;
  padding: 9px 13px;
  background: var(--site-white);
  color: var(--site-teal-dark);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.site-consent-actions .site-consent-accept {
  background: var(--site-teal);
  color: var(--site-white);
}

@media (max-width: 820px) {
  .article-trust-inner,
  .local-evidence-grid,
  .medical-safety-inner,
  .tally-booking-inner {
    grid-template-columns: 1fr;
  }

  .article-trust-action {
    justify-self: start;
  }

  .related-content-head {
    display: block;
  }

  .related-content-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .booking-fab {
    right: 12px;
    bottom: 82px;
    min-height: 44px;
    padding: 10px 14px;
    font-size: 14px;
  }

  .booking-modal {
    padding: 0;
  }

  .booking-modal-dialog {
    width: 100%;
    height: 100%;
    max-height: none;
    border-radius: 0;
  }

  .booking-modal-body iframe {
    min-height: 760px;
  }

  .tally-booking-section {
    padding: 44px 16px;
  }

  .tally-booking-intro h2 {
    font-size: 26px;
  }

  .tally-booking-form {
    padding: 6px;
  }

  .tally-booking-form iframe {
    min-height: 980px;
  }

  .site-consent-banner {
    bottom: 78px;
    flex-direction: column;
    align-items: stretch;
  }

  .site-consent-actions {
    flex-wrap: wrap;
  }

  .site-consent-actions button {
    flex: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .booking-fab,
  .related-content-card {
    transition: none;
  }
}
