.privacy-links { display:flex; flex-wrap:wrap; gap:10px 18px; margin-top:18px; align-items:center; }
.privacy-links a, .privacy-links button { font:inherit; color:#b5c4ca; padding:0; border:0; background:none; cursor:pointer; text-decoration:underline; text-underline-offset:4px; }
.privacy-links a:hover, .privacy-links button:hover { color:var(--paper); }
.legal-page { max-width:1000px; padding-top:155px; padding-bottom:90px; }
.legal-back { font-size:.85rem; color:var(--ice); text-decoration:none; }
.legal-header { padding:45px 0; border-bottom:1px solid var(--line); }
.legal-header h1 { max-width:850px; font:600 clamp(3rem,7vw,5.6rem)/1.02 "Barlow Condensed",sans-serif; letter-spacing:-.025em; margin:20px 0; }
.legal-intro { max-width:780px; color:var(--paper); font-size:1.15rem; line-height:1.8; }
.legal-updated { color:var(--muted); font-size:.8rem; line-height:1.8; }
.legal-section { padding:28px 0; border-bottom:1px solid var(--line); }
.legal-section h2 { font:600 2rem/1.1 "Barlow Condensed",sans-serif; margin:0 0 18px; }
.legal-section p { color:#b5c4ca; line-height:1.85; max-width:800px; overflow-wrap:anywhere; }
.legal-contact { display:flex; flex-wrap:wrap; gap:15px 26px; margin:32px 0; }
.legal-contact a { color:var(--ice); font-size:.85rem; }
.cookie-table-wrap { overflow-x:auto; }
.cookie-table { width:100%; text-align:left; border-collapse:collapse; font-size:.84rem; }
.cookie-table th { color:var(--paper); font-weight:600; }
.cookie-table td { color:#b5c4ca; line-height:1.65; overflow-wrap:anywhere; }
.cookie-table th,.cookie-table td { padding:16px 14px 16px 0; border-bottom:1px solid var(--line); vertical-align:top; }
.cookie-table td:first-child { min-width:130px; color:var(--ice); }
.cookie-table td:nth-child(2) { min-width:100px; }
.cookie-table td:nth-child(3) { min-width:200px; }
.cookie-table td:last-child { min-width:120px; }
.consent-banner, .consent-dialog { color:#f1f4f4; background:#101820; border:1px solid #33434e; box-shadow:0 20px 80px #0008; font-family:"DM Sans",system-ui,sans-serif; }
.consent-banner { position:fixed; inset:auto 24px 24px; z-index:10000; max-width:1080px; margin-inline:auto; padding:25px 30px; border-radius:18px; display:grid; grid-template-columns:1fr 330px; gap:30px; align-items:center; }
.consent-banner[hidden], .consent-dialog [hidden], [data-consent-open][hidden] { display:none; }
.consent-eyebrow { color:#84d7f0; font-size:.65rem; font-weight:700; letter-spacing:.15em; text-transform:uppercase; }
.consent-banner h2, .consent-dialog h2 { font-family:"DM Sans",system-ui,sans-serif; font-size:1.4rem; line-height:1.25; letter-spacing:-.035em; margin:8px 0 12px; }
.consent-banner p, .consent-dialog p, .consent-category-text { color:#c0cbd2; font-size:.85rem; line-height:1.65; margin:0; }
.consent-actions { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.consent-button { min-height:46px; padding:12px 15px; border-radius:8px; border:1px solid #96b2c0; background:#20323d; color:#fff; font:600 .8rem/1.3 "DM Sans",system-ui,sans-serif; cursor:pointer; }
.consent-button:hover { background:#314c5c; border-color:#d3eaf6; }
.consent-button:focus-visible,.consent-close:focus-visible,.consent-customize:focus-visible { outline:3px solid #84d7f0; outline-offset:3px; }
.consent-customize { grid-column:1/-1; color:#d1dee5; background:transparent; border:0; padding:6px; font:500 .8rem "DM Sans",system-ui,sans-serif; cursor:pointer; text-decoration:underline; text-underline-offset:4px; }
.consent-links { display:flex; flex-wrap:wrap; gap:16px; margin-top:12px; }
.consent-links a { font-size:.75rem; color:#84d7f0; text-decoration:underline; text-underline-offset:3px; }
.consent-dialog { width:min(620px,calc(100% - 28px)); max-height:calc(100dvh - 36px); padding:28px; border-radius:20px; overflow:auto; }
.consent-dialog::backdrop { background:#020609c9; backdrop-filter:blur(5px); }
.consent-dialog-header { display:flex; align-items:flex-start; justify-content:space-between; gap:20px; }
.consent-close { width:40px; height:40px; border:1px solid #526977; border-radius:50%; color:#fff; background:transparent; font:24px system-ui; cursor:pointer; flex-shrink:0; }
.consent-category { display:flex; justify-content:space-between; align-items:center; gap:24px; padding:22px 0; border-bottom:1px solid #33434e; }
.consent-category strong { display:block; margin-bottom:5px; font-size:.92rem; }
.consent-category-text { display:block; }
.consent-category input { appearance:auto; width:23px; height:23px; flex-shrink:0; accent-color:#84d7f0; cursor:pointer; }
.consent-required { flex-shrink:0; font-size:.7rem; color:#a7c1ad; }
.consent-dialog-actions { display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-top:24px; }
.consent-save { grid-column:1/-1; background:#84d7f0; color:#101820; border-color:#84d7f0; }
.consent-save:hover { background:#b1e8fa; color:#101820; }
#consent-reason, .consent-dialog .consent-note { margin:12px 0; padding:12px; background:#20323d; border-radius:8px; color:#e5f1f6; }
@media(max-width:720px) {
 .consent-banner { inset:auto 12px 12px; grid-template-columns:1fr; padding:21px; gap:20px; max-height:calc(100dvh - 24px); overflow:auto; }
 .consent-dialog { padding:22px; }
 .consent-category { gap:14px; }
 .legal-page { padding-top:115px; }
 .legal-header { padding:32px 0; }
}
@media(prefers-reduced-motion:reduce) { .consent-dialog::backdrop { backdrop-filter:none; } }
