/* Modal de benefícios completo Sky+ */
.modal-beneficios-full {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(0,0,0,0.92);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: zoom-out;
}
.modal-beneficios-full img,
.modal-beneficios-img {
  max-width: 90vw;
  max-height: 90vh;
  box-shadow: 0 0 32px #000;
  border-radius: 12px;
}
.ver-beneficios-btn {
  margin-top: 10px;
  background: #e00;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 7px 18px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}
.ver-beneficios-btn:hover {
  background: #b00;
}
