/* Patient-centred accessibility and clarity layer */
:root { --medos-blue-accessible: #007da8; }

.button-primary {
  background: var(--medos-blue-accessible);
  box-shadow: 0 12px 30px rgba(0, 91, 128, .22);
}
.button-primary:hover { background: #00698f; }
.hero-phone-link {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--medos-navy);
  font-size: 17px;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}
.hero-phone-link span { color: var(--medos-blue-accessible); }
.patient-trust { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.patient-trust p > span {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e8f6fb;
  color: var(--medos-blue-accessible);
  font-size: 16px;
}
.eyebrow {
  font-size: 14px;
  letter-spacing: .11em;
  line-height: 1.45;
}
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 3px solid #ef6b57;
  outline-offset: 4px;
}
@media (max-width: 760px) {
  .hero { padding: 112px 20px 82px; gap: 34px; }
  .hero h1 { font-size: clamp(43px, 12.4vw, 54px); line-height: 1.01; letter-spacing: -.045em; }
  .hero-lead { margin-top: 22px; font-size: 18px; line-height: 1.55; }
  .hero-actions { margin-top: 26px; gap: 18px; align-items: stretch; flex-direction: column; }
  .hero-actions .button, .hero-phone-link { width: 100%; min-height: 50px; }
  .hero-phone-link { justify-content: center; }
  .hero-location { margin-top: 25px; line-height: 1.5; }
  .hero-visual { height: 390px; }
  .patient-trust {
    margin: -34px 14px 0;
    padding: 20px;
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .methods-section, .courses-section, .news-section, .section { padding-block: 62px; }
  h2 { font-size: clamp(34px, 10vw, 42px); line-height: 1.08; }
  .eyebrow { margin-bottom: 14px; font-size: 14px; letter-spacing: .09em; }
  .methods-heading > p:last-child, .course-intro > p:last-child,
  .news-heading > p, .evidence-copy > p:not(.eyebrow) { font-size: 17px; line-height: 1.6; }
  .method-links a { min-height: 44px; font-size: 13px; }
}
