:root { color-scheme: light; --ink: #192e3e; --muted: #536878; --blue: #194e76; --line: #d7e1e8; --paper: #f7fafc; }
* { box-sizing: border-box; }
html { font-size: 100%; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 1rem/1.7 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: var(--blue); text-underline-offset: .2em; overflow-wrap: anywhere; }
a:hover { text-decoration-thickness: .14em; }
a:focus-visible { outline: 3px solid #387eaf; outline-offset: 5px; border-radius: 2px; }
.skip { position: absolute; top: -100px; left: 1rem; background: white; padding: .6rem 1rem; }
.skip:focus { top: 1rem; }
.wrap { width: min(100% - 3rem, 68rem); margin-inline: auto; }
header { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-block: 1.6rem; border-bottom: 1px solid var(--line); }
.brand { color: var(--ink); font-weight: 650; text-decoration: none; letter-spacing: -.03em; font-size: 1.25rem; }
nav { display: flex; gap: 1.25rem; flex-wrap: wrap; font-size: .9375rem; }
nav a { text-decoration: none; }
nav a[aria-current="page"] { text-decoration: underline; }
.hero { min-height: 65vh; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; max-width: 46rem; padding-block: 4.5rem; }
.eyebrow { font-size: .875rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin: 0 0 1rem; }
h1 { font-size: clamp(2.4rem, 7vw, 4.75rem); line-height: 1.08; letter-spacing: -.05em; font-weight: 650; margin: 0 0 1.5rem; overflow-wrap: anywhere; }
.hero .intro { font-size: clamp(1.15rem, 2.3vw, 1.45rem); max-width: 34rem; margin: 0 0 1rem; }
.hero .detail { color: var(--muted); max-width: 33rem; margin: 0 0 2rem; }
.button { display: inline-block; padding: .65rem 1.15rem; border: 1px solid var(--line); border-radius: .55rem; text-decoration: none; background: white; }
.legal { max-width: 47rem; padding-block: 3.5rem 5rem; }
.legal h1 { font-size: clamp(2rem, 5vw, 3.2rem); line-height: 1.15; }
h2 { font-size: 1.35rem; line-height: 1.35; letter-spacing: -.02em; margin: 2.5rem 0 .7rem; }
p { margin: 0 0 1.1rem; }
.meta { color: var(--muted); font-size: .9375rem; }
.summary { padding: 1.3rem 1.5rem; border-left: 3px solid #40799f; background: #eaf1f6; margin: 1.8rem 0 2rem; }
.summary p:last-child { margin-bottom: 0; }
address { font-style: normal; margin-bottom: 1rem; }
ul { padding-left: 1.35rem; }
li { margin-bottom: .45rem; }
footer { border-top: 1px solid var(--line); padding-block: 1.5rem 2rem; display: flex; gap: 1rem 2rem; flex-wrap: wrap; justify-content: space-between; color: var(--muted); font-size: .875rem; }
footer nav { font-size: .875rem; }
@media (max-width: 540px) { .wrap { width: calc(100% - 2.5rem); } header { align-items: flex-start; flex-direction: column; gap: .6rem; padding-block: 1.2rem; } nav { gap: .6rem 1.1rem; } .hero { min-height: 60vh; padding-block: 3rem; } .legal { padding-top: 2.5rem; } }
@media print { body { background: white; color: black; } header, footer, .skip, .language { display: none; } .legal { padding: 0; max-width: none; } h2 { break-after: avoid; } a { color: inherit; } }
