/* PlacEVision V23 — warmer closing CTA.
   Keeps the dark premium section while removing the impression of pure black. */

.pv-detail-explore {
  border-color: rgba(207, 163, 91, 0.56);
  background:
    radial-gradient(ellipse at 82% 18%, rgba(220, 178, 101, 0.14) 0%, rgba(185, 135, 65, 0.055) 25%, transparent 57%),
    linear-gradient(118deg, #1c1813 0%, #17130f 52%, #21180f 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 233, 191, 0.045),
    0 20px 44px rgba(46, 31, 17, 0.13);
}

.pv-detail-explore::after {
  position: absolute;
  z-index: 0;
  inset: 1px;
  background: linear-gradient(105deg, transparent 0%, transparent 48%, rgba(230, 190, 116, 0.035) 72%, transparent 100%);
  content: "";
  pointer-events: none;
}

.pv-detail-explore__copy,
.pv-detail-explore__button {
  position: relative;
  z-index: 1;
}

.pv-detail-explore__eyebrow {
  color: #e2bf80;
}

.pv-detail-explore h2 {
  text-shadow: 0 1px 16px rgba(224, 181, 101, 0.055);
}

.pv-detail-explore__text {
  color: rgba(255, 250, 240, 0.82);
  font-size: clamp(12px, 1.05vw, 13px);
}

.pv-detail-explore__button {
  border-color: #dfb872;
  background: linear-gradient(125deg, #9f6c31 0%, #bf8b46 58%, #ce9c56 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 238, 202, 0.18),
    0 12px 28px rgba(0, 0, 0, 0.23);
}

@media (max-width: 768px) {
  .pv-detail-explore {
    background:
      radial-gradient(ellipse at 85% 12%, rgba(220, 178, 101, 0.12) 0%, transparent 52%),
      linear-gradient(145deg, #1c1813 0%, #17130f 62%, #20170f 100%);
  }
}
