#fenix24-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, sans-serif;
}

#fenix24-brand-popup {
  background: #000;
  color: #fff;
  max-width: 900px;
  width: 100%;
  padding: 48px 40px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #333;
}

#fenix24-brand-popup .fenix-popup-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  border: 0;
  background: transparent;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  padding: 0;
}

#fenix24-brand-popup .fenix-popup-close:hover {
  color: #fff;
}

#fenix24-brand-popup .fenix-popup-brands {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

#fenix24-brand-popup .fenix-popup-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

#fenix24-brand-popup .fenix-popup-logo-placeholder {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #1a7bb8, #c45a8a);
  border-radius: 50%;
  flex-shrink: 0;
}

#fenix24-brand-popup .fenix-popup-logo-fenix {
  width: 80px;
  height: 56px;
  background: linear-gradient(90deg, #3d5a9e, #a8557a, #e8a84a);
  border-radius: 8px;
  flex-shrink: 0;
}

#fenix24-brand-popup .fenix-popup-brand-text {
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

#fenix24-brand-popup .fenix-popup-is-now {
  margin: 0 8px;
  font-size: 1.1rem;
}

#fenix24-brand-popup .fenix-popup-is-now .now {
  color: #ffc107;
  font-weight: 600;
}

#fenix24-brand-popup .fenix-popup-24 {
  color: #ffc107;
}

#fenix24-brand-popup .fenix-popup-cta {
  margin: 0;
  font-size: 1rem;
}

#fenix24-brand-popup .fenix-popup-cta a {
  color: #ffc107;
  text-decoration: underline;
}

#fenix24-brand-popup .fenix-popup-cta a:hover {
  color: #ffca28;
}
