.footer-privacy { background: none; border: 0; padding: 0; color: inherit; font: inherit; cursor: pointer; }
.footer-privacy:hover { text-decoration: underline; }
.privacy-dialog { width: min(580px, calc(100% - 28px)); max-height: calc(100% - 28px); overflow: auto; border: 0; border-radius: 8px; padding: 0; box-shadow: 0 24px 70px rgba(8, 33, 42, .3); color: #17333e; }
.privacy-dialog::backdrop { background: rgba(6, 30, 39, .76); }
.privacy-panel { padding: clamp(24px, 5vw, 42px); }
.privacy-panel[hidden] { display: none; }
.privacy-eyebrow { margin: 0 0 12px; color: #14798a; font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.privacy-panel h2 { font-size: clamp(1.7rem, 4vw, 2.3rem); }
.privacy-panel p { line-height: 1.6; color: #405e68; }
.privacy-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.privacy-actions button { min-height: 48px; padding: 11px 17px; border-radius: 4px; font: 700 .92rem 'Segoe UI', Arial, sans-serif; cursor: pointer; }
.privacy-primary { color: white; background: #125c6b; border: 1px solid #125c6b; }
.privacy-primary:hover { background: #0b4653; }
.privacy-secondary { color: #125c6b; background: white; border: 1px solid #a7c4ca; }
.privacy-secondary:hover { background: #edf5f5; }
.privacy-links { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 25px; padding-top: 18px; border-top: 1px solid #d8e5e6; }
.privacy-links a,.privacy-links button { padding: 0; border: 0; background: none; color: #125c6b; font: 700 .87rem 'Segoe UI', Arial, sans-serif; text-decoration: underline; cursor: pointer; }
.privacy-dialog :focus-visible,.footer-privacy:focus-visible { outline: 3px solid #168193; outline-offset: 3px; }
