/* ==========================================================================
   MODERN BEAUTY & AESTHETIC STUDIO DESIGN SYSTEM
   Supports 4 Curated Color Themes & 4 Layout Modes
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Outfit:wght@300;400;500;600;700&display=swap');

/* --- THEME TOKENS --- */
:root,
:root[data-theme="blush"] {
  --font-serif: 'Playfair Display', Georgia, serif;
  --font-heading: 'Cinzel', serif;
  --font-sans: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  
  --bg-main: #fcf9f6;
  --bg-surface: #ffffff;
  --bg-surface-elevated: #ffffff;
  --bg-alt: #f5ece5;
  --bg-glass: rgba(255, 255, 255, 0.82);
  --border-glass: rgba(212, 163, 115, 0.22);
  --border-subtle: rgba(180, 140, 120, 0.15);
  
  --primary: #c98b72;
  --primary-light: #e6b8a2;
  --primary-dark: #a3634c;
  --primary-glow: rgba(201, 139, 114, 0.25);
  
  --accent: #d4a373;
  --accent-light: #f3d5b5;
  --accent-gold: #c69c6d;
  
  --text-main: #2b2320;
  --text-muted: #736460;
  --text-light: #a4928d;
  
  --card-shadow: 0 12px 36px -8px rgba(163, 99, 76, 0.08), 0 4px 12px rgba(0, 0, 0, 0.03);
  --card-hover-shadow: 0 20px 45px -10px rgba(163, 99, 76, 0.18), 0 8px 20px rgba(0, 0, 0, 0.04);
  --hero-gradient: linear-gradient(135deg, #fff5f0 0%, #faeee6 50%, #f4e3d7 100%);
  --badge-bg: rgba(201, 139, 114, 0.12);
  --badge-text: #a3634c;
}

:root[data-theme="emerald"] {
  --bg-main: #f6f8f6;
  --bg-surface: #ffffff;
  --bg-surface-elevated: #ffffff;
  --bg-alt: #e9efe9;
  --bg-glass: rgba(255, 255, 255, 0.85);
  --border-glass: rgba(38, 70, 59, 0.18);
  --border-subtle: rgba(38, 70, 59, 0.12);
  
  --primary: #26463b;
  --primary-light: #446d5f;
  --primary-dark: #172d25;
  --primary-glow: rgba(38, 70, 59, 0.25);
  
  --accent: #c5a880;
  --accent-light: #dfcaa7;
  --accent-gold: #d4af37;
  
  --text-main: #172520;
  --text-muted: #53665f;
  --text-light: #899c95;
  
  --card-shadow: 0 12px 36px -8px rgba(38, 70, 59, 0.09), 0 4px 12px rgba(0, 0, 0, 0.03);
  --card-hover-shadow: 0 20px 45px -10px rgba(38, 70, 59, 0.2), 0 8px 20px rgba(0, 0, 0, 0.04);
  --hero-gradient: linear-gradient(135deg, #f2f7f4 0%, #e5ede7 50%, #d8e5dc 100%);
  --badge-bg: rgba(38, 70, 59, 0.1);
  --badge-text: #26463b;
}

:root[data-theme="terracotta"] {
  --bg-main: #faf6f0;
  --bg-surface: #ffffff;
  --bg-surface-elevated: #ffffff;
  --bg-alt: #eee5db;
  --bg-glass: rgba(255, 255, 255, 0.85);
  --border-glass: rgba(180, 101, 74, 0.18);
  --border-subtle: rgba(180, 101, 74, 0.12);
  
  --primary: #b4654a;
  --primary-light: #cf846b;
  --primary-dark: #8c4731;
  --primary-glow: rgba(180, 101, 74, 0.25);
  
  --accent: #cf9b61;
  --accent-light: #e6b885;
  --accent-gold: #b38346;
  
  --text-main: #2a201c;
  --text-muted: #6e5e57;
  --text-light: #9e8e87;
  
  --card-shadow: 0 12px 36px -8px rgba(180, 101, 74, 0.1), 0 4px 12px rgba(0, 0, 0, 0.03);
  --card-hover-shadow: 0 20px 45px -10px rgba(180, 101, 74, 0.22), 0 8px 20px rgba(0, 0, 0, 0.05);
  --hero-gradient: linear-gradient(135deg, #fdf8f4 0%, #f6ece3 50%, #eddcd0 100%);
  --badge-bg: rgba(180, 101, 74, 0.12);
  --badge-text: #8c4731;
}

:root[data-theme="dark"] {
  --bg-main: #101214;
  --bg-surface: #181b1f;
  --bg-surface-elevated: #22262c;
  --bg-alt: #1e2228;
  --bg-glass: rgba(24, 27, 31, 0.82);
  --border-glass: rgba(255, 255, 255, 0.1);
  --border-subtle: rgba(255, 255, 255, 0.07);
  
  --primary: #e8a598;
  --primary-light: #f7cac2;
  --primary-dark: #c48274;
  --primary-glow: rgba(232, 165, 152, 0.25);
  
  --accent: #dfb279;
  --accent-light: #f3d4a4;
  --accent-gold: #e2b97f;
  
  --text-main: #f5f3f0;
  --text-muted: #a7a19c;
  --text-light: #6e6863;
  
  --card-shadow: 0 14px 40px -10px rgba(0, 0, 0, 0.6);
  --card-hover-shadow: 0 22px 50px -8px rgba(232, 165, 152, 0.15), 0 10px 30px rgba(0, 0, 0, 0.8);
  --hero-gradient: radial-gradient(circle at 80% 20%, #291e24 0%, #15171a 60%, #101214 100%);
  --badge-bg: rgba(232, 165, 152, 0.15);
  --badge-text: #f7cac2;
}

/* --- BASE STYLES --- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-sans);
  background-color: var(--bg-main);
  color: var(--text-main);
  line-height: 1.65;
  transition: background-color 0.4s ease, color 0.4s ease;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.25s ease;
}

button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit;
}

.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

/* --- DEMO BAR & PREVIEW CONTROLS --- */
.preview-bar {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: rgba(18, 20, 24, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
  padding: 10px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.84rem;
}

.preview-bar-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.preview-badge {
  background: linear-gradient(135deg, #c98b72, #e8a598);
  color: #1a110e;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 3px 8px;
  border-radius: 4px;
}

.preview-bar-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.control-group {
  display: flex;
  align-items: center;
  gap: 8px;
}

.control-label {
  color: #9da3af;
  font-size: 0.78rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.pill-group {
  display: flex;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  padding: 3px;
  gap: 2px;
}

.pill-btn {
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 500;
  color: #d1d5db;
  transition: all 0.2s ease;
}

.pill-btn:hover {
  color: #ffffff;
}

.pill-btn.active {
  background: #ffffff;
  color: #111827;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.theme-swatches {
  display: flex;
  gap: 6px;
  align-items: center;
}

.swatch-btn {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.swatch-btn:hover {
  transform: scale(1.15);
}

.swatch-btn.active {
  border-color: #ffffff;
  transform: scale(1.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.swatch-blush { background: #c98b72; }
.swatch-emerald { background: #26463b; }
.swatch-terracotta { background: #b4654a; }
.swatch-dark { background: #22262c; border: 1px solid #555; }

/* --- HEADER & NAVIGATION --- */
.site-header {
  position: sticky;
  top: 52px; /* below preview bar */
  z-index: 1000;
  background: var(--bg-glass);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border-glass);
  transition: all 0.3s ease;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  gap: 24px;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.brand-symbol {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-size: 1.3rem;
  font-weight: 700;
  box-shadow: 0 4px 14px var(--primary-glow);
  flex-shrink: 0;
}

.brand-text {
  display: flex;
  flex-direction: column;
}

.brand-name {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  color: var(--text-main);
  text-transform: uppercase;
}

.brand-tagline {
  font-size: 0.72rem;
  letter-spacing: 2px;
  color: var(--primary);
  text-transform: uppercase;
  font-weight: 600;
}

.nav-links {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 32px;
  margin: 0;
  padding: 0;
}

.nav-item a {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--text-main);
  position: relative;
  padding: 6px 0;
  white-space: nowrap;
  letter-spacing: 0.02em;
}

.nav-item a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: var(--primary);
  transition: width 0.25s ease;
  border-radius: 2px;
}

.nav-item a:hover::after,
.nav-item.active a::after {
  width: 100%;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 26px;
  border-radius: 30px;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  text-align: center;
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #ffffff;
  box-shadow: 0 6px 20px var(--primary-glow);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px var(--primary-glow);
  color: #ffffff;
}

.btn-outline {
  border: 1.5px solid var(--primary);
  color: var(--primary);
  background: transparent;
}

.btn-outline:hover {
  background: var(--primary);
  color: #ffffff;
  transform: translateY(-2px);
}

.btn-sm {
  padding: 8px 18px;
  font-size: 0.8rem;
}

.btn-gold {
  background: linear-gradient(135deg, #c5a880, #9f7d4e);
  color: #ffffff;
  box-shadow: 0 6px 20px rgba(197, 168, 128, 0.3);
}

.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(197, 168, 128, 0.45);
}

.hamburger-btn {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: var(--bg-alt);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.hamburger-btn span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--text-main);
  transition: all 0.3s ease;
}

/* --- HERO SECTION --- */
.hero-section {
  position: relative;
  padding: 90px 0 100px;
  background: var(--hero-gradient);
  overflow: hidden;
}

.hero-glow-1 {
  position: absolute;
  top: -10%;
  right: -5%;
  width: 550px;
  height: 550px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--primary-glow) 0%, rgba(255,255,255,0) 70%);
  filter: blur(40px);
  pointer-events: none;
}

.hero-glow-2 {
  position: absolute;
  bottom: -15%;
  left: -5%;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--accent-light) 0%, rgba(255,255,255,0) 70%);
  opacity: 0.4;
  filter: blur(50px);
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: 60px;
  position: relative;
  z-index: 2;
}

.hero-subtitle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--badge-bg);
  color: var(--badge-text);
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 24px;
}

.hero-title {
  font-family: var(--font-heading);
  font-size: clamp(2.4rem, 4.2vw, 3.8rem);
  font-weight: 700;
  line-height: 1.18;
  color: var(--text-main);
  margin-bottom: 24px;
  letter-spacing: -0.5px;
}

.hero-title em {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  color: var(--primary);
}

.hero-description {
  font-size: 1.1rem;
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 36px;
  max-width: 540px;
}

.hero-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid var(--border-subtle);
}

.hero-feature-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.feature-num {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--primary);
}

.feature-label {
  font-size: 0.82rem;
  color: var(--text-muted);
  line-height: 1.3;
}

.hero-visual {
  position: relative;
}

.hero-image-frame {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--card-hover-shadow);
  border: 1px solid var(--border-glass);
}

.hero-image-frame img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.hero-image-frame:hover img {
  transform: scale(1.03);
}

.floating-badge {
  position: absolute;
  background: var(--bg-glass);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid var(--border-glass);
  border-radius: 18px;
  padding: 14px 20px;
  box-shadow: var(--card-shadow);
  display: flex;
  align-items: center;
  gap: 12px;
  animation: floatUpDown 4s ease-in-out infinite;
}

.badge-pos-1 {
  top: 30px;
  left: -30px;
}

.badge-pos-2 {
  bottom: 30px;
  right: -25px;
  animation-delay: -2s;
}

.floating-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--primary-glow);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.floating-text strong {
  display: block;
  font-size: 0.88rem;
  color: var(--text-main);
}

.floating-text span {
  font-size: 0.76rem;
  color: var(--text-muted);
}

@keyframes floatUpDown {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* --- SECTION HEADINGS --- */
.section {
  padding: 90px 0;
  position: relative;
}

.section-alt {
  background-color: var(--bg-alt);
}

.section-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 56px;
}

.section-tag {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 12px;
}

.section-title {
  font-family: var(--font-heading);
  font-size: clamp(1.9rem, 3.2vw, 2.7rem);
  font-weight: 700;
  color: var(--text-main);
  line-height: 1.25;
  margin-bottom: 16px;
}

.section-desc {
  font-size: 1.05rem;
  color: var(--text-muted);
  line-height: 1.7;
}

/* --- PHILOSOPHY & ABOUT --- */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  align-items: center;
  gap: 60px;
}

.about-images-mosaic {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  position: relative;
}

.about-img-card {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--card-shadow);
  border: 1px solid var(--border-glass);
}

.about-img-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.about-img-card:hover img {
  transform: scale(1.05);
}

.about-img-card.tall {
  margin-top: 30px;
}

.about-content h3 {
  font-family: var(--font-serif);
  font-size: 2rem;
  font-weight: 600;
  color: var(--text-main);
  margin-bottom: 20px;
  line-height: 1.3;
}

.about-content p {
  font-size: 1.02rem;
  color: var(--text-muted);
  margin-bottom: 18px;
  line-height: 1.75;
}

.quote-box {
  border-left: 3px solid var(--primary);
  padding: 16px 22px;
  background: var(--bg-glass);
  border-radius: 0 16px 16px 0;
  margin: 24px 0 32px;
  font-style: italic;
  color: var(--text-main);
  font-family: var(--font-serif);
  font-size: 1.1rem;
}

.signature-row {
  display: flex;
  align-items: center;
  gap: 20px;
}

.signature-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--primary);
}

.signature-info strong {
  display: block;
  font-size: 1.1rem;
  color: var(--text-main);
}

.signature-info span {
  font-size: 0.85rem;
  color: var(--primary);
  font-weight: 500;
}

/* --- TREATMENTS & SERVICES CATALOG --- */
.filter-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
}

.filter-tab {
  padding: 10px 22px;
  border-radius: 25px;
  font-size: 0.88rem;
  font-weight: 600;
  background: var(--bg-surface);
  color: var(--text-muted);
  border: 1px solid var(--border-subtle);
  transition: all 0.25s ease;
}

.filter-tab:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.filter-tab.active {
  background: var(--primary);
  color: #ffffff;
  border-color: var(--primary);
  box-shadow: 0 4px 16px var(--primary-glow);
}

.treatments-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 28px;
}

.treatment-card {
  background: var(--bg-surface);
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid var(--border-glass);
  box-shadow: var(--card-shadow);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
}

.treatment-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--card-hover-shadow);
  border-color: var(--primary-light);
}

.treatment-img-wrap {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.treatment-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.treatment-card:hover .treatment-img-wrap img {
  transform: scale(1.06);
}

.treatment-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(8px);
  color: #ffffff;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.treatment-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.treatment-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.treatment-category {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--primary);
}

.treatment-duration {
  font-size: 0.8rem;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 4px;
}

.treatment-title {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 12px;
  line-height: 1.35;
}

.treatment-desc {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
}

.treatment-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding-top: 18px;
  border-top: 1px solid var(--border-subtle);
  margin-top: auto;
}

.treatment-price {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}

.price-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  color: var(--text-light);
  letter-spacing: 0.5px;
  line-height: 1;
  margin-bottom: 2px;
}

.price-val {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--primary);
  white-space: nowrap;
  line-height: 1.2;
}

.btn-group-sm {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-shrink: 0;
}

.btn-group-sm .btn {
  padding: 8px 14px;
  font-size: 0.8rem;
  white-space: nowrap;
}

/* --- INTERACTIVE BEFORE & AFTER SLIDER --- */
.before-after-container {
  max-width: 900px;
  margin: 0 auto;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--card-hover-shadow);
  border: 1px solid var(--border-glass);
  background: var(--bg-surface);
}

.ba-slider-wrapper {
  position: relative;
  width: 100%;
  height: 480px;
  overflow: hidden;
  user-select: none;
}

.ba-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ba-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.ba-image.before {
  width: 50%;
  z-index: 2;
  overflow: hidden;
  border-right: 2px solid #ffffff;
}

.ba-tag {
  position: absolute;
  top: 20px;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.75);
  color: #ffffff;
  backdrop-filter: blur(8px);
  z-index: 5;
}

.ba-tag.before-tag { left: 20px; }
.ba-tag.after-tag { right: 20px; }

.ba-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 40px;
  margin-left: -20px;
  z-index: 10;
  cursor: ew-resize;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ba-handle-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111;
  font-size: 1.1rem;
}

.ba-info-bar {
  padding: 20px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--bg-surface);
  border-top: 1px solid var(--border-subtle);
}

.ba-info-bar h4 {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  color: var(--text-main);
}

.ba-info-bar p {
  font-size: 0.88rem;
  color: var(--text-muted);
}

/* --- INTERACTIVE SKIN QUIZ & CONSULTATION --- */
.quiz-wrapper {
  max-width: 820px;
  margin: 0 auto;
  background: var(--bg-surface);
  border-radius: 28px;
  padding: 44px 40px;
  border: 1px solid var(--border-glass);
  box-shadow: var(--card-hover-shadow);
  position: relative;
}

.quiz-stepper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  position: relative;
}

.quiz-stepper::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--border-subtle);
  z-index: 1;
}

.quiz-step-dot {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--bg-surface);
  border: 2px solid var(--border-subtle);
  color: var(--text-muted);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.85rem;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}

.quiz-step-dot.active {
  background: var(--primary);
  border-color: var(--primary);
  color: #ffffff;
  box-shadow: 0 0 0 6px var(--primary-glow);
}

.quiz-step-dot.completed {
  background: var(--primary-dark);
  border-color: var(--primary-dark);
  color: #ffffff;
}

.quiz-slide {
  display: none;
  animation: fadeIn 0.4s ease;
}

.quiz-slide.active {
  display: block;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.quiz-question-title {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  color: var(--text-main);
  margin-bottom: 12px;
  text-align: center;
}

.quiz-question-desc {
  font-size: 0.95rem;
  color: var(--text-muted);
  text-align: center;
  margin-bottom: 30px;
}

.quiz-options-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 32px;
}

.quiz-option-card {
  padding: 20px;
  border-radius: 18px;
  border: 1.5px solid var(--border-subtle);
  background: var(--bg-main);
  cursor: pointer;
  transition: all 0.25s ease;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.quiz-option-card:hover {
  border-color: var(--primary);
  transform: translateY(-2px);
}

.quiz-option-card.selected {
  border-color: var(--primary);
  background: var(--badge-bg);
  box-shadow: 0 4px 18px var(--primary-glow);
}

.quiz-option-icon {
  font-size: 1.5rem;
  line-height: 1;
}

.quiz-option-text strong {
  display: block;
  font-size: 1rem;
  color: var(--text-main);
  margin-bottom: 4px;
}

.quiz-option-text span {
  font-size: 0.82rem;
  color: var(--text-muted);
  line-height: 1.4;
}

.quiz-nav-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.quiz-result-box {
  text-align: center;
  padding: 20px;
}

.result-badge {
  display: inline-block;
  background: var(--badge-bg);
  color: var(--badge-text);
  padding: 6px 18px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px;
}

.result-treatment-title {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  color: var(--primary);
  margin-bottom: 14px;
}

.result-treatment-desc {
  font-size: 1.05rem;
  color: var(--text-muted);
  max-width: 600px;
  margin: 0 auto 28px;
  line-height: 1.7;
}

/* --- PRICE LIST & INTERACTIVE CALCULATOR --- */
.price-calc-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 36px;
  align-items: flex-start;
}

.calc-items-list {
  background: var(--bg-surface);
  border-radius: 24px;
  padding: 32px;
  border: 1px solid var(--border-glass);
  box-shadow: var(--card-shadow);
}

.calc-category-group {
  margin-bottom: 28px;
}

.calc-category-group:last-child {
  margin-bottom: 0;
}

.calc-group-title {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  color: var(--text-main);
  padding-bottom: 10px;
  border-bottom: 1.5px solid var(--border-subtle);
  margin-bottom: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.calc-item-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  border-radius: 12px;
  transition: background-color 0.2s ease;
  margin-bottom: 6px;
}

.calc-item-row:hover {
  background: var(--bg-alt);
}

.calc-checkbox-label {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  flex-grow: 1;
}

.calc-checkbox {
  width: 18px;
  height: 18px;
  accent-color: var(--primary);
  cursor: pointer;
}

.calc-item-name {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text-main);
}

.calc-item-duration {
  font-size: 0.78rem;
  color: var(--text-light);
  margin-left: 6px;
}

.calc-item-price {
  font-family: var(--font-heading);
  font-weight: 700;
  color: var(--primary);
  font-size: 0.98rem;
}

.calc-summary-card {
  position: sticky;
  top: 150px;
  background: var(--bg-surface);
  border-radius: 24px;
  padding: 32px;
  border: 1.5px solid var(--primary-light);
  box-shadow: var(--card-hover-shadow);
}

.summary-title {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  color: var(--text-main);
  margin-bottom: 16px;
}

.summary-selected-list {
  min-height: 120px;
  max-height: 220px;
  overflow-y: auto;
  border-bottom: 1px solid var(--border-subtle);
  padding-bottom: 16px;
  margin-bottom: 20px;
}

.summary-empty-text {
  color: var(--text-light);
  font-size: 0.88rem;
  font-style: italic;
  padding-top: 20px;
  text-align: center;
}

.summary-selected-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.86rem;
  margin-bottom: 8px;
  color: var(--text-muted);
}

.summary-total-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 24px;
}

.total-label {
  font-size: 0.95rem;
  color: var(--text-muted);
  font-weight: 600;
}

.total-amount {
  font-family: var(--font-heading);
  font-size: 1.9rem;
  font-weight: 800;
  color: var(--primary);
}

/* --- FAQ & HOUSE RULES --- */
.faq-grid {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-card {
  background: var(--bg-surface);
  border-radius: 18px;
  border: 1px solid var(--border-glass);
  box-shadow: var(--card-shadow);
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-header {
  width: 100%;
  padding: 22px 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text-main);
}

.faq-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--bg-alt);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  transition: transform 0.3s ease, background 0.3s ease;
  flex-shrink: 0;
}

.faq-card.open .faq-icon {
  transform: rotate(45deg);
  background: var(--primary);
  color: #ffffff;
}

.faq-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.16, 1, 0.3, 1), padding 0.35s ease;
  padding: 0 26px;
  color: var(--text-muted);
  font-size: 0.96rem;
  line-height: 1.7;
}

.faq-card.open .faq-body {
  max-height: 300px;
  padding: 0 26px 22px;
}

/* --- CONTACT & LOCATION --- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: stretch;
}

.contact-info-card {
  background: var(--bg-surface);
  border-radius: 28px;
  padding: 40px;
  border: 1px solid var(--border-glass);
  box-shadow: var(--card-shadow);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}

.contact-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: var(--badge-bg);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
}

.contact-details strong {
  display: block;
  font-size: 1.05rem;
  color: var(--text-main);
  margin-bottom: 4px;
}

.contact-details p, .contact-details a {
  font-size: 0.95rem;
  color: var(--text-muted);
}

.contact-details a:hover {
  color: var(--primary);
}

.map-card {
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid var(--border-glass);
  box-shadow: var(--card-shadow);
  min-height: 380px;
}

.map-card iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

/* --- FOOTER --- */
.site-footer {
  background: #111315;
  color: #a4a9b3;
  padding: 70px 0 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-top-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 50px;
}

.footer-brand .brand-name {
  color: #ffffff;
}

.footer-brand p {
  font-size: 0.92rem;
  line-height: 1.65;
  margin-top: 16px;
  color: #8c939f;
  max-width: 320px;
}

.footer-col-title {
  font-family: var(--font-heading);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links a {
  color: #8c939f;
  font-size: 0.9rem;
}

.footer-links a:hover {
  color: var(--primary-light);
  transform: translateX(3px);
}

.footer-bottom {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.82rem;
}

/* --- BOOKING MODAL --- */
.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(10, 12, 14, 0.78);
  backdrop-filter: blur(10px);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.modal-backdrop.active {
  opacity: 1;
  pointer-events: all;
}

.modal-dialog {
  background: var(--bg-surface-elevated);
  border-radius: 28px;
  max-width: 580px;
  width: 100%;
  padding: 40px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
  border: 1px solid var(--border-glass);
  position: relative;
  transform: translateY(20px) scale(0.96);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.modal-backdrop.active .modal-dialog {
  transform: translateY(0) scale(1);
}

.modal-close-btn {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--bg-alt);
  color: var(--text-main);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  transition: all 0.2s ease;
}

.modal-close-btn:hover {
  background: var(--primary);
  color: #ffffff;
}

.modal-title {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  color: var(--text-main);
  margin-bottom: 8px;
}

.modal-desc {
  font-size: 0.92rem;
  color: var(--text-muted);
  margin-bottom: 24px;
}

.form-group {
  margin-bottom: 18px;
}

.form-label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-main);
  margin-bottom: 6px;
}

.form-input, .form-select, .form-textarea {
  width: 100%;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1.5px solid var(--border-subtle);
  background: var(--bg-main);
  color: var(--text-main);
  font-family: inherit;
  font-size: 0.95rem;
  transition: border-color 0.25s ease;
}

.form-input:focus, .form-select:focus, .form-textarea:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 4px var(--primary-glow);
}

/* --- MOBILE DRAWER --- */
.mobile-nav-drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: 85%;
  max-width: 360px;
  height: 100vh;
  background: var(--bg-surface);
  z-index: 10001;
  padding: 40px 24px;
  box-shadow: -10px 0 30px rgba(0,0,0,0.25);
  transition: right 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
}

.mobile-nav-drawer.open {
  right: 0;
}

.drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px;
}

.drawer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.drawer-links a {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  color: var(--text-main);
  font-weight: 600;
}

/* --- RESPONSIVE BREAKPOINTS --- */
@media (max-width: 1024px) {
  .hero-grid, .about-grid, .contact-grid, .price-calc-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .hero-visual {
    order: -1;
  }
  .hero-image-frame img {
    height: 400px;
  }
  .footer-top-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 960px) {
  .nav-links, .nav-actions .btn-outline {
    display: none;
  }
  .hamburger-btn {
    display: flex;
  }
}

@media (max-width: 768px) {
  .preview-bar {
    justify-content: center;
  }
  .quiz-options-grid {
    grid-template-columns: 1fr;
  }
  .treatments-grid {
    grid-template-columns: 1fr;
  }
  .footer-top-grid {
    grid-template-columns: 1fr;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
  .hero-features {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* ==========================================================================
   VERSION SWITCHER FLOATING BAR & THEME TOGGLE
   ========================================================================== */
.version-switcher-bar {
  position: fixed !important;
  bottom: 20px !important;
  left: 20px !important;
  background: rgba(14, 28, 38, 0.96) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  padding: 8px 14px !important;
  border-radius: 9999px !important;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(255, 255, 255, 0.25) !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  z-index: 99999 !important;
  font-family: var(--font-sans) !important;
  font-size: 0.82rem !important;
  max-width: calc(100vw - 40px) !important;
  overflow-x: auto !important;
  transition: all 0.3s ease !important;
}

.version-switcher-bar:hover {
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.75), 0 0 0 1px var(--primary) !important;
}

.version-switcher-group {
  display: flex;
  align-items: center;
  gap: 6px;
}

.version-switcher-title {
  color: #a7a19c;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-right: 4px;
  white-space: nowrap;
  font-weight: 700;
}

.version-switch-btn {
  padding: 6px 13px;
  border-radius: 9999px;
  color: #d1cbc7;
  background: rgba(255, 255, 255, 0.08);
  transition: all 0.25s ease;
  text-decoration: none;
  white-space: nowrap;
  font-size: 0.78rem;
  font-weight: 600;
  border: 1px solid transparent;
}

.version-switch-btn:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-1px);
}

.version-switch-btn.active {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: #ffffff;
  font-weight: 700;
  box-shadow: 0 4px 14px var(--primary-glow);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.version-switcher-divider {
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.18);
  margin: 0 4px;
}

.theme-toggle-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #f5f3f0;
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 600;
  transition: all 0.25s ease;
}

.theme-toggle-btn:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-1px);
}

/* ==========================================================================
   V2 HERO & HITVALLÁS (BETTI PORTRAIT & CREED)
   ========================================================================== */
.v2-hero {
  position: relative;
  padding: 120px 0 80px;
  background: var(--hero-gradient);
  overflow: hidden;
}

.v2-hero::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, var(--primary-glow) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.v2-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 56px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.v2-hero-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.v2-hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-sans);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--primary);
  background: var(--badge-bg);
  padding: 6px 16px;
  border-radius: 9999px;
  width: fit-content;
  border: 1px solid var(--border-glass);
}

.v2-hero-title {
  font-family: var(--font-serif);
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 1.18;
  font-weight: 700;
  color: var(--text-main);
}

.v2-hero-title em {
  font-style: italic;
  color: var(--primary);
  font-weight: 400;
}

.v2-creed-box {
  position: relative;
  padding: 24px 28px 24px 32px;
  background: var(--bg-glass);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 20px;
  border: 1px solid var(--border-glass);
  border-left: 4px solid var(--primary);
  box-shadow: var(--card-shadow);
  margin-top: 8px;
}

.v2-creed-box::before {
  content: '“';
  position: absolute;
  top: -12px;
  left: 16px;
  font-family: var(--font-serif);
  font-size: 4rem;
  line-height: 1;
  color: var(--primary);
  opacity: 0.35;
  pointer-events: none;
}

.v2-creed-lead {
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.6;
  color: var(--text-main);
  margin-bottom: 14px;
}

.v2-creed-text {
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--text-muted);
  margin-bottom: 12px;
}

.v2-creed-conclusion {
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--text-main);
  font-weight: 500;
}

.v2-signature-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px dashed var(--border-subtle);
  flex-wrap: wrap;
  gap: 12px;
}

.v2-signature-author {
  display: flex;
  flex-direction: column;
}

.v2-author-name {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text-main);
}

.v2-author-role {
  font-size: 0.8rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.v2-hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.v2-hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
}

.v2-portrait-wrapper {
  position: relative;
  width: 100%;
  max-width: 440px;
}

.v2-portrait-frame {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: var(--card-hover-shadow);
  border: 2px solid var(--border-glass);
  background: linear-gradient(180deg, rgba(255,255,255,0.1) 0%, rgba(0,0,0,0.1) 100%);
}

.v2-portrait-frame img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.v2-portrait-frame:hover img {
  transform: scale(1.03);
}

.v2-portrait-badge {
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--bg-surface-elevated);
  padding: 12px 22px;
  border-radius: 9999px;
  border: 1px solid var(--border-glass);
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  z-index: 2;
}

.v2-portrait-badge-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--primary-glow);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}

.v2-portrait-badge-text {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--text-main);
}

/* ==========================================================================
   TOP 4 FEATURED TREATMENTS SECTION (MOSAIC STUDIO GRID - 8/4 & 4/8)
   ========================================================================== */
.mosaic-studio-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
  margin-top: 36px;
}

.studio-tile {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid var(--border-glass);
  box-shadow: var(--card-shadow);
  min-height: 290px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 34px;
  background-size: cover;
  background-position: center;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.studio-tile::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.12) 0%, rgba(0,0,0,0.85) 100%);
  z-index: 1;
  transition: background 0.3s ease;
}

.studio-tile:hover {
  transform: translateY(-5px);
  box-shadow: var(--card-hover-shadow);
  border-color: var(--primary);
}

.studio-tile:hover::before {
  background: linear-gradient(180deg, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0.88) 100%);
}

.studio-tile-content {
  position: relative;
  z-index: 2;
  color: #ffffff;
}

.studio-tile-tag {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--primary-light);
  margin-bottom: 8px;
}

.studio-tile-content h3 {
  font-family: var(--font-heading);
  font-size: 1.45rem;
  color: #ffffff;
  margin-bottom: 8px;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.studio-tile-content p {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 18px;
  line-height: 1.5;
  max-width: 650px;
}

.studio-tile-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.tile-span-8 { grid-column: span 8; }
.tile-span-4 { grid-column: span 4; }
.tile-span-6 { grid-column: span 6; }

@media (max-width: 960px) {
  .tile-span-8, .tile-span-4, .tile-span-6 {
    grid-column: span 12;
    min-height: 260px;
    padding: 24px;
  }
}

.top4-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 36px;
}

.top4-card {
  position: relative;
  background: var(--bg-surface);
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--border-glass);
  box-shadow: var(--card-shadow);
  display: flex;
  flex-direction: column;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.top4-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--card-hover-shadow);
  border-color: var(--primary);
}

.top4-card-img-wrap {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.top4-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.top4-card:hover .top4-card-img-wrap img {
  transform: scale(1.08);
}

.top4-rank-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--bg-surface-elevated);
  backdrop-filter: blur(8px);
  border: 1px solid var(--border-glass);
  color: var(--primary);
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  z-index: 2;
}

.top4-card-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  background: var(--bg-glass);
  backdrop-filter: blur(8px);
  border: 1px solid var(--border-glass);
  padding: 4px 10px;
  border-radius: 9999px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--primary);
  letter-spacing: 0.06em;
  z-index: 2;
}

.top4-card-body {
  padding: 22px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.top4-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.78rem;
  color: var(--text-muted);
  margin-bottom: 8px;
}

.top4-title {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  color: var(--text-main);
  margin-bottom: 8px;
  line-height: 1.35;
}

.top4-desc {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.55;
  margin-bottom: 18px;
  flex-grow: 1;
}

.top4-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid var(--border-subtle);
  gap: 12px;
}

.top4-price-val {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-main);
}

.btn-group-sm {
  display: flex;
  gap: 8px;
}

/* ==========================================================================
   TREATMENT DETAIL MODAL POPUP
   ========================================================================== */
.treatment-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(10, 12, 14, 0.78);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.treatment-modal-backdrop.open {
  opacity: 1;
  visibility: visible;
}

.treatment-modal-dialog {
  background: var(--bg-surface-elevated);
  border: 1px solid var(--border-glass);
  border-radius: 28px;
  box-shadow: 0 25px 60px -10px rgba(0, 0, 0, 0.5);
  width: 100%;
  max-width: 680px;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  transform: translateY(20px) scale(0.97);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  padding: 36px;
}

.treatment-modal-backdrop.open .treatment-modal-dialog {
  transform: translateY(0) scale(1);
}

.treatment-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--border-glass);
  background: var(--bg-surface);
  color: var(--text-main);
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 10;
}

.treatment-modal-close:hover {
  background: var(--primary);
  color: #ffffff;
  transform: rotate(90deg);
}

.treatment-modal-badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--primary);
  background: var(--badge-bg);
  padding: 4px 12px;
  border-radius: 9999px;
  margin-bottom: 10px;
}

.treatment-modal-title {
  font-family: var(--font-heading);
  font-size: 1.65rem;
  color: var(--text-main);
  margin-bottom: 6px;
  line-height: 1.25;
}

.treatment-modal-subtitle {
  font-size: 0.95rem;
  color: var(--primary);
  margin-bottom: 20px;
  font-weight: 500;
}

.treatment-modal-chips {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--border-subtle);
}

.treatment-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  background: var(--bg-alt);
  border-radius: 12px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-main);
}

.treatment-modal-section-title {
  font-family: var(--font-heading);
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-muted);
  margin: 20px 0 10px;
}

.treatment-modal-desc {
  font-size: 0.96rem;
  line-height: 1.7;
  color: var(--text-main);
  margin-bottom: 20px;
}

.treatment-effects-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 20px;
}

.treatment-effect-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.88rem;
  color: var(--text-main);
  line-height: 1.45;
}

.treatment-effect-item::before {
  content: '✓';
  color: var(--primary);
  font-weight: 700;
}

.treatment-steps-wrap {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.treatment-step-pill {
  font-size: 0.8rem;
  padding: 4px 10px;
  border-radius: 8px;
  background: var(--bg-alt);
  color: var(--text-muted);
  border: 1px solid var(--border-subtle);
}

.treatment-audience-box {
  background: var(--badge-bg);
  border: 1px solid var(--border-glass);
  padding: 14px 18px;
  border-radius: 14px;
  font-size: 0.88rem;
  color: var(--text-main);
  margin-bottom: 28px;
  line-height: 1.5;
}

.treatment-modal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 20px;
  border-top: 1px solid var(--border-subtle);
  flex-wrap: wrap;
}

.treatment-modal-price {
  display: flex;
  flex-direction: column;
}

.treatment-modal-price .price-val {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--primary);
}

/* ==========================================================================
   MULTI-CASE BEFORE & AFTER CAROUSEL
   ========================================================================== */
.references-carousel-container {
  max-width: 860px;
  margin: 0 auto;
}

.ref-case-tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.ref-tab-btn {
  padding: 8px 18px;
  border-radius: 9999px;
  background: var(--bg-surface);
  border: 1px solid var(--border-glass);
  color: var(--text-muted);
  font-size: 0.84rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
}

.ref-tab-btn:hover {
  border-color: var(--primary);
  color: var(--text-main);
}

.ref-tab-btn.active {
  background: var(--primary);
  color: #ffffff;
  border-color: var(--primary);
  box-shadow: 0 4px 14px var(--primary-glow);
}

.ref-slider-wrapper {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--card-shadow);
  border: 1px solid var(--border-glass);
}

.ref-slide-item {
  display: none;
}

.ref-slide-item.active {
  display: block;
}

.ref-controls-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  gap: 16px;
}

.ref-nav-arrows {
  display: flex;
  gap: 8px;
}

.ref-arrow-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--bg-surface);
  border: 1px solid var(--border-glass);
  color: var(--text-main);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.1rem;
  transition: all 0.25s ease;
}

.ref-arrow-btn:hover {
  background: var(--primary);
  color: #ffffff;
  border-color: var(--primary);
  transform: scale(1.05);
}

.ref-timer-bar-wrap {
  flex-grow: 1;
  height: 4px;
  background: var(--border-subtle);
  border-radius: 9999px;
  overflow: hidden;
}

.ref-timer-bar {
  height: 100%;
  width: 0%;
  background: var(--primary);
  transition: width 0.1s linear;
}

/* ==========================================================================
   SEASONAL / PROMOTIONAL POPUP MODAL
   ========================================================================== */
.promo-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(10, 12, 14, 0.72);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 10005;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.promo-modal-backdrop.open {
  opacity: 1;
  visibility: visible;
}

.promo-modal-dialog {
  background: var(--bg-surface-elevated);
  border: 2px solid var(--border-glass);
  border-radius: 28px;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.55), 0 0 40px var(--primary-glow);
  width: 100%;
  max-width: 540px;
  position: relative;
  overflow: hidden;
  padding: 38px 32px 30px;
  transform: translateY(30px) scale(0.95);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.promo-modal-backdrop.open .promo-modal-dialog {
  transform: translateY(0) scale(1);
}

.promo-progress-bar-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: rgba(255, 255, 255, 0.08);
}

.promo-progress-bar {
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, var(--primary), var(--accent-gold));
  transition: width 0.1s linear;
}

.promo-close-btn {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid var(--border-glass);
  background: var(--bg-surface);
  color: var(--text-main);
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 10;
}

.promo-close-btn:hover {
  background: var(--primary);
  color: #ffffff;
}

.promo-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--primary);
  background: var(--badge-bg);
  padding: 5px 14px;
  border-radius: 9999px;
  margin-bottom: 14px;
}

.promo-title {
  font-family: var(--font-serif);
  font-size: 1.7rem;
  color: var(--text-main);
  line-height: 1.25;
  margin-bottom: 12px;
}

.promo-desc {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--text-muted);
  margin-bottom: 20px;
}

.promo-discount-card {
  background: var(--bg-alt);
  border: 1px dashed var(--primary);
  border-radius: 16px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.promo-discount-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-main);
}

.promo-discount-val {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--primary);
}

.promo-timer-text {
  font-size: 0.74rem;
  color: var(--text-light);
  text-align: center;
  margin-top: 12px;
}

/* ==========================================================================
   V2 RESPONSIVE ADJUSTMENTS
   ========================================================================== */
@media (max-width: 1024px) {
  .v2-hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .v2-hero-visual {
    order: -1;
  }
  .top4-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .top4-grid {
    grid-template-columns: 1fr;
  }
  .treatment-effects-grid {
    grid-template-columns: 1fr;
  }
  .version-switcher-bar {
    left: 12px;
    bottom: 12px;
    max-width: calc(100vw - 24px);
    padding: 6px 10px;
  }
}

/* ==========================================================================
   V3: SZÉPÍTKE PRÉMIUM & LETISZTULT DESIGN RENDSZER
   Warm #F8F5F0 background, elegant serif headlines, clean cards, trust elements
   ========================================================================== */

:root[data-theme="v3"],
body.v3-body {
  --bg-main: #F8F5F0;
  --bg-surface: #FFFFFF;
  --bg-surface-elevated: #FAF8F5;
  --bg-alt: #F1ECE4;
  --bg-glass: rgba(248, 245, 240, 0.92);
  --border-glass: rgba(148, 113, 90, 0.16);
  --border-subtle: #E8E2D8;
  --border-card: #EBE5DC;

  --primary: #94715A;
  --primary-light: #B5927B;
  --primary-dark: #7A5B46;
  --primary-glow: rgba(148, 113, 90, 0.18);

  --accent: #7D8A78;
  --accent-light: #A3B09E;
  --accent-gold: #B8976C;

  --text-main: #25221F;
  --text-muted: #665F58;
  --text-light: #948B83;

  --font-serif: 'Playfair Display', Georgia, serif;
  --font-heading: 'Playfair Display', serif;
  --font-sans: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;

  --card-shadow: 0 4px 20px rgba(37, 34, 31, 0.04);
  --card-hover-shadow: 0 10px 30px rgba(148, 113, 90, 0.1);
  --hero-gradient: linear-gradient(145deg, #FAF7F2 0%, #F4EFE7 50%, #ECE4D8 100%);
  --badge-bg: rgba(148, 113, 90, 0.08);
  --badge-text: #7A5B46;
}

body.v3-body {
  background-color: var(--bg-main);
  color: var(--text-main);
  font-family: var(--font-sans);
  line-height: 1.65;
  letter-spacing: -0.01em;
}

/* V3 Typography & Headings */
.v3-body h1, .v3-body h2, .v3-body h3, .v3-body h4 {
  font-family: var(--font-serif);
  color: var(--text-main);
  font-weight: 600;
  letter-spacing: -0.015em;
}

/* V3 Header & Nav */
.v3-body .site-header {
  background: rgba(248, 245, 240, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-subtle);
}

.v3-body .brand-symbol {
  color: var(--primary);
}

.v3-body .brand-name {
  font-family: var(--font-serif);
  letter-spacing: 0.12em;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-main);
}

.v3-body .brand-tagline {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.v3-body .nav-links a {
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--text-main);
  transition: color 0.25s ease;
}

.v3-body .nav-links a:hover {
  color: var(--primary);
}

/* V3 Hero Section */
.v3-hero {
  padding: 110px 0 70px;
  background: var(--hero-gradient);
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--border-subtle);
}

.v3-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 56px;
  align-items: center;
}

.v3-hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary);
  background: rgba(148, 113, 90, 0.08);
  border: 1px solid rgba(148, 113, 90, 0.15);
  padding: 6px 14px;
  border-radius: 9999px;
  margin-bottom: 20px;
}

.v3-hero-tag::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--primary);
}

.v3-hero-title {
  font-size: clamp(2.2rem, 3.8vw, 3.2rem);
  line-height: 1.22;
  margin-bottom: 20px;
  color: var(--text-main);
}

.v3-hero-title em {
  font-style: italic;
  font-weight: 400;
  color: var(--primary);
}

.v3-hero-lead {
  font-size: 1.08rem;
  line-height: 1.7;
  color: var(--text-muted);
  margin-bottom: 32px;
  max-width: 540px;
}

.v3-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.v3-hero-actions .btn-primary {
  background: var(--primary);
  color: #ffffff;
  padding: 14px 28px;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 12px;
  border: none;
  box-shadow: 0 4px 14px rgba(148, 113, 90, 0.25);
  transition: all 0.25s ease;
}

.v3-hero-actions .btn-primary:hover {
  background: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(148, 113, 90, 0.32);
}

.v3-hero-actions .btn-link-scroll {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--text-main);
  padding: 12px 18px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid var(--border-subtle);
  transition: all 0.25s ease;
}

.v3-hero-actions .btn-link-scroll:hover {
  background: #ffffff;
  border-color: var(--primary-light);
  color: var(--primary);
  transform: translateY(-1px);
}

/* V3 Hero Portrait Frame */
.v3-portrait-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}

.v3-portrait-frame {
  width: 100%;
  max-width: 400px;
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
  padding: 8px;
  border: 1px solid var(--border-subtle);
  box-shadow: 0 16px 40px rgba(40, 30, 20, 0.08);
}

.v3-portrait-frame img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: 14px;
  display: block;
}

.v3-portrait-badge {
  position: absolute;
  bottom: -16px;
  left: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  padding: 14px 20px;
  border-radius: 14px;
  border: 1px solid var(--border-subtle);
  box-shadow: 0 10px 30px rgba(40, 30, 20, 0.09);
  text-align: left;
}

.v3-badge-name {
  display: block;
  font-family: var(--font-serif);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 2px;
}

.v3-badge-desc {
  display: block;
  font-size: 0.8rem;
  color: var(--text-muted);
  line-height: 1.4;
}

/* ==========================================================================
   2. 3-COLUMN TRUST BLOCK (Directly below Hero)
   ========================================================================== */
.v3-trust-section {
  padding: 50px 0 60px;
  background: #ffffff;
  border-bottom: 1px solid var(--border-subtle);
}

.v3-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.v3-trust-card {
  padding: 24px;
  border-radius: 16px;
  background: var(--bg-surface-elevated);
  border: 1px solid var(--border-subtle);
  transition: all 0.25s ease;
}

.v3-trust-card:hover {
  transform: translateY(-2px);
  border-color: var(--primary-light);
  box-shadow: 0 8px 24px rgba(40, 30, 20, 0.05);
}

.v3-trust-num {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 8px;
  display: block;
}

.v3-trust-title {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--text-main);
  margin-bottom: 8px;
}

.v3-trust-desc {
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0;
}

/* ==========================================================================
   3. "SZIA, BETTI VAGYOK" (#rolam)
   ========================================================================== */
.v3-about-section {
  padding: 80px 0;
  background: var(--bg-main);
}

.v3-about-box {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid var(--border-subtle);
  padding: 48px 56px;
  box-shadow: var(--card-shadow);
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

.v3-about-box::before {
  content: '”';
  position: absolute;
  top: 15px;
  right: 35px;
  font-family: var(--font-serif);
  font-size: 8rem;
  line-height: 1;
  color: rgba(148, 113, 90, 0.07);
  pointer-events: none;
}

.v3-about-tag {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 12px;
}

.v3-about-title {
  font-size: 2rem;
  color: var(--text-main);
  margin-bottom: 20px;
}

.v3-about-paragraphs p {
  font-size: 1.02rem;
  line-height: 1.75;
  color: var(--text-muted);
  margin-bottom: 16px;
}

.v3-about-paragraphs p:last-child {
  margin-bottom: 28px;
}

.v3-about-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 24px;
  border-top: 1px solid var(--border-subtle);
}

.v3-about-author {
  display: flex;
  align-items: center;
  gap: 14px;
}

.v3-author-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--primary-light);
}

.v3-author-info strong {
  display: block;
  font-size: 0.95rem;
  color: var(--text-main);
}

.v3-author-info span {
  font-size: 0.82rem;
  color: var(--text-muted);
}

/* ==========================================================================
   4. KIEMELT KEZELÉSEK (4 cards) & TELJES KEZELÉSEK (9 cards)
   ========================================================================== */
.v3-section {
  padding: 85px 0;
  background: #ffffff;
  border-bottom: 1px solid var(--border-subtle);
}

.v3-section.section-alt {
  background: var(--bg-main);
}

.v3-section-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 48px;
}

.v3-section-tag {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 10px;
}

.v3-section-title {
  font-size: 2.2rem;
  margin-bottom: 14px;
  color: var(--text-main);
}

.v3-section-desc {
  font-size: 1rem;
  line-height: 1.65;
  color: var(--text-muted);
  margin: 0;
}

/* 4 Featured Cards Grid */
.v3-featured-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.v3-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid var(--border-card);
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: var(--card-shadow);
  transition: all 0.3s ease;
  position: relative;
}

.v3-card:hover {
  transform: translateY(-4px);
  border-color: var(--primary-light);
  box-shadow: var(--card-hover-shadow);
}

.v3-card-category {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 12px;
}

.v3-card-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-main);
  line-height: 1.35;
  margin-bottom: 12px;
}

.v3-card-desc {
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--text-muted);
  margin-bottom: 24px;
  flex-grow: 1;
}

.v3-card-meta {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text-main);
  padding: 10px 0;
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.v3-card-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--primary);
  text-decoration: none;
  background: rgba(148, 113, 90, 0.06);
  padding: 10px 16px;
  border-radius: 10px;
  border: 1px solid rgba(148, 113, 90, 0.12);
  transition: all 0.2s ease;
  cursor: pointer;
}

.v3-card-link:hover {
  background: var(--primary);
  color: #ffffff;
  border-color: var(--primary);
}

/* 9 Treatments Filter Grid */
.v3-filter-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
}

.v3-filter-tab {
  padding: 9px 20px;
  border-radius: 9999px;
  border: 1px solid var(--border-subtle);
  background: #ffffff;
  color: var(--text-muted);
  font-size: 0.88rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.v3-filter-tab:hover,
.v3-filter-tab.active {
  background: var(--primary);
  color: #ffffff;
  border-color: var(--primary);
}

.v3-all-treatments-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* ==========================================================================
   5. BŐRTESZT (#borteszt)
   ========================================================================== */
.v3-quiz-container {
  max-width: 760px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid var(--border-subtle);
  padding: 40px;
  box-shadow: var(--card-shadow);
}

.quiz-slide {
  display: none;
}

.quiz-slide.active {
  display: block;
  animation: fadeInQuiz 0.3s ease;
}

@keyframes fadeInQuiz {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

.v3-quiz-progress {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 32px;
}

.v3-quiz-step-dot {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--bg-alt);
  color: var(--text-muted);
  font-size: 0.85rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}

.v3-quiz-step-dot.active {
  background: var(--primary);
  color: #ffffff;
}

.v3-quiz-step-dot.completed {
  background: var(--accent);
  color: #ffffff;
}

.v3-quiz-question-title {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 24px;
  color: var(--text-main);
}

.v3-quiz-options-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 28px;
}

.v3-quiz-option {
  padding: 18px 20px;
  border-radius: 14px;
  border: 1px solid var(--border-subtle);
  background: var(--bg-surface-elevated);
  cursor: pointer;
  transition: all 0.2s ease;
}

.v3-quiz-option:hover {
  border-color: var(--primary-light);
  background: #ffffff;
  transform: translateY(-2px);
}

.v3-quiz-option.selected {
  border-color: var(--primary);
  background: rgba(148, 113, 90, 0.06);
  box-shadow: 0 0 0 2px var(--primary);
}

.v3-quiz-opt-title {
  display: block;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-main);
  margin-bottom: 4px;
}

.v3-quiz-opt-desc {
  display: block;
  font-size: 0.82rem;
  color: var(--text-muted);
  line-height: 1.4;
}

.v3-quiz-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.v3-quiz-result-box {
  text-align: center;
  padding: 10px 0;
}

.v3-quiz-result-header {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 12px;
}

.v3-quiz-result-title {
  font-size: 1.8rem;
  color: var(--text-main);
  margin-bottom: 14px;
}

.v3-quiz-result-desc {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-muted);
  max-width: 580px;
  margin: 0 auto 20px;
}

.v3-quiz-result-note {
  font-size: 0.84rem;
  font-style: italic;
  color: var(--text-light);
  padding: 12px 18px;
  background: var(--bg-alt);
  border-radius: 10px;
  max-width: 520px;
  margin: 0 auto 28px;
}

/* ==========================================================================
   6. EREDMÉNYEK (#eredmenyek)
   ========================================================================== */
.v3-ref-showcase {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}

.ref-timer-container {
  width: 100%;
  height: 4px;
  background: rgba(158, 118, 96, 0.12);
  border-radius: 4px;
  margin-bottom: 24px;
  overflow: hidden;
}

.ref-timer-bar {
  height: 100%;
  width: 0%;
  background: var(--primary);
  border-radius: 4px;
  transition: width 0.05s linear;
}

.v3-ref-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.v3-ref-tab {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 22px;
  border-radius: 30px;
  border: 1px solid var(--border-subtle);
  background: #ffffff;
  color: var(--text-muted);
  font-family: var(--font-main);
  font-size: 0.92rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 2px 6px rgba(40, 30, 20, 0.02);
}

.v3-ref-tab:hover {
  border-color: var(--primary-light);
  color: var(--text-main);
  background: var(--bg-surface-elevated);
}

.v3-ref-tab.active {
  background: var(--primary);
  border-color: var(--primary);
  color: #ffffff;
  box-shadow: 0 4px 16px rgba(158, 118, 96, 0.3);
}

.v3-tab-step {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  opacity: 0.8;
}

.v3-tab-label {
  font-weight: 600;
}

/* Slides structure */
.ref-slides-wrapper {
  position: relative;
  width: 100%;
}

.ref-slide-item {
  display: none;
}

.ref-slide-item.active {
  display: block;
  animation: fadeInRef 0.4s ease-out;
}

@keyframes fadeInRef {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Main Card */
.v3-ref-card {
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid var(--border-subtle);
  box-shadow: var(--card-shadow);
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  overflow: hidden;
  align-items: stretch;
}

.v3-ref-visual {
  position: relative;
  background: #1a1614;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  min-height: 440px;
}

/* Before / After Slider Component */
.v3-ref-visual .ba-slider-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 440px;
  overflow: hidden;
  user-select: none;
}

.v3-ref-visual .ba-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.v3-ref-visual .ba-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.v3-ref-visual .ba-image.before {
  width: 50%;
  z-index: 2;
  overflow: hidden;
  border-right: 2px solid rgba(255, 255, 255, 0.95);
}

.v3-ba-pill {
  position: absolute;
  top: 18px;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  z-index: 5;
  backdrop-filter: blur(8px);
}

.v3-ba-before {
  left: 18px;
  background: rgba(30, 24, 20, 0.8);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.v3-ba-after {
  right: 18px;
  background: rgba(158, 118, 96, 0.88);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.v3-ref-visual .ba-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 44px;
  margin-left: -22px;
  z-index: 10;
  cursor: ew-resize;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.v3-ref-visual .ba-handle-line {
  width: 2px;
  flex: 1;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.v3-ref-visual .ba-handle-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid var(--primary);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  cursor: ew-resize;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  flex-shrink: 0;
}

.v3-ref-visual .ba-handle-circle:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.45);
}

.v3-ref-drag-hint {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(20, 15, 12, 0.7);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.74rem;
  font-weight: 500;
  padding: 5px 14px;
  border-radius: 20px;
  backdrop-filter: blur(6px);
  pointer-events: none;
  z-index: 6;
  white-space: nowrap;
}

/* Card Content / Description Area */
.v3-ref-content {
  padding: 38px 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.v3-ref-meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.v3-ref-time-badge {
  display: inline-flex;
  align-items: center;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--primary);
  background: rgba(158, 118, 96, 0.08);
  border: 1px solid rgba(158, 118, 96, 0.2);
  padding: 4px 12px;
  border-radius: 20px;
}

.v3-ref-heading {
  font-family: var(--font-heading);
  font-size: 1.65rem;
  color: var(--text-main);
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
}

.v3-ref-text {
  font-size: 0.94rem;
  line-height: 1.68;
  color: var(--text-muted);
  margin: 0;
}

.v3-ref-highlights {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: var(--bg-surface-elevated);
  border-radius: 14px;
  padding: 16px 18px;
  border: 1px solid var(--border-subtle);
}

.v3-ref-hl-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--text-main);
}

.v3-ref-hl-bullet {
  color: var(--primary);
  font-size: 0.85rem;
  line-height: 1.5;
  flex-shrink: 0;
}

.v3-ref-hl-item strong {
  color: var(--text-main);
  font-weight: 600;
  margin-right: 4px;
}

.v3-ref-hl-item span {
  color: var(--text-muted);
}

.v3-ref-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--border-subtle);
  margin-top: auto;
}

/* Nav Controls */
.v3-ref-nav-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 24px;
}

.v3-ref-arrow-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--border-subtle);
  background: #ffffff;
  color: var(--text-main);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.v3-ref-arrow-btn:hover {
  border-color: var(--primary);
  color: var(--primary);
  background: var(--bg-surface-elevated);
  transform: scale(1.06);
}

.v3-ref-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.v3-ref-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--border-subtle);
  cursor: pointer;
  transition: all 0.25s ease;
}

.v3-ref-dot.active {
  width: 24px;
  border-radius: 10px;
  background: var(--primary);
}

.v3-disclaimer-note {
  font-size: 0.82rem;
  color: var(--text-light);
  text-align: center;
  max-width: 640px;
  margin: 28px auto 0;
  line-height: 1.5;
  font-style: italic;
}

/* ==========================================================================
   7. ÁRAK TÁBLÁZAT (#arak - No Calculator)
   ========================================================================== */
.v3-price-table-wrapper {
  max-width: 820px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid var(--border-subtle);
  overflow: hidden;
  box-shadow: var(--card-shadow);
}

.v3-price-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.v3-price-table th {
  background: var(--bg-alt);
  padding: 16px 24px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-main);
  border-bottom: 1px solid var(--border-subtle);
}

.v3-price-table td {
  padding: 18px 24px;
  font-size: 0.95rem;
  border-bottom: 1px solid var(--border-subtle);
  color: var(--text-main);
}

.v3-price-table tr:last-child td {
  border-bottom: none;
}

.v3-price-table tr:hover td {
  background: var(--bg-surface-elevated);
}

.v3-price-val {
  font-weight: 700;
  color: var(--primary);
  white-space: nowrap;
}

.v3-price-help-box {
  margin-top: 32px;
  text-align: center;
  background: #ffffff;
  border-radius: 16px;
  border: 1px dashed var(--primary-light);
  padding: 24px 32px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.v3-price-help-text {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-main);
}

/* ==========================================================================
   8. GYIK (#gyik)
   ========================================================================== */
.v3-faq-container {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.v3-faq-item,
.faq-card,
.faq-item {
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid var(--border-subtle);
  overflow: hidden;
  transition: all 0.25s ease;
}

.v3-faq-header,
.v3-faq-question,
.faq-header,
.faq-question {
  width: 100%;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  font-family: inherit;
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--text-main);
  background: transparent;
  border: none;
  text-align: left;
  user-select: none;
  transition: color 0.2s ease;
}

.v3-faq-header:hover,
.v3-faq-question:hover,
.faq-header:hover,
.faq-question:hover {
  color: var(--primary);
}

.v3-faq-icon,
.faq-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--bg-alt);
  color: var(--primary);
  font-size: 1.2rem;
  line-height: 1;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.v3-faq-body,
.v3-faq-answer,
.faq-body,
.faq-answer {
  padding: 0 24px 20px;
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--text-muted);
  display: none;
}

.v3-faq-body p,
.v3-faq-answer p,
.faq-body p,
.faq-answer p {
  margin: 0;
}

.v3-faq-item.open,
.faq-card.open,
.faq-item.open {
  border-color: rgba(197, 160, 89, 0.45);
  box-shadow: 0 8px 24px rgba(40, 30, 20, 0.06);
}

.v3-faq-item.open .v3-faq-icon,
.v3-faq-item.open .faq-icon,
.faq-card.open .v3-faq-icon,
.faq-card.open .faq-icon,
.faq-item.open .v3-faq-icon,
.faq-item.open .faq-icon {
  transform: rotate(45deg);
  background: var(--primary);
  color: #ffffff;
}

.v3-faq-item.open .v3-faq-body,
.v3-faq-item.open .v3-faq-answer,
.faq-card.open .v3-faq-body,
.faq-card.open .faq-body,
.faq-item.open .v3-faq-answer,
.faq-item.open .faq-answer {
  display: block;
}

/* ==========================================================================
   9. VÉGSŐ CTA BLOKK (A kapcsolat előtt)
   ========================================================================== */
.v3-final-cta-section {
  padding: 70px 0;
  background: var(--bg-alt);
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
}

.v3-final-cta-box {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid var(--border-subtle);
  padding: 50px 40px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  box-shadow: var(--card-shadow);
}

.v3-final-cta-title {
  font-size: 2.1rem;
  color: var(--text-main);
  margin-bottom: 14px;
}

.v3-final-cta-desc {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--text-muted);
  margin-bottom: 30px;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}

.v3-final-cta-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}

/* ==========================================================================
   10. TALÁLKOZZUNK A STÚDIÓBAN (#kapcsolat)
   ========================================================================== */
.v3-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: stretch;
}

.v3-contact-info-card {
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid var(--border-subtle);
  padding: 36px;
  box-shadow: var(--card-shadow);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.v3-contact-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 24px 0 32px;
}

.v3-contact-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.v3-contact-item-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--bg-alt);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.v3-contact-item-title {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--primary);
  margin-bottom: 2px;
}

.v3-contact-item-val {
  font-size: 0.95rem;
  color: var(--text-main);
  line-height: 1.5;
}

.v3-map-card {
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid var(--border-subtle);
  overflow: hidden;
  box-shadow: var(--card-shadow);
  min-height: 400px;
}

.v3-map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
  border: none;
  display: block;
}

/* ==========================================================================
   11. KEZELÉSI RÉSZLETES MODAL (V3 Clean & Non-Placeholder Structure)
   ========================================================================== */
.v3-modal-container {
  background: #ffffff;
  border-radius: 20px;
  max-width: 680px;
  width: 92%;
  max-height: 90vh;
  overflow-y: auto;
  padding: 36px;
  position: relative;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.v3-modal-header {
  border-bottom: 1px solid var(--border-subtle);
  padding-bottom: 20px;
  margin-bottom: 24px;
}

.v3-modal-title {
  font-size: 1.8rem;
  color: var(--text-main);
  margin-bottom: 8px;
}

.v3-modal-meta {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--primary);
}

.v3-modal-section {
  margin-bottom: 22px;
}

.v3-modal-section-title {
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--primary);
  margin-bottom: 8px;
}

.v3-modal-section-text {
  font-size: 0.94rem;
  line-height: 1.65;
  color: var(--text-muted);
}

.v3-modal-steps-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
}

.v3-modal-step-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.92rem;
  color: var(--text-main);
  padding: 8px 12px;
  background: var(--bg-surface-elevated);
  border-radius: 8px;
  border: 1px solid var(--border-subtle);
}

.v3-modal-step-num {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--primary);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* ==========================================================================
   V3 RESPONSIVE BREAKPOINTS
   ========================================================================== */
@media (max-width: 1024px) {
  .v3-hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .v3-portrait-wrapper {
    max-width: 360px;
    margin: 0 auto;
  }
  .v3-trust-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .v3-featured-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .v3-all-treatments-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .v3-contact-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

@media (max-width: 880px) {
  .v3-ref-card {
    grid-template-columns: 1fr;
  }
  .v3-ref-visual {
    min-height: 360px;
  }
  .v3-ref-visual .ba-slider-wrapper {
    min-height: 360px;
    height: 360px;
  }
  .v3-ref-content {
    padding: 28px 24px;
  }
}

@media (max-width: 640px) {
  .v3-featured-grid {
    grid-template-columns: 1fr;
  }
  .v3-all-treatments-grid {
    grid-template-columns: 1fr;
  }
  .v3-quiz-options-grid {
    grid-template-columns: 1fr;
  }
  .v3-about-box {
    padding: 32px 24px;
  }
  .v3-about-footer {
    flex-direction: column;
    align-items: flex-start;
  }
  .v3-modal-container {
    padding: 24px 18px;
  }
  .v3-ref-tab {
    padding: 8px 16px;
    font-size: 0.85rem;
  }
  .v3-ref-visual {
    min-height: 290px;
  }
  .v3-ref-visual .ba-slider-wrapper {
    min-height: 290px;
    height: 290px;
  }
  .v3-ref-content {
    padding: 22px 18px;
  }
  .v3-ref-heading {
    font-size: 1.4rem;
  }
}

/* ==========================================================================
   V4 ULTRA-PREMIUM REFINEMENT & SCALE SYSTEM
   ========================================================================== */

/* 1. Global Typography & Scale Bump (~10%) for V4 */
.v4-body {
  font-size: 16.5px;
  line-height: 1.7;
  color: var(--text-main);
  background-color: #F8F5F0;
}

.v4-body .container {
  max-width: 1240px;
}

.v4-body h1 {
  font-size: 3.2rem;
  line-height: 1.18;
}

.v4-body h2 {
  font-size: 2.35rem;
  line-height: 1.25;
}

.v4-body h3 {
  font-size: 1.38rem;
}

/* 2. Trust 3-Cards Scaling */
.v4-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}

.v4-trust-card {
  padding: 32px 28px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid var(--border-subtle);
  box-shadow: 0 4px 16px rgba(40, 30, 20, 0.03);
  transition: all 0.25s ease;
}

.v4-trust-card:hover {
  transform: translateY(-3px);
  border-color: var(--primary-light);
  box-shadow: 0 10px 28px rgba(40, 30, 20, 0.06);
}

.v4-trust-num {
  font-family: var(--font-serif);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 12px;
  display: block;
}

.v4-trust-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--text-main);
  margin-bottom: 10px;
}

.v4-trust-desc {
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--text-muted);
  margin: 0;
}

/* 3. "Szia, Betti vagyok" 55% / 45% Editorial Layout */
.v4-about-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.95fr;
  gap: 56px;
  align-items: center;
}

.v4-about-content {
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid var(--border-subtle);
  padding: 48px 44px;
  box-shadow: var(--card-shadow);
}

.v4-about-title {
  font-size: 2.3rem;
  color: var(--text-main);
  margin-bottom: 22px;
}

.v4-about-paragraphs p {
  font-size: 1.08rem;
  line-height: 1.75;
  color: var(--text-muted);
  margin-bottom: 18px;
}

.v4-about-quote-box {
  background: var(--bg-surface-elevated);
  border-left: 3px solid var(--primary);
  padding: 16px 20px;
  border-radius: 0 12px 12px 0;
  margin: 24px 0 28px;
  font-size: 0.98rem;
  font-style: italic;
  color: var(--text-main);
}

.v4-about-visual {
  position: relative;
}

.v4-about-img-frame {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(40, 30, 20, 0.12);
  border: 1px solid var(--border-subtle);
  background: #ffffff;
}

.v4-about-img-frame img {
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: cover;
  display: block;
}

.v4-about-floating-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  padding: 14px 20px;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(40, 30, 20, 0.1);
  border: 1px solid var(--border-subtle);
  display: flex;
  align-items: center;
  gap: 12px;
}

/* 4. Top 4 Featured Cards (Larger & Spacious) */
.v4-featured-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.v4-card {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid var(--border-card);
  padding: 34px 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: var(--card-shadow);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.v4-card:hover {
  transform: translateY(-5px);
  border-color: var(--primary-light);
  box-shadow: var(--card-hover-shadow);
}

.v4-card-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--text-main);
  line-height: 1.35;
  margin-bottom: 12px;
}

.v4-card-desc {
  font-size: 0.98rem;
  line-height: 1.65;
  color: var(--text-muted);
  margin-bottom: 24px;
  flex-grow: 1;
}

.v4-card-meta {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-main);
  padding: 12px 0;
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.v4-card-link-subtle {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 0.94rem;
  font-weight: 600;
  color: var(--primary);
  text-decoration: none;
  background: transparent;
  padding: 8px 4px;
  border: none;
  border-bottom: 1px dashed var(--primary-light);
  transition: all 0.2s ease;
  cursor: pointer;
}

.v4-card-link-subtle:hover {
  color: var(--primary-dark);
  border-bottom-style: solid;
  transform: translateX(3px);
}

/* 5. Kezelések 6-Preview + Expander */
.v4-treatments-toggle-wrap {
  text-align: center;
  margin-top: 40px;
}

/* 6. Bőrteszt Stepper Bar (01 -> 02 -> 03) */
.v4-quiz-stepper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}

.v4-quiz-step {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 22px;
  border-radius: 14px;
  background: var(--bg-surface-elevated);
  border: 1px solid var(--border-subtle);
  transition: all 0.25s ease;
}

.v4-quiz-step.active {
  background: #ffffff;
  border-color: var(--primary);
  box-shadow: 0 4px 14px rgba(158, 118, 96, 0.15);
}

.v4-step-num {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--bg-alt);
  color: var(--text-muted);
  font-size: 0.85rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}

.v4-quiz-step.active .v4-step-num {
  background: var(--primary);
  color: #ffffff;
}

.v4-step-info {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.v4-step-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text-main);
  line-height: 1.2;
}

.v4-step-sub {
  font-size: 0.76rem;
  color: var(--text-muted);
}

.v4-quiz-step-arrow {
  color: var(--primary-light);
  font-weight: 700;
  font-size: 1.1rem;
}

/* 7. Kapcsolat 55% / 45% Layout & Line Icons */
.v4-contact-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.95fr;
  gap: 48px;
  align-items: stretch;
}

.v4-contact-item-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--bg-surface-elevated);
  color: var(--primary);
  border: 1px solid var(--border-subtle);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.2s ease;
}

.v4-contact-item:hover .v4-contact-item-icon {
  background: var(--primary);
  color: #ffffff;
  border-color: var(--primary);
}

/* 8. Elegant Footer */
.v4-footer {
  background: #ffffff;
  border-top: 1px solid var(--border-subtle);
  padding: 50px 0 35px;
  text-align: center;
}

.v4-footer-brand {
  font-family: var(--font-serif);
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--text-main);
  letter-spacing: 0.08em;
  margin-bottom: 6px;
}

.v4-footer-tagline {
  font-size: 0.92rem;
  color: var(--text-muted);
  margin-bottom: 24px;
}

.v4-footer-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 28px;
}

.v4-footer-nav a {
  font-size: 0.95rem;
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.2s ease;
}

.v4-footer-nav a:hover {
  color: var(--primary);
}

.v4-footer-copy {
  font-size: 0.84rem;
  color: var(--text-light);
  border-top: 1px solid var(--border-subtle);
  padding-top: 20px;
  max-width: 600px;
  margin: 0 auto;
}

/* 9. Responsive for V4 */
@media (max-width: 1024px) {
  .v4-about-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .v4-featured-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .v4-contact-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .v4-trust-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 640px) {
  .v4-featured-grid {
    grid-template-columns: 1fr;
  }
  .v4-quiz-stepper {
    flex-direction: column;
    gap: 10px;
  }
  .v4-quiz-step-arrow {
    transform: rotate(90deg);
  }
  .v4-about-content {
    padding: 32px 24px;
  }
}

/* ==========================================================================
   V5 PRICING SYSTEM & DEDICATED PRICE PAGE STYLING
   ========================================================================== */

/* 1. First Visit Hero Card (Kiemelt Első Alkalom Kártya) */
.v5-first-visit-card {
  background: #ffffff;
  border-radius: 22px;
  border: 1.5px solid var(--primary-light);
  box-shadow: 0 12px 36px rgba(158, 118, 96, 0.1);
  padding: 40px 44px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px;
}

.v5-first-visit-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: var(--primary);
}

.v5-first-visit-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary);
  background: rgba(158, 118, 96, 0.1);
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 12px;
}

.v5-first-visit-title {
  font-family: var(--font-heading);
  font-size: 1.85rem;
  color: var(--text-main);
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 10px;
}

.v5-first-visit-desc {
  font-size: 1.02rem;
  line-height: 1.68;
  color: var(--text-muted);
  max-width: 620px;
  margin: 0;
}

.v5-first-visit-pricing {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

.v5-first-visit-meta {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-muted);
}

.v5-first-visit-price {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--primary);
  line-height: 1;
}

/* 2. Homepage Pricing Overview Cards Grid */
.v5-price-overview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}

.v5-price-cat-card {
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid var(--border-subtle);
  padding: 30px 26px;
  box-shadow: var(--card-shadow);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.25s ease;
}

.v5-price-cat-card:hover {
  transform: translateY(-4px);
  border-color: var(--primary-light);
  box-shadow: var(--card-hover-shadow);
}

.v5-price-cat-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 14px;
}

.v5-price-cat-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--text-main);
  margin: 0;
}

.v5-price-cat-badge {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--primary);
  background: rgba(158, 118, 96, 0.08);
  padding: 4px 10px;
  border-radius: 12px;
  white-space: nowrap;
}

.v5-price-cat-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.v5-price-cat-list li {
  font-size: 0.92rem;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 8px;
}

.v5-price-cat-list li::before {
  content: '•';
  color: var(--primary);
  font-weight: bold;
}

.v5-price-cat-footer {
  border-top: 1px solid var(--border-subtle);
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.v5-price-cat-link {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--primary);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s ease;
}

.v5-price-cat-link:hover {
  color: var(--primary-dark);
}

/* 3. Full Price List Page (arak.html) Layout */
.v5-price-page-hero {
  padding: 80px 0 50px;
  text-align: center;
  background: #ffffff;
  border-bottom: 1px solid var(--border-subtle);
}

.v5-price-page-hero h1 {
  font-size: 2.8rem;
  color: var(--text-main);
  margin-bottom: 12px;
}

.v5-price-page-hero p {
  font-size: 1.1rem;
  color: var(--text-muted);
  max-width: 680px;
  margin: 0 auto;
}

.v5-price-section-box {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid var(--border-subtle);
  padding: 40px;
  margin-bottom: 36px;
  box-shadow: var(--card-shadow);
}

.v5-price-section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--border-subtle);
  padding-bottom: 20px;
  margin-bottom: 24px;
  flex-wrap: wrap;
  gap: 12px;
}

.v5-price-section-title {
  font-size: 1.7rem;
  color: var(--text-main);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.v5-price-sec-num {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--primary);
  background: rgba(158, 118, 96, 0.1);
  padding: 4px 10px;
  border-radius: 8px;
}

.v5-price-list-table {
  width: 100%;
  border-collapse: collapse;
}

.v5-price-list-table tr {
  border-bottom: 1px solid var(--border-subtle);
  transition: background 0.15s ease;
}

.v5-price-list-table tr:last-child {
  border-bottom: none;
}

.v5-price-list-table tr:hover {
  background: var(--bg-surface-elevated);
}

.v5-price-list-table td {
  padding: 16px 12px;
  font-size: 0.98rem;
  color: var(--text-main);
}

.v5-price-item-name {
  font-weight: 600;
}

.v5-price-item-desc {
  display: block;
  font-size: 0.84rem;
  color: var(--text-muted);
  margin-top: 3px;
}

.v5-price-item-duration {
  color: var(--text-muted);
  font-size: 0.9rem;
  white-space: nowrap;
}

.v5-price-item-val {
  text-align: right;
  font-weight: 700;
  color: var(--primary);
  font-size: 1.05rem;
  white-space: nowrap;
}

/* Sub-category columns for Waxing and Brows */
.v5-price-subgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.v5-price-subcard {
  background: var(--bg-surface-elevated);
  border-radius: 14px;
  border: 1px solid var(--border-subtle);
  padding: 24px;
}

.v5-price-subtitle {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--primary-light);
}

/* Responsive Rules for V5 */
@media (max-width: 1024px) {
  .v5-price-overview-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .v5-first-visit-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 24px;
  }
  .v5-first-visit-pricing {
    text-align: left;
    align-items: flex-start;
  }
  .v5-price-overview-grid {
    grid-template-columns: 1fr;
  }
  .v5-price-subgrid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .v5-price-section-box {
    padding: 24px 18px;
  }
  .v5-price-list-table td {
    padding: 12px 6px;
    font-size: 0.92rem;
  }
}

/* ==========================================================================
   V6 ENHANCEMENTS - ELEGANT TREATMENT THUMBNAILS & TOP 4 VISUAL CARDS
   ========================================================================== */

/* Top 4 Featured Treatments in V6 */
.v6-top-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.v6-top-card {
  background: var(--bg-surface-elevated);
  border: 1px solid var(--border-subtle);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.v6-top-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(92, 70, 52, 0.12);
  border-color: rgba(197, 160, 89, 0.45);
}

.v6-top-img-wrap {
  position: relative;
  width: 100%;
  height: 160px;
  overflow: hidden;
  background: var(--bg-alt);
}

.v6-top-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.v6-top-card:hover .v6-top-img {
  transform: scale(1.08);
}

.v6-top-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(26, 26, 24, 0.82);
  backdrop-filter: blur(8px);
  color: #DFC08A;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 99px;
  border: 1px solid rgba(223, 192, 138, 0.35);
}

.v6-top-body {
  padding: 22px 18px;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
}

.v6-top-title {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text-main);
  margin: 6px 0 8px 0;
  line-height: 1.35;
}

.v6-top-desc {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.5;
  margin-bottom: 16px;
}

.v6-top-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  border-top: 1px solid var(--border-subtle);
  margin-top: auto;
}

.v6-top-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

/* 9 Treatments Grid with Left-Side Thumbnails in V6 */
.v6-treatments-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.v6-treatment-card {
  background: var(--bg-surface-elevated);
  border: 1px solid var(--border-subtle);
  border-radius: 18px;
  padding: 18px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: stretch;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.03);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
}

.v6-treatment-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(92, 70, 52, 0.12);
  border-color: rgba(197, 160, 89, 0.4);
}

.v6-thumb-wrapper {
  flex: 0 0 100px;
  width: 100px;
  height: 100px;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  background: var(--bg-alt);
  border: 1px solid rgba(197, 160, 89, 0.22);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.04);
  align-self: flex-start;
}

.v6-treatment-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.v6-treatment-card:hover .v6-treatment-thumb {
  transform: scale(1.1);
}

.v6-card-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.v6-card-top {
  margin-bottom: 10px;
}

.v6-card-title {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-main);
  margin: 4px 0 6px 0;
  line-height: 1.35;
}

.v6-card-desc {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.48;
}

.v6-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid var(--border-subtle);
  margin-top: auto;
}

.v6-card-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.v6-duration {
  font-size: 0.8rem;
  color: var(--text-muted);
  font-weight: 500;
}

.v6-price {
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--primary);
  font-family: var(--font-heading);
}

.v6-card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(197, 160, 89, 0.1);
  color: var(--primary);
  border: 1px solid rgba(197, 160, 89, 0.25);
  border-radius: 99px;
  padding: 6px 13px;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.v6-card-link:hover {
  background: var(--primary);
  color: #ffffff;
  transform: translateX(3px);
  border-color: var(--primary);
}

/* Responsive Rules for V6 */
@media (max-width: 1200px) {
  .v6-top-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .v6-treatments-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .v6-top-grid {
    grid-template-columns: 1fr;
  }
  .v6-treatments-grid {
    grid-template-columns: 1fr;
  }
  .v6-treatment-card {
    padding: 16px;
    gap: 14px;
  }
  .v6-thumb-wrapper {
    flex: 0 0 85px;
    width: 85px;
    height: 85px;
  }
}

@media (max-width: 480px) {
  .v6-treatment-card {
    flex-direction: column;
  }
  .v6-thumb-wrapper {
    width: 100%;
    height: 120px;
  }
}



