.privacy-panel[hidden], .privacy-panel [hidden], [data-privacy-settings][hidden] { display: none !important; }
.privacy-panel { position: fixed; z-index: 30; right: 16px; bottom: calc(var(--sticky-contact-height, 96px) + 12px); width: min(430px, calc(100% - 32px)); max-height: calc(100dvh - var(--sticky-contact-height, 96px) - 36px); overflow-y: auto; padding: 22px; border: 1px solid #d2ddef; border-radius: 20px; background: #fff; color: #112650; box-shadow: 0 12px 64px #1126502e; font: 15px/1.5 Arial, sans-serif; }
.privacy-panel h2 { margin: 0 22px 9px 0; font: 700 20px/1.2 Arial, sans-serif; letter-spacing: -.35px; }
.privacy-panel p { margin: 0 0 12px; font-size: 15px; line-height: 1.5; color: #41516f; }
.privacy-panel .privacy-status { margin-bottom: 16px; font-size: 14px; }
.privacy-panel a, .privacy-links a { color: #064cbe; text-underline-offset: 3px; }
.privacy-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.privacy-button { display: inline-flex; justify-content: center; align-items: center; border: 1px solid #075ce5; border-radius: 11px; background: #eff5ff; color: #064cbe; padding: 12px 8px; min-height: 48px; font: 700 14px/1.25 Arial, sans-serif; cursor: pointer; }
.privacy-button:hover { background: #dfebff; }
.privacy-button:focus-visible, .privacy-links a:focus-visible, .privacy-close:focus-visible { outline: 3px solid #ff7113; outline-offset: 3px; }
.privacy-close { position: absolute; top: 10px; right: 10px; width: 32px; height: 32px; border: 0; border-radius: 50%; background: #f2f5fa; color: #112650; font-size: 22px; cursor: pointer; }
.privacy-links { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 24px; margin-top: 24px; font: 14px/1.5 Arial, sans-serif; }
.privacy-links button { border: 0; background: none; padding: 8px 0; color: #064cbe; font: inherit; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.privacy-notice { max-width: 780px; padding-top: 44px; padding-bottom: 64px; }
.privacy-notice h1 { margin: 22px 0 20px; font-size: clamp(38px, 7vw, 58px); line-height: 1.08; letter-spacing: -1.5px; }
.privacy-notice h2 { margin: 36px 0 12px; font-size: 25px; line-height: 1.2; }
.privacy-notice p, .privacy-notice li { font-size: 17px; line-height: 1.65; color: #41516f; }
.privacy-notice li { margin-bottom: 10px; }
.privacy-notice a { color: #064cbe; text-underline-offset: 3px; }
.privacy-notice .privacy-note { border-left: 4px solid #ff7113; padding: 16px 20px; background: #f2f6ff; border-radius: 0 12px 12px 0; }
body[data-analytics-page="privacy"] .privacy-panel { bottom: 20px; max-height: calc(100dvh - 40px); }
@media (min-width: 760px) { .privacy-panel { right: auto; left: 24px; bottom: 24px; max-height: calc(100dvh - 48px); padding: 24px; } }
@media (max-width: 359px) { .privacy-panel { padding: 17px; } .privacy-panel h2 { font-size: 19px; } .privacy-button { font-size: 13px; } }
