/* Estilos para obras bloqueadas */
.obras-bloqueada {
  opacity: 0.7;
  position: relative;
}

.obras-placeholder {
  width: 100%;
  height: 400px;
  background: linear-gradient(135deg, #f5f5f5, #e0e0e0);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #999;
  border: 2px dashed #ccc;
  border-radius: 12px;
}

.obras-lock {
  font-size: 3rem;
  margin-bottom: 1rem;
  opacity: 0.7;
}

.obras-placeholder p {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #666;
}

.btn-disabled {
  background: #ccc !important;
  color: #666 !important;
  cursor: not-allowed !important;
  opacity: 0.7;
}

.btn-disabled:hover {
  background: #ccc !important;
  transform: none !important;
}

.obras-bloqueada .obras-feature-text h2 {
  color: #999;
}

.obras-bloqueada .obras-feature-text p {
  color: #777;
}