/* Accessibility preferences supplement the semantic, keyboard-operable base site. */
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
}
main:focus { outline: none; }
:focus-visible { outline: 3px solid #005dbb; outline-offset: 4px; }
.a11y-trigger {
    position: fixed;
    bottom: max(20px, env(safe-area-inset-bottom));
    inset-inline-end: 20px;
    z-index: 120;
    width: 52px;
    height: 52px;
    border: 2px solid white;
    border-radius: 50%;
    color: white;
    background: #0069cd;
    box-shadow: 0 4px 20px #173c6733;
    display: grid;
    place-items: center;
}
.a11y-trigger .icon { width: 28px; height: 28px; }
.a11y-panel {
    position: fixed;
    inset: auto;
    inset-inline-end: 20px;
    bottom: 84px;
    width: min(380px, calc(100% - 32px));
    max-width: none;
    max-height: calc(100dvh - 115px);
    margin: 0;
    padding: 25px;
    overflow-y: auto;
    overscroll-behavior: contain;
    border: 1px solid #d9dfe8;
    border-radius: 22px;
    color: var(--ink);
    background: #fff;
    box-shadow: 0 20px 80px #162a4a30;
}
.a11y-panel::backdrop { background: #10253d30; }
.a11y-panel-open { overflow: hidden; }
.a11y-panel-header { display: flex; gap: 10px; align-items: flex-start; justify-content: space-between; }
.a11y-panel h2 { font-size: 1.25rem; line-height: 1.3; letter-spacing: -.015em; }
.a11y-panel-header p { color: #5b616b; font-size: .8125rem; margin-top: 9px; }
.a11y-close { min-width: 34px; min-height: 34px; border: 0; background: #edf0f5; border-radius: 50%; padding: 6px; }
.a11y-close .icon { width: 18px; height: 18px; }
.a11y-size { margin-block: 24px 20px; border-block: 1px solid #e2e5ea; padding-block: 17px; }
.a11y-size > span { font-size: .875rem; font-weight: 600; }
.a11y-size > div { display: flex; align-items: center; gap: 18px; justify-content: space-between; margin-top: 12px; direction: ltr; }
.a11y-size button { border: 1px solid #c6ced9; border-radius: 9px; width: 44px; height: 40px; background: #f4f6fa; }
.a11y-size button:disabled { cursor: default; color: #717782; border-color: #d5d8df; background: #f5f5f5; }
.a11y-size output { font-size: 1rem; font-variant-numeric: tabular-nums; }
.a11y-options { display: grid; gap: 9px; }
.a11y-options button { display: flex; align-items: center; gap: 10px; text-align: start; border: 1px solid #d6dce5; padding: 12px; background: #fff; border-radius: 10px; font-size: .875rem; }
.a11y-options button > .icon { width: 19px; height: 19px; color: #536a84; }
.a11y-options button[aria-pressed="true"] { background: #eef5ff; border-color: #0069cd; }
.a11y-switch { width: 29px; height: 17px; border-radius: 20px; background: #858b94; margin-inline-start: auto; flex-shrink: 0; position: relative; }
.a11y-switch::after { content: ""; width: 11px; height: 11px; background: white; border-radius: 50%; position: absolute; top: 3px; inset-inline-start: 3px; }
[aria-pressed="true"] > .a11y-switch { background: #0069cd; }
[aria-pressed="true"] > .a11y-switch::after { inset-inline-start: 15px; }
.a11y-reset { display: block; width: 100%; border: 1px solid #cad2de; background: #f2f5f9; border-radius: 9px; min-height: 42px; margin-top: 19px; font-size: .875rem; }
.a11y-storage, .a11y-zoom-tip { color: #565d68; font-size: .75rem; line-height: 1.75; margin-top: 12px; }
.a11y-statement-link { color: #005dbb; display: flex; align-items: center; justify-content: space-between; gap: 10px; text-decoration: underline; text-underline-offset: 3px; font-size: .8125rem; margin-top: 17px; min-height: 30px; }
.a11y-statement-link .icon { width: 16px; height: 16px; }

html[data-text-scale="1"] { font-size: 18px; }
html[data-text-scale="2"] { font-size: 20px; }
html[data-text-scale="3"] { font-size: 22px; }
html[data-text-scale="4"] { font-size: 24px; }
html[data-text-scale]:not([data-text-scale="0"]) .hero h1 { font-size: clamp(2.6rem, 7vw, 5.75rem); }
html[data-text-scale]:not([data-text-scale="0"]) .nav-actions .button-small { display: none; }
html[data-text-scale]:not([data-text-scale="0"]) .nav-inner { gap: 16px; }
html[data-text-scale]:not([data-text-scale="0"]) .main-nav { gap: 12px; }
html[data-text-scale]:not([data-text-scale="0"]) .hero-actions { flex-wrap: wrap; }
html[data-text-scale]:not([data-text-scale="0"]) .benefits-strip { flex-wrap: wrap; justify-content: center; }
html[data-text-scale]:not([data-text-scale="0"]) :is(h1,h2,h3,p,a,li) { overflow-wrap: break-word; }
html[data-a11y-links] a { text-decoration: underline !important; text-underline-offset: 4px; text-decoration-thickness: 2px; }
html[data-a11y-spacing] :is(main, .site-footer) :is(p, h1, h2, h3, li) { letter-spacing: .12em !important; word-spacing: .16em !important; line-height: 1.8 !important; }
html[data-a11y-motion] { scroll-behavior: auto !important; }
html[data-a11y-motion] *, html[data-a11y-motion] *::before, html[data-a11y-motion] *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
html[data-a11y-motion] .reveal-ready { opacity: 1 !important; transform: none !important; }

html[data-contrast="high"] body,
html[data-contrast="high"] body :where(*:not(img):not(svg):not(path):not(circle):not(ellipse):not(rect)) {
    color: #fff !important;
    background-color: #101012 !important;
    background-image: none !important;
    border-color: #b9b9bf !important;
    text-shadow: none !important;
    box-shadow: none !important;
}
html[data-contrast="high"] .hero h1 > span { background-clip: initial; -webkit-text-fill-color: #fff; }
html[data-contrast="high"] body a { color: #ffeb83 !important; }
html[data-contrast="high"] body button[aria-pressed="true"],
html[data-contrast="high"] body [aria-selected="true"],
html[data-contrast="high"] body button[aria-pressed="true"] span { color: #101012 !important; background-color: #ffeb83 !important; }
html[data-contrast="high"] :focus-visible { outline-color: #ffeb83 !important; }
html[data-contrast="high"] .brand-image img { mix-blend-mode: normal; }
html[data-contrast="high"] .brand-image { background-color: #fff !important; border-radius: 4px; }
html[data-contrast="high"] .a11y-options button[aria-pressed="true"] .icon { color: #101012 !important; }
html[data-contrast="high"] .a11y-switch::after { background: #fff !important; }

@media (max-width: 900px) {
    html[data-text-scale]:not([data-text-scale="0"]) .brand-image { width: 130px; }
    html[data-text-scale]:not([data-text-scale="0"]) .nav-inner { gap: 10px; }
    html[data-text-scale]:not([data-text-scale="0"]) .main-nav { gap: 9px; }
}
@media (max-width: 700px) {
    .a11y-trigger { width: 46px; height: 46px; inset-inline-end: 12px; bottom: max(12px, env(safe-area-inset-bottom)); }
    .a11y-panel { inset-inline-end: 16px; bottom: 72px; padding: 20px; max-height: calc(100dvh - 94px); }
    html[data-text-scale]:not([data-text-scale="0"]) .content-grid { grid-template-columns: 1fr; }
    html[data-text-scale]:not([data-text-scale="0"]) .hero h1 { font-size: 2.125rem; }
    html[data-text-scale]:not([data-text-scale="0"]) .main-nav { gap: 0; }
    html[data-text-scale]:not([data-text-scale="0"]) .footer-main { grid-template-columns: 1fr; }
    html[data-text-scale]:not([data-text-scale="0"]) .footer-info { grid-column: auto; }
    html[data-a11y-spacing] .highlight-card { display: block; }
}
@media print { .a11y-trigger, .a11y-panel { display: none !important; } }
