.single-beneficio {
  padding: 40px 20px;
  background: #fff;
}

.beneficio-header {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 40px;
}

.beneficio-logo img {
  max-width: 160px;
  max-height: 100px;
  object-fit: contain;
}

.beneficio-banner img {
  width: 100%;
  height: auto;
  max-height: 300px;
  object-fit: cover;
  border-radius: 8px;
}

@media (max-width: 480px) {
  .beneficio-banner img {
    max-height: 200px;
  }
}


.beneficio-acesso {
  flex: 1;
  min-width: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.btn-acesso {
  background: #0077cc;
  color: white;
  padding: 12px 20px;
  border-radius: 6px;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 10px;
  display: inline-block;
}

.btn-acesso:hover {
  background: #005fa3;
}

.info-redirecionamento {
  font-size: 14px;
  color: #666;
}



.cupom-box {
  border: 2px dashed #f5a623;
  padding: 12px;
  background: #fffbea;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #004b8d;
  margin-bottom: 30px;
}
