/* ── GDPR CONSENT BANNER ──────────────────────────── */
#snax-consent-banner {
  display: none; position: fixed; inset: 0; z-index: 200;
  background: rgba(0,0,0,0.88); backdrop-filter: blur(8px);
  align-items: flex-end; justify-content: center;
}
.snax-cp { width: 100%; max-width: 500px; background: #14141e; border-radius: 24px 24px 0 0; border-top: 1px solid rgba(255,255,255,0.1); padding: 24px 20px 44px; }
.snax-cp-logo  { font-size: 12px; font-weight: 900; letter-spacing: 3px; color: var(--orange); text-transform: uppercase; margin-bottom: 12px; }
.snax-cp-title { font-size: 18px; font-weight: 800; margin-bottom: 8px; }
.snax-cp-body  { font-size: 13px; color: var(--muted); line-height: 1.6; margin-bottom: 20px; }
.snax-cp-body a { color: var(--blue); text-decoration: none; }
.snax-cp-btns  { display: flex; gap: 10px; }
#snax-consent-accept  { flex: 1; height: 52px; background: var(--orange); border: none; border-radius: 14px; font-size: 15px; font-weight: 800; color: #fff; cursor: pointer; }
#snax-consent-decline { height: 52px; padding: 0 22px; background: var(--surface); border: 1px solid var(--border); border-radius: 14px; font-size: 14px; font-weight: 700; color: var(--muted); cursor: pointer; }
