.pc-hero {
  background:
    linear-gradient(100deg, rgba(7, 35, 27, 0.92), rgba(16, 73, 57, 0.82)),
    url("/static/img/proyectos_puntacana/city_place/cover.c5abf7e2aee2.jpg") center/cover no-repeat;
  color: #f8f2e6;
  padding: 3.8rem 0;
}
.pc-hero-wrap { max-width: 820px; }
.pc-kicker { font-size: .85rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 800; opacity: .92; }
.pc-hero h1 { margin: .4rem 0 .6rem; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.05; }
.pc-filters { display: flex; gap: .7rem; flex-wrap: wrap; margin-top: 1.2rem; }
.pc-filters label { display: grid; gap: .28rem; font-weight: 700; }
.pc-filters input, .pc-filters select, .pc-form input, .pc-form textarea {
  border: 1px solid rgba(184, 157, 98, 0.45);
  border-radius: 12px;
  padding: .66rem .75rem;
  font: inherit;
  background: #fffdf7;
}
.pc-section { padding-top: 2.2rem; }
.pc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1rem;
}
.pc-card {
  background: #fffdf8;
  border: 1px solid #e5dcc6;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 34px rgba(12, 26, 21, 0.09);
}
.pc-cover-link { position: relative; display: block; }
.pc-cover {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  display: block;
}
.pc-status {
  position: absolute;
  top: .7rem;
  left: .7rem;
  padding: .3rem .6rem;
  border-radius: 999px;
  background: rgba(13, 78, 58, .9);
  color: #fff;
  font-size: .78rem;
  font-weight: 800;
}
.pc-status--proximamente { background: rgba(132, 102, 36, .94); }
.pc-status--vendido { background: rgba(143, 37, 37, .94); }
.pc-card-body { padding: .95rem 1rem 1rem; }
.pc-card h2 { margin: .2rem 0 .45rem; font-size: 1.28rem; }
.pc-meta { list-style: none; padding: 0; margin: .75rem 0; display: grid; gap: .22rem; font-size: .95rem; }
.pc-actions { display: flex; gap: .55rem; flex-wrap: wrap; }
.pc-benefits {
  margin-top: 2rem;
  padding: 1.3rem;
  border: 1px solid #e5dcc6;
  border-radius: 16px;
  background: linear-gradient(180deg, #fffefb, #f9f4e9);
}
.pc-benefits-grid, .pc-mini-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: .9rem;
  margin: 1rem 0;
}
.pc-kpis {
  margin-top: 1.8rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: .7rem;
}
.pc-kpis article, .pc-mini-grid article {
  border: 1px solid #e7dec9;
  border-radius: 12px;
  padding: .95rem;
  background: #fff;
}
.pc-detail-hero {
  position: relative;
  min-height: 58vh;
  display: grid;
  align-items: end;
}
.pc-detail-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pc-detail-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 24, 20, .25), rgba(6, 24, 20, .82));
}
.pc-detail-content {
  position: relative;
  z-index: 1;
  color: #f8f2e8;
  padding-bottom: 2rem;
}
.pc-detail-content h1 { margin: .45rem 0; font-size: clamp(2rem, 4vw, 3rem); }
.pc-subtitle { font-size: 1.05rem; font-weight: 700; color: #f0dfb8; }
.pc-form { display: grid; gap: .8rem; max-width: 640px; }
.pc-form label { display: grid; gap: .3rem; font-weight: 700; }
.pc-map-wrap {
  border: 1px solid #e5dcc6;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 34px rgba(12, 26, 21, 0.08);
}
.pc-map-wrap iframe {
  width: 100%;
  height: min(56vh, 460px);
  border: 0;
  display: block;
}
.pc-video-wrap {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e5dcc6;
  box-shadow: 0 20px 34px rgba(12, 26, 21, 0.08);
}
.pc-video {
  width: 100%;
  display: block;
  background: #000;
  max-height: min(72vh, 760px);
}
.pc-video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: .8rem;
}
.pc-gallery-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: .75rem;
}
.pc-gallery-item {
  display: block;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e8ddc5;
  box-shadow: 0 10px 22px rgba(12, 26, 21, 0.08);
  background: #fff;
}
.pc-gallery-item img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  transform: scale(1.001);
  transition: transform .35s ease;
}
.pc-gallery-item:hover img {
  transform: scale(1.04);
}
.pc-success-message {
  border: 1px solid #c5e4d2;
  background: linear-gradient(180deg, #effbf3, #e6f8ec);
  border-radius: 14px;
  padding: 1rem 1.1rem;
  color: #174731;
}
.pc-success-message h2 {
  margin: 0 0 .35rem;
  font-size: 1.2rem;
}
.pc-success-message p {
  margin: 0;
}
.pc-modal[hidden] {
  display: none !important;
}
.pc-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 60;
}
.pc-modal.is-open {
  display: block;
}
.pc-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 12, 9, 0.62);
  backdrop-filter: blur(2px);
}
.pc-modal-dialog {
  position: relative;
  margin: min(8vh, 68px) auto;
  width: min(680px, calc(100% - 1.2rem));
  max-height: 84vh;
  overflow: auto;
  background: #fffefb;
  border: 1px solid #e6dcc8;
  border-radius: 16px;
  padding: 1.1rem;
  box-shadow: 0 24px 44px rgba(3, 20, 15, 0.22);
}
.pc-modal-close {
  position: absolute;
  top: .4rem;
  right: .55rem;
  border: 0;
  background: transparent;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
  color: #40544c;
}
body.pc-modal-open {
  overflow: hidden;
}
@media (max-width: 760px) {
  .pc-actions .button { width: 100%; text-align: center; }
  .pc-hero { padding: 2.8rem 0; }
  .pc-modal-dialog {
    margin: 4vh auto;
    padding: 1rem .85rem;
  }
}
