:root {
  --eec-ink: #102a33;
  --eec-teal: #0b6e69;
  --eec-teal-dark: #07524f;
  --eec-mint: #eaf5f2;
  --eec-ivory: #faf8f3;
  --eec-gold: #c78b39;
  --eec-white: #fff;
  --eec-slate: #53666d;
  --eec-line: #d9e2e3;
  --eec-shadow: 0 22px 60px rgba(16, 42, 51, 0.12);
  --eec-shadow-soft: 0 12px 32px rgba(16, 42, 51, 0.08);
  --eec-radius: 24px;
  --eec-radius-sm: 16px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { overflow-x: hidden; }
body, button, input, select, textarea { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; }
a { text-underline-offset: .18em; }
img { max-width: 100%; height: auto; }

/* Consistent content gutters, including on narrow screens. */
.eec-topbar > .alignwide,
.eec-site-header > .alignwide,
.eec-hero > .alignwide,
.eec-section > .alignwide,
.eec-page-hero > .alignwide,
.eec-footer > .alignwide {
  padding-left: clamp(1rem, 4vw, 2rem);
  padding-right: clamp(1rem, 4vw, 2rem);
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background: #fff;
  clip: auto !important;
  clip-path: none;
  color: var(--eec-ink);
  display: block;
  font-size: 1rem;
  height: auto;
  left: 1rem;
  padding: 1rem 1.25rem;
  top: 1rem;
  width: auto;
  z-index: 100000;
  border-radius: 10px;
  box-shadow: var(--eec-shadow-soft);
}

:focus-visible { outline: 3px solid var(--eec-gold); outline-offset: 3px; }

.eec-topbar {
  background: var(--eec-ink);
  color: rgba(255,255,255,.92);
  font-size: .88rem;
}
.eec-topbar a { color: #fff; text-decoration: none; font-weight: 700; }
.eec-topbar-inner { min-height: 42px; }
.eec-topbar .wp-block-columns { margin: 0; }

.eec-site-header {
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(217,226,227,.85);
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: box-shadow .2s ease, background .2s ease;
  backdrop-filter: blur(14px);
}
.admin-bar .eec-site-header { top: 32px; }
.eec-site-header.is-scrolled { box-shadow: 0 8px 30px rgba(16,42,51,.08); }
.eec-header-inner { min-height: 84px; }
.eec-brand { gap: .8rem; }
.eec-brand-mark {
  align-items: center;
  background: linear-gradient(145deg, var(--eec-teal), var(--eec-teal-dark));
  border-radius: 16px;
  color: #fff;
  display: inline-flex;
  font-size: .86rem;
  font-weight: 800;
  height: 52px;
  justify-content: center;
  letter-spacing: .08em;
  width: 52px;
  box-shadow: 0 10px 24px rgba(11,110,105,.2);
}
.eec-brand .wp-block-site-title { font-size: 1.05rem; line-height: 1.1; margin: 0; }
.eec-brand .wp-block-site-title a { color: var(--eec-ink); text-decoration: none; }
.eec-brand-tagline { color: var(--eec-slate); font-size: .75rem; margin-top: .2rem; }
.eec-site-header .wp-block-navigation-item__content { text-decoration: none; }
.eec-site-header .wp-block-navigation-item__content:hover { color: var(--eec-teal); }
.eec-header-cta .wp-block-button__link { box-shadow: 0 10px 24px rgba(11,110,105,.18); }

main { min-height: 60vh; }
.eec-section { padding-top: clamp(3.5rem, 7vw, 6.5rem); padding-bottom: clamp(3.5rem, 7vw, 6.5rem); }
.eec-section-compact { padding-top: clamp(2.5rem, 5vw, 4.25rem); padding-bottom: clamp(2.5rem, 5vw, 4.25rem); }
.eec-soft { background: var(--eec-mint); }
.eec-ivory { background: var(--eec-ivory); }
.eec-dark { background: var(--eec-ink); color: #fff; }
.eec-dark h1, .eec-dark h2, .eec-dark h3, .eec-dark h4, .eec-dark p, .eec-dark li { color: #fff; }
.eec-dark a:not(.wp-block-button__link) { color: #fff; }

.eec-eyebrow {
  color: var(--eec-teal);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .14em;
  margin-bottom: .85rem;
  text-transform: uppercase;
}
.eec-dark .eec-eyebrow { color: #a6ded8; }
.eec-lead { color: var(--eec-slate); font-size: clamp(1.1rem, 2vw, 1.3rem); line-height: 1.65; }
.eec-dark .eec-lead { color: rgba(255,255,255,.82); }
.eec-measure { max-width: 720px; }
.eec-center { text-align: center; margin-left: auto; margin-right: auto; }

.eec-hero {
  background:
    radial-gradient(circle at 78% 18%, rgba(199,139,57,.16), transparent 30%),
    radial-gradient(circle at 90% 70%, rgba(11,110,105,.14), transparent 32%),
    linear-gradient(135deg, #fbf9f4 0%, #f1f8f6 100%);
  overflow: hidden;
  padding-top: clamp(4rem, 9vw, 8rem);
  padding-bottom: clamp(4rem, 9vw, 8rem);
  position: relative;
}
.eec-hero::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -150px;
  bottom: -210px;
  border: 72px solid rgba(11,110,105,.08);
  border-radius: 50%;
}
.eec-hero h1 { font-size: clamp(2.7rem, 6vw, 5.5rem); max-width: 880px; }
.eec-hero-copy { max-width: 680px; }
.eec-hero .wp-block-buttons { margin-top: 1.8rem; }
.eec-button-secondary .wp-block-button__link {
  background: transparent;
  border: 2px solid var(--eec-teal);
  color: var(--eec-teal-dark);
}
.eec-button-light .wp-block-button__link { background: #fff; color: var(--eec-ink); }
.eec-button-dark .wp-block-button__link { background: var(--eec-ink); color: #fff; }

.eec-trust-row { gap: .8rem; margin-top: 2rem; }
.eec-trust-chip {
  align-items: center;
  background: rgba(255,255,255,.75);
  border: 1px solid rgba(217,226,227,.95);
  border-radius: 999px;
  color: var(--eec-ink);
  display: inline-flex;
  font-size: .9rem;
  font-weight: 700;
  gap: .5rem;
  padding: .62rem .9rem;
}
.eec-trust-chip::before { content: "✓"; color: var(--eec-teal); font-weight: 900; }

.eec-hero-card {
  background: rgba(255,255,255,.93);
  border: 1px solid rgba(217,226,227,.9);
  border-radius: 30px;
  box-shadow: var(--eec-shadow);
  padding: clamp(1.5rem, 4vw, 2.4rem);
  position: relative;
  z-index: 1;
}
.eec-hero-card .eec-price-big { color: var(--eec-teal-dark); font-size: 2.2rem; font-weight: 800; margin: 0; }
.eec-hero-card hr { border: 0; border-top: 1px solid var(--eec-line); margin: 1.2rem 0; }
.eec-mini-list { list-style: none; padding: 0; margin: 1rem 0; }
.eec-mini-list li { border-bottom: 1px solid var(--eec-line); display: flex; justify-content: space-between; padding: .75rem 0; gap: 1rem; }
.eec-mini-list li:last-child { border-bottom: 0; }
.eec-mini-list strong { color: var(--eec-teal-dark); }

.eec-card-grid { align-items: stretch; }
.eec-card {
  background: #fff;
  border: 1px solid var(--eec-line);
  border-radius: var(--eec-radius);
  box-shadow: 0 8px 24px rgba(16,42,51,.045);
  height: 100%;
  padding: clamp(1.35rem, 3vw, 2rem);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.eec-card:hover { border-color: rgba(11,110,105,.45); box-shadow: var(--eec-shadow-soft); transform: translateY(-4px); }
.eec-card h3 { font-size: 1.3rem; margin-top: .8rem; }
.eec-card p { color: var(--eec-slate); }
.eec-card a { font-weight: 750; }
.eec-icon {
  align-items: center;
  background: var(--eec-mint);
  border-radius: 14px;
  color: var(--eec-teal-dark);
  display: inline-flex;
  font-size: 1.25rem;
  font-weight: 800;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.eec-feature-list { list-style: none; padding-left: 0; }
.eec-feature-list li { margin: .9rem 0; padding-left: 2rem; position: relative; }
.eec-feature-list li::before {
  background: var(--eec-teal);
  border-radius: 50%;
  color: #fff;
  content: "✓";
  font-size: .72rem;
  font-weight: 900;
  height: 1.25rem;
  left: 0;
  line-height: 1.25rem;
  position: absolute;
  text-align: center;
  top: .2rem;
  width: 1.25rem;
}

.eec-clinician-card {
  background: var(--eec-ink);
  border-radius: 30px;
  color: #fff;
  overflow: hidden;
  padding: clamp(1.8rem, 5vw, 3.2rem);
  position: relative;
}
.eec-clinician-card::before {
  border: 60px solid rgba(255,255,255,.05);
  border-radius: 50%;
  content: "";
  height: 320px;
  position: absolute;
  right: -150px;
  top: -160px;
  width: 320px;
}
.eec-clinician-card h2, .eec-clinician-card h3, .eec-clinician-card p { color: #fff; }
.eec-clinician-card a { color: #f4d8a2; font-weight: 750; text-decoration-thickness: 2px; }
.eec-clinician-card a:hover { color: #fff; }
.eec-monogram {
  align-items: center;
  background: linear-gradient(145deg, var(--eec-gold), #e7bd78);
  border-radius: 26px;
  color: var(--eec-ink);
  display: flex;
  font-size: 2rem;
  font-weight: 850;
  height: 120px;
  justify-content: center;
  letter-spacing: .04em;
  width: 120px;
}
.eec-credential { border-top: 1px solid rgba(255,255,255,.15); padding-top: .85rem; }

.eec-steps { counter-reset: eec-step; }
.eec-step { position: relative; padding-left: 4.2rem; }
.eec-step::before {
  align-items: center;
  background: var(--eec-teal);
  border-radius: 50%;
  color: #fff;
  content: counter(eec-step);
  counter-increment: eec-step;
  display: flex;
  font-weight: 800;
  height: 2.8rem;
  justify-content: center;
  left: 0;
  position: absolute;
  top: .1rem;
  width: 2.8rem;
}
.eec-step + .eec-step { margin-top: 2rem; }

.eec-price-card { text-align: left; }
.eec-price-card .eec-price { color: var(--eec-teal-dark); font-size: 2.35rem; font-weight: 850; line-height: 1; margin: .4rem 0 1rem; }
.eec-price-card.is-featured { border: 2px solid var(--eec-teal); box-shadow: var(--eec-shadow-soft); }
.eec-price-badge { background: var(--eec-teal); border-radius: 999px; color: #fff; display: inline-block; font-size: .75rem; font-weight: 800; padding: .35rem .7rem; text-transform: uppercase; letter-spacing: .08em; }

.eec-note {
  background: #fff7e9;
  border-left: 5px solid var(--eec-gold);
  border-radius: 0 var(--eec-radius-sm) var(--eec-radius-sm) 0;
  padding: 1.25rem 1.4rem;
}
.eec-clinical-note {
  background: #f1f7fb;
  border: 1px solid #ccdde8;
  border-radius: var(--eec-radius-sm);
  padding: 1.3rem 1.4rem;
}
.eec-clinical-note strong { color: #154d68; }

.eec-faq details {
  background: #fff;
  border: 1px solid var(--eec-line);
  border-radius: 16px;
  margin-bottom: .8rem;
  padding: 0 1.2rem;
}
.eec-faq summary { cursor: pointer; font-weight: 750; padding: 1.15rem 2rem 1.15rem 0; position: relative; }
.eec-faq summary::after { content: "+"; color: var(--eec-teal); font-size: 1.45rem; position: absolute; right: 0; top: .85rem; }
.eec-faq details[open] summary::after { content: "–"; }
.eec-faq details p { color: var(--eec-slate); margin-top: 0; padding-bottom: 1.1rem; }

.eec-contact-card { background: #fff; border: 1px solid var(--eec-line); border-radius: var(--eec-radius); padding: 1.5rem; }
.eec-contact-card h3 { margin-top: 0; }
.eec-hours { width: 100%; border-collapse: collapse; }
.eec-hours td { border-bottom: 1px solid var(--eec-line); padding: .7rem 0; }
.eec-hours td:last-child { text-align: right; font-weight: 700; }
.eec-hours tr:last-child td { border-bottom: 0; }

.eec-form {
  background: #fff;
  border: 1px solid var(--eec-line);
  border-radius: 28px;
  box-shadow: var(--eec-shadow-soft);
  padding: clamp(1.4rem, 4vw, 2.4rem);
}
.eec-form-grid { display: grid; gap: 1.1rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.eec-form-field { display: flex; flex-direction: column; gap: .42rem; }
.eec-form-field.eec-full { grid-column: 1 / -1; }
.eec-form label { color: var(--eec-ink); font-size: .95rem; font-weight: 750; }
.eec-form input, .eec-form select, .eec-form textarea {
  background: #fff;
  border: 1px solid #b9c8cc;
  border-radius: 12px;
  color: var(--eec-ink);
  font-size: 1rem;
  min-height: 50px;
  padding: .78rem .9rem;
  width: 100%;
}
.eec-form textarea { min-height: 120px; resize: vertical; }
.eec-form input:focus, .eec-form select:focus, .eec-form textarea:focus { border-color: var(--eec-teal); box-shadow: 0 0 0 3px rgba(11,110,105,.12); outline: 0; }
.eec-form button {
  background: var(--eec-teal);
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 800;
  min-height: 52px;
  padding: .85rem 1.4rem;
}
.eec-form button:hover { background: var(--eec-teal-dark); }
.eec-consent { align-items: flex-start; display: flex; gap: .7rem; }
.eec-consent input { min-height: auto; margin-top: .35rem; width: auto; }
.eec-form-help { color: var(--eec-slate); font-size: .86rem; }
.eec-honeypot { left: -9999px !important; position: absolute !important; }
.eec-alert { border-radius: 14px; font-weight: 650; margin-bottom: 1.25rem; padding: 1rem 1.1rem; }
.eec-alert-success { background: #e7f7ee; border: 1px solid #9cd4b2; color: #175b34; }
.eec-alert-error { background: #fff0f0; border: 1px solid #e3adad; color: #762727; }

.eec-cta {
  background: linear-gradient(135deg, var(--eec-teal-dark), var(--eec-ink));
  border-radius: 30px;
  box-shadow: var(--eec-shadow);
  color: #fff;
  overflow: hidden;
  padding: clamp(2rem, 6vw, 4.5rem);
  position: relative;
}
.eec-cta::after { border: 68px solid rgba(255,255,255,.055); border-radius: 50%; content: ""; height: 360px; position: absolute; right: -180px; top: -180px; width: 360px; }
.eec-cta h2, .eec-cta p { color: #fff; position: relative; z-index: 1; }
.eec-cta .wp-block-buttons { position: relative; z-index: 1; }

.eec-mobile-actions {
  display: none;
}

.eec-footer { background: #0b2028; color: rgba(255,255,255,.8); padding-top: 4.5rem; }
.eec-footer h2, .eec-footer h3 { color: #fff; }
.eec-footer a { color: rgba(255,255,255,.92); text-decoration: none; }
.eec-footer a:hover { color: #fff; text-decoration: underline; }
.eec-footer-bottom { border-top: 1px solid rgba(255,255,255,.12); font-size: .86rem; margin-top: 2.5rem; padding: 1.25rem 0; }
.eec-footer .wp-block-navigation { gap: .55rem; }

.eec-page-hero { background: linear-gradient(135deg, #f7fbfa, var(--eec-mint)); padding-top: clamp(3.5rem, 7vw, 6rem); padding-bottom: clamp(3.5rem, 7vw, 6rem); }
.eec-page-hero h1 { font-size: clamp(2.4rem, 5vw, 4.6rem); max-width: 920px; }
.eec-breadcrumb { color: var(--eec-teal-dark); font-size: .85rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.eec-prose > * { max-width: 760px; }
.eec-prose > .alignwide, .eec-prose > .alignfull { max-width: none; }
.eec-prose h2 { margin-top: 2.5rem; }
.eec-prose h3 { margin-top: 2rem; }

.wp-block-button__link { transition: transform .15s ease, box-shadow .15s ease, background .15s ease; text-decoration: none; }
.wp-block-button__link:hover { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(16,42,51,.14); }

@media (max-width: 1000px) {
  .eec-header-cta { display: none !important; }
  .eec-site-header .wp-block-navigation { margin-left: auto; }
}

@media (max-width: 782px) {
  body { padding-bottom: 70px; }
  .admin-bar .eec-site-header { top: 46px; }

  .eec-topbar-inner {
    justify-content: center !important;
    min-height: 36px;
    padding-top: .35rem;
    padding-bottom: .35rem;
  }
  .eec-topbar-message,
  .eec-topbar-email,
  .eec-topbar-separator { display: none !important; }
  .eec-topbar-contact { margin: 0; white-space: nowrap; }

  .eec-header-inner { min-height: 68px; }
  .eec-brand-mark { height: 44px; width: 44px; border-radius: 13px; }
  .eec-brand .wp-block-site-title { font-size: 1rem; }
  .eec-brand-tagline { display: none; }

  .eec-hero { padding-top: 2.35rem; padding-bottom: 3.25rem; }
  .eec-hero h1 {
    font-size: clamp(2.15rem, 10vw, 3.1rem);
    line-height: 1.04;
    letter-spacing: -.035em;
  }
  .eec-hero .wp-block-columns { gap: 2rem; }
  .eec-hero .wp-block-buttons { margin-top: 1.35rem; }

  .eec-trust-row {
    align-items: center !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: .55rem;
    margin-top: 1.4rem;
  }
  .eec-trust-chip { font-size: .82rem; padding: .5rem .72rem; }

  .eec-section { padding-top: 3.15rem; padding-bottom: 3.15rem; }
  .eec-section-compact { padding-top: 2.35rem; padding-bottom: 2.35rem; }
  .eec-card-grid { gap: 1rem; }
  .eec-card { padding: 1.35rem; }
  .eec-card h3 { margin-top: .55rem; margin-bottom: .5rem; }
  .eec-card p { line-height: 1.55; }
  .eec-icon { height: 44px; width: 44px; }

  .eec-clinician-card { padding: 1.55rem; border-radius: 24px; }
  .eec-monogram { height: 96px; width: 96px; border-radius: 22px; font-size: 1.7rem; }

  .eec-step { padding-left: 3.65rem; }
  .eec-step::before { height: 2.5rem; width: 2.5rem; }
  .eec-step + .eec-step { margin-top: 1.5rem; }

  .eec-form-grid { grid-template-columns: 1fr; }
  .eec-form-field.eec-full { grid-column: auto; }

  .eec-footer { padding-top: 3rem; }
  .eec-footer > .wp-block-columns { gap: .5rem; }
  .eec-footer .wp-block-column { margin-bottom: 1.4rem; }
  .eec-footer .wp-block-column .wp-block-navigation__container {
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: .55rem !important;
  }
  .eec-footer .wp-block-column .wp-block-navigation-item { width: 100%; }
  .eec-footer-bottom {
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: .85rem;
    margin-top: 1rem;
  }
  .eec-footer-bottom .wp-block-navigation__container {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: .45rem .8rem !important;
  }

  .eec-mobile-actions {
    align-items: center;
    background: #fff;
    border-top: 1px solid var(--eec-line);
    bottom: 0;
    box-shadow: 0 -8px 28px rgba(16,42,51,.12);
    display: grid;
    gap: .6rem;
    grid-template-columns: .8fr 1.2fr;
    left: 0;
    padding: .65rem max(.75rem, env(safe-area-inset-right)) calc(.65rem + env(safe-area-inset-bottom)) max(.75rem, env(safe-area-inset-left));
    position: fixed;
    right: 0;
    z-index: 9999;
  }
  .eec-mobile-actions a {
    align-items: center;
    border-radius: 999px;
    display: flex;
    font-size: .9rem;
    font-weight: 800;
    justify-content: center;
    min-height: 46px;
    padding: .65rem .7rem;
    text-align: center;
    text-decoration: none;
  }
  .eec-mobile-action-call {
    border: 2px solid var(--eec-teal);
    color: var(--eec-teal-dark);
  }
  .eec-mobile-action-request {
    background: var(--eec-teal);
    color: #fff;
  }
}

@media (max-width: 560px) {
  body { font-size: 17px; }
  .eec-site-header .wp-block-navigation__responsive-container.is-menu-open { padding: 1.5rem; }
  .eec-site-header .wp-block-navigation__responsive-container-content { align-items: flex-start; }
  .eec-site-header .wp-block-navigation__responsive-container-content .wp-block-navigation__container { gap: .6rem; }

  .eec-hero > .alignwide,
  .eec-section > .alignwide,
  .eec-page-hero > .alignwide,
  .eec-footer > .alignwide { padding-left: 1rem; padding-right: 1rem; }

  .eec-hero h1 { font-size: clamp(2rem, 10vw, 2.65rem); }
  .eec-lead { font-size: 1.04rem; line-height: 1.58; }
  .eec-eyebrow { font-size: .72rem; letter-spacing: .12em; }

  .eec-hero .wp-block-buttons,
  .eec-cta .wp-block-buttons,
  .eec-section .wp-block-buttons {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }
  .eec-hero .wp-block-button,
  .eec-cta .wp-block-button,
  .eec-section .wp-block-button { width: 100%; }
  .eec-hero .wp-block-button__link,
  .eec-cta .wp-block-button__link,
  .eec-section .wp-block-button__link { width: 100%; text-align: center; }

  .eec-trust-row { align-items: stretch !important; }
  .eec-trust-chip { justify-content: center; }

  .eec-card, .eec-hero-card, .eec-form { border-radius: 20px; }
  .eec-hero-card { padding: 1.35rem; }
  .eec-hero-card h2 { font-size: 1.65rem !important; }
  .eec-mini-list li { padding: .65rem 0; }

  .eec-section { padding-top: 2.8rem; padding-bottom: 2.8rem; }
  .eec-center { text-align: left; }
  .eec-card-grid { gap: .8rem; }
  .eec-card { padding: 1.25rem; }
  .eec-card:hover { transform: none; }

  .eec-clinician-card { padding: 1.35rem; }
  .eec-clinician-card h2 { font-size: 1.75rem !important; }
  .eec-monogram { height: 84px; width: 84px; }

  .eec-hours td { display: block; padding: .35rem 0; }
  .eec-hours td:first-child { padding-top: .9rem; }
  .eec-hours td:last-child { border-bottom: 1px solid var(--eec-line); padding-bottom: .9rem; text-align: left; }
  .eec-hours tr:last-child td:last-child { border-bottom: 0; }

  .eec-cta { border-radius: 22px; padding: 1.6rem; }
  .eec-cta h2 { font-size: 1.75rem; }

  .eec-footer h2 { font-size: 1.65rem !important; }
  .eec-footer p { line-height: 1.55; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}


/* =========================================================
   v1.2 interior-page layout refinements
   ========================================================= */

body:not(.home) .eec-page-hero {
  padding-top: clamp(2.6rem, 5vw, 4.5rem);
  padding-bottom: clamp(2.6rem, 5vw, 4.5rem);
}

body:not(.home) .eec-page-hero h1 {
  font-size: clamp(2.6rem, 4.8vw, 4.5rem);
  max-width: 820px;
  margin-bottom: 1rem;
}

body:not(.home) .eec-page-hero .eec-lead {
  max-width: 760px;
}

body:not(.home) .eec-page-hero .wp-block-buttons {
  margin-top: 1.35rem;
}

body:not(.home) .eec-section {
  padding-top: clamp(2.6rem, 4.5vw, 4rem);
  padding-bottom: clamp(2.6rem, 4.5vw, 4rem);
}

.eec-section-tight {
  padding-top: clamp(2.2rem, 4vw, 3.5rem);
  padding-bottom: clamp(2.2rem, 4vw, 3.5rem);
}

.eec-cta-section {
  padding-top: clamp(2.1rem, 4vw, 3.4rem);
  padding-bottom: clamp(2.6rem, 4.5vw, 4rem);
}

.eec-page-hero-compact .wp-block-buttons {
  display: none;
}

.eec-page-hero-compact {
  padding-bottom: clamp(2.2rem, 4vw, 3.6rem) !important;
}

.eec-page-hero-prices h1 {
  max-width: 760px;
}

/* Prices */
.eec-price-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

.eec-price-grid .eec-price-card {
  min-width: 0;
  padding: 1.6rem;
}

.eec-price-grid .eec-price-card h3 {
  margin-top: 0;
  margin-bottom: .35rem;
}

.eec-price-grid .eec-price-card p {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.eec-price-grid .eec-price-card .eec-price {
  margin-top: .25rem;
  margin-bottom: .9rem;
}

.eec-price-grid .eec-price-card.is-featured {
  position: relative;
}

.eec-price-badge {
  margin: 0 0 .8rem;
  white-space: nowrap;
}

.eec-price-note {
  margin-top: 1.25rem;
}

.eec-price-note h3 {
  margin-top: 0;
  margin-bottom: .45rem;
}

.eec-price-note p {
  margin-bottom: 0;
}

/* Appointment page */
.eec-appointment-section {
  background: var(--eec-mint);
}

.eec-appointment-layout {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1.8fr) minmax(280px, .8fr);
  align-items: start;
}

.eec-appointment-form-wrap,
.eec-appointment-sidebar {
  min-width: 0;
}

.eec-appointment-sidebar {
  display: grid;
  gap: 1rem;
}

.eec-appointment-sidebar .eec-contact-card,
.eec-appointment-sidebar .eec-clinical-note {
  margin: 0;
}

.eec-appointment-sidebar h2,
.eec-appointment-sidebar h3 {
  margin-top: 0;
}

.eec-appointment-sidebar p:last-child {
  margin-bottom: 0;
}

.eec-appointment-next ul {
  margin: .65rem 0 0;
  padding-left: 1.25rem;
}

.eec-appointment-next li + li {
  margin-top: .55rem;
}

.eec-form > h2 {
  margin-top: 0;
}

.eec-form > p {
  margin-bottom: 1.35rem;
}

/* Keep content close to the footer without a large empty band. */
body:not(.home) main > .wp-block-post-content > .alignfull:last-child {
  margin-bottom: 0;
}

@media (max-width: 1020px) {
  .eec-price-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .eec-appointment-layout {
    grid-template-columns: minmax(0, 1.45fr) minmax(260px, .75fr);
  }
}

@media (max-width: 782px) {
  body:not(.home) .eec-page-hero {
    padding-top: 2.2rem;
    padding-bottom: 2.35rem;
  }

  body:not(.home) .eec-page-hero h1 {
    font-size: clamp(2.15rem, 9vw, 3rem);
  }

  body:not(.home) .eec-section,
  .eec-section-tight,
  .eec-cta-section {
    padding-top: 2.35rem;
    padding-bottom: 2.35rem;
  }

  .eec-appointment-layout {
    grid-template-columns: 1fr;
  }

  .eec-appointment-sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .eec-appointment-sidebar .eec-appointment-next {
    grid-column: 1 / -1;
  }
}

@media (max-width: 600px) {
  .eec-price-grid {
    grid-template-columns: 1fr;
    gap: .9rem;
  }

  .eec-price-grid .eec-price-card {
    padding: 1.3rem;
  }

  .eec-price-badge {
    white-space: normal;
  }

  .eec-appointment-sidebar {
    grid-template-columns: 1fr;
  }

  .eec-appointment-sidebar .eec-appointment-next {
    grid-column: auto;
  }
}


/* =========================================================
   v1.3 final-content components
   ========================================================= */

.eec-price-badge {
  background: var(--eec-gold);
  color: #102a33;
  font-weight: 850;
}

.eec-section-heading {
  margin-bottom: 1.75rem;
}

.eec-review-grid {
  display: grid;
  gap: 1.15rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.eec-review-card {
  background: #fff;
  border: 1px solid var(--eec-line);
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(16,42,51,.07);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.55rem;
}

.eec-review-stars {
  color: #9a641f;
  font-size: 1.05rem;
  letter-spacing: .08em;
  margin: 0 0 .8rem;
}

.eec-review-text {
  font-size: 1.05rem;
  line-height: 1.65;
  margin: 0 0 1.15rem;
}

.eec-review-person {
  border-top: 1px solid var(--eec-line);
  color: var(--eec-slate);
  margin: auto 0 0;
  padding-top: .9rem;
}

.eec-review-person strong {
  color: var(--eec-ink);
}

.eec-review-intro {
  max-width: 720px;
}

.eec-visit-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.eec-visit-card {
  background: #fff;
  border: 1px solid var(--eec-line);
  border-radius: 20px;
  padding: 1.4rem;
}

.eec-visit-card h3 {
  margin-top: 0;
}

.eec-contact-actions {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1rem;
}

.eec-contact-actions a {
  align-items: center;
  border: 2px solid var(--eec-teal);
  border-radius: 999px;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 48px;
  padding: .65rem 1.05rem;
  text-decoration: none;
}

.eec-contact-actions a:first-child {
  background: var(--eec-teal);
  color: #fff;
}

.eec-contact-actions a:nth-child(2) {
  background: #fff;
  color: var(--eec-teal-dark);
}

.eec-contact-actions a.eec-whatsapp-link {
  background: #f3faf5;
  border-color: #277744;
  color: #155c31;
}

.eec-map-shell {
  align-items: center;
  background:
    radial-gradient(circle at 18% 22%, rgba(11,110,105,.12), transparent 28%),
    linear-gradient(135deg, #f7fbfa, #eaf5f2);
  border: 1px solid var(--eec-line);
  border-radius: 24px;
  display: flex;
  justify-content: center;
  min-height: 390px;
  overflow: hidden;
  padding: 1.5rem;
  position: relative;
}

.eec-map-shell iframe {
  border: 0;
  height: 430px;
  width: 100%;
}

.eec-map-consent {
  max-width: 620px;
  text-align: center;
}

.eec-map-consent h3 {
  margin-top: 0;
}

.eec-map-consent button {
  background: var(--eec-teal);
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  min-height: 48px;
  padding: .75rem 1.1rem;
}

.eec-map-consent small {
  color: var(--eec-slate);
  display: block;
  margin-top: .8rem;
}

.eec-source-list {
  font-size: .92rem;
  margin-top: 1.3rem;
}

.eec-source-list a {
  font-weight: 700;
}

.eec-urgent-banner {
  background: #fff7e8;
  border: 1px solid #e1b866;
  border-left: 6px solid #b66a18;
  border-radius: 16px;
  color: #5c3a14;
  margin-top: 1.25rem;
  padding: 1rem 1.1rem;
}

.eec-urgent-banner p:last-child {
  margin-bottom: 0;
}

.eec-advice-grid {
  display: grid;
  gap: 1.1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.eec-advice-card {
  background: #fff;
  border: 1px solid var(--eec-line);
  border-radius: 20px;
  padding: 1.4rem;
}

.eec-advice-card h3 {
  margin-top: 0;
}

.eec-advice-card p:last-child {
  margin-bottom: 0;
}

.eec-launch-note {
  background: #fff8e6;
  border: 1px solid #e3c476;
  border-radius: 14px;
  color: #5b441d;
  padding: .9rem 1rem;
}

@media (max-width: 900px) {
  .eec-review-grid {
    grid-template-columns: 1fr;
  }

  .eec-visit-grid,
  .eec-advice-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .eec-contact-actions {
    flex-direction: column;
  }

  .eec-contact-actions a {
    width: 100%;
  }

  .eec-map-shell {
    min-height: 315px;
    padding: 1rem;
  }

  .eec-map-shell iframe {
    height: 350px;
  }

  .eec-review-card,
  .eec-visit-card,
  .eec-advice-card {
    padding: 1.25rem;
  }
}


/* v1.3.1 — keep all price cards on the same top and bottom lines.
   WordPress adds block-gap margins to sibling blocks by default; a CSS grid
   must reset those margins on its direct children. */
.eec-price-grid > * {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.eec-price-grid .eec-price-card {
  height: 100%;
}


/* =========================================================
   v1.4 permanent clinic branding
   ========================================================= */

.eec-brand {
  flex: 0 1 auto;
  min-width: 0;
}

.eec-brand-logo-link {
  align-items: center;
  display: inline-flex;
  line-height: 0;
  text-decoration: none;
}

.eec-brand-logo {
  display: block;
  height: auto;
  max-height: 62px;
  object-fit: contain;
  object-position: left center;
  width: clamp(220px, 18vw, 280px);
}

.eec-footer-logo-link {
  display: inline-block;
  line-height: 0;
  margin-bottom: 1.15rem;
  text-decoration: none;
}

.eec-footer-logo {
  display: block;
  height: auto;
  max-width: 100%;
  width: 340px;
}

@media (max-width: 1120px) {
  .eec-brand-logo {
    width: 235px;
  }
}

@media (max-width: 782px) {
  .eec-header-inner {
    gap: .75rem;
  }

  .eec-brand-logo {
    max-height: 50px;
    width: min(68vw, 235px);
  }

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

@media (max-width: 390px) {
  .eec-brand-logo {
    width: 205px;
  }
}


/* =========================================================
   v1.4.2 — compact Amelia appointment page
   ========================================================= */

.eec-appointment-section-v2 {
  background: #fff;
  padding-top: clamp(1rem, 2vw, 1.65rem);
  padding-bottom: clamp(2.25rem, 4vw, 3.75rem);
}

.eec-amelia-wrap {
  margin-inline: auto;
  max-width: 1080px;
  min-width: 0;
}

.eec-amelia-wrap > * {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

/* Keep Amelia centred without the oversized white gap above it. */
.eec-amelia-wrap #amelia-container,
.eec-amelia-wrap .amelia-v2-booking,
.eec-amelia-wrap [class*="am-fs__wrapper"] {
  margin-top: 0 !important;
  margin-inline: auto !important;
  max-width: 100% !important;
}

.eec-appointment-help-grid {
  align-items: stretch;
  display: grid;
  gap: 1.2rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: clamp(1.25rem, 2.5vw, 2rem);
}

.eec-appointment-help-grid > * {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.eec-appointment-help-grid .eec-contact-card {
  height: 100%;
  margin: 0;
}

.eec-appointment-help-grid h2,
.eec-appointment-help-grid h3 {
  margin-top: 0;
}

.eec-appointment-help-grid ul {
  margin: .65rem 0 0;
  padding-left: 1.25rem;
}

.eec-appointment-help-grid li + li {
  margin-top: .55rem;
}

.eec-appointment-emergency-note {
  grid-column: 1 / -1;
  margin: 0;
}

@media (max-width: 782px) {
  .eec-appointment-section-v2 {
    padding-top: .75rem;
  }

  .eec-appointment-help-grid {
    grid-template-columns: 1fr;
  }

  .eec-appointment-emergency-note {
    grid-column: auto;
  }
}


/* =========================================================
   v1.4.5 — reliable service-card booking hub
   ========================================================= */

.eec-booking-hub {
  margin-inline: auto;
  max-width: 1080px;
  width: 100%;
}

.eec-booking-services-heading {
  margin-bottom: 1.25rem;
  text-align: center;
}

.eec-booking-services-heading h2 {
  margin: 0 0 .45rem;
}

.eec-booking-services-heading p {
  color: #526466;
  margin: 0 auto;
  max-width: 720px;
}

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

.eec-booking-service-card {
  background: #fff;
  border: 1px solid rgba(11, 85, 86, .15);
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(15, 34, 48, .07);
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  padding: 1.35rem;
  position: relative;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.eec-booking-service-card:hover {
  border-color: rgba(11, 85, 86, .42);
  box-shadow: 0 16px 36px rgba(15, 34, 48, .11);
  transform: translateY(-2px);
}

.eec-booking-service-card__top {
  align-items: flex-start;
  display: flex;
  gap: .9rem;
  justify-content: space-between;
}

.eec-booking-service-card__icon {
  align-items: center;
  background: #f7f4eb;
  border: 1px solid rgba(200, 154, 70, .35);
  border-radius: 14px;
  display: inline-flex;
  flex: 0 0 48px;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.eec-booking-service-card__icon svg {
  height: 28px;
  width: 28px;
}

.eec-booking-service-card__price {
  background: rgba(200, 154, 70, .15);
  border-radius: 999px;
  color: #765315;
  flex: 0 0 auto;
  font-weight: 700;
  padding: .4rem .7rem;
}

.eec-booking-service-card h3 {
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  margin: 1rem 0 .45rem;
}

.eec-booking-service-card__meta {
  color: #526466;
  display: flex;
  flex-wrap: wrap;
  font-size: .95rem;
  gap: .5rem 1rem;
  margin-bottom: .8rem;
}

.eec-booking-service-card__description {
  color: #526466;
  flex: 1 1 auto;
  margin: 0 0 1.1rem;
}

.eec-booking-service-card__button {
  align-items: center;
  align-self: flex-start;
  background: #0b5556;
  border: 2px solid #0b5556;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  min-height: 46px;
  padding: .65rem 1.15rem;
  text-decoration: none;
}

.eec-booking-service-card__button:hover,
.eec-booking-service-card__button:focus-visible {
  background: #084647;
  border-color: #084647;
  color: #fff;
}

.eec-booking-selected {
  margin-bottom: 1rem;
}

.eec-booking-selected__back {
  align-items: center;
  color: #0b5556;
  display: inline-flex;
  font-weight: 700;
  gap: .35rem;
  margin-bottom: 1rem;
  text-decoration: none;
}

.eec-booking-selected__summary {
  align-items: center;
  background: #f7f4eb;
  border: 1px solid rgba(11, 85, 86, .15);
  border-radius: 16px;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 1rem 1.15rem;
}

.eec-booking-selected__summary h2 {
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  margin: 0 0 .25rem;
}

.eec-booking-selected__summary p {
  color: #526466;
  margin: 0;
}

.eec-booking-selected__price {
  color: #0b5556;
  flex: 0 0 auto;
  font-size: 1.35rem;
  font-weight: 800;
}

.eec-amelia-direct-wrap {
  margin-inline: auto;
  max-width: 980px;
  min-width: 0;
  position: relative;
  width: 100%;
}

/* Contact information is already shown in the panel below the form. */
.eec-booking-page .eec-amelia-direct-wrap .am-fs-sb__support {
  display: none !important;
}

/* The booking page has its own telephone panel, so avoid competing CTAs. */
@media (max-width: 782px) {
  body.eec-booking-page {
    padding-bottom: 0 !important;
  }

  .eec-booking-page .eec-mobile-actions {
    display: none !important;
  }

  .eec-booking-page .eec-appointment-section-v2 {
    padding-left: 0;
    padding-right: 0;
    padding-top: .5rem;
  }

  .eec-booking-hub {
    padding-inline: 1rem;
  }

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

  .eec-booking-service-card {
    border-radius: 16px;
    padding: 1.1rem;
  }

  .eec-booking-service-card__button {
    align-self: stretch;
    width: 100%;
  }

  .eec-booking-selected__summary {
    align-items: flex-start;
    flex-direction: column;
  }

  .eec-amelia-direct-wrap {
    max-width: none;
    padding-inline: 0;
    width: 100%;
  }

  .eec-booking-page .eec-appointment-help-grid {
    margin-top: .8rem !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}


/* =========================================================
   v1.4.6 — confirmed bookings and clinician callbacks
   ========================================================= */

.eec-callback-section {
  background: #f7f4eb;
  border-radius: 24px;
  margin-top: clamp(1.5rem, 3vw, 2.5rem);
  padding: clamp(1.25rem, 3vw, 2.25rem);
}

.eec-callback-heading {
  margin: 0 auto 1.3rem;
  max-width: 760px;
  text-align: center;
}

.eec-callback-heading h2 {
  margin: 0 0 .5rem;
}

.eec-callback-heading p {
  color: #526466;
  margin: 0;
}

.eec-callback-service-grid {
  display: grid;
  gap: .9rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.eec-callback-service-card {
  background: #fff;
  border: 1px solid rgba(11, 85, 86, .15);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 1.1rem;
}

.eec-callback-service-card.is-selected {
  border-color: #0b5556;
  box-shadow: 0 0 0 3px rgba(11, 85, 86, .12);
}

.eec-callback-service-card h3 {
  font-size: 1.08rem;
  margin: 0 0 .45rem;
}

.eec-callback-service-card p {
  color: #526466;
  flex: 1 1 auto;
  font-size: .95rem;
  margin: 0 0 .9rem;
}

.eec-callback-service-card button {
  align-self: flex-start;
  background: transparent;
  border: 2px solid #0b5556;
  border-radius: 999px;
  color: #0b5556;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  min-height: 42px;
  padding: .5rem .9rem;
}

.eec-callback-service-card button:hover,
.eec-callback-service-card button:focus-visible {
  background: #0b5556;
  color: #fff;
}

.eec-callback-form-shell {
  background: #fff;
  border: 1px solid rgba(11, 85, 86, .15);
  border-radius: 18px;
  margin-top: 1.25rem;
  padding: clamp(1rem, 2.5vw, 1.6rem);
}

.eec-callback-form-shell h3 {
  margin-top: 0;
}

.eec-callback-form-shell .eec-form-grid {
  margin-top: 1rem;
}

.eec-callback-form-shell button[type="submit"] {
  background: #0b5556;
  border: 2px solid #0b5556;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  min-height: 48px;
  padding: .65rem 1.15rem;
}

.eec-callback-form-shell button[type="submit"]:hover,
.eec-callback-form-shell button[type="submit"]:focus-visible {
  background: #084647;
  border-color: #084647;
}

.eec-amelia-phone-error {
  color: #a52a17;
  display: block;
  font-size: .9rem;
  margin-top: .35rem;
}

.eec-amelia-phone-invalid {
  border-color: #a52a17 !important;
  box-shadow: 0 0 0 2px rgba(165, 42, 23, .12) !important;
}

@media (max-width: 900px) {
  .eec-callback-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .eec-callback-section {
    border-radius: 18px;
    padding: 1rem;
  }

  .eec-callback-service-grid {
    grid-template-columns: 1fr;
  }

  .eec-callback-service-card button {
    align-self: stretch;
    width: 100%;
  }
}


/* =========================================================
   v1.4.7 — no same-day public bookings
   ========================================================= */

.eec-same-day-booking-note,
.eec-amelia-same-day-alert {
  background: #f7f4eb;
  border: 1px solid rgba(200, 154, 70, .48);
  border-left: 5px solid #c89a46;
  border-radius: 12px;
  color: #0f2230;
  margin: 0 0 1rem;
  padding: .85rem 1rem;
}

.eec-same-day-booking-note p,
.eec-amelia-same-day-alert p {
  margin: 0;
}

.eec-same-day-booking-note a,
.eec-amelia-same-day-alert a {
  color: #0b5556;
  font-weight: 750;
}

.eec-amelia-same-day-disabled {
  cursor: not-allowed !important;
  opacity: .38 !important;
  pointer-events: none !important;
  text-decoration: line-through;
}

.eec-amelia-same-day-slot {
  display: none !important;
}

@media (max-width: 600px) {
  .eec-same-day-booking-note,
  .eec-amelia-same-day-alert {
    border-radius: 10px;
    font-size: .95rem;
  }
}


/* --------------------------------------------------------------------------
   v1.5.0 — alternative appointment help and scheduled booking pauses
   -------------------------------------------------------------------------- */

.eec-alternative-time-note {
  margin-top: clamp(1.1rem, 2vw, 1.6rem);
  padding: 1rem 1.15rem;
  border: 1px solid rgba(11, 85, 86, 0.22);
  border-left: 4px solid #0b5556;
  border-radius: 14px;
  background: #f4f9f8;
  color: #173b3b;
}

.eec-alternative-time-note p {
  margin: 0;
}

.eec-alternative-time-note a {
  font-weight: 700;
  color: #0b5556;
}

.eec-booking-pause-panel {
  max-width: 880px;
  margin: 0 auto;
  padding: clamp(1.5rem, 4vw, 2.4rem);
  border: 1px solid rgba(11, 85, 86, 0.2);
  border-top: 5px solid #0b5556;
  border-radius: 22px;
  background: linear-gradient(145deg, #ffffff 0%, #f4f9f8 100%);
  box-shadow: 0 18px 50px rgba(17, 49, 50, 0.1);
  text-align: center;
}

.eec-booking-pause-panel h2 {
  margin-top: 0.25rem;
  margin-bottom: 0.8rem;
}

.eec-booking-pause-panel > p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.eec-booking-pause-until {
  padding: 0.8rem 1rem;
  border-radius: 12px;
  background: #fff7e8;
  color: #5f461c;
}

.eec-booking-support-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.eec-booking-support-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.75rem 1.1rem;
  border: 2px solid #0b5556;
  border-radius: 999px;
  color: #0b5556;
  font-weight: 750;
  text-decoration: none;
  transition: transform 160ms ease, background-color 160ms ease, color 160ms ease;
}

.eec-booking-support-action:hover,
.eec-booking-support-action:focus-visible {
  transform: translateY(-1px);
  background: #e7f2f0;
}

.eec-booking-support-action--primary {
  background: #0b5556;
  color: #fff;
}

.eec-booking-support-action--primary:hover,
.eec-booking-support-action--primary:focus-visible {
  background: #083f40;
  color: #fff;
}

.eec-booking-pause-small {
  margin-bottom: 0;
  color: #536667;
  font-size: 0.92rem;
}

@media (max-width: 600px) {
  .eec-booking-support-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .eec-booking-support-action {
    width: 100%;
  }
}

/* --------------------------------------------------------------------------
   v1.5.1 — appointment help placement
   -------------------------------------------------------------------------- */

.eec-booking-help-note {
  margin: 0 0 1rem;
  padding: .95rem 1.05rem;
  border: 1px solid rgba(200, 154, 70, .48);
  border-left: 5px solid #c89a46;
  border-radius: 12px;
  background: #f7f4eb;
  color: #0f2230;
}

.eec-booking-help-note p,
.eec-calendar-help-note p {
  margin: 0;
}

.eec-booking-help-note a,
.eec-calendar-help-note a {
  color: #0b5556;
  font-weight: 750;
}

.eec-calendar-help-note {
  margin: .8rem 0 1rem;
  padding: .75rem .9rem;
  border: 1px solid rgba(11, 85, 86, .2);
  border-radius: 11px;
  background: #f4f9f8;
  color: #173b3b;
  font-size: .95rem;
}

@media (max-width: 600px) {
  .eec-booking-help-note {
    border-radius: 10px;
    font-size: .95rem;
  }

  .eec-calendar-help-note {
    font-size: .92rem;
  }
}

