:root { color-scheme: light; --ink: #10231f; --muted: #5d6e69; --line: #dce8e3; --mint: #087f72; --soft: #effaf6; }
* { box-sizing: border-box; }
body { margin: 0; background: #f7fbf9; color: var(--ink); font: 16px/1.65 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.policy { width: min(760px, calc(100% - 32px)); margin: 0 auto; padding: 52px 0 72px; }
.brand { color: var(--mint); font-size: .78rem; font-weight: 850; letter-spacing: .14em; text-decoration: none; }
.eyebrow { margin: 22px 0 5px; color: var(--mint); font-size: .74rem; font-weight: 800; letter-spacing: .1em; }
h1 { margin: 0; font-size: clamp(2.1rem, 7vw, 3.6rem); line-height: 1.08; letter-spacing: -.045em; }
.updated, .lead { color: var(--muted); }
.lead { font-size: 1.14rem; }
section { padding: 24px 0; border-top: 1px solid var(--line); }
section:first-of-type { margin-top: 34px; }
h2 { margin: 0 0 8px; font-size: 1.2rem; line-height: 1.3; letter-spacing: -.02em; }
p { margin: 0 0 12px; }
p:last-child { margin-bottom: 0; }
ul { margin: 0; padding-left: 1.25rem; }
li + li { margin-top: 8px; }
a { color: #056d61; font-weight: 650; }
strong { color: #123d35; }
@media (max-width: 520px) { .policy { width: min(100% - 28px, 760px); padding-top: 34px; } }
