/* SPA legal footer — scoped; does not replace promo.css on marketing landings */
:root {
  --cheers-legal-bg: #0b1219;
  --cheers-legal-border: rgba(148, 163, 184, 0.14);
  --cheers-legal-muted: #94a3b8;
  --cheers-legal-gold: #f5e6c8;
  --cheers-legal-surface: #141f2e;
  --cheers-legal-radius: 16px;
}

body.cheers-legal-footer-active #root > footer,
body.cheers-legal-footer-active #root footer {
  display: none !important;
}

#cheers-site-legal .promo-footer {
  margin: 0;
  padding: 20px 16px 24px;
  border-top: 1px solid var(--cheers-legal-border);
  background: var(--cheers-legal-bg);
  color: var(--cheers-legal-muted);
  font-size: 0.85rem;
  text-align: center;
  font-family: system-ui, -apple-system, 'Segoe UI', sans-serif;
}

#cheers-site-legal .promo-footer-copy {
  margin: 0 0 12px;
  font-size: 0.82rem;
  color: var(--cheers-legal-muted);
}

#cheers-site-legal .promo-footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px 4px;
  max-width: 720px;
  margin: 0 auto;
}

#cheers-site-legal .promo-footer-nav a,
#cheers-site-legal .promo-footer-link-btn {
  color: var(--cheers-legal-muted);
  font-size: 0.82rem;
  font-weight: 500;
  text-decoration: none !important;
  padding: 6px 10px;
  border-radius: 8px;
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: inherit;
}

#cheers-site-legal .promo-footer-nav a:hover,
#cheers-site-legal .promo-footer-link-btn:hover {
  color: var(--cheers-legal-gold);
  background: rgba(228, 193, 122, 0.08);
}

#cheers-site-legal .promo-footer-sep {
  color: rgba(255, 255, 255, 0.2);
  padding: 0 2px;
}

@media (max-width: 560px) {
  #cheers-site-legal .promo-footer-sep { display: none; }
}

#cheers-site-legal .promo-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(4, 8, 16, 0.72);
  backdrop-filter: blur(6px);
}

#cheers-site-legal .promo-modal-backdrop[hidden] {
  display: none !important;
}

#cheers-site-legal .promo-modal {
  position: relative;
  max-width: 480px;
  width: 100%;
  padding: 28px 24px 24px;
  border-radius: var(--cheers-legal-radius);
  background: var(--cheers-legal-surface);
  border: 1px solid var(--cheers-legal-border);
  text-align: left;
  color: #f1f5f9;
  font-family: system-ui, -apple-system, 'Segoe UI', sans-serif;
}

#cheers-site-legal .promo-modal-close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: none;
  background: transparent;
  color: var(--cheers-legal-muted);
  font-size: 1.6rem;
  cursor: pointer;
}

#cheers-site-legal .promo-modal h3 {
  margin: 0 0 16px;
  font-size: 1.25rem;
  text-align: center;
}

#cheers-site-legal .promo-support-body section {
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--cheers-legal-border);
}

#cheers-site-legal .promo-support-body section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

#cheers-site-legal .promo-support-body h4 {
  margin: 0 0 8px;
  font-size: 0.92rem;
  color: var(--cheers-legal-gold);
}

#cheers-site-legal .promo-support-body p {
  margin: 0 0 10px;
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--cheers-legal-muted);
}

#cheers-site-legal .promo-support-email a {
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 600;
}

#cheers-site-legal .promo-support-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

#cheers-site-legal .promo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.88rem;
  text-decoration: none !important;
  border: none;
  cursor: pointer;
  font-family: inherit;
}

#cheers-site-legal .promo-btn-primary {
  background: linear-gradient(135deg, #8b5cf6, #ec4899);
  color: #fff;
}

#cheers-site-legal .promo-btn-ghost {
  background: transparent;
  border: 1px solid var(--cheers-legal-border);
  color: #f1f5f9;
}

body.cheers-legal-footer-active.promo-modal-open {
  overflow: hidden;
}
