body {
  font-family: 'Poppins', sans-serif;
  background: linear-gradient(135deg, #0a0a1a, #141429, #1f2235);
  color: #fff;
  min-height: 100vh;
}
.navbar-public {
  background: rgba(10, 10, 25, 0.9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.hero-mini {
  padding: 3rem 0 2rem;
  text-align: center;
}
.hero-mini h1 { color: #00bcd4; font-weight: 600; }
.prop-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.prop-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0,188,212,0.15);
}
.carousel-item a { display: block; }
.carousel-item img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.carousel-detalle .carousel-item img {
  height: min(55vh, 480px);
}
.sin-foto {
  height: 260px;
  background: rgba(255,255,255,0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  flex-direction: column;
}
.sin-foto-lg { height: min(55vh, 480px); }
.prop-body { padding: 1.25rem; flex: 1; display: flex; flex-direction: column; }
.precio-tag {
  font-size: 1.25rem;
  font-weight: 600;
  color: #00bcd4;
}
.caracteristicas {
  white-space: pre-line;
  color: #ccc;
  font-size: 0.95rem;
  line-height: 1.6;
}
.caracteristicas-preview {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.badge-mant {
  background: rgba(255, 152, 0, 0.2);
  color: #ffb74d;
  border: 1px solid rgba(255, 152, 0, 0.4);
}
.footer-public {
  text-align: center;
  padding: 2rem 0;
  color: #999;
  font-size: 0.9rem;
  margin-top: 2rem;
}
.btn-cpanel {
  background: linear-gradient(90deg, #00bcd4, #007bff);
  border: none;
  color: white;
}
.btn-cpanel:hover { color: #fff; box-shadow: 0 0 12px rgba(0,188,212,0.4); }
.btn-gradient {
  background: linear-gradient(90deg, #00bcd4, #007bff);
  border: none;
  color: #fff;
}
.btn-gradient:hover { color: #fff; box-shadow: 0 0 10px rgba(0,188,212,0.4); }
.glass-box {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
}
.prop-actions {
  margin-top: auto;
  padding-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.btn-compartir-propiedad {
  border: 1px solid rgba(37, 211, 102, 0.5);
}
.btn-compartir-propiedad:hover {
  background: rgba(37, 211, 102, 0.15);
  border-color: #25d366;
  color: #fff;
}
