/* ======================================================
   Never Thai Spa — Complete Stylesheet
   Dark Luxury | Gold #C9A84C | Outfit + Playfair Display
   ====================================================== */

/* === Reset === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Outfit', sans-serif; background: #0a0a0a; color: #f5f0e8; overflow-x: hidden; line-height: 1.5; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
::selection { background: rgba(201,168,76,0.3); }

/* === Variables === */
:root {
  --bg: #0a0a0a;
  --card: #111111;
  --fg: #f5f0e8;
  --muted: rgba(245,240,232,0.55);
  --gold: #C9A84C;
  --gold-10: rgba(201,168,76,0.10);
  --gold-20: rgba(201,168,76,0.20);
  --gold-30: rgba(201,168,76,0.30);
  --gold-50: rgba(201,168,76,0.50);
  --border: rgba(201,168,76,0.15);
  --wa: #25D366;
  --wa-dark: #20bd5a;
  --radius: 12px;
  --radius-xl: 20px;
  --max-w: 1280px;
}

/* === Layout === */
.container { max-width: var(--max-w); margin: 0 auto; padding: 0 1rem; }
section { position: relative; overflow: hidden; }

/* === Typography === */
.serif { font-family: 'Playfair Display', serif; }
h1, h2, h3, h4 { font-family: 'Playfair Display', serif; font-weight: 700; }
.section-label {
  font-size: 0.75rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.2em; color: var(--gold); display: block; margin-bottom: 0.75rem;
}
.section-heading {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.75rem, 4.5vw, 3.5rem);
  color: var(--fg); line-height: 1.1; margin-bottom: 1rem;
}
.section-sub { color: var(--muted); font-size: 1.05rem; line-height: 1.75; }
.text-center { text-align: center; }
.text-gold { color: var(--gold); }
.italic { font-style: italic; }

/* === Buttons === */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  font-family: 'Outfit', sans-serif; font-weight: 700; border: none; cursor: pointer;
  text-decoration: none; transition: all 0.2s ease; white-space: nowrap;
  border-radius: var(--radius);
}
.btn-lg { height: 3.5rem; padding: 0 1.75rem; font-size: 1rem; }
.btn-md { height: 2.75rem; padding: 0 1.25rem; font-size: 0.875rem; }
.btn-sm { height: 2rem; padding: 0 0.875rem; font-size: 0.75rem; border-radius: 8px; }
.btn-wa { background: var(--wa); color: #fff; }
.btn-wa:hover { background: var(--wa-dark); }
.btn-gold { background: var(--gold); color: #0a0a0a; }
.btn-gold:hover { opacity: 0.9; box-shadow: 0 4px 20px rgba(201,168,76,0.35); }
.btn-outline-gold { background: transparent; border: 1.5px solid rgba(201,168,76,0.5); color: var(--gold); }
.btn-outline-gold:hover { background: var(--gold-10); }
.btn-outline { background: transparent; border: 1.5px solid var(--border); color: var(--fg); }
.btn-outline:hover { background: rgba(255,255,255,0.04); }
.btn-full { width: 100%; }

/* === Lucide Icon sizing === */
.btn svg, .btn i { width: 18px; height: 18px; flex-shrink: 0; }
.btn-sm svg, .btn-sm i { width: 14px; height: 14px; }
.btn-lg svg, .btn-lg i { width: 20px; height: 20px; }
[data-lucide] { display: inline-block; }

/* === Decorations === */
.gold-line-top {
  position: absolute; top: 0; left: 0; width: 100%; height: 1px;
  background: linear-gradient(to right, transparent, var(--gold-50), transparent); z-index: 1;
}
.radial-gold { position: absolute; inset: 0; pointer-events: none; }

/* === Fade-in animation === */
.fade-in { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* === Badge === */
.badge {
  display: inline-flex; align-items: center; gap: 0.375rem;
  padding: 0.25rem 0.75rem; border-radius: 999px;
  font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em;
}
.badge-gold { background: var(--gold-10); border: 1px solid var(--gold-30); color: var(--gold); }
.badge-neutral { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.2); color: var(--fg); }
.badge svg { width: 12px; height: 12px; }

/* === Section heading block === */
.section-head { margin-bottom: 3.5rem; }

/* ====================================================== */
/* HEADER                                                  */
/* ====================================================== */
#site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; }
.announce-bar {
  background: var(--gold); color: #0a0a0a;
  padding: 0.5rem 1rem; text-align: center;
  font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em;
}
.announce-text { transition: opacity 0.3s ease; }
.nav-wrap { border-bottom: 1px solid transparent; transition: all 0.3s ease; }
.nav-wrap.scrolled {
  background: rgba(10,10,10,0.92); backdrop-filter: blur(16px);
  border-bottom-color: rgba(201,168,76,0.2); box-shadow: 0 4px 24px rgba(0,0,0,0.6);
}
.nav-inner {
  max-width: var(--max-w); margin: 0 auto; padding: 0 1rem;
  display: flex; align-items: center; justify-content: space-between; height: 5rem;
}
.logo { font-family: 'Playfair Display', serif; font-size: 1.75rem; font-weight: 700; color: var(--gold); }
.logo span { color: var(--fg); margin-left: 0.25rem; }
.desktop-nav { display: none; align-items: center; gap: 2rem; }
.nav-links { list-style: none; display: flex; gap: 1.5rem; }
.nav-links a { font-size: 0.875rem; font-weight: 500; color: rgba(245,240,232,0.8); transition: color 0.2s; }
.nav-links a:hover { color: var(--gold); }
.nav-ctas { display: flex; gap: 0.75rem; padding-left: 1.5rem; border-left: 1px solid var(--border); }

/* Hamburger */
.hamburger { background: none; border: none; padding: 0.5rem; color: var(--fg); display: flex; flex-direction: column; gap: 5px; }
.hamburger span { display: block; width: 24px; height: 2px; background: currentColor; border-radius: 2px; transition: all 0.3s; }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile Menu Overlay */
.mobile-menu {
  position: fixed; inset: 0; background: rgba(10,10,10,0.97); backdrop-filter: blur(20px);
  z-index: 99; display: none; flex-direction: column; padding: 2rem 1.5rem;
  overflow-y: auto;
}
.mobile-menu.open { display: flex; }
.mobile-nav-links { display: flex; flex-direction: column; }
.mobile-nav-links a {
  font-family: 'Playfair Display', serif; font-size: 2rem; color: var(--fg);
  border-bottom: 1px solid rgba(201,168,76,0.12); padding-bottom: 1rem; margin-bottom: 1rem;
  transition: color 0.2s;
}
.mobile-nav-links a:hover { color: var(--gold); }
.mobile-ctas { display: flex; flex-direction: column; gap: 1rem; margin-top: 1rem; }

@media (min-width: 1024px) {
  .desktop-nav { display: flex; }
  .hamburger { display: none; }
}

/* ====================================================== */
/* HERO                                                    */
/* ====================================================== */
#hero { min-height: 100dvh; display: flex; flex-direction: column; justify-content: center; }
.hero-bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(10,10,10,0.8), rgba(10,10,10,0.55), rgba(10,10,10,0.95));
}
.hero-content {
  position: relative; z-index: 10; text-align: center;
  max-width: var(--max-w); margin: 0 auto;
  padding: 8rem 1rem 7rem;
  display: flex; flex-direction: column; align-items: center;
}
.hero-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.75rem; margin-bottom: 2rem; }
.hero-h1 {
  font-family: 'Playfair Display', serif; font-weight: 700;
  font-size: clamp(3rem, 9vw, 6.5rem); line-height: 1.05;
  color: var(--fg); margin-bottom: 1.5rem;
}
.hero-sub {
  font-size: clamp(1rem, 2.2vw, 1.35rem); font-weight: 300;
  color: rgba(245,240,232,0.8); max-width: 42rem; line-height: 1.75; margin-bottom: 3rem;
}
.hero-ctas { display: flex; flex-direction: column; gap: 0.875rem; width: 100%; max-width: 28rem; }
.hero-ctas .btn { width: 100%; height: 3.5rem; }
.hero-micro {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 0.5rem 1rem;
  font-size: 0.8rem; color: var(--muted); font-weight: 500; margin-top: 1.75rem;
}

/* Hero bottom strip */
.hero-strip {
  position: absolute; bottom: 0; left: 0; width: 100%;
  background: var(--gold); color: #0a0a0a;
  padding: 0.75rem 0; border-top: 1px solid rgba(201,168,76,0.5); z-index: 20;
}
.hero-strip-inner {
  max-width: var(--max-w); margin: 0 auto; padding: 0 1rem;
  display: flex; align-items: center; justify-content: space-between; gap: 0.75rem;
}
.hero-strip-left { display: flex; align-items: center; gap: 0.625rem; min-width: 0; }
.hero-strip-text {
  font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em;
  font-size: 0.75rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.hero-strip-slots { display: none; align-items: center; gap: 0.625rem; flex-shrink: 0; }
.hero-strip-slot {
  padding: 0.2rem 0.625rem; background: rgba(0,0,0,0.15);
  border-radius: 6px; border: 1px solid rgba(0,0,0,0.15); font-size: 0.75rem; font-weight: 700;
}
.hero-strip-book {
  display: flex; align-items: center; gap: 0.375rem; font-weight: 700;
  font-size: 0.75rem; white-space: nowrap; color: #0a0a0a; flex-shrink: 0; transition: opacity 0.2s;
}
.hero-strip-book:hover { opacity: 0.7; }
.hero-strip-book svg { width: 14px; height: 14px; }

/* Green pulse dot */
.green-dot { position: relative; width: 12px; height: 12px; flex-shrink: 0; }
.green-dot::before {
  content: ''; position: absolute; inset: -2px; border-radius: 50%;
  background: #25D366; opacity: 0.6; animation: ping 1.5s ease infinite;
}
.green-dot::after { content: ''; position: absolute; inset: 0; border-radius: 50%; background: #25D366; }
@keyframes ping { 0%,100%{transform:scale(1);opacity:.6} 50%{transform:scale(2.2);opacity:0} }

@media (min-width: 768px) { .hero-strip-slots { display: flex; } }

/* ====================================================== */
/* POPULAR SERVICES                                        */
/* ====================================================== */
#popular { padding: 3.5rem 0; background: var(--bg); border-bottom: 1px solid var(--border); }
.popular-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; max-width: 56rem; margin: 0 auto; }
.pop-card {
  background: var(--card); border: 1px solid var(--border);
  border-radius: var(--radius-xl); overflow: hidden; display: flex; flex-direction: column;
  transition: border-color 0.3s;
}
.pop-card:hover { border-color: rgba(201,168,76,0.5); }
.pop-card-img { position: relative; height: 14rem; overflow: hidden; }
.pop-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s; }
.pop-card:hover .pop-card-img img { transform: scale(1.05); }
.pop-card-img-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(10,10,10,0.95) 0%, rgba(10,10,10,0.4) 50%, transparent 100%);
}
.pop-card-badge-wrap { position: absolute; top: 0.75rem; left: 0.75rem; }
.pop-card-title-wrap { position: absolute; bottom: 0; left: 0; right: 0; padding: 1rem 1.25rem 0.75rem; }
.pop-card-title { font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 700; color: var(--fg); }
.pop-card-body { padding: 1.25rem; flex: 1; display: flex; flex-direction: column; gap: 1rem; }
.pop-card-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.pop-tag { font-size: 0.7rem; padding: 0.2rem 0.625rem; background: var(--gold-10); color: var(--gold); border-radius: 999px; font-weight: 600; }
.pop-card-desc { font-size: 0.875rem; color: var(--muted); line-height: 1.6; }
.pop-card-duration { font-size: 0.75rem; color: var(--muted); font-weight: 500; }
.pop-card-ctas { display: flex; flex-direction: column; gap: 0.5rem; }
.pop-card-mini { font-size: 0.7rem; color: var(--muted); text-align: center; }

@media (min-width: 640px) { .popular-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { #popular { padding: 6rem 0; } }

/* ====================================================== */
/* BOOKING NUDGE                                           */
/* ====================================================== */
.booking-nudge {
  background: var(--gold-10); border-top: 1px solid var(--gold-20); border-bottom: 1px solid var(--gold-20);
  padding: 1.5rem 1rem;
}
.nudge-inner {
  max-width: var(--max-w); margin: 0 auto;
  display: flex; flex-direction: column; align-items: center; gap: 1rem; text-align: center;
}
.nudge-inner h3 { font-family: 'Playfair Display', serif; font-size: 1.15rem; color: var(--fg); }
.nudge-inner p { font-size: 0.8rem; color: var(--muted); margin-top: 0.25rem; }
.nudge-ctas { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.5rem; }
@media (min-width: 768px) {
  .nudge-inner { flex-direction: row; justify-content: space-between; text-align: left; }
  .nudge-ctas { flex-wrap: nowrap; }
}

/* ====================================================== */
/* WHY US                                                  */
/* ====================================================== */
#why-us { padding: 3.5rem 0; background: var(--card); border-bottom: 1px solid var(--border); }
#why-us .radial-gold { background: radial-gradient(ellipse at center, rgba(201,168,76,0.04) 0%, transparent 70%); }
.features-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 3rem; }
.feature-card {
  padding: 1.25rem; background: var(--bg); border: 1px solid var(--border);
  border-radius: var(--radius); transition: all 0.3s; display: block; color: var(--fg);
}
.feature-card:hover { border-color: rgba(201,168,76,0.5); background: rgba(201,168,76,0.03); }
.feature-icon {
  width: 2.5rem; height: 2.5rem; border-radius: 10px; background: var(--gold-10);
  display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; transition: background 0.3s;
  color: var(--gold);
}
.feature-icon svg { width: 20px; height: 20px; stroke: var(--gold); fill: none; stroke-width: 2; }
.feature-card:hover .feature-icon { background: var(--gold-20); }
.feature-title { font-weight: 700; font-size: 0.875rem; color: var(--fg); margin-bottom: 0.25rem; }
.feature-desc { font-size: 0.75rem; color: var(--muted); line-height: 1.5; }
.why-cta-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.75rem; }
@media (min-width: 768px) { .features-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .features-grid { grid-template-columns: repeat(4, 1fr); } #why-us { padding: 6rem 0; } }

/* ====================================================== */
/* WHATSAPP DEALS                                          */
/* ====================================================== */
#wa-deals { padding: 3.5rem 0; background: var(--bg); border-bottom: 1px solid var(--border); }
#wa-deals .radial-gold { background: linear-gradient(to bottom right, transparent, transparent, rgba(17,17,17,1)); }
.deal-card {
  position: relative; background: var(--card); border: 1px solid var(--border);
  border-radius: var(--radius-xl); padding: 2.5rem; max-width: 48rem; margin: 0 auto 3rem;
  transition: border-color 0.3s; overflow: hidden;
}
.deal-card:hover { border-color: rgba(201,168,76,0.3); }
.deal-therapies { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; margin-bottom: 2rem; }
.deal-therapy-item { display: flex; align-items: center; gap: 0.5rem; font-size: 0.875rem; color: var(--muted); }
.deal-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }
.deal-ctas { display: flex; flex-direction: column; gap: 0.75rem; }
.deal-ctas .btn { flex: 1; }
.deal-bottom-ctas { display: flex; flex-direction: column; gap: 0.75rem; justify-content: center; align-items: center; }
@media (min-width: 640px) {
  .deal-therapies { grid-template-columns: repeat(4, 1fr); }
  .deal-ctas { flex-direction: row; }
  .deal-bottom-ctas { flex-direction: row; }
}
@media (min-width: 1024px) { #wa-deals { padding: 6rem 0; } }

/* ====================================================== */
/* LIMITED OFFER / COUNTDOWN                               */
/* ====================================================== */
#limited-offer { padding: 3.5rem 0; background: var(--card); border-bottom: 1px solid var(--border); }
#limited-offer .radial-gold { background: radial-gradient(ellipse at top, rgba(201,168,76,0.06) 0%, transparent 60%); }
.countdown-wrap { display: flex; align-items: flex-start; justify-content: center; gap: 0.875rem; margin-bottom: 3rem; }
.countdown-unit { display: flex; flex-direction: column; align-items: center; }
.countdown-box {
  background: var(--bg); border: 1px solid rgba(201,168,76,0.3); border-radius: 14px;
  padding: 0.875rem 1.125rem; min-width: 4.5rem; text-align: center;
}
.countdown-num {
  font-family: 'Playfair Display', serif; font-size: clamp(2.25rem, 6vw, 3.5rem);
  font-weight: 700; color: var(--gold); display: block; line-height: 1; font-variant-numeric: tabular-nums;
}
.countdown-label { font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.15em; color: var(--muted); font-weight: 700; margin-top: 0.5rem; }
.countdown-sep { font-family: 'Playfair Display', serif; font-size: 2.25rem; color: rgba(201,168,76,0.4); margin-top: 0.75rem; line-height: 1; }
.offer-checklist {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1rem;
  background: rgba(245,240,232,0.02); border: 1px solid var(--border); border-radius: var(--radius-xl);
  padding: 1.75rem; margin-bottom: 2.5rem; max-width: 48rem; margin-left: auto; margin-right: auto;
}
.offer-check-item { display: flex; align-items: center; gap: 0.75rem; font-size: 0.9rem; color: rgba(245,240,232,0.9); }
.check-circle {
  width: 1.5rem; height: 1.5rem; border-radius: 50%; background: var(--gold-10);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.check-circle svg { width: 14px; height: 14px; stroke: var(--gold); fill: none; stroke-width: 2.5; }
.offer-ctas { display: flex; flex-direction: column; gap: 0.875rem; justify-content: center; align-items: center; }
@media (min-width: 640px) { .offer-ctas { flex-direction: row; } }
@media (min-width: 1024px) { #limited-offer { padding: 6rem 0; } }

/* ====================================================== */
/* ALL SERVICES                                            */
/* ====================================================== */
#all-services { padding: 3.5rem 0; background: var(--bg); border-bottom: 1px solid var(--border); }
.all-services-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; margin-bottom: 3rem; }
.svc-card {
  background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-xl);
  overflow: hidden; transition: all 0.3s;
}
.svc-card:hover { border-color: rgba(201,168,76,0.4); box-shadow: 0 8px 32px rgba(201,168,76,0.05); }
.svc-card-img { position: relative; height: 12rem; overflow: hidden; }
.svc-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s; }
.svc-card:hover .svc-card-img img { transform: scale(1.05); }
.svc-card-img-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(17,17,17,0.95) 0%, rgba(17,17,17,0.25) 50%, transparent 100%);
}
.svc-duration-badge {
  position: absolute; top: 0.75rem; right: 0.75rem;
  background: rgba(10,10,10,0.8); backdrop-filter: blur(6px);
  border: 1px solid rgba(201,168,76,0.3); border-radius: 999px;
  padding: 0.25rem 0.625rem; font-size: 0.7rem; font-weight: 700; color: var(--gold);
  display: flex; align-items: center; gap: 0.3rem;
}
.svc-duration-badge svg { width: 11px; height: 11px; stroke: var(--gold); fill: none; stroke-width: 2; }
.svc-card-title { position: absolute; bottom: 0.75rem; left: 1rem; font-family: 'Playfair Display', serif; font-size: 1.2rem; font-weight: 700; color: var(--fg); }
.svc-card:hover .svc-card-title { color: var(--gold); }
.svc-card-body { padding: 1.25rem; }
.svc-benefits { font-size: 0.875rem; color: var(--muted); margin-bottom: 0.5rem; line-height: 1.5; }
.svc-ideal { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.06em; color: rgba(201,168,76,0.8); font-weight: 700; margin-bottom: 1rem; }
.svc-ctas { display: flex; gap: 0.5rem; }
.svc-ctas .btn { flex: 1; }
@media (min-width: 768px) { .all-services-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .all-services-grid { grid-template-columns: repeat(3, 1fr); } #all-services { padding: 6rem 0; } }

/* ====================================================== */
/* SOCIAL PROOF                                            */
/* ====================================================== */
#social-proof { padding: 3.5rem 0; background: var(--card); border-bottom: 1px solid var(--border); }
#social-proof .radial-gold { background: radial-gradient(ellipse at center, rgba(201,168,76,0.04) 0%, transparent 70%); }
.stats-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  border: 1px solid var(--border); border-radius: var(--radius-xl); overflow: hidden;
  background: rgba(245,240,232,0.02); margin-bottom: 2.5rem;
}
.stat-cell { padding: 1.75rem 1rem; text-align: center; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.stat-cell:nth-child(2) { border-right: none; }
.stat-cell:nth-child(3) { border-bottom: none; }
.stat-cell:nth-child(4) { border-right: none; border-bottom: none; }
.stat-num {
  font-family: 'Playfair Display', serif; font-size: clamp(2.75rem, 7vw, 5rem);
  font-weight: 700; color: var(--gold); display: block; margin-bottom: 0.25rem;
  font-variant-numeric: tabular-nums; line-height: 1.1;
}
.stat-label { font-weight: 700; font-size: 1rem; color: var(--fg); margin-bottom: 0.25rem; }
.stat-sub { font-size: 0.75rem; color: var(--muted); }
.social-cta-strip {
  background: var(--bg); border: 1px solid rgba(201,168,76,0.2); border-radius: var(--radius-xl);
  padding: 1.5rem; display: flex; flex-direction: column; gap: 1.25rem;
}
.social-cta-strip h3 { font-family: 'Playfair Display', serif; font-size: 1.2rem; color: var(--fg); margin-bottom: 0.25rem; }
.social-cta-strip p { font-size: 0.875rem; color: var(--muted); }
.social-cta-ctas { display: flex; flex-wrap: wrap; gap: 0.75rem; }
@media (min-width: 1024px) {
  .stats-grid { grid-template-columns: repeat(4, 1fr); }
  .stat-cell:nth-child(2) { border-right: 1px solid var(--border); }
  .stat-cell:nth-child(3) { border-bottom: 1px solid var(--border); border-right: 1px solid var(--border); }
  .stat-cell:nth-child(4) { border-bottom: none; }
  .social-cta-strip { flex-direction: row; align-items: center; justify-content: space-between; }
  #social-proof { padding: 6rem 0; }
}

/* ====================================================== */
/* REVIEWS                                                 */
/* ====================================================== */
#reviews { padding: 3.5rem 0; background: var(--bg); border-bottom: 1px solid var(--border); overflow: visible; }
.reviews-stars-row { display: flex; align-items: center; justify-content: center; gap: 0.75rem; margin-bottom: 1rem; }
.stars-lg { display: flex; gap: 0.25rem; }
.stars-lg svg { width: 1.5rem; height: 1.5rem; fill: var(--gold); stroke: var(--gold); }
.reviews-rating { font-family: 'Playfair Display', serif; font-size: 2.5rem; font-weight: 700; color: var(--fg); }
.reviews-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; margin-bottom: 2rem; }
.review-card {
  background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-xl);
  padding: 1.75rem; transition: border-color 0.3s;
}
.review-card:hover { border-color: rgba(201,168,76,0.3); }
.review-stars { display: flex; gap: 3px; margin-bottom: 1.25rem; }
.review-stars svg { width: 16px; height: 16px; fill: var(--gold); stroke: var(--gold); }
.review-text { color: rgba(245,240,232,0.9); line-height: 1.75; font-size: 0.9rem; margin-bottom: 1.5rem; }
.review-footer { display: flex; align-items: center; justify-content: space-between; }
.review-name { font-weight: 700; font-size: 0.9rem; color: var(--fg); }
.review-date { font-size: 0.7rem; color: var(--muted); margin-top: 0.2rem; }
.review-verified { display: flex; align-items: center; gap: 0.375rem; font-size: 0.7rem; color: var(--gold); font-weight: 700; }
.verified-icon { width: 1.5rem; height: 1.5rem; border-radius: 50%; background: var(--gold-10); display: flex; align-items: center; justify-content: center; }
.verified-icon svg { width: 11px; height: 11px; fill: var(--gold); stroke: var(--gold); }
.reviews-nav { display: flex; align-items: center; justify-content: center; gap: 0.75rem; margin-bottom: 2.5rem; }
.reviews-arrow {
  width: 2.5rem; height: 2.5rem; border-radius: 50%; border: 1px solid var(--border);
  background: var(--card); display: flex; align-items: center; justify-content: center;
  cursor: pointer; transition: all 0.2s; color: var(--fg);
}
.reviews-arrow:hover { border-color: rgba(201,168,76,0.5); background: rgba(201,168,76,0.08); color: var(--gold); }
.reviews-arrow svg { width: 20px; height: 20px; stroke: currentColor; fill: none; stroke-width: 2; }
.reviews-dots { display: flex; gap: 0.5rem; align-items: center; }
.r-dot { height: 8px; width: 8px; border-radius: 999px; border: none; cursor: pointer; transition: all 0.3s; background: var(--border); }
.r-dot.active { background: var(--gold); width: 24px; }
.reviews-ctas { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.75rem; }
@media (min-width: 768px) { .reviews-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { #reviews { padding: 6rem 0; } }

/* ====================================================== */
/* HOW IT WORKS                                            */
/* ====================================================== */
#how-it-works { padding: 3.5rem 0; background: var(--card); border-bottom: 1px solid var(--border); }
#how-it-works .radial-gold { background: radial-gradient(ellipse at bottom, rgba(201,168,76,0.04) 0%, transparent 60%); }
.steps-grid { display: grid; grid-template-columns: 1fr; gap: 1.25rem; margin-bottom: 3rem; }
.step-card {
  border: 1px solid var(--border); border-radius: var(--radius-xl); overflow: hidden; transition: all 0.3s;
}
.step-card:hover { border-color: rgba(201,168,76,0.4); box-shadow: 0 8px 32px rgba(201,168,76,0.08); }
.step-img { position: relative; height: 14rem; overflow: hidden; }
.step-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s; }
.step-card:hover .step-img img { transform: scale(1.05); }
.step-img-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(17,17,17,1) 0%, rgba(17,17,17,0.45) 40%, transparent 100%);
}
.step-num {
  position: absolute; top: 1rem; left: 1rem;
  width: 2.5rem; height: 2.5rem; border-radius: 50%;
  background: var(--gold); color: #0a0a0a; font-family: 'Playfair Display', serif;
  font-weight: 700; font-size: 0.875rem; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 2px 16px rgba(201,168,76,0.4);
}
.step-body { padding: 1.25rem; background: var(--card); }
.step-title { font-family: 'Playfair Display', serif; font-size: 1.1rem; font-weight: 700; color: var(--fg); margin-bottom: 0.5rem; transition: color 0.3s; }
.step-card:hover .step-title { color: var(--gold); }
.step-desc { font-size: 0.875rem; color: var(--muted); line-height: 1.6; margin-bottom: 1rem; }
.how-cta-strip {
  background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius-xl);
  padding: 2rem; display: flex; flex-direction: column; gap: 1.25rem;
}
.how-cta-strip h3 { font-family: 'Playfair Display', serif; font-size: 1.5rem; color: var(--fg); margin-bottom: 0.25rem; }
.how-cta-strip p { font-size: 0.875rem; color: var(--muted); }
.how-ctas { display: flex; flex-wrap: wrap; gap: 0.75rem; }
@media (min-width: 640px) { .steps-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) {
  .steps-grid { grid-template-columns: repeat(5, 1fr); }
  .step-img { height: 18rem; }
  .how-cta-strip { flex-direction: row; align-items: center; justify-content: space-between; }
  #how-it-works { padding: 6rem 0; }
}

/* ====================================================== */
/* MASSAGE BENEFITS                                        */
/* ====================================================== */
#massage-benefits { padding: 3.5rem 0; background: var(--bg); border-bottom: 1px solid var(--border); }
.benefits-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 3rem; }
.benefit-card {
  display: flex; flex-direction: column; align-items: center; text-align: center;
  padding: 1.25rem; background: var(--card); border: 1px solid var(--border);
  border-radius: var(--radius); transition: all 0.3s; cursor: default;
}
.benefit-card:hover { border-color: rgba(201,168,76,0.4); background: rgba(201,168,76,0.03); }
.benefit-icon {
  width: 3rem; height: 3rem; border-radius: 50%; background: var(--gold-10);
  display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; transition: all 0.3s;
}
.benefit-icon svg { width: 24px; height: 24px; stroke: var(--gold); fill: none; stroke-width: 2; }
.benefit-card:hover .benefit-icon { background: var(--gold-20); transform: scale(1.1); }
.benefit-title { font-weight: 700; font-size: 0.875rem; color: var(--fg); margin-bottom: 0.25rem; }
.benefit-desc { font-size: 0.75rem; color: var(--muted); line-height: 1.5; }
.benefits-cta-strip {
  border: 1px solid rgba(201,168,76,0.2); border-radius: var(--radius-xl); overflow: hidden; background: var(--card);
}
.benefits-cta-inner { padding: 2rem; display: flex; flex-direction: column; gap: 1.5rem; }
.benefits-cta-ctas { display: flex; flex-wrap: wrap; gap: 0.75rem; flex-shrink: 0; }
@media (min-width: 640px) { .benefits-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 768px) { .benefits-grid { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 1024px) {
  .benefits-grid { grid-template-columns: repeat(6, 1fr); }
  .benefits-cta-inner { flex-direction: row; align-items: center; justify-content: space-between; }
  #massage-benefits { padding: 6rem 0; }
}

/* ====================================================== */
/* SAFETY HYGIENE                                          */
/* ====================================================== */
#safety { padding: 3.5rem 0; background: var(--card); border-bottom: 1px solid var(--border); }
.safety-grid { display: grid; grid-template-columns: 1fr; gap: 1.25rem; }
.safety-card {
  display: flex; gap: 1rem; padding: 1.25rem; background: var(--bg);
  border: 1px solid var(--border); border-radius: var(--radius); transition: border-color 0.3s;
}
.safety-card:hover { border-color: rgba(201,168,76,0.3); }
.safety-icon {
  width: 2.5rem; height: 2.5rem; border-radius: 10px; background: var(--gold-10);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--gold);
}
.safety-icon svg { width: 20px; height: 20px; stroke: var(--gold); fill: none; stroke-width: 2; }
.safety-title { font-weight: 700; font-size: 0.875rem; color: var(--fg); margin-bottom: 0.25rem; }
.safety-desc { font-size: 0.75rem; color: var(--muted); line-height: 1.5; }
@media (min-width: 640px) { .safety-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .safety-grid { grid-template-columns: repeat(4, 1fr); } #safety { padding: 6rem 0; } }

/* ====================================================== */
/* SPECIAL OFFERS                                          */
/* ====================================================== */
#special-offers { padding: 3.5rem 0; background: var(--bg); border-bottom: 1px solid var(--border); }
.offers-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; margin-bottom: 3rem; }
.offer-card {
  background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-xl);
  padding: 1.75rem; transition: border-color 0.3s;
}
.offer-card:hover { border-color: rgba(201,168,76,0.4); }
.offer-card-top { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 1.25rem; }
.offer-icon {
  width: 3rem; height: 3rem; border-radius: 14px; background: var(--gold-10);
  display: flex; align-items: center; justify-content: center; transition: background 0.3s; color: var(--gold);
}
.offer-icon svg { width: 24px; height: 24px; stroke: var(--gold); fill: none; stroke-width: 2; }
.offer-card:hover .offer-icon { background: var(--gold-20); }
.offer-title { font-family: 'Playfair Display', serif; font-size: 1.25rem; color: var(--fg); margin-bottom: 0.75rem; }
.offer-desc { font-size: 0.875rem; color: var(--muted); line-height: 1.6; margin-bottom: 1.5rem; }
.offer-ctas { display: flex; gap: 0.5rem; }
.offer-ctas .btn { flex: 1; }
@media (min-width: 768px) { .offers-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .offers-grid { grid-template-columns: repeat(3, 1fr); } #special-offers { padding: 6rem 0; } }

/* ====================================================== */
/* FAQ                                                     */
/* ====================================================== */
#faq { padding: 3.5rem 0; background: var(--card); border-bottom: 1px solid var(--border); }
.faq-list { max-width: 48rem; margin: 0 auto; display: flex; flex-direction: column; gap: 0.75rem; }
.faq-item {
  background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius); transition: border-color 0.3s;
}
.faq-item.open { border-color: rgba(201,168,76,0.3); }
.faq-q {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  padding: 1.25rem 1.5rem; background: none; border: none; text-align: left;
  font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 0.95rem; color: var(--fg);
  gap: 1rem; transition: color 0.2s; cursor: pointer;
}
.faq-q:hover { color: var(--gold); }
.faq-q svg { width: 20px; height: 20px; stroke: currentColor; fill: none; stroke-width: 2; flex-shrink: 0; transition: transform 0.3s; }
.faq-item.open .faq-q svg { transform: rotate(180deg); }
.faq-a { display: none; padding: 0 1.5rem 1.25rem; color: var(--muted); line-height: 1.75; font-size: 0.9rem; }
.faq-item.open .faq-a { display: block; }
.faq-a-ctas { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1rem; padding-top: 1rem; border-top: 1px solid var(--border); }
.faq-bottom {
  max-width: 48rem; margin: 2.5rem auto 0; text-align: center;
  padding: 2rem; background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius-xl);
}
.faq-bottom h3 { font-weight: 700; color: var(--fg); margin-bottom: 0.5rem; }
.faq-bottom p { font-size: 0.875rem; color: var(--muted); margin-bottom: 1.5rem; }
.faq-bottom-ctas { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.75rem; }
@media (min-width: 1024px) { #faq { padding: 6rem 0; } }

/* ====================================================== */
/* CONTACT                                                 */
/* ====================================================== */
#contact { padding: 3.5rem 0; background: var(--bg); border-bottom: 1px solid var(--border); }
.contact-grid { display: grid; grid-template-columns: 1fr; gap: 3rem; max-width: 64rem; margin: 0 auto; }
.contact-info-items { display: flex; flex-direction: column; gap: 1.25rem; margin-bottom: 2rem; }
.contact-row { display: flex; gap: 1rem; align-items: flex-start; color: var(--fg); }
a.contact-row:hover .contact-icon { background: var(--gold-20); }
.contact-icon {
  width: 2.5rem; height: 2.5rem; border-radius: 10px; background: var(--gold-10);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: background 0.3s;
}
.contact-icon svg { width: 20px; height: 20px; stroke: var(--gold); fill: none; stroke-width: 2; }
.contact-label { font-weight: 700; font-size: 0.875rem; color: var(--fg); margin-bottom: 0.2rem; }
.contact-val { font-size: 0.875rem; color: var(--muted); line-height: 1.5; }
.contact-val.gold { color: var(--gold); }
.contact-map { border-radius: var(--radius-xl); overflow: hidden; border: 1px solid var(--border); height: 16rem; margin-bottom: 1.5rem; }
.contact-ctas { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.contact-ctas .btn { flex: 1; min-width: 110px; }
.form-wrap { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-xl); padding: 2rem; }
.form-wrap h3 { font-family: 'Playfair Display', serif; font-size: 1.35rem; color: var(--fg); margin-bottom: 1.5rem; }
.form-group { margin-bottom: 1.25rem; }
.form-group label { display: block; font-size: 0.875rem; font-weight: 600; color: var(--fg); margin-bottom: 0.375rem; }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%; background: var(--bg); border: 1px solid var(--border); border-radius: 10px;
  padding: 0.75rem 1rem; font-family: 'Outfit', sans-serif; font-size: 0.9rem; color: var(--fg);
  outline: none; transition: border-color 0.2s; appearance: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: rgba(201,168,76,0.5); }
.form-group select { cursor: pointer; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23C9A84C' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; padding-right: 2.5rem; }
.form-group select option { background: #111; color: var(--fg); }
.form-group textarea { resize: none; }
@media (min-width: 1024px) { .contact-grid { grid-template-columns: 1fr 1fr; } #contact { padding: 6rem 0; } }

/* ====================================================== */
/* FINAL CTA                                               */
/* ====================================================== */
#final-cta { padding: 4rem 0; background: var(--card); border-bottom: 1px solid var(--border); text-align: center; }
#final-cta .radial-gold { background: radial-gradient(ellipse at center, rgba(201,168,76,0.08) 0%, transparent 70%); }
.final-h2 { font-size: clamp(2rem, 5vw, 4.5rem); font-family: 'Playfair Display', serif; font-weight: 700; color: var(--fg); margin-bottom: 1.5rem; }
.final-sub { font-size: 1.05rem; color: var(--muted); max-width: 44rem; margin: 0 auto 3rem; line-height: 1.75; }
.final-ctas { display: flex; flex-direction: column; gap: 1rem; align-items: center; margin-bottom: 3rem; }
.final-trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem 2rem; }
.final-trust-item { display: flex; align-items: center; gap: 0.5rem; font-size: 0.875rem; color: var(--muted); font-weight: 500; }
.final-trust-item svg { width: 16px; height: 16px; stroke: var(--gold); fill: none; stroke-width: 2; }
@media (min-width: 640px) { .final-ctas { flex-direction: row; justify-content: center; flex-wrap: wrap; } }
@media (min-width: 1024px) { #final-cta { padding: 8rem 0; } }

/* ====================================================== */
/* FOOTER                                                  */
/* ====================================================== */
#footer { background: var(--bg); border-top: 1px solid var(--border); padding: 4rem 0 7rem; position: relative; }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 3rem; margin-bottom: 3rem; }
.footer-logo { font-family: 'Playfair Display', serif; font-size: 1.875rem; font-weight: 700; color: var(--gold); display: block; margin-bottom: 1.5rem; }
.footer-logo span { color: var(--fg); margin-left: 0.25rem; }
.footer-desc { color: var(--muted); line-height: 1.75; font-size: 0.9rem; max-width: 20rem; }
.footer-col h4 { font-family: 'Playfair Display', serif; font-size: 1.25rem; font-weight: 500; color: var(--fg); margin-bottom: 1.5rem; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 1rem; }
.footer-col ul a { color: var(--muted); transition: color 0.2s; font-size: 0.9rem; }
.footer-col ul a:hover { color: var(--gold); }
.footer-contact-item { display: flex; gap: 0.75rem; margin-bottom: 1rem; }
.footer-contact-label { font-weight: 700; color: var(--gold); font-size: 0.9rem; flex-shrink: 0; }
.footer-contact-val { color: var(--muted); font-size: 0.9rem; line-height: 1.5; }
.footer-contact-val a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid var(--border); padding-top: 2rem; display: flex; flex-direction: column; gap: 0.5rem; align-items: center; text-align: center; }
.footer-copy { font-size: 0.875rem; color: var(--muted); }
.footer-credit a { color: var(--gold); font-weight: 600; }
@media (min-width: 768px) { .footer-grid { grid-template-columns: 1fr 1fr; } #footer { padding-bottom: 2rem; } }
@media (min-width: 1024px) { .footer-grid { grid-template-columns: 2fr 1fr 1fr 1.5fr; } .footer-bottom { flex-direction: row; justify-content: space-between; text-align: left; } }

/* ====================================================== */
/* FLOATING CTAs (Desktop)                                 */
/* ====================================================== */
.floating-ctas {
  position: fixed; bottom: 2rem; right: 1.5rem; z-index: 80;
  display: flex; flex-direction: column; gap: 0.75rem;
  transition: opacity 0.4s, transform 0.4s;
}
.floating-ctas.hidden { opacity: 0; transform: translateY(12px); pointer-events: none; }
.float-btn {
  display: flex; align-items: center; gap: 0.625rem; padding: 0 1.25rem 0 0.875rem;
  height: 3rem; border-radius: 999px; font-weight: 700; font-size: 0.875rem;
  text-decoration: none; transition: all 0.2s; box-shadow: 0 4px 20px rgba(0,0,0,0.45);
  white-space: nowrap; border: none; cursor: pointer; font-family: 'Outfit', sans-serif;
}
.float-btn svg { width: 18px; height: 18px; flex-shrink: 0; }
.float-btn-dir { background: rgba(10,10,10,0.92); border: 1px solid var(--border); color: var(--fg); backdrop-filter: blur(12px); }
.float-btn-dir:hover { border-color: rgba(201,168,76,0.5); color: var(--gold); }
.float-btn-call { background: var(--card); border: 1px solid var(--border); color: var(--fg); backdrop-filter: blur(12px); }
.float-btn-call:hover { border-color: rgba(201,168,76,0.5); color: var(--gold); }
.float-btn-book { background: var(--gold); color: #0a0a0a; }
.float-btn-book:hover { box-shadow: 0 4px 24px rgba(201,168,76,0.4); opacity: 0.9; }

/* ====================================================== */
/* MOBILE BOTTOM BAR                                       */
/* ====================================================== */
.mobile-bottom-bar {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 80;
  background: rgba(10,10,10,0.97); backdrop-filter: blur(20px);
  border-top: 1px solid var(--border);
  display: grid; grid-template-columns: 1fr 1.6fr 1fr; height: 4rem;
}
.mbb-btn {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 0.2rem; font-size: 0.6rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.08em; text-decoration: none; transition: all 0.2s; color: var(--muted);
}
.mbb-btn svg { width: 20px; height: 20px; stroke: currentColor; fill: none; stroke-width: 2; }
.mbb-btn:hover { color: var(--gold); }
.mbb-btn.center { background: var(--wa); color: white; font-size: 0.7rem; letter-spacing: 0.1em; }
.mbb-btn.center:hover { background: var(--wa-dark); }
.mbb-btn.center svg { width: 22px; height: 22px; stroke: none; fill: white; }

@media (min-width: 1024px) {
  .mobile-bottom-bar { display: none; }
  .floating-ctas { display: flex; }
  #footer { padding-bottom: 2rem; }
}
@media (max-width: 1023px) {
  .floating-ctas { display: none; }
}
