:root { font-family: Inter, Arial, sans-serif; color: #24272d; background: #f5f6f8; }
* { box-sizing: border-box; }
body { margin: 0; }
.privacy-page { width: min(820px, calc(100% - 32px)); margin: 0 auto; padding: 48px 0 72px; }
.eyebrow { margin: 0 0 8px; color: #bd1d2b; font-size: 12px; font-weight: 800; letter-spacing: .12em; }
h1 { margin: 0; font-size: clamp(28px, 5vw, 42px); line-height: 1.12; }
.lead { max-width: 680px; color: #5e6671; line-height: 1.55; }
.back-link { display: inline-block; margin-bottom: 28px; color: #8e1722; text-decoration: none; }
.document-list { display: flex; gap: 10px; flex-wrap: wrap; margin: 28px 0 18px; }
.document-list button { border: 1px solid #d6d9df; border-radius: 10px; padding: 10px 13px; background: #fff; color: #24272d; font: inherit; cursor: pointer; }
.document-list button[aria-current="true"] { border-color: #bd1d2b; color: #8e1722; font-weight: 700; }
.document-content, .consent-form { padding: 24px; border: 1px solid #e0e3e8; border-radius: 16px; background: #fff; box-shadow: 0 8px 24px rgba(26, 33, 45, .05); }
.document-content h2 { margin-top: 0; font-size: 19px; }
.document-content .meta { color: #69717d; font-size: 14px; }
.document-content .text { white-space: pre-wrap; line-height: 1.58; }
.consent-form { display: grid; gap: 15px; max-width: 680px; }
.consent-option { display: flex; align-items: flex-start; gap: 11px; padding: 14px; border: 1px solid #dfe3e8; border-radius: 12px; line-height: 1.42; cursor: pointer; }
.consent-option input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: #bd1d2b; }
.consent-option a { color: #8e1722; font-weight: 700; }
button { min-height: 46px; border: 0; border-radius: 10px; background: #bd1d2b; color: #fff; font: inherit; font-weight: 700; cursor: pointer; }
button:disabled { opacity: .6; cursor: wait; }
button.secondary { background: #eef0f3; color: #3d4652; }
.error { margin: 0; color: #b42318; line-height: 1.4; }
.withdrawal-note { max-width: 680px; color: #5e6671; font-size: 14px; line-height: 1.5; }
.withdrawal-note a { color: #8e1722; }
.history-row { display: grid; gap: 5px; padding: 15px 0; border-bottom: 1px solid #e4e7eb; }
.history-row:last-child { border-bottom: 0; }
.history-row span { color: #5e6671; font-size: 14px; }
.history-row a { color: #8e1722; font-weight: 700; }
