*, *::before, *::after { box-sizing: border-box; }
html { color-scheme: light; scroll-behavior: smooth; }
body { margin: 0; color: var(--pv2-ink); background: var(--pv2-surface); font: 16px/1.55 var(--pv2-font); }
img { display: block; max-width: 100%; height: auto; }
a { color: #0759a5; text-decoration-thickness: .08em; text-underline-offset: .16em; }
a:hover { color: var(--pv2-brand-dark); }
button, input, select, textarea { color: inherit; font: inherit; }
button, [type="submit"], summary { cursor: pointer; }
:focus-visible { outline: 3px solid #1c76c5; outline-offset: 3px; }
h1, h2, h3 { color: var(--pv2-ink); line-height: 1.15; letter-spacing: -.025em; }
h1 { margin: 0 0 1.25rem; font-size: clamp(2.2rem, 4vw, 3.6rem); font-weight: 500; }
h2 { margin: 2rem 0 1rem; font-size: clamp(1.55rem, 2.5vw, 2.15rem); }
h3 { font-size: 1.2rem; }
table { width: 100%; border-collapse: collapse; }
th, td { padding: .75rem; border: 1px solid var(--pv2-border); text-align: left; vertical-align: top; }
th { background: var(--pv2-surface-soft); }
.pv2-container { width: min(calc(100% - 2rem), var(--pv2-container)); margin-inline: auto; }
.pv2-main { min-height: 50vh; padding-block: 2rem 4.5rem; }
.pv2-section { padding-block: clamp(2rem, 5vw, 4rem); }
.pv2-section--soft { background: var(--pv2-surface-soft); }
.pv2-prose { max-width: 86ch; color: #334157; }
.pv2-prose > :first-child { margin-top: 0; }
.pv2-prose iframe { max-width: 100%; }
.pv2-prose table { display: block; overflow-x: auto; white-space: normal; }
.pv2-prose img { border-radius: var(--pv2-radius); }
.pv2-visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.pv2-skip-link { position: fixed; z-index: 1000; top: .5rem; left: .5rem; padding: .75rem 1rem; color: #fff; background: var(--pv2-navy); transform: translateY(-150%); }
.pv2-skip-link:focus { transform: none; }
.pv2-stack > * + * { margin-top: 1rem; }
.pv2-grid { display: grid; gap: 1.5rem; }
.pv2-card { padding: 1.25rem; border: 1px solid var(--pv2-border); border-radius: var(--pv2-radius); background: var(--pv2-surface); }
.pv2-card--shadow { box-shadow: var(--pv2-shadow); }
.pv2-eyebrow { display: inline-block; margin-bottom: .75rem; color: var(--pv2-brand); font-size: .75rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.pv2-button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; gap: .5rem; padding: .65rem 1rem; border: 1px solid transparent; border-radius: var(--pv2-radius-sm); color: #fff; background: var(--pv2-brand); font-weight: 750; text-decoration: none; transition: background-color .18s ease, border-color .18s ease, transform .18s ease; }
.pv2-button:hover { color: #fff; background: var(--pv2-brand-dark); }
.pv2-button:active { transform: translateY(1px); }
.pv2-button--secondary { color: var(--pv2-ink); border-color: var(--pv2-border); background: #fff; }
.pv2-button--secondary:hover { color: var(--pv2-ink); background: var(--pv2-surface-soft); }
@media (max-width: 600px) {
    .pv2-container { width: min(calc(100% - 20px), var(--pv2-container)); }
    .pv2-main { padding-top: 1.4rem; padding-bottom: 3rem; }
    h1 { font-size: clamp(2rem, 11vw, 3rem); }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } }
