/* ============================================================
   LAK NAIL — Premium Beauty Design System
   laknail.ir | مرکز تخصصی ناخن لاک
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&display=swap');

/* ============================================================
   DESIGN TOKENS
   ============================================================ */
:root {
  /* Primary Palette */
  --clr-primary:       #C4956A;
  --clr-primary-light: #D9B49A;
  --clr-primary-dark:  #A67852;
  --clr-secondary:     #E8D5C4;
  --clr-accent:        #7D4F3E;
  --clr-accent-soft:   #B07865;

  /* Backgrounds */
  --clr-bg:            #FAF8F5;
  --clr-bg-alt:        #F5EFE8;
  --clr-surface:       #FFFFFF;
  --clr-surface-2:     #FDF9F6;
  --clr-glass:         rgba(255, 255, 255, 0.65);
  --clr-glass-dark:    rgba(26, 18, 14, 0.55);

  /* Text */
  --clr-text:          #2A1A14;
  --clr-text-muted:    #8A7065;
  --clr-text-light:    #B8A89E;
  --clr-text-inverse:  #FAF8F5;

  /* Borders */
  --clr-border:        rgba(196, 149, 106, 0.2);
  --clr-border-dark:   rgba(196, 149, 106, 0.4);

  /* Dark Mode */
  --clr-dark-bg:       #140E0B;
  --clr-dark-surface:  #1E1410;
  --clr-dark-surface2: #261A14;
  --clr-dark-border:   rgba(196, 149, 106, 0.15);

  /* Status */
  --clr-success:       #7DAF8A;
  --clr-error:         #C47A7A;
  --clr-warning:       #C4A96A;

  /* Typography */
  --font-persian:      'Vazirmatn', sans-serif;
  --font-display:      'Playfair Display', serif;

  /* Scale */
  --text-xs:   0.75rem;
  --text-sm:   0.875rem;
  --text-base: 1rem;
  --text-lg:   1.125rem;
  --text-xl:   1.25rem;
  --text-2xl:  1.5rem;
  --text-3xl:  1.875rem;
  --text-4xl:  2.25rem;
  --text-5xl:  3rem;
  --text-6xl:  3.75rem;
  --text-7xl:  4.5rem;
  --text-8xl:  6rem;

  /* Spacing */
  --space-1:  0.25rem;
  --space-2:  0.5rem;
  --space-3:  0.75rem;
  --space-4:  1rem;
  --space-6:  1.5rem;
  --space-8:  2rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --space-32: 8rem;

  /* Radius */
  --radius-sm:   0.375rem;
  --radius-md:   0.75rem;
  --radius-lg:   1.25rem;
  --radius-xl:   2rem;
  --radius-2xl:  3rem;
  --radius-full: 9999px;

  /* Shadows */
  --shadow-sm:  0 1px 3px rgba(42,26,20,0.06), 0 1px 2px rgba(42,26,20,0.04);
  --shadow-md:  0 4px 16px rgba(42,26,20,0.08), 0 2px 8px rgba(42,26,20,0.04);
  --shadow-lg:  0 10px 40px rgba(42,26,20,0.1), 0 4px 16px rgba(42,26,20,0.06);
  --shadow-xl:  0 20px 60px rgba(42,26,20,0.12), 0 8px 24px rgba(42,26,20,0.08);
  --shadow-glow: 0 0 40px rgba(196,149,106,0.25);

  /* Transitions */
  --ease-smooth:   cubic-bezier(0.4, 0, 0.2, 1);
  --ease-spring:   cubic-bezier(0.34, 1.56, 0.64, 1);
  --ease-expo:     cubic-bezier(0.19, 1, 0.22, 1);
  --ease-back:     cubic-bezier(0.68, -0.6, 0.32, 1.6);
  --dur-fast:   150ms;
  --dur-mid:    300ms;
  --dur-slow:   600ms;
  --dur-xslow:  900ms;

  /* Layout */
  --container-xl: 1440px;
  --container-lg: 1200px;
  --container-md: 960px;
  --container-sm: 680px;
  --nav-h: 80px;
}

/* Dark Mode */
[data-theme="dark"] {
  --clr-bg:       var(--clr-dark-bg);
  --clr-bg-alt:   var(--clr-dark-surface);
  --clr-surface:  var(--clr-dark-surface);
  --clr-surface-2: var(--clr-dark-surface2);
  --clr-text:     #F0E8E0;
  --clr-text-muted: #9E8878;
  --clr-border:   var(--clr-dark-border);
  --clr-glass:    rgba(26, 18, 14, 0.7);
}

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
  direction: rtl;
}

body {
  font-family: var(--font-persian);
  background-color: var(--clr-bg);
  color: var(--clr-text);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: var(--font-persian);
}

input, textarea, select {
  font-family: var(--font-persian);
  direction: rtl;
}

ul { list-style: none; }

/* ============================================================
   CUSTOM CURSOR
   ============================================================ */
.cursor-dot,
.cursor-ring {
  position: fixed;
  top: 0; left: 0;
  pointer-events: none;
  z-index: 9999;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: opacity var(--dur-mid) var(--ease-smooth);
}
.cursor-dot {
  width: 8px;
  height: 8px;
  background: var(--clr-primary);
  transition: transform var(--dur-fast) var(--ease-smooth), width var(--dur-mid), height var(--dur-mid);
}
.cursor-ring {
  width: 36px;
  height: 36px;
  border: 1.5px solid var(--clr-primary);
  opacity: 0.5;
  transition: transform 0.1s var(--ease-smooth), width var(--dur-mid), height var(--dur-mid), opacity var(--dur-mid);
}
body.cursor-hover .cursor-dot {
  transform: translate(-50%, -50%) scale(0);
}
body.cursor-hover .cursor-ring {
  width: 60px;
  height: 60px;
  opacity: 0.3;
  background: rgba(196,149,106,0.1);
}

/* ============================================================
   SCROLL PROGRESS
   ============================================================ */
.scroll-progress {
  position: fixed;
  top: 0; right: 0;
  width: 0%;
  height: 3px;
  background: linear-gradient(to left, var(--clr-primary), var(--clr-accent-soft));
  z-index: 9998;
  transition: width 0.1s;
}

/* ============================================================
   UTILITIES
   ============================================================ */
.container {
  width: 100%;
  max-width: var(--container-lg);
  margin: 0 auto;
  padding: 0 var(--space-6);
}

.section-pad {
  padding: var(--space-24) 0;
}

.section-pad-lg {
  padding: var(--space-32) 0;
}

.text-center { text-align: center; }
.text-right  { text-align: right; }
.rtl         { direction: rtl; }
.ltr         { direction: ltr; }

.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

/* Reveal animations */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity var(--dur-slow) var(--ease-expo), transform var(--dur-slow) var(--ease-expo);
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-left {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity var(--dur-slow) var(--ease-expo), transform var(--dur-slow) var(--ease-expo);
}
.reveal-left.visible {
  opacity: 1;
  transform: translateX(0);
}
.reveal-scale {
  opacity: 0;
  transform: scale(0.92);
  transition: opacity var(--dur-slow) var(--ease-expo), transform var(--dur-slow) var(--ease-expo);
}
.reveal-scale.visible {
  opacity: 1;
  transform: scale(1);
}

/* Stagger delays */
.delay-1 { transition-delay: 0.1s !important; }
.delay-2 { transition-delay: 0.2s !important; }
.delay-3 { transition-delay: 0.3s !important; }
.delay-4 { transition-delay: 0.4s !important; }
.delay-5 { transition-delay: 0.5s !important; }
.delay-6 { transition-delay: 0.6s !important; }

/* ============================================================
   SECTION LABELS & HEADINGS
   ============================================================ */
.section-label {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--clr-primary);
  padding: var(--space-2) var(--space-4);
  background: rgba(196,149,106,0.08);
  border: 1px solid rgba(196,149,106,0.2);
  border-radius: var(--radius-full);
  margin-bottom: var(--space-4);
}
.section-label::before {
  content: '';
  width: 5px; height: 5px;
  background: var(--clr-primary);
  border-radius: 50%;
  display: block;
}

.section-title {
  font-family: var(--font-persian);
  font-size: var(--text-4xl);
  font-weight: 700;
  line-height: 1.3;
  color: var(--clr-text);
  margin-bottom: var(--space-4);
}
.section-title span {
  color: var(--clr-primary);
}
.section-title em {
  font-style: italic;
  font-family: var(--font-display);
  color: var(--clr-primary-dark);
}

.section-subtitle {
  font-size: var(--text-lg);
  color: var(--clr-text-muted);
  max-width: 560px;
  line-height: 1.8;
}

.section-header {
  margin-bottom: var(--space-16);
}
.section-header.center {
  text-align: center;
}
.section-header.center .section-subtitle {
  margin: 0 auto;
}

/* ============================================================
   DIVIDER
   ============================================================ */
.divider {
  width: 60px;
  height: 2px;
  background: linear-gradient(to left, var(--clr-primary), transparent);
  margin: var(--space-4) 0;
}
.divider.center {
  margin: var(--space-4) auto;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: 0.875rem 2rem;
  font-size: var(--text-sm);
  font-weight: 600;
  border-radius: var(--radius-full);
  transition: all var(--dur-mid) var(--ease-smooth);
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  font-family: var(--font-persian);
}
.btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0);
  transition: background var(--dur-mid);
}
.btn:hover::after {
  background: rgba(255,255,255,0.1);
}
.btn:active { transform: scale(0.98); }
.btn:focus-visible {
  outline: 2px solid var(--clr-primary);
  outline-offset: 3px;
}

.btn-primary {
  background: linear-gradient(135deg, var(--clr-primary), var(--clr-accent-soft));
  color: #fff;
  box-shadow: 0 4px 20px rgba(196,149,106,0.35);
}
.btn-primary:hover {
  box-shadow: 0 8px 30px rgba(196,149,106,0.5);
  transform: translateY(-1px);
}

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

.btn-ghost {
  background: transparent;
  color: var(--clr-text-muted);
  padding: 0.875rem 1.5rem;
}
.btn-ghost:hover {
  color: var(--clr-primary);
}

.btn-dark {
  background: var(--clr-text);
  color: var(--clr-text-inverse);
}
.btn-dark:hover {
  background: var(--clr-accent);
  transform: translateY(-1px);
}

.btn-glass {
  background: var(--clr-glass);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: var(--clr-text);
  border: 1px solid var(--clr-border-dark);
}
.btn-glass:hover {
  background: rgba(255,255,255,0.9);
}

.btn-sm {
  padding: 0.625rem 1.25rem;
  font-size: var(--text-xs);
}
.btn-lg {
  padding: 1.125rem 2.5rem;
  font-size: var(--text-base);
}

.btn-icon {
  width: 48px;
  height: 48px;
  padding: 0;
  border-radius: var(--radius-full);
  justify-content: center;
}
.btn-icon svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

/* ============================================================
   NAVIGATION
   ============================================================ */
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  transition: all var(--dur-slow) var(--ease-expo);
  padding: var(--space-4) 0;
}
.navbar.scrolled {
  background: var(--clr-glass);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--clr-border);
  padding: var(--space-3) 0;
  box-shadow: var(--shadow-sm);
}

.navbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-8);
}

.navbar__logo {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  flex-shrink: 0;
}
.navbar__logo-mark {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, var(--clr-primary), var(--clr-accent-soft));
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: var(--text-xl);
  font-weight: 800;
  letter-spacing: -1px;
  box-shadow: 0 4px 14px rgba(196,149,106,0.4);
}
.navbar__logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.navbar__logo-en {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: 600;
  color: var(--clr-text);
  letter-spacing: 0.05em;
}
.navbar__logo-fa {
  font-size: var(--text-xs);
  color: var(--clr-text-muted);
  font-weight: 400;
}

.navbar__nav {
  display: flex;
  align-items: center;
  gap: var(--space-1);
  flex: 1;
  justify-content: center;
}
.navbar__nav-link {
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--clr-text);
  padding: var(--space-2) var(--space-4);
  border-radius: var(--radius-full);
  transition: all var(--dur-mid) var(--ease-smooth);
  position: relative;
}
.navbar__nav-link::after {
  content: '';
  position: absolute;
  bottom: 4px;
  right: 50%;
  transform: translateX(50%);
  width: 0;
  height: 2px;
  background: var(--clr-primary);
  border-radius: 2px;
  transition: width var(--dur-mid) var(--ease-smooth);
}
.navbar__nav-link:hover::after,
.navbar__nav-link.active::after {
  width: calc(100% - 2rem);
}
.navbar__nav-link:hover {
  color: var(--clr-primary);
}

.navbar__actions {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  flex-shrink: 0;
}

.navbar__theme-btn {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--clr-text-muted);
  transition: all var(--dur-mid) var(--ease-smooth);
  border: 1px solid var(--clr-border);
}
.navbar__theme-btn:hover {
  color: var(--clr-primary);
  border-color: var(--clr-primary);
}

.navbar__hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-md);
  border: 1px solid var(--clr-border);
}
.navbar__hamburger span {
  width: 22px;
  height: 2px;
  background: var(--clr-text);
  border-radius: 2px;
  transition: all var(--dur-mid) var(--ease-smooth);
  display: block;
}
.navbar__hamburger.open span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.navbar__hamburger.open span:nth-child(2) {
  opacity: 0;
}
.navbar__hamburger.open span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* Mobile Nav */
.navbar__mobile {
  position: fixed;
  top: 0; right: -100%;
  width: min(360px, 90vw);
  height: 100vh;
  background: var(--clr-surface);
  z-index: 999;
  transition: right var(--dur-slow) var(--ease-expo);
  padding: var(--space-24) var(--space-8) var(--space-8);
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  box-shadow: var(--shadow-xl);
  overflow-y: auto;
}
.navbar__mobile.open {
  right: 0;
}
.navbar__mobile-link {
  font-size: var(--text-xl);
  font-weight: 600;
  color: var(--clr-text);
  padding: var(--space-3) 0;
  border-bottom: 1px solid var(--clr-border);
  transition: color var(--dur-mid);
}
.navbar__mobile-link:hover {
  color: var(--clr-primary);
}

.navbar__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  z-index: 998;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--dur-mid);
}
.navbar__overlay.open {
  opacity: 1;
  pointer-events: all;
}

/* ============================================================
   HERO SECTION
   ============================================================ */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: var(--nav-h);
}

/* Blob backgrounds */
.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.4;
  animation: blobFloat 8s ease-in-out infinite alternate;
}
.hero__blob--1 {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, #E8C4A8, transparent);
  top: -200px;
  right: -100px;
  animation-delay: 0s;
}
.hero__blob--2 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, #D4A070, transparent);
  bottom: -100px;
  left: 20%;
  animation-delay: 3s;
}
.hero__blob--3 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, #F5DDD0, transparent);
  top: 30%;
  left: -100px;
  animation-delay: 6s;
}

@keyframes blobFloat {
  0%   { transform: translate(0, 0) scale(1); }
  100% { transform: translate(30px, -30px) scale(1.08); }
}

/* Noise texture overlay */
.hero__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");
  opacity: 0.03;
}

.hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-16);
  align-items: center;
  width: 100%;
}

.hero__content {
  padding: var(--space-16) 0;
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-2) var(--space-4);
  background: rgba(196,149,106,0.1);
  border: 1px solid rgba(196,149,106,0.3);
  border-radius: var(--radius-full);
  font-size: var(--text-xs);
  font-weight: 600;
  color: var(--clr-primary-dark);
  letter-spacing: 0.05em;
  margin-bottom: var(--space-6);
  opacity: 0;
  animation: fadeSlideDown 0.8s var(--ease-expo) 0.2s forwards;
}
.hero__badge-dot {
  width: 7px;
  height: 7px;
  background: var(--clr-success);
  border-radius: 50%;
  position: relative;
}
.hero__badge-dot::after {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  background: rgba(125,175,138,0.3);
  animation: pulse 2s ease infinite;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50%       { transform: scale(1.6); opacity: 0; }
}

.hero__title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  line-height: 1.25;
  color: var(--clr-text);
  margin-bottom: var(--space-6);
  opacity: 0;
  animation: fadeSlideDown 0.8s var(--ease-expo) 0.4s forwards;
}
.hero__title em {
  font-style: italic;
  font-family: var(--font-display);
  color: var(--clr-primary);
}

.hero__description {
  font-size: var(--text-lg);
  color: var(--clr-text-muted);
  line-height: 1.9;
  max-width: 500px;
  margin-bottom: var(--space-8);
  opacity: 0;
  animation: fadeSlideDown 0.8s var(--ease-expo) 0.6s forwards;
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  flex-wrap: wrap;
  margin-bottom: var(--space-12);
  opacity: 0;
  animation: fadeSlideDown 0.8s var(--ease-expo) 0.8s forwards;
}

.hero__trust {
  display: flex;
  align-items: center;
  gap: var(--space-6);
  flex-wrap: wrap;
  opacity: 0;
  animation: fadeSlideDown 0.8s var(--ease-expo) 1s forwards;
}
.hero__trust-item {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--text-sm);
  color: var(--clr-text-muted);
}
.hero__trust-item svg {
  color: var(--clr-primary);
  flex-shrink: 0;
}
.hero__trust-sep {
  width: 1px;
  height: 20px;
  background: var(--clr-border-dark);
}

/* Hero visual */
.hero__visual {
  position: relative;
  height: 580px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  animation: fadeIn 1.2s var(--ease-expo) 0.5s forwards;
}

.hero__img-frame {
  position: relative;
  width: 420px;
  height: 520px;
  border-radius: 2rem 2rem 6rem 2rem;
  overflow: hidden;
  box-shadow: var(--shadow-xl);
}
.hero__img-main {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: linear-gradient(145deg, #E8D0C0, #C4956A, #A67852, #F5E5D8);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
}
.hero__img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(42,26,20,0.3), transparent 60%);
}

/* Floating cards */
.hero__card {
  position: absolute;
  background: var(--clr-glass);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--clr-border-dark);
  border-radius: var(--radius-xl);
  padding: var(--space-4) var(--space-6);
  box-shadow: var(--shadow-lg);
  animation: floatCard 4s ease-in-out infinite alternate;
}
.hero__card--1 {
  bottom: 60px;
  right: -40px;
  animation-delay: 0s;
}
.hero__card--2 {
  top: 60px;
  left: -40px;
  animation-delay: 2s;
}
.hero__card--3 {
  top: 200px;
  right: -50px;
  animation-delay: 1s;
}

@keyframes floatCard {
  0%   { transform: translateY(0); }
  100% { transform: translateY(-12px); }
}

.hero__card-content {
  display: flex;
  align-items: center;
  gap: var(--space-3);
}
.hero__card-icon {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, var(--clr-primary), var(--clr-accent-soft));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.hero__card-text {
  line-height: 1.3;
}
.hero__card-title {
  font-size: var(--text-sm);
  font-weight: 700;
  color: var(--clr-text);
  white-space: nowrap;
}
.hero__card-sub {
  font-size: var(--text-xs);
  color: var(--clr-text-muted);
  white-space: nowrap;
}

.hero__stars {
  display: flex;
  gap: 2px;
  margin-top: 2px;
}
.hero__stars span {
  color: var(--clr-warning);
  font-size: 10px;
}

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

/* Scroll indicator */
.hero__scroll {
  position: absolute;
  bottom: var(--space-8);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-2);
  color: var(--clr-text-muted);
  font-size: var(--text-xs);
  animation: fadeIn 1s var(--ease-expo) 1.5s both;
}
.hero__scroll-line {
  width: 1px;
  height: 48px;
  background: linear-gradient(to bottom, var(--clr-primary), transparent);
  animation: scrollLine 1.5s ease infinite;
}
@keyframes scrollLine {
  0%   { transform: scaleY(0); transform-origin: top; }
  50%  { transform: scaleY(1); transform-origin: top; }
  51%  { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

/* ============================================================
   SERVICES SECTION
   ============================================================ */
.services {
  background: var(--clr-bg-alt);
  position: relative;
  overflow: hidden;
}
.services::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(196,149,106,0.1), transparent);
  border-radius: 50%;
  transform: translate(30%, -30%);
}

.services__tabs {
  display: flex;
  gap: var(--space-2);
  flex-wrap: wrap;
  margin-bottom: var(--space-12);
}
.services__tab {
  padding: var(--space-2) var(--space-6);
  border-radius: var(--radius-full);
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--clr-text-muted);
  background: var(--clr-surface);
  border: 1.5px solid var(--clr-border);
  transition: all var(--dur-mid) var(--ease-smooth);
  cursor: pointer;
}
.services__tab:hover,
.services__tab.active {
  background: var(--clr-primary);
  color: #fff;
  border-color: var(--clr-primary);
  box-shadow: 0 4px 16px rgba(196,149,106,0.3);
}

.services__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: var(--space-6);
}
.services__grid .service-card.hidden {
  display: none;
}

.service-card {
  background: var(--clr-surface);
  border-radius: var(--radius-xl);
  overflow: hidden;
  transition: all var(--dur-mid) var(--ease-smooth);
  border: 1px solid var(--clr-border);
  position: relative;
  cursor: pointer;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-xl);
  border-color: var(--clr-primary-light);
}

.service-card__img {
  aspect-ratio: 4/3;
  overflow: hidden;
  position: relative;
}
.service-card__img-bg {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  transition: transform var(--dur-slow) var(--ease-smooth);
}
.service-card:hover .service-card__img-bg {
  transform: scale(1.06);
}
.service-card__badge {
  position: absolute;
  top: var(--space-3);
  right: var(--space-3);
  font-size: var(--text-xs);
  font-weight: 700;
  padding: 3px 10px;
  border-radius: var(--radius-full);
  background: rgba(255,255,255,0.9);
  color: var(--clr-primary-dark);
  backdrop-filter: blur(8px);
}

.service-card__body {
  padding: var(--space-6);
}
.service-card__category {
  font-size: var(--text-xs);
  font-weight: 600;
  color: var(--clr-primary);
  letter-spacing: 0.08em;
  margin-bottom: var(--space-2);
  text-transform: uppercase;
}
.service-card__title {
  font-size: var(--text-xl);
  font-weight: 700;
  color: var(--clr-text);
  margin-bottom: var(--space-3);
}
.service-card__desc {
  font-size: var(--text-sm);
  color: var(--clr-text-muted);
  line-height: 1.8;
  margin-bottom: var(--space-4);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.service-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: var(--space-4);
  border-top: 1px solid var(--clr-border);
}
.service-card__price {
  display: flex;
  flex-direction: column;
}
.service-card__price-label {
  font-size: var(--text-xs);
  color: var(--clr-text-muted);
}
.service-card__price-value {
  font-size: var(--text-xl);
  font-weight: 800;
  color: var(--clr-primary-dark);
  direction: ltr;
}
.service-card__price-unit {
  font-size: var(--text-xs);
  font-weight: 400;
  color: var(--clr-text-muted);
  margin-right: 2px;
}

.service-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(196,149,106,0.95), rgba(125,79,62,0.95));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: var(--space-3);
  opacity: 0;
  transition: opacity var(--dur-mid) var(--ease-smooth);
  backdrop-filter: blur(4px);
}
.service-card:hover .service-card__overlay {
  opacity: 1;
}
.service-card__overlay-text {
  color: #fff;
  font-size: var(--text-base);
  font-weight: 600;
}

/* ============================================================
   GALLERY SECTION
   ============================================================ */
.gallery {
  background: var(--clr-bg);
}

.gallery__filters {
  display: flex;
  gap: var(--space-2);
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: var(--space-12);
}
.gallery__filter {
  padding: var(--space-2) var(--space-6);
  border-radius: var(--radius-full);
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--clr-text-muted);
  background: transparent;
  border: 1.5px solid var(--clr-border);
  cursor: pointer;
  transition: all var(--dur-mid) var(--ease-smooth);
}
.gallery__filter:hover,
.gallery__filter.active {
  background: var(--clr-text);
  color: var(--clr-text-inverse);
  border-color: var(--clr-text);
}

.gallery__masonry {
  columns: 4;
  column-gap: var(--space-4);
}
.gallery__item {
  break-inside: avoid;
  margin-bottom: var(--space-4);
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: transform var(--dur-mid) var(--ease-smooth), box-shadow var(--dur-mid);
}
.gallery__item:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
  z-index: 2;
}
.gallery__item.hidden {
  display: none;
}
.gallery__img {
  width: 100%;
  display: block;
  aspect-ratio: 3/4;
  object-fit: cover;
  background: linear-gradient(135deg, var(--clr-secondary), var(--clr-primary-light));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
}
.gallery__item--tall .gallery__img {
  aspect-ratio: 2/3;
}
.gallery__item--wide .gallery__img {
  aspect-ratio: 4/3;
}
.gallery__hover {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(42,26,20,0.7), transparent);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: var(--space-4);
  opacity: 0;
  transition: opacity var(--dur-mid);
}
.gallery__item:hover .gallery__hover {
  opacity: 1;
}
.gallery__hover-tag {
  display: inline-block;
  font-size: var(--text-xs);
  font-weight: 600;
  color: #fff;
  background: rgba(196,149,106,0.8);
  padding: 3px 10px;
  border-radius: var(--radius-full);
  margin-bottom: var(--space-2);
  align-self: flex-start;
}
.gallery__hover-title {
  color: #fff;
  font-size: var(--text-sm);
  font-weight: 600;
}

/* ============================================================
   BOOKING SECTION
   ============================================================ */
.booking {
  background: var(--clr-bg-alt);
  position: relative;
}

.booking__container {
  max-width: 960px;
  margin: 0 auto;
}

.booking__progress {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: var(--space-12);
}
.booking__step {
  display: flex;
  align-items: center;
  gap: 0;
}
.booking__step-dot {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--text-sm);
  font-weight: 700;
  background: var(--clr-surface);
  border: 2px solid var(--clr-border-dark);
  color: var(--clr-text-muted);
  transition: all var(--dur-mid) var(--ease-smooth);
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
.booking__step.active .booking__step-dot {
  background: var(--clr-primary);
  border-color: var(--clr-primary);
  color: #fff;
  box-shadow: 0 0 0 4px rgba(196,149,106,0.2);
}
.booking__step.done .booking__step-dot {
  background: var(--clr-success);
  border-color: var(--clr-success);
  color: #fff;
}
.booking__step-line {
  width: 80px;
  height: 2px;
  background: var(--clr-border-dark);
  transition: background var(--dur-mid);
}
.booking__step.done + .booking__step .booking__step-line,
.booking__step.done .booking__step-line {
  background: var(--clr-success);
}
.booking__step-label {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: var(--text-xs);
  color: var(--clr-text-muted);
  font-weight: 500;
}
.booking__step.active .booking__step-label {
  color: var(--clr-primary);
  font-weight: 700;
}

.booking__card {
  background: var(--clr-surface);
  border-radius: var(--radius-2xl);
  padding: var(--space-12);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--clr-border);
  min-height: 400px;
}

.booking__panel {
  display: none;
}
.booking__panel.active {
  display: block;
  animation: fadeSlideDown 0.5s var(--ease-expo);
}

.booking__service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: var(--space-4);
}
.booking__service-item {
  border: 2px solid var(--clr-border);
  border-radius: var(--radius-xl);
  padding: 0px 35px 0px 0px;
  cursor: pointer;
  transition: all var(--dur-mid) var(--ease-smooth);
  position: relative;
}
.booking__service-item:hover {
  border-color: var(--clr-primary-light);
  background: rgba(196,149,106,0.04);
}
.booking__service-item.selected {
  border-color: var(--clr-primary);
  background: rgba(196,149,106,0.08);
}
.booking__service-item.selected::after {
  content: '✓';
  position: absolute;
  top: 12px;
  left: 12px;
  width: 22px;
  height: 22px;
  background: var(--clr-primary);
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 11px;
}
.booking__service-icon {
  font-size: 2rem;
  margin-bottom: var(--space-3);
}
.booking__service-name {
  font-size: var(--text-sm);
  font-weight: 700;
  color: var(--clr-text);
  margin-bottom: var(--space-1);
}
.booking__service-price {
  font-size: var(--text-xs);
  color: var(--clr-primary);
  font-weight: 600;
  direction: ltr;
  display: inline-block;
}

/* Calendar */
.booking__calendar {
  margin-top: var(--space-6);
}
.booking__calendar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--space-4);
}
.booking__calendar-title {
  font-size: var(--text-lg);
  font-weight: 700;
  color: var(--clr-text);
}
.booking__calendar-nav {
  width: 36px;
  height: 36px;
  border-radius: var(--radius-full);
  border: 1px solid var(--clr-border);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all var(--dur-mid);
}
.booking__calendar-nav:hover {
  background: var(--clr-primary);
  border-color: var(--clr-primary);
  color: #fff;
}
.booking__calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: var(--space-2);
}
.booking__calendar-day-label {
  text-align: center;
  font-size: var(--text-xs);
  font-weight: 600;
  color: var(--clr-text-muted);
  padding: var(--space-2);
}
.booking__calendar-day {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-md);
  font-size: var(--text-sm);
  cursor: pointer;
  transition: all var(--dur-mid);
  border: 1.5px solid transparent;
}
.booking__calendar-day:hover:not(.disabled) {
  background: rgba(196,149,106,0.1);
  border-color: var(--clr-primary-light);
}
.booking__calendar-day.selected {
  background: var(--clr-primary);
  color: #fff;
}
.booking__calendar-day.today {
  border-color: var(--clr-primary);
  font-weight: 700;
  color: var(--clr-primary);
}
.booking__calendar-day.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

/* Time slots */
.booking__slots {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: var(--space-3);
  margin-top: var(--space-6);
}
.booking__slot {
  padding: var(--space-3);
  border-radius: var(--radius-md);
  border: 1.5px solid var(--clr-border);
  text-align: center;
  font-size: var(--text-sm);
  font-weight: 600;
  cursor: pointer;
  transition: all var(--dur-mid);
  direction: ltr;
}
.booking__slot:hover:not(.unavailable) {
  border-color: var(--clr-primary);
  background: rgba(196,149,106,0.06);
  color: var(--clr-primary);
}
.booking__slot.selected {
  background: var(--clr-primary);
  border-color: var(--clr-primary);
  color: #fff;
}
.booking__slot.unavailable {
  opacity: 0.35;
  cursor: not-allowed;
  text-decoration: line-through;
}

/* Form */
.booking__form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-4);
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}
.form-group.full {
  grid-column: 1 / -1;
}
.form-label {
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--clr-text);
}
.form-input,
.form-select,
.form-textarea {
  padding: 0.875rem 1rem;
  border: 1.5px solid var(--clr-border-dark);
  border-radius: var(--radius-md);
  font-size: var(--text-sm);
  color: var(--clr-text);
  background: var(--clr-surface);
  transition: border-color var(--dur-mid), box-shadow var(--dur-mid);
  direction: rtl;
  font-family: var(--font-persian);
}
.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  outline: none;
  border-color: var(--clr-primary);
  box-shadow: 0 0 0 3px rgba(196,149,106,0.15);
}
.form-textarea {
  resize: vertical;
  min-height: 100px;
}

/* Booking summary */
.booking__summary {
  background: var(--clr-bg-alt);
  border-radius: var(--radius-xl);
  padding: var(--space-6);
  border: 1px solid var(--clr-border);
  margin-top: var(--space-6);
}
.booking__summary-title {
  font-size: var(--text-base);
  font-weight: 700;
  margin-bottom: var(--space-4);
  color: var(--clr-text);
}
.booking__summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--space-2) 0;
  border-bottom: 1px solid var(--clr-border);
  font-size: var(--text-sm);
  color: var(--clr-text-muted);
}
.booking__summary-row:last-child {
  border: none;
  font-weight: 700;
  color: var(--clr-text);
  font-size: var(--text-base);
  margin-top: var(--space-2);
}
.booking__summary-value {
  font-weight: 600;
  color: var(--clr-primary-dark);
  direction: ltr;
}

.booking__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: var(--space-8);
  padding-top: var(--space-6);
  border-top: 1px solid var(--clr-border);
}

/* Success */
.booking__success {
  text-align: center;
  padding: var(--space-12) 0;
}
.booking__success-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--clr-success), #9fd4a9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #fff;
  margin: 0 auto var(--space-6);
  animation: successPop 0.6s var(--ease-spring);
}
@keyframes successPop {
  0%   { transform: scale(0); }
  80%  { transform: scale(1.1); }
  100% { transform: scale(1); }
}

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonials {
  background: var(--clr-bg);
  overflow: hidden;
}

.testimonials__track-wrapper {
  overflow: hidden;
  position: relative;
}
.testimonials__track-wrapper::before,
.testimonials__track-wrapper::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 120px;
  z-index: 2;
}
.testimonials__track-wrapper::before {
  right: 0;
  background: linear-gradient(to left, var(--clr-bg), transparent);
}
.testimonials__track-wrapper::after {
  left: 0;
  background: linear-gradient(to right, var(--clr-bg), transparent);
}

.testimonials__track {
  display: flex;
  gap: var(--space-6);
  width: max-content;
  animation: scrollTrack 40s linear infinite;
}
.testimonials__track:hover {
  animation-play-state: paused;
}
@keyframes scrollTrack {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.testimonial-card {
  width: 340px;
  flex-shrink: 0;
  background: var(--clr-surface);
  border-radius: var(--radius-xl);
  padding: var(--space-6);
  border: 1px solid var(--clr-border);
  box-shadow: var(--shadow-sm);
  transition: box-shadow var(--dur-mid);
}
.testimonial-card:hover {
  box-shadow: var(--shadow-lg);
}

.testimonial-card__header {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  margin-bottom: var(--space-4);
}
.testimonial-card__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--clr-secondary), var(--clr-primary));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
  overflow: hidden;
}
.testimonial-card__info {}
.testimonial-card__name {
  font-size: var(--text-sm);
  font-weight: 700;
  color: var(--clr-text);
}
.testimonial-card__date {
  font-size: var(--text-xs);
  color: var(--clr-text-muted);
}
.testimonial-card__stars {
  display: flex;
  gap: 2px;
  margin-top: 3px;
}
.testimonial-card__stars span {
  color: var(--clr-warning);
  font-size: 12px;
}
.testimonial-card__text {
  font-size: var(--text-sm);
  color: var(--clr-text-muted);
  line-height: 1.8;
}
.testimonial-card__service {
  display: inline-block;
  margin-top: var(--space-3);
  font-size: var(--text-xs);
  color: var(--clr-primary);
  background: rgba(196,149,106,0.08);
  padding: 3px 10px;
  border-radius: var(--radius-full);
}

/* ============================================================
   ABOUT SECTION
   ============================================================ */
.about {
  background: var(--clr-bg-alt);
  overflow: hidden;
}

.about__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-20);
  align-items: center;
}

.about__visual {
  position: relative;
  height: 540px;
}
.about__img-main {
  position: absolute;
  top: 0; right: 0;
  width: 80%;
  height: 80%;
  border-radius: 2rem;
  background: linear-gradient(145deg, #E8D0C0, #C4956A);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  box-shadow: var(--shadow-xl);
  overflow: hidden;
}
.about__img-secondary {
  position: absolute;
  bottom: 0; left: 0;
  width: 55%;
  height: 55%;
  border-radius: 2rem;
  background: linear-gradient(145deg, var(--clr-accent-soft), var(--clr-accent));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  box-shadow: var(--shadow-xl);
  border: 4px solid var(--clr-bg-alt);
}
.about__badge-float {
  position: absolute;
  top: 40px;
  left: 40px;
  background: var(--clr-glass);
  backdrop-filter: blur(16px);
  border: 1px solid var(--clr-border-dark);
  border-radius: var(--radius-xl);
  padding: var(--space-4) var(--space-5);
  box-shadow: var(--shadow-md);
  animation: floatCard 4s ease-in-out infinite alternate;
}

.about__features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-4);
  margin-top: var(--space-8);
}
.about__feature {
  display: flex;
  gap: var(--space-3);
  align-items: flex-start;
}
.about__feature-icon {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-md);
  background: rgba(196,149,106,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
  color: var(--clr-primary);
}
.about__feature-text {}
.about__feature-title {
  font-size: var(--text-sm);
  font-weight: 700;
  color: var(--clr-text);
  margin-bottom: 2px;
}
.about__feature-desc {
  font-size: var(--text-xs);
  color: var(--clr-text-muted);
  line-height: 1.7;
}

/* ============================================================
   STATS SECTION
   ============================================================ */
.stats {
  background: linear-gradient(135deg, var(--clr-text), var(--clr-accent));
  position: relative;
  overflow: hidden;
}
.stats::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
  opacity: 0.06;
}

.stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-8);
  position: relative;
}

.stat-item {
  text-align: center;
  padding: var(--space-8) var(--space-4);
  position: relative;
}
.stat-item::after {
  content: '';
  position: absolute;
  top: 20%;
  left: 0;
  width: 1px;
  height: 60%;
  background: rgba(255,255,255,0.15);
}
.stat-item:first-child::after {
  display: none;
}
.stat-item__number {
  font-size: var(--text-6xl);
  font-weight: 900;
  color: #fff;
  line-height: 1;
  margin-bottom: var(--space-2);
  font-variant-numeric: tabular-nums;
}
.stat-item__suffix {
  color: var(--clr-primary-light);
}
.stat-item__label {
  font-size: var(--text-base);
  color: rgba(255,255,255,0.7);
  font-weight: 500;
}
.stat-item__icon {
  font-size: var(--text-3xl);
  margin-bottom: var(--space-4);
  display: block;
}

/* ============================================================
   PRICING SECTION
   ============================================================ */
.pricing {
  background: var(--clr-bg-alt);
}

.pricing__tabs {
  display: flex;
  gap: var(--space-2);
  flex-wrap: wrap;
  margin-bottom: var(--space-10);
}
.pricing__tab {
  padding: var(--space-3) var(--space-6);
  border-radius: var(--radius-full);
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--clr-text-muted);
  background: var(--clr-surface);
  border: 1.5px solid var(--clr-border);
  cursor: pointer;
  transition: all var(--dur-mid);
}
.pricing__tab:hover,
.pricing__tab.active {
  background: var(--clr-primary);
  color: #fff;
  border-color: var(--clr-primary);
  box-shadow: 0 4px 16px rgba(196,149,106,0.3);
}

.pricing__content {
  display: none;
}
.pricing__content.active {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: var(--space-4);
  animation: fadeIn 0.4s var(--ease-expo);
}

.price-card {
  background: var(--clr-surface);
  border-radius: var(--radius-xl);
  padding: var(--space-6);
  border: 1px solid var(--clr-border);
  transition: all var(--dur-mid);
  position: relative;
  overflow: hidden;
}
.price-card::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 60%;
  height: 3px;
  background: linear-gradient(to right, transparent, var(--clr-primary));
  opacity: 0;
  transition: opacity var(--dur-mid);
}
.price-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(196,149,106,0.3);
}
.price-card:hover::before {
  opacity: 1;
}
.price-card__icon {
  font-size: 2rem;
  margin-bottom: var(--space-3);
}
.price-card__name {
  font-size: var(--text-base);
  font-weight: 700;
  color: var(--clr-text);
  margin-bottom: var(--space-2);
}
.price-card__desc {
  font-size: var(--text-xs);
  color: var(--clr-text-muted);
  line-height: 1.7;
  margin-bottom: var(--space-4);
}
.price-card__price {
  display: flex;
  align-items: baseline;
  gap: var(--space-1);
}
.price-card__amount {
  font-size: var(--text-3xl);
  font-weight: 900;
  color: var(--clr-primary-dark);
  direction: ltr;
}
.price-card__currency {
  font-size: var(--text-sm);
  color: var(--clr-text-muted);
  font-weight: 500;
}

/* ============================================================
   FAQ SECTION
   ============================================================ */
.faq {
  background: var(--clr-bg);
}

.faq__container {
  max-width: 800px;
  margin: 0 auto;
}

.faq__item {
  border: 1px solid var(--clr-border);
  border-radius: var(--radius-xl);
  overflow: hidden;
  margin-bottom: var(--space-3);
  background: var(--clr-surface);
  transition: border-color var(--dur-mid), box-shadow var(--dur-mid);
}
.faq__item.open {
  border-color: rgba(196,149,106,0.4);
  box-shadow: var(--shadow-md);
}
.faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3%;
  cursor: pointer;
  gap: var(--space-4);
}
.faq__question-text {
  font-size: var(--text-base);
  font-weight: 600;
  color: var(--clr-text);
}
.faq__icon {
  width: 32px;
  height: 32px;
  border-radius: var(--radius-full);
  background: var(--clr-bg-alt);
  border: 1px solid var(--clr-border);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all var(--dur-mid);
  color: var(--clr-text-muted);
}
.faq__item.open .faq__icon {
  background: var(--clr-primary);
  color: #fff;
  border-color: var(--clr-primary);
  transform: rotate(45deg);
}
.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s var(--ease-expo), padding 0.3s;
}
.faq__item.open .faq__answer {
  max-height: 400px;
}
.faq__answer-inner {
  padding: 0 var(--space-6) var(--space-6);
  font-size: var(--text-sm);
  color: var(--clr-text-muted);
  line-height: 1.9;
}

/* ============================================================
   BLOG SECTION
   ============================================================ */
.blog {
  background: var(--clr-bg-alt);
}

.blog__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: var(--space-6);
}

.blog-card {
  background: var(--clr-surface);
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid var(--clr-border);
  transition: all var(--dur-mid);
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
.blog-card__img {
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, var(--clr-secondary), var(--clr-primary-light));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  flex-shrink: 0;
}
.blog-card--featured .blog-card__img {
  aspect-ratio: 4/3;
}
.blog-card__body {
  padding: 5%;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.blog-card__tag {
  font-size: var(--text-xs);
  font-weight: 700;
  color: var(--clr-primary);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: var(--space-2);
}
.blog-card__title {
  font-size: var(--text-base);
  font-weight: 700;
  color: var(--clr-text);
  line-height: 1.5;
  margin-bottom: var(--space-3);
  flex: 1;
}
.blog-card--featured .blog-card__title {
  font-size: var(--text-xl);
}
.blog-card__meta {
  display: flex;
  gap: var(--space-3);
  font-size: var(--text-xs);
  color: var(--clr-text-muted);
  margin-top: auto;
}

/* ============================================================
   CONTACT SECTION
   ============================================================ */
.contact {
  background: var(--clr-bg);
}

.contact__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-16);
  align-items: start;
}

.contact__info {
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
}
.contact__info-item {
  display: flex;
  gap: var(--space-4);
  align-items: flex-start;
}
.contact__info-icon {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-md);
  background: rgba(196,149,106,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
  color: var(--clr-primary);
  border: 1px solid rgba(196,149,106,0.2);
}
.contact__info-label {
  font-size: var(--text-xs);
  font-weight: 600;
  color: var(--clr-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
}
.contact__info-value {
  font-size: var(--text-base);
  font-weight: 600;
  color: var(--clr-text);
}

.contact__map {
  width: 100%;
  height: 250px;
  border-radius: var(--radius-xl);
  background: var(--clr-bg-alt);
  border: 1px solid var(--clr-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  margin-top: var(--space-6);
  overflow: hidden;
  position: relative;
}

.contact__form-card {
  background: var(--clr-surface);
  border-radius: var(--radius-2xl);
  padding: 5%;
  border: 1px solid var(--clr-border);
  box-shadow: var(--shadow-md);
}

.contact__socials {
  display: flex;
  gap: var(--space-3);
  margin-top: var(--space-6);
}
.contact__social-btn {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-full);
  border: 1.5px solid var(--clr-border-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all var(--dur-mid);
  color: var(--clr-text-muted);
}
.contact__social-btn:hover {
  background: var(--clr-primary);
  border-color: var(--clr-primary);
  color: #fff;
  transform: translateY(-2px);
}

/* Working hours */
.contact__hours {
  margin-top: var(--space-6);
}
.contact__hours-title {
  font-size: var(--text-sm);
  font-weight: 700;
  color: var(--clr-text);
  margin-bottom: var(--space-3);
}
.contact__hours-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--space-2) 0;
  border-bottom: 1px solid var(--clr-border);
  font-size: var(--text-sm);
}
.contact__hours-day {
  color: var(--clr-text-muted);
  font-weight: 500;
}
.contact__hours-time {
  color: var(--clr-text);
  font-weight: 600;
  direction: ltr;
}
.contact__hours-closed {
  color: var(--clr-error);
  font-weight: 600;
}

/* ============================================================
   HYGIENE SECTION
   ============================================================ */
.hygiene {
  background: var(--clr-bg);
}

.hygiene__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-6);
}
.hygiene-card {
  background: var(--clr-surface);
  border-radius: var(--radius-xl);
  padding: var(--space-8) var(--space-6);
  border: 1px solid var(--clr-border);
  text-align: center;
  transition: all var(--dur-mid);
  position: relative;
  overflow: hidden;
}
.hygiene-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0; left: 0;
  height: 3px;
  background: linear-gradient(to left, var(--clr-primary), var(--clr-accent-soft));
  transform: scaleX(0);
  transition: transform var(--dur-mid);
}
.hygiene-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
.hygiene-card:hover::after {
  transform: scaleX(1);
}
.hygiene-card__icon {
  font-size: 2.5rem;
  margin-bottom: var(--space-4);
  display: block;
}
.hygiene-card__title {
  font-size: var(--text-lg);
  font-weight: 700;
  color: var(--clr-text);
  margin-bottom: var(--space-3);
}
.hygiene-card__desc {
  font-size: var(--text-sm);
  color: var(--clr-text-muted);
  line-height: 1.8;
}

/* ============================================================
   AI CHAT WIDGET
   ============================================================ */
.chat-widget {
  position: fixed;
  bottom: var(--space-6);
  left: var(--space-6);
  z-index: 900;
}
.chat-btn {
  width: 60px;
  height: 60px;
  border-radius: var(--radius-full);
  background: linear-gradient(135deg, var(--clr-primary), var(--clr-accent-soft));
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  box-shadow: 0 8px 28px rgba(196,149,106,0.45);
  transition: transform var(--dur-mid) var(--ease-spring), box-shadow var(--dur-mid);
  position: relative;
}
.chat-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 12px 36px rgba(196,149,106,0.55);
}
.chat-btn::before {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid rgba(196,149,106,0.3);
  animation: chatPulse 2s ease infinite;
}
@keyframes chatPulse {
  0%, 100% { opacity: 0.6; transform: scale(1); }
  50%       { opacity: 0; transform: scale(1.4); }
}

.chat-panel {
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 360px;
  background: var(--clr-surface);
  border-radius: 3%;
  box-shadow: var(--shadow-xl);
  border: 1px solid var(--clr-border);
  overflow: hidden;
  transform-origin: bottom left;
  transform: scale(0.8) translateY(20px);
  opacity: 0;
  pointer-events: none;
  transition: all var(--dur-mid) var(--ease-spring);
}
.chat-panel.open {
  transform: scale(1) translateY(0);
  opacity: 1;
  pointer-events: all;
}
.chat-panel__header {
  background: linear-gradient(135deg, var(--clr-primary), var(--clr-accent-soft));
  padding: var(--space-4) var(--space-6);
  color: #fff;
  display: flex;
  align-items: center;
  gap: var(--space-3);
}
.chat-panel__avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}
.chat-panel__title {
  font-size: var(--text-sm);
  font-weight: 700;
}
.chat-panel__sub {
  font-size: var(--text-xs);
  opacity: 0.8;
}
.chat-panel__online {
  width: 8px;
  height: 8px;
  background: var(--clr-success);
  border-radius: 50%;
  margin-right: auto;
}
.chat-panel__body {
  padding: var(--space-5);
  height: 280px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}
.chat-msg {
  max-width: 80%;
  font-size: var(--text-xs);
  line-height: 1.7;
  padding: var(--space-3) var(--space-4);
  border-radius: var(--radius-lg);
}
.chat-msg.bot {
  background: var(--clr-bg-alt);
  border-radius: var(--radius-lg) var(--radius-lg) var(--radius-lg) 0;
  color: var(--clr-text);
  align-self: flex-start;
}
.chat-msg.user {
  background: var(--clr-primary);
  color: #fff;
  border-radius: var(--radius-lg) var(--radius-lg) 0 var(--radius-lg);
  align-self: flex-end;
}
.chat-panel__quick {
  padding: var(--space-3) var(--space-5);
  display: flex;
  gap: var(--space-2);
  flex-wrap: wrap;
  border-top: 1px solid var(--clr-border);
}
.chat-panel__quick-btn {
  font-size: var(--text-xs);
  padding: var(--space-1) var(--space-3);
  border-radius: var(--radius-full);
  border: 1px solid var(--clr-border-dark);
  color: var(--clr-text-muted);
  cursor: pointer;
  transition: all var(--dur-fast);
  font-family: var(--font-persian);
}
.chat-panel__quick-btn:hover {
  background: var(--clr-primary);
  color: #fff;
  border-color: var(--clr-primary);
}
.chat-panel__footer {
  padding: var(--space-3) var(--space-5);
  border-top: 1px solid var(--clr-border);
  display: flex;
  gap: var(--space-2);
}
.chat-panel__input {
  flex: 1;
  border: 1px solid var(--clr-border-dark);
  border-radius: var(--radius-full);
  padding: var(--space-2) var(--space-4);
  font-size: var(--text-xs);
  direction: rtl;
  outline: none;
  background: var(--clr-bg);
  font-family: var(--font-persian);
  color: var(--clr-text);
}
.chat-panel__input:focus {
  border-color: var(--clr-primary);
}
.chat-panel__send {
  width: 36px;
  height: 36px;
  border-radius: var(--radius-full);
  background: var(--clr-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
  cursor: pointer;
  font-size: 0.9rem;
  border: none;
  transition: background var(--dur-mid);
}
.chat-panel__send:hover {
  background: var(--clr-primary-dark);
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  background: var(--clr-text);
  color: rgba(240,232,224,0.8);
  padding: var(--space-20) 0 var(--space-8);
}

.footer__top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: var(--space-12);
  padding-bottom: var(--space-12);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  margin-bottom: var(--space-8);
}

.footer__brand {}
.footer__logo {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  margin-bottom: var(--space-5);
}
.footer__logo-mark {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, var(--clr-primary), var(--clr-accent-soft));
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: var(--text-xl);
  font-weight: 800;
}
.footer__logo-en {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.05em;
}
.footer__desc {
  font-size: var(--text-sm);
  line-height: 1.9;
  max-width: 340px;
  margin-bottom: var(--space-6);
}
.footer__socials {
  display: flex;
  gap: var(--space-3);
}
.footer__social {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-md);
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  cursor: pointer;
  transition: all var(--dur-mid);
  color: rgba(240,232,224,0.7);
}
.footer__social:hover {
  background: var(--clr-primary);
  border-color: var(--clr-primary);
  color: #fff;
  transform: translateY(-2px);
}

.footer__col-title {
  font-size: var(--text-sm);
  font-weight: 700;
  color: #fff;
  margin-bottom: var(--space-5);
  position: relative;
}
.footer__col-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 30px;
  height: 2px;
  background: var(--clr-primary);
  border-radius: 2px;
}
.footer__links {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}
.footer__link {
  font-size: var(--text-sm);
  color: rgba(240,232,224,0.65);
  transition: color var(--dur-mid);
  cursor: pointer;
}
.footer__link:hover {
  color: var(--clr-primary-light);
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: var(--text-xs);
  color: rgba(240,232,224,0.4);
}
.footer__bottom a {
  color: var(--clr-primary-light);
}

/* ============================================================
   LOADING SCREEN
   ============================================================ */
.loading-screen {
  position: fixed;
  inset: 0;
  background: var(--clr-bg);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: var(--space-6);
  transition: opacity 0.6s var(--ease-expo), visibility 0.6s;
}
.loading-screen.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.loading-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-3);
}
.loading-logo__mark {
  width: 72px;
  height: 72px;
  background: linear-gradient(135deg, var(--clr-primary), var(--clr-accent-soft));
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
  animation: loadingPulse 1.5s ease infinite;
}
@keyframes loadingPulse {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(196,149,106,0.4); }
  50%       { transform: scale(1.04); box-shadow: 0 0 0 20px rgba(196,149,106,0); }
}
.loading-logo__text {
  font-family: var(--font-display);
  font-size: var(--text-2xl);
  font-weight: 600;
  color: var(--clr-text);
  letter-spacing: 0.05em;
}
.loading-bar {
  width: 200px;
  height: 2px;
  background: var(--clr-border-dark);
  border-radius: 2px;
  overflow: hidden;
}
.loading-bar__fill {
  height: 100%;
  background: linear-gradient(to right, var(--clr-primary), var(--clr-accent-soft));
  border-radius: 2px;
  animation: loadingFill 1.8s var(--ease-expo) forwards;
}
@keyframes loadingFill {
  0%   { width: 0; }
  100% { width: 100%; }
}

/* ============================================================
   MODAL
   ============================================================ */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(6px);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-6);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--dur-mid);
}
.modal-overlay.open {
  opacity: 1;
  pointer-events: all;
}
.modal {
  background: var(--clr-surface);
  border-radius: var(--radius-2xl);
  max-width: 560px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  transform: translateY(30px) scale(0.95);
  transition: transform var(--dur-mid) var(--ease-spring);
  box-shadow: var(--shadow-xl);
}
.modal-overlay.open .modal {
  transform: translateY(0) scale(1);
}
.modal__header {
  padding: var(--space-6);
  border-bottom: 1px solid var(--clr-border);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal__title {
  font-size: var(--text-xl);
  font-weight: 700;
}
.modal__close {
  width: 36px;
  height: 36px;
  border-radius: var(--radius-full);
  background: var(--clr-bg-alt);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.2rem;
  transition: all var(--dur-mid);
  color: var(--clr-text-muted);
  border: 1px solid var(--clr-border);
}
.modal__close:hover {
  background: var(--clr-error);
  color: #fff;
  border-color: var(--clr-error);
}
.modal__body {
  padding: var(--space-6);
}

/* ============================================================
   TOAST NOTIFICATIONS
   ============================================================ */
.toast-container {
  position: fixed;
  bottom: var(--space-6);
  right: var(--space-6);
  z-index: 9000;
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}
.toast {
  background: var(--clr-surface);
  border-radius: var(--radius-xl);
  padding: var(--space-4) var(--space-6);
  box-shadow: var(--shadow-xl);
  border: 1px solid var(--clr-border);
  display: flex;
  align-items: center;
  gap: var(--space-3);
  min-width: 280px;
  animation: toastIn 0.4s var(--ease-spring);
}
.toast.exit {
  animation: toastOut 0.3s var(--ease-smooth) forwards;
}
@keyframes toastIn {
  from { transform: translateX(100%) scale(0.8); opacity: 0; }
  to   { transform: translateX(0) scale(1); opacity: 1; }
}
@keyframes toastOut {
  from { transform: translateX(0); opacity: 1; }
  to   { transform: translateX(100%); opacity: 0; }
}
.toast__icon {
  font-size: 1.3rem;
  flex-shrink: 0;
}
.toast__text {
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--clr-text);
}
.toast.success .toast__icon { color: var(--clr-success); }
.toast.error   .toast__icon { color: var(--clr-error); }

/* ============================================================
   RESPONSIVE — Tablet
   ============================================================ */
@media (max-width: 1024px) {
  .hero__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .hero__description { max-width: 100%; margin: 0 auto var(--space-8); }
  .hero__actions { justify-content: center; }
  .hero__trust { justify-content: center; }
  .hero__visual { display: none; }

  .about__inner { grid-template-columns: 1fr; }
  .about__visual { height: 380px; order: -1; }

  .contact__inner { grid-template-columns: 1fr; }

  .stats__grid { grid-template-columns: repeat(2, 1fr); }

  .gallery__masonry { columns: 3; }

  .hygiene__grid { grid-template-columns: repeat(2, 1fr); }

  .blog__grid { grid-template-columns: 1fr 1fr; }

  .footer__top { grid-template-columns: 1fr 1fr; gap: var(--space-8); }

  .navbar__nav { display: none; }
  .navbar__hamburger { display: flex; }
  .navbar__actions .btn { display: none; }
}

/* ============================================================
   RESPONSIVE — Mobile
   ============================================================ */
@media (max-width: 768px) {
  :root {
    --text-4xl: 1.875rem;
    --text-5xl: 2.25rem;
    --text-6xl: 2.8rem;
  }

  .section-pad    { padding: var(--space-16) 0; }
  .section-pad-lg { padding: var(--space-20) 0; }
  .container      { padding: 0 var(--space-4); }

  .section-title { font-size: var(--text-3xl); }

  .services__grid { grid-template-columns: 1fr; }

  .gallery__masonry { columns: 2; }

  .stats__grid { grid-template-columns: repeat(2, 1fr); }
  .stat-item__number { font-size: var(--text-5xl); }

  .pricing__content { grid-template-columns: 1fr; }

  .booking__card { padding: var(--space-6); }
  .booking__form-grid { grid-template-columns: 1fr; }
  .booking__progress { gap: 0; }
  .booking__step-line { width: 40px; }
  .booking__step-dot { width: 36px; height: 36px; }

  .blog__grid { grid-template-columns: 1fr; }

  .hygiene__grid { grid-template-columns: 1fr; }

  .footer__top { grid-template-columns: 1fr; gap: var(--space-8); }
  .footer__bottom { flex-direction: column; gap: var(--space-3); text-align: center; }

  .cursor-dot, .cursor-ring { display: none; }

  .chat-panel { width: calc(100vw - var(--space-12)); left: auto; right: 0; }
  .chat-widget { left: 80%; bottom: var(--space-4); }

  .hero__card { display: none; }
}

@media (max-width: 480px) {
  .gallery__masonry { columns: 2; }
  .services__tabs { justify-content: center; }
  .booking__service-grid { grid-template-columns: 1fr 1fr; }
  .booking__slots { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 375px) {
  .container { padding: 0 var(--space-3); }
  .booking__service-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   DARK MODE OVERRIDES
   ============================================================ */
[data-theme="dark"] .navbar.scrolled {
  background: rgba(20,14,11,0.8);
  border-color: rgba(196,149,106,0.1);
}

[data-theme="dark"] .service-card,
[data-theme="dark"] .price-card,
[data-theme="dark"] .faq__item,
[data-theme="dark"] .blog-card,
[data-theme="dark"] .testimonial-card,
[data-theme="dark"] .contact__form-card,
[data-theme="dark"] .hygiene-card {
  background: var(--clr-dark-surface);
  border-color: rgba(196,149,106,0.1);
}

[data-theme="dark"] .booking__card {
  background: var(--clr-dark-surface);
}

[data-theme="dark"] .loading-screen {
  background: var(--clr-dark-bg);
}

[data-theme="dark"] .hero {
  background: var(--clr-dark-bg);
}

/* ============================================================
   PRINT
   ============================================================ */
@media print {
  .navbar, .chat-widget, .cursor-dot, .cursor-ring,
  .scroll-progress, .loading-screen { display: none; }
  .hero { min-height: auto; }
}
