:root {
  --ink: #102022;
  --text: #263638;
  --muted: #687a7c;
  --paper: #f7f9f7;
  --panel: #ffffff;
  --line: #dce7e3;
  --teal: #146c67;
  --teal-dark: #0c4947;
  --sage: #9db9aa;
  --blue: #466f90;
  --cream: #f3efe5;
  --gold: #c8a45d;
  --shadow: 0 28px 80px rgba(16, 32, 34, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 12%, rgba(157, 185, 170, 0.28), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(70, 111, 144, 0.18), transparent 30%),
    var(--paper);
  color: var(--text);
  font-family: "Inter", Arial, sans-serif;
  line-height: 1.6;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
p, h1, h2, h3, dl, dd, ul { margin: 0; }

.topbar { background: var(--teal-dark); color: rgba(255, 255, 255, 0.86); font-size: 0.86rem; }
.topbar-inner {
  display: flex; justify-content: space-between; gap: 18px;
  max-width: 1180px; margin: 0 auto; padding: 9px 22px;
}
.topbar a { font-weight: 700; }
.site-nav {
  position: sticky; top: 0; z-index: 30;
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px;
  padding: 16px max(22px, calc((100vw - 1180px) / 2));
  background: rgba(247, 249, 247, 0.92); border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark {
  display: grid; width: 48px; height: 48px; place-items: center; overflow: hidden; border-radius: 50%;
  border: 2px solid rgba(20, 108, 103, 0.2); background: #ffffff; box-shadow: 0 10px 24px rgba(16, 32, 34, 0.1);
}
.brand-mark img { width: 100%; height: 100%; object-fit: cover; object-position: 56% 20%; filter: grayscale(1); }
.brand strong, .brand small { display: block; }
.brand strong { color: var(--ink); font-weight: 800; line-height: 1.2; }
.brand small { color: var(--muted); font-size: 0.78rem; font-weight: 700; }
.nav-links { display: flex; justify-content: center; gap: 26px; color: var(--muted); font-size: 0.94rem; font-weight: 700; }
.nav-links a:hover, .footer a:hover { color: var(--teal); }
.nav-cta, .button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 46px;
  border-radius: 8px; padding: 0 20px; font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}
.nav-cta { background: var(--ink); color: #ffffff; }
.nav-cta:hover, .button:hover { transform: translateY(-2px); }

.hero { position: relative; min-height: 680px; isolation: isolate; overflow: hidden; background: var(--ink); }
.hero::before {
  position: absolute; inset: 42px auto auto 48%; width: 460px; height: 460px;
  border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 50%; content: ""; z-index: -1;
}
.hero::after {
  position: absolute; right: -120px; bottom: -160px; width: 520px; height: 520px;
  border-radius: 50%; background: rgba(20, 108, 103, 0.26); filter: blur(14px); content: ""; z-index: -1;
}
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-bg::after {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 21, 23, 0.94) 0%, rgba(6, 21, 23, 0.78) 45%, rgba(6, 21, 23, 0.34) 100%),
    linear-gradient(0deg, rgba(6, 21, 23, 0.72), transparent 52%);
  content: "";
}
.hero-content {
  position: relative;
  z-index: 1;
  display: grid; grid-template-columns: minmax(0, 1fr) 430px; gap: 58px; align-items: end;
  max-width: 1180px; min-height: 680px; margin: 0 auto; padding: 48px 22px 50px;
}
.hero-copy { max-width: 780px; color: #ffffff; }
.eyebrow, .card-kicker {
  color: var(--teal); font-size: 0.76rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase;
}
.hero .eyebrow { margin-top: 18px; color: rgba(255, 255, 255, 0.7); }
.hero-badge {
  display: inline-flex; align-items: center; min-height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 999px;
  background: rgba(255, 255, 255, 0.1); color: rgba(255, 255, 255, 0.9);
  padding: 0 14px; font-size: 0.82rem; font-weight: 800; backdrop-filter: blur(12px);
}
h1, h2 { color: var(--ink); font-family: "Source Serif 4", Georgia, serif; line-height: 1.04; letter-spacing: 0; }
h1 { max-width: 760px; margin-top: 18px; color: #ffffff; font-size: clamp(2.8rem, 5.1vw, 5.1rem); text-wrap: balance; }
h2 { font-size: clamp(2rem, 3.7vw, 3.9rem); }
h3 { color: var(--ink); font-size: 1.1rem; line-height: 1.25; }
.lead { max-width: 620px; margin-top: 22px; color: rgba(255, 255, 255, 0.8); font-size: clamp(1rem, 1.25vw, 1.18rem); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button.primary { background: linear-gradient(135deg, #ffffff, #eaf2ee); color: var(--ink); box-shadow: 0 22px 50px rgba(0, 0, 0, 0.22); }
.button.secondary { border: 1px solid rgba(255, 255, 255, 0.38); color: #ffffff; background: rgba(255, 255, 255, 0.08); backdrop-filter: blur(12px); }
.hero-service-strip { display: flex; flex-wrap: wrap; gap: 10px; max-width: 690px; margin-top: 28px; }
.hero-service-strip span {
  border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 999px;
  background: rgba(255, 255, 255, 0.09); color: rgba(255, 255, 255, 0.8);
  padding: 9px 13px; font-size: 0.88rem; font-weight: 800;
}
.hero-panel { position: relative; display: grid; gap: 14px; }
.hero-panel::before {
  position: absolute; inset: -22px -22px auto auto; width: 160px; height: 160px;
  border-radius: 32px; background: linear-gradient(135deg, rgba(200, 164, 93, 0.52), rgba(20, 108, 103, 0.42));
  content: ""; transform: rotate(12deg); z-index: -1;
}
.doctor-card {
  overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.36); border-radius: 22px;
  background: #ffffff; box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
}
.doctor-card img { width: 100%; aspect-ratio: 4 / 4.35; object-fit: cover; object-position: center 22%; }
.doctor-card figcaption { display: grid; gap: 3px; padding: 18px 20px; background: linear-gradient(135deg, #ffffff, #f4f8f6); }
.doctor-card strong { color: var(--ink); font-size: 1rem; }
.doctor-card span { color: var(--muted); font-size: 0.9rem; font-weight: 700; }
.booking-card {
  border: 1px solid rgba(255, 255, 255, 0.32); border-radius: 18px;
  background: rgba(255, 255, 255, 0.9); box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
  padding: 24px; backdrop-filter: blur(16px);
}
.booking-card h2 { margin-top: 8px; font-size: 1.7rem; }
.booking-card dl { display: grid; gap: 16px; margin-top: 22px; }
.booking-card div { border-top: 1px solid var(--line); padding-top: 14px; }
.booking-card dt { color: var(--muted); font-size: 0.76rem; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; }
.booking-card dd { margin-top: 4px; color: var(--ink); font-weight: 800; }
.inline-link { color: var(--teal); text-decoration: underline; text-underline-offset: 3px; }
.booking-card > a {
  display: block; margin-top: 24px; border-radius: 12px; background: linear-gradient(135deg, var(--teal), var(--blue));
  color: #ffffff; padding: 14px 16px; text-align: center; font-weight: 900;
}
.stats {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1180px; margin: -54px auto 0; padding: 0 22px; position: relative; z-index: 5;
}
.stats article {
  min-height: 132px; border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 250, 247, 0.96));
  padding: 26px; box-shadow: 0 18px 46px rgba(16, 32, 34, 0.09);
}
.stats article + article { border-left: 0; }
.stats strong { display: block; color: var(--teal-dark); font-family: "Source Serif 4", Georgia, serif; font-size: 2.35rem; line-height: 1; }
.stats span { display: block; margin-top: 8px; color: var(--muted); font-weight: 700; }
.section { max-width: 1180px; margin: 0 auto; padding: clamp(76px, 9vw, 118px) 22px; }
.section-title { max-width: 780px; }
.section-title.centered { margin: 0 auto 38px; text-align: center; }
.section-title h2 { margin-top: 10px; }
.about { display: grid; grid-template-columns: minmax(280px, 0.56fr) minmax(0, 1fr); gap: clamp(32px, 6vw, 72px); align-items: center; }
.about > div:last-child {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  padding: clamp(26px, 4vw, 42px);
  box-shadow: 0 18px 48px rgba(16, 32, 34, 0.08);
}
.about-photo { overflow: hidden; border-radius: 8px; background: var(--line); box-shadow: 0 18px 48px rgba(16, 32, 34, 0.12); }
.about-photo img { width: 100%; aspect-ratio: 4 / 5.15; object-fit: cover; object-position: 62% center; }
.about-copy { display: grid; gap: 16px; margin-top: 22px; color: var(--muted); font-size: 1.04rem; }
.services { max-width: none; background: #ffffff; }
.services > * { max-width: 1180px; margin-left: auto; margin-right: auto; }
.service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.service-grid article, .training-grid article {
  border: 1px solid var(--line); border-radius: 8px; background: var(--panel); padding: 26px;
}
.service-grid article {
  position: relative; overflow: hidden; min-height: 280px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
.service-grid article::after {
  position: absolute; right: -42px; bottom: -42px; width: 120px; height: 120px;
  border-radius: 50%; background: rgba(20, 108, 103, 0.08); content: "";
}
.service-grid article:hover { border-color: rgba(20, 108, 103, 0.32); box-shadow: 0 22px 54px rgba(16, 32, 34, 0.1); transform: translateY(-4px); }
.service-grid span {
  display: inline-grid; width: 42px; height: 42px; place-items: center; margin-bottom: 58px;
  border-radius: 50%; background: var(--cream); color: var(--teal); font-weight: 900;
}
.service-grid h3, .training-grid h3 { margin-bottom: 12px; }
.service-grid p, .timeline p, .training-grid li, .cta p, .contact-card p { color: var(--muted); }
.experience { display: grid; grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr); gap: clamp(34px, 6vw, 82px); }
.timeline { display: grid; gap: 14px; }
.timeline article {
  display: grid; grid-template-columns: 128px 1fr; gap: 22px;
  border: 1px solid var(--line); border-radius: 8px; background: #ffffff; padding: 22px;
  transition: border-color 180ms ease, transform 180ms ease;
}
.timeline article:hover { border-color: rgba(20, 108, 103, 0.32); transform: translateX(4px); }
.timeline time { color: var(--teal); font-weight: 900; }
.timeline h3 { margin-bottom: 7px; }
.training { max-width: none; background: #eaf2ee; }
.training > * { max-width: 1180px; margin-left: auto; margin-right: auto; }
.training-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.training-grid ul { display: grid; gap: 10px; padding-left: 18px; }
.legal-note {
  display: grid; grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
  gap: clamp(26px, 5vw, 70px); align-items: start; max-width: 1180px; margin: 0 auto;
  padding: clamp(54px, 7vw, 78px) 22px; border-top: 1px solid var(--line);
}
.legal-note h2 { margin-top: 8px; font-size: clamp(1.9rem, 3vw, 3rem); }
.legal-note > p { border-left: 4px solid var(--gold); background: rgba(255, 255, 255, 0.72); padding: 22px 24px; color: var(--muted); font-weight: 650; }
.cta {
  display: grid; grid-template-columns: minmax(0, 1fr) 390px; gap: clamp(32px, 7vw, 90px);
  align-items: start; padding: clamp(76px, 9vw, 118px) max(22px, calc((100vw - 1180px) / 2));
  background: var(--ink); color: #ffffff;
}
.cta h2 { margin-top: 10px; color: #ffffff; }
.cta > div > p { max-width: 620px; margin-top: 20px; color: rgba(255, 255, 255, 0.7); font-size: 1.1rem; }
.cta .eyebrow { color: rgba(255, 255, 255, 0.66); }
.contact-card {
  display: grid; gap: 12px; border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 8px;
  background: rgba(255, 255, 255, 0.08); padding: 20px;
}
.contact-card a, .contact-card p, .clinic-links {
  border-radius: 8px; background: rgba(255, 255, 255, 0.1); padding: 18px; color: #ffffff; font-weight: 800;
}
.clinic-links { display: grid; gap: 8px; }
.clinic-links a { padding: 0; background: transparent; color: #ffffff; text-decoration: underline; text-underline-offset: 4px; }
.contact-card span, .clinic-links span {
  display: block; margin-bottom: 4px; color: rgba(255, 255, 255, 0.62);
  font-size: 0.74rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase;
}
.footer {
  display: flex; justify-content: space-between; gap: 28px;
  padding: 26px max(22px, calc((100vw - 1180px) / 2));
  background: #ffffff; color: var(--muted); font-size: 0.92rem;
}
.footer strong { display: block; margin-bottom: 6px; color: var(--ink); }
.footer-links { display: flex; flex-wrap: wrap; gap: 14px; align-items: flex-start; justify-content: flex-end; font-weight: 800; }
.mobile-menu-toggle, .mobile-menu { display: none; }
.simple-header {
  display: flex; align-items: center; justify-content: space-between; gap: 22px;
  padding: 18px max(22px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid var(--line); background: rgba(247, 249, 247, 0.94); backdrop-filter: blur(16px);
}
.legal-page { max-width: 980px; margin: 0 auto; padding: clamp(56px, 8vw, 90px) 22px; }
.legal-hero { margin-bottom: 42px; }
.legal-hero h1 { margin-top: 12px; color: var(--ink); font-size: clamp(2.8rem, 6vw, 5.4rem); }
.legal-hero p { max-width: 740px; margin-top: 18px; color: var(--muted); font-size: 1.08rem; }
.legal-content { display: grid; gap: 16px; }
.legal-content article {
  border: 1px solid var(--line); border-radius: 8px; background: rgba(255, 255, 255, 0.78);
  padding: clamp(22px, 4vw, 34px);
}
.legal-content h2 { margin-bottom: 12px; font-family: "Inter", Arial, sans-serif; font-size: 1.15rem; line-height: 1.35; }
.legal-content p + p { margin-top: 12px; }
.legal-content p { color: var(--muted); }
.mobile-contact-bar { display: none; }
.mobile-title { display: none; }
.mobile-only-title { display: none; }

@media (max-width: 720px) {
  body { padding-bottom: 92px; }
  .topbar { display: none; }
  .topbar-inner, .footer, .simple-header { flex-direction: column; }
  .simple-header { align-items: flex-start; }
  .site-nav { position: static; display: flex; align-items: center; padding: 12px 16px; }
  .nav-cta, .nav-links { display: none; }
  .mobile-menu-toggle {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #ffffff;
    color: var(--ink);
    padding: 0 14px;
    font: inherit;
    font-size: 0.86rem;
    font-weight: 900;
  }
  .mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: none;
    background: rgba(5, 18, 20, 0.56);
    padding: 12px;
    backdrop-filter: blur(10px);
  }
  .mobile-menu[aria-hidden="false"] {
    display: grid;
    align-items: stretch;
    justify-items: end;
  }
  body.menu-open {
    overflow: hidden;
  }
  .mobile-menu-panel {
    display: grid;
    align-content: start;
    gap: 10px;
    width: min(86vw, 340px);
    min-height: calc(100dvh - 24px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 18px;
    background: rgba(247, 249, 247, 0.98);
    padding: 16px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
  }
  .mobile-menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 4px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--line);
  }
  .mobile-menu-head strong {
    color: var(--ink);
    font-size: 0.98rem;
  }
  .mobile-menu-head button,
  .mobile-menu-panel button,
  .mobile-menu-panel a {
    min-height: 44px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #ffffff;
    color: var(--ink);
    padding: 0 14px;
    font: inherit;
    font-weight: 900;
    text-align: left;
    text-decoration: none;
  }
  .mobile-menu-head button { min-height: 36px; border-radius: 999px; color: var(--muted); font-size: 0.78rem; }
  .mobile-menu-panel > button,
  .mobile-menu-panel > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mobile-menu-panel > button::after,
  .mobile-menu-panel > a::after {
    content: ">";
    color: var(--teal);
    font-size: 1.25rem;
    line-height: 1;
  }
  .mobile-menu-panel button.is-active {
    border-color: var(--ink);
    background: var(--ink);
    color: #ffffff;
  }
  .brand { align-items: center; }
  .brand-mark { width: 42px; height: 42px; border-radius: 50%; }
  .brand strong { font-size: 1rem; }
  .brand small { display: none; }
  .hero {
    min-height: auto;
    background: var(--ink);
    color: #ffffff;
  }

  .hero-content {
    min-height: auto;
  }

  .hero::before, .hero::after, .hero-panel::before { display: none; }

  .hero-bg {
    display: block;
  }

  .hero-bg img {
    opacity: 1;
    filter: saturate(0.85);
  }

  .hero-bg::after {
    background:
      linear-gradient(180deg, rgba(6, 21, 23, 0.86) 0%, rgba(6, 21, 23, 0.78) 56%, rgba(6, 21, 23, 0.9) 100%),
      linear-gradient(90deg, rgba(6, 21, 23, 0.88), rgba(6, 21, 23, 0.38));
  }

  .hero-content {
    grid-template-columns: minmax(0, 1fr) 136px;
    gap: 14px 12px;
    align-items: start;
    padding: 26px 18px 30px;
  }

  .hero-copy {
    display: contents;
    color: #ffffff;
    text-align: left;
  }

  .hero-panel {
    grid-column: 2;
    grid-row: 3;
    width: 100%;
    max-width: 136px;
    margin-inline: 0;
  }

  .doctor-card {
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 16px;
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.24);
  }

  .doctor-card img {
    aspect-ratio: 1 / 1.12;
    object-position: center 18%;
  }

  .doctor-card figcaption {
    display: none;
  }

  h1 { margin-top: 10px; font-size: 2rem; line-height: 1.08; }
  h2 { font-size: 1.65rem; }

  .hero h1 {
    grid-column: 1;
    grid-row: 3;
    color: #ffffff;
    max-width: 205px;
    font-family: "Source Serif 4", Georgia, serif;
    font-size: 1.92rem;
    font-weight: 700;
    letter-spacing: 0;
  }

  .desktop-title {
    display: none;
  }

  .mobile-title {
    display: inline;
  }

  .hero-badge {
    grid-column: 1 / -1;
    grid-row: 1;
    min-height: 30px;
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.11);
    color: rgba(255, 255, 255, 0.9);
    padding: 0 11px;
    font-size: 0.7rem;
  }

  .hero .eyebrow {
    grid-column: 1 / -1;
    grid-row: 2;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.62rem;
  }

  .lead {
    grid-column: 1 / -1;
    grid-row: 4;
    max-width: 350px;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.92rem;
    line-height: 1.5;
  }

  .actions { margin-top: 16px; }
  .actions { grid-column: 1 / -1; grid-row: 5; }
  .actions .button { width: 100%; }

  .button.primary {
    background: #ffffff;
    color: var(--ink);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
  }

  .button.secondary {
    border-color: rgba(255, 255, 255, 0.34);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
  }

  .hero-service-strip { display: none; }
  .hero-service-strip span { border-radius: 8px; padding: 9px 11px; font-size: 0.82rem; }
  .hero-panel { gap: 10px; }
  .doctor-card, .booking-card, .contact-card, .legal-content article { border-radius: 12px; }
  .doctor-card figcaption { padding: 12px 14px; }
  .booking-card { padding: 16px; }
  .booking-card { display: none; }
  .booking-card h2 { font-size: 1.35rem; }
  .booking-card dl { gap: 10px; margin-top: 14px; }
  .booking-card div { padding-top: 10px; }
  .booking-card > a { margin-top: 16px; padding: 12px 14px; }
  .stats, .service-grid, .training-grid { grid-template-columns: 1fr; }
  .stats { display: none; }
  .stats article { min-height: auto; padding: 16px 18px; box-shadow: none; }
  .stats strong { font-size: 1.8rem; }
  .stats article + article { border-left: 1px solid var(--line); border-top: 0; }
  .mobile-section {
    display: none;
  }
  .mobile-section.is-active {
    display: grid;
  }
  .section, .services, .training { padding-top: 26px; padding-bottom: 30px; }
  .section-title.centered { margin-bottom: 18px; text-align: left; }
  .section-title h2 { font-size: 1.7rem; line-height: 1.12; }
  .section-title .eyebrow { font-size: 0.68rem; }
  .desktop-only-title { display: none; }
  .mobile-only-title { display: inline; }
  .about { gap: 22px; }
  .about-photo { display: none; }
  .about-copy { gap: 12px; margin-top: 18px; font-size: 0.98rem; }
  .service-grid { gap: 10px; }
  .service-grid article { min-height: auto; padding: 15px; }
  .service-grid span { width: 34px; height: 34px; margin-bottom: 18px; }
  .service-grid h3, .timeline h3, .training-grid h3 { font-size: 1rem; }
  .service-grid p, .timeline p, .training-grid li { font-size: 0.9rem; line-height: 1.5; }
  #experienta {
    grid-template-columns: 1fr;
    gap: 18px;
    background: #eaf2ee;
    padding: 26px 18px 30px;
  }
  #experienta .section-title { margin-bottom: 0; text-align: left; }
  #experienta .section-title h2 { max-width: 330px; font-size: 1.7rem; }
  .timeline { gap: 10px; }
  .timeline article {
    display: block;
    gap: 8px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--panel);
    padding: 15px;
    box-shadow: none;
  }
  .timeline time {
    display: block;
    margin-bottom: 8px;
    color: var(--teal);
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .footer-links { justify-content: flex-start; }
  .legal-note { padding: 34px 18px; }
  .legal-note h2 { font-size: 1.65rem; }
  .legal-note > p { padding: 16px; font-size: 0.94rem; }
  .cta {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 18px 42px;
    background: #eaf2ee;
    color: var(--text);
  }
  .cta .eyebrow { color: var(--teal); }
  .cta h2 { max-width: 330px; color: var(--ink); font-size: 1.7rem; }
  .cta > div > p { margin-top: 12px; color: var(--muted); font-size: 0.98rem; line-height: 1.55; }
  .contact-card {
    gap: 10px;
    border: 0;
    background: transparent;
    padding: 0;
  }
  .contact-card a, .contact-card p, .clinic-links {
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--panel);
    color: var(--ink);
    padding: 15px;
  }
  .contact-card span, .clinic-links span { color: var(--teal); }
  .clinic-links a {
    border: 0;
    background: transparent;
    color: var(--ink);
    padding: 0;
  }
  .footer { padding: 22px 18px; }
  .mobile-contact-bar {
    position: fixed; right: 12px; bottom: 10px; left: 12px; z-index: 60;
    display: grid; grid-template-columns: 1fr 1fr; gap: 8px;
    border: 1px solid rgba(255, 255, 255, 0.22); border-radius: 14px;
    background: rgba(16, 32, 34, 0.92); padding: 7px;
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22); backdrop-filter: blur(14px);
  }
  .mobile-contact-bar a {
    display: grid; min-height: 40px; place-items: center; border-radius: 10px;
    background: #ffffff; color: var(--ink); font-weight: 900;
  }
}
