
.cookie-overlay{position:fixed;inset:0;background:rgba(7,16,29,.55);z-index:9998;display:none;backdrop-filter:blur(2px)}
.cookie-overlay.visible{display:block}
.cookie-popup{position:fixed;left:50%;bottom:24px;transform:translateX(-50%);width:min(680px,calc(100% - 24px));background:#fff;color:#102131;border-radius:18px;box-shadow:0 20px 60px rgba(0,0,0,.28);z-index:9999;padding:22px 22px 18px;display:none;border:1px solid rgba(179,32,37,.12)}
.cookie-popup.visible{display:block}
.cookie-popup h3{margin:0 0 10px;font-size:1.2rem;color:#102131}
.cookie-popup p{margin:0 0 14px;line-height:1.55;color:#334155}
.cookie-popup .cookie-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}
.cookie-popup .cookie-btn{appearance:none;border:none;border-radius:999px;padding:11px 16px;font-weight:700;cursor:pointer}
.cookie-popup .cookie-btn.accept{background:#b32025;color:#fff}
.cookie-popup .cookie-btn.reject{background:#e5e7eb;color:#111827}
.cookie-popup .cookie-link{margin-left:auto;color:#b32025;font-weight:700;text-decoration:none}
.cookie-popup .cookie-link:hover{text-decoration:underline}
.cookie-popup .cookie-note{display:block;margin-top:10px;font-size:.9rem;color:#64748b}
@media (max-width: 680px){.cookie-popup{bottom:12px;padding:18px 16px 14px}.cookie-popup .cookie-link{margin-left:0;width:100%}}
