/* Purple Moon — Footer redesign */
.footer,
.pm-footer {
  background: var(--pm-footer-bg) !important;
  padding-top: 0 !important;
  position: relative;
  overflow: hidden;
  margin-top: 0;
}

.pm-footer-reserve {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.03);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 28px 0;
}

.pm-footer-reserve__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding: 22px 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--pm-radius);
  background: rgba(255, 255, 255, 0.05);
}

.pm-footer-reserve__label {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: clamp(1.25rem, 2.5vw, 1.65rem) !important;
  color: var(--pm-white) !important;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.pm-footer-reserve__label i {
  color: var(--pm-gold);
  font-size: 1.1rem;
}

.pm-footer-reserve__phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--pm-gold), var(--pm-gold-light)) !important;
  color: #1a1522 !important;
  font-size: 1.05rem;
  font-weight: 700;
  padding: 14px 26px;
  border-radius: 50px;
  box-shadow: 0 6px 20px rgba(212, 168, 83, 0.35);
  transition: all 0.3s ease;
  text-decoration: none !important;
}

.pm-footer-reserve__phone:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(212, 168, 83, 0.45);
  color: #1a1522 !important;
}

.pm-footer-reserve__phone i {
  font-size: 1.15rem;
}

.pm-footer::before {
  content: '';
  position: absolute;
  top: 0;
  right: -120px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 162, 39, 0.07), transparent 70%);
  pointer-events: none;
}

.pm-footer::after {
  content: '';
  position: absolute;
  bottom: 80px;
  left: -80px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 162, 39, 0.05), transparent 70%);
  pointer-events: none;
}

.pm-footer-cta {
  position: relative;
  z-index: 1;
  background: var(--pm-footer-surface);
  padding: 48px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-top: 3px solid rgba(201, 162, 39, 0.45);
}

.pm-footer-cta .container {
  max-width: 1140px;
}

.pm-footer-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
  padding: 32px 36px;
  border-radius: var(--pm-radius);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(201, 162, 39, 0.22);
  backdrop-filter: blur(6px);
}

/* ===== Footer typography — high clarity on dark background ===== */
.pm-footer-main {
  font-family: 'DM Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pm-footer-cta__text span {
  display: inline-block;
  color: rgba(255, 255, 255, 0.95);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.pm-footer-cta__text p {
  color: rgba(255, 255, 255, 0.94);
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  max-width: 520px;
  line-height: 1.6;
}

.pm-footer-cta__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.pm-footer-cta__btn {
  background: var(--pm-white) !important;
  color: #1a1522 !important;
  border: 2px solid var(--pm-white) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.pm-footer-cta__btn:hover {
  background: var(--pm-gold) !important;
  border-color: var(--pm-gold) !important;
  color: #1a1522 !important;
  transform: translateY(-2px);
}

.pm-footer-cta__text h3 {
  color: var(--pm-white) !important;
  font-family: 'Cormorant Garamond', serif !important;
  font-size: clamp(1.6rem, 3vw, 2.2rem) !important;
  margin: 0 0 8px;
  line-height: 1.15;
  font-weight: 600 !important;
}

.pm-footer-cta__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--pm-white) !important;
  font-weight: 700;
  font-size: 15px;
  padding: 12px 20px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50px;
  transition: all 0.3s ease;
}

.pm-footer-cta__link:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.6);
  color: var(--pm-white) !important;
  text-decoration: none;
}

.pm-footer-main {
  position: relative;
  z-index: 1;
  padding: 56px 0 48px !important;
  background: transparent;
}

.pm-footer .footer_top {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pm-footer-main .container {
  max-width: 1200px;
}

.pm-footer-main .row {
  --pm-footer-gap: 20px;
  row-gap: var(--pm-footer-gap);
  margin-left: -10px;
  margin-right: -10px;
}

.pm-footer-main .row > [class*="col-"] {
  min-width: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.pm-footer-brand,
.pm-footer-newsletter,
.pm-footer .footer_widget {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--pm-radius);
  padding: 26px 22px;
  height: 100%;
  min-width: 0;
  overflow: hidden;
}

/* Override template footer link styles */
.pm-footer .footer_top .footer_widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pm-footer .footer_top .footer_widget ul:not(.pm-footer-contact) li {
  display: block;
  margin: 0;
  padding: 0;
}

.pm-footer .footer_top .footer_widget ul li a {
  line-height: 1.5 !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  color: rgba(255, 255, 255, 0.92) !important;
}

.pm-footer .footer_widget h3.footer_title {
  color: var(--pm-white) !important;
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 1.45rem;
  font-weight: 600 !important;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 12px;
  min-height: 44px;
  letter-spacing: 0.02em;
}

.pm-footer .footer_widget h3.footer_title::after {
  width: 44px;
  height: 3px;
  background: var(--pm-gold);
}

.pm-footer-logo {
  display: inline-block;
  margin-bottom: 18px;
}

.pm-footer-logo img {
  max-height: 88px;
  width: auto;
  filter: none;
  opacity: 1;
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
  background: rgba(255, 255, 255, 0.06);
}

.pm-footer-columns {
  align-items: stretch;
}

.pm-footer-columns > [class*="col-"] {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}

.pm-footer-columns > [class*="col-"] > .footer_widget {
  flex: 1 1 auto;
  width: 100%;
}

@media (min-width: 1200px) {
  .pm-footer-columns > [class*="col-"] {
    margin-bottom: 0;
  }
}

.pm-footer-tagline {
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 22px;
  max-width: 100%;
}

.pm-footer-social__label {
  display: block;
  color: rgba(255, 255, 255, 0.85);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.pm-footer-social ul {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}

.pm-footer-social ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--pm-white) !important;
  font-size: 16px;
  transition: all 0.3s ease;
}

.pm-footer-social ul li a:hover {
  background: var(--pm-gold);
  border-color: var(--pm-gold);
  color: #1a1522 !important;
  transform: translateY(-3px);
}

.pm-footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pm-footer .footer_top .footer_widget ul.pm-footer-contact li {
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
  padding: 0;
}

.pm-footer-contact li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 18px;
}

.pm-footer-contact li > div {
  min-width: 0;
  flex: 1;
  padding-top: 2px;
}

.pm-footer-contact li:last-child {
  margin-bottom: 0;
}

.pm-footer-contact__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  line-height: 1;
}

.pm-footer-contact__icon i {
  color: var(--pm-gold);
  font-size: 16px;
  line-height: 1;
}

.pm-footer-contact li strong {
  display: block;
  color: var(--pm-white);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
  letter-spacing: 0.02em;
}

.pm-footer-contact li > div span,
.pm-footer-contact li > div a {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.6 !important;
  display: block;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.pm-footer-contact li a:hover {
  color: var(--pm-gold) !important;
}

.pm-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  columns: 1;
}

.pm-footer-links li {
  break-inside: avoid;
  margin-bottom: 2px;
}

.pm-footer-links li a {
  display: flex !important;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
  transition: color 0.25s ease, padding 0.25s ease;
}

.pm-footer-links li a::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--pm-gold);
  flex-shrink: 0;
  opacity: 1;
}

.pm-footer-links li a:hover {
  color: var(--pm-white) !important;
  font-weight: 600 !important;
  padding-left: 4px;
}

/* Legacy grid fallback */
.pm-footer-links-grid {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.pm-footer-links-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.pm-footer-links-grid ul li {
  margin-bottom: 0;
}

.pm-footer-links-grid ul li a {
  display: flex !important;
  align-items: center;
  gap: 10px;
  padding: 7px 0;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  transition: all 0.25s ease;
}

.pm-footer-links-grid ul li a::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--pm-gold);
  flex-shrink: 0;
  opacity: 0.75;
}

.pm-footer-links-grid ul li a:hover {
  color: var(--pm-white) !important;
  padding-left: 4px;
}

.pm-footer .newsletter_text {
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.65;
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
}

.pm-footer-newsletter__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.pm-currency-switcher {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 72px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
}

.pm-currency-switcher__btn {
  appearance: none;
  border: none;
  background: rgba(0, 0, 0, 0.35);
  color: rgba(255, 255, 255, 0.88);
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  padding: 10px 8px;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease;
}

.pm-currency-switcher__btn + .pm-currency-switcher__btn {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.pm-currency-switcher__btn:hover {
  background: rgba(255, 255, 255, 0.12);
  color: var(--pm-white);
}

.pm-currency-switcher__btn.is-active {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  color: var(--pm-white);
}

.pm-currency-switcher__btn:focus-visible {
  outline: 2px solid var(--pm-gold);
  outline-offset: -2px;
}

.pm-newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: var(--pm-radius);
  overflow: visible;
  box-shadow: none;
  position: relative !important;
  margin-bottom: 0 !important;
}

.pm-newsletter-form input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  background: rgba(255, 255, 255, 0.12) !important;
  color: var(--pm-white) !important;
  padding: 14px 18px !important;
  border-radius: var(--pm-radius-sm) !important;
  font-size: 15px;
  font-weight: 500;
}

.pm-newsletter-form input::placeholder {
  color: rgba(255, 255, 255, 0.65);
  font-weight: 400;
}

.pm-newsletter-form input:focus {
  outline: none;
  border-color: var(--pm-gold) !important;
  background: rgba(255, 255, 255, 0.16) !important;
}

.pm-newsletter-form button {
  width: 100%;
  position: static !important;
  top: auto !important;
  right: auto !important;
  height: auto !important;
  border-radius: var(--pm-radius-sm) !important;
  padding: 14px 20px !important;
  background: linear-gradient(135deg, var(--pm-gold), var(--pm-gold-light)) !important;
  border: none !important;
  color: #1a1522 !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}

.pm-newsletter-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(212, 168, 83, 0.35);
}

.pm-footer-payments {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.pm-footer-payments > span {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.pm-footer-payments__icons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.pm-footer-payments__icons i {
  font-size: 28px;
  color: rgba(255, 255, 255, 0.55);
  transition: color 0.25s ease;
}

.pm-footer-payments__icons i:hover {
  color: var(--pm-gold);
}

.pm-footer .copy-right_text,
.pm-footer-bottom {
  position: relative;
  z-index: 1;
  background: rgba(0, 0, 0, 0.35) !important;
  padding: 22px 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.pm-footer-bottom__top {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

.pm-back-to-top {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--pm-gold), #e8c06a);
  color: #1a1522 !important;
  font-size: 22px;
  line-height: 1;
  box-shadow: 0 6px 18px rgba(212, 168, 83, 0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  text-decoration: none !important;
}

.pm-back-to-top:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(212, 168, 83, 0.45);
  color: #1a1522 !important;
}

.pm-back-to-top:focus-visible {
  outline: 2px solid var(--pm-white);
  outline-offset: 3px;
}

#scrollUp {
  display: none !important;
}

.pm-footer-bottom__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.pm-footer .copy_right {
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

.pm-footer-bottom__links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.pm-footer-bottom__links a {
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 14px;
  font-weight: 600;
  transition: color 0.25s ease;
}

.pm-footer-bottom__links a:hover {
  color: var(--pm-gold) !important;
}

.pm-footer .footer_border {
  display: none;
}

@media (min-width: 1200px) {
  .pm-footer-links {
    columns: 2;
    column-gap: 20px;
  }
}

@media (max-width: 991px) {
  .pm-footer-reserve__inner,
  .pm-footer-cta__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .pm-footer-main {
    padding: 48px 0 36px !important;
  }

  .pm-footer-columns > [class*="col-"] {
    margin-bottom: 20px;
  }

  .pm-footer-links {
    columns: 1;
  }

  .pm-footer .footer_widget {
    padding: 24px 20px;
  }

  .pm-footer-cta__actions {
    width: 100%;
    flex-wrap: wrap;
    gap: 12px;
  }

  .pm-footer-cta__btn,
  .pm-footer-cta__link {
    flex: 1 1 auto;
    min-width: 140px;
    text-align: center;
    justify-content: center;
  }

  .pm-footer-contact li {
    align-items: flex-start;
  }
}

@media (max-width: 1199px) {
  .pm-footer-cta__inner {
    align-items: center;
    text-align: center;
  }

  .pm-footer-cta__actions {
    justify-content: center;
  }

  .pm-footer-reserve__inner {
    gap: 14px;
  }
}

@media (max-width: 575px) {
  .pm-footer-main {
    padding: 40px 0 28px !important;
  }

  .pm-footer-columns > [class*="col-"] {
    margin-bottom: 18px;
  }

  .pm-footer .footer_widget {
    padding: 22px 18px;
  }

  .pm-footer-reserve__inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
  }

  .pm-footer-reserve__phone {
    font-size: 14px;
    padding: 10px 16px;
    width: 100%;
    justify-content: center;
  }

  .pm-footer-cta__inner {
    align-items: center;
    text-align: center;
  }

  .pm-footer-cta__actions {
    flex-direction: column;
    width: 100%;
  }

  .pm-footer-cta__btn,
  .pm-footer-cta__link {
    width: 100%;
  }

  .pm-footer-bottom__inner {
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }

  .pm-footer-bottom__links {
    justify-content: center;
  }

  .pm-footer-payments__icons {
    flex-wrap: wrap;
    justify-content: center;
  }

  .pm-footer-newsletter__top {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  .pm-currency-switcher {
    align-self: flex-end;
  }
}
