.privacy-consent { position: fixed; z-index: 100000; inset: auto 20px 20px; display: flex; justify-content: center; color: #17201a; font-family: Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.privacy-consent__inner { width: min(760px, 100%); padding: 24px; border: 1px solid rgba(20, 48, 34, .14); border-radius: 24px; background: rgba(248, 250, 247, .98); box-shadow: 0 24px 80px rgba(12, 28, 19, .24); backdrop-filter: blur(18px); }
.privacy-consent__eyebrow { margin: 0 0 6px; color: #27694d; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.privacy-consent h2 { margin: 0; font-size: clamp(25px, 4vw, 36px); line-height: 1.05; }
.privacy-consent h2:focus { outline: none; }
.privacy-consent p:not(.privacy-consent__eyebrow) { max-width: 650px; margin: 12px 0 0; color: #576159; line-height: 1.55; }
.privacy-consent__links { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 15px; }
.privacy-consent__links a { color: #27694d; font-size: 13px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.privacy-consent__actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 20px; }
.privacy-consent button { min-height: 48px; padding: 0 18px; border: 1px solid #cbd5ce; border-radius: 14px; background: #fff; color: #173f2e; font: inherit; font-weight: 750; cursor: pointer; }
.privacy-consent button:focus-visible { outline: 3px solid #b8d433; outline-offset: 2px; }
.privacy-consent .privacy-consent__primary { border-color: #216448; background: #216448; color: #fff; }
@media (max-width: 600px) { .privacy-consent { inset: auto 8px 8px; } .privacy-consent__inner { padding: 20px; border-radius: 22px; } .privacy-consent__actions { display: grid; } .privacy-consent button { width: 100%; } }
