/* UKLDA Weekend 2027 popup — isolated styles */
.uklda-weekend-overlay {
  position: fixed;
  inset: 0;
  z-index: 20000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(3, 6, 10, 0.82);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.uklda-weekend-overlay.is-visible {
  display: flex;
}

.uklda-weekend-popup {
  position: relative;
  width: min(680px, 100%);
  padding: 52px 48px 46px;
  background: #0b0f14;
  border-top: 3px solid #c7a24a;
  border-bottom: 1px solid rgba(199, 162, 74, 0.38);
  box-shadow: 0 28px 90px rgba(0,0,0,0.72);
  text-align: center;
}

.uklda-weekend-close {
  position: absolute;
  top: 16px;
  right: 18px;
  border: 0;
  padding: 4px 0;
  background: transparent;
  color: rgba(232,237,245,0.72);
  font: inherit;
  font-size: 13px;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.uklda-weekend-close:hover,
.uklda-weekend-close:focus-visible {
  color: #fff;
}

.uklda-weekend-eyebrow {
  margin: 0 0 13px;
  color: #c7a24a;
  text-transform: uppercase;
  letter-spacing: 0.17em;
  font-size: 12px;
  font-weight: 700;
}

.uklda-weekend-popup h2 {
  margin: 0;
  color: #f5f7fa;
  font-size: clamp(31px, 5.5vw, 48px);
  line-height: 1.04;
  letter-spacing: -0.025em;
}

.uklda-weekend-intro {
  max-width: 520px;
  margin: 18px auto 0;
  color: rgba(232,237,245,0.78);
  font-size: 17px;
  line-height: 1.55;
}

.uklda-weekend-details {
  margin: 28px 0 0;
  color: #f0f3f7;
  font-size: 17px;
  line-height: 1.7;
}

.uklda-weekend-details strong {
  color: #fff;
  font-weight: 700;
}

.uklda-weekend-price {
  margin: 24px 0 0;
  color: #c7a24a;
  font-size: 21px;
  font-weight: 750;
}

.uklda-weekend-book {
  display: inline-block;
  margin-top: 28px;
  padding: 14px 30px;
  border: 1px solid #c7a24a;
  background: #c7a24a;
  color: #0b0f14 !important;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-decoration: none !important;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}

.uklda-weekend-book:hover,
.uklda-weekend-book:focus-visible {
  background: #d5b45f;
  color: #0b0f14 !important;
  transform: translateY(-1px);
}

@media (max-width: 600px) {
  .uklda-weekend-overlay {
    padding: 16px;
  }

  .uklda-weekend-popup {
    padding: 50px 24px 34px;
  }

  .uklda-weekend-intro,
  .uklda-weekend-details {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .uklda-weekend-book { transition: none; }
}
