/* Marca de agua Flama Creators para mocks de propuesta. Compartida por las 3 opciones. */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

.flama-wm {
  position: fixed;
  inset: 0;
  z-index: 9998;
  pointer-events: none;
  overflow: hidden;
}
.flama-wm::before {
  content: '';
  position: absolute;
  inset: -50%;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='420' height='190'><text x='0' y='110' font-family='Helvetica, Arial, sans-serif' font-size='26' font-weight='700' letter-spacing='6' fill='%23808080' fill-opacity='0.55'>FLAMA CREATORS</text></svg>");
  background-repeat: repeat;
  transform: rotate(-24deg);
  opacity: 0.09;
}
.flama-badge {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px 8px;
  background: #101010;
  color: #fff;
  border-radius: 999px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 15px;
  letter-spacing: 2.5px;
  box-shadow: 0 6px 24px rgba(0,0,0,.28);
}
.flama-badge::before {
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #FF5C00;
  margin-top: -2px;
}
