.privacy-banner,
.privacy-panel { color: #071d22; font-family: Inter, "Helvetica Neue", Arial, sans-serif; }
.privacy-banner { background: #f0eee7; border: 1px solid rgba(7,29,34,.22); bottom: 1rem; box-shadow: 0 1.2rem 4rem rgba(0,0,0,.34); display: grid; gap: 1rem; left: 1rem; max-width: 45rem; padding: 1.35rem; position: fixed; z-index: 10000; }
.privacy-banner[hidden], .privacy-panel[hidden] { display: none; }
.privacy-banner h2, .privacy-panel h2 { font: 900 1.35rem/1 "Arial Narrow", "Roboto Condensed", Arial, sans-serif; letter-spacing: -.035em; margin: 0; text-transform: uppercase; }
.privacy-banner p, .privacy-panel p { font-size: .78rem; line-height: 1.55; margin: 0; }
.privacy-banner a, .privacy-panel a { text-decoration: underline; text-underline-offset: .2em; }
.privacy-actions { display: flex; flex-wrap: wrap; gap: .6rem; }
.privacy-button { background: #071d22; border: 1px solid #071d22; color: #fff; cursor: pointer; font: 800 .66rem/1 Inter, Arial, sans-serif; letter-spacing: .08em; min-height: 2.8rem; padding: .8rem 1rem; text-transform: uppercase; }
.privacy-button.secondary { background: transparent; color: #071d22; }
.privacy-button.accent { background: #d9ff43; color: #071d22; }
.privacy-backdrop { background: rgba(2,11,14,.72); inset: 0; position: fixed; z-index: 10001; }
.privacy-panel { background: #f0eee7; left: 50%; max-height: calc(100vh - 2rem); max-width: 42rem; overflow: auto; padding: clamp(1.2rem,4vw,2rem); position: fixed; top: 50%; transform: translate(-50%,-50%); width: calc(100% - 2rem); z-index: 10002; }
.privacy-panel header { align-items: start; display: flex; gap: 2rem; justify-content: space-between; }
.privacy-close { background: transparent; border: 0; color: #071d22; cursor: pointer; font-size: 1.4rem; line-height: 1; }
.privacy-options { border-bottom: 1px solid rgba(7,29,34,.2); margin: 1.4rem 0; }
.privacy-option { align-items: start; border-top: 1px solid rgba(7,29,34,.2); display: grid; gap: .8rem; grid-template-columns: 1fr auto; padding: 1rem 0; }
.privacy-option strong { display: block; font-size: .75rem; letter-spacing: .08em; margin-bottom: .35rem; text-transform: uppercase; }
.privacy-option small { color: #526065; display: block; font-size: .7rem; line-height: 1.45; max-width: 30rem; }
.privacy-option input { accent-color: #071d22; height: 1.25rem; margin: .15rem 0 0; width: 1.25rem; }
.privacy-option input:disabled { opacity: .7; }
.privacy-manage { background: transparent; border: 0; color: inherit; cursor: pointer; font: inherit; padding: 0; text-align: left; text-decoration: underline; text-underline-offset: .2em; }
.privacy-manage-fixed { background: #f0eee7; border: 1px solid rgba(7,29,34,.3); bottom: .7rem; box-shadow: 0 .35rem 1.4rem rgba(0,0,0,.18); color: #071d22; cursor: pointer; font: 800 .58rem/1 Inter,Arial,sans-serif; letter-spacing: .07em; padding: .65rem .75rem; position: fixed; right: .7rem; text-transform: uppercase; z-index: 9999; }
.map-consent { align-items: center; display: flex; flex-direction: column; gap: .8rem; inset: 0; justify-content: center; padding: 2rem; position: absolute; text-align: center; }
.map-consent p { color: #fff; font-size: .78rem; line-height: 1.5; margin: 0; max-width: 25rem; }
@media (max-width:620px) { .privacy-banner { bottom: .5rem; left: .5rem; right: .5rem; } .privacy-actions { display: grid; } .privacy-button { width: 100%; } .privacy-manage-fixed { bottom:.4rem; right:.4rem; } }
