/* =========================================================
       1) ROOT / GLOBAL
    ========================================================= */
:root {
  --bg: #0d0d0d;
  --text: #fff;
  --muted: #bbb;
  --gold: #c8ab4f;
  --green: #72e07a;
  --border: #2f2f2f;
  --grid: #303030;
  --slotBg: #d9f8cf;
  --slotText: #000;
  --inputBg: #141414;
  --inputBorder: rgba(255, 255, 255, 0.18);
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: auto;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background-color: var(--bg);
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18)),
    url("../../Images/bg-pattern-dark.webp");
  background-repeat: repeat;
  background-size: 420px 630px;
  background-attachment: scroll;
  color: var(--text);
  text-align: center;
  will-change: auto;
}

main {
  display: block;
}

.visuallyHidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* =========================================================
       2) TOP BAR / HERO
    ========================================================= */
.siteHeader {
  position: relative;
  z-index: 7000;
  border-block-end: 1px solid rgba(200, 171, 79, 0.2);
  background: rgba(8, 8, 8, 0.96);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.18);
}

.siteHeaderInner {
  width: min(1140px, calc(100% - 32px));
  min-height: 76px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 18px;
}

.siteHeaderActions {
  position: relative;
  min-width: 0;
  margin-inline-start: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
}

.langBar {
  min-width: 0;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}

.langLabel {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 800;
  font-size: 14px;
}

#langSelect {
  max-width: 210px;
  background: #0f0f0f;
  color: #fff;
  border: 1px solid rgba(200, 171, 79, 0.6);
  border-radius: 10px;
  padding: 10px 11px;
  font-weight: 900;
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
  text-align-last: center;
  outline: none;
  cursor: pointer;
}

#langSelect option {
  font-size: 17px;
}

#langSelect:focus-visible {
  border-color: #e2ca7d;
  box-shadow: 0 0 0 3px rgba(226, 202, 125, 0.2);
}

.siteMenu {
  position: relative;
  flex: 0 0 auto;
}

.siteMenuSummary {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.035);
  color: #f6f2e8;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.2;
  list-style: none;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
}

.siteMenuSummary::-webkit-details-marker {
  display: none;
}

.siteMenuSummary:hover,
.siteMenuSummary:focus-visible,
.siteMenu[open] > .siteMenuSummary {
  border-color: rgba(200, 171, 79, 0.65);
  background: rgba(200, 171, 79, 0.11);
  color: #fff;
  outline: none;
}

.siteMenuSummary:focus-visible {
  box-shadow: 0 0 0 3px rgba(226, 202, 125, 0.2);
}

.siteMenuIcon {
  width: 18px;
  display: inline-flex;
  flex-direction: column;
  gap: 3px;
}

.siteMenuIcon span {
  width: 100%;
  height: 2px;
  display: block;
  border-radius: 99px;
  background: currentColor;
}

.siteMenuPanel {
  position: absolute;
  inset-block-start: calc(100% + 9px);
  inset-inline-end: 0;
  width: max-content;
  max-width: min(340px, calc(100vw - 24px));
  padding: 8px;
  display: grid;
  gap: 3px;
  border: 1px solid rgba(200, 171, 79, 0.32);
  border-radius: 15px;
  background: #101010;
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.58);
  text-align: start;
}

.siteMenuPanel a {
  min-height: 46px;
  max-width: 100%;
  display: flex;
  align-items: center;
  padding: 10px 12px;
  border-radius: 10px;
  color: rgba(246, 242, 232, 0.9);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.siteMenuPanel a:hover,
.siteMenuPanel a:focus-visible {
  background: rgba(200, 171, 79, 0.13);
  color: #fff3c2;
  outline: none;
}

#packages,
#package-massage-only,
#seo-guides,
#faq,
#location-hours,
#contact-options {
  scroll-margin-block-start: 18px;
}

.seoGuidesViewAll {
  width: fit-content;
  min-height: 46px;
  margin: 20px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border: 1px solid rgba(200, 171, 79, 0.65);
  border-radius: 11px;
  background: rgba(200, 171, 79, 0.11);
  color: #f3df9b;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
}

.seoGuidesViewAll:hover,
.seoGuidesViewAll:focus-visible {
  border-color: #e2ca7d;
  background: #c8ab4f;
  color: #0b0b0b;
  outline: 3px solid rgba(226, 202, 125, 0.22);
  outline-offset: 2px;
}

@media (max-width: 860px) {
  .siteHeaderInner {
    gap: 12px;
  }

  .langLabel {
    display: none;
  }

}

@media (min-width: 701px) {
  .siteHeaderActions {
    margin-inline: auto;
  }
}

@media (max-width: 700px) {
  .siteHeaderInner {
    width: min(100% - 24px, 1140px);
    min-height: 0;
    padding-block: 11px 12px;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  .siteHeaderActions {
    width: 100%;
    margin-inline-start: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
  }

  .langBar {
    width: 100%;
  }

  #langSelect {
    width: 100%;
    max-width: none;
    min-width: 0;
    font-size: 14px;
  }

  .siteMenuSummary {
    min-height: 44px;
    padding-inline: 11px;
  }

  .siteMenu {
    position: static;
  }
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: calc(100% - 40px);
  max-width: 1140px;
  margin: 24px auto 20px;
  padding: clamp(30px, 5vw, 52px) clamp(24px, 5vw, 68px)
    clamp(28px, 5vw, 48px);
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid rgba(200, 171, 79, 0.52);
  border-radius: 28px;
  background-color: #0b0b0b;
  background-image:
    linear-gradient(rgba(5, 5, 5, 0.78), rgba(5, 5, 5, 0.88)),
    url("../../Images/bg-pattern-dark.webp");
  background-repeat: no-repeat, repeat;
  background-position: center;
  background-size: auto, 420px 630px;
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 8%;
  width: 84%;
  height: 1px;
  z-index: 0;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(228, 198, 110, 0.78),
    transparent
  );
  pointer-events: none;
}

.hero > * {
  position: relative;
  z-index: 1;
}

.hero h1 {
  max-width: 1040px;
  margin: 0;
  font-size: clamp(30px, 4vw, 46px);
  text-wrap: balance;
  overflow-wrap: anywhere;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

.hero h1::after {
  content: "";
  display: block;
  width: 96px;
  height: 2px;
  margin: 18px auto 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #e4c66e, transparent);
  box-shadow: 0 0 18px rgba(228, 198, 110, 0.55);
}

.heroBrand {
  display: block;
  max-width: 980px;
  margin: 0 auto;
  color: #fff;
  font-size: clamp(32px, 3.4vw, 42px);
  font-weight: 900;
  letter-spacing: 0.025em;
  line-height: 1.08;
}

.heroSupport {
  display: block;
  max-width: 960px;
  margin: 12px auto 0;
  color: #f0d277;
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 900;
  line-height: 1.28;
}

.hero p {
  color: rgba(255, 255, 255, 0.92);
  max-width: 920px;
  margin: 0 auto;
  line-height: 1.65;
  font-size: clamp(16px, 1.3vw, 17px);
  font-weight: 600;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.heroMedia {
  width: min(100%, 720px);
  margin: 32px auto 0;
  overflow: hidden;
  border: 1px solid rgba(228, 198, 110, 0.48);
  border-radius: 24px;
  background: #070707;
  box-shadow:
    0 22px 46px rgba(0, 0, 0, 0.48),
    0 0 0 1px rgba(255, 255, 255, 0.035) inset;
  line-height: 0;
}

.heroMedia img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 720px) {
  .hero {
    width: calc(100% - 24px);
    margin: 16px auto 18px;
    padding: 28px 18px 22px;
    border-radius: 22px;
  }

  .hero h1::after {
    width: 78px;
    margin: 15px auto 13px;
  }

  .heroBrand {
    font-size: clamp(28px, 8.2vw, 32px);
  }

  .heroSupport {
    margin-top: 10px;
    font-size: clamp(19px, 6vw, 24px);
  }

  .hero p {
    font-size: clamp(15px, 4vw, 16px);
    line-height: 1.55;
  }

  .heroMedia {
    margin-top: 24px;
    border-radius: 18px;
  }
}

/* =========================================================
       3) PACKAGE LAYOUT
    ========================================================= */
.packages {
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-width: 1140px;
  margin: 0 auto 40px;
  padding: 20px;
}

.card {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  padding: 26px;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  transition: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  isolation: isolate;
  background-blend-mode: normal;
}

.card::before {
  content: none;
}

#package-deluxe.card::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  pointer-events: none;
  background-repeat: no-repeat;
  mix-blend-mode: normal;
}

.classicPhotoZone,
.signaturePhotoZone {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 26px 26px 0;
  border-radius: 21px 21px 0 0;
  background: rgba(8,8,8,.92);
}

.signaturePhotoZone {
  background:
    url("../../Images/hammam-program-signature-ceiling.webp?v=20260810-seo-visibility-v22")
    center top / 100% 100% no-repeat;
}

.classicPhotoZone::before,
.classicPhotoZone::after,
.signaturePhotoZone::before,
.signaturePhotoZone::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  background-image: var(--classic-card-photo);
  background-repeat: no-repeat;
}

.classicPhotoZone::before,
.signaturePhotoZone::before {
  content: none;
}

.classicPhotoZone::after,
.signaturePhotoZone::after {
  inset: 0;
  background-position: center top;
  background-size: cover;
  opacity: 1;
  filter: none;
}

.classicPhotoZone::after {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),
    var(--classic-card-photo);
}

.signaturePhotoZone::after {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),
    var(--signature-card-photo);
  background-position: center, center bottom;
  background-size: 100% 100%, 100% auto;
  transform: none;
}

.classicPhotoZone > *,
.signaturePhotoZone > * {
  position: relative;
  z-index: 1;
}

.classicPhotoZone > .topGlassLine,
.signaturePhotoZone > .topGlassLine {
  position: absolute;
}

.classicPhotoZone .detailsBtn,
.signaturePhotoZone .detailsBtn {
  display: block;
}

.classicActionZone,
.signatureActionZone {
  position: relative;
  padding: 18px 26px 26px;
}

.classicActionZone .openAvailability,
.signatureActionZone .openAvailability {
  margin-top: 0;
}

#package-deluxe.card::before {
  background-image: url("../../Images/hammam-program-background.webp?v=20260810-seo-visibility-v22");
  background-position: 48% center;
  background-size: cover;
  opacity: 0.48;
  filter: saturate(0.75) contrast(1.06) brightness(0.68);
}

@media (max-width: 720px) {
  #package-deluxe.card::before {
    background-position: 48% center;
    opacity: 0.44;
  }
}

.card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.05) 0%,
    rgba(255, 255, 255, 0.02) 30%,
    rgba(255, 255, 255, 0.01) 100%
  );
  box-shadow: none;
}

.card > * {
  position: relative;
  z-index: 1;
}

.topGlassLine {
  position: absolute;
  top: 0;
  left: 8%;
  width: 84%;
  height: 1px;
  z-index: 1;
  pointer-events: none;
}

/* =========================================================
       4) PACKAGE THEME SYSTEM
    ========================================================= */
.card-classic {
  --theme1: #d7bb74;
  --theme2: #b89449;
  --themeGlow: rgba(215, 187, 116, 0.18);
  --themeBorder: rgba(215, 187, 116, 0.3);
  --themeShadow: rgba(92, 72, 24, 0.18);
  --themeText: #d7bb74;
  --themeBtnText: #16120a;
  --themeBadgeBg1: rgba(61, 47, 17, 0.76);
  --themeBadgeBg2: rgba(31, 22, 10, 0.6);
  --themeBadgeText: #ecd28d;
  --themeTopLine: rgba(215, 187, 116, 0.34);

  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.06),
      rgba(255, 255, 255, 0.02)
    ),
    radial-gradient(
      circle at 15% 20%,
      rgba(215, 187, 116, 0.15),
      transparent 36%
    ),
    linear-gradient(
      180deg,
      rgba(215, 187, 116, 0.08),
      rgba(215, 187, 116, 0.04)
    );
  border-color: var(--themeBorder);
}

.card-signature {
  --theme1: #9fc0af;
  --theme2: #7ea18f;
  --themeGlow: rgba(147, 179, 162, 0.18);
  --themeBorder: rgba(147, 179, 162, 0.28);
  --themeShadow: rgba(45, 79, 63, 0.18);
  --themeText: #93b3a2;
  --themeBtnText: #102019;
  --themeBadgeBg1: rgba(27, 45, 38, 0.76);
  --themeBadgeBg2: rgba(15, 26, 22, 0.6);
  --themeBadgeText: #cfe6da;
  --themeTopLine: rgba(147, 179, 162, 0.34);

  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.06),
      rgba(255, 255, 255, 0.02)
    ),
    radial-gradient(
      circle at 15% 20%,
      rgba(147, 179, 162, 0.15),
      transparent 36%
    ),
    linear-gradient(
      180deg,
      rgba(147, 179, 162, 0.08),
      rgba(147, 179, 162, 0.04)
    );
  border-color: var(--themeBorder);
}

.card-deluxe {
  --theme1: #c78aa0;
  --theme2: #8f4d67;
  --themeGlow: rgba(199, 138, 160, 0.22);
  --themeBorder: rgba(199, 138, 160, 0.34);
  --themeShadow: rgba(98, 47, 68, 0.22);
  --themeText: #d8a2b6;
  --themeBtnText: #241019;
  --themeBadgeBg1: rgba(66, 29, 43, 0.8);
  --themeBadgeBg2: rgba(33, 15, 22, 0.64);
  --themeBadgeText: #f1cad7;
  --themeTopLine: rgba(199, 138, 160, 0.36);

  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.06),
      rgba(255, 255, 255, 0.02)
    ),
    radial-gradient(
      circle at 15% 20%,
      rgba(199, 138, 160, 0.18),
      transparent 36%
    ),
    linear-gradient(180deg, rgba(199, 138, 160, 0.1), rgba(143, 77, 103, 0.05));
  border-color: var(--themeBorder);
}

#package-classic.card {
  --classic-card-photo: url("../../Images/hammam-program-classic.webp?v=20260810-seo-visibility-v22");
  padding: 0;
  background:
    linear-gradient(rgba(0,0,0,.45),rgba(0,0,0,.45)),
    url("../../Images/bg-pattern-dark.webp") center / 420px 630px repeat;
  background-color: rgba(8, 8, 8, 0.88);
}

#package-signature.card {
  --signature-card-photo: url("../../Images/hammam-program-signature.webp?v=20260810-seo-visibility-v22");
  padding: 0;
  background:
    linear-gradient(rgba(0,0,0,.45),rgba(0,0,0,.45)),
    url("../../Images/bg-pattern-dark.webp") center / 420px 630px repeat;
  background-color: rgba(8, 8, 8, 0.88);
}

#package-deluxe.card {
  background-color: rgba(8, 8, 8, 0.88);
}

.card-massage {
  --theme1: #93beaf;
  --theme2: #6e9c8d;
  --themeGlow: rgba(78, 118, 104, 0.22);
  --themeBorder: rgba(78, 118, 104, 0.3);
  --themeShadow: rgba(33, 74, 61, 0.18);
  --themeText: #9fc8b7;
  --themeBtnText: #0f1815;
  --themeBadgeBg1: rgba(21, 47, 39, 0.78);
  --themeBadgeBg2: rgba(11, 24, 20, 0.62);
  --themeBadgeText: #d8efe6;
  --themeTopLine: rgba(159, 200, 183, 0.34);

  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.06),
      rgba(255, 255, 255, 0.02)
    ),
    radial-gradient(
      circle at 15% 20%,
      rgba(78, 118, 104, 0.18),
      transparent 38%
    ),
    linear-gradient(180deg, rgba(78, 118, 104, 0.1), rgba(78, 118, 104, 0.05));
  border-color: var(--themeBorder);
}

.card-classic h2,
.card-signature h2,
.card-deluxe h2,
.card-massage h2 {
  color: var(--themeText);
}

.card-classic li::before,
.card-signature li::before,
.card-deluxe li::before,
.card-massage li::before {
  color: var(--themeText);
}

.card-classic .btn,
.card-signature .btn,
.card-deluxe .btn,
.card-massage .btn {
  background: linear-gradient(180deg, var(--theme1), var(--theme2));
  color: var(--themeBtnText);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 18px var(--themeShadow);
}

.card-classic .btn:active,
.card-signature .btn:active,
.card-deluxe .btn:active,
.card-massage .btn:active {
  transform: none;
}

.saveLine {
  font-size: 20px;
  margin: 4px 0 8px;
  font-weight: 800;
  letter-spacing: 0.2px;
}

.green-line {
  color: var(--themeText);
  font-weight: 800;
  font-size: 22px;
  opacity: 0.96;
}

.card-classic .saveLine,
.card-signature .saveLine,
.card-deluxe .saveLine,
.card-massage .saveLine {
  color: var(--themeText);
  opacity: 0.96;
}

.card-classic .price,
.card-signature .price,
.card-deluxe .price,
.card-massage .price {
  color: #f7f7f7;
}

.card-classic .price .old,
.card-signature .price .old,
.card-deluxe .price .old,
.card-massage .price .old {
  color: rgba(255, 255, 255, 0.52);
  text-decoration: line-through;
  text-decoration-thickness: 1.5px;
}

.card-classic .price span:not(.old),
.card-signature .price span:not(.old),
.card-deluxe .price span:not(.old),
.card-massage .price span:not(.old) {
  color: var(--themeText);
}

.card-classic .topGlassLine,
.card-signature .topGlassLine,
.card-deluxe .topGlassLine,
.card-massage .topGlassLine {
  background: linear-gradient(
    90deg,
    transparent,
    var(--themeTopLine),
    transparent
  );
}

.card-classic .popularBadge,
.card-signature .popularBadge,
.card-deluxe .popularBadge,
.card-massage .popularBadge {
  background: linear-gradient(
    180deg,
    var(--themeBadgeBg1),
    var(--themeBadgeBg2)
  );
  border-color: var(--themeBorder);
  color: var(--themeBadgeText);
  box-shadow: none;
}

.card-classic:hover,
.card-signature:hover,
.card-deluxe:hover,
.card-massage:hover,
.card:hover {
  transform: none;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 255, 255, 0.1);
}

/* =========================================================
       5) CARD CONTENT
    ========================================================= */
.popularBadge {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 8px;
  padding: 6px 10px;
  border: 1px solid rgba(210, 180, 106, 0.45);
  font-size: 13px;
  font-weight: 900;
  border-radius: 999px;
  letter-spacing: 0.3px;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
}

.popularBadge::after {
  display: none;
}

.card h2 {
  margin: 0 0 8px;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.25;
}

.price {
  font-size: 22px;
  font-weight: 900;
  margin: 10px 0;
  line-height: 1.35;
}

.price .old {
  margin-right: 8px;
  font-weight: 700;
}

.card p {
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 1.5;
}

.card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.card ul li {
  padding: 7px 0;
  font-size: 18px;
  line-height: 1.45;
}

.card ul li::before {
  content: "✓ ";
  font-weight: 900;
}

.massage-price-note {
  margin: 12px 0 8px;
  color: #e3eefc;
  font-size: 20px;
  font-weight: 700;
}

.massage-bonus {
  margin-top: 14px;
  padding: 14px;
  border-radius: 12px;
  border: 1px solid rgba(120, 170, 150, 0.22);
  background: linear-gradient(
    180deg,
    rgba(18, 40, 34, 0.42),
    rgba(10, 24, 20, 0.28)
  );
  text-align: left;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.bonus-title {
  color: #9fc8b7;
  font-weight: 800;
  font-size: 16px;
  margin-bottom: 4px;
}

.bonus-text {
  color: #eefaf5;
  font-size: 14px;
  line-height: 1.5;
}

/* =========================================================
       6) BUTTONS / NOTES
    ========================================================= */
.btn {
  width: 100%;
  padding: 15px;
  margin-top: 18px;
  border: none;
  border-radius: 12px;
  font-weight: 900;
  cursor: pointer;
  font-size: 18px;
  transition: none;
  -webkit-tap-highlight-color: transparent;
}

.detailsBtn {
  width: 100%;
  padding: 13px 16px;
  margin-top: 14px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-weight: 900;
  font-size: 16px;
  cursor: pointer;
  transition: none;
  -webkit-tap-highlight-color: transparent;
}

.card-classic .detailsBtn {
  border-color: rgba(215, 187, 116, 0.34);
  background: rgba(215, 187, 116, 0.08);
  color: #f5e1a4;
}

.card-signature .detailsBtn {
  border-color: rgba(147, 179, 162, 0.34);
  background: rgba(147, 179, 162, 0.08);
  color: #d7ede2;
}

.card-deluxe .detailsBtn {
  border-color: rgba(199, 138, 160, 0.34);
  background: rgba(199, 138, 160, 0.08);
  color: #f1cad7;
}

.detailsBtn:active {
  transform: none;
}

#classicDetailsModal .modal,
#signatureDetailsModal .modal,
#deluxeDetailsModal .modal {
  width: min(920px, 100%);
  height: min(88vh, 860px);
  border-radius: 16px;
  border-color: rgba(var(--detailsThemeRgb), 0.30);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.05),
      rgba(255, 255, 255, 0.02)
    ),
    radial-gradient(
      circle at 15% 18%,
      rgba(var(--detailsThemeRgb), 0.16),
      transparent 36%
    ),
    linear-gradient(
      180deg,
      rgba(var(--detailsThemeRgb), 0.09),
      rgba(var(--detailsThemeRgb), 0.04)
    ),
    #0b0b0b;
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(var(--detailsThemeRgb), 0.04) inset;
}

#classicDetailsModal .modal {
  --detailsThemeRgb: 215, 187, 116;
  --detailsThemeText: #d7bb74;
  --detailsThemeSoftText: #f5e1a4;
  --detailsThemeBtnText: #16120a;
}

#signatureDetailsModal .modal {
  --detailsThemeRgb: 147, 179, 162;
  --detailsThemeText: #93b3a2;
  --detailsThemeSoftText: #d7ede2;
  --detailsThemeBtnText: #102019;
}

#deluxeDetailsModal .modal {
  --detailsThemeRgb: 199, 138, 160;
  --detailsThemeText: #d8a2b6;
  --detailsThemeSoftText: #f1cad7;
  --detailsThemeBtnText: #241019;
}

#classicDetailsModal .modalTop,
#signatureDetailsModal .modalTop,
#deluxeDetailsModal .modalTop {
  background:
    linear-gradient(
      180deg,
      rgba(var(--detailsThemeRgb), 0.16),
      rgba(5, 5, 5, 0.96)
    ),
    #050505;
  border-bottom: 1px solid rgba(var(--detailsThemeRgb), 0.24);
}

#classicDetailsModal .modalTop .title,
#signatureDetailsModal .modalTop .title,
#deluxeDetailsModal .modalTop .title {
  color: var(--detailsThemeText);
}

#classicDetailsModal .iconBtn,
#signatureDetailsModal .iconBtn,
#deluxeDetailsModal .iconBtn {
  border-color: rgba(var(--detailsThemeRgb), 0.26);
  background:
    linear-gradient(
      180deg,
      rgba(var(--detailsThemeRgb), 0.12),
      rgba(var(--detailsThemeRgb), 0.06)
    );
  color: var(--detailsThemeSoftText);
}

#classicDetailsModal .modalBody,
#signatureDetailsModal .modalBody,
#deluxeDetailsModal .modalBody {
  background-attachment: scroll;
}

#classicDetailsModal .detailsContent,
#signatureDetailsModal .detailsContent,
#deluxeDetailsModal .detailsContent {
  text-align: start;
  color: #f1f1f1;
  line-height: 1.75;
  font-size: 16px;
}

#classicDetailsModal .detailsContent h3,
#signatureDetailsModal .detailsContent h3,
#deluxeDetailsModal .detailsContent h3 {
  margin: 0 0 16px;
  font-size: 24px;
  color: var(--detailsThemeText);
}

#classicDetailsModal .detailsItem,
#signatureDetailsModal .detailsItem,
#deluxeDetailsModal .detailsItem {
  margin-bottom: 24px;
  padding: 16px;
  border-radius: 14px;
}

#classicDetailsModal .detailsItemTitle,
#signatureDetailsModal .detailsItemTitle,
#deluxeDetailsModal .detailsItemTitle {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 900;
  color: var(--detailsThemeSoftText);
}

#classicDetailsModal .detailsItem p,
#signatureDetailsModal .detailsItem p,
#deluxeDetailsModal .detailsItem p {
  margin: 0;
  font-size: 16px;
  color: #ededed;
  line-height: 1.8;
}

#classicDetailsModal .detailsBulletList,
#signatureDetailsModal .detailsBulletList,
#deluxeDetailsModal .detailsBulletList {
  margin: 12px 0 0;
  padding-left: 18px;
}

#classicDetailsModal .detailsBulletList li,
#signatureDetailsModal .detailsBulletList li,
#deluxeDetailsModal .detailsBulletList li {
  margin: 0 0 10px;
  color: #ededed;
  line-height: 1.75;
}

#classicDetailsModal .detailsBulletList li::marker,
#signatureDetailsModal .detailsBulletList li::marker,
#deluxeDetailsModal .detailsBulletList li::marker {
  color: var(--detailsThemeText);
}

#classicDetailsModal .detailsNoteBox,
#signatureDetailsModal .detailsNoteBox,
#deluxeDetailsModal .detailsNoteBox {
  margin-top: 10px;
  padding: 16px;
  border-radius: 14px;
}

#classicDetailsModal .detailsNoteBox p,
#signatureDetailsModal .detailsNoteBox p,
#deluxeDetailsModal .detailsNoteBox p {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.75;
  color: #ededed;
}

#classicDetailsModal .detailsInlineNoteBox,
#signatureDetailsModal .detailsInlineNoteBox,
#deluxeDetailsModal .detailsInlineNoteBox {
  margin: 0 0 24px;
}

.availability-note {
  margin-top: 14px;
  text-align: center;
}

.note-line {
  font-style: italic;
  color: #f0f0f0;
  font-size: 17px;
  line-height: 1.7;
}

.note-2 {
  margin-top: 8px;
}

.compareToolsStack {
  max-width: 1140px;
  margin: 0 auto 16px;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.compareOpenWrap {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

.compareCurrencyMain {
  width: min(560px, 100%);
}

.compareCurrencyBar.compareCurrencyBarMain {
  width: 100%;
  margin-bottom: 0;
  padding: 12px 14px;
  border-radius: 22px;
  gap: 12px;
  justify-content: center;
}

.compareCurrencyBar.compareCurrencyBarMain .compareCurrencyInfo {
  flex: 0 0 auto;
  min-width: 0;
  text-align: center;
}

.compareCurrencyBar.compareCurrencyBarMain .compareCurrencyLabel {
  font-size: 16px;
}

.compareCurrencyBar.compareCurrencyBarMain .compareCurrencyControl {
  flex: 0 1 280px;
  min-width: min(280px, 100%);
  max-width: 300px;
}

.compareCurrencyBar.compareCurrencyBarMain .compareCurrencySelect {
  font-size: 17px;
  padding: 13px 42px 13px 14px;
  border-radius: 20px;
}

.compareCurrencyBar.compareCurrencyBarMain .compareCurrencyStatus {
  text-align: center;
  min-height: 16px;
}

.compareTrigger {
  background: rgba(200, 171, 79, 0.08);
  color: #f3df9b;
  border: 1px solid rgba(200, 171, 79, 0.55);
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 900;
  font-size: 15px;
  cursor: pointer;
  transition: none;
  -webkit-tap-highlight-color: transparent;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
}

.compareTrigger:active {
  transform: none;
}

#compareModal .modal {
  width: min(1180px, 100%);
  height: min(88vh, 860px);
  border-radius: 16px;
  border-color: rgba(200, 171, 79, 0.32);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.05),
      rgba(255, 255, 255, 0.02)
    ),
    radial-gradient(
      circle at 15% 18%,
      rgba(200, 171, 79, 0.14),
      transparent 36%
    ),
    linear-gradient(
      180deg,
      rgba(200, 171, 79, 0.06),
      rgba(200, 171, 79, 0.025)
    ),
    #0b0b0b;
}

#compareModal .modalTop {
  background:
    linear-gradient(
      180deg,
      rgba(200, 171, 79, 0.14),
      rgba(5, 5, 5, 0.96)
    ),
    #050505;
  border-bottom: 1px solid rgba(200, 171, 79, 0.22);
}

#compareModal .modalBody {
  background-color: #0d0d0d;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)),
    radial-gradient(
      circle at 15% 16%,
      rgba(200, 171, 79, 0.14),
      transparent 34%
    ),
    linear-gradient(
      180deg,
      rgba(200, 171, 79, 0.06),
      rgba(200, 171, 79, 0.025)
    ),
    url("../../Images/bg-pattern-dark.webp");
  background-repeat: no-repeat, no-repeat, no-repeat, repeat;
  background-size: auto, auto, auto, 420px 630px;
  background-attachment: scroll;
}

.compareModalSub {
  color: #bfbfbf;
  font-size: 13px;
  margin-top: 4px;
}

.compareIntro {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 14px;
  text-align: left;
}

.compareLead {
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.5;
}

.compareHint {
  color: #bfbfbf;
  font-size: 13px;
  line-height: 1.5;
}

.compareTableWrap {
  width: 100%;
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background:
    linear-gradient(rgba(9, 9, 9, 0.68), rgba(9, 9, 9, 0.68)),
    url("../../Images/bg-pattern-dark.webp");
  background-repeat: repeat;
  background-size: 420px 630px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 12px 26px rgba(0, 0, 0, 0.14);
}

.compareTable {
  width: 100%;
  min-width: 980px;
  border-collapse: separate;
  border-spacing: 0;
}

.compareTable th,
.compareTable td {
  padding: 16px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  vertical-align: top;
  text-align: left;
}

.compareTable thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  background:
    linear-gradient(rgba(11, 11, 11, 0.9), rgba(11, 11, 11, 0.9)),
    url("../../Images/bg-pattern-dark.webp");
  background-repeat: repeat;
  background-size: 420px 630px;
}

.compareTable tbody tr:last-child td,
.compareTable tbody tr:last-child th {
  border-bottom: none;
}

.compareTable th:first-child,
.compareTable td:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
  min-width: 164px;
  background:
    linear-gradient(rgba(13, 13, 13, 0.92), rgba(13, 13, 13, 0.92)),
    url("../../Images/bg-pattern-dark.webp");
  background-repeat: repeat;
  background-size: 420px 630px;
}

.compareRowLabel {
  color: #d9bf6a;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.2px;
}

.comparePkgName {
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
  margin-bottom: 8px;
  min-width: 0;
}

.compareHeadBadge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
  border: 1px solid transparent;
}

.compareHeadBadge.classic {
  background: rgba(215, 187, 116, 0.12);
  border-color: rgba(215, 187, 116, 0.34);
  color: #ecd28d;
}

.compareHeadBadge.signature {
  background: rgba(147, 179, 162, 0.14);
  border-color: rgba(147, 179, 162, 0.34);
  color: #d7ede2;
}

.compareHeadBadge.deluxe {
  background: rgba(199, 138, 160, 0.16);
  border-color: rgba(199, 138, 160, 0.34);
  color: #ffd9e5;
}

.compareTextStrong {
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
}

.compareServiceList {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.compareServiceItem {
  color: #ededed;
  font-size: 14px;
  line-height: 1.45;
  padding-left: 14px;
  position: relative;
}

.compareServiceItem.noWrapService {
  white-space: nowrap;
}

.compareServiceItem::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #c8ab4f;
  font-weight: 900;
}

.compareAddonBox {
  margin-top: 12px;
  padding: 14px 16px;
  border-radius: 24px;
  border: 1px solid rgba(200, 171, 79, 0.22);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 12px 26px rgba(0, 0, 0, 0.16);
}

.compareAddonBox .compareServiceItem + .compareServiceItem {
  margin-top: 8px;
}

.compareAddonBox .compareServiceItem:last-child {
  margin-bottom: 0;
}

.compareAddonBox .compareServiceItem {
  font-size: 13px;
  line-height: 1.42;
}

.compareAddonBox .compareServiceItem:first-child {
  text-wrap: balance;
}

.compareServiceItem.compareMassageSplit .compareMassageLine {
  display: block;
}

.compareServiceItem.compareMassageSplit .compareMassageLine + .compareMassageLine {
  white-space: nowrap;
}

.comparePkgHeadTop {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}

.compareViewBtn {
  border: 1px solid rgba(200, 171, 79, 0.42);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
}

.compareViewBtn:hover {
  background: rgba(200, 171, 79, 0.16);
  border-color: rgba(200, 171, 79, 0.62);
}

.compareQuickBtn {
  width: 100%;
  border: none;
  border-radius: 12px;
  padding: 12px 14px;
  font-weight: 900;
  font-size: 14px;
  cursor: pointer;
  color: #111;
  background: var(--gold);
}

.compareCardFocus {
  box-shadow:
    0 0 0 2px rgba(200, 171, 79, 0.9),
    0 0 0 8px rgba(200, 171, 79, 0.16),
    0 18px 36px rgba(0, 0, 0, 0.32);
  transition: box-shadow 0.22s ease;
}

.compareCurrencyBar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 16px;
  padding: 16px 18px;
  border-radius: 24px;
  border: 1px solid rgba(200, 171, 79, 0.22);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03)),
    radial-gradient(circle at 12% 18%, rgba(200, 171, 79, 0.12), transparent 34%),
    url("../../Images/bg-pattern-dark.webp");
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: auto, auto, 420px 630px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 12px 26px rgba(0, 0, 0, 0.16);
}

.compareCurrencyInfo {
  flex: 1 1 280px;
  min-width: 0;
  text-align: left;
}

.compareCurrencyLabel {
  color: #f4e1a2;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
}

.compareCurrencyControl {
  flex: 1 1 320px;
  min-width: min(320px, 100%);
}

.compareCurrencySelect {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 24px;
  border: 1px solid rgba(200, 171, 79, 0.42);
  color: #fff;
  padding: 16px 48px 16px 16px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
  font-family: "Segoe UI", "Inter", Arial, sans-serif;
  letter-spacing: 0.15px;
  outline: none;
  cursor: pointer;
}

.compareCurrencySelect option,
.compareCurrencySelect optgroup {
  font-family: "Segoe UI", "Inter", Arial, sans-serif;
}

.compareCurrencySelect:focus {
  border-color: rgba(200, 171, 79, 0.74);
  box-shadow: 0 0 0 3px rgba(200, 171, 79, 0.14);
}

.compareCurrencyStatus {
  margin-top: 8px;
  color: #b8b8b8;
  font-size: 12px;
  line-height: 1.45;
  min-height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.compareCurrencyStatus.isLive::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #39d353;
  box-shadow:
    0 0 0 3px rgba(57, 211, 83, 0.14),
    0 0 12px rgba(57, 211, 83, 0.4);
  flex: 0 0 8px;
}

.compareCurrencyStatus.isFallback {
  color: #e0c67a;
}

.comparePriceValue {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.comparePriceMain {
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
}

.comparePriceSub {
  color: #c0c0c0;
  font-size: 12px;
  line-height: 1.35;
}
