/*
Theme Name: Paya Massage - By WM
Theme URI: https://payamassage.com
Author: Will Messmer
Description: Custom theme for Payamassage - Professional delivery massage service in Bangkok. One-page design optimized for conversion.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: paya-massage
*/

/* ========== RESET ========== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 120px; }
body { font-family: 'DM Sans', sans-serif; color: #f5f5f5; background: #1a1212; line-height: 1.6; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }

/* ========== PALETTE ========== */
:root {
  --bg-dark: #1a1212;
  --bg-section: #2a0e0e;
  --bg-card: #382d2d;
  --burgundy: rgba(91, 6, 6, 0.79);
  --burgundy-solid: #5b0606;
  --coral: #d35355;
  --orange: #d96b2f;
  --pink-soft: #e79d9d;
  --text-light: #f5f5f5;
  --text-muted: #b0a5a5;
  --white: #ffffff;
  --gradient-cta: linear-gradient(135deg, #d35355 10%, #d96b2f 80%);
  --gradient-cta-hover: linear-gradient(135deg, #e06466 10%, #e57c40 80%);
  --line-green: #06C755;
  --whatsapp-green: #25D366;
  --gold: #ffd64f;
  --gold-dark: #e5b800;
}

/* ========== TYPOGRAPHY ========== */
h1, h2, h3 { font-family: 'Philosopher', serif; font-weight: 700; }
h1 { font-size: clamp(2rem, 5vw, 3.2rem); }
h2 { font-size: clamp(1.6rem, 4vw, 2.4rem); margin-bottom: 1rem; }
h3 { font-size: clamp(1.1rem, 2.5vw, 1.4rem); }
p { color: var(--white); }

/* ========== HEADER ========== */
.header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: #5b0606;
  border-bottom: none;
  padding: 0 20px; height: 70px;
  display: flex; align-items: center; justify-content: space-between;
}
.header-logo { display: flex; align-items: center; gap: 10px; }
.header-logo img { height: 55px; width: auto; border-radius: 50%; }
.header-logo span { font-family: 'Philosopher', serif; font-size: 1.3rem; color: var(--white); font-weight: 700; }
.header-nav { display: flex; align-items: center; gap: 28px; }
.header-nav a {
  color: #f0e6d6; font-size: 0.9rem; font-weight: 500;
  transition: color 0.2s; letter-spacing: 0.5px; text-transform: uppercase;
}
.header-nav a:hover { color: var(--gold); }
.header-cta {
  background: var(--gold); color: #1a1212;
  padding: 10px 22px; border-radius: 50px; font-weight: 700; font-size: 0.85rem;
  display: flex; align-items: center; gap: 8px; transition: all 0.3s;
  text-transform: uppercase; letter-spacing: 0.5px;
}
.header-cta:hover { background: var(--gold-dark); transform: translateY(-1px); }
.header-cta svg { width: 18px; height: 18px; }

/* Top bar */
.top-bar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1001;
  height: 38px;
  background: var(--burgundy-solid); color: var(--white);
  padding: 0 20px; font-size: 0.82rem; text-align: center;
  display: none; justify-content: center; align-items: center; gap: 24px;
  flex-wrap: nowrap;
}
.top-bar a { color: var(--gold); font-weight: 700; transition: color 0.2s; }
.top-bar a:hover { color: var(--gold-dark); }
.top-bar .separator { color: rgba(255,255,255,0.3); }

/* Mobile menu */
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 5px; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--white); transition: 0.3s; }

/* ========== HERO ========== */
.hero {
  min-height: 100vh; display: flex; align-items: center; justify-content: center;
  text-align: center; padding: 140px 20px 60px;
  background: linear-gradient(180deg, rgba(26,18,18,0.75) 0%, rgba(91,6,6,0.55) 50%, rgba(26,18,18,0.92) 100%),
              url('https://payamassage.com/wp-content/uploads/2026/02/61-home-1.webp') center/cover no-repeat;
  position: relative;
}
.hero-content { max-width: 900px; }
.hero h1 {
  color: var(--white); margin-bottom: 12px; line-height: 1.1;
  font-size: clamp(2.6rem, 7vw, 4.5rem); text-transform: uppercase;
  letter-spacing: 2px;
}
.hero h1 .highlight {
  color: var(--gold); -webkit-text-fill-color: var(--gold);
  display: block; font-size: clamp(3rem, 8vw, 5.5rem); letter-spacing: 6px;
}
.hero-tagline {
  font-size: clamp(1rem, 2.5vw, 1.3rem); color: var(--white);
  margin-bottom: 32px; max-width: 600px; margin-inline: auto;
}
.hero-key-facts {
  display: flex; justify-content: center; align-items: center; gap: 0;
  margin: 0 auto 36px; max-width: 650px;
  background: rgba(0,0,0,0.4); border-radius: 16px; padding: 20px 0;
  border: 1px solid rgba(255,214,79,0.2);
}
.hero-fact {
  flex: 1; padding: 0 24px;
}
.hero-fact-value {
  display: block; font-family: 'Philosopher', serif;
  font-size: clamp(1.6rem, 4vw, 2.4rem); font-weight: 700;
  color: var(--gold); line-height: 1.2; white-space: nowrap;
}
.hero-fact-label {
  display: block; font-size: 0.78rem; color: var(--white);
  text-transform: uppercase; letter-spacing: 1px; margin-top: 4px;
}
.hero-fact-divider {
  width: 1px; height: 50px; background: rgba(255,214,79,0.3); flex-shrink: 0;
}
.hero-buttons {
  display: flex; gap: 16px; justify-content: center; flex-wrap: wrap;
}
.btn-book-now {
  display: inline-block;
  background: var(--gold); color: #1a1212;
  padding: 18px 48px; border-radius: 50px; font-weight: 800; font-size: 1.15rem;
  transition: all 0.3s; text-transform: uppercase; letter-spacing: 2px;
  box-shadow: 0 4px 20px rgba(255,214,79,0.3);
}
.btn-book-now:hover { background: var(--gold-dark); transform: translateY(-2px); box-shadow: 0 8px 30px rgba(255,214,79,0.4); }
.btn-check-girls {
  background: var(--burgundy-solid); color: var(--white);
  padding: 18px 36px; border-radius: 50px; font-weight: 600; font-size: 1rem;
  border: 2px solid var(--burgundy-solid); transition: all 0.3s;
}
.btn-check-girls:hover { background: #7a0a0a; border-color: #7a0a0a; transform: translateY(-2px); }
.btn-red {
  background: var(--burgundy-solid); color: var(--white);
  box-shadow: 0 4px 20px rgba(91,6,6,0.4);
}
.btn-red:hover { background: #7a0a0a; box-shadow: 0 8px 30px rgba(91,6,6,0.5); }

/* ========== SECTION COMMON ========== */
.section { padding: 70px 20px; max-width: 1200px; margin: 0 auto; }
.section-header { text-align: center; margin-bottom: 40px; }
.section-header h2 { color: var(--white); }
.section-header p { color: var(--white); max-width: 600px; margin: 0 auto; }
.section-divider {
  width: 60px; height: 3px; background: var(--gradient-cta);
  margin: 12px auto 0; border-radius: 3px;
}
.section-alt { background: var(--bg-section); }

/* ========== MASSEUSES CAROUSEL (legacy) ========== */
.masseuses-carousel-wrapper {
  position: relative; margin-top: 30px; padding: 0 30px;
}
.masseuses-carousel {
  display: flex; gap: 16px;
  overflow-x: auto; scroll-snap-type: x mandatory;
  scroll-behavior: smooth; -webkit-overflow-scrolling: touch;
  padding: 10px 0 20px;
  -ms-overflow-style: none; scrollbar-width: none;
}
.masseuses-carousel::-webkit-scrollbar { display: none; }
.masseuses-carousel .masseuse-card { flex: 0 0 200px; scroll-snap-align: start; }
.carousel-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 44px; height: 44px; border-radius: 50%;
  background: rgba(0,0,0,0.7); color: white;
  border: 2px solid rgba(255,255,255,0.2); cursor: pointer;
  font-size: 1.2rem; z-index: 2;
  display: flex; align-items: center; justify-content: center;
  transition: all 0.3s;
}
.carousel-arrow:hover { background: var(--burgundy-solid); border-color: var(--gold); }
.carousel-arrow.prev { left: -10px; }
.carousel-arrow.next { right: -10px; }

/* ========== MASSEUSES GRID ========== */
.masseuses-grid {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 18px; margin-top: 30px;
}
.masseuses-grid .masseuse-card {
  width: calc((100% - 36px) / 3);
}
.masseuse-card {
  background: var(--bg-card); border-radius: 16px; overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform 0.3s, box-shadow 0.3s;
}
.masseuse-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(91,6,6,0.5);
}
.masseuse-photo-wrap {
  position: relative; overflow: hidden;
}
.masseuse-photo {
  width: 100%; aspect-ratio: 3/4; object-fit: cover;
  background: var(--burgundy); display: block;
  transition: transform 0.3s;
}
.masseuse-card:hover .masseuse-photo {
  transform: scale(1.03);
}
/* Card-level arrows */
.card-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 32px; height: 32px; border-radius: 50%;
  background: rgba(0,0,0,0.55); color: #fff;
  border: none; cursor: pointer;
  font-size: 0.9rem; z-index: 3;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity 0.25s, background 0.2s;
  backdrop-filter: blur(4px);
}
.masseuse-photo-wrap:hover .card-arrow { opacity: 1; }
.card-arrow:hover { background: rgba(211,83,85,0.9); }
.card-arrow-prev { left: 6px; }
.card-arrow-next { right: 6px; }
/* Card photo counter */
.masseuse-photo-counter {
  position: absolute; bottom: 8px; left: 50%; transform: translateX(-50%);
  background: rgba(0,0,0,0.65); color: #fff;
  font-size: 0.7rem; font-weight: 600;
  padding: 3px 10px; border-radius: 12px;
  backdrop-filter: blur(4px);
  pointer-events: none; z-index: 3;
}
.masseuse-info { padding: 14px 16px; }
.masseuse-name {
  font-family: 'Philosopher', serif; font-size: 1.1rem;
  color: var(--white); font-weight: 700; margin-bottom: 10px;
}
.masseuse-stat {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 0.8rem; padding: 4px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.masseuse-stat:last-child { border-bottom: none; }
.stat-label { color: var(--white); text-transform: uppercase; font-size: 0.7rem; letter-spacing: 0.5px; }
.stat-value { color: var(--white); font-weight: 600; }

/* ========== MASSEUSE PHOTO MODAL ========== */
/* Modal: hidden by default, everything invisible */
.masseuse-modal {
  position: fixed; inset: 0; z-index: 10000;
  visibility: hidden; opacity: 0; pointer-events: none;
}
.masseuse-modal * { visibility: hidden; }
/* Modal: visible when open */
.masseuse-modal.open {
  visibility: visible; opacity: 1; pointer-events: auto;
}
.masseuse-modal.open * { visibility: visible; }
.masseuse-modal-overlay {
  position: absolute; inset: 0;
  background: rgba(0,0,0,0.92);
  backdrop-filter: blur(8px);
}
.masseuse-modal-img {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  z-index: 5;
  max-width: 80vw; max-height: 85vh;
  object-fit: contain; border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}
.masseuse-modal-close {
  position: absolute; top: 16px; right: 20px;
  background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2);
  color: #fff; font-size: 1.8rem; width: 44px; height: 44px;
  border-radius: 50%; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: all 0.2s; z-index: 10;
}
.masseuse-modal-close:hover { background: var(--burgundy-solid); border-color: var(--gold); }
.masseuse-modal-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 48px; height: 48px; border-radius: 50%;
  background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2);
  color: #fff; font-size: 1.3rem; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: all 0.2s; z-index: 10;
}
.masseuse-modal-arrow:hover { background: var(--burgundy-solid); border-color: var(--gold); }
.masseuse-modal-prev { left: 16px; }
.masseuse-modal-next { right: 16px; }
.masseuse-modal-caption {
  position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%);
  text-align: center; z-index: 10;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
}
.masseuse-modal-name {
  color: #fff; font-family: 'Philosopher', serif;
  font-size: 1.2rem; font-weight: 700;
}
.masseuse-modal-counter {
  color: rgba(255,255,255,0.6); font-size: 0.85rem;
}

/* ========== SERVICES GRID ========== */
.services-grid {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 20px;
  margin-top: 30px;
}
.services-grid .service-card {
  width: calc(25% - 15px);
}
.service-card {
  background: var(--bg-card); border-radius: 16px; overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform 0.3s, box-shadow 0.3s;
}
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.3);
}
.service-card.premium { border: 2px solid var(--gold); position: relative; }
.service-card.premium::before {
  content: '✦ PREMIUM';
  position: absolute; top: 10px; right: 10px; z-index: 2;
  background: var(--gold); color: #1a0800;
  font-size: 0.6rem; font-weight: 700;
  letter-spacing: 1.5px; padding: 4px 12px; border-radius: 20px;
}
.service-card.premium .price {
  color: var(--gold);
}
.service-img {
  width: 100%; height: 180px; object-fit: cover;
  background: linear-gradient(135deg, var(--burgundy-solid) 0%, #3a1515 100%);
}
.service-body {
  padding: 20px; flex: 1;
  display: flex; flex-direction: column;
}
.service-body h3 {
  color: var(--white); margin-bottom: 10px;
  text-align: center; font-size: 1.1rem;
}
.service-body > p {
  font-size: 0.8rem; text-align: center;
  line-height: 1.5; margin-bottom: 16px; flex: 1;
}
.service-pricing {
  display: flex; flex-direction: column;
  align-items: center; gap: 6px; margin-bottom: 16px;
}
.price-row {
  display: flex; align-items: center; gap: 8px; font-size: 0.85rem;
}
.price-row .duration { color: var(--white); font-weight: 600; }
.price-old {
  color: var(--text-muted); text-decoration: line-through; font-size: 0.78rem;
}
.price { color: var(--gold); font-weight: 700; font-size: 0.95rem; }
.service-book-btn {
  display: block; text-align: center;
  background: var(--burgundy-solid); color: var(--white);
  padding: 12px; border-radius: 8px;
  font-weight: 700; font-size: 0.85rem;
  transition: all 0.3s; text-transform: uppercase;
  letter-spacing: 0.5px; margin-top: auto;
}
.service-book-btn:hover { background: var(--gold); color: #1a1212; }

/* ========== CONTACT BLOCK ========== */
.contact-block {
  background: var(--bg-card); border-radius: 20px; padding: 50px 40px;
  text-align: center; max-width: 800px; margin: 0 auto;
  border: 1px solid rgba(211,83,85,0.15);
}
.contact-logo {
  width: 160px; height: auto;
  margin: 0 auto 24px;
}
.contact-block h2 { color: var(--white); margin-bottom: 8px; }
.contact-subtitle {
  color: var(--white); font-family: 'Philosopher', serif;
  font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 700; margin-bottom: 8px;
}
.contact-block .response-time {
  display: inline-block; background: rgba(255,214,79,0.12);
  color: var(--gold); padding: 8px 20px; border-radius: 50px;
  font-size: 0.9rem; font-weight: 700; margin: 0 0 28px;
  border: 1px solid rgba(255,214,79,0.25);
}
.contact-channels {
  display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 30px;
}
.contact-btn {
  padding: 16px 36px; border-radius: 50px; font-weight: 700; font-size: 1.05rem;
  display: flex; align-items: center; gap: 10px; transition: all 0.3s;
}
.contact-btn:hover { transform: translateY(-2px); }
.contact-btn.line { background: var(--line-green); color: var(--white); }
.contact-btn.line:hover { box-shadow: 0 8px 25px rgba(6,199,85,0.3); }
.contact-btn.whatsapp { background: var(--whatsapp-green); color: var(--white); }
.contact-btn.whatsapp:hover { box-shadow: 0 8px 25px rgba(37,211,102,0.3); }
.contact-btn svg { width: 22px; height: 22px; }

/* Booking Form */
.booking-form-wrapper {
  margin-bottom: 28px; padding-top: 28px;
  border-top: 1px solid rgba(211,83,85,0.15);
}
.form-title {
  color: var(--white); font-family: 'Philosopher', serif;
  font-size: clamp(1.5rem, 3vw, 2rem); margin-bottom: 16px;
}
.form-subtitle {
  color: var(--white); font-size: 0.9rem; margin-bottom: 24px;
}
.booking-form {
  display: flex; flex-direction: column; gap: 14px;
  max-width: 400px; margin: 0 auto;
}
.booking-form input,
.booking-form textarea,
.booking-form select {
  width: 100%; box-sizing: border-box;
  background: transparent; border: 1.5px solid rgba(255,255,255,0.2);
  border-radius: 50px; padding: 14px 22px;
  color: var(--white); font-family: 'DM Sans', sans-serif; font-size: 0.9rem;
  transition: border-color 0.3s;
}
.booking-form textarea { border-radius: 20px; resize: none; }
.booking-form select { cursor: pointer; }
.booking-form select option { background: var(--bg-card); color: var(--white); }
.booking-form input::placeholder,
.booking-form textarea::placeholder { color: var(--text-muted); }
.booking-form input:focus,
.booking-form textarea:focus,
.booking-form select:focus {
  outline: none; border-color: var(--gold);
}
.form-field { position: relative; width: 100%; }
.form-field-row { display: flex; gap: 10px; }
.form-field-row select { flex: 1; min-width: 0; }
.field-error {
  display: block; font-size: 0.75rem; color: #ff6b6b; padding: 4px 22px 0;
  max-height: 0; overflow: hidden; opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}
.field-error.visible { max-height: 30px; opacity: 1; }
.form-field-invalid input,
.form-field-invalid select { border-color: #ff6b6b !important; }
.btn-book-now.sending {
  opacity: 0.85; pointer-events: none;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
}
.btn-spinner {
  display: inline-block; width: 16px; height: 16px;
  border: 2.5px solid rgba(26,18,18,0.25);
  border-top-color: #1a1212;
  border-radius: 50%;
  animation: paya-spin 0.6s linear infinite;
}
@keyframes paya-spin { to { transform: rotate(360deg); } }

/* Booking toast */
.booking-toast {
  position: fixed; bottom: 30px; left: 50%; transform: translateX(-50%) translateY(20px);
  z-index: 10000; display: none; align-items: center; gap: 14px;
  background: #1a1a2e; border: 1px solid rgba(255,214,79,0.3);
  border-radius: 16px; padding: 18px 28px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.4);
  opacity: 0; transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.34,1.56,0.64,1);
  max-width: 420px; width: 90%;
}
.booking-toast.visible { display: flex; opacity: 1; transform: translateX(-50%) translateY(0); }
.toast-icon {
  width: 40px; height: 40px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; color: #fff; font-weight: 700; flex-shrink: 0;
}
.toast-icon-success { background: linear-gradient(135deg, #00c853, #00e676); }
.toast-icon-error { background: linear-gradient(135deg, #ff4444, #ff6b6b); font-size: 1.4rem; }
.booking-toast-error { border-color: rgba(255,68,68,0.3); }
.booking-toast-error .toast-text strong { color: #ff6b6b; }
.toast-text { display: flex; flex-direction: column; gap: 2px; }
.toast-text strong { color: var(--gold); font-size: 0.95rem; }
.toast-text span { color: rgba(255,255,255,0.8); font-size: 0.82rem; }

.contact-info {
  display: flex; justify-content: center; gap: 40px; flex-wrap: wrap;
  padding-top: 24px; border-top: 1px solid rgba(211,83,85,0.15);
}
.contact-info-item { text-align: center; }
.contact-info-item .label { font-size: 0.75rem; color: var(--white); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 4px; }
.contact-info-item .value { color: var(--white); font-weight: 600; }

/* ========== FAQ ========== */
.faq-list { max-width: 800px; margin: 30px auto 0; }
.faq-item {
  background: var(--bg-card); border-radius: 12px; margin-bottom: 10px;
  border: 1px solid rgba(211,83,85,0.1); overflow: hidden;
}
.faq-question {
  width: 100%; padding: 18px 24px; background: none; border: none;
  color: var(--white); font-family: 'DM Sans', sans-serif; font-size: 0.95rem;
  font-weight: 600; text-align: left; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center;
  -webkit-tap-highlight-color: transparent; outline: none;
}
.faq-question:hover { color: var(--coral); }
.faq-question .arrow { transition: transform 0.3s; font-size: 1.2rem; color: var(--coral); }
.faq-item.open .faq-question .arrow { transform: rotate(180deg); }
.faq-answer {
  max-height: 0; overflow: hidden; transition: max-height 0.3s ease;
  padding: 0 24px;
}
.faq-item.open .faq-answer { max-height: 300px; padding: 0 24px 18px; }
.faq-answer p { font-size: 0.88rem; }

/* ========== FOOTER ========== */
.site-footer {
  background: var(--bg-section); padding: 50px 20px 30px;
  border-top: 1px solid rgba(211,83,85,0.15);
}
.footer-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 40px; align-items: start;
}
.footer-inner > .footer-col:first-child {
  align-self: center;
}
.footer-logo {
  width: 120px; height: auto;
}
.footer-col h4 {
  color: var(--white); font-family: 'Philosopher', serif;
  font-size: 1rem; margin-bottom: 12px;
  border-bottom: 1px solid rgba(211,83,85,0.2); padding-bottom: 8px;
}
.footer-col p {
  font-size: 0.85rem; color: var(--white); line-height: 1.6; margin-bottom: 4px;
}
.footer-col .footer-phone {
  display: flex; align-items: center; gap: 8px; margin-top: 6px;
  font-size: 0.85rem; color: var(--white); white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.footer-col .footer-phone svg { width: 14px; height: 14px; fill: var(--white); flex-shrink: 0; }
.footer-email {
  font-size: 0.85rem; color: var(--white); margin: 0 0 10px;
}
.footer-qr {
  width: 100px; height: 100px; object-fit: contain;
  border-radius: 8px; background: white; padding: 4px;
}
.footer-copyright {
  text-align: center; font-size: 0.75rem; color: var(--white);
  margin-top: 30px; padding-top: 20px;
  border-top: 1px solid rgba(211,83,85,0.1);
  max-width: 1200px; margin-left: auto; margin-right: auto;
}

/* ========== FLOATING BUTTONS ========== */
.floating-buttons {
  position: fixed; bottom: 24px; right: 24px; z-index: 999;
  display: flex; flex-direction: column; gap: 12px;
}
.float-btn {
  width: 60px; height: 60px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3); transition: all 0.3s;
  cursor: pointer;
}
.float-btn:hover { transform: scale(1.1); }
.float-btn.line-float { background: var(--line-green); }
.float-btn.whatsapp-float { background: var(--whatsapp-green); }
.float-btn svg { width: 30px; height: 30px; fill: white; }

/* ========== BLOG GRID ========== */
.blog-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  max-width: 1200px; margin: 0 auto; padding: 0 20px;
}
.blog-card {
  background: var(--bg-card); border-radius: 16px; overflow: hidden;
  border: 1px solid rgba(211,83,85,0.1); transition: transform 0.2s, border-color 0.2s;
  display: flex; flex-direction: column; text-decoration: none;
}
.blog-card:hover { transform: translateY(-4px); border-color: var(--coral); }
.blog-card-img {
  width: 100%; height: 200px; object-fit: cover;
}
.blog-card-img-placeholder {
  background: var(--bg-section); height: 200px;
  display: flex; align-items: center; justify-content: center;
}
.blog-card-logo {
  width: 160px; height: auto;
}
.blog-card-body { padding: 20px; flex: 1; display: flex; flex-direction: column; }
.blog-card-meta { font-size: 0.75rem; color: var(--text-muted); margin-bottom: 8px; }
.blog-card-title {
  font-size: 1.1rem; color: var(--white); margin-bottom: 10px; line-height: 1.4;
}
.blog-card-excerpt { color: var(--text-muted); font-size: 0.85rem; line-height: 1.5; flex: 1; }
.blog-card-link {
  color: var(--coral); font-weight: 600; font-size: 0.85rem; margin-top: 12px;
  display: inline-block;
}
.read-more {
  display: inline-block; margin-top: 12px; color: var(--coral);
  font-weight: 600; font-size: 0.9rem;
}
.read-more:hover { color: var(--orange); }

/* Blog pagination */
.blog-pagination {
  grid-column: 1 / -1; text-align: center; margin-top: 20px;
}
.blog-pagination ul {
  list-style: none; display: flex; justify-content: center; gap: 6px; flex-wrap: wrap;
}
.blog-pagination li { display: inline-block; }
.blog-pagination a, .blog-pagination span {
  display: inline-block; padding: 8px 14px; border-radius: 6px;
  font-size: 0.85rem; color: var(--white); background: var(--bg-card);
  border: 1px solid rgba(211,83,85,0.1); transition: background 0.2s;
}
.blog-pagination a:hover { background: var(--burgundy); border-color: var(--coral); }
.blog-pagination .current {
  background: var(--coral); border-color: var(--coral); font-weight: 600;
}

/* Single post */
.single-post-content {
  max-width: 800px; margin: 100px auto 40px; padding: 0 20px;
}
.single-post-content h1 { color: var(--white); margin-bottom: 16px; }
.single-post-hero { width: 100%; border-radius: 12px; margin-bottom: 28px; }
.single-post-logo-fallback {
  background: var(--bg-section); border-radius: 12px; margin-bottom: 28px;
  padding: 40px; display: flex; align-items: center; justify-content: center;
}
.single-post-logo-fallback img {
  width: 200px; height: auto;
}
.single-post-content .entry-content { color: var(--white); line-height: 1.8; }
.single-post-content .entry-content h2,
.single-post-content .entry-content h3 { color: var(--white); margin: 28px 0 12px; }
.single-post-content .entry-content p { margin-bottom: 16px; }
.single-post-content .entry-content img { border-radius: 12px; margin: 20px 0; max-width: 100%; }
.single-post-content .entry-content a { color: var(--coral); text-decoration: underline; }
.single-post-content .entry-content a:hover { color: var(--orange); }
.single-post-content .entry-content ul,
.single-post-content .entry-content ol { margin: 0 0 16px 24px; color: var(--white); }
.single-post-content .entry-content li { margin-bottom: 6px; }
.single-post-content .entry-content blockquote {
  border-left: 3px solid var(--coral); padding: 12px 20px; margin: 20px 0;
  background: rgba(211,83,85,0.06); border-radius: 0 8px 8px 0;
}
.single-post-cta {
  text-align: center; margin: 32px 0 8px;
}
.paya-cta-button {
  display: inline-block; padding: 14px 36px; font-size: 1rem; font-weight: 700;
  border-radius: 8px; text-decoration: none; letter-spacing: 0.5px;
  transition: opacity .2s, transform .15s;
}
.paya-cta-button:hover { opacity: .88; transform: translateY(-1px); }
.single-post-footer {
  margin-top: 40px; padding-top: 20px; border-top: 1px solid rgba(211,83,85,0.15);
  display: flex; justify-content: center; align-items: center;
}

/* Footer links */
.footer-col a { color: var(--white); transition: color 0.2s; }
.footer-col a:hover { color: var(--coral); }

/* Generic page */
.page-content {
  max-width: 800px; margin: 100px auto 40px; padding: 0 20px;
}
.page-content h1 { color: var(--white); margin-bottom: 20px; }
.page-content .entry-content { color: var(--white); line-height: 1.8; }
.page-content .entry-content h2,
.page-content .entry-content h3 { color: var(--white); margin: 24px 0 12px; }
.page-content .entry-content p { margin-bottom: 16px; }

/* ========== MOBILE STICKY BAR ========== */
.mobile-sticky-bar { display: none; }

/* ========== RESPONSIVE ========== */
@media (max-width: 1024px) {
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  html { scroll-padding-top: 70px; }

  .top-bar { display: flex; }
  .header { top: 38px; height: 60px; padding: 0 12px; }
  .header-logo img { height: 45px; }
  .header-nav {
    display: none; position: fixed; top: 98px; left: 0; right: 0;
    background: rgba(26,18,18,0.98); flex-direction: column; padding: 20px;
    gap: 16px; backdrop-filter: blur(10px);
  }
  .header-nav.open { display: flex; }
  .hamburger { display: flex; }
  .header-cta {
    padding: 8px 16px; font-size: 0.75rem;
    position: absolute; left: 50%; transform: translateX(-50%);
  }

  .hero { min-height: 90vh; padding: 120px 16px 50px; }
  .hero-key-facts { flex-direction: column; gap: 0; padding: 16px; border-radius: 12px; }
  .hero-fact { padding: 12px 0; }
  .hero-fact-divider { width: 60%; height: 1px; margin: 0 auto; }
  .hero-buttons { flex-direction: column; align-items: center; }
  .btn-book-now, .btn-check-girls { width: 100%; max-width: none; text-align: center; padding: 14px 20px; font-size: 0.9rem; letter-spacing: 1px; }

  .masseuses-grid { gap: 12px; }
  .masseuses-grid .masseuse-card { width: calc((100% - 24px) / 3); }
  .masseuses-carousel-wrapper { padding: 0 10px; }
  .masseuses-carousel .masseuse-card { flex: 0 0 160px; }
  .carousel-arrow { display: none; }

  .services-grid { gap: 12px; }
  .services-grid .service-card { width: calc(50% - 6px); }
  .blog-grid { grid-template-columns: 1fr; gap: 16px; }
  .single-post-content { margin-top: 80px; }
  .single-post-footer { flex-direction: column; gap: 16px; text-align: center; }
  .card-arrow { opacity: 1; width: 28px; height: 28px; font-size: 0.8rem; }
  .masseuse-modal-arrow { width: 40px; height: 40px; font-size: 1.1rem; }
  .masseuse-modal-prev { left: 8px; }
  .masseuse-modal-next { right: 8px; }
  .masseuse-modal-img { max-width: 92vw; }

  .contact-block { padding: 30px 20px; }
  .contact-channels { flex-direction: column; align-items: center; }
  .contact-btn { width: 100%; max-width: 280px; justify-content: center; }
  .contact-info { flex-direction: column; gap: 16px; }

  .footer-inner {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px; text-align: center;
  }
  .footer-inner > .footer-col:first-child {
    grid-column: 1 / -1;
  }
  .footer-logo { margin: 0 auto; }
  .footer-col .footer-phone { justify-content: center; }
  .footer-qr { margin: 0 auto; }
  .site-footer { padding-bottom: 80px; }

  .floating-buttons { display: none; }

  .mobile-sticky-bar {
    display: flex; position: fixed; bottom: 0; left: 0; right: 0;
    z-index: 999; background: rgba(26,18,18,0.96);
    border-top: 1px solid rgba(255,255,255,0.1);
    justify-content: space-around; padding: 8px 4px;
    backdrop-filter: blur(10px);
  }
  .sticky-item {
    display: flex; flex-direction: column; align-items: center;
    gap: 2px; flex: 1; padding: 4px 2px;
  }
  .sticky-item svg { width: 24px; height: 24px; }
  .sticky-item.whatsapp svg { fill: var(--whatsapp-green); }
  .sticky-item.line svg { fill: var(--line-green); }
  .sticky-label { font-size: 0.68rem; color: var(--white); font-weight: 600; }
  .sticky-cta {
    display: flex; align-items: center; justify-content: center;
    text-align: center; line-height: 1.3;
    font-size: 0.65rem; font-weight: 700; color: var(--white);
    text-transform: uppercase; letter-spacing: 0.5px;
    padding: 0 2px;
  }
}

@media (max-width: 480px) {
  .masseuses-grid .masseuse-card { width: 100%; max-width: 320px; }
  .masseuses-carousel .masseuse-card { flex: 0 0 150px; }
  .services-grid .service-card { width: 100%; }
  .footer-inner { grid-template-columns: 1fr; }
}
