/* ===== SPA THEME STYLES ===== */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600;700&display=swap');

.spa-wrap { font-family: 'DM Sans', sans-serif; color: #2c2416; background: #faf8f4; width: 100%; }
.spa-wrap * { box-sizing: border-box; margin: 0; padding: 0; }

/* Bootstrap-like container */
.spa-container { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }
@media (min-width: 576px) { .spa-container { max-width: 540px; } }
@media (min-width: 768px) { .spa-container { max-width: 720px; } }
@media (min-width: 992px) { .spa-container { max-width: 960px; } }
@media (min-width: 1200px) { .spa-container { max-width: 1140px; } }

/* NAV */
.spa-nav { background: rgba(250,248,244,0.96); border-bottom: 0.5px solid #e8e0d0; position: relative !important; }
.spa-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.spa-logo:hover { text-decoration: none; }
.spa-logo-icon { width: 36px; height: 36px; }
.spa-logo-text { font-family: 'DM Sans', sans-serif; font-size: 17px; font-weight: 600; color: #2c2416; line-height: 1.1; }
.spa-logo-sub { font-size: 9px; letter-spacing: 3px; color: #a08060; text-transform: uppercase; font-weight: 300; }
.spa-nav-links { display: flex; gap: 2rem; font-size: 13px; font-weight: 400; color: #3a3025; letter-spacing: 0.3px; list-style: none; margin: 0; padding: 0; }
.spa-nav-links li { cursor: pointer; position: relative; }
.spa-nav-links a { color: #3a3025; text-decoration: none; }
.spa-nav-links a:hover { color: #c8923a; }
.spa-nav-links li.active > a { color: #c8923a; font-weight: 500; }
.spa-nav-links .menu-item-has-children > a::after { content: ' ▾'; font-size: 10px; }
.spa-nav-links .sub-menu { display: none; position: absolute; top: 100%; left: 0; background: #fff; border: 0.5px solid #ede5d8; padding: 8px 0; min-width: 180px; z-index: 100; list-style: none; }
.spa-nav-links .menu-item-has-children:hover .sub-menu { display: block; }
.spa-nav-links .sub-menu li { padding: 4px 16px; white-space: nowrap; }
.spa-nav-links .sub-menu a { font-size: 12px; }
.spa-nav-links .sub-menu .submenus > a::after { content: ' ›'; float: right; }
.spa-nav-links .sub-menu .sub-menu { left: 100%; top: 0; }
.spa-nav-cta { background: #c8923a; color: #fff; border: none; padding: 9px 20px; font-size: 12px; font-family: 'DM Sans', sans-serif; font-weight: 500; letter-spacing: 0.5px; cursor: pointer; border-radius: 3px; text-decoration: none; display: inline-block; }
.spa-nav-cta:hover { background: #b07a2e; color: #fff; text-decoration: none; }

/* HERO */
.spa-hero { position: relative; height: 640px !important; background: #140c04 !important; display: flex !important; align-items: center !important; overflow: visible !important; }
.spa-hero-bg { position: absolute; inset: 0; background-position: center; background-size: cover; opacity: 0.75 !important; }
.spa-hero-bg::after { content: "" !important; position: absolute !important; inset: 0 !important; background: linear-gradient(90deg, rgba(20, 12, 4, 0.95) 0%, rgba(20, 12, 4, 0.7) 45%, rgba(20, 12, 4, 0.25) 100%) !important; z-index: 1 !important; }
.spa-hero-content { position: relative; z-index: 2; padding: 0 15px; max-width: 620px !important; margin-top: -40px !important; }
.spa-hero-eye { font-family: 'DM Sans', sans-serif !important; font-style: italic !important; font-size: 22px !important; color: #c8923a !important; text-transform: none !important; letter-spacing: 0.5px !important; margin-bottom: 12px !important; font-weight: 500 !important; }
.spa-hero-h1 { font-family: 'DM Sans', sans-serif !important; font-size: 54px !important; line-height: 1.25 !important; color: #ffffff !important; font-weight: 600 !important; margin-bottom: 16px !important; }
.spa-hero-h1 em { color: #c8923a !important; font-style: normal !important; }
.spa-hero-p { font-size: 15px !important; color: rgba(255, 255, 255, 0.75) !important; line-height: 1.8 !important; margin-bottom: 2rem !important; font-weight: 300 !important; }
.spa-hero-btns { display: flex !important; gap: 14px !important; flex-wrap: wrap !important; }
.btn-gold { background: #c8923a !important; color: #ffffff !important; padding: 14px 28px !important; font-size: 13.5px !important; font-weight: 600 !important; border: none !important; cursor: pointer !important; border-radius: 8px !important; letter-spacing: 0.5px !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; text-decoration: none !important; transition: all 0.3s ease !important; }
.btn-gold:hover { background: #b07a2e !important; color: #ffffff !important; text-decoration: none !important; transform: translateY(-2px) !important; box-shadow: 0 4px 12px rgba(200, 146, 58, 0.25) !important; }
.btn-outline { background: transparent !important; color: #ffffff !important; padding: 14px 28px !important; font-size: 13.5px !important; font-weight: 500 !important; border: 1px solid rgba(255, 255, 255, 0.4) !important; cursor: pointer !important; border-radius: 8px !important; letter-spacing: 0.5px !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; text-decoration: none !important; transition: all 0.3s ease !important; }
.btn-outline:hover { border-color: #ffffff !important; color: #ffffff !important; text-decoration: none !important; background: rgba(255, 255, 255, 0.08) !important; transform: translateY(-2px) !important; }
.spa-hero-dots { position: absolute !important; bottom: 100px !important; left: 15px !important; display: flex !important; gap: 10px !important; z-index: 3 !important; }
.spa-hero-dots span { width: 8px !important; height: 8px !important; background: #ffffff !important; border-radius: 50% !important; opacity: 0.4 !important; transition: all 0.3s ease !important; display: inline-block !important; border: none !important; }
.spa-hero-dots span:not(.dim) { background: #c8923a !important; opacity: 1 !important; position: relative !important; }
.spa-hero-dots span:not(.dim)::after { content: "" !important; position: absolute !important; top: -3px !important; left: -3px !important; right: -3px !important; bottom: -3px !important; border: 1px solid #c8923a !important; border-radius: 50% !important; }

/* TRUST BAR */
.spa-trust { position: relative !important; z-index: 10 !important; margin-top: -60px !important; background: transparent !important; border-bottom: none !important; padding: 0 !important; }
.spa-trust-inner { background: #ffffff !important; border-radius: 16px !important; box-shadow: 0 12px 40px rgba(28, 21, 12, 0.08) !important; border: 1px solid #eae1d4 !important; padding: 26px 20px !important; display: flex !important; justify-content: space-around !important; align-items: stretch !important; gap: 0 !important; }
.spa-trust-item { flex: 1 !important; text-align: center !important; padding: 0 15px !important; border-right: 1px solid #eae1d4 !important; display: flex !important; flex-direction: column !important; align-items: center !important; justify-content: center !important; }
.spa-trust-item:last-child { border-right: none !important; }
.spa-trust-icon { font-size: 24px !important; color: #c8923a !important; margin-bottom: 8px !important; display: flex !important; align-items: center !important; justify-content: center !important; }
.spa-trust-label { font-size: 13px !important; font-weight: 700 !important; color: #1c150c !important; margin-bottom: 4px !important; font-family: 'DM Sans', sans-serif !important; }
.spa-trust-desc { font-size: 11px !important; color: #4c3e2e !important; line-height: 1.4 !important; }

@media (max-width: 991px) {
  .spa-hero { height: auto !important; min-height: 520px !important; padding-top: 80px !important; padding-bottom: 120px !important; }
  .spa-hero-content { margin-top: 0 !important; max-width: 100% !important; }
  .spa-hero-h1 { font-size: 42px !important; }
  .spa-hero-dots { bottom: 140px !important; }
  .spa-trust { margin-top: -80px !important; padding: 0 15px !important; }
  .spa-trust-inner { display: grid !important; grid-template-columns: repeat(3, 1fr) !important; gap: 20px !important; padding: 24px !important; }
  .spa-trust-item { border-right: none !important; border-bottom: 1px solid #eae1d4 !important; padding-bottom: 12px !important; }
  .spa-about-grid {
    grid-template-columns: 1fr !important;
    gap: 2.5rem !important;
    text-align: center !important;
  }
  .spa-about-img {
    max-width: 320px !important;
    margin: 0 auto !important;
    height: 240px !important;
  }
  .spa-about-stats {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
    max-width: 400px !important;
    margin: 1.5rem auto 0 !important;
  }
}


@media (max-width: 575px) {
  .spa-hero-h1 { font-size: 32px !important; }
  .spa-hero-dots { bottom: 160px !important; }
  .spa-trust-inner { grid-template-columns: repeat(2, 1fr) !important; }
  .spa-trust-item { border-bottom: 1px solid #eae1d4 !important; padding-bottom: 12px !important; }
  .spa-trust-item:nth-last-child(-n+2) { border-bottom: none !important; padding-bottom: 0 !important; }
}

/* SECTION COMMON */
.spa-section { padding: 4rem 0; }
.spa-section-eye { text-align: center; font-family: 'DM Sans', sans-serif; font-style: italic; font-size: 14px; color: #c8923a; margin-bottom: 6px; }
.spa-section-h2 { text-align: center; font-family: 'DM Sans', sans-serif; font-size: 32px; font-weight: 400; color: #2c2416; margin-bottom: 6px; }
.spa-divider { display: flex; align-items: center; justify-content: center; gap: 8px; margin-bottom: 2.5rem; }
.spa-divider-line { width: 40px; height: 0.5px; background: #c8923a; }
.spa-divider-icon { color: #c8923a; font-size: 14px; }

/* SERVICES */
.spa-services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.spa-service-card { background: #fff; border: 0.5px solid #ede5d8; border-radius: 4px; overflow: hidden; }
.spa-service-img { width: 100%; height: 140px; object-fit: cover; display: block; }
.spa-service-img-placeholder { width: 100%; height: 140px; display: flex; align-items: center; justify-content: center; font-size: 32px; }
.spa-service-body { padding: 1rem; }
.spa-service-name { font-family: 'DM Sans', sans-serif; font-size: 16px; color: #2c2416; margin-bottom: 4px; }
.spa-service-desc { font-size: 11px; color: #7c6a50; line-height: 1.6; margin-bottom: 10px; }
.spa-service-link { font-size: 12px; color: #c8923a; font-weight: 500; cursor: pointer; text-decoration: none; }
.spa-service-link:hover { color: #b07a2e; text-decoration: none; }

/* PACKAGES */
.spa-packages { background: #f5f0e8; }
.spa-pkg-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.spa-pkg-card { background: #fff; border: 0.5px solid #ede5d8; border-radius: 4px; padding: 1.2rem; position: relative; }
.spa-pkg-card.featured { border-color: #c8923a; border-width: 1px; }
.spa-pkg-badge { position: absolute; top: -10px; left: 50%; transform: translateX(-50%); background: #c8923a; color: #fff; font-size: 9px; padding: 3px 10px; letter-spacing: 1px; text-transform: uppercase; border-radius: 2px; white-space: nowrap; }
.spa-pkg-img { width: 100%; height: 90px; border-radius: 3px; margin-bottom: 10px; display: flex; align-items: center; justify-content: center; font-size: 28px; }
.spa-pkg-img.c1 { background: #f0e8d8; }
.spa-pkg-img.c2 { background: #e8d8c0; }
.spa-pkg-img.c3 { background: #dfd0b8; }
.spa-pkg-img.c4 { background: #d5c4a8; }
.spa-pkg-name { font-family: 'DM Sans', sans-serif; font-size: 16px; color: #2c2416; margin-bottom: 8px; }
.spa-pkg-features { list-style: none; margin-bottom: 10px; padding: 0; }
.spa-pkg-features li { font-size: 11px; color: #4c3a28; padding: 3px 0; border-bottom: 0.5px solid #f0ebe0; display: flex; align-items: center; gap: 5px; }
.spa-pkg-features li::before { content: "›"; color: #c8923a; font-size: 13px; }
.spa-pkg-time { font-size: 10px; color: #c8923a; margin-bottom: 8px; display: flex; align-items: center; gap: 4px; }
.spa-pkg-price { display: flex; align-items: baseline; gap: 6px; margin-bottom: 10px; }
.spa-pkg-price-now { font-family: 'DM Sans', sans-serif; font-size: 20px; color: #c8923a; }
.spa-pkg-price-was { font-size: 11px; color: #b0a090; text-decoration: line-through; }
.spa-pkg-btn { width: 100%; background: #2c2416; color: #fff; border: none; padding: 9px; font-size: 12px; font-family: 'DM Sans', sans-serif; cursor: pointer; border-radius: 2px; text-decoration: none; display: inline-block; text-align: center; }
.spa-pkg-btn:hover { background: #3a2c1a; color: #fff; text-decoration: none; }
.spa-pkg-card.featured .spa-pkg-btn { background: #c8923a; }
.spa-pkg-card.featured .spa-pkg-btn:hover { background: #b07a2e; }

/* PROMO BANNER */
.spa-promo-wrapper {
  padding: 2.5rem 0 !important;
  background: #faf8f4 !important;
}

.spa-promo-banner {
  background-color: #23382b !important;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 20px !important;
  display: flex !important;
  align-items: center !important;
  padding: 24px 40px !important;
  position: relative !important;
  overflow: hidden !important;
  box-shadow: 0 10px 30px rgba(35, 56, 43, 0.15) !important;
  gap: 30px !important;
}

.spa-promo-graphic {
  flex: 0 0 160px !important;
  height: 120px !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25) !important;
}

.spa-promo-graphic img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.spa-promo-content {
  flex: 1 1 auto !important;
  color: #ffffff !important;
  text-align: left !important;
}

.spa-promo-slogan {
  font-family: 'DM Sans', sans-serif !important;
  font-style: italic !important;
  font-size: 16px !important;
  color: #c8923a !important;
  display: block !important;
  margin-bottom: 4px !important;
}

.spa-promo-title {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 32px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  margin: 0 !important;
  line-height: 1.2 !important;
}

.spa-promo-subtitle {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  color: #c8923a !important;
  margin: 2px 0 8px 0 !important;
}

.spa-promo-desc {
  font-size: 13px !important;
  color: rgba(255, 255, 255, 0.75) !important;
  margin: 0 !important;
  line-height: 1.5 !important;
  max-width: 500px !important;
}

.spa-promo-actions {
  flex: 0 0 auto !important;
  display: flex !important;
  align-items: center !important;
  gap: 30px !important;
}

.spa-promo-actions .btn-gold {
  padding: 12px 24px !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
  font-size: 13px !important;
}

.spa-promo-badge {
  width: 80px !important;
  height: 80px !important;
  border-radius: 50% !important;
  border: 1px dashed #c8923a !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  padding: 3px !important;
}

.spa-promo-badge::after {
  content: "" !important;
  position: absolute !important;
  inset: 4px !important;
  border: 1px solid #c8923a !important;
  border-radius: 50% !important;
}

.spa-promo-badge-inner {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 2 !important;
}

.spa-promo-badge-percent {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #c8923a !important;
  line-height: 1.1 !important;
}

.spa-promo-badge-text {
  font-size: 9px !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  letter-spacing: 0.5px !important;
}

@media (max-width: 991px) {
  .spa-promo-banner {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    padding: 36px 24px !important;
    gap: 24px !important;
  }
  .spa-promo-graphic {
    align-self: center !important;
    flex: 0 0 130px !important;
    width: 180px !important;
    height: 130px !important;
    margin-bottom: 8px !important;
  }
  .spa-promo-content {
    text-align: center !important;
    width: 100% !important;
  }
  .spa-promo-desc {
    margin: 12px auto 0 !important;
    text-align: center !important;
    max-width: 100% !important;
  }
  .spa-promo-actions {
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
    gap: 20px !important;
  }
  .spa-promo-actions .btn-gold {
    width: 100% !important;
    max-width: 280px !important;
  }
}

/* ABOUT */
.spa-about-grid { display: grid; grid-template-columns: 280px 1fr 240px !important; gap: 3rem; align-items: center; }
.spa-about-img { width: 100%; height: 100%; border-radius: 4px; display: flex; align-items: center; justify-content: center; font-size: 48px; }
.spa-about-eye { font-family: 'DM Sans', sans-serif; font-style: italic; font-size: 13px; color: #c8923a; margin-bottom: 8px; }
.spa-about-h2 { font-family: 'DM Sans', sans-serif; font-size: 28px; color: #2c2416; font-weight: 400; margin-bottom: 12px; }
.spa-about-p { font-size: 13px; color: #4c3a28; line-height: 1.9; font-weight: 300; margin-bottom: 14px; }
.spa-about-sig { font-family: 'DM Sans', sans-serif; font-style: italic; font-size: 18px; color: #c8923a; }
.spa-about-stats { display: grid !important; grid-template-columns: repeat(2, 1fr) !important; gap: 24px 20px !important; }
.spa-about-stat-num { font-family: 'DM Sans', sans-serif; font-size: 28px; color: #c8923a; font-weight: 600; }
.spa-about-stat-label { font-size: 11px; color: #7c6a50; margin-top: 2px; }

/* REVIEWS */
.spa-reviews { background: #f5f0e8; }
.spa-reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.spa-review-card { background: #fff; border: 0.5px solid #ede5d8; border-radius: 4px; padding: 1.4rem; }
.spa-review-quote { font-size: 28px; color: #c8923a; line-height: 1; margin-bottom: 8px; font-family: 'DM Sans', sans-serif; }
.spa-review-text { font-size: 12px; color: #5c4a30; line-height: 1.8; font-weight: 300; margin-bottom: 12px; font-style: italic; }
.spa-review-footer { display: flex; align-items: center; gap: 10px; }
.spa-review-avatar { width: 36px; height: 36px; border-radius: 50%; background: #e8d4b8; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 500; color: #6c5030; flex-shrink: 0; }
.spa-review-name { font-size: 13px; font-weight: 500; color: #2c2416; }
.spa-review-stars { font-size: 11px; color: #c8923a; }

/* CTA REDESIGN - FULL WIDTH */
.spa-cta-wrapper {
  padding: 40px 0 !important;
  position: relative !important;
  overflow: hidden !important;
  border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.spa-cta-full {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 30px !important;
}

.spa-cta-graphic {
  flex: 0 0 160px !important;
  height: 120px !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25) !important;
}

.spa-cta-graphic img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.spa-cta-content {
  flex: 1 1 auto !important;
  color: #ffffff !important;
  text-align: left !important;
}

.spa-cta-slogan {
  font-family: 'DM Sans', sans-serif !important;
  font-style: italic !important;
  font-size: 16px !important;
  color: #c8923a !important;
  display: block !important;
  margin-bottom: 4px !important;
}

.spa-cta-title {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 32px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  margin: 0 !important;
  line-height: 1.2 !important;
}

.spa-cta-desc {
  font-size: 13px !important;
  color: rgba(255, 255, 255, 0.75) !important;
  margin: 6px 0 0 0 !important;
  line-height: 1.5 !important;
  max-width: 500px !important;
}

.spa-cta-actions {
  flex: 0 0 auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 12px !important;
}

.spa-cta-actions .btn-gold {
  padding: 14px 28px !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.spa-cta-phone {
  font-size: 13px !important;
  color: #ffffff !important;
  display: flex !important;
  align-items: center !important;
}

@media (max-width: 991px) {
  .spa-cta-full {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 24px !important;
  }
  .spa-cta-graphic {
    align-self: center !important;
    flex: 0 0 120px !important;
    width: 160px !important;
    height: 120px !important;
  }
  .spa-cta-content {
    text-align: center !important;
    width: 100% !important;
  }
  .spa-cta-desc {
    margin: 6px auto 0 !important;
    text-align: center !important;
    max-width: 100% !important;
  }
  .spa-cta-actions {
    width: 100% !important;
    align-items: center !important;
  }
  .spa-cta-actions .btn-gold {
    width: 100% !important;
    max-width: 280px !important;
  }
}

/* FOOTER REDESIGN */
.spa-footer {
  background-color: #17241c !important;
  padding: 4.5rem 0 0 0 !important;
  color: #a4b3a8 !important;
}

.spa-footer-grid {
  display: grid !important;
  grid-template-columns: 1.2fr 1fr 1fr 1fr !important;
  gap: 40px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  padding-bottom: 3.5rem !important;
}

.spa-footer-brand a {
  margin-bottom: 20px !important;
}

.spa-footer-brand p {
  font-size: 13.5px !important;
  line-height: 1.6 !important;
  color: #fff !important;
  margin-bottom: 24px !important;
}

.spa-footer-socials {
  display: flex !important;
  gap: 10px !important;
}

.spa-footer-social {
  width: 36px !important;
  height: 36px !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 6px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 14px !important;
  transition: all 0.3s ease !important;
}

.spa-footer-social:hover {
  background-color: #c8923a !important;
  border-color: #c8923a !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
}

.spa-footer-col h4 {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 18px !important;
  color: #ffffff !important;
  margin-bottom: 24px !important;
  font-weight: 600 !important;
}

.spa-footer-col ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.spa-footer-col ul li {
  margin-bottom: 12px !important;
}

.spa-footer-col ul li a {
  color: #fff !important;
  font-size: 13.5px !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  transition: all 0.3s ease !important;
}

.spa-footer-col ul li a:hover {
  color: #c8923a !important;
  padding-left: 4px !important;
}

.spa-footer-contact-new {
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
}

.contact-line-new {
  font-size: 13.5px !important;
  display: flex !important;
  align-items: center !important;
  color: #fff !important;
  line-height: 1.4 !important;
}

.spa-footer-nl-desc {
  font-size: 13.5px !important;
  line-height: 1.5 !important;
  color: #fff !important;
  margin-bottom: 18px !important;
}

.spa-footer-nl {
  display: flex !important;
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 8px !important;
  padding: 6px !important;
  align-items: center !important;
}

.spa-footer-nl input {
  background: transparent !important;
  border: none !important;
  outline: none !important;
  color: #ffffff !important;
  font-size: 13px !important;
  padding: 8px 12px !important;
  flex-grow: 1 !important;
  width: 100% !important;
}

.spa-footer-nl input::placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}

.spa-footer-nl button {
  background: #ffffff !important;
  border: none !important;
  width: 32px !important;
  height: 32px !important;
  border-radius: 6px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  flex-shrink: 0 !important;
}

.spa-footer-nl button:hover {
  background: #c8923a !important;
}

.spa-footer-nl button:hover svg {
  stroke: #ffffff !important;
}

.spa-footer-bottom {
  padding: 1.8rem 0 !important;
  border-top: none !important;
  font-size: 13px !important;
}

.spa-footer-bottom span {
  color: #fff !important;
}

.spa-footer-bottom-links {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  color: rgba(255, 255, 255, 0.2) !important;
}

.spa-footer-bottom-links a {
  color: rgba(255, 255, 255, 0.4) !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
}

.spa-footer-bottom-links a:hover {
  color: #c8923a !important;
}

@media (max-width: 991px) {
  .spa-footer-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 30px !important;
  }
  .spa-footer-brand {
    grid-column: span 2 !important;
    margin-bottom: 10px !important;
  }
}

@media (max-width: 575px) {
  .spa-footer-grid {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
    text-align: center !important;
  }
  .spa-footer-brand {
    grid-column: span 1 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  .spa-footer-socials {
    justify-content: center !important;
  }
  .spa-footer-col ul li a {
    justify-content: center !important;
  }
  .contact-line-new {
    justify-content: center !important;
  }
  .spa-footer-bottom .spa-container {
    flex-direction: column !important;
    align-items: center !important;
    gap: 12px !important;
  }
}

/* BREADCRUMB */
.spa-breadcrumb {
  position: relative; min-height: 240px;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; text-align: center;
  background: linear-gradient(135deg,#1e1408 0%,#2c2010 100%);
  background-size: cover; background-position: center;
}
.spa-breadcrumb-overlay {
  position: absolute; inset: 0;
  background: rgba(20,12,4,0.6);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.spa-breadcrumb-eye {
  font-family: 'DM Sans', sans-serif; font-style: italic;
  font-size: 13px; color: #e0a84a; margin-bottom: 8px;
  letter-spacing: 1px;
}
.spa-breadcrumb h1 {
  font-family: 'DM Sans', sans-serif; font-size: 36px;
  color: #f5ede0; font-weight: 400; margin-bottom: 8px;
}
.spa-breadcrumb-path {
  font-size: 12px; color: #fff;
  letter-spacing: 0.5px;
}
.spa-breadcrumb-path a { color: #c8923a; text-decoration: none; }
.spa-breadcrumb-path a:hover { color: #e0a84a; }

/* PAGE LAYOUT (main + sidebar) */
.spa-page-layout { display: grid; grid-template-columns: 1fr 300px; gap: 2.5rem; align-items: start; }
.spa-page-main { min-width: 0; }
.spa-page-sidebar { min-width: 0; }
.spa-sidebar-widget { background: #fff; border: 0.5px solid #ede5d8; border-radius: 4px; padding: 1.2rem; margin-bottom: 1.5rem; }
.spa-sidebar-widget h4 { font-family: 'DM Sans', sans-serif; font-size: 16px; color: #2c2416; margin-bottom: 12px; }
.spa-sidebar-widget p { font-size: 12px; color: #7c6a50; margin-bottom: 10px; }
.spa-sidebar-search { display: flex; gap: 0; }
.spa-sidebar-search input { flex: 1; background: #faf8f4; border: 0.5px solid #ede5d8; color: #2c2416; padding: 8px 12px; font-size: 12px; outline: none; width: auto; }
.spa-sidebar-search input::placeholder { color: #b0a090; }
.spa-sidebar-search button { background: #c8923a; border: none; padding: 8px 14px; color: #fff; font-size: 14px; cursor: pointer; }
.spa-sidebar-search button:hover { background: #b07a2e; }
.spa-sidebar-list { list-style: none; padding: 0; }
.spa-sidebar-list li { font-size: 13px; padding: 6px 0; border-bottom: 0.5px solid #f0ebe0; }
.spa-sidebar-list li:last-child { border-bottom: none; }
.spa-sidebar-list a { color: #5c4a30; text-decoration: none; }
.spa-sidebar-list a:hover { color: #c8923a; }
.spa-sidebar-list li.active a { color: #c8923a; font-weight: 500; }

/* PAGINATION */
.spa-pagination { margin-top: 2.5rem; text-align: center; }
.spa-pagination nav ul { display: inline-flex; gap: 4px; list-style: none; padding: 0; }
.spa-pagination nav ul li { display: inline; }
.spa-pagination nav ul li a.page-link, .spa-pagination nav ul li span.page-link { display: inline-block; padding: 6px 12px; font-size: 12px; color: #5c4a30; border: 0.5px solid #ede5d8; border-radius: 2px; text-decoration: none; background: #fff; }
.spa-pagination nav ul li.page-item.active span.page-link, .spa-pagination nav ul li a.page-link:hover { background: #c8923a; color: #fff; border-color: #c8923a; z-index: auto; box-shadow: none; }

/* TEAM */
.spa-team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.spa-team-card { background: #fff; border: 0.5px solid #ede5d8; border-radius: 4px; overflow: hidden; }
.spa-team-img-wrap { position: relative; overflow: hidden; }
.spa-team-img-wrap img { width: 100%; height: 260px; object-fit: cover; display: block; }
.spa-team-overlay { position: absolute; inset: 0; background: rgba(44,36,22,0.7); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.3s; }
.spa-team-card:hover .spa-team-overlay { opacity: 1; }
.spa-team-socials { display: flex; gap: 10px; }
.spa-team-socials a { width: 36px; height: 36px; border: 1px solid rgba(255,255,255,0.5); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 14px; border-radius: 50%; text-decoration: none; }
.spa-team-socials a:hover { background: #c8923a; border-color: #c8923a; }
.spa-team-body { padding: 1rem; text-align: center; }
.spa-team-name { font-family: 'DM Sans', sans-serif; font-size: 16px; color: #2c2416; }
.spa-team-rank { font-size: 11px; color: #c8923a; margin-top: 2px; }
.spa-team-desc { font-size: 13px; color: #3a3025; margin-top: 8px; line-height: 1.6; }

/* PACKAGE FILTER */
.spa-pkg-filter { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.spa-pkg-filter-item { font-size: 12px; color: #5c4a30; border: 0.5px solid #ede5d8; padding: 6px 14px; border-radius: 2px; cursor: pointer; background: #fff; }
.spa-pkg-filter-item:hover { border-color: #c8923a; color: #c8923a; }
.spa-pkg-filter-item.active { background: #c8923a; color: #fff; border-color: #c8923a; }

/* EMPTY STATE */
.spa-empty { text-align: center; padding: 3rem 1rem; color: #7c6a50; font-size: 14px; grid-column: 1 / -1; }

/* ===== SERVICES PAGE ===== */

/* HERO BANNER */
.page-hero {
  position: relative; height: 340px;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; text-align: center;
}
.page-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg,rgba(20,12,4,.75) 0%,rgba(20,12,4,.55) 100%); }
.page-hero-content { position: relative; z-index: 2; padding: 0 15px; }
.page-hero .breadcrumb { font-size: 12px; color: rgba(245,237,224,.55); margin-bottom: 14px; letter-spacing: .5px; background: none; padding: 0; border-radius: 0; }
.page-hero .breadcrumb span { color: #c8923a; }
.page-hero-eye { font-family: 'DM Sans', sans-serif; font-style: italic; font-size: 14px; color: #e0a84a; margin-bottom: 10px; }
.page-hero h1 { font-family: 'DM Sans', sans-serif; font-size: 46px; font-weight: 400; color: #f5ede0; line-height: 1.15; margin-bottom: 12px; }
.page-hero h1 em { color: #e0a84a; font-style: italic; }
.page-hero p { font-size: 14px; color: #c4a882; font-weight: 300; max-width: 500px; line-height: 1.8; margin: 0 auto; }

/* FILTER TABS */
.filter-bar { background: #fff; border-bottom: 0.5px solid #ede5d8; padding: 0 4rem; display: flex; align-items: center; gap: 0; overflow-x: auto; }
.filter-btn { padding: 18px 22px; font-size: 13px; font-weight: 500; color: #7c6a50; background: none; border: none; cursor: pointer; border-bottom: 2.5px solid transparent; transition: all .2s; font-family: 'DM Sans', sans-serif; white-space: nowrap; flex-shrink: 0; }
.filter-btn:hover { color: #c8923a; }
.filter-btn.active { color: #c8923a; border-bottom-color: #c8923a; }

/* SECTION WRAPPER */
.section { padding: 4rem 0; }
.sec-label { font-family: 'DM Sans', sans-serif; font-style: italic; font-size: 13px; color: #c8923a; margin-bottom: 4px; }
.sec-h2 { font-family: 'DM Sans', sans-serif; font-size: 28px; font-weight: 400; color: #2c2416; margin-bottom: 6px; }
.divider { display: flex; align-items: center; gap: 10px; margin-bottom: 2rem; }
.divider-line { width: 36px; height: 1px; background: linear-gradient(90deg, transparent, #c8923a, transparent); }

/* CATEGORY HEADER */
.cat-header { display: flex; align-items: center; gap: 16px; margin-bottom: 1.5rem; padding-bottom: 12px; border-bottom: 0.5px solid #ede5d8; }
.cat-icon { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg,#c8923a,#e0a84a); display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; color: #fff; }
.cat-title { font-family: 'DM Sans', sans-serif; font-size: 22px; font-weight: 400; color: #2c2416; }
.cat-desc { font-size: 12.5px; color: #7c6a50; margin-top: 2px; }

/* SERVICE CARDS GRID */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 4rem; }
.svc-card { background: #fff; border-radius: 12px; overflow: hidden; border: 0.5px solid #ede5d8; transition: transform .25s, box-shadow .25s; cursor: pointer; }
.svc-card:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(44,36,22,.12); }
.svc-img-wrap { position: relative; height: 200px; overflow: hidden; }
.svc-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s; }
.svc-card:hover .svc-img-wrap img { transform: scale(1.05); }
.svc-img-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(20,12,4,.65) 0%, transparent 55%); }
.svc-badge { position: absolute; top: 12px; left: 12px; font-size: 9px; font-weight: 700; padding: 4px 10px; border-radius: 20px; letter-spacing: .8px; text-transform: uppercase; }
.badge-popular { background: linear-gradient(135deg,#c8923a,#e0a84a); color: #fff; }
.badge-new { background: #1a1208; color: #e0a84a; border: 1px solid #c8923a; }
.badge-best { background: rgba(255,255,255,.15); color: #fff; border: 1px solid rgba(255,255,255,.4); backdrop-filter: blur(4px); }
.svc-duration { position: absolute; bottom: 12px; right: 12px; background: rgba(20,12,4,.7); color: #e0a84a; font-size: 10px; font-weight: 600; padding: 4px 10px; border-radius: 20px; backdrop-filter: blur(4px); }
.svc-price-tag { position: absolute; bottom: 12px; left: 12px; background: linear-gradient(135deg,#c8923a,#e0a84a); color: #fff; font-size: 11px; font-weight: 700; padding: 4px 12px; border-radius: 20px; box-shadow: 0 2px 10px rgba(200,146,58,.35); }
.svc-body-price { font-family: 'DM Sans', sans-serif; font-size: 20px; color: #c8923a; font-weight: 600; margin-bottom: 6px; }
.svc-body { padding: 1.3rem 1.4rem 1.4rem; }
.svc-name { font-family: 'DM Sans', sans-serif; font-size: 19px; color: #2c2416; margin-bottom: 6px; }
.svc-desc { font-size: 12.5px; color: #3a3025; line-height: 1.75; margin-bottom: 14px; }
.svc-meta { display: flex; align-items: center; justify-content: space-between; padding-top: 12px; border-top: 0.5px solid #f0e8da; }
.btn-book { display: inline-flex; align-items: center; gap: 6px; background: linear-gradient(135deg,#c8923a,#e0a84a); color: #fff; border: none; padding: 10px 18px; font-size: 12px; font-weight: 600; cursor: pointer; border-radius: 5px; box-shadow: 0 3px 12px rgba(200,146,58,.3); font-family: 'DM Sans', sans-serif; letter-spacing: .3px; transition: opacity .2s; text-decoration: none; }
.btn-book:hover { opacity: .88; color: #fff; text-decoration: none; }

/* FEATURED WIDE CARD */
.svc-wide { display: grid; grid-template-columns: 1fr 1fr; border-radius: 12px; overflow: hidden; border: 0.5px solid #ede5d8; background: #fff; margin-bottom: 4rem; }
.svc-wide-img { position: relative; height: 280px; }
.svc-wide-img img { width: 100%; height: 100%; object-fit: cover; }
.svc-wide-img-overlay { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(20,12,4,.3) 0%,transparent 60%); }
.svc-wide-body { padding: 2.5rem; display: flex; flex-direction: column; justify-content: center; }
.svc-wide-body .svc-badge { position: static; display: inline-block; margin-bottom: 14px; }
.svc-wide-body .svc-name { font-size: 26px; margin-bottom: 10px; }
.svc-wide-body .svc-desc { font-size: 13.5px; margin-bottom: 18px; }
.svc-wide .svc-meta { padding-top: 14px; border-top: 0.5px solid #f0e8da; }

/* STATS STRIP */
.benefits { background: #1e1408; padding: 2.8rem 4rem; display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; }
.benefit-item { text-align: center; }
.benefit-icon { font-size: 28px; margin-bottom: 10px; }
.benefit-num { font-family: 'DM Sans', sans-serif; font-size: 28px; color: #e0a84a; font-weight: 600; }
.benefit-label { font-size: 11.5px; color: #3a3025; margin-top: 3px; }

/* PROCESS STEPS */
.process { background: #f5f0e8; padding: 4rem 0; }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 2rem; }
.step-card { background: #fff; border-radius: 10px; padding: 1.8rem 1.4rem; border: 0.5px solid #ede5d8; text-align: center; position: relative; }
.step-num { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg,#c8923a,#e0a84a); color: #fff; font-family: 'DM Sans', sans-serif; font-size: 16px; font-weight: 600; display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; }
.step-title { font-family: 'DM Sans', sans-serif; font-size: 16px; color: #2c2416; margin-bottom: 8px; }
.step-desc { font-size: 12px; color: #3a3025; line-height: 1.75; }
.step-arrow { position: absolute; right: -14px; top: 50%; transform: translateY(-50%); color: #c8923a; font-size: 20px; z-index: 1; }
.steps-grid .step-card:last-child .step-arrow { display: none; }

/* CTA BANNER */
.cta-banner { background: linear-gradient(135deg,#2c2416 0%,#1a1208 100%); padding: 4rem 0; }
.cta-banner h2 { font-family: 'DM Sans', sans-serif; font-size: 32px; font-weight: 400; color: #f5ede0; margin-bottom: 6px; }
.cta-banner h2 em { color: #e0a84a; font-style: italic; }
.cta-banner p { font-size: 13px; color: #7c6038; }
.cta-banner-btns { display: flex; gap: 12px; flex-shrink: 0; }
.btn-cta-primary { background: linear-gradient(135deg,#c8923a,#e0a84a); color: #fff; border: none; padding: 14px 28px; font-size: 14px; font-weight: 600; cursor: pointer; border-radius: 5px; box-shadow: 0 5px 20px rgba(200,146,58,.4); font-family: 'DM Sans', sans-serif; white-space: nowrap; display: inline-block; text-decoration: none; }
.btn-cta-primary:hover { color: #fff; text-decoration: none; }
.btn-cta-outline { background: transparent; color: #f5ede0; border: 1.5px solid rgba(245,237,224,.35); padding: 13px 24px; font-size: 13.5px; cursor: pointer; border-radius: 5px; font-family: 'DM Sans', sans-serif; white-space: nowrap; display: inline-block; text-decoration: none; }
.btn-cta-outline:hover { color: #f5ede0; text-decoration: none; border-color: rgba(245,237,224,.6); }

/* ===== PACKAGES PAGE ===== */

.spa-footer-contact { line-height: 2; }
.contact-line { display: inline-flex; align-items: center; gap: 6px; }

/* COMPARE TABLE */
.compare-wrap { overflow-x: auto; margin-bottom: 3rem; }
.compare-table { width: 100%; border-collapse: collapse; min-width: 700px; }
.compare-table th { padding: 0; vertical-align: bottom; }
.th-pkg { background: #fff; border: 0.5px solid #ede5d8; border-radius: 10px 10px 0 0; padding: 0; text-align: center; position: relative; overflow: hidden; }
.th-pkg-inner { padding: 1.4rem 1rem 1.2rem; }
.th-pkg.featured { background: linear-gradient(175deg,#2c2416,#1a1208); border-color: #c8923a; border-width: 1.5px; }
.pkg-ribbon { background: linear-gradient(135deg,#c8923a,#e0a84a); color: #fff; font-size: 9px; font-weight: 700; padding: 5px 30px; position: absolute; top: 12px; right: -22px; transform: rotate(35deg); letter-spacing: 1px; }
.th-icon { font-size: 26px; margin-bottom: 8px; }
.th-name { font-family: 'DM Sans', sans-serif; font-size: 17px; color: #2c2416; margin-bottom: 4px; }
.featured .th-name { color: #f5ede0; }
.th-price { font-family: 'DM Sans', sans-serif; font-size: 24px; color: #c8923a; font-weight: 600; }
.th-was { font-size: 11px; color: #4a3f30; text-decoration: line-through; }
.featured .th-was { color: #5c4a30; }
.th-duration { font-size: 11px; color: #3a3025; margin-top: 3px; }
.featured .th-duration { color: #c4a882; }
.compare-table td { padding: 11px 16px; font-size: 12.5px; color: #3a3025; border: 0.5px solid #f0e8da; text-align: center; background: #fff; vertical-align: middle; }
.compare-table td:first-child { text-align: left; background: #faf8f4; color: #2c2416; font-weight: 500; font-size: 12px; padding-left: 1.2rem; }
.compare-table tr:last-child td { border-bottom: none; }
.check { color: #c8923a; font-size: 16px; }
.cross { color: #b8956a; font-size: 14px; opacity: .45; }
.featured-col { background: #fdf8f0 !important; }
td.featured-col:first-child { background: #fdf8f0 !important; }
.td-btn td { padding: 16px !important; }
.btn-compare { display: inline-block; width: 100%; padding: 11px; font-size: 12px; font-weight: 600; border: none; cursor: pointer; border-radius: 5px; font-family: 'DM Sans',sans-serif; letter-spacing: .3px; text-decoration: none; text-align: center; }
.btn-compare-dark { background: #2c2416; color: #fff; }
.btn-compare-dark:hover { color: #fff; }
.btn-compare-gold { background: linear-gradient(135deg,#c8923a,#e0a84a); color: #fff; box-shadow: 0 3px 14px rgba(200,146,58,.35); }
.btn-compare-gold:hover { color: #fff; }

/* PACKAGE CARDS */
.pkg-cards-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.pkg-card { background: #fff; border-radius: 14px; overflow: hidden; border: 0.5px solid #ede5d8; display: grid; grid-template-columns: 280px 1fr; cursor: pointer; }
.pkg-card.featured-card { border: 2px solid #c8923a; }
.pkg-card.dark-card { background: #1a1208; border-color: #3a2810; }
.pkg-card-img { position: relative; overflow: hidden; }
.pkg-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; min-height: 280px; }
.pkg-card-img-overlay { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(20,12,4,.5) 0%,transparent 70%); }
.pkg-badge { position: absolute; top: 16px; left: 16px; font-size: 9px; font-weight: 700; padding: 5px 12px; border-radius: 20px; letter-spacing: .8px; text-transform: uppercase; }
.badge-hot  { background: linear-gradient(135deg,#c8923a,#e0a84a); color: #fff; }
.badge-new  { background: #1a1208; color: #e0a84a; border: 1px solid #c8923a; }
.badge-prem { background: rgba(255,255,255,.15); color: #fff; border: 1px solid rgba(255,255,255,.5); backdrop-filter: blur(4px); }
.pkg-img-tag { position: absolute; bottom: 14px; left: 14px; background: rgba(20,12,4,.7); color: #e0a84a; font-size: 10.5px; font-weight: 600; padding: 5px 12px; border-radius: 20px; }
.pkg-card-body { padding: 2rem 2.2rem; display: flex; flex-direction: column; justify-content: space-between; }
.pkg-cat { font-size: 10px; font-weight: 600; color: #c8923a; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 6px; }
.pkg-name { font-family: 'DM Sans', sans-serif; font-size: 24px; color: #2c2416; margin-bottom: 8px; line-height: 1.2; }
.dark-card .pkg-name { color: #f5ede0; }
.pkg-desc { font-size: 12.5px; color: #3a3025; line-height: 1.8; margin-bottom: 16px; }
.dark-card .pkg-desc { color: #7c6038; }
.pkg-card-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 14px; border-top: 0.5px solid #f0e8da; }
.dark-card .pkg-card-bottom { border-top-color: #2c2010; }
.pkg-price { font-family: 'DM Sans', sans-serif; font-size: 26px; color: #c8923a; font-weight: 600; }
.pkg-was { font-size: 12px; color: #4a3f30; text-decoration: line-through; margin-left: 5px; }
.btn-pkg { display: inline-flex; align-items: center; gap: 7px; background: linear-gradient(135deg,#c8923a,#e0a84a); color: #fff; border: none; padding: 12px 22px; font-size: 13px; font-weight: 600; cursor: pointer; border-radius: 6px; box-shadow: 0 4px 16px rgba(200,146,58,.35); font-family: 'DM Sans',sans-serif; letter-spacing: .3px; transition: opacity .2s; white-space: nowrap; text-decoration: none; }
.btn-pkg:hover { opacity: .88; color: #fff; text-decoration: none; }
.btn-pkg-dark { background: linear-gradient(135deg,#2c2416,#3a3020); box-shadow: 0 4px 16px rgba(44,36,22,.3); }

/* ADD-ON SECTION */
.addon-bg { background: #f5f0e8; }
.addon-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.addon-card { background: #fff; border-radius: 10px; border: 0.5px solid #ede5d8; padding: 1.4rem; text-align: center; }
.addon-icon { font-size: 28px; margin-bottom: 10px; }
.addon-name { font-family: 'DM Sans', sans-serif; font-size: 15px; color: #2c2416; margin-bottom: 6px; }
.addon-desc { font-size: 11.5px; color: #3a3025; line-height: 1.7; margin-bottom: 12px; }
.addon-price { font-family: 'DM Sans', sans-serif; font-size: 18px; color: #c8923a; font-weight: 600; margin-bottom: 10px; }
.btn-addon { background: transparent; color: #c8923a; border: 1.5px solid #c8923a; padding: 8px 16px; font-size: 11.5px; font-weight: 600; cursor: pointer; border-radius: 4px; font-family: 'DM Sans',sans-serif; transition: all .2s; }
.btn-addon:hover { background: #c8923a; color: #fff; }

/* GIFT CARD SECTION */
.gift-section { background: #1a1208; padding: 4rem 0; }
.gift-img { position: relative; border-radius: 14px; overflow: hidden; }
.gift-img img { width: 100%; height: 280px; object-fit: cover; border-radius: 14px; }
.gift-img-tag { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: rgba(20,12,4,.35); border-radius: 14px; }
.gift-card-mockup { background: linear-gradient(135deg,#c8923a,#e0a84a); border-radius: 12px; padding: 1.5rem 2rem; max-width: 260px; text-align: center; }
.gift-card-mockup p { font-family: 'DM Sans', sans-serif; font-style: italic; font-size: 11px; color: rgba(255,255,255,.7); margin-bottom: 4px; }
.gift-card-mockup h3 { font-family: 'DM Sans', sans-serif; font-size: 20px; color: #fff; margin-bottom: 6px; }
.gift-card-mockup span { font-size: 10px; color: rgba(255,255,255,.6); }
.gift-content .sec-label { margin-bottom: 4px; color: #c8923a; }
.gift-content .sec-h2 { color: #f5ede0; margin-bottom: 10px; }
.gift-content p { font-size: 13px; color: #7c6038; line-height: 1.85; margin-bottom: 20px; }
.gift-amounts { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 22px; }
.gift-amount { background: rgba(200,146,58,.12); border: 1px solid rgba(200,146,58,.4); color: #e0a84a; padding: 8px 16px; border-radius: 4px; font-size: 13px; font-weight: 600; font-family: 'DM Sans',sans-serif; cursor: pointer; transition: all .2s; }
.gift-amount:hover, .gift-amount.active { background: #c8923a; color: #fff; border-color: #c8923a; }
.btn-gift { background: linear-gradient(135deg,#c8923a,#e0a84a); color: #fff; border: none; padding: 13px 28px; font-size: 13.5px; font-weight: 600; cursor: pointer; border-radius: 5px; box-shadow: 0 4px 18px rgba(200,146,58,.35); font-family: 'DM Sans',sans-serif; }

/* REVIEWS */
.reviews-bg { background: #fff; }
.rev-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.rev-card { background: #faf8f4; border-radius: 10px; border: 0.5px solid #ede5d8; padding: 1.4rem; }
.rev-stars { color: #c8923a; font-size: 13px; margin-bottom: 8px; }
.rev-text { font-size: 12.5px; color: #5c4a30; line-height: 1.85; font-style: italic; margin-bottom: 14px; }
.rev-pkg-tag { display: inline-block; background: #fff4e0; color: #c8923a; font-size: 10px; font-weight: 600; padding: 3px 10px; border-radius: 20px; margin-bottom: 12px; border: 0.5px solid #e8d0a0; }
.rev-foot { display: flex; align-items: center; gap: 10px; }
.rev-av { width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(135deg,#e8d4b8,#d4b890); display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; color: #6c5030; flex-shrink: 0; }
.rev-name { font-size: 13px; font-weight: 600; color: #2c2416; }
.rev-date { font-size: 11px; color: #b0a090; }

/* FAQ */
.faq-bg { background: #f5f0e8; }
.faq-list { max-width: 760px; margin: 0 auto; }
.faq-item { background: #fff; border-radius: 8px; border: 0.5px solid #ede5d8; margin-bottom: 10px; overflow: hidden; }
.faq-q { padding: 1.1rem 1.4rem; display: flex; align-items: center; justify-content: space-between; cursor: pointer; font-size: 13.5px; font-weight: 500; color: #2c2416; }
.faq-q span { color: #c8923a; font-size: 18px; transition: transform .2s; }
.faq-a { display: none; padding: 0 1.4rem 1.1rem; font-size: 12.5px; color: #6c5a3e; line-height: 1.8; border-top: 0.5px solid #f0e8da; padding-top: 10px; }
.faq-item.open .faq-a { display: block; }
.faq-item.open .faq-q span { transform: rotate(45deg); }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .spa-services-grid { grid-template-columns: repeat(2, 1fr); }
  .spa-pkg-grid { grid-template-columns: repeat(2, 1fr); }
  .spa-reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .spa-about-grid { grid-template-columns: 1fr; gap: 2rem; }
  .spa-footer-grid { grid-template-columns: repeat(2, 1fr); }
  .spa-page-layout { grid-template-columns: 1fr; }
  .spa-team-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 992px) {
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .svc-wide { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .benefits { grid-template-columns: repeat(2, 1fr); }
  .filter-bar { padding: 0 1.5rem; }
  .pkg-cards-grid { grid-template-columns: 1fr; }
  .pkg-card { grid-template-columns: 220px 1fr; }
  .addon-grid { grid-template-columns: repeat(2, 1fr); }
  .rev-grid { grid-template-columns: repeat(2, 1fr); }
  .gift-section .spa-container { grid-template-columns: 1fr !important; gap: 2rem !important; }
}

@media (max-width: 768px) {
  .spa-nav-links { display: none; }
  .spa-hero-content { padding: 0 15px; }
  .spa-hero-h1 { font-size: 32px; }
  .spa-hero { height: 400px; }
  .spa-section { padding: 2.5rem 0; }
  .spa-section-h2 { font-size: 24px; }
  .page-hero { height: 260px; }
  .page-hero h1 { font-size: 30px; }
  .section { padding: 2rem 0; }
  .svc-grid { grid-template-columns: 1fr; gap: 16px; }
  .svc-wide-body { padding: 1.5rem; }
  .filter-bar { padding: 0 1rem; }
  .filter-btn { padding: 14px 14px; font-size: 12px; }
  .benefits { padding: 2rem 1rem; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
  .process { padding: 2rem 0; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .step-arrow { display: none; }
  .cta-banner { padding: 2rem 0; }
  .cta-banner h2 { font-size: 24px; }
  .cat-title { font-size: 18px; }
  .spa-trust { padding: 1rem 0; }
  .spa-trust-item { max-width: 120px; padding: 0 0.5rem; }
  .spa-services-grid { grid-template-columns: 1fr; }
  .spa-pkg-grid { grid-template-columns: 1fr; }
  .promo-strip { padding: 12px 1rem; flex-direction: column; text-align: center; }
  .compare-table { min-width: 0; }
  .pkg-cards-grid { grid-template-columns: 1fr; }
  .pkg-card { grid-template-columns: 1fr; }
  .pkg-card-img img { min-height: 200px; }
  .pkg-card-body { padding: 1.4rem; }
  .addon-grid { grid-template-columns: 1fr; }
  .gift-section .spa-container { grid-template-columns: 1fr !important; gap: 1.5rem !important; }
  .gift-img img { height: 200px; }
  .rev-grid { grid-template-columns: 1fr; }
  .faq-q { font-size: 12.5px; padding: 0.9rem 1.1rem; }
  .faq-a { font-size: 12px; }
  /* .spa-promo overrides removed */
  .spa-about-grid { grid-template-columns: 1fr; }
  /* .spa-footer-grid / .spa-cta overrides removed */
  .spa-hero-dots { left: 15px; }
  /* .spa-promo-btn overrides removed */
  .spa-page-layout { grid-template-columns: 1fr; }
  .spa-team-grid { grid-template-columns: 1fr; }
  .spa-team-img-wrap img { height: 200px; }
}

/* BOOKING PAGE */
.stepper-wrap { background: #fff; border-bottom: 0.5px solid #ede5d8; padding: 1.4rem 2rem; }
.stepper { display: flex; align-items: center; max-width: 720px; margin: 0 auto; }
.step { display: flex; align-items: center; gap: 10px; flex: 1; }
.step-circle { width: 34px; height: 34px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; flex-shrink: 0; border: 2px solid #ede5d8; color: #5c4a30; background: #fff; transition: all .3s; }
.step.active .step-circle { background: linear-gradient(135deg,#c8923a,#e0a84a); border-color: #c8923a; color: #fff; box-shadow: 0 3px 12px rgba(200,146,58,.35); }
.step.done .step-circle { background: #c8923a; border-color: #c8923a; color: #fff; }
.step-label { font-size: 12px; font-weight: 500; color: #5c4a30; }
.step.active .step-label { color: #c8923a; font-weight: 600; }
.step.done .step-label { color: #2c2416; }
.step-line { flex: 1; height: 1.5px; background: #ede5d8; margin: 0 10px; }
.step-line.done { background: #c8923a; }
.booking-layout { display: grid; grid-template-columns: 1fr 380px; gap: 2.5rem; padding: 3rem 2rem; max-width: 1200px; margin: 0 auto; }
.form-panel { background: #fff; border-radius: 12px; border: 0.5px solid #ede5d8; padding: 2rem; margin-bottom: 1.5rem; }
.form-panel:last-child { margin-bottom: 0; }
.panel-head { display: flex; align-items: center; gap: 12px; margin-bottom: 1.6rem; padding-bottom: 14px; border-bottom: 0.5px solid #f0e8da; }
.panel-icon { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg,#c8923a,#e0a84a); display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.panel-title { font-family: 'DM Sans', sans-serif; font-size: 18px; color: #2c2416; }
.panel-sub { font-size: 11.5px; color: #3a3025; margin-top: 2px; }
.svc-tabs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 1.2rem; }
.svc-tab { padding: 7px 14px; font-size: 12px; font-weight: 500; border: 1.5px solid #ede5d8; background: #fff; color: #6c5a3e; cursor: pointer; border-radius: 20px; transition: all .2s; font-family: 'DM Sans',sans-serif; }
.svc-tab:hover { border-color: #c8923a; color: #c8923a; }
.svc-tab.active { background: linear-gradient(135deg,#c8923a,#e0a84a); border-color: #c8923a; color: #fff; }
.svc-options { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.svc-option { border: 1.5px solid #ede5d8; border-radius: 10px; padding: 14px; cursor: pointer; transition: all .2s; position: relative; }
.svc-option:hover { border-color: #c8923a; }
.svc-option.selected { border-color: #c8923a; background: #fffaf4; }
.svc-option.selected::after { content: "✦"; position: absolute; top: 10px; right: 12px; color: #c8923a; font-size: 12px; }
.svc-opt-name { font-size: 13.5px; font-weight: 600; color: #2c2416; margin-bottom: 3px; }
.svc-opt-duration { font-size: 11px; color: #c8923a; margin-bottom: 4px; }
.svc-opt-price { font-family: 'DM Sans', sans-serif; font-size: 16px; color: #c8923a; font-weight: 600; }
.therapist-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.therapist-card { border: 1.5px solid #ede5d8; border-radius: 10px; padding: 1rem; text-align: center; cursor: pointer; transition: all .2s; }
.therapist-card:hover { border-color: #c8923a; }
.therapist-card.selected { border-color: #c8923a; background: #fffaf4; }
.therapist-avatar { width: 52px; height: 52px; border-radius: 50%; background: linear-gradient(135deg,#e8d4b8,#d4b890); display: flex; align-items: center; justify-content: center; font-size: 22px; margin: 0 auto 8px; }
.therapist-name { font-size: 13px; font-weight: 600; color: #2c2416; margin-bottom: 2px; }
.therapist-spec { font-size: 10.5px; color: #3a3025; margin-bottom: 4px; }
.therapist-rating { font-size: 11px; color: #c8923a; }
.therapist-any { background: #faf8f4; }
.date-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px; margin-bottom: 1.4rem; }
.date-cell { text-align: center; padding: 10px 4px; border: 1.5px solid #ede5d8; border-radius: 8px; cursor: pointer; transition: all .2s; }
.date-cell:hover { border-color: #c8923a; }
.date-cell.selected { background: linear-gradient(135deg,#c8923a,#e0a84a); border-color: #c8923a; color: #fff; }
.date-cell.disabled { opacity: .35; cursor: not-allowed; }
.date-day { font-size: 10px; color: #3a3025; margin-bottom: 3px; }
.date-cell.selected .date-day { color: rgba(255,255,255,.7); }
.date-num { font-size: 15px; font-weight: 600; color: #2c2416; }
.date-cell.selected .date-num { color: #fff; }
.time-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.time-slot { text-align: center; padding: 10px 6px; border: 1.5px solid #ede5d8; border-radius: 8px; font-size: 12.5px; font-weight: 500; color: #3a3025; cursor: pointer; transition: all .2s; font-family: 'DM Sans',sans-serif; }
.time-slot:hover { border-color: #c8923a; color: #c8923a; }
.time-slot.selected { background: linear-gradient(135deg,#c8923a,#e0a84a); border-color: #c8923a; color: #fff; }
.time-slot.booked { background: #f5f0e8; color: #c4b8a8; cursor: not-allowed; border-color: #ede5d8; font-size: 11px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
.form-row.single { grid-template-columns: 1fr; }
.form-group { margin-bottom: 14px; }
.form-group label { display: block; font-size: 11.5px; font-weight: 600; color: #3a3025; margin-bottom: 8px; letter-spacing: .3px; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 11px 14px; border: 1.5px solid #ede5d8; border-radius: 6px; font-size: 13px; color: #2c2416; background: #fff; outline: none; font-family: 'DM Sans', sans-serif; transition: border-color .2s; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: #c8923a; }
.form-group textarea { resize: vertical; min-height: 80px; }
.promo-row { display: flex; gap: 10px; }
.promo-row input { flex: 1; }
.btn-apply { background: #2c2416; color: #fff; border: none; padding: 11px 20px; font-size: 12.5px; font-weight: 600; cursor: pointer; border-radius: 6px; font-family: 'DM Sans',sans-serif; white-space: nowrap; }
.summary-box { position: sticky; top: 88px; }
.summary-card { background: #fff; border-radius: 12px; border: 0.5px solid #ede5d8; overflow: hidden; margin-bottom: 14px; }
.summary-head { background: linear-gradient(135deg,#2c2416,#1a1208); padding: 1.2rem 1.4rem; }
.summary-head h3 { font-family: 'DM Sans', sans-serif; font-size: 17px; color: #f5ede0; margin-bottom: 2px; }
.summary-head p { font-size: 11px; color: #fff; }
.summary-body { padding: 1.2rem 1.4rem; }
.summary-row { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 0.5px solid #f5ede0; }
.summary-row:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.summary-label { font-size: 11.5px; color: #3a3025; }
.summary-value { font-size: 12.5px; font-weight: 600; color: #2c2416; text-align: right; max-width: 180px; }
.summary-value.gold { color: #c8923a; font-family: 'DM Sans',sans-serif; font-size: 15px; }
.summary-placeholder { font-size: 12px; color: #4a3f30; font-style: italic; }
.summary-total { background: #fffaf4; border: 1.5px solid #e8d8b8; border-radius: 10px; padding: 1.2rem 1.4rem; margin-bottom: 14px; }
.total-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 6px; }
.total-row:last-child { margin-bottom: 0; }
.total-label { font-size: 12px; color: #3a3025; }
.total-value { font-size: 13px; color: #2c2416; font-weight: 500; }
.total-final { border-top: 1px dashed #e8d0a0; padding-top: 10px; margin-top: 8px; }
.total-final .total-label { font-size: 14px; font-weight: 700; color: #2c2416; }
.total-final .total-value { font-family: 'DM Sans',sans-serif; font-size: 22px; color: #c8923a; font-weight: 600; }
.btn-confirm { width: 100%; background: linear-gradient(135deg,#c8923a,#e0a84a); color: #fff; border: none; padding: 14px; font-size: 14px; font-weight: 700; cursor: pointer; border-radius: 8px; box-shadow: 0 5px 20px rgba(200,146,58,.4); font-family: 'DM Sans',sans-serif; letter-spacing: .4px; margin-bottom: 10px; transition: opacity .2s; }
.btn-confirm:hover { opacity: .9; }
.wa-book-btn { width: 100%; background: #25d366; color: #fff; border: none; padding: 12px; font-size: 13px; font-weight: 600; cursor: pointer; border-radius: 8px; font-family: 'DM Sans',sans-serif; display: flex; align-items: center; justify-content: center; gap: 8px; }
.summary-note { font-size: 11px; color: #2c2416; text-align: center; line-height: 1.7; margin-top: 10px; }
.trust-badges { display: flex; flex-direction: column; gap: 8px; }
.trust-badge { display: flex; align-items: center; gap: 10px; background: #faf8f4; border: 0.5px solid #ede5d8; border-radius: 8px; padding: 10px 12px; }
.trust-badge-icon { font-size: 18px; }
.trust-badge-text { font-size: 11.5px; color: #3a3025; line-height: 1.5; }
.trust-badge-text strong { color: #2c2416; font-size: 12px; display: block; }
@media (max-width:992px) {
  .booking-layout { grid-template-columns: 1fr; }
  .therapist-grid { grid-template-columns: 1fr 1fr; }
  .svc-options { grid-template-columns: 1fr; }
  .date-grid { grid-template-columns: repeat(4, 1fr); }
  .time-grid { grid-template-columns: repeat(3, 1fr); }
  .stepper-wrap { padding: 1rem 1rem; }
  .stepper .step-label { display: none; }
  .summary-box { position: static; }
}
@media (max-width:768px) {
  .booking-layout { padding: 1.5rem 1rem; }
  .therapist-grid { grid-template-columns: 1fr 1fr; }
  .date-grid { grid-template-columns: repeat(4, 1fr); }
  .time-grid { grid-template-columns: repeat(2, 1fr); }
  .form-row { grid-template-columns: 1fr; }
}

/* ===== CONTACT PAGE ===== */
.quick-strip{background:#fff;border-bottom:.5px solid #ede5d8;padding:1.4rem 0}
.qs-item{display:flex;align-items:center;gap:14px;padding:0 1.5rem;border-right:.5px solid #ede5d8;cursor:pointer;transition:background .2s}
.qs-item:first-child{padding-left:0}
.qs-item:last-child{border-right:none}

.qs-icon{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#c8923a,#e0a84a);display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}
.qs-label{font-size:10.5px;color:#c8923a;margin-bottom:2px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}
.qs-value{font-size:13.5px;font-weight:600;color:#2c2416}
.qs-value a{color:#2c2416;text-decoration:none}

.contact-layout{display:grid;grid-template-columns:1fr 420px;gap:2.5rem}

.contact-form-panel{background:#fff;border-radius:14px;border:.5px solid #ede5d8;padding:2.2rem}
.contact-form-panel h3{font-family:'DM Sans',sans-serif;font-size:22px;color:#2c2416;margin-bottom:4px}
.contact-form-panel p{font-size:13px;color:#3a3025;margin-bottom:1.8rem;line-height:1.7}
.form-row2{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px}
.subject-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}
.subject-tag{padding:8px 14px;font-size:12px;font-weight:500;border:1.5px solid #ede5d8;background:#fff;color:#3a3025;cursor:pointer;border-radius:20px;transition:all .2s;font-family:'DM Sans',sans-serif}
.subject-tag:hover,.subject-tag.active{background:linear-gradient(135deg,#c8923a,#e0a84a);border-color:#c8923a;color:#fff}

.btn-send{width:100%;background:linear-gradient(135deg,#c8923a,#e0a84a);color:#fff;border:none;padding:14px;font-size:14px;font-weight:700;cursor:pointer;border-radius:8px;box-shadow:0 5px 20px rgba(200,146,58,.4);font-family:'DM Sans',sans-serif;margin-bottom:10px;transition:opacity .2s}
.btn-send:hover{opacity:.9}
.btn-wa-contact{width:100%;background:#25d366;color:#fff;border:none;padding:12px;font-size:13px;font-weight:600;cursor:pointer;border-radius:8px;font-family:'DM Sans',sans-serif;display:flex;align-items:center;justify-content:center;gap:8px}

.info-card{background:#fff;border-radius:14px;border:.5px solid #ede5d8;overflow:hidden;margin-bottom:16px}
.info-card-head{background:linear-gradient(135deg,#1a1208,#2c2416);padding:1.2rem 1.4rem}
.info-card-head h4{font-family:'DM Sans',sans-serif;font-size:16px;color:#f5ede0;margin-bottom:2px}
.info-card-head p{font-size:11px;color:#fff}
.info-card-body{padding:1.3rem 1.4rem}
.info-row{display:flex;align-items:flex-start;gap:14px;padding:10px 0;border-bottom:.5px solid #f5ede0}
.info-row:last-child{border-bottom:none}
.info-icon{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#c8923a,#e0a84a);display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}
.info-label{font-size:10.5px;color:#c8923a;font-weight:600;letter-spacing:.5px;text-transform:uppercase;margin-bottom:2px}
.info-value{font-size:13px;font-weight:600;color:#2c2416}
.info-note{font-size:11px;color:#3a3025;margin-top:2px}

.hours-card{background:#fff;border-radius:14px;border:.5px solid #ede5d8;padding:1.4rem;margin-bottom:16px}
.hours-card h4{font-family:'DM Sans',sans-serif;font-size:16px;color:#2c2416;margin-bottom:1rem;padding-bottom:10px;border-bottom:.5px solid #f0e8da}
.hours-row{display:flex;justify-content:space-between;align-items:center;font-size:12.5px;padding:6px 0;border-bottom:.5px solid #faf8f4}
.hours-row:last-child{border:none}
.hours-day{color:#2c2416}
.hours-time{font-weight:600;color:#2c2416}
.hours-time.closed{color:#e05c3a}
.hours-today{background:#fffaf4;border:.5px solid #e8d8b8;border-radius:5px;padding:2px 8px;font-size:10px;color:#c8923a;font-weight:700;margin-left:6px}

.map-card{background:#fff;border-radius:14px;border:.5px solid #ede5d8;overflow:hidden;margin-bottom:16px}
.map-embed{line-height:0}
.map-embed iframe{display:block;width:100%;height:220px}
.map-card-body{padding:1rem 1.2rem}
.map-card-body p{font-size:12.5px;color:#4c3a28;line-height:1.8;margin-bottom:10px}
.btn-directions{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;background:#f5f0e8;color:#c8923a;border:1.5px solid #e8d8b8;padding:10px;font-size:12.5px;font-weight:600;cursor:pointer;border-radius:6px;font-family:'DM Sans',sans-serif;text-decoration:none}
.btn-directions:hover{background:#ede5d8;color:#c8923a;text-decoration:none}

.social-card{background:#fff;border-radius:14px;border:.5px solid #ede5d8;padding:1.4rem;margin-bottom:16px}
.social-card h4{font-family:'DM Sans',sans-serif;font-size:16px;color:#2c2416;margin-bottom:12px}
.social-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.social-btn{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:8px;cursor:pointer;border:.5px solid #ede5d8;transition:all .2s;text-decoration:none;color:inherit}
.social-btn:hover{border-color:#c8923a;background:#fffaf4;text-decoration:none;color:inherit}
.social-icon i{font-size:20px;color:#c8923a}
.social-name{font-size:12px;font-weight:600;color:#2c2416}
.social-handle{font-size:10.5px;color:#3a3025}

.faq-section{background:#f5f0e8;padding:3.5rem 4rem}
.sec-eye{text-align:center;font-family:'DM Sans',sans-serif;font-style:italic;font-size:13px;color:#c8923a;margin-bottom:4px}
.sec-h2{text-align:center;font-family:'DM Sans',sans-serif;font-size:28px;font-weight:400;color:#2c2416;margin-bottom:6px}
.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;max-width:880px;margin:0 auto}
.faq-item{background:#fff;border-radius:10px;border:.5px solid #ede5d8;overflow:hidden}
.faq-q{padding:1rem 1.3rem;display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-size:13px;font-weight:500;color:#2c2416;gap:10px}
.faq-q span{color:#c8923a;font-size:18px;flex-shrink:0;transition:transform .2s}
.faq-a{display:none;padding:0 1.3rem 1rem;font-size:12px;color:#6c5a3e;line-height:1.8;border-top:.5px solid #f0e8da;padding-top:10px}
.faq-item.open .faq-a{display:block}
.faq-item.open .faq-q span{transform:rotate(45deg)}

.cta-section{background:linear-gradient(135deg,#2c2416,#1a1208);padding:3.5rem 4rem;text-align:center}
.cta-section h2{font-family:'DM Sans',sans-serif;font-size:30px;font-weight:400;color:#f5ede0;margin-bottom:6px}
.cta-section h2 em{color:#e0a84a;font-style:italic}
.cta-section p{font-size:13px;color:#7c6038;margin-bottom:1.8rem}
.cta-btns{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.btn-cta-gold{display:inline-block;background:linear-gradient(135deg,#c8923a,#e0a84a);color:#fff;border:none;padding:14px 28px;font-size:14px;font-weight:600;cursor:pointer;border-radius:5px;box-shadow:0 5px 20px rgba(200,146,58,.4);font-family:'DM Sans',sans-serif;text-decoration:none}
.btn-cta-gold:hover{color:#fff;text-decoration:none;opacity:.9}
.btn-cta-outline{display:inline-block;background:transparent;color:#f5ede0;border:1.5px solid rgba(245,237,224,.35);padding:13px 24px;font-size:13.5px;cursor:pointer;border-radius:5px;font-family:'DM Sans',sans-serif;text-decoration:none}
.btn-cta-outline:hover{color:#f5ede0;text-decoration:none;border-color:rgba(245,237,224,.6)}

@media (max-width:1024px) {
  .quick-strip{padding:1.4rem 0}
  .contact-layout{grid-template-columns:1fr}
  .faq-section{padding:2.5rem 2rem}
  .cta-section{padding:2.5rem 2rem}
}
@media (max-width:768px) {
  .quick-strip .spa-container>div{grid-template-columns:1fr 1fr!important}
  .quick-strip{padding:1rem 0}
  .qs-item{padding:0.8rem;border-right:none;border-bottom:.5px solid #ede5d8}
  .qs-item:nth-child(2){border-right:none}
  .form-row2{grid-template-columns:1fr}
  .faq-grid{grid-template-columns:1fr}
  .social-grid{grid-template-columns:1fr}
  .faq-section{padding:2rem 1rem}
  .cta-section{padding:2rem 1rem}
  .cta-section h2{font-size:24px}
}

/* ===== FAQ PAGE ===== */
.faq-section{padding:3.5rem 0}
.faq-pagination{text-align:center;margin-top:2rem}
.faq-pagination .pagination{justify-content:center;gap:6px;list-style:none;padding:0;margin:0;display:flex}
.faq-pagination .page-item{display:inline-block}
.faq-pagination .page-item .page-link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;font-size:13px;font-weight:500;color:#2c2416;background:#fff;border:.5px solid #ede5d8;border-radius:6px;text-decoration:none;transition:all .2s}
.faq-pagination .page-item .page-link:hover{border-color:#c8923a;color:#c8923a}
.faq-pagination .page-item.active .page-link{background:#c8923a;border-color:#c8923a;color:#fff}
.faq-pagination .page-item.disabled .page-link{opacity:.4;cursor:default;pointer-events:none}

/* ===== REDESIGNED PACKAGE CARDS (SPA THEME ONLY) ===== */
.spa-wrap .pkg-cards-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 24px !important;
}

.spa-wrap .pkg-card {
  background: #ffffff !important;
  border: 1px solid #eae1d4 !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02) !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  grid-template-columns: none !important; /* Reset horizontal layout */
  cursor: pointer !important;
}

.spa-wrap .pkg-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 10px 25px rgba(28, 21, 12, 0.08) !important;
}

.spa-wrap .pkg-card.featured-card {
  border-color: #c8923a !important;
  box-shadow: 0 4px 20px rgba(200, 146, 58, 0.1) !important;
}

.spa-wrap .pkg-card.featured-card:hover {
  box-shadow: 0 12px 30px rgba(200, 146, 58, 0.18) !important;
}

.spa-wrap .pkg-card-img-wrap {
  position: relative !important;
  overflow: hidden !important;
  border-radius: 16px 16px 0 0 !important;
  height: 180px !important;
  width: 100% !important;
}

.spa-wrap .pkg-card-img-wrap img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  min-height: auto !important;
}

/* Ribbon styling */
.spa-wrap .pkg-ribbon {
  position: absolute !important;
  top: 18px !important;
  right: -32px !important;
  width: 120px !important;
  transform: rotate(45deg) !important;
  background: linear-gradient(135deg, #c8923a, #b07a2e) !important;
  color: #ffffff !important;
  text-align: center !important;
  font-size: 8px !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  padding: 4px 0 !important;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2) !important;
  text-transform: uppercase !important;
  z-index: 2 !important;
}

/* Card Body Content */
.spa-wrap .pkg-card-content {
  padding: 24px !important;
  display: flex !important;
  flex-direction: column !important;
  flex-grow: 1 !important;
  justify-content: space-between !important;
}

.spa-wrap .pkg-card-title {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  color: #1c150c !important;
  margin-top: 0 !important;
  margin-bottom: 16px !important;
  line-height: 1.3 !important;
}

/* Features List */
.spa-wrap .pkg-card-features {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 24px 0 !important;
  flex-grow: 1 !important;
}

.spa-wrap .pkg-card-features li {
  position: relative !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 13.5px !important;
  color: #5c4e3e !important;
  padding-left: 16px !important;
  margin-bottom: 8px !important;
  line-height: 1.5 !important;
  border-bottom: none !important;
}

.spa-wrap .pkg-card-features li::before {
  content: "•" !important;
  position: absolute !important;
  left: 0 !important;
  color: #1c150c !important;
  font-size: 14px !important;
  line-height: 1 !important;
}

/* Card Meta (Duration & Price) */
.spa-wrap .pkg-card-meta {
  margin-top: auto !important;
  border-top: 1px solid #f2ece2 !important;
  padding-top: 16px !important;
  margin-bottom: 16px !important;
}

.spa-wrap .pkg-card-duration {
  display: flex !important;
  align-items: center !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 13px !important;
  color: #4c3e2e !important;
  margin-bottom: 12px !important;
}

.spa-wrap .pkg-card-duration span {
  font-weight: 500 !important;
}

.spa-wrap .pkg-card-pricing {
  display: flex !important;
  align-items: baseline !important;
  gap: 8px !important;
}

.spa-wrap .pkg-card-price {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 26px !important;
  font-weight: 700 !important;
  color: #c8923a !important;
}

.spa-wrap .pkg-card-price-old {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 15px !important;
  color: #a69580 !important;
  text-decoration: line-through !important;
}

/* Book Button */
.spa-wrap .pkg-card-btn {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  background-color: #15241b !important; /* deep pine green */
  color: #ffffff !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  padding: 12px 20px !important;
  border-radius: 8px !important;
  text-decoration: none !important;
  transition: background-color 0.2s ease, transform 0.2s ease !important;
  box-shadow: 0 4px 10px rgba(21, 36, 27, 0.15) !important;
}

.spa-wrap .pkg-card-btn:hover {
  background-color: #203629 !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

/* Responsive adjustments */
@media (max-width: 1199px) {
  .spa-wrap .pkg-cards-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 767px) {
  .spa-wrap .pkg-cards-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
}

/* BACK TO TOP BUTTON */
.back-to-top {
  position: fixed !important;
  bottom: 30px !important;
  right: 0 !important;
  color: #ffffff !important;
  height: 44px !important;
  width: 44px !important;
  line-height: 42px !important;
  background-color: #c8923a !important;
  border: 1px solid #c8923a !important;
  text-align: center !important;
  border-radius: 50% !important;
  cursor: pointer !important;
  z-index: 1000 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15) !important;
  display: block !important;
}

.back-to-top i {
  font-size: 14px !important;
  line-height: inherit !important;
  color: #ffffff !important;
}

.back-to-top:hover {
  background-color: #23382b !important;
  border-color: #23382b !important;
  color: #ffffff !important;
}

.back-to-top:hover i {
  color: #ffffff !important;
}

.back-to-top.show {
  opacity: 1 !important;
  visibility: visible !important;
  right: 30px !important;
}

/* RESPONSIVE NAVIGATION */
.spa-nav-toggle {
  display: none !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  width: 24px !important;
  height: 18px !important;
  background: transparent !important;
  border: none !important;
  cursor: pointer !important;
  padding: 0 !important;
  z-index: 1010 !important;
}

.spa-nav-toggle span {
  width: 100% !important;
  height: 2px !important;
  background-color: #5c4a30 !important;
  border-radius: 2px !important;
  transition: all 0.3s ease !important;
}

.spa-nav-toggle.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg) !important;
}

.spa-nav-toggle.active span:nth-child(2) {
  opacity: 0 !important;
}

.spa-nav-toggle.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg) !important;
}

.spa-mobile-cta-li {
  display: none !important;
}

.spa-nav-cta-mobile {
  background: #c8923a !important;
  color: #ffffff !important;
  text-align: center !important;
  padding: 12px 20px !important;
  border-radius: 6px !important;
  font-weight: 500 !important;
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
}

@media (max-width: 991px) {
  .spa-nav-toggle {
    display: flex !important;
  }
  .spa-desktop-cta {
    display: none !important;
  }
  .spa-nav-links {
    position: absolute !important;
    top: 64px !important;
    left: 0 !important;
    right: 0 !important;
    background: #faf8f4 !important;
    border-bottom: 1px solid #ede5d8 !important;
    flex-direction: column !important;
    gap: 0 !important;
    padding: 10px 0 !important;
    z-index: 1000 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(-10px) !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05) !important;
    display: flex !important;
  }
  .spa-nav-links.active {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    display: flex !important;
  }
  .spa-nav-links li {
    width: 100% !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04) !important;
  }
  .spa-nav-links li:last-child {
    border-bottom: none !important;
  }
  .spa-nav-links a {
    display: block !important;
    padding: 12px 24px !important;
    width: 100% !important;
  }
  .spa-mobile-cta-li {
    display: block !important;
    border-bottom: none !important;
    padding: 15px 24px !important;
  }
  .spa-nav-links .menu-item-has-children > a::after {
    float: right !important;
  }
  .spa-nav-links .sub-menu {
    position: static !important;
    width: 100% !important;
    box-shadow: none !important;
    border: none !important;
    background: rgba(0, 0, 0, 0.02) !important;
    padding: 4px 0 !important;
    display: none;
  }
  .spa-nav-links .sub-menu li {
    padding: 0 !important;
    border-bottom: none !important;
  }
  .spa-nav-links .sub-menu a {
    padding: 10px 40px !important;
  }
}

/* ===== FLOATING LOGIN BUTTON ===== */
.spa-floating-login {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  background: linear-gradient(135deg, #c8923a, #e0a84a);
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px 10px;
  border-radius: 8px 0 0 8px;
  font-size: 12px;
  font-weight: 600;
  font-family: 'DM Sans', sans-serif;
  writing-mode: vertical-lr;
  letter-spacing: 1px;
  box-shadow: -3px 0 15px rgba(200,146,58,.35);
  transition: all .25s;
  cursor: pointer;
}
.spa-floating-login:hover {
  color: #fff;
  background: linear-gradient(135deg, #d49e3f, #e8b050);
  padding-right: 14px;
  box-shadow: -5px 0 20px rgba(200,146,58,.5);
}
.spa-floating-login svg {
  writing-mode: horizontal-tb;
}

/* ===== AUTH PAGE (LOGIN / REGISTER) ===== */
.spa-auth-wrap {
  display: flex;
  min-height: calc(100vh - 68px - 60px);
}
.spa-auth-left {
  flex: 1;
  background: linear-gradient(135deg, #1a1208, #2c2416);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem;
  position: relative;
  overflow: hidden;
}
.spa-auth-left::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('https://images.unsplash.com/photo-1600334089648-b0d9d3028eb2?w=800&q=60') center/cover;
  opacity: .15;
}
.spa-auth-left-inner {
  position: relative;
  z-index: 2;
  max-width: 380px;
}
.spa-auth-eye {
  font-size: 14px;
  font-style: italic;
  color: #e0a84a;
  margin-bottom: 12px;
}
.spa-auth-left-inner h2 {
  font-size: 34px;
  font-weight: 400;
  color: #f5ede0;
  line-height: 1.2;
  margin-bottom: 16px;
}
.spa-auth-left-inner h2 em {
  color: #e0a84a;
  font-style: italic;
}
.spa-auth-left-inner p {
  font-size: 13px;
  color: #c4a882;
  line-height: 1.85;
  margin-bottom: 2rem;
}
.spa-auth-perks {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.spa-auth-perk {
  display: flex;
  align-items: center;
  gap: 12px;
}
.spa-auth-perk-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(200,146,58,.15);
  border: 1px solid rgba(200,146,58,.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}
.spa-auth-perk-text {
  font-size: 12.5px;
  color: #c4a882;
  line-height: 1.6;
}
.spa-auth-right {
  width: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 3rem;
  background: #faf8f4;
}
.spa-auth-form-wrap {
  width: 100%;
  max-width: 380px;
}
.spa-auth-tabs {
  display: flex;
  border: 1.5px solid #ede5d8;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 2rem;
}
.spa-auth-tab {
  flex: 1;
  padding: 11px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all .2s;
  font-family: 'DM Sans',sans-serif;
  border: none;
  background: #fff;
  color: #3a3025;
}
.spa-auth-tab.active {
  background: linear-gradient(135deg, #c8923a, #e0a84a);
  color: #fff;
}
.spa-auth-form-wrap h3 {
  font-size: 24px;
  color: #2c2416;
  margin-bottom: 6px;
}
.spa-auth-form-wrap p {
  font-size: 12.5px;
  color: #3a3025;
  margin-bottom: 1.6rem;
}
.spa-auth-fg {
  margin-bottom: 14px;
}
.spa-auth-fg label {
  display: block;
  font-size: 11.5px;
  font-weight: 600;
  color: #3a3025;
  margin-bottom: 6px;
  letter-spacing: .3px;
}
.spa-auth-fg input {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid #ede5d8;
  border-radius: 7px;
  font-size: 13.5px;
  color: #2c2416;
  background: #fff;
  outline: none;
  font-family: 'DM Sans',sans-serif;
  transition: border-color .2s;
}
.spa-auth-fg input:focus {
  border-color: #c8923a;
}
.spa-auth-row2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.spa-auth-btn {
  width: 100%;
  background: linear-gradient(135deg, #c8923a, #e0a84a);
  color: #fff;
  border: none;
  padding: 14px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  border-radius: 8px;
  box-shadow: 0 5px 18px rgba(200,146,58,.35);
  font-family: 'DM Sans',sans-serif;
  margin-top: 6px;
  transition: opacity .2s;
}
.spa-auth-btn:hover {
  opacity: .9;
}
.spa-auth-divider {
  text-align: center;
  font-size: 12px;
  color: #4a3f30;
  margin: 14px 0;
  position: relative;
}
.spa-auth-divider::before,
.spa-auth-divider::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 40%;
  height: .5px;
  background: #ede5d8;
}
.spa-auth-divider::before {
  left: 0;
}
.spa-auth-divider::after {
  right: 0;
}
.spa-auth-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 8px;
  font-family: 'DM Sans',sans-serif;
  text-decoration: none;
  transition: opacity .2s;
  border: none;
}
.spa-auth-social.fb {
  background: #1877f2;
  color: #fff;
}
.spa-auth-social.google {
  background: #fff;
  color: #2c2416;
  border: 1.5px solid #ede5d8;
}
.spa-auth-social:hover {
  opacity: .9;
  text-decoration: none;
  color: #fff;
}
.spa-auth-social.google:hover {
  background: #faf8f4;
  color: #2c2416;
}
.spa-auth-forgot {
  text-align: center;
  font-size: 12px;
  margin-top: 12px;
}
.spa-auth-forgot a {
  color: #c8923a;
  cursor: pointer;
  text-decoration: none;
}
.spa-auth-forgot a:hover {
  text-decoration: underline;
}
.spa-auth-switch {
  text-align: center;
  font-size: 12.5px;
  color: #3a3025;
  margin-top: 14px;
}
.spa-auth-switch span {
  color: #c8923a;
  font-weight: 600;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .spa-auth-right { width: 420px; padding: 3rem 2rem; }
  .spa-auth-left { padding: 3rem; }
  .spa-auth-left-inner h2 { font-size: 28px; }
}
@media (max-width: 768px) {
  .spa-auth-wrap { flex-direction: column; }
  .spa-auth-left { padding: 3rem 2rem; min-height: auto; }
  .spa-auth-left-inner { max-width: 100%; }
  .spa-auth-right { width: 100%; padding: 2.5rem 1.5rem; }
  .spa-auth-row2 { grid-template-columns: 1fr; }
}

