/* ============================================
   Luxury Beauty Center — Professional Design
   ============================================ */
:root {
  /* Professional luxury palette */
  --color-bg: #f8f6f3;
  --color-bg-warm: #f3f0eb;
  --color-cream: #fdfcfa;
  --color-nude: #e5dfd6;
  --color-nude-light: #ebe6df;
  --color-accent: #a67c52;
  --color-accent-light: #c4a574;
  --color-accent-dark: #8b6914;
  --color-rose: #c9a9a0;
  --color-rose-light: #e8d9d5;
  --color-text: #2c2825;
  --color-text-muted: #5a5550;
  --color-white: #ffffff;
  --color-border: rgba(166, 124, 82, 0.1);
  --color-border-strong: rgba(166, 124, 82, 0.18);
  --color-success: #4a7c59;

  /* Typography */
  --font-display: "Playfair Display", serif;
  --font-body: "DM Sans", sans-serif;

  /* Spacing */
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2rem;
  --space-xl: 3rem;
  --space-2xl: 5rem;

  /* Effects */
  --shadow-soft: 0 2px 20px rgba(44, 40, 37, 0.06);
  --shadow-medium: 0 4px 28px rgba(44, 40, 37, 0.08);
  --shadow-card-hover: 0 8px 32px rgba(44, 40, 37, 0.12);
  --shadow-glass: 0 8px 40px rgba(44, 40, 37, 0.1);
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-full: 9999px;
  --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-smooth: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ============================================
   Base & Reset
   ============================================ */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  font-weight: 400;
  color: var(--color-text);
  background: var(--color-bg);
  line-height: 1.65;
  overflow-x: hidden;
  overflow-wrap: break-word;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 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.9' 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.5;
}

p {
  line-height: 1.7;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color var(--transition), opacity var(--transition);
}

a:focus-visible,
button:focus-visible,
[href]:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}

ul {
  list-style: none;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 var(--space-md);
  box-sizing: border-box;
}

/* ============================================
   Header — مع شريط "سهولة الاسترجاع أو الاستبدال"
   ============================================ */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(253, 252, 250, 0.96);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 var(--color-border);
}

@supports not (backdrop-filter: blur(14px)) {
  .header {
    background: var(--color-cream);
  }
}

.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-xs);
  padding: 0.6rem var(--space-md);
  font-size: 0.8rem;
  color: var(--color-text-muted);
  border-bottom: 1px solid var(--color-border);
}

.header-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--color-accent-dark);
  font-weight: 500;
}

.header-badge-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.1rem;
  height: 1.1rem;
  background: var(--color-success);
  color: var(--color-white);
  border-radius: 50%;
  font-size: 0.65rem;
  font-weight: 700;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: var(--space-md);
  flex-wrap: wrap;
}

.header-actions a {
  color: var(--color-text-muted);
}
.header-actions a:hover {
  color: var(--color-accent);
}

.header-cta {
  padding: 0.35rem 0.75rem;
  background: var(--color-accent);
  color: var(--color-white) !important;
  border-radius: var(--radius-sm);
  font-weight: 500;
}
.header-cta:hover {
  background: var(--color-accent-dark);
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--space-sm) var(--space-md);
  position: relative;
}

.logo-wrap {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.logo-img {
  height: 48px;
  max-height: 48px;
  max-width: 140px;
  width: auto;
  object-fit: contain;
  display: block;
}

.logo-text {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--color-accent-dark);
  letter-spacing: 0.02em;
}

.logo {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--color-accent-dark);
  letter-spacing: 0.02em;
}

.nav-links {
  display: flex;
  gap: var(--space-lg);
}
.nav-links a {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--color-text);
}
.nav-links a:hover {
  color: var(--color-accent);
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: var(--color-text);
}

/* ============================================
   Store Bar — شريط المتجر: سهولة الاسترجاع/الاستبدال
   ============================================ */
.store-bar {
  background: linear-gradient(90deg, var(--color-accent) 0%, var(--color-accent-dark) 100%);
  color: var(--color-white);
  padding: 0.65rem var(--space-md);
  text-align: center;
}

.store-bar-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.store-bar-text {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  font-weight: 500;
}

.store-bar-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  background: rgba(255,255,255,0.25);
  border-radius: 50%;
  font-size: 0.7rem;
  font-weight: 700;
}

/* ============================================
   Buttons
   ============================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow var(--transition-smooth), background var(--transition-smooth), color var(--transition), border-color var(--transition);
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--color-accent) 0%, var(--color-accent-dark) 100%);
  color: var(--color-white);
  border: none;
  box-shadow: 0 4px 14px rgba(166, 124, 82, 0.35);
}
.btn-primary:hover {
  box-shadow: 0 6px 20px rgba(166, 124, 82, 0.4);
}

.btn-ghost {
  background: transparent;
  color: var(--color-accent-dark);
  border: 2px solid var(--color-accent);
}
.btn-ghost:hover {
  background: var(--color-rose-light);
}

.btn-light {
  background: var(--color-white);
  color: var(--color-accent-dark);
  border: none;
}
.btn-light:hover {
  background: var(--color-cream);
  box-shadow: var(--shadow-medium);
}

.btn-outline {
  background: transparent;
  color: var(--color-accent);
  border: 2px solid var(--color-accent-light);
}
.btn-outline:hover {
  background: var(--color-rose-light);
}

.btn-small {
  padding: 0.55rem 1rem;
  font-size: 0.85rem;
}

.btn-large {
  padding: 1rem 1.75rem;
  font-size: 1rem;
}

/* ============================================
   Hero — Cinematic luxury (high-end boutique)
   ============================================ */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(140px + var(--space-xl)) var(--space-md) var(--space-xl);
  text-align: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.hero-img-wrap {
  position: absolute;
  inset: -5%;
  width: 110%;
  height: 110%;
  top: -5%;
  left: -5%;
}

.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  will-change: transform;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(28,26,24,0.55) 0%, rgba(28,26,24,0.25) 35%, rgba(28,26,24,0.5) 70%, rgba(28,26,24,0.75) 100%);
  pointer-events: none;
}

.hero-vignette {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 80% 70% at 50% 50%, transparent 40%, rgba(0,0,0,0.25) 100%);
}

.hero-content {
  max-width: 720px;
  position: relative;
  z-index: 1;
}

.hero-label {
  font-size: 0.75rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--color-accent-light);
  margin-bottom: var(--space-md);
  font-weight: 500;
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 600;
  line-height: 1.15;
  color: var(--color-white);
  margin-bottom: var(--space-md);
  text-shadow: 0 2px 30px rgba(0,0,0,0.4);
}

.hero-title-line {
  display: block;
}
.hero-title-line--em {
  margin-top: 0.15em;
}
.hero-title em {
  font-style: italic;
  color: var(--color-accent-light);
  font-weight: 500;
}

.hero-desc {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.9);
  margin-bottom: var(--space-lg);
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-sm);
  justify-content: center;
  margin-bottom: var(--space-xl);
}

.hero-scroll {
  position: absolute;
  bottom: var(--space-lg);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-xs);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.75);
}

.scroll-icon {
  width: 24px;
  height: 40px;
  border: 2px solid rgba(255,255,255,0.4);
  border-radius: var(--radius-full);
  position: relative;
}
.scroll-icon::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 8px;
  background: var(--color-white);
  border-radius: 2px;
  animation: scrollDot 2.2s ease-in-out infinite;
}

@keyframes scrollDot {
  0%, 100% { opacity: 1; transform: translateX(-50%) translateY(0); }
  50% { opacity: 0.35; transform: translateX(-50%) translateY(10px); }
}

/* ============================================
   أرقام تثق بها
   ============================================ */
.stats-strip {
  padding: var(--space-lg) var(--space-md);
  background: var(--color-cream);
  border-bottom: 1px solid var(--color-border);
}

.stats-strip-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: var(--space-lg);
}

.stat-item {
  text-align: center;
}

.stat-number {
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 600;
  color: var(--color-accent-dark);
  display: inline;
}

.stat-suffix {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--color-accent);
}

.stat-label {
  display: block;
  font-size: 0.85rem;
  color: var(--color-text-muted);
  margin-top: 0.25rem;
}

.stat-divider {
  width: 1px;
  height: 2rem;
  background: var(--color-border);
}

/* ============================================
   خطوات الحجز
   ============================================ */
.booking-steps-section {
  padding: var(--space-2xl) 0;
  background: var(--color-bg);
  position: relative;
}

.booking-steps-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--color-accent-light), transparent);
  opacity: 0.4;
}

.booking-steps-section .section-title {
  text-align: center;
}

.booking-steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-lg);
  margin-top: var(--space-xl);
}

.booking-step {
  text-align: center;
  padding: var(--space-lg);
  background: var(--color-white);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  border: 1px solid var(--color-border);
  transition: transform var(--transition-smooth), box-shadow var(--transition-smooth);
}

.booking-step:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card-hover);
}

.booking-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-accent) 0%, var(--color-accent-dark) 100%);
  color: var(--color-white);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: var(--space-md);
}

.booking-step h3 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--color-text);
  margin-bottom: var(--space-xs);
}

.booking-step p {
  font-size: 0.9rem;
  color: var(--color-text-muted);
  margin: 0;
  line-height: 1.6;
}

/* ============================================
   Offer Banner
   ============================================ */
.offer-banner {
  background: linear-gradient(135deg, var(--color-accent) 0%, var(--color-accent-dark) 100%);
  color: var(--color-white);
  padding: var(--space-xl) var(--space-md);
  text-align: center;
}

.offer-inner {
  max-width: 600px;
  margin: 0 auto;
}

.offer-tag {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0.3rem 0.7rem;
  background: rgba(255,255,255,0.2);
  border-radius: var(--radius-sm);
  margin-bottom: var(--space-sm);
}

.offer-inner h2 {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.8vw, 1.85rem);
  font-weight: 600;
  margin-bottom: var(--space-xs);
}

.offer-inner p {
  opacity: 0.92;
  margin-bottom: var(--space-md);
  font-size: 0.95rem;
}

/* ============================================
   Section Common
   ============================================ */
.section-label {
  font-size: 0.75rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: var(--space-xs);
}

.section-label::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background: var(--color-rose-light);
  margin-top: 0.35rem;
  margin-inline: 0 auto;
  border-radius: 1px;
}

.faq-section .section-label::after,
.why-us-section .section-label::after {
  margin-inline: auto;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 3.5vw, 2.5rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--color-text);
  margin-bottom: var(--space-lg);
}

.link-more {
  display: inline-block;
  margin-top: var(--space-lg);
  color: var(--color-accent);
  font-weight: 500;
  font-size: 0.95rem;
}
.link-more:hover {
  color: var(--color-accent-dark);
}

/* ============================================
   لماذا روح الجمال
   ============================================ */
.why-us-section {
  padding: var(--space-2xl) 0;
  background: var(--color-bg-warm);
}

.why-us-section .section-label,
.why-us-section .section-title {
  text-align: center;
}

.why-us-section .section-title {
  margin-bottom: var(--space-md);
}

.why-us-intro {
  max-width: 640px;
  margin: 0 auto var(--space-xl);
  text-align: center;
  color: var(--color-text-muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.why-us-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-lg);
}

.why-us-card {
  background: var(--color-white);
  padding: var(--space-lg);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  border: 1px solid var(--color-border);
  transition: transform var(--transition), box-shadow var(--transition);
  text-align: right;
  min-width: 0;
}

.why-us-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card-hover);
  border-color: var(--color-border-strong);
}

.why-us-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-sm);
  margin-bottom: var(--space-md);
}

.why-us-icon {
  flex-shrink: 0;
  font-size: 1.25rem;
  color: var(--color-accent);
  line-height: 1;
}

.why-us-title {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--color-text);
  margin: 0;
}

.why-us-desc {
  margin: 0;
  font-size: 0.95rem;
  color: var(--color-text-muted);
  line-height: 1.65;
}

/* ============================================
   Products Section — مع وصف، خامات، فوائد، سياسات
   ============================================ */
.products-section {
  padding: var(--space-2xl) 0;
  background: var(--color-white);
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: var(--space-lg);
}

.product-card {
  position: relative;
  background: var(--color-cream);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  transition: transform var(--transition-smooth), box-shadow var(--transition-smooth), border-color var(--transition);
  border: 1px solid var(--color-border);
  display: flex;
  flex-direction: column;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card-hover);
  border-color: var(--color-border-strong);
}

.product-badge {
  position: absolute;
  top: var(--space-sm);
  right: var(--space-sm);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 0.3rem 0.6rem;
  background: var(--color-accent);
  color: var(--color-white);
  border-radius: var(--radius-sm);
  z-index: 1;
}

.product-img-wrap {
  aspect-ratio: 1;
  border-radius: 0;
  overflow: hidden;
  background: var(--color-nude-light);
}

.product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
}

.product-body {
  padding: var(--space-md);
  display: flex;
  flex-direction: column;
  flex: 1;
}

.product-card h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: var(--space-xs);
  color: var(--color-text);
}

.product-card .product-price {
  font-size: 1.15rem;
  margin-bottom: var(--space-xs);
}

.product-desc {
  font-size: 0.9rem;
  color: var(--color-text-muted);
  margin-bottom: var(--space-sm);
  line-height: 1.5;
}

.product-materials,
.product-benefits {
  font-size: 0.8rem;
  color: var(--color-text-muted);
  margin-bottom: var(--space-sm);
  line-height: 1.55;
}
.product-materials strong,
.product-benefits strong {
  color: var(--color-text);
  font-size: 0.82rem;
}

.product-price {
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--color-accent-dark);
  margin-bottom: var(--space-sm);
}

.product-policies {
  margin-bottom: var(--space-md);
  padding-top: var(--space-sm);
  border-top: 1px solid var(--color-border);
}

.policy-item {
  font-size: 0.75rem;
  color: var(--color-text-muted);
  margin-bottom: 0.35rem;
  line-height: 1.5;
}
.policy-item strong {
  color: var(--color-text);
  font-size: 0.78rem;
}

.product-card .btn {
  width: 100%;
  margin-top: auto;
}

/* ============================================
   Services Section — أقسام: يومك الخاص، مساج، بشرة
   ============================================ */
.services-section {
  padding: var(--space-2xl) 0;
  background: var(--color-bg-warm);
}

.service-category {
  margin-bottom: var(--space-2xl);
}
.service-category:last-child {
  margin-bottom: 0;
}

.service-category-title {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.2vw, 1.65rem);
  font-weight: 600;
  color: var(--color-accent-dark);
  margin-bottom: var(--space-lg);
  padding-bottom: var(--space-xs);
  border-bottom: 2px solid var(--color-border);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: var(--space-lg);
}

.services-grid--packages {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.services-grid--skin {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.services-grid--compact {
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: var(--space-md);
}

.service-card {
  background: var(--color-white);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  transition: transform var(--transition-smooth), box-shadow var(--transition-smooth), border-color var(--transition);
  border: 1px solid var(--color-border);
  display: flex;
  flex-direction: column;
}

.service-card:not(:has(.service-icon-wrap)) .service-card-body {
  padding: var(--space-md);
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card-hover);
  border-color: var(--color-border-strong);
}

.service-card--package .service-icon-wrap {
  aspect-ratio: 4/3;
}

.service-icon-wrap {
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--color-nude-light);
}

.service-icon-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-card-body {
  padding: var(--space-md);
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: right;
}

.service-name {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--color-text);
  margin-bottom: var(--space-xs);
}

.service-price {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--color-accent-dark);
  margin-bottom: var(--space-sm);
}

.service-desc {
  color: var(--color-text-muted);
  font-size: 0.9rem;
  line-height: 1.55;
  margin-bottom: var(--space-sm);
  flex: 1;
}

.service-duration {
  font-size: 0.85rem;
  color: var(--color-accent);
  font-weight: 500;
  margin-bottom: var(--space-sm);
}

.service-card .btn {
  width: 100%;
  margin-top: auto;
}

.services-grid--compact .service-name {
  font-size: 1rem;
}
.services-grid--compact .service-price {
  font-size: 1rem;
  margin-bottom: var(--space-sm);
}

/* ============================================
   Testimonials — سلايدر أنيق
   ============================================ */
.testimonials-section {
  padding: var(--space-2xl) 0;
  background: var(--color-cream);
}

.testimonials-slider-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  margin-bottom: var(--space-md);
}

.testimonials-track {
  flex: 1;
  display: flex;
  gap: var(--space-lg);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: var(--space-sm) 0;
  -webkit-overflow-scrolling: touch;
  direction: rtl;
}
.testimonials-track::-webkit-scrollbar {
  height: 6px;
}
.testimonials-track::-webkit-scrollbar-thumb {
  background: var(--color-accent-light);
  border-radius: 3px;
}

.testimonial-card {
  flex: 0 0 min(100%, 360px);
  scroll-snap-align: center;
  background: var(--color-white);
  padding: var(--space-lg);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  border-right: 4px solid var(--color-accent-light);
  transition: transform var(--transition), box-shadow var(--transition);
  overflow: visible;
  min-height: 0;
}

.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card-hover);
}

.testimonials-nav {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid var(--color-accent-light);
  background: var(--color-white);
  color: var(--color-accent);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  transition: background var(--transition), color var(--transition);
}
.testimonials-nav:hover {
  background: var(--color-accent);
  color: var(--color-white);
}

.testimonials-dots {
  display: flex;
  justify-content: center;
  gap: var(--space-xs);
  margin-top: var(--space-sm);
}

.testimonials-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: var(--color-nude);
  cursor: pointer;
  padding: 0;
  transition: background var(--transition), transform var(--transition);
}
.testimonials-dot:hover,
.testimonials-dot.is-active {
  background: var(--color-accent);
}
.testimonials-dot.is-active {
  transform: scale(1.25);
}

.testimonial-text {
  font-style: italic;
  color: var(--color-text);
  margin-bottom: var(--space-sm);
  font-size: 0.95rem;
  line-height: 1.65;
}

.testimonial-card cite {
  font-size: 0.85rem;
  color: var(--color-text-muted);
}

/* ============================================
   Gallery — شبكة أنيقة بأسلوب إنستغرام
   ============================================ */
.gallery-section {
  padding: var(--space-2xl) 0;
  background: var(--color-white);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-sm);
}

.gallery-grid--instagram {
  gap: 8px;
}

.gallery-grid--instagram .gallery-item {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1;
  display: block;
}

.gallery-item {
  aspect-ratio: 1;
  border-radius: var(--radius-sm);
  overflow: hidden;
  display: block;
  transition: transform var(--transition);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
}

.gallery-item-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity var(--transition);
}
.gallery-item:hover .gallery-item-overlay {
  opacity: 1;
}

.gallery-item-icon {
  font-size: 2rem;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.3));
}

/* ============================================
   FAQ — أسئلة وأجوبة (تصميم احترافي وانسيابي)
   ============================================ */
.faq-section {
  padding: var(--space-2xl) 0;
  background: var(--color-bg-warm);
}

.faq-section .section-label {
  text-align: center;
}
.faq-section .section-title {
  text-align: center;
  margin-bottom: var(--space-sm);
}

.faq-subtitle {
  text-align: center;
  color: var(--color-text-muted);
  font-size: 1.05rem;
  line-height: 1.6;
  max-width: 520px;
  margin: 0 auto var(--space-xl);
}

.faq-list {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
}

.faq-item {
  background: var(--color-white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  border: 1px solid var(--color-border);
  transition: box-shadow 0.35s ease, border-color 0.35s ease, transform 0.25s ease;
}

.faq-item:hover {
  box-shadow: 0 4px 24px rgba(44, 40, 37, 0.08);
  border-color: rgba(166, 124, 82, 0.2);
}

.faq-item[open] {
  box-shadow: 0 6px 32px rgba(44, 40, 37, 0.1);
  border-color: var(--color-accent-light);
}

.faq-item[open] .faq-question {
  background: linear-gradient(135deg, rgba(166, 124, 82, 0.06) 0%, rgba(196, 165, 116, 0.04) 100%);
  color: var(--color-text);
}

.faq-question {
  padding: var(--space-lg) var(--space-xl);
  font-weight: 600;
  font-size: 1.05rem;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-md);
  transition: background 0.35s ease, color 0.25s ease;
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  text-align: right;
  font-family: inherit;
  -webkit-appearance: none;
  appearance: none;
  color: var(--color-text);
}

.faq-question::-webkit-details-marker { display: none; }

.faq-question::after {
  content: "+";
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--color-cream);
  border: 1px solid var(--color-border);
  color: var(--color-accent);
  font-size: 1.1rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s ease, border-color 0.3s ease;
}

.faq-item[open] .faq-question::after {
  transform: rotate(45deg);
  background: rgba(166, 124, 82, 0.12);
  border-color: var(--color-accent-light);
}

.faq-question:hover {
  background: var(--color-cream);
}

.faq-answer {
  padding: 0 var(--space-xl) var(--space-lg);
  overflow: hidden;
}

.faq-answer p {
  margin: 0;
  padding: var(--space-md) 0 0;
  color: var(--color-text-muted);
  font-size: 1rem;
  line-height: 1.75;
  border-top: 1px solid var(--color-border);
}

.faq-item[open] .faq-answer p {
  animation: faqReveal 0.4s ease;
}

@keyframes faqReveal {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ============================================
   Final CTA — قسم قوي بخلفية ذهبية
   ============================================ */
.cta-section {
  position: relative;
  padding: var(--space-2xl) var(--space-md);
  text-align: center;
  color: var(--color-white);
  overflow: hidden;
}

.cta-section--gold .cta-bg {
  background: linear-gradient(135deg, #c9a227 0%, #a67c52 40%, #8b6914 100%);
}
.cta-section--gold .cta-content h2 {
  text-shadow: 0 2px 20px rgba(0,0,0,0.2);
}
.cta-section--gold .cta-content p {
  font-size: 1.05rem;
}

.btn-cta-gold {
  background: var(--color-white);
  color: #8b6914;
  border: none;
  font-weight: 600;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}
.btn-cta-gold:hover {
  background: var(--color-cream);
  transform: translateY(-2px);
  box-shadow: 0 6px 28px rgba(0,0,0,0.25);
}

.cta-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--color-accent) 0%, var(--color-accent-dark) 100%);
  z-index: -1;
}
.cta-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.08'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.6;
}

.cta-content h2 {
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 3.2vw, 2.35rem);
  font-weight: 600;
  margin-bottom: var(--space-sm);
}

.cta-content p {
  margin-bottom: var(--space-lg);
  opacity: 0.95;
  font-size: 1rem;
}

.cta-content .btn-primary {
  background: var(--color-white);
  color: var(--color-accent-dark);
}
.cta-content .btn-primary:hover {
  background: var(--color-cream);
}

/* ============================================
   شارات الثقة
   ============================================ */
.trust-badges {
  padding: var(--space-md) 0;
  background: var(--color-bg-warm);
  border-top: 1px solid var(--color-border);
}

.trust-badges-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: var(--space-lg);
}

.trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.9rem;
  color: var(--color-text-muted);
}

.trust-badge-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  background: var(--color-success);
  color: var(--color-white);
  border-radius: 50%;
  font-size: 0.65rem;
  font-weight: 700;
}

/* ============================================
   علامات نستخدمها
   ============================================ */
.brands-strip {
  padding: var(--space-xl) 0;
  background: var(--color-cream);
  border-top: 1px solid var(--color-border);
}

.brands-strip-title {
  text-align: center;
  font-size: 0.9rem;
  color: var(--color-text-muted);
  max-width: 560px;
  margin: 0 auto var(--space-lg);
  line-height: 1.6;
}

.brands-strip-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: var(--space-xl);
}

.brands-placeholder {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--color-accent);
  padding: 0.5rem 1rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
}

/* ============================================
   زر واتساب عائم للحجز
   ============================================ */
.float-wa {
  position: fixed;
  bottom: var(--space-lg);
  left: var(--space-lg);
  right: auto;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 1rem;
  background: #25d366;
  color: var(--color-white) !important;
  border-radius: var(--radius-full);
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.5);
  font-weight: 600;
  font-size: 0.9rem;
  transition: transform var(--transition), box-shadow var(--transition);
  visibility: visible;
  opacity: 1;
  text-decoration: none;
}
.float-wa:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 28px rgba(37, 211, 102, 0.55);
  color: var(--color-white);
}
.float-wa:focus-visible {
  outline: 2px solid #25d366;
  outline-offset: 3px;
}

.float-wa-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.float-wa-text {
  font-family: var(--font-body);
}

/* ============================================
   Footer — سوشيال، إيميل، رقم
   ============================================ */
.footer {
  background: var(--color-text);
  color: var(--color-nude-light);
  padding: var(--space-2xl) 0 var(--space-lg);
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: var(--space-xl);
  margin-bottom: var(--space-xl);
}

.footer-logo {
  height: 56px;
  max-height: 56px;
  max-width: 180px;
  width: auto;
  object-fit: contain;
  display: block;
  margin-bottom: var(--space-sm);
}

.footer .logo {
  color: var(--color-accent-light);
}

.footer-brand p {
  margin-top: var(--space-sm);
  font-size: 0.9rem;
  opacity: 0.88;
  line-height: 1.6;
}

.footer h4 {
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-bottom: var(--space-sm);
  color: var(--color-white);
}

.footer ul li {
  margin-bottom: var(--space-xs);
}
.footer a:hover {
  color: var(--color-accent-light);
}

.footer-contact-item {
  margin-bottom: var(--space-sm);
  font-size: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.footer-contact-label {
  color: rgba(255,255,255,0.7);
  min-width: 6rem;
}

.footer-contact-item a {
  color: var(--color-accent-light);
}
.footer-contact-item a:hover {
  text-decoration: underline;
}

.social-links {
  display: flex;
  flex-direction: column;
  gap: var(--space-xs);
}
.social-links a {
  font-size: 0.88rem;
  color: var(--color-nude-light);
}
.social-links a:hover {
  color: var(--color-accent-light);
}

.footer-map-wrap {
  padding: var(--space-lg) 0;
  border-top: 1px solid rgba(255,255,255,0.08);
  text-align: center;
}

.footer-map-wrap h4 {
  margin-bottom: var(--space-sm);
}

.footer-map-text {
  max-width: 520px;
  margin: 0 auto var(--space-md);
  font-size: 0.9rem;
  opacity: 0.9;
  line-height: 1.6;
}

.footer-bottom {
  text-align: center;
  padding: var(--space-lg) 0 var(--space-md);
  border-top: 1px solid rgba(255,255,255,0.08);
  font-size: 0.8rem;
  opacity: 0.8;
}

.footer-bottom p {
  margin-bottom: 0.35rem;
}

.footer-credits {
  font-size: 0.75rem;
  opacity: 0.75;
  margin-top: var(--space-sm);
}

.footer-credits a {
  color: var(--color-accent-light);
}

.footer-credits a:hover {
  text-decoration: underline;
}

/* ============================================
   زر العودة للأعلى
   ============================================ */
.back-to-top {
  position: fixed;
  bottom: var(--space-lg);
  left: var(--space-lg);
  z-index: 9998;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--color-accent);
  color: var(--color-white);
  border: none;
  font-size: 1.25rem;
  cursor: pointer;
  box-shadow: var(--shadow-medium);
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--transition), visibility var(--transition), transform var(--transition);
}

[dir="rtl"] .back-to-top {
  left: auto;
  right: calc(var(--space-lg) + 56px);
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover {
  background: var(--color-accent-dark);
  transform: translateY(-2px);
}

/* ============================================
   Responsive — توافق جميع أحجام الشاشات والهاتف
   ============================================ */

/* Tablet وما دون */
@media (max-width: 768px) {
  .container {
    padding-left: var(--space-sm);
    padding-right: var(--space-sm);
  }

  .nav {
    flex-wrap: wrap;
    padding: var(--space-sm);
  }
  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    background: rgba(253, 252, 250, 0.98);
    backdrop-filter: blur(14px);
    flex-direction: column;
    padding: var(--space-md);
    gap: 0;
    box-shadow: 0 8px 24px rgba(44, 40, 37, 0.12);
    border-top: 1px solid var(--color-border);
  }
  .nav-links.is-open {
    display: flex;
  }
  .nav-links li {
    border-bottom: 1px solid var(--color-border);
  }
  .nav-links li:last-child {
    border-bottom: none;
  }
  .nav-links a {
    display: block;
    padding: var(--space-sm) var(--space-md);
    font-size: 1rem;
  }
  .nav-toggle {
    display: block;
    padding: 0.5rem;
    min-width: 44px;
    min-height: 44px;
  }

  .header-top {
    justify-content: center;
    text-align: center;
    padding: 0.5rem var(--space-sm);
    gap: 0.5rem;
  }
  .header-actions {
    justify-content: center;
    gap: var(--space-sm);
  }
  .header-actions a {
    font-size: 0.8rem;
  }

  .hero {
    min-height: 70vh;
    padding: var(--space-2xl) var(--space-sm) var(--space-xl);
  }
  .hero-content {
    max-width: 100%;
  }
  .hero-title {
    font-size: clamp(1.85rem, 7vw, 2.75rem);
  }
  .hero-desc {
    font-size: 0.95rem;
  }
  .hero-cta {
    flex-direction: column;
    align-items: center;
  }
  .hero-cta .btn {
    width: 100%;
    max-width: 280px;
  }
  .hero-scroll {
    bottom: var(--space-md);
  }

  .offer-banner {
    padding: var(--space-lg) var(--space-sm);
  }
  .offer-inner h2 {
    font-size: clamp(1.2rem, 4.5vw, 1.5rem);
  }
  .offer-inner p {
    font-size: 0.9rem;
  }

  .why-us-section {
    padding: var(--space-xl) 0;
  }
  .why-us-intro {
    font-size: 0.95rem;
    margin-bottom: var(--space-lg);
  }
  .why-us-grid {
    gap: var(--space-md);
  }
  .why-us-card {
    padding: var(--space-md);
  }

  .stats-strip-inner {
    gap: var(--space-md);
  }
  .stat-number { font-size: 1.5rem; }
  .stat-divider { display: none; }

  .booking-steps-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-md);
  }
  .booking-step {
    padding: var(--space-md);
  }
  .booking-step h3 { font-size: 1rem; }

  .trust-badges-inner {
    gap: var(--space-sm);
  }
  .trust-badge { font-size: 0.85rem; }

  .brands-strip-logos {
    gap: var(--space-md);
  }
  .brands-placeholder { font-size: 0.85rem; }

  .back-to-top {
    bottom: var(--space-md);
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
  }
  [dir="rtl"] .back-to-top {
    right: calc(var(--space-md) + 50px);
  }

  .store-bar {
    padding: 0.5rem var(--space-sm);
  }
  .store-bar-text {
    font-size: 0.85rem;
  }

  .products-section,
  .services-section,
  .testimonials-section,
  .gallery-section,
  .faq-section,
  .cta-section {
    padding: var(--space-xl) 0;
  }
  .section-title {
    font-size: clamp(1.5rem, 4.5vw, 1.85rem);
    margin-bottom: var(--space-md);
  }
  .products-grid {
    grid-template-columns: 1fr;
    gap: var(--space-md);
  }
  .product-body {
    padding: var(--space-sm);
  }
  .product-card h3,
  .service-name {
    font-size: 1.1rem;
  }
  .product-materials,
  .product-benefits,
  .policy-item {
    font-size: 0.78rem;
  }

  .services-grid,
  .services-grid--packages,
  .services-grid--skin {
    grid-template-columns: 1fr;
    gap: var(--space-md);
  }
  .services-grid--compact {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-sm);
  }
  .service-card-body {
    padding: var(--space-sm);
  }

  .testimonials-slider-wrap {
    padding: 0 var(--space-sm);
    gap: var(--space-sm);
  }
  .testimonial-card {
    flex: 0 0 min(100%, 320px);
    padding: var(--space-md);
  }
  .testimonials-nav {
    width: 40px;
    height: 40px;
    font-size: 1.25rem;
    flex-shrink: 0;
  }
  .testimonials-track {
    padding: var(--space-xs) 0;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-xs);
  }
  .gallery-item-overlay {
    padding: var(--space-xs);
  }

  .faq-subtitle {
    font-size: 0.95rem;
    margin-bottom: var(--space-lg);
  }
  .faq-list {
    width: 100%;
  }
  .faq-question {
    padding: var(--space-md) var(--space-lg);
    font-size: 0.95rem;
  }
  .faq-answer {
    padding: 0 var(--space-lg) var(--space-md);
  }

  .cta-section {
    padding: var(--space-xl) var(--space-sm);
  }
  .cta-content h2 {
    font-size: clamp(1.4rem, 4vw, 1.75rem);
  }
  .cta-content .btn {
    width: 100%;
    max-width: 280px;
  }

  .footer {
    padding: var(--space-xl) 0 var(--space-md);
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: var(--space-lg);
    margin-bottom: var(--space-lg);
    text-align: center;
  }
  .footer-brand p {
    text-align: center;
  }
  .social-links {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer-bottom {
    padding-top: var(--space-md);
    font-size: 0.75rem;
  }

  .float-wa-text {
    display: none;
  }
  .float-wa {
    padding: 0.75rem;
    bottom: var(--space-md);
    left: var(--space-md);
  }
  .logo-text {
    font-size: 1.1rem;
  }
  .logo-img {
    height: 40px;
    max-height: 40px;
    max-width: 110px;
  }
}

/* الهاتف والشاشات الصغيرة */
@media (max-width: 480px) {
  :root {
    --space-xl: 2rem;
    --space-2xl: 3.5rem;
  }
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header-top .header-actions a:first-of-type {
    display: none;
  }
  .header-actions a {
    font-size: 0.75rem;
  }
  .header-badge {
    font-size: 0.7rem;
  }

  .hero-title {
    font-size: clamp(1.6rem, 8vw, 2.2rem);
  }
  .hero-label {
    font-size: 0.65rem;
    letter-spacing: 0.2em;
  }

  .offer-inner h2 {
    font-size: 1.15rem;
  }
  .offer-inner .btn {
    width: 100%;
    max-width: 260px;
  }

  .why-us-title {
    font-size: 1.05rem;
  }
  .why-us-desc {
    font-size: 0.9rem;
  }

  .booking-steps-grid {
    grid-template-columns: 1fr;
  }

  .store-bar-text {
    font-size: 0.8rem;
  }
  .store-bar-inner {
    padding: 0 var(--space-xs);
  }

  .services-grid--compact {
    grid-template-columns: 1fr;
  }
  .service-category-title {
    font-size: 1.2rem;
  }

  .testimonial-card {
    flex: 0 0 100%;
  }
  .testimonials-dots {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.35rem;
  }

  .gallery-grid {
    gap: 4px;
  }

  .faq-question {
    padding: var(--space-sm) var(--space-md);
  }

  .float-wa {
    bottom: var(--space-sm);
    padding: 0.65rem;
    left: var(--space-sm);
  }
  .float-wa-icon {
    width: 22px;
    height: 22px;
  }
}

/* شاشات صغيرة جداً (مثلاً 360px) */
@media (max-width: 360px) {
  .container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .hero-cta .btn,
  .cta-content .btn {
    max-width: 100%;
  }
  .offer-inner .btn {
    max-width: 100%;
  }
  .logo-text {
    font-size: 1rem;
  }
  .logo-img {
    max-width: 90px;
  }
}
