/* Shared accessibility basics and static transparency footer. */
:focus-visible { outline: 3px solid #135cc5; outline-offset: 4px; box-shadow: 0 0 0 6px #fff; }
.skip-link { position: fixed; top: 12px; left: 12px; transform: translateY(-200%); z-index: 100001; padding: 12px 20px; color: #151515; background: #fff; border: 2px solid #135cc5; border-radius: 8px; font: 600 16px/1.5 sans-serif; }
.skip-link:focus { transform: translateY(0); }
[tabindex="-1"] { scroll-margin-top: 100px; }
.site-disclosure { display: block; width: 100%; box-sizing: border-box; padding: 28px 24px 110px; background: #f4f1eb; color: #45413c; border-top: 1px solid #d3cdc3; text-align: left; font: 14px/1.7 Inter, system-ui, sans-serif; }
.site-disclosure-inner { max-width: 1240px; margin: 0 auto; }
.site-disclosure p { margin: 10px 0 0; color: inherit; font: inherit; }
.site-disclosure a { color: #284f79; text-decoration: underline; text-underline-offset: 3px; overflow-wrap: anywhere; }
.site-disclosure a:hover { color: #142c46; }
.lang-option { width: 100%; border: 0; background: transparent; text-align: left; }
.cookie-toggle input:focus-visible + .cookie-toggle-slider { outline: 3px solid #135cc5; outline-offset: 4px; }
.accessibility-page { margin: 0; background: #f8f6f0; color: #242321; font: 17px/1.75 system-ui, sans-serif; }
.accessibility-page a { color: #284f79; text-underline-offset: 3px; }
.accessibility-header { max-width: 1000px; margin: auto; padding: 28px 24px; display: flex; gap: 24px; justify-content: space-between; flex-wrap: wrap; }
.accessibility-header nav { display: flex; flex-wrap: wrap; gap: 8px; font-size: 14px; }
.accessibility-main { max-width: 800px; margin: 24px auto 64px; padding: 0 24px; }
.accessibility-main h1 { font-size: clamp(2rem, 6vw, 3.4rem); line-height: 1.12; letter-spacing: -.04em; }
.accessibility-main h2 { font-size: 1.45rem; margin-top: 36px; line-height: 1.3; }
.accessibility-kicker { font-weight: 700; letter-spacing: .16em; font-size: 13px; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto !important; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal, .reveal.pending { opacity: 1 !important; transform: none !important; }
}
/* Contrast corrections for existing components, without changing brand backgrounds. */
body .site-disclosure a { color: #284f79; }
body.legal-page a.cta, body.legal-page a.back-link { color: #fff; }
.pillar.a .more, .step > b, .member .role { color: #b63b18; }
.pillar.b .more, .prod .badge-new, .prod.new .cat { color: #096a51; }
.pillar.c .more, .prod .cat, .prod .badge-soon, .course .ccat.llm { color: #315ca8; }
.pill.orange, .cookie-btn-accept, .cookie-btn-save, .blog-filter.is-active, #articleCtaButton { color: #151515; }
.form .form-note { color: #b5b8c0; }
.cookie-modal-content { max-height: calc(100dvh - 32px); overflow-y: auto; }
/* The toggle remains reachable with Tab even though its visual switch is a sibling. */
.cookie-toggle input { width: 1px; height: 1px; position: absolute; }
.prod.soon .cat { color: #315ca8; }
.course .ccat.sec { color: #a73517; }
.course .ccat.pro { color: #096a51; }
.cookie-btn-modal-accept { color: #151515; }
/* Save remains a light label on the existing dark, transparent button. */
.cookie-btn-save { color: #fff; }
/* Visibility must switch immediately so newly opened options enter the Tab order. */
.lang-dropdown { transition-property: opacity, transform; }
.lang-option { transition-property: background-color, color; }
.ai-info-page a { color: #a73517; text-decoration: underline; }
.ai-info-page .product-card > span { color: #a73517; }
.lang-dropdown { left: auto; right: 0; }
.cookie-consent-banner:not(.show) { visibility: hidden; }
