/* AOIT: gemeinsame Typografie, flexible Inhalte und bedienbare Verweisbereiche. */
.page-hero h1,
.page-hero.solution-hero-compact h1 {
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.12;
  letter-spacing: -.035em;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.content-card h2,
.content-card .seo-content h2 {
  font-size: clamp(1.625rem, 2.5vw, 2.25rem);
  line-height: 1.2;
  letter-spacing: -.025em;
  margin-bottom: 1rem;
}
.section-heading h2,
.split-copy h2,
.ai-topic-result h2,
.region-split-heading h2,
.external-dc-copy h2 {
  font-size: clamp(1.75rem, 3.1vw, 2.5rem);
  line-height: 1.18;
  letter-spacing: -.025em;
}
.legal h1 { font-size: clamp(2rem, 4.5vw, 3.25rem); line-height: 1.15; }
.content-card :is(h2, h3, p, li, dd, strong),
.side-card :is(h2, p),
.section-heading h2,
.ai-topic-result h2,
.region-split-heading h2,
.external-dc-copy h2,
.legal h1 {
  min-width: 0;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.content-card p,
.content-card section > p:not(.eyebrow),
.side-card p,
.ai-capability-grid p,
.ai-process-grid p,
.ai-governance-grid p { font-size: 1rem; line-height: 1.7; }
.content-card .eyebrow { font-size: .8125rem; line-height: 1.5; letter-spacing: .12em; }
.content-card :is(section, article, figure, dl) { min-width: 0; }
.content-card > .related-services + section { margin-top: 2rem; }
.content-card > .related-services + section > h2 { margin-top: .625rem; }
.related-services { row-gap: .75rem; }
.related-services > span { flex-basis: 100%; font-size: .8125rem; }
.related-services a {
  max-width: 100%;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  font-size: .875rem;
  line-height: 1.45;
  padding: .625rem .875rem;
  overflow-wrap: break-word;
}
.button {
  min-width: 0;
  max-width: 100%;
  padding-block: .75rem;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1.45;
  white-space: normal;
  text-align: center;
  overflow-wrap: break-word;
  gap: .625rem;
}
.detail-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
  overflow: visible;
}
.detail-cta::before { display: none; }
.detail-cta p { flex: 1 1 17rem; font-size: 1rem; line-height: 1.6; margin: 0; }
.detail-cta .button-primary {
  flex: 0 1 auto;
  min-width: 0;
  max-width: 100%;
  width: auto;
  margin: 0;
  font-size: .9375rem;
  line-height: 1.45;
  justify-content: center;
}
.detail-cta .button-primary::after { flex: 0 0 2rem; width: 2rem; height: 2rem; }
.button:focus-visible,
.detail-cta .button-primary:focus-visible { outline: 3px solid #0876ce; outline-offset: 4px; }
.service-referral {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  background: #f3f8fd;
  border: 1px solid #d7e5f1;
  border-radius: 1rem;
}
.content-card .service-referral .eyebrow { margin: 0; }
.content-card .service-referral h2 {
  max-width: 26ch;
  margin: 0;
  font-size: clamp(1.5rem, 2.3vw, 2rem);
  line-height: 1.25;
}
.content-card .service-referral > p:not(.eyebrow) { margin: 0; max-width: 66ch; font-size: 1rem; line-height: 1.7; }
.service-referral .button { justify-self: start; margin-top: .25rem; }
.service-referral .button span[aria-hidden] { flex-shrink: 0; }
.managed-outcome-grid,
.medical-outcome-grid,
.managed-zone-grid { grid-template-columns: repeat(auto-fit, minmax(min(100%, 11rem), 1fr)); }
.offsite-rule { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.offsite-rule > strong { grid-row: span 2; }
.offsite-rule span { font-size: .8125rem; }
.offsite-architecture ol { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.offsite-architecture li::after { display: none; }
.offsite-architecture li strong { overflow-wrap: break-word; hyphens: auto; }
.offsite-architecture li small,
.offsite-objectives dd,
.managed-outcome-grid small,
.managed-zone-grid small { font-size: .875rem; line-height: 1.6; }
.offsite-objectives { grid-template-columns: minmax(0, 1fr); gap: 1.5rem; }
.footer-grid p,
.footer-links { font-size: .875rem; }
.footer-bottom { font-size: .8125rem; }
.cookie-copy > p,
.cookie-option small { font-size: .875rem; line-height: 1.6; }
.cookie-text-button,
.cookie-links a { font-size: .875rem; min-height: 44px; }
.cookie-options[hidden] { display: none !important; }
.cookie-dialog { overflow-wrap: break-word; }
.glossary-alphabet a,
.glossary-alphabet span { flex-basis: 40px; height: 44px; font-size: .875rem; }
.glossary-alphabet a[aria-disabled="true"] { opacity: .45; cursor: default; }
.sitemap-group[hidden],
.sitemap-group li[hidden],
.glossary-letter-group[hidden],
.glossary-term[hidden],
.directory-empty[hidden] { display: none !important; }
.directory-empty { margin-top: 1rem; padding: 1.25rem; border: 1px solid #d7e5f1; border-radius: .875rem; background: #f3f8fd; }
.directory-empty p { margin-bottom: 1rem; color: #29465f; }
.directory-empty .button { cursor: pointer; }
main [id] { scroll-margin-top: 7rem; }
@media (max-width: 1100px) {
  .service-detail { grid-template-columns: minmax(0, 1fr); gap: 1.75rem; }
  .side-card { position: static; }
}
@media (max-width: 760px) {
  .mobile-menu nav {
    max-height: calc(100vh - 94px);
    max-height: calc(100dvh - 94px);
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }
  .detail-cta .button-primary { width: 100%; }
  .detail-cta p { flex-basis: 100%; }
  .content-card { padding: 1.5rem 1.25rem; }
  .managed-wide-motif figcaption,
  .medical-wide-motif figcaption { white-space: normal; text-overflow: clip; overflow-wrap: break-word; max-width: calc(100% - 18px); }
}
@media (max-width: 600px) {
  .offsite-rule { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .offsite-rule > strong { grid-row: auto; grid-column: 1 / -1; }
  .offsite-architecture ol { grid-template-columns: minmax(0, 1fr); }
  .service-referral .button { width: 100%; justify-self: stretch; }
}
@media (prefers-reduced-motion: reduce) {
  .button, .button::after { transition: none; }
  .button:hover, .button:active { transform: none; }
}
