/* ========================================
   روحانيات - Rawhaniyat Main Stylesheet
   Sacred Art Deco Noir: obsidian depth,
   amethyst atmosphere, antique-gold highlights
   ======================================== */

/* ---------- CSS Variables ---------- */
:root {
  --primary-purple: #8048DA;
  --deep-purple: #2D1B46;
  --light-purple: #A06EFF;
  --accent-green: #8B9F7A;
  --deep-green: #5C6B51;
  --light-green: #A8B89A;
  --accent-blue: #6E5BA8;
  --deep-blue: #1E1432;
  --light-blue: #9E8ED0;
  --neon-purple: #8048DA;
  --neon-blue: #6E5BA8;
  --neon-green: #8B9F7A;
  --dark-bg: #0D0A18;
  --darker-bg: #0A0610;
  --card-bg: rgba(19, 15, 33, 0.6);
  --card-border: rgba(214, 178, 92, 0.12);
  --text-light: #F4EEFF;
  --text-muted: #B8B0C8;
  --gold: #D6B25C;
  --gold-soft: #DFBF6A;
  --gold-deep: #C49E47;
  --violet-glow: #8048DA;
  --plum-shadow: #2D1B46;
  --night-core: #0A0610;
  --gradient-main: linear-gradient(135deg, #0D0A18, #130F21, #0A0610);
  --gradient-card: linear-gradient(180deg, rgba(18, 10, 31, 0.96), rgba(9, 5, 16, 0.96));
  --gradient-btn: linear-gradient(135deg, #DFBF6A, #C49E47);
  --gradient-btn-hover: linear-gradient(135deg, #E8CC7E, #D6B25C);
  --shadow-glow: 0 0 30px rgba(214, 178, 92, 0.15);
  --shadow-card: 0 22px 60px rgba(0, 0, 0, 0.28);
  --font-ar: 'Aref Ruqaa', 'Amiri', serif;
  --font-en: 'Cormorant Garamond', 'Playfair Display', serif;
  --font-body-ar: 'Noto Naskh Arabic', 'Tajawal', sans-serif;
  --font-body-en: 'Manrope', 'Inter', sans-serif;
  --transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --transition-fast: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --transition-bounce: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);

  /* Type 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;

  /* Spacing rhythm */
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 24px;
  --space-xl: 32px;
  --space-2xl: 48px;
  --space-3xl: 64px;
  --space-4xl: 96px;

  /* Refined glassmorphism */
  --glass-bg: rgba(10, 6, 18, 0.72);
  --glass-border: rgba(214, 178, 92, 0.12);
  --glass-blur: blur(16px);
  --glass-highlight: linear-gradient(135deg, rgba(255,255,255,0.04) 0%, transparent 50%);

  /* Card depth layers */
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.2);
  --shadow-md: 0 18px 50px rgba(0, 0, 0, 0.26);
  --shadow-lg: 0 26px 60px rgba(0, 0, 0, 0.32);
  --shadow-glow-purple: 0 0 40px rgba(128, 72, 218, 0.12);
  --shadow-glow-blue: 0 0 40px rgba(110, 91, 168, 0.1);
  --shadow-glow-green: 0 0 40px rgba(139, 159, 122, 0.08);

  /* Border radius tokens */
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --radius-full: 9999px;
}

/* ---------- Reset & Base ---------- */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  overflow-x: hidden;
}

body {
  font-family: var(--font-body-ar);
  background: var(--dark-bg);
  background-image:
    radial-gradient(circle at top, rgba(128, 72, 218, 0.24), transparent 32%),
    radial-gradient(circle at 80% 12%, rgba(214, 178, 92, 0.12), transparent 18%),
    linear-gradient(180deg, #0D0A18, #0A0610 100%);
  color: var(--text-light);
  direction: rtl;
  overflow-x: hidden;
  line-height: 1.8;
  min-height: 100vh;
  width: 100%;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}

body[lang="en"] {
  direction: ltr;
  font-family: var(--font-body-en);
}

a {
  text-decoration: none;
  color: inherit;
  transition: var(--transition);
}

ul { list-style: none; }
img { max-width: 100%; display: block; }

::selection {
  background: rgba(214, 178, 92, 0.28);
  color: #fff;
}

::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: var(--darker-bg);
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--neon-purple), var(--accent-blue));
  border-radius: 6px;
}
::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, var(--light-purple), var(--accent-blue));
}

/* ---------- Noise Texture Overlay ---------- */
.noise-overlay {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9997;
  opacity: 0.025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-repeat: repeat;
  mix-blend-mode: overlay;
}

/* ---------- Sacred Art Deco Noir Components ---------- */
.eyebrow-label {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.72rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--gold-soft);
  margin-bottom: 1.25rem;
}
.eyebrow-label::before {
  content: "";
  width: 2.6rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-soft), transparent);
}
body[lang="en"] .eyebrow-label::before {
  order: -1;
}

.ritual-panel {
  background:
    linear-gradient(180deg, rgba(19, 15, 33, 0.88), rgba(13, 10, 24, 0.94)),
    linear-gradient(135deg, rgba(214, 178, 92, 0.08), transparent 32%, transparent 68%, rgba(128, 72, 218, 0.08));
  border: 1px solid rgba(214, 178, 92, 0.12);
  border-radius: 1.5rem;
  box-shadow:
    0 18px 50px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 0 0 1px rgba(214, 178, 92, 0.03);
  backdrop-filter: blur(16px);
  position: relative;
  overflow: hidden;
}
.ritual-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 12%, rgba(255, 255, 255, 0.03) 48%, transparent 76%);
  pointer-events: none;
}

.ritual-card {
  position: relative;
  transition: transform 0.45s ease, box-shadow 0.45s ease, border-color 0.45s ease;
}
.ritual-card:hover {
  transform: translateY(-6px);
  border-color: rgba(214, 178, 92, 0.26);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.32), 0 0 40px rgba(128, 72, 218, 0.12);
}

.gold-button {
  background: linear-gradient(135deg, #DFBF6A, #C49E47) !important;
  color: #0D0A18 !important;
  box-shadow: 0 16px 34px rgba(162, 117, 32, 0.24), 0 0 22px rgba(214, 178, 92, 0.14);
  border: none !important;
  transition: transform 0.35s ease, box-shadow 0.35s ease, filter 0.35s ease;
}
.gold-button:hover {
  transform: translateY(-2px);
  filter: brightness(1.03);
  box-shadow: 0 20px 40px rgba(162, 117, 32, 0.34), 0 0 36px rgba(214, 178, 92, 0.22);
}

/* Floating orbs */
.orb {
  position: absolute;
  border-radius: 9999px;
  filter: blur(70px);
  opacity: 0.55;
  pointer-events: none;
  animation: float-orb 12s ease-in-out infinite;
}
.orb-primary {
  width: 18rem;
  height: 18rem;
  background: radial-gradient(circle, rgba(128, 72, 218, 0.36), transparent 68%);
}
.orb-secondary {
  width: 20rem;
  height: 20rem;
  background: radial-gradient(circle, rgba(45, 27, 70, 0.3), transparent 68%);
  animation-delay: 2s;
}
.orb-gold {
  width: 16rem;
  height: 16rem;
  background: radial-gradient(circle, rgba(214, 178, 92, 0.22), transparent 70%);
  animation-delay: 4s;
}

.particle-field {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.24) 0 1px, transparent 1.6px),
    radial-gradient(circle at 74% 22%, rgba(214, 178, 92, 0.28) 0 1.2px, transparent 1.8px),
    radial-gradient(circle at 58% 64%, rgba(186, 143, 255, 0.18) 0 1px, transparent 1.6px),
    radial-gradient(circle at 28% 78%, rgba(255, 255, 255, 0.16) 0 1.2px, transparent 1.8px),
    radial-gradient(circle at 88% 72%, rgba(214, 178, 92, 0.2) 0 1px, transparent 1.6px);
  animation: shimmer-drift 18s linear infinite;
  opacity: 0.62;
}

.sacred-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(to right, rgba(214, 178, 92, 0.08) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(214, 178, 92, 0.08) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: radial-gradient(circle at center, black 20%, transparent 78%);
  -webkit-mask-image: radial-gradient(circle at center, black 20%, transparent 78%);
}

.ambient-divider {
  position: relative;
  margin: 2rem auto;
  height: 1px;
  width: 100%;
  max-width: 72rem;
  overflow: hidden;
}
.ambient-divider::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(214, 178, 92, 0.55), transparent);
}
.ambient-divider::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 5rem;
  width: 5rem;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(214, 178, 92, 0.26), transparent 70%);
  filter: blur(24px);
}

.glow-border {
  position: relative;
}
.glow-border::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(214, 178, 92, 0.38), rgba(160, 110, 255, 0.12), rgba(214, 178, 92, 0.22));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

@keyframes float-orb {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(0, -18px, 0) scale(1.04); }
}

@keyframes shimmer-drift {
  0% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-18px) scale(1.01); }
  100% { transform: translateY(0) scale(1); }
}

/* ---------- Smooth Section Separator ---------- */
.section-separator {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--card-border), var(--gold), var(--card-border), transparent);
  opacity: 0.5;
  margin: 0;
}

/* ---------- Background Effects ---------- */
.bg-stars {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.bg-stars .star {
  position: absolute;
  background: #fff;
  border-radius: 50%;
  animation: twinkle var(--dur) ease-in-out infinite alternate;
}

@keyframes twinkle {
  0% { opacity: 0.2; transform: scale(0.8); }
  100% { opacity: 1; transform: scale(1.2); }
}

.bg-orb {
  position: fixed;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.55;
  pointer-events: none;
  z-index: 0;
  animation: orbFloat 12s ease-in-out infinite alternate;
  will-change: transform;
}

.bg-orb--purple {
  width: min(500px, 60vw); height: min(500px, 60vw);
  background: radial-gradient(circle, rgba(128, 72, 218, 0.36), transparent 68%);
  top: -100px; right: -100px;
}

.bg-orb--blue {
  width: min(400px, 50vw); height: min(400px, 50vw);
  background: radial-gradient(circle, rgba(45, 27, 70, 0.3), transparent 68%);
  bottom: -50px; left: -50px;
  animation-delay: -4s;
}

.bg-orb--green {
  width: min(350px, 45vw); height: min(350px, 45vw);
  background: radial-gradient(circle, rgba(214, 178, 92, 0.22), transparent 70%);
  top: 50%; left: 30%;
  animation-delay: -8s;
}

@keyframes orbFloat {
  0% { transform: translate(0, 0) scale(1); }
  100% { transform: translate(20px, -15px) scale(1.08); }
}

/* ---------- Preloader ---------- */
.preloader {
  position: fixed;
  inset: 0;
  background: var(--darker-bg);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
  transition: opacity 0.6s, visibility 0.6s;
}

.preloader.hidden {
  opacity: 0;
  visibility: hidden;
}

.preloader-eye {
  width: 80px;
  height: 80px;
  border: 3px solid var(--neon-purple);
  border-radius: 50% 0;
  transform: rotate(45deg);
  position: relative;
  animation: eyePulse 1.5s ease-in-out infinite;
}

.preloader-eye::after {
  content: '';
  position: absolute;
  width: 24px; height: 24px;
  background: var(--gold);
  border-radius: 50%;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 20px var(--gold);
}

@keyframes eyePulse {
  0%, 100% { box-shadow: 0 0 15px var(--neon-purple); }
  50% { box-shadow: 0 0 40px var(--neon-purple), 0 0 80px var(--gold); }
}

.preloader-text {
  font-size: 1.2rem;
  color: var(--neon-purple);
  animation: fadeInOut 1.5s ease-in-out infinite;
}

@keyframes fadeInOut {
  0%, 100% { opacity: 0.4; }
  50% { opacity: 1; }
}

/* ---------- Navigation ---------- */
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  padding: 18px 0;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: transparent;
  left: 0;
  right: 0;
}

.navbar.scrolled {
  background: rgba(10, 6, 18, 0.72);
  backdrop-filter: blur(24px) saturate(1.4);
  -webkit-backdrop-filter: blur(24px) saturate(1.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 0;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
}

.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: var(--font-ar);
  color: var(--gold);
  text-shadow: 0 0 20px rgba(214, 178, 92, 0.3);
  transition: var(--transition);
}

.nav-logo:hover {
  text-shadow: 0 0 30px rgba(214, 178, 92, 0.5);
  transform: scale(1.03);
}

body[lang="en"] .nav-logo {
  font-family: var(--font-en);
}

.nav-logo .logo-icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  border-radius: 50%;
  border: 1px solid rgba(214, 178, 92, 0.45);
  background: radial-gradient(circle at center, rgba(214, 178, 92, 0.26), rgba(45, 27, 70, 0.12) 55%, rgba(10, 6, 18, 0.95) 100%);
  box-shadow: 0 0 30px rgba(214, 178, 92, 0.14);
  animation: logoFloat 3s ease-in-out infinite;
}

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

.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
}

.nav-links a {
  font-size: 0.85rem;
  font-weight: 500;
  color: rgba(244, 238, 255, 0.78);
  position: relative;
  padding: 8px 16px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border-radius: var(--radius-full);
  transition: all 0.3s ease;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  right: 0;
  width: 0;
  height: 0;
  background: transparent;
  transition: none;
  border-radius: 2px;
}

.nav-links a::before {
  content: none;
}

.nav-links a:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.nav-links a.active {
  background: rgba(214, 178, 92, 0.14);
  color: var(--gold-soft);
  box-shadow: 0 0 20px rgba(214, 178, 92, 0.18);
}

.nav-links a.active::before {
  content: none;
}

body[lang="en"] .nav-links a::after {
  right: auto;
  left: 0;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--text-light);
}

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

.lang-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border: 1px solid var(--card-border);
  border-radius: 50px;
  cursor: pointer;
  font-size: 0.85rem;
  color: var(--text-muted);
  background: rgba(214, 178, 92, 0.05);
  transition: var(--transition);
}

.lang-toggle:hover {
  border-color: var(--gold);
  color: var(--text-light);
  background: rgba(214, 178, 92, 0.1);
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  z-index: 1001;
}

.hamburger span {
  width: 28px;
  height: 2px;
  background: var(--text-light);
  transition: var(--transition);
  border-radius: 2px;
}

.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* ---------- Hero Section ---------- */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 120px 24px 80px;
  text-align: center;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  height: 100%;
  background: 
    linear-gradient(120deg, rgba(8, 5, 14, 0.98) 12%, rgba(27, 11, 50, 0.92) 48%, rgba(11, 6, 18, 0.98) 100%),
    radial-gradient(circle at top, rgba(128, 72, 218, 0.32), transparent 42%),
    radial-gradient(circle at top right, rgba(214, 178, 92, 0.16), transparent 68%);
  pointer-events: none;
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 10px 28px;
  background: rgba(214, 178, 92, 0.08);
  border: 1px solid rgba(214, 178, 92, 0.28);
  border-radius: var(--radius-full);
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--gold-soft);
  margin-bottom: 28px;
  backdrop-filter: blur(12px);
  letter-spacing: 0.34em;
  text-transform: uppercase;
  animation: badgePulse 3s ease-in-out infinite;
}

@keyframes badgePulse {
  0%, 100% { border-color: rgba(214, 178, 92, 0.2); box-shadow: none; }
  50% { border-color: rgba(214, 178, 92, 0.35); box-shadow: 0 0 20px rgba(214, 178, 92, 0.06); }
}

.hero h1 {
  font-family: var(--font-ar);
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 700;
  line-height: 0.95;
  margin-bottom: 24px;
  color: #fff;
  animation: none;
  letter-spacing: -0.5px;
  text-shadow: none;
  background: none;
  -webkit-text-fill-color: unset;
  filter: none;
}

body[lang="en"] .hero h1 {
  font-family: var(--font-en);
}

@keyframes gradientShift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.hero p {
  font-size: 1.15rem;
  color: var(--text-muted);
  max-width: 580px;
  margin: 0 auto 40px;
  line-height: 2;
  letter-spacing: 0.2px;
}

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

.hero-visual {
  position: absolute;
  width: 500px;
  height: 500px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.06;
  z-index: 1;
  overflow: hidden;
}

.mystic-circle {
  width: 100%;
  height: 100%;
  border: 1.5px solid var(--gold);
  border-radius: 50%;
  position: relative;
  animation: slowRotate 30s linear infinite;
  box-shadow: 0 0 60px rgba(214, 178, 92, 0.05) inset;
}

.mystic-circle::before,
.mystic-circle::after {
  content: '';
  position: absolute;
  border: 1px solid var(--accent-blue);
  border-radius: 50%;
}

.mystic-circle::before {
  width: 75%; height: 75%;
  top: 12.5%; left: 12.5%;
  animation: slowRotate 20s linear infinite reverse;
}

.mystic-circle::after {
  width: 50%; height: 50%;
  top: 25%; left: 25%;
  border-color: var(--accent-green);
  animation: slowRotate 15s linear infinite;
}

@keyframes slowRotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: var(--radius-full);
  font-family: var(--font-body-ar);
  font-size: 0.75rem;
  font-weight: 500;
  cursor: pointer;
  border: none;
  transition: transform 0.35s ease, box-shadow 0.35s ease, filter 0.35s ease;
  position: relative;
  overflow: hidden;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  isolation: isolate;
}

/* Ripple effect on click */
.btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--ripple-x, 50%) var(--ripple-y, 50%), rgba(255,255,255,0.25) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
  pointer-events: none;
}

.btn:active::after {
  opacity: 1;
  transition: opacity 0s;
}

body[lang="en"] .btn {
  font-family: var(--font-body-en);
}

.btn-primary {
  background: linear-gradient(135deg, #DFBF6A, #C49E47);
  color: #0D0A18;
  box-shadow: 0 16px 34px rgba(162, 117, 32, 0.24), 0 0 22px rgba(214, 178, 92, 0.14);
}

.btn-primary:hover {
  transform: translateY(-2px);
  filter: brightness(1.03);
  box-shadow: 0 20px 40px rgba(162, 117, 32, 0.34), 0 0 36px rgba(214, 178, 92, 0.22);
}

.btn-primary:active {
  transform: translateY(-1px) scale(0.98);
  box-shadow: 0 8px 20px rgba(162, 117, 32, 0.2);
}

.btn-outline {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
}

.btn-outline:hover {
  border-color: rgba(214, 178, 92, 0.45);
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
  color: var(--gold-soft);
}

.btn-outline:active {
  transform: translateY(-1px) scale(0.98);
}

.btn-glow {
  animation: btnGlow 3s ease-in-out infinite;
}

@keyframes btnGlow {
  0%, 100% { box-shadow: 0 16px 34px rgba(162, 117, 32, 0.24); }
  50% { box-shadow: 0 16px 40px rgba(162, 117, 32, 0.4), 0 0 60px rgba(128, 72, 218, 0.15); }
}

/* ---------- Sections ---------- */
.section {
  padding: 100px 24px;
  position: relative;
  z-index: 2;
  max-width: 100%;
}

.section-container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-header .subtitle {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--gold-soft);
  font-size: 0.72rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  position: relative;
  padding: 0;
}

.section-header .subtitle::before,
.section-header .subtitle::after {
  content: '';
  width: 2.6rem;
  height: 1px;
  position: static;
  top: auto;
  background: linear-gradient(90deg, transparent, var(--gold-soft), transparent);
}

.section-header .subtitle::before {
  right: -35px;
}

.section-header .subtitle::after {
  left: -35px;
  background: linear-gradient(270deg, var(--gold), transparent);
}

body[lang="en"] .section-header .subtitle::before {
  right: auto;
  left: -35px;
  background: linear-gradient(270deg, var(--gold), transparent);
}

body[lang="en"] .section-header .subtitle::after {
  left: auto;
  right: -35px;
  background: linear-gradient(90deg, var(--gold), transparent);
}

.section-header h2 {
  font-family: var(--font-ar);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  margin-bottom: 16px;
  color: #fff;
  letter-spacing: -0.3px;
  background: none;
  -webkit-text-fill-color: unset;
}

body[lang="en"] .section-header h2 {
  font-family: var(--font-en);
}

.section-header p {
  color: var(--text-muted);
  max-width: 600px;
  margin: 0 auto;
  font-size: 1.05rem;
}

.section-divider {
  width: 50px;
  height: 3px;
  background: var(--gradient-btn);
  margin: 16px auto;
  border-radius: 3px;
  position: relative;
}

.section-divider::after {
  content: '';
  position: absolute;
  top: 0;
  left: -8px;
  width: 5px;
  height: 3px;
  background: var(--neon-purple);
  border-radius: 3px;
  animation: dividerDot 2s ease-in-out infinite;
}

@keyframes dividerDot {
  0%, 100% { left: -8px; opacity: 0.5; }
  50% { left: calc(100% + 3px); opacity: 1; }
}

/* ---------- Cards ---------- */
.card {
  background: linear-gradient(180deg, rgba(18, 10, 31, 0.96), rgba(9, 5, 16, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg);
  padding: 36px;
  backdrop-filter: blur(14px) saturate(1.2);
  -webkit-backdrop-filter: blur(14px) saturate(1.2);
  transition: transform 0.45s ease, box-shadow 0.45s ease, border-color 0.45s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
}

/* Inner glass highlight */
.card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.06), transparent);
  opacity: 1;
  transition: var(--transition);
}

/* Subtle gold glow in corner */
.card::after {
  content: '';
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(214, 178, 92, 0.18), transparent 68%);
  filter: blur(24px);
  pointer-events: none;
}

body[lang="en"] .card::after {
  right: auto;
  left: 1.5rem;
}

.card:hover {
  transform: translateY(-6px);
  border-color: rgba(214, 178, 92, 0.26);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.32), 0 0 40px rgba(128, 72, 218, 0.12);
}

@media (hover: none) {
  .card:hover {
    transform: none;
  }
}

.card-icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 20px;
  background: rgba(214, 178, 92, 0.08);
  border-radius: 50%;
  border: 1px solid rgba(214, 178, 92, 0.28);
  color: var(--gold-soft);
  transition: var(--transition);
}

.card:hover .card-icon {
  transform: scale(1.05);
  border-color: rgba(214, 178, 92, 0.4);
  box-shadow: 0 0 20px rgba(214, 178, 92, 0.12);
}

.card h3 {
  font-family: var(--font-ar);
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--text-light);
}
body[lang="en"] .card h3 {
  font-family: var(--font-en);
}

.card p {
  color: var(--text-muted);
  line-height: 1.9;
}

/* ---------- Grid Layouts ---------- */
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

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

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

/* ---------- Features / Services Row ---------- */
/* ---------- Services Page ---------- */
.services-page-header {
  min-height: 45vh;
}
.page-header-badge {
  display: inline-block;
  padding: 6px 20px;
  border-radius: 50px;
  background: rgba(214, 178, 92, 0.08);
  border: 1px solid rgba(214, 178, 92, 0.25);
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.services-showcase {
  padding-bottom: 80px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.service-card {
  text-align: center;
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25), 0 0 30px rgba(214, 178, 92, 0.05);
}

.service-card-img {
  width: 100%;
  height: 220px;
  overflow: hidden;
  position: relative;
}
.service-card-img::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 60px;
  background: linear-gradient(to top, var(--bg-card, rgba(14, 12, 8, 1)), transparent);
  pointer-events: none;
}
.service-card-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.service-card:hover .service-card-img img {
  transform: scale(1.08);
}

.service-card .card-icon {
  margin: 28px auto 16px;
  width: 72px;
  height: 72px;
  font-size: 2rem;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.service-card:hover .card-icon {
  transform: scale(1.12) rotate(-5deg);
  background: linear-gradient(145deg, rgba(214, 178, 92, 0.15), rgba(128, 72, 218, 0.08));
  box-shadow: 0 8px 24px rgba(214, 178, 92, 0.08);
}

.service-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0;
}

.service-card h3 {
  margin: 20px 24px 10px;
  font-size: 1.2rem;
}

.service-card .service-card-brief {
  padding: 0 24px;
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.75;
  margin-bottom: 0;
  flex: 1;
}

.service-card-action {
  padding: 16px 24px 28px;
}

/* More Info button */
.srv-more-btn {
  border-color: rgba(214, 178, 92, 0.3) !important;
  color: var(--gold) !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 24px;
  transition: all 0.3s ease;
}
.srv-more-btn svg {
  transition: transform 0.3s ease;
}
.srv-more-btn:hover {
  background: rgba(214, 178, 92, 0.08) !important;
  border-color: var(--gold) !important;
  gap: 12px;
}
.srv-more-btn:hover svg {
  transform: translateX(4px);
}
body[dir="rtl"] .srv-more-btn:hover svg {
  transform: translateX(-4px) scaleX(-1);
}
body[dir="rtl"] .srv-more-btn svg {
  transform: scaleX(-1);
}

/* Empty state */
.services-empty {
  text-align: center;
  padding: 80px 20px;
}
.services-empty-icon {
  font-size: 4rem;
  margin-bottom: 20px;
  animation: float 3s ease-in-out infinite;
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}
.services-empty h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  background: linear-gradient(135deg, var(--gold), var(--accent-blue));
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.services-empty p {
  color: var(--text-muted);
  font-size: 1rem;
}

/* ---------- About Section ---------- */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.about-image {
  position: relative;
}

.about-image .image-frame {
  width: 100%;
  aspect-ratio: 4/5;
  background: var(--gradient-card);
  border-radius: 24px;
  border: 1px solid var(--card-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8rem;
  overflow: hidden;
  position: relative;
}

.about-image .image-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, transparent, rgba(14, 12, 8, 0.5));
}

.about-image .floating-badge {
  position: absolute;
  bottom: -16px;
  right: 0;
  background: var(--gradient-btn);
  color: #fff;
  padding: 16px 24px;
  border-radius: 16px;
  font-weight: 700;
  font-size: 1.1rem;
  box-shadow: var(--shadow-glow);
}

body[lang="en"] .about-image .floating-badge {
  right: auto;
  left: 0;
}

.about-text h2 {
  font-family: var(--font-ar);
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--text-light);
}
body[lang="en"] .about-text h2 {
  font-family: var(--font-en);
}

.about-text p {
  color: var(--text-muted);
  margin-bottom: 24px;
  line-height: 2;
}

.about-stats {
  display: flex;
  gap: 40px;
  margin-top: 32px;
}

.stat-item {
  text-align: center;
}

.stat-item .stat-number {
  font-family: var(--font-ar);
  font-size: 2.5rem;
  font-weight: 700;
  background: linear-gradient(135deg, var(--gold), var(--light-purple));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
}
body[lang="en"] .stat-item .stat-number {
  font-family: var(--font-en);
}

.stat-item .stat-label {
  color: var(--text-muted);
  font-size: 0.85rem;
  margin-top: 6px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

/* ---------- Testimonials ---------- */
.testimonial-card {
  text-align: center;
  padding: 44px 32px 36px;
  position: relative;
}

.testimonial-card::before {
  content: '\201C';
  position: absolute;
  top: 16px;
  right: 24px;
  font-size: 4rem;
  line-height: 1;
  color: var(--neon-purple);
  opacity: 0.12;
  font-family: Georgia, serif;
  pointer-events: none;
}

body[lang="en"] .testimonial-card::before {
  right: auto;
  left: 24px;
}

.testimonial-card .stars {
  color: var(--gold);
  font-size: 1rem;
  margin-bottom: 18px;
  letter-spacing: 4px;
  text-shadow: 0 0 10px rgba(214, 178, 92, 0.3);
}

.testimonial-card blockquote {
  font-size: 1.05rem;
  color: var(--text-muted);
  line-height: 2;
  margin-bottom: 24px;
  font-style: italic;
  position: relative;
}

.testimonial-card .author {
  font-weight: 700;
  color: var(--neon-purple);
  font-size: 0.95rem;
  letter-spacing: 0.5px;
}

.testimonial-card .author::before {
  content: '— ';
}

/* ---------- CTA Section ---------- */
.cta-section {
  text-align: center;
  padding: 100px 24px;
  position: relative;
  overflow: hidden;
}

.cta-section .section-container {
  background:
    linear-gradient(180deg, rgba(19, 15, 33, 0.88), rgba(13, 10, 24, 0.94)),
    linear-gradient(135deg, rgba(214, 178, 92, 0.08), transparent 32%, transparent 68%, rgba(128, 72, 218, 0.08));
  border: 1px solid rgba(214, 178, 92, 0.12);
  border-radius: 2rem;
  padding: 2.5rem 1.5rem;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  position: relative;
}

.cta-section .section-container::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 11rem;
  width: 11rem;
  background: radial-gradient(circle, rgba(214, 178, 92, 0.18), transparent 68%);
  filter: blur(48px);
  pointer-events: none;
}

.cta-section::before {
  content: none;
}

.cta-section::after {
  content: none;
}

.cta-section h2 {
  font-family: var(--font-ar);
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: -0.3px;
}
body[lang="en"] .cta-section h2 {
  font-family: var(--font-en);
}

.cta-section p {
  color: var(--text-muted);
  margin-bottom: 36px;
  font-size: 1.1rem;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

/* ---------- Footer ---------- */
.footer {
  background: linear-gradient(180deg, rgba(10, 6, 18, 0.9), rgba(8, 5, 14, 1));
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 4rem 24px 2rem;
  position: relative;
  z-index: 2;
}

.footer::before {
  content: none;
}

.footer-inner-glow {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 100px;
  background: radial-gradient(ellipse, rgba(128, 72, 218, 0.08), transparent 70%);
  pointer-events: none;
}

.footer-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
  padding-top: 60px;
}

.footer-brand .footer-logo {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--neon-purple);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-brand p {
  color: var(--text-muted);
  line-height: 1.9;
  margin-bottom: 20px;
}

.footer-social {
  display: flex;
  gap: 12px;
}

.footer-social a {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid rgba(214, 178, 92, 0.1);
  color: var(--text-muted);
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: rgba(214, 178, 92, 0.03);
}

.footer-social a:hover {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(214, 178, 92, 0.1);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(214, 178, 92, 0.1);
}

.footer-col h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text-light);
  margin-bottom: 20px;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  color: var(--text-muted);
  transition: all 0.3s ease;
  position: relative;
}

.footer-col ul li a:hover {
  color: var(--gold);
  padding-right: 6px;
}

body[lang="en"] .footer-col ul li a:hover {
  padding-right: 0;
  padding-left: 6px;
}

.footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 24px;
  border-top: 1px solid rgba(214, 178, 92, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--text-muted);
  font-size: 0.82rem;
  letter-spacing: 0.3px;
}

/* ---------- Page Header (Inner pages) ---------- */
.page-header {
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 140px 24px 80px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-header::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at top left, rgba(128, 72, 218, 0.32), transparent 42%),
    linear-gradient(180deg, rgba(9, 5, 16, 0.88), rgba(8, 5, 14, 1));
}

.page-header::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(to right, rgba(214, 178, 92, 0.08) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(214, 178, 92, 0.08) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: radial-gradient(circle at center, black 20%, transparent 78%);
  -webkit-mask-image: radial-gradient(circle at center, black 20%, transparent 78%);
  opacity: 0.35;
}

.page-header h1 {
  font-family: var(--font-ar);
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 16px;
  color: #fff;
  letter-spacing: -0.3px;
  background: none;
  -webkit-text-fill-color: unset;
}
body[lang="en"] .page-header h1 {
  font-family: var(--font-en);
}

.page-header p {
  color: rgba(244, 238, 255, 0.72);
  font-size: 1.1rem;
  max-width: 550px;
  margin: 0 auto;
  letter-spacing: 0.2px;
  line-height: 2;
}

/* ========================================
   Cinematic Intro Video Section
   ======================================== */
.cinema-video-section {
  position: relative;
  z-index: 2;
  margin-top: -40px;
  width: 100%;
  background: #000;
  overflow: hidden;
}

.cinema-video-section:fullscreen,
.cinema-video-section:-webkit-full-screen {
  background: #000;
}

/* Cinematic letterbox bars */
.cinema-letterbox {
  position: relative;
  width: 100%;
  height: 28px;
  background: #000;
  z-index: 5;
  pointer-events: none;
}

/* Video wrapper */
.cinema-video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 21 / 9;
  background: #000;
  overflow: hidden;
}

.cinema-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Play overlay */
.cinema-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: rgba(6, 5, 4, 0.55);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 10;
  cursor: pointer;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.cinema-overlay.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.cinema-play-btn {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid rgba(214, 178, 92, 0.5);
  background: rgba(214, 178, 92, 0.25);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
}

.cinema-play-btn::before {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 1px solid rgba(214, 178, 92, 0.2);
  animation: cinemaRing 2.5s ease-in-out infinite;
}

@keyframes cinemaRing {
  0%, 100% { transform: scale(1); opacity: 0.5; }
  50% { transform: scale(1.15); opacity: 0; }
}

.cinema-play-btn:hover {
  background: rgba(214, 178, 92, 0.45);
  border-color: var(--neon-purple);
  transform: scale(1.08);
  box-shadow: 0 0 40px rgba(214, 178, 92, 0.3);
}

.cinema-play-icon {
  font-size: 1.6rem;
  color: #fff;
  margin-left: 4px;
}

body[lang="en"] .cinema-play-icon {
  margin-left: 0;
  margin-right: 0;
}

.cinema-caption {
  color: rgba(232, 224, 240, 0.8);
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

/* Custom controls */
.cinema-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  z-index: 12;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}

.cinema-controls.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.cinema-video-wrapper:hover .cinema-controls.visible {
  opacity: 1;
}

.cinema-ctrl-btn {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1rem;
  cursor: pointer;
  padding: 4px;
  transition: color 0.2s, transform 0.2s;
  flex-shrink: 0;
}

.cinema-ctrl-btn:hover {
  color: #fff;
  transform: scale(1.15);
}

/* Progress bar */
.cinema-progress-bar {
  flex: 1;
  height: 4px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.cinema-progress-bar:hover {
  height: 6px;
}

.cinema-progress-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--neon-purple, #D6B25C), var(--neon-blue, #6E5BA8));
  border-radius: 4px;
  transition: width 0.15s linear;
}

/* Ambient glow behind video */
.cinema-glow {
  position: absolute;
  bottom: -40px;
  left: 10%;
  right: 10%;
  height: 80px;
  background: radial-gradient(ellipse, rgba(214, 178, 92, 0.2), transparent 70%);
  filter: blur(40px);
  z-index: -1;
  pointer-events: none;
}

/* Responsive */
@media (max-width: 768px) {
  .cinema-video-wrapper { aspect-ratio: 16 / 9; }
  .cinema-letterbox { height: 12px; }
  .cinema-play-btn { width: 64px; height: 64px; }
  .cinema-play-icon { font-size: 1.3rem; }
  .cinema-caption { font-size: 0.75rem; letter-spacing: 1px; }
  .cinema-controls { padding: 8px 10px; gap: 8px; }
}

@media (max-width: 480px) {
  .cinema-letterbox { height: 8px; }
  .cinema-play-btn { width: 54px; height: 54px; }
  .cinema-play-icon { font-size: 1.1rem; }
}

/* ---------- Store Showcase Page ---------- */
.showcase-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  padding: 40px 0;
}

.showcase-hero-content { position: relative; z-index: 2; }

.showcase-hero-title {
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 16px;
  background: linear-gradient(135deg, var(--gold), var(--accent-blue));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.showcase-hero-desc {
  font-size: 1.05rem;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 28px;
}

.showcase-visit-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 36px !important;
  font-size: 1.1rem !important;
}

.showcase-hero-visual {
  position: relative;
  height: 300px;
}

.showcase-floating-items {
  position: relative;
  width: 100%;
  height: 100%;
}

.showcase-float-item {
  position: absolute;
  left: var(--x);
  top: var(--y);
  font-size: 2.8rem;
  filter: drop-shadow(0 4px 20px rgba(214, 178, 92, 0.4));
  animation: showcaseFloat 4s ease-in-out infinite;
  animation-delay: var(--delay);
}

@keyframes showcaseFloat {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-18px) scale(1.08); }
}

.showcase-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 20px;
}

.showcase-story-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 20px;
  padding: 32px;
  text-align: center;
  transition: var(--transition);
}

.showcase-story-card:hover {
  border-color: rgba(214, 178, 92, 0.4);
  box-shadow: 0 8px 30px rgba(214, 178, 92, 0.15);
}

.showcase-story-icon {
  font-size: 2.5rem;
  margin-bottom: 16px;
}

.showcase-story-card p {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.8;
}

.showcase-categories {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 20px;
}

.showcase-cat-card {
  background: var(--cat-gradient, var(--gradient-card));
  border: 1px solid var(--card-border);
  border-radius: 20px;
  padding: 32px 24px;
  text-align: center;
  transition: var(--transition);
  cursor: default;
}

.showcase-cat-card:hover {
  border-color: rgba(214, 178, 92, 0.4);
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(214, 178, 92, 0.2);
}

.showcase-cat-icon {
  font-size: 2.8rem;
  margin-bottom: 14px;
  display: block;
}

.showcase-cat-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--text-light);
}

.showcase-cat-card p {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.6;
}

@media (max-width: 768px) {
  .showcase-hero {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 24px;
    padding: 20px 0;
  }
  .showcase-hero-title { font-size: 1.6rem; }
  .showcase-hero-desc { font-size: 0.95rem; }
  .showcase-hero-visual { height: 200px; }
  .showcase-float-item { font-size: 2rem; }
  .showcase-story { grid-template-columns: 1fr; }
  .showcase-categories { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .showcase-cat-card { padding: 24px 16px; }
  .showcase-cat-icon { font-size: 2.2rem; }
}

@media (max-width: 480px) {
  .showcase-categories { grid-template-columns: 1fr; }
}

/* ---------- Store / Product Cards ---------- */
.product-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  padding: 0;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.5s ease, border-color 0.4s ease;
  will-change: transform;
  background: var(--glass-bg);
}

.product-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 60px rgba(214, 178, 92, 0.25), 0 0 40px rgba(214, 178, 92, 0.08);
  border-color: rgba(214, 178, 92, 0.2);
}

@media (hover: none) {
  .product-card:hover {
    transform: none;
    box-shadow: var(--shadow-card);
  }
}

.product-image {
  height: 280px;
  background: var(--gradient-card);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  position: relative;
  overflow: hidden;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.product-card:hover .product-image img {
  transform: scale(1.08);
}

.product-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(14, 12, 8, 0.85) 0%, rgba(14, 12, 8, 0.3) 40%, transparent 100%);
  z-index: 1;
}

.product-image .product-emoji {
  font-size: 5rem;
  z-index: 2;
  transition: transform 0.4s ease;
}

.product-card:hover .product-image .product-emoji {
  transform: scale(1.15) rotate(-5deg);
}

.product-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: var(--gradient-btn);
  color: #fff;
  padding: 5px 16px;
  border-radius: 50px;
  font-size: 0.78rem;
  font-weight: 600;
  z-index: 3;
  letter-spacing: 0.3px;
  box-shadow: 0 2px 12px rgba(214, 178, 92, 0.4);
}

.product-badge--sale {
  background: linear-gradient(135deg, #EF4444, #DC2626);
  box-shadow: 0 2px 12px rgba(239, 68, 68, 0.4);
}

.product-badge--new {
  background: linear-gradient(135deg, var(--neon-green), var(--accent-green));
  box-shadow: 0 2px 12px rgba(139, 159, 122, 0.4);
}

body[lang="en"] .product-badge {
  right: auto;
  left: 16px;
}

/* Product Quick Actions */
.product-actions {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  display: flex;
  gap: 10px;
  z-index: 3;
  opacity: 0;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.product-card:hover .product-actions {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.product-action-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(14, 12, 8, 0.85);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(214, 178, 92, 0.3);
  color: var(--text-light);
  font-size: 1.1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.product-action-btn:hover {
  background: var(--primary-purple);
  border-color: var(--neon-purple);
  transform: scale(1.1);
  box-shadow: 0 0 15px rgba(214, 178, 92, 0.4);
}

/* Product Info */
.product-info {
  padding: 20px 24px 24px;
}

.product-category-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--neon-purple);
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 8px;
  opacity: 0.8;
}

.product-info h3 {
  font-size: 1.1rem;
  margin-bottom: 6px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-info .product-desc {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 12px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-rating {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
}

.product-rating .stars {
  color: var(--gold);
  font-size: 0.85rem;
  letter-spacing: 2px;
}

.product-rating .rating-count {
  font-size: 0.78rem;
  color: var(--text-muted);
}

.product-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.product-info .price {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--neon-green);
}

.product-info .price-old {
  font-size: 0.9rem;
  color: var(--text-muted);
  text-decoration: line-through;
  margin-right: 8px;
  opacity: 0.6;
}

body[lang="en"] .product-info .price-old {
  margin-right: 0;
  margin-left: 8px;
}

.product-stock {
  font-size: 0.78rem;
  font-weight: 500;
}

.product-stock--in {
  color: var(--neon-green);
}

.product-stock--low {
  color: var(--gold);
}

.product-stock--out {
  color: #EF4444;
}

.product-info .btn {
  width: 100%;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  font-size: 0.95rem;
}

.product-info .btn .btn-icon {
  font-size: 1.1rem;
  transition: transform 0.3s ease;
}

.product-info .btn:hover .btn-icon {
  transform: scale(1.2);
}

/* ---------- Store Toolbar ---------- */
.store-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.store-search {
  flex: 1;
  min-width: 200px;
  max-width: 400px;
  position: relative;
}

.store-search input {
  width: 100%;
  padding: 12px 18px 12px 44px;
  background: rgba(19, 15, 33, 0.4);
  border: 1px solid var(--card-border);
  border-radius: 50px;
  color: var(--text-light);
  font-family: var(--font-body-ar);
  font-size: 0.9rem;
  transition: var(--transition);
}

body[lang="en"] .store-search input {
  padding: 12px 44px 12px 18px;
  font-family: var(--font-body-en);
}

.store-search input:focus {
  outline: none;
  border-color: var(--neon-purple);
  box-shadow: 0 0 20px rgba(214, 178, 92, 0.15);
}

.store-search input::placeholder {
  color: var(--text-muted);
  opacity: 0.6;
}

.store-search .search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-muted);
  font-size: 1rem;
  pointer-events: none;
}

body[lang="en"] .store-search .search-icon {
  left: auto;
  right: 16px;
}

.store-meta {
  display: flex;
  align-items: center;
  gap: 16px;
}

.store-product-count {
  font-size: 0.85rem;
  color: var(--text-muted);
  white-space: nowrap;
}

.store-sort select {
  padding: 10px 16px;
  background: rgba(19, 15, 33, 0.4);
  border: 1px solid var(--card-border);
  border-radius: 50px;
  color: var(--text-light);
  font-family: var(--font-body-ar);
  font-size: 0.85rem;
  cursor: pointer;
  transition: var(--transition);
}

body[lang="en"] .store-sort select {
  font-family: var(--font-body-en);
}

.store-sort select:focus {
  outline: none;
  border-color: var(--neon-purple);
}

.store-sort select option {
  background: var(--dark-bg);
  color: var(--text-light);
}

/* ---------- Store Categories Showcase ---------- */
.store-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 16px;
  margin-bottom: 48px;
}

.store-category-card {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-md);
  padding: 24px 16px;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

.store-category-card::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 16px;
}

.store-category-card:hover,
.store-category-card.active {
  border-color: rgba(214, 178, 92, 0.5);
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(214, 178, 92, 0.2);
}

.store-category-card:hover::before,
.store-category-card.active::before {
  opacity: 1;
}

.store-category-card .cat-icon {
  font-size: 2.2rem;
  margin-bottom: 10px;
  display: block;
  position: relative;
  z-index: 1;
}

.store-category-card .cat-name {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-light);
  position: relative;
  z-index: 1;
}

.store-category-card .cat-count {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-top: 4px;
  position: relative;
  z-index: 1;
}

/* ---------- Store Empty State ---------- */
.store-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 80px 24px;
}

.store-empty .empty-icon {
  font-size: 4rem;
  margin-bottom: 16px;
  opacity: 0.5;
}

.store-empty h3 {
  font-size: 1.3rem;
  color: var(--text-light);
  margin-bottom: 8px;
}

.store-empty p {
  color: var(--text-muted);
  font-size: 0.95rem;
}

/* ---------- Trust Badges ---------- */
.store-trust {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid var(--card-border);
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px;
  background: rgba(19, 15, 33, 0.3);
  border-radius: 16px;
  border: 1px solid rgba(214, 178, 92, 0.1);
  transition: var(--transition);
}

.trust-item:hover {
  border-color: rgba(214, 178, 92, 0.3);
  background: rgba(19, 15, 33, 0.5);
}

.trust-item .trust-icon {
  font-size: 1.8rem;
  flex-shrink: 0;
}

.trust-item .trust-text h4 {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-light);
  margin-bottom: 2px;
}

.trust-item .trust-text p {
  font-size: 0.78rem;
  color: var(--text-muted);
  line-height: 1.5;
}

/* ---------- Cart Drawer ---------- */
.cart-drawer-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9998;
  opacity: 0;
  transition: opacity 0.3s ease;
  backdrop-filter: blur(4px);
}

.cart-drawer-overlay.open {
  opacity: 1;
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: -420px;
  width: 400px;
  max-width: 92vw;
  height: 100vh;
  height: 100dvh;
  background: linear-gradient(180deg, rgba(24, 18, 10, 0.98) 0%, rgba(14, 10, 6, 0.98) 100%);
  backdrop-filter: blur(20px);
  border-left: 1px solid rgba(214, 178, 92, 0.15);
  z-index: 9999;
  transition: right 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
  flex-direction: column;
  box-shadow: -12px 0 40px rgba(0, 0, 0, 0.4);
  overscroll-behavior: contain;
}

body[lang="en"] .cart-drawer {
  right: auto;
  left: -420px;
  border-left: none;
  border-right: 1px solid rgba(214, 178, 92, 0.15);
  transition: left 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.cart-drawer.open {
  right: 0;
}

body[lang="en"] .cart-drawer.open {
  right: auto;
  left: 0;
}

.cart-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(214, 178, 92, 0.12);
}

.cart-drawer-header h3 {
  margin: 0;
  color: var(--text-light);
  font-size: 1.1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
}

.cart-drawer-header .cart-item-count {
  font-size: 0.78rem;
  background: var(--primary-purple);
  color: #fff;
  padding: 2px 8px;
  border-radius: 50px;
  font-weight: 600;
}

.cart-drawer-close {
  background: transparent;
  border: 1px solid rgba(214, 178, 92, 0.2);
  color: var(--text-muted);
  cursor: pointer;
  font-size: 1.1rem;
  padding: 6px;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.cart-drawer-close:hover {
  border-color: var(--neon-purple);
  color: var(--text-light);
  background: rgba(214, 178, 92, 0.15);
}

.cart-drawer-body {
  flex: 1;
  overflow-y: auto;
  padding: 16px 24px;
}

.cart-drawer-footer {
  display: none;
  padding: 20px 24px;
  border-top: 1px solid rgba(214, 178, 92, 0.12);
  background: rgba(14, 10, 6, 0.5);
}

.cart-drawer-footer.has-items {
  display: block;
}

.cart-subtotal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.cart-subtotal .cart-label {
  color: var(--text-muted);
  font-weight: 600;
  font-size: 1rem;
}

.cart-subtotal .cart-amount {
  color: var(--neon-purple);
  font-weight: 700;
  font-size: 1.2rem;
}

.cart-checkout-btn {
  width: 100%;
  padding: 14px;
  background: var(--gradient-btn);
  color: #fff;
  border: none;
  border-radius: 14px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 4px 20px rgba(214, 178, 92, 0.3);
}

.cart-checkout-btn:hover {
  box-shadow: 0 6px 30px rgba(214, 178, 92, 0.5);
  transform: translateY(-2px);
}

/* Cart Item */
.cart-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(214, 178, 92, 0.1);
}

.cart-item:last-child {
  border-bottom: none;
}

.cart-item-emoji {
  font-size: 2rem;
  width: 50px;
  height: 50px;
  background: rgba(214, 178, 92, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.cart-item-details {
  flex: 1;
  min-width: 0;
}

.cart-item-name {
  font-weight: 600;
  color: var(--text-light);
  font-size: 0.9rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cart-item-price {
  color: var(--neon-purple);
  font-weight: 700;
  font-size: 0.85rem;
  margin-top: 2px;
}

.cart-item-qty {
  display: flex;
  align-items: center;
  gap: 6px;
}

.cart-qty-btn {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(214, 178, 92, 0.25);
  background: rgba(214, 178, 92, 0.1);
  color: var(--text-muted);
  border-radius: 8px;
  cursor: pointer;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.cart-qty-btn:hover {
  border-color: var(--neon-purple);
  color: var(--text-light);
  background: rgba(214, 178, 92, 0.2);
}

.cart-qty-value {
  color: var(--text-light);
  font-weight: 600;
  min-width: 20px;
  text-align: center;
  font-size: 0.9rem;
}

.cart-item-remove {
  background: transparent;
  border: none;
  color: rgba(239, 68, 68, 0.7);
  cursor: pointer;
  font-size: 1rem;
  padding: 4px;
  transition: color 0.2s ease;
}

.cart-item-remove:hover {
  color: #EF4444;
}

/* Cart Empty */
.cart-empty {
  text-align: center;
  padding: 60px 20px;
  color: var(--text-muted);
}

.cart-empty .empty-cart-icon {
  font-size: 3.5rem;
  margin-bottom: 16px;
  opacity: 0.5;
}

.cart-empty p {
  font-size: 1rem;
  margin-bottom: 16px;
}

.cart-empty .continue-shopping {
  color: var(--neon-purple);
  font-weight: 500;
  cursor: pointer;
  font-size: 0.9rem;
  border: none;
  background: transparent;
  font-family: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ---------- Checkout Modal ---------- */
.checkout-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.7);
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(6px);
}

.checkout-overlay.open {
  display: flex;
}

.checkout-card {
  background: linear-gradient(180deg, rgba(24, 18, 10, 0.98) 0%, rgba(14, 10, 6, 0.98) 100%);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(214, 178, 92, 0.2);
  border-radius: 20px;
  width: 500px;
  max-width: 92vw;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.5), 0 0 40px rgba(214, 178, 92, 0.1);
  padding: 28px;
  position: relative;
}

.checkout-close {
  position: absolute;
  top: 16px;
  right: 20px;
  background: transparent;
  border: 1px solid rgba(214, 178, 92, 0.2);
  color: var(--text-muted);
  cursor: pointer;
  font-size: 1.1rem;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

body[lang="en"] .checkout-close {
  right: auto;
  left: 20px;
}

.checkout-close:hover {
  border-color: var(--neon-purple);
  color: var(--text-light);
}

.checkout-step h3 {
  color: var(--text-light);
  margin: 0 0 4px;
  font-size: 1.25rem;
}

.checkout-step .checkout-subtitle {
  color: var(--text-muted);
  margin: 0 0 24px;
  font-size: 0.85rem;
}

.checkout-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.checkout-field label {
  display: block;
  color: var(--text-muted);
  font-size: 0.85rem;
  margin-bottom: 6px;
  font-weight: 500;
}

.checkout-field input,
.checkout-field textarea {
  width: 100%;
  padding: 12px 16px;
  background: rgba(214, 178, 92, 0.08);
  border: 1px solid rgba(214, 178, 92, 0.2);
  border-radius: 12px;
  color: var(--text-light);
  font-size: 0.9rem;
  font-family: inherit;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.checkout-field input:focus,
.checkout-field textarea:focus {
  border-color: var(--neon-purple);
  box-shadow: 0 0 16px rgba(214, 178, 92, 0.12);
}

.checkout-field textarea {
  resize: vertical;
}

.checkout-submit-btn {
  width: 100%;
  padding: 14px;
  background: var(--gradient-btn);
  color: #fff;
  border: none;
  border-radius: 14px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: inherit;
  margin-top: 6px;
  box-shadow: 0 4px 20px rgba(214, 178, 92, 0.3);
}

.checkout-submit-btn:hover {
  box-shadow: 0 6px 30px rgba(214, 178, 92, 0.5);
  transform: translateY(-2px);
}

.whatsapp-send-btn {
  width: 100%;
  padding: 14px;
  background: #25D366;
  color: #fff;
  border: none;
  border-radius: 14px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.3);
  transition: all 0.3s ease;
}

.whatsapp-send-btn:hover {
  box-shadow: 0 6px 30px rgba(37, 211, 102, 0.5);
  transform: translateY(-2px);
}

/* ---------- Store Grid Override for 3 cols ---------- */
.store-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

@media (max-width: 1024px) {
  .store-grid { grid-template-columns: repeat(2, 1fr); }
  .store-categories { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
  /* Store grid: 2 columns on tablets for better product visibility */
  .store-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .store-toolbar {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .store-search { max-width: 100%; min-width: unset; }
  .store-meta {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
  }
  /* Categories: horizontal scroll strip on mobile for space efficiency */
  .store-categories {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 10px;
    padding-bottom: 8px;
    scrollbar-width: thin;
    scrollbar-color: var(--primary-purple) transparent;
    margin-bottom: 32px;
  }
  .store-categories::-webkit-scrollbar { height: 4px; }
  .store-categories::-webkit-scrollbar-thumb { background: var(--primary-purple); border-radius: 2px; }
  .store-category-card {
    flex: 0 0 auto;
    min-width: 100px;
    padding: 14px 12px;
  }
  .store-category-card .cat-icon { font-size: 1.6rem; margin-bottom: 6px; }
  .store-category-card .cat-name { font-size: 0.78rem; white-space: nowrap; }
  .store-category-card .cat-count { font-size: 0.7rem; }

  .store-trust { grid-template-columns: 1fr 1fr; }

  /* Cart drawer fullscreen on mobile */
  .cart-drawer { width: 100%; max-width: 100%; right: -100%; }
  .cart-drawer.open { right: 0; }
  body[lang="en"] .cart-drawer { left: -100%; }
  body[lang="en"] .cart-drawer.open { left: 0; }

  .checkout-card { max-width: 96vw; padding: 20px; margin: 8px; border-radius: 16px; }

  /* Product cards mobile: compact but clear */
  .product-image { height: 180px; }
  .product-info { padding: 14px 12px 16px; }
  .product-info h3 { font-size: 0.95rem; margin-bottom: 4px; }
  .product-info .product-desc { font-size: 0.8rem; margin-bottom: 8px; -webkit-line-clamp: 1; }
  .product-info .price { font-size: 1.15rem; }
  .product-info .price-old { font-size: 0.8rem; }
  .product-info .btn { padding: 10px 16px; font-size: 0.85rem; }
  .product-category-label { font-size: 0.7rem; }
  .product-rating .stars { font-size: 0.75rem; }
  .product-rating .rating-count { font-size: 0.7rem; }
  .product-badge { font-size: 0.7rem; padding: 4px 12px; top: 10px; right: 10px; }
  body[lang="en"] .product-badge { right: auto; left: 10px; }
  .product-actions { bottom: 10px; }
  .product-action-btn { width: 36px; height: 36px; font-size: 0.95rem; }

  .cart-drawer-body { padding: 12px 16px; }
  .cart-drawer-header { padding: 16px; }
  .cart-drawer-footer { padding: 16px; }
  .store-search input { min-height: 48px; font-size: 1rem; }
  .store-sort select { min-height: 44px; font-size: 0.9rem; width: 100%; }
}

@media (max-width: 480px) {
  /* Single column on very small phones */
  .store-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .store-category-card { min-width: 85px; padding: 12px 10px; }
  .store-category-card .cat-icon { font-size: 1.4rem; }
  .store-category-card .cat-name { font-size: 0.72rem; }
  .store-trust { grid-template-columns: 1fr; }
  .product-image { height: 220px; }
  .product-info { padding: 16px; }
  .product-info h3 { font-size: 1.05rem; }
  .product-info .product-desc { -webkit-line-clamp: 2; font-size: 0.85rem; }
  .product-info .btn { padding: 12px 20px; font-size: 0.9rem; min-height: 48px; }
  .checkout-card { padding: 16px; }
  .checkout-field input,
  .checkout-field textarea { font-size: 1rem; padding: 14px 16px; }
  .checkout-submit-btn,
  .whatsapp-send-btn,
  .cart-checkout-btn { min-height: 52px; font-size: 1rem; }
  .trust-item { padding: 16px; }
  .trust-item .trust-icon { font-size: 1.5rem; }
  .trust-item .trust-text h4 { font-size: 0.85rem; }
  .trust-item .trust-text p { font-size: 0.75rem; }
}

/* ---------- Add to Cart Animation ---------- */
@keyframes addedPulse {
  0% { transform: scale(1); }
  50% { transform: scale(0.95); }
  100% { transform: scale(1); }
}

.product-card.added {
  animation: addedPulse 0.4s ease;
}

.btn.added-to-cart {
  background: linear-gradient(135deg, var(--neon-green), var(--accent-green)) !important;
  pointer-events: none;
}

/* ---------- Contact / Form ---------- */
.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: var(--text-muted);
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 14px 18px;
  background: rgba(14, 12, 8, 0.5);
  border: 1px solid var(--card-border);
  border-radius: 12px;
  color: var(--text-light);
  font-family: var(--font-body-ar);
  font-size: 1rem;
  transition: var(--transition);
  direction: rtl;
}

body[lang="en"] .form-group input,
body[lang="en"] .form-group textarea,
body[lang="en"] .form-group select {
  direction: ltr;
  font-family: var(--font-body-en);
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border-color: var(--neon-purple);
  box-shadow: 0 0 20px rgba(214, 178, 92, 0.15);
}

.form-group textarea {
  min-height: 140px;
  resize: vertical;
}

/* ---------- Animations (Scroll reveal) ---------- */
.reveal {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}

.reveal-left {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

body[lang="en"] .reveal-left {
  transform: translateX(-50px);
}

.reveal-left.revealed {
  opacity: 1;
  transform: translateX(0);
}

.reveal-right {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

body[lang="en"] .reveal-right {
  transform: translateX(50px);
}

.reveal-right.revealed {
  opacity: 1;
  transform: translateX(0);
}

.reveal-scale {
  opacity: 0;
  transform: scale(0.85);
  transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal-scale.revealed {
  opacity: 1;
  transform: scale(1);
}

/* Stagger children */
.stagger-children > * {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.stagger-children.revealed > *:nth-child(1) { transition-delay: 0.05s; }
.stagger-children.revealed > *:nth-child(2) { transition-delay: 0.12s; }
.stagger-children.revealed > *:nth-child(3) { transition-delay: 0.19s; }
.stagger-children.revealed > *:nth-child(4) { transition-delay: 0.26s; }
.stagger-children.revealed > *:nth-child(5) { transition-delay: 0.33s; }
.stagger-children.revealed > *:nth-child(6) { transition-delay: 0.4s; }

.stagger-children.revealed > * {
  opacity: 1;
  transform: translateY(0);
}

/* ---------- Floating particles ---------- */
.particle {
  position: fixed;
  pointer-events: none;
  z-index: 1;
  border-radius: 50%;
  opacity: 0;
  animation: particleFloat linear infinite;
  max-width: 10px;
}

@keyframes particleFloat {
  0% { opacity: 0; transform: translateY(100vh) rotate(0deg); }
  10% { opacity: 0.6; }
  90% { opacity: 0.6; }
  100% { opacity: 0; transform: translateY(-10vh) rotate(720deg); }
}

/* ---------- Mystic Decorations ---------- */
.moon-icon {
  display: inline-block;
  animation: moonGlow 4s ease-in-out infinite;
}

@keyframes moonGlow {
  0%, 100% { text-shadow: 0 0 10px rgba(214, 178, 92, 0.3); }
  50% { text-shadow: 0 0 30px rgba(214, 178, 92, 0.7), 0 0 60px rgba(214, 178, 92, 0.3); }
}

/* ---------- Mobile Navigation ---------- */
.mobile-nav {
  display: none;
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  max-width: 360px;
  height: 100vh;
  height: 100dvh;
  background: rgba(8, 5, 16, 0.96);
  backdrop-filter: blur(40px) saturate(1.5);
  -webkit-backdrop-filter: blur(40px) saturate(1.5);
  z-index: 999;
  padding: 100px 32px 40px;
  transition: right 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  overflow-y: auto;
  overscroll-behavior: contain;
}

body[lang="en"] .mobile-nav {
  right: auto;
  left: -100%;
  border-left: none;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  transition: left 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

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

body[lang="en"] .mobile-nav.open {
  right: auto;
  left: 0;
}

.mobile-nav a {
  display: block;
  font-size: 0.9rem;
  padding: 14px 16px;
  color: rgba(244, 238, 255, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  margin-bottom: 8px;
  background: rgba(255, 255, 255, 0.04);
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateX(20px);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body[lang="en"] .mobile-nav a {
  transform: translateX(-20px);
}

.mobile-nav.open a {
  opacity: 1;
  transform: translateX(0);
}

.mobile-nav.open a:nth-child(1) { transition-delay: 0.1s; }
.mobile-nav.open a:nth-child(2) { transition-delay: 0.15s; }
.mobile-nav.open a:nth-child(3) { transition-delay: 0.2s; }
.mobile-nav.open a:nth-child(4) { transition-delay: 0.25s; }
.mobile-nav.open a:nth-child(5) { transition-delay: 0.3s; }

.mobile-nav a:hover {
  border-color: rgba(214, 178, 92, 0.35);
  color: var(--gold-soft);
  padding-right: 16px;
}

body[lang="en"] .mobile-nav a:hover {
  padding-right: 0;
  padding-left: 8px;
}

.mobile-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(4px);
  z-index: 998;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.mobile-overlay.show {
  opacity: 1;
}

/* ---------- Cart Badge ---------- */
.cart-link {
  position: relative;
}

.cart-badge {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 18px;
  height: 18px;
  background: var(--neon-green);
  color: var(--darker-bg);
  border-radius: 50%;
  font-size: 0.7rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { gap: 40px; }
}

@media (max-width: 768px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .mobile-nav { display: block; }

  .grid-2,
  .grid-3,
  .grid-4 { grid-template-columns: 1fr; }

  .about-grid { grid-template-columns: 1fr; }
  
  .footer-grid { grid-template-columns: 1fr; }
  
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }

  .hero { padding: 100px 20px 60px; min-height: auto; }
  .hero h1 { font-size: 2.2rem; }
  .hero p { font-size: 1rem; margin-bottom: 24px; }
  .hero-visual { width: 280px; height: 280px; }
  
  .about-stats { justify-content: center; }
  .about-image .floating-badge { position: relative; bottom: auto; right: auto; display: inline-block; margin-top: 16px; }
  
  .section { padding: 60px 16px; }
  .cta-section { padding: 60px 16px; }
  .page-header { min-height: 35vh; padding: 120px 16px 60px; }
  .page-header h1 { font-size: 1.8rem; }
  
  .services-grid { grid-template-columns: 1fr; }
  .service-card { padding: 0; }

  /* Prevent card hover shift on mobile */
  .card:hover { transform: none; }
  .product-card:hover { transform: none; }
  .store-category-card:hover { transform: none; }

  /* Touch-friendly targets */
  .btn { padding: 14px 28px; min-height: 48px; }
  .lang-toggle { min-height: 44px; padding: 8px 16px; }
  .footer-social a { width: 44px; height: 44px; }
  .whatsapp-float { width: 52px; height: 52px; bottom: 16px; left: 16px; }
  body[lang="en"] .whatsapp-float { left: auto; right: 16px; }
  #rw-chat-widget { bottom: 78px; left: 16px; }
  body[lang="en"] #rw-chat-widget { left: auto; right: 16px; }
  .rw-chat-bubble { width: 52px; height: 52px; font-size: 1.4rem; }
  .back-to-top { width: 46px; height: 46px; bottom: 16px; right: 16px; }

  /* Pricing cards responsive */
  .pricing-card { padding: 32px 20px; }
  .pricing-card.featured { transform: none; }
  .pricing-amount { font-size: 2.2rem; }

  /* Contained narrative sections */
  .nav-container { padding: 0 16px; }
  .section-container { padding: 0; }
  .section-header { margin-bottom: 40px; }
  .section-header h2 { font-size: 1.6rem; }
  .section-header p { font-size: 0.95rem; }
}

@media (max-width: 480px) {
  .hero-buttons { flex-direction: column; align-items: center; }
  .btn { width: 100%; justify-content: center; }
  .about-stats { flex-direction: column; gap: 20px; }
  .hero h1 { font-size: 1.8rem; }
  .hero { padding: 90px 16px 50px; }
  .hero-visual { width: 200px; height: 200px; }
  .section-header h2 { font-size: 1.4rem; }
  .cta-section h2 { font-size: 1.3rem; }
  .cta-section p { font-size: 0.95rem; }
  .about-text h2 { font-size: 1.5rem; }
  .stat-item .stat-number { font-size: 1.8rem; }
  .footer { padding: 40px 16px 24px; }
  .footer-grid { gap: 28px; }
  .footer-brand p { font-size: 0.85rem; }
  .footer-col h4 { font-size: 1rem; }
  .testimonial-card { padding: 28px 16px; }
  .testimonial-card blockquote { font-size: 0.95rem; }
  .page-header { min-height: 30vh; padding: 100px 16px 50px; }
  .page-header h1 { font-size: 1.6rem; }
  .page-header p { font-size: 0.95rem; }
  .hero-subtitle-styled { font-size: 1.1rem; }
  .typing-container { font-size: 1.2rem; min-height: 30px; }
  .card { padding: 24px 18px; border-radius: 16px; }
  .card-icon { width: 50px; height: 50px; font-size: 1.5rem; }
  .service-card .card-icon { width: 60px; height: 60px; font-size: 1.8rem; }
}

/* ---------- WhatsApp Float ---------- */
.whatsapp-float {
  position: fixed;
  bottom: 24px;
  left: 24px;
  width: 56px;
  height: 56px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #fff;
  z-index: 1000;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  transition: var(--transition);
  cursor: pointer;
}

/* Pulse ring animation */
.whatsapp-float::before {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid rgba(37, 211, 102, 0.5);
  animation: whatsappPulse 2s ease-out infinite;
}

@keyframes whatsappPulse {
  0% { transform: scale(1); opacity: 0.6; }
  100% { transform: scale(1.5); opacity: 0; }
}

body[lang="en"] .whatsapp-float {
  left: auto;
  right: 24px;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 30px rgba(37, 211, 102, 0.6);
}

/* ---------- Back to top ---------- */
.back-to-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 46px;
  height: 46px;
  background: var(--gradient-btn);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.2rem;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  cursor: pointer;
  border: none;
}

body[lang="en"] .back-to-top {
  right: auto;
  left: 24px;
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover {
  transform: translateY(-4px);
}

/* ---------- Extracted Inline Style Classes ---------- */
.hero-subtitle-styled {
  font-size: 1.2rem;
  color: rgba(244, 238, 255, 0.76);
  margin-bottom: 8px;
}

.typing-container {
  font-size: 1.3rem;
  color: var(--gold-soft);
  margin-bottom: 24px;
  min-height: 40px;
}

.typing-cursor {
  animation: fadeInOut 1s infinite;
}

.section-bg-green {
  background: radial-gradient(ellipse at center, rgba(139, 159, 122, 0.05), transparent 60%);
}

.section-bg-purple {
  background: radial-gradient(ellipse at center, rgba(214, 178, 92, 0.05), transparent 60%);
}

.page-header-inner {
  position: relative;
  z-index: 2;
}

.image-frame-emoji {
  font-size: 10rem;
  z-index: 1;
}

.section-divider-compact {
  margin: 16px 0;
}

.cta-link-wrapper {
  text-align: center;
  margin-top: 48px;
}

/* Pricing Cards */
.pricing-card {
  text-align: center;
  padding: 48px 32px;
}

.pricing-card-title {
  margin-bottom: 16px;
}

.pricing-card-title--basic { color: var(--neon-blue); }
.pricing-card-title--premium { color: var(--neon-purple); }
.pricing-card-title--vip { color: var(--gold); }

.pricing-amount {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 8px;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pricing-amount--basic { background: linear-gradient(135deg, var(--neon-blue), var(--neon-green)); }
.pricing-amount--premium { background: linear-gradient(135deg, var(--neon-purple), var(--neon-blue)); }
.pricing-amount--vip { background: linear-gradient(135deg, var(--gold), var(--neon-green)); }

.pricing-period {
  color: var(--text-muted);
  margin-bottom: 28px;
  font-size: 0.9rem;
}

.pricing-features {
  text-align: right;
  margin-bottom: 30px;
}

body[lang="en"] .pricing-features {
  text-align: left;
}

.pricing-features li {
  padding: 10px 0;
  border-bottom: 1px solid var(--card-border);
  color: var(--text-muted);
}

.pricing-features li:last-child {
  border-bottom: none;
}

.pricing-btn-full {
  width: 100%;
  justify-content: center;
}

.pricing-card.featured {
  border-color: rgba(214, 178, 92, 0.3);
  box-shadow: 0 0 50px rgba(214, 178, 92, 0.15), 0 0 100px rgba(214, 178, 92, 0.05);
  position: relative;
  transform: scale(1.05);
  background: linear-gradient(180deg, rgba(19, 15, 33, 0.8), rgba(14, 12, 8, 0.6));
}

.popular-badge-tag {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gradient-btn);
  color: #fff;
  padding: 6px 24px;
  border-radius: var(--radius-full);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 16px rgba(214, 178, 92, 0.35);
}

/* Vision card style */
.vision-card {
  text-align: center;
  padding: 48px 28px;
}

.vision-card-icon {
  margin: 0 auto 20px;
  font-size: 2.5rem;
  background: none;
  border: none;
  width: auto;
  height: auto;
}

/* About philosophy button */
.about-cta-wrapper {
  margin-top: 30px;
}

/* Mobile nav lang toggle */
.mobile-lang-toggle {
  margin-top: 20px;
  display: inline-flex;
}

/* ---------- Safe Area Support (notch/rounded devices) ---------- */
@supports (padding: env(safe-area-inset-top)) {
  .navbar { padding-top: max(16px, env(safe-area-inset-top)); }
  .navbar.scrolled { padding-top: max(10px, env(safe-area-inset-top)); }
  .footer { padding-bottom: max(30px, env(safe-area-inset-bottom)); }
  .whatsapp-float { bottom: max(16px, env(safe-area-inset-bottom)); }
  .back-to-top { bottom: max(16px, env(safe-area-inset-bottom)); }
  .cart-drawer { padding-bottom: env(safe-area-inset-bottom); }
}

/* ---------- Standalone PWA mode adjustments ---------- */
@media (display-mode: standalone) {
  .hero { padding-top: 100px; }
  .page-header { padding-top: 120px; }
}

/* ---------- Print styles ---------- */
@media print {
  .preloader, .bg-stars, .bg-orb, .whatsapp-float,
  .back-to-top, .navbar, .mobile-nav, .mobile-overlay,
  .cursor-glow { display: none !important; }
  body { background: #fff; color: #000; }
  .card { border: 1px solid #ccc; box-shadow: none; }
}

/* ========================================
   Contact Page Styles
   ======================================== */

/* ---- Compact Page Header ---- */
.page-header--compact {
  padding: 80px 0 30px;
  min-height: unset;
}
.page-header--compact h1 { font-size: var(--text-3xl); margin-bottom: 0.25rem; }
.page-header--compact p { font-size: var(--text-sm); }

/* ---- Contact 2-Column Layout ---- */
.contact-section { padding: 1.5rem 0 3rem; }
.contact-two-col {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2rem;
  align-items: start;
}

/* Quick Info Chips */
.contact-quick-info {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1.25rem;
}
.contact-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 50px;
  padding: 0.45rem 1rem;
  font-size: var(--text-xs);
  color: var(--text-muted);
  text-decoration: none;
  transition: var(--transition-fast);
  white-space: nowrap;
}
.contact-chip:hover {
  border-color: rgba(214, 178, 92, 0.4);
  color: var(--text-light);
}
.contact-chip--wa { border-color: rgba(37, 211, 102, 0.3); }
.contact-chip--wa:hover { border-color: rgba(37, 211, 102, 0.6); color: #25D366; }

/* Contact Card Wrapper */
.contact-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 16px;
  padding: 1.5rem;
}
.contact-card-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-arabic);
  font-size: var(--text-lg);
  font-weight: 700;
  color: var(--text-light);
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--card-border);
}

/* ---- Contact Form ---- */
.contact-form,
.feedback-form { margin: 0; }
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}
.form-group {
  display: flex;
  flex-direction: column;
}
.form-group.full-width {
  margin-bottom: 1rem;
}
.form-group label {
  font-family: var(--font-arabic);
  font-size: var(--text-xs);
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.35rem;
}
.form-group label .required { color: #EF4444; }
.form-group input,
.form-group textarea {
  background: rgba(14, 12, 8, 0.6);
  border: 1px solid var(--card-border);
  border-radius: 10px;
  padding: 0.65rem 0.9rem;
  color: var(--text-primary);
  font-family: var(--font-arabic);
  font-size: var(--text-sm);
  transition: var(--transition);
  outline: none;
}
.form-group input:focus,
.form-group textarea:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(214, 178, 92, 0.15);
}
.form-group input::placeholder,
.form-group textarea::placeholder {
  color: var(--text-muted);
  opacity: 0.5;
}
.form-group textarea { resize: vertical; min-height: 80px; }
.btn-full { width: 100%; }

/* ---- Alerts ---- */
.form-alert {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1rem;
  border-radius: 10px;
  margin-top: 0.75rem;
  font-size: var(--text-xs);
}
.form-alert-success {
  background: rgba(139, 159, 122, 0.1);
  border: 1px solid rgba(139, 159, 122, 0.3);
  color: #8B9F7A;
}
.form-alert-error {
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.3);
  color: #EF4444;
}

/* ---- Star Rating ---- */
.star-rating {
  display: flex;
  gap: 0.15rem;
  direction: ltr;
  padding: 0.35rem 0;
}
.star-rating .star {
  font-size: 1.5rem;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.25);
  transition: color 0.2s, transform 0.2s;
  user-select: none;
}
.star-rating .star.active { color: #F59E0B; }
.star-rating .star.hover { color: #FBBF24; transform: scale(1.15); }

/* ---- Compact Feedback List ---- */
.feedback-compact-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1rem;
  max-height: 320px;
  overflow-y: auto;
  padding-left: 4px;
}
.feedback-compact-list::-webkit-scrollbar { width: 4px; }
.feedback-compact-list::-webkit-scrollbar-track { background: transparent; }
.feedback-compact-list::-webkit-scrollbar-thumb { background: var(--card-border); border-radius: 4px; }
.feedback-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 12px;
  padding: 1rem 1.15rem;
  transition: var(--transition-fast);
}
.feedback-card:hover {
  border-color: rgba(214, 178, 92, 0.3);
}
.feedback-stars {
  color: #F59E0B;
  font-size: 1rem;
  margin-bottom: 0.35rem;
  direction: ltr;
  display: inline-block;
}
.feedback-text {
  color: var(--text-secondary);
  font-size: var(--text-xs);
  line-height: 1.6;
  margin-bottom: 0.5rem;
  font-style: italic;
}
.feedback-author {
  color: var(--primary-light);
  font-size: var(--text-xs);
  font-weight: 600;
}

/* ---- Empty State ---- */
.empty-state {
  text-align: center;
  padding: 2rem 1rem;
}
.empty-state--sm { padding: 1.5rem 0.5rem; }
.empty-icon { font-size: 2.5rem; display: block; margin-bottom: 0.5rem; }
.empty-state p { color: var(--text-muted); font-size: var(--text-sm); }

/* ---- Contact Responsive ---- */
@media (max-width: 900px) {
  .contact-two-col { grid-template-columns: 1fr; }
  .contact-col-side { order: 2; }
}
@media (max-width: 600px) {
  .form-row { grid-template-columns: 1fr; }
  .contact-quick-info { gap: 0.4rem; }
  .contact-chip { font-size: 0.7rem; padding: 0.35rem 0.75rem; }
}


/* ========================================
   AI Chat Widget Styles
   ======================================== */
#rw-chat-widget {
  position: fixed;
  bottom: 92px;
  left: 24px;
  z-index: 9999;
  font-family: var(--font-arabic), 'Poppins', sans-serif;
}
body[lang="en"] #rw-chat-widget {
  left: auto;
  right: 24px;
}

/* ---- Chat Bubble ---- */
.rw-chat-bubble {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #C49E47, #D6B25C);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #fff;
  position: relative;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
  box-shadow: 0 4px 20px rgba(214, 178, 92, 0.3);
}
.rw-chat-bubble:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 30px rgba(214, 178, 92, 0.6);
}
.rw-chat-bubble.open {
  background: linear-gradient(135deg, #EF4444, #F97316);
  box-shadow: 0 4px 20px rgba(239, 68, 68, 0.4);
}
.rw-chat-bubble-close { font-size: 1.3rem; font-weight: bold; }
.rw-chat-pulse {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  border-radius: 50%;
  border: 2px solid rgba(214, 178, 92, 0.6);
  animation: rwPulse 2s ease-out infinite;
  pointer-events: none;
}
.rw-chat-bubble.open .rw-chat-pulse { display: none; }
@keyframes rwPulse {
  0% { transform: scale(1); opacity: 1; }
  100% { transform: scale(1.6); opacity: 0; }
}

/* ---- Chat Dialog ---- */
.rw-chat-dialog {
  position: absolute;
  bottom: 72px;
  left: 0;
  width: 360px;
  max-height: 500px;
  background: #110E2A;
  border: 1px solid rgba(214, 178, 92, 0.25);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.5), 0 0 40px rgba(214, 178, 92, 0.1);
  animation: rwSlideUp 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
body[lang="en"] .rw-chat-dialog { left: auto; right: 0; }
@keyframes rwSlideUp {
  from { opacity: 0; transform: translateY(20px) scale(0.95); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

/* ---- Chat Header ---- */
.rw-chat-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  background: linear-gradient(135deg, rgba(214, 178, 92, 0.3), rgba(128, 72, 218, 0.15));
  border-bottom: 1px solid rgba(214, 178, 92, 0.2);
}
.rw-chat-avatar {
  width: 40px; height: 40px;
  background: linear-gradient(135deg, #D6B25C, #6E5BA8);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}
.rw-chat-header-text { flex: 1; }
.rw-chat-title {
  display: block;
  font-weight: 700;
  font-size: 0.95rem;
  color: #fff;
}
.rw-chat-subtitle {
  display: block;
  font-size: 0.72rem;
  color: rgba(255,255,255,0.55);
}
.rw-chat-close-btn {
  background: none; border: none;
  color: rgba(255,255,255,0.4);
  font-size: 1.1rem; cursor: pointer;
  padding: 4px 8px; border-radius: 8px;
  transition: all 0.2s;
}
.rw-chat-close-btn:hover {
  color: #fff;
  background: rgba(255,255,255,0.1);
}

/* ---- Messages ---- */
.rw-chat-messages {
  flex: 1;
  overflow-y: auto;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-height: 250px;
  max-height: 320px;
}
.rw-chat-messages::-webkit-scrollbar { width: 4px; }
.rw-chat-messages::-webkit-scrollbar-track { background: transparent; }
.rw-chat-messages::-webkit-scrollbar-thumb { background: rgba(214, 178, 92, 0.3); border-radius: 4px; }

.rw-chat-msg {
  max-width: 85%;
  padding: 0.7rem 1rem;
  border-radius: 16px;
  font-size: 0.85rem;
  line-height: 1.6;
  animation: rwMsgIn 0.3s ease-out;
}
@keyframes rwMsgIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}
.rw-chat-msg.bot {
  background: rgba(214, 178, 92, 0.15);
  border: 1px solid rgba(214, 178, 92, 0.2);
  color: #F4EEFF;
  align-self: flex-start;
  border-bottom-left-radius: 4px;
}
body[lang="en"] .rw-chat-msg.bot { border-bottom-left-radius: 16px; border-bottom-right-radius: 4px; }
.rw-chat-msg.user {
  background: linear-gradient(135deg, #C49E47, #D6B25C);
  color: #fff;
  align-self: flex-end;
  border-bottom-right-radius: 4px;
}
body[lang="en"] .rw-chat-msg.user { border-bottom-right-radius: 16px; border-bottom-left-radius: 4px; }

/* ---- Typing Indicator ---- */
.rw-typing-dots {
  display: inline-flex; gap: 3px; align-items: center;
}
.rw-typing-dots span {
  display: inline-block;
  width: 6px; height: 6px;
  background: rgba(214, 178, 92, 0.6);
  border-radius: 50%;
  animation: rwDotBounce 1.4s ease-in-out infinite;
}
.rw-typing-dots span:nth-child(2) { animation-delay: 0.16s; }
.rw-typing-dots span:nth-child(3) { animation-delay: 0.32s; }
@keyframes rwDotBounce {
  0%, 80%, 100% { transform: translateY(0); }
  40% { transform: translateY(-6px); }
}

/* ---- Input Area ---- */
.rw-chat-input-area {
  display: flex;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  border-top: 1px solid rgba(214, 178, 92, 0.15);
  background: rgba(14, 14, 34, 0.8);
}
.rw-chat-input {
  flex: 1;
  background: rgba(22, 14, 50, 0.6);
  border: 1px solid rgba(214, 178, 92, 0.2);
  border-radius: 12px;
  padding: 0.6rem 1rem;
  color: #F4EEFF;
  font-size: 0.85rem;
  font-family: inherit;
  outline: none;
  transition: border-color 0.2s;
}
.rw-chat-input:focus {
  border-color: #D6B25C;
}
.rw-chat-input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.rw-chat-send {
  width: 42px; height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, #C49E47, #D6B25C);
  border: none;
  color: #fff;
  font-size: 1.1rem;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: transform 0.2s, box-shadow 0.2s;
  flex-shrink: 0;
}
body[lang="ar"] .rw-chat-send { transform: scaleX(-1); }
.rw-chat-send:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 16px rgba(214, 178, 92, 0.4);
}
body[lang="ar"] .rw-chat-send:hover { transform: scaleX(-1) scale(1.05); }

/* ---- Chat Responsive ---- */
@media (max-width: 768px) {
  .rw-chat-dialog {
    width: calc(100vw - 32px);
    max-height: 65vh;
    bottom: 64px;
    left: 0;
  }
  body[lang="en"] .rw-chat-dialog { left: auto; right: 0; }
}
@media (max-width: 480px) {
  .whatsapp-float { width: 48px; height: 48px; bottom: 14px; left: 14px; font-size: 1.35rem; }
  body[lang="en"] .whatsapp-float { left: auto; right: 14px; }
  #rw-chat-widget { bottom: 72px; left: 14px; }
  body[lang="en"] #rw-chat-widget { left: auto; right: 14px; }
  .rw-chat-bubble { width: 48px; height: 48px; font-size: 1.3rem; }
  .rw-chat-dialog { bottom: 58px; }
}

/* ============ Service Detail Modal ============ */
.service-detail-overlay {
  position: fixed; inset: 0; z-index: 9999;
  background: rgba(5, 3, 15, 0.85);
  backdrop-filter: blur(8px);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; visibility: hidden; transition: all 0.35s ease;
  padding: 20px;
}
.service-detail-overlay.active { opacity: 1; visibility: visible; }
.service-detail-modal {
  background: linear-gradient(145deg, #100a25, #1a1035);
  border: 1px solid rgba(214, 178, 92, 0.25);
  border-radius: 20px; padding: 40px 32px;
  max-width: 640px; width: 100%;
  max-height: 85vh; overflow-y: auto;
  position: relative;
  box-shadow: 0 20px 60px rgba(0,0,0,0.5), 0 0 40px rgba(214, 178, 92,0.1);
  transform: translateY(30px) scale(0.95);
  transition: transform 0.35s ease;
  text-align: center;
}
.service-detail-overlay.active .service-detail-modal { transform: translateY(0) scale(1); }
.service-detail-close {
  position: absolute; top: 16px; right: 16px;
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(214, 178, 92, 0.15);
  border: 1px solid rgba(214, 178, 92, 0.25);
  color: #C4B8D9; font-size: 1.3rem; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: all 0.2s;
  line-height: 1;
}
body[lang="ar"] .service-detail-close { right: auto; left: 16px; }
.service-detail-close:hover { background: rgba(239,68,68,0.2); border-color: rgba(239,68,68,0.3); color: #EF4444; }
.service-detail-title {
  font-size: 1.6rem; font-weight: 700;
  background: linear-gradient(135deg, #D6B25C, #6E5BA8);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}
.service-detail-video {
  margin-bottom: 24px; border-radius: 12px; overflow: hidden;
  aspect-ratio: 16/9; background: rgba(0,0,0,0.3);
}
.service-detail-video iframe,
.service-detail-video video {
  width: 100%; height: 100%; border: none;
  border-radius: 12px;
}
.service-detail-bullets {
  list-style: none; padding: 0; margin: 0 0 28px;
  text-align: start;
}
.service-detail-bullets li {
  position: relative;
  padding-inline-start: 24px;
  margin-bottom: 12px;
  line-height: 1.8;
  color: #C4B8D9;
}
.service-detail-bullets li::before {
  content: '✦';
  position: absolute;
  inset-inline-start: 0; top: 2px;
  color: #D6B25C;
  font-size: 0.8em;
}
.service-detail-actions {
  display: flex; justify-content: center; gap: 12px; flex-wrap: wrap;
}
.service-detail-actions .btn { padding: 12px 32px; font-size: 1rem; }
.srv-book-wa {
  background: linear-gradient(135deg, #25D366, #128C7E) !important;
  border: none !important; color: #fff !important;
}
.srv-book-wa:hover { filter: brightness(1.1); }
.srv-book-tg {
  border-color: rgba(0, 136, 204, 0.5) !important;
  color: #0088CC !important;
}
.srv-book-tg:hover {
  background: rgba(0, 136, 204, 0.1) !important;
  border-color: #0088CC !important;
}

@media (max-width: 480px) {
  .service-detail-modal { padding: 28px 18px; }
  .service-detail-title { font-size: 1.3rem; }
  .service-detail-bullets li { font-size: 0.92rem; }
  .service-detail-actions { flex-direction: column; }
  .service-detail-actions .btn { width: 100%; }
}


/* =====================================================================
   NEW STRUCTURAL LAYOUT SYSTEM — Sacred Art Deco Noir
   Matches reference: sticky header, 2-col hero, section-blocks,
   grid layouts, ritual-cards, ritual-panels, footer, page-hero, etc.
   ===================================================================== */

/* ---------- Container ---------- */
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding-inline: 1rem;
}
@media (min-width: 640px) { .container { padding-inline: 1.5rem; } }
@media (min-width: 1024px) { .container { padding-inline: 2rem; } }

/* ---------- SITE HEADER ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 9991;
  background: rgba(10, 6, 18, 0.72);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  transition: background 0.3s;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  gap: 1rem;
}
.header-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: var(--text-light);
  flex-shrink: 0;
}
.header-logo-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--gradient-btn);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--dark-bg);
  flex-shrink: 0;
}
.header-logo-text { display: flex; flex-direction: column; }
.header-logo-name {
  font-family: var(--font-ar);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-light);
  margin: 0;
}
.header-logo-tagline {
  font-size: 0.65rem;
  color: var(--gold-soft);
  letter-spacing: 0.12em;
  margin: 0;
}

/* Header Nav */
.header-nav {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-full);
  padding: 3px;
  overflow: hidden;
  flex: 1 1 0;
  min-width: 0;
}
@media (min-width: 1280px) {
  .header-nav { display: flex; }
}
.header-nav-link {
  padding: 0.35rem 0.55rem;
  border-radius: var(--radius-full);
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--text-muted);
  text-decoration: none;
  transition: var(--transition-fast);
  white-space: nowrap;
  flex-shrink: 0;
}
.header-nav-link:hover {
  color: var(--text-light);
  background: rgba(255, 255, 255, 0.06);
}
.header-nav-link.active {
  background: rgba(214, 178, 92, 0.12);
  color: var(--gold);
}

/* Header Actions */
.header-actions {
  display: none;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}
@media (min-width: 1280px) {
  .header-actions { display: flex; }
}
.header-cta {
  padding: 0.55rem 1.5rem !important;
  font-size: 0.82rem !important;
}

/* Mobile Actions (lang + hamburger) */
.header-mobile-actions {
  display: flex;
  align-items: center;
  gap: 4px;
}
@media (min-width: 1280px) {
  .header-mobile-actions { display: none; }
}

/* Mobile Globe Language Button */
.header-lang-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(214, 178, 92, 0.08);
  color: var(--gold-soft);
  font-size: 1.15rem;
  cursor: pointer;
  transition: var(--transition-fast);
}
.header-lang-btn:hover {
  background: rgba(214, 178, 92, 0.18);
  color: var(--gold);
  border-color: rgba(214, 178, 92, 0.3);
}

/* Hamburger */
.header-menu-btn {
  display: flex;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  z-index: 9992;
}
@media (min-width: 1024px) {
  .header-menu-btn { display: none; }
}
.header-menu-btn span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text-light);
  border-radius: 2px;
  transition: var(--transition-fast);
}
.header-menu-btn.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.header-menu-btn.active span:nth-child(2) { opacity: 0; }
.header-menu-btn.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile Menu */
.header-mobile-menu {
  display: block;
  position: fixed;
  top: 72px;
  right: -100%;
  left: auto;
  width: min(320px, 85vw);
  bottom: 0;
  background: rgba(10, 6, 18, 0.98);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  z-index: 9990;
  overflow-y: auto;
  padding: 1.5rem 0;
  border-left: 1px solid rgba(255, 255, 255, 0.06);
  transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1), left 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: -8px 0 32px rgba(0, 0, 0, 0.4);
}
@media (min-width: 1024px) {
  .header-mobile-menu { display: none !important; }
}
html[dir="ltr"] .header-mobile-menu {
  left: -100%;
  right: auto;
  border-left: none;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 8px 0 32px rgba(0, 0, 0, 0.4);
}
.header-mobile-menu.open {
  right: 0 !important;
}
html[dir="ltr"] .header-mobile-menu.open {
  left: 0 !important;
  right: auto !important;
}

/* Mobile menu backdrop */
.header-mobile-backdrop {
  display: none;
  position: fixed;
  top: 72px;
  left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9989;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.header-mobile-backdrop.open {
  display: block;
  opacity: 1;
}
.header-mobile-inner {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.header-mobile-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1.25rem;
  font-size: 1.05rem;
  color: var(--text-muted);
  text-decoration: none;
  border-radius: var(--radius-md);
  transition: var(--transition-fast);
}
.header-mobile-link i {
  font-size: 1.15rem;
  width: 24px;
  text-align: center;
  color: var(--gold-soft);
  opacity: 0.6;
  transition: var(--transition-fast);
}
.header-mobile-link:hover {
  color: var(--text-light);
  background: rgba(255, 255, 255, 0.06);
}
.header-mobile-link:hover i {
  opacity: 1;
}
.header-mobile-link.active {
  color: var(--gold);
  background: rgba(214, 178, 92, 0.08);
}
.header-mobile-link.active i {
  color: var(--gold);
  opacity: 1;
}
.header-mobile-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  margin: 0.75rem 1.25rem;
}
.mobile-lang-toggle { margin-top: 1rem; }
.header-mobile-cta {
  margin-top: 0.75rem;
  text-align: center;
  display: block;
}

/* ---------- BUTTONS ---------- */
.gold-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 2rem;
  background: var(--gradient-btn);
  color: var(--dark-bg);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: none;
  border-radius: var(--radius-full);
  cursor: pointer;
  text-decoration: none;
  transition: var(--transition);
  box-shadow: 0 4px 20px rgba(214, 178, 92, 0.25);
}
.gold-button:hover {
  background: var(--gradient-btn-hover);
  box-shadow: 0 6px 30px rgba(214, 178, 92, 0.35);
  transform: translateY(-2px);
}

.outline-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 2rem;
  background: transparent;
  color: var(--text-light);
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-full);
  cursor: pointer;
  text-decoration: none;
  transition: var(--transition);
}
.outline-button:hover {
  border-color: rgba(214, 178, 92, 0.4);
  background: rgba(214, 178, 92, 0.06);
  color: var(--gold-soft);
}

.ghost-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: transparent;
  border: none;
  color: var(--gold-soft);
  font-weight: 500;
  font-size: 0.85rem;
  cursor: pointer;
  text-decoration: none;
  transition: var(--transition-fast);
}
.ghost-button:hover { color: var(--gold); }

/* ---------- EYEBROW ---------- */
.eyebrow {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--gold-soft);
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.eyebrow::before {
  content: '';
  display: block;
  width: 32px;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
  border-radius: 2px;
}

/* ---------- SECTION BLOCK ---------- */
.section-block {
  padding: 5rem 0;
  position: relative;
}
@media (min-width: 640px) { .section-block { padding: 6rem 0; } }
.section-block--last { padding-bottom: 3rem; }

/* Section Intro */
.section-intro { margin-bottom: 3rem; }
.section-intro--center { text-align: center; }
.section-intro--center .eyebrow { justify-content: center; }
.section-intro--center .eyebrow::before { display: none; }

.section-title {
  font-family: var(--font-ar);
  font-size: var(--text-3xl);
  font-weight: 700;
  line-height: 1.25;
  color: var(--text-light);
  margin-bottom: 1rem;
}
@media (min-width: 768px) { .section-title { font-size: var(--text-4xl); } }
body[lang="en"] .section-title { font-family: var(--font-en); }

.section-desc {
  font-size: var(--text-lg);
  color: var(--text-muted);
  line-height: 1.8;
  max-width: 42rem;
}
.section-intro--center .section-desc { margin-inline: auto; }

/* ---------- GRID LAYOUTS ---------- */
.grid-2-col {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: start;
}
@media (min-width: 768px) {
  .grid-2-col { grid-template-columns: 1fr 1fr; gap: 3rem; }
}
.grid-2-col--equal { align-items: stretch; }

.grid-3-col {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .grid-3-col { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .grid-3-col { grid-template-columns: repeat(3, 1fr); }
}

.grid-4-col {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 640px) {
  .grid-4-col { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1280px) {
  .grid-4-col { grid-template-columns: repeat(4, 1fr); }
}

.grid-asymmetric {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: start;
}
@media (min-width: 768px) {
  .grid-asymmetric { grid-template-columns: 0.9fr 1.1fr; gap: 3rem; }
}

/* ---------- RITUAL CARD (glass card) ---------- */
.ritual-card {
  position: relative;
  background: var(--gradient-card);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.75rem;
  padding: 1.75rem;
  box-shadow: var(--shadow-card);
  overflow: hidden;
  transition: var(--transition);
}
.ritual-card:hover {
  border-color: rgba(214, 178, 92, 0.18);
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg), var(--shadow-glow);
}

.card-glow-blob {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(128, 72, 218, 0.18), transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
.card-badge-icon {
  position: relative;
  z-index: 1;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  line-height: 1;
  color: var(--gold);
}
.card-badge-icon .bi { vertical-align: middle; }
.card-heading {
  position: relative;
  z-index: 1;
  font-family: var(--font-ar);
  font-size: var(--text-xl);
  font-weight: 700;
  color: var(--text-light);
  margin-bottom: 0.75rem;
}
body[lang="en"] .card-heading { font-family: var(--font-en); }
.card-text {
  position: relative;
  z-index: 1;
  font-size: var(--text-base);
  color: var(--text-muted);
  line-height: 1.7;
}

/* Feature card variant */
.feature-card { text-align: center; }
.feature-card .card-badge-icon { display: block; margin-inline: auto; }

/* ---------- RITUAL PANEL (bordered glass panel) ---------- */
.ritual-panel {
  position: relative;
  background: rgba(18, 10, 31, 0.55);
  border: 1px solid rgba(214, 178, 92, 0.12);
  border-radius: 1.75rem;
  padding: 2rem;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.panel-big-title {
  font-family: var(--font-ar);
  font-size: var(--text-2xl);
  font-weight: 700;
  color: var(--text-light);
  margin-bottom: 1rem;
  line-height: 1.3;
}
body[lang="en"] .panel-big-title { font-family: var(--font-en); }
.panel-desc {
  font-size: var(--text-base);
  color: var(--text-muted);
  line-height: 1.8;
}

/* ---------- HERO SECTION (Home) ---------- */
.hero-section {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 6rem 0 4rem;
}
.hero-bg-gradient {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 25% 30%, rgba(128, 72, 218, 0.22), transparent 50%),
    radial-gradient(ellipse at 75% 20%, rgba(214, 178, 92, 0.1), transparent 40%);
  pointer-events: none;
  z-index: 0;
}
.hero-glow-top {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 400px;
  background: radial-gradient(circle, rgba(214, 178, 92, 0.08), transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.hero-grid-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .hero-grid-layout {
    grid-template-columns: 0.88fr 1.12fr;
    gap: 4rem;
  }
}
.hero-text { position: relative; z-index: 1; }
.hero-title {
  font-family: var(--font-ar);
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.15;
  color: var(--text-light);
  margin-bottom: 1.25rem;
}
body[lang="en"] .hero-title { font-family: var(--font-en); }
.hero-title .gold-text { color: var(--gold); }
.hero-subtitle {
  font-size: var(--text-lg);
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 2rem;
  max-width: 32rem;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 3rem;
}
.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.hero-stat {
  background: rgba(18, 10, 31, 0.55);
  border: 1px solid rgba(214, 178, 92, 0.1);
  border-radius: var(--radius-lg);
  padding: 1rem 1.25rem;
  text-align: center;
}
.hero-stat-number {
  display: block;
  font-family: var(--font-en);
  font-size: var(--text-2xl);
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 0.25rem;
}
.hero-stat-label {
  font-size: 0.72rem;
  color: var(--text-muted);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* Hero Visual Column */
.hero-visual-col {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-visual-glow {
  position: absolute;
  inset: -20%;
  background: radial-gradient(circle, rgba(128, 72, 218, 0.12), transparent 60%);
  pointer-events: none;
}
.hero-image-panel {
  width: 100%;
  max-width: 440px;
  aspect-ratio: 4 / 5;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.hero-image-inner {
  font-size: 8rem;
  line-height: 1;
  opacity: 0.6;
}
.hero-deco-circle {
  position: absolute;
  width: 110%;
  height: 110%;
  border: 1px solid rgba(214, 178, 92, 0.1);
  border-radius: 50%;
  top: -5%;
  left: -5%;
  pointer-events: none;
}
.hero-deco-diamond {
  position: absolute;
  width: 60px;
  height: 60px;
  border: 1px solid rgba(214, 178, 92, 0.2);
  transform: rotate(45deg);
  bottom: 10%;
  left: -10%;
  pointer-events: none;
}

/* ---------- PAGE HERO (Subpages) ---------- */

/* ---- Services Hero (centered variant) ---- */
.services-hero-custom {
  text-align: center;
}
.services-hero-centered {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.services-hero-heading {
  font-family: var(--font-ar);
  font-size: clamp(2.2rem, 6vw, 3.4rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-light);
  margin-bottom: 0.5rem;
  background: linear-gradient(135deg, var(--text-light) 40%, var(--gold) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
body[lang="en"] .services-hero-heading { font-family: var(--font-en); }
.services-hero-subtitle {
  font-size: var(--text-lg);
  color: var(--text-muted);
  line-height: 1.7;
  max-width: 36rem;
  margin-bottom: 1.5rem;
}
.services-hero-topics {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
  margin-bottom: 2rem;
}
.services-hero-topic {
  display: inline-block;
  padding: 0.4rem 1.1rem;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--gold);
  border: 1px solid rgba(214, 178, 92, 0.3);
  background: rgba(214, 178, 92, 0.06);
  backdrop-filter: blur(6px);
  transition: all 0.3s ease;
  letter-spacing: 0.01em;
}
.services-hero-topic:hover {
  background: rgba(214, 178, 92, 0.15);
  border-color: var(--gold);
  transform: translateY(-2px);
}
/* ---- End Services Hero ---- */

.page-hero {
  position: relative;
  min-height: 52vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 6rem 0 4rem;
}
.page-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 25% 40%, rgba(128, 72, 218, 0.18), transparent 50%),
    radial-gradient(ellipse at 75% 20%, rgba(214, 178, 92, 0.08), transparent 40%);
  pointer-events: none;
}
.page-hero-grid { position: absolute; inset: 0; z-index: 0; opacity: 0.3; }
.page-hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 768px) {
  .page-hero-layout { grid-template-columns: 1.2fr 0.8fr; gap: 3rem; }
}
.page-hero-text { position: relative; z-index: 2; }
.page-hero-title {
  font-family: var(--font-ar);
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-light);
  margin-bottom: 1rem;
}
body[lang="en"] .page-hero-title { font-family: var(--font-en); }
.page-hero-desc {
  font-size: var(--text-lg);
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 2rem;
  max-width: 30rem;
}
.page-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.page-hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-hero-image-wrap {
  width: 100%;
  max-width: 320px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-hero-image-inner { position: relative; z-index: 1; }
.page-hero-emoji {
  font-size: 5rem;
  display: block;
  opacity: 0.5;
  animation: float-orb 6s ease-in-out infinite;
}

/* ---------- CTA PANEL ---------- */
.cta-panel {
  text-align: center;
  padding: 3.5rem 2.5rem;
  position: relative;
  overflow: hidden;
}
.cta-panel-glow {
  position: absolute;
  inset: -10%;
  background: radial-gradient(circle at center, rgba(214, 178, 92, 0.06), transparent 60%);
  pointer-events: none;
}
.cta-content { position: relative; z-index: 1; }
.cta-content .eyebrow { justify-content: center; }
.cta-content .eyebrow::before { display: none; }
.cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
}

/* ══════════════════════════════════════════
   SITE FOOTER V2 — Professional 4-col design
   ══════════════════════════════════════════ */
.site-footer {
  position: relative;
  background: linear-gradient(180deg, var(--darker-bg) 0%, #060410 100%);
  border-top: 1px solid transparent;
  overflow: hidden;
}

/* Shimmering gold top border */
.site-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(214,178,92,0.15) 20%,
    rgba(214,178,92,0.55) 50%,
    rgba(214,178,92,0.15) 80%,
    transparent 100%);
}

/* Subtle radial glow behind footer */
.site-footer::after {
  content: '';
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 360px;
  background: radial-gradient(ellipse, rgba(128,72,218,0.06) 0%, transparent 70%);
  pointer-events: none;
}

/* ── Main grid ── */
.sfv2-main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  padding: 4.5rem 0 3rem;
}
@media (min-width: 640px) {
  .sfv2-main { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
}
@media (min-width: 1024px) {
  .sfv2-main { grid-template-columns: 1.5fr 1fr; gap: 5rem; }
}

/* ── Column base ── */
.sfv2-col { display: flex; flex-direction: column; }

/* ── Brand column ── */
.sfv2-logo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.75rem;
}
.sfv2-logo-star {
  font-size: 1.5rem;
  color: var(--gold);
  line-height: 1;
  filter: drop-shadow(0 0 8px rgba(214,178,92,0.5));
}
.sfv2-logo-name {
  font-family: var(--font-ar);
  font-size: 1.55rem;
  font-weight: 700;
  color: var(--gold-soft);
  letter-spacing: 0.02em;
}
body[lang="en"] .sfv2-logo-name { font-family: var(--font-en); }

.sfv2-tagline {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--gold);
  opacity: 0.7;
  margin-bottom: 1rem;
}
.sfv2-desc {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 1.75rem;
  max-width: 320px;
}

/* ── Newsletter ── */
.sfv2-nl-label {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--text-light);
  margin-bottom: 0.65rem;
}
.sfv2-nl-form {
  display: flex;
  gap: 0;
  border-radius: 50px;
  overflow: hidden;
  border: 1px solid rgba(214,178,92,0.2);
  background: rgba(255,255,255,0.03);
  transition: border-color 0.2s ease;
}
.sfv2-nl-form:focus-within {
  border-color: rgba(214,178,92,0.5);
  background: rgba(255,255,255,0.05);
}
.sfv2-nl-input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  padding: 0.7rem 1.1rem;
  color: var(--text-light);
  font-size: 0.83rem;
  font-family: inherit;
  min-width: 0;
}
.sfv2-nl-input::placeholder { color: var(--text-muted); opacity: 0.55; }
.sfv2-nl-btn {
  flex-shrink: 0;
  background: var(--gradient-btn);
  border: none;
  padding: 0.7rem 1.25rem;
  color: #0A0610;
  font-size: 0.78rem;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  border-radius: 0 50px 50px 0;
  transition: background 0.2s ease, opacity 0.2s ease;
  letter-spacing: 0.05em;
}
[dir="rtl"] .sfv2-nl-btn { border-radius: 50px 0 0 50px; }
.sfv2-nl-btn:hover { background: var(--gradient-btn-hover); opacity: 0.92; }

/* ── Column titles ── */
.sfv2-col-title {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--gold);
  margin-bottom: 1.1rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid rgba(214,178,92,0.12);
}

/* ── Link lists ── */
.sfv2-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.sfv2-links a {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.4;
  transition: color 0.18s ease, padding-inline-start 0.18s ease;
}
.sfv2-links a:hover {
  color: var(--gold-soft);
  padding-inline-start: 0.35rem;
}

/* ── Contact list ── */
.sfv2-contact-list {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.sfv2-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.45;
  transition: color 0.18s ease;
}
.sfv2-contact-item:hover { color: var(--gold-soft); }
.sfv2-cicon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(214,178,92,0.08);
  border: 1px solid rgba(214,178,92,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  color: var(--gold);
  flex-shrink: 0;
  margin-top: 1px;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.sfv2-contact-item:hover .sfv2-cicon {
  background: rgba(214,178,92,0.16);
  border-color: rgba(214,178,92,0.3);
}
.sfv2-cicon--wa { background: rgba(37,211,102,0.1); border-color: rgba(37,211,102,0.15); color: #25D366; }
.sfv2-contact-item:hover .sfv2-cicon--wa { background: rgba(37,211,102,0.2); border-color: rgba(37,211,102,0.3); }
.sfv2-cicon--book { background: rgba(128,72,218,0.12); border-color: rgba(128,72,218,0.2); color: var(--light-purple); }
.sfv2-contact-item:hover .sfv2-cicon--book { background: rgba(128,72,218,0.22); border-color: rgba(128,72,218,0.35); }

/* ── Social Icons — luxury bare-logo ── */
.sfv2-socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.4rem;
  margin-top: 0.6rem;
}
.sfv2-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  text-decoration: none;
  color: rgba(255,255,255,0.5);
  transition: color 0.28s ease, transform 0.28s ease, filter 0.28s ease;
}
.sfv2-social svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
  display: block;
}
/* Unset socials — barely visible, non-clickable */
.sfv2-social[href="#"] {
  opacity: 0.12;
  pointer-events: none;
  cursor: default;
}
/* Hover: lift + brand-colour glow */
.sfv2-social:hover { transform: translateY(-3px); }
.sfv2-social--twitter:hover   { color: #e2e8ed; filter: drop-shadow(0 0 10px rgba(220,220,220,0.55)); }
.sfv2-social--instagram:hover { color: #e1306c; filter: drop-shadow(0 0 10px rgba(225,48,108,0.65)); }
.sfv2-social--facebook:hover  { color: #1877F2; filter: drop-shadow(0 0 10px rgba(24,119,242,0.65)); }
.sfv2-social--tiktok:hover    { color: #ff0050; filter: drop-shadow(0 0 10px rgba(255,0,80,0.65)); }
.sfv2-social--youtube:hover   { color: #FF0000; filter: drop-shadow(0 0 10px rgba(255,0,0,0.65)); }
.sfv2-social--snapchat:hover  { color: #FFE400; filter: drop-shadow(0 0 10px rgba(255,228,0,0.65)); }

/* ── Divider between main grid and bottom bar ── */
.sfv2-sep {
  height: 1px;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(214,178,92,0.12) 20%,
    rgba(214,178,92,0.28) 50%,
    rgba(214,178,92,0.12) 80%,
    transparent 100%);
  margin: 0;
}

/* ── Bottom bar ── */
.sfv2-bottom {
  padding: 1.25rem 0;
}
.sfv2-bottom-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}
.sfv2-copy {
  font-size: 0.8rem;
  color: var(--text-muted);
  opacity: 0.55;
}
.sfv2-bottom-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.sfv2-bottom-links a {
  font-size: 0.8rem;
  color: var(--text-muted);
  opacity: 0.5;
  text-decoration: none;
  transition: color 0.18s ease, opacity 0.18s ease;
}
.sfv2-bottom-links a:hover { color: var(--gold-soft); opacity: 1; }

/* ───────────────────────────────────────────────
   Footer — Mobile & Responsive overrides
   ─────────────────────────────────────────────── */
@media (max-width: 639px) {
  .sfv2-main {
    padding: 3rem 0 2.5rem;
    gap: 2.25rem;
  }
  /* Let description take full width */
  .sfv2-desc { max-width: 100%; }
  /* Stack newsletter form vertically */
  .sfv2-nl-form {
    flex-direction: column;
    border-radius: 14px;
    overflow: hidden;
  }
  .sfv2-nl-input {
    padding: 0.85rem 1.1rem;
    border-radius: 14px 14px 0 0;
  }
  .sfv2-nl-btn {
    border-radius: 0 0 14px 14px;
    padding: 0.85rem 1.25rem;
    text-align: center;
  }
  [dir="rtl"] .sfv2-nl-btn { border-radius: 0 0 14px 14px; }
  /* Social icons: larger tap targets */
  .sfv2-socials { gap: 1.6rem; }
  .sfv2-social svg { width: 26px; height: 26px; }
  /* Bottom bar: stack & center */
  .sfv2-bottom-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.5rem;
  }
  .sfv2-bottom-links { gap: 1.2rem; }
}

/* ── Legacy contact-social-row (used on contact.html) ── */
.contact-social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

/* ── Footer contact-row (kept for contact.html compatibility) ── */
.footer-contact-row {
  color: var(--text-muted);
  text-decoration: none;
  font-size: var(--text-sm);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: var(--transition-fast);
}
.footer-contact-row:hover { color: var(--gold-soft); }

/* ---------- AMBIENT DIVIDER ---------- */
.ambient-divider {
  position: relative;
  height: 1px;
  margin: 0 auto;
  max-width: 1280px;
  padding-inline: 2rem;
}
.ambient-line {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-soft), transparent);
  opacity: 0.18;
}
.ambient-glow {
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 12px;
  background: radial-gradient(ellipse, rgba(214, 178, 92, 0.2), transparent 70%);
  border-radius: 50%;
}

/* ---------- SACRED GRID ---------- */
.sacred-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(214, 178, 92, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(214, 178, 92, 0.03) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: radial-gradient(ellipse 50% 60% at 50% 50%, black, transparent);
  -webkit-mask-image: radial-gradient(ellipse 50% 60% at 50% 50%, black, transparent);
  pointer-events: none;
  z-index: 0;
}

/* ---------- ORBS ---------- */
.orbs-fixed {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.15;
  animation: float-orb 20s ease-in-out infinite;
}
.orb-primary {
  width: 400px; height: 400px;
  background: var(--primary-purple);
  top: 10%; left: -5%;
}
.orb-secondary {
  width: 300px; height: 300px;
  background: var(--accent-blue);
  top: 50%; right: -8%;
  animation-delay: -7s;
}
.orb-gold {
  width: 250px; height: 250px;
  background: var(--gold);
  bottom: 10%; left: 30%;
  animation-delay: -14s;
  opacity: 0.08;
}
@keyframes float-orb {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(20px, -30px) scale(1.05); }
  66% { transform: translate(-15px, 20px) scale(0.97); }
}

/* ---------- CINEMA VIDEO SECTION ---------- */
.cinema-video-section {
  position: relative;
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden;
}
.cinema-letterbox {
  width: 100%;
  height: 30px;
  background: var(--dark-bg);
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) { .cinema-letterbox { height: 50px; } }
.cinema-video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 21/9;
  overflow: hidden;
}
@media (max-width: 768px) { .cinema-video-wrapper { aspect-ratio: 16/9; } }
.cinema-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cinema-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background: rgba(10, 6, 18, 0.5);
  z-index: 3;
  transition: opacity 0.5s;
}
.cinema-overlay.hidden { opacity: 0; pointer-events: none; }
.cinema-play-btn {
  width: 80px; height: 80px;
  border-radius: 50%;
  border: 2px solid rgba(214, 178, 92, 0.4);
  background: rgba(10, 6, 18, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition);
}
.cinema-play-btn:hover {
  border-color: var(--gold);
  background: rgba(214, 178, 92, 0.15);
}
.cinema-play-icon { font-size: 2rem; color: var(--gold); }
.cinema-caption {
  font-size: 0.85rem;
  color: var(--gold-soft);
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.cinema-controls {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 1.25rem;
  background: rgba(10, 6, 18, 0.7);
  backdrop-filter: blur(10px);
  border-radius: var(--radius-full);
  border: 1px solid rgba(255, 255, 255, 0.08);
  z-index: 4;
  opacity: 0;
  transition: opacity 0.3s;
}
.cinema-controls.visible { opacity: 1; }
.cinema-ctrl-btn {
  background: none;
  border: none;
  color: var(--text-light);
  font-size: 1.1rem;
  cursor: pointer;
  padding: 4px;
  transition: var(--transition-fast);
}
.cinema-ctrl-btn:hover { color: var(--gold); }
.cinema-progress-bar {
  width: 180px;
  height: 4px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 2px;
  cursor: pointer;
  position: relative;
}
@media (min-width: 768px) { .cinema-progress-bar { width: 300px; } }
.cinema-progress-fill {
  height: 100%;
  background: var(--gradient-btn);
  border-radius: 2px;
  width: 0%;
  transition: width 0.1s linear;
}
.cinema-glow {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 80px;
  background: radial-gradient(ellipse, rgba(214, 178, 92, 0.08), transparent 70%);
  pointer-events: none;
  z-index: 1;
}

/* ---------- ABOUT PAGE SPECIFICS ---------- */
.about-image-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  position: relative;
}
.about-image-inner {
  font-size: 6rem;
  opacity: 0.4;
}
.about-badge {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gradient-btn);
  color: var(--dark-bg);
  padding: 0.5rem 1.5rem;
  border-radius: var(--radius-full);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.mission-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* ---------- CONTACT PAGE SPECIFICS ---------- */
.contact-info-col { }
.contact-info-panel { }
.contact-chips {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.contact-chip {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  text-decoration: none;
  color: var(--text-light);
  transition: var(--transition);
}
.contact-chip:hover {
  border-color: rgba(214, 178, 92, 0.2);
  background: rgba(214, 178, 92, 0.05);
}
.contact-chip-icon { font-size: 1.5rem; flex-shrink: 0; }
.contact-chip-content { display: flex; flex-direction: column; }
.contact-chip-label {
  font-size: 0.72rem;
  color: var(--gold-soft);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.contact-chip-value {
  font-size: var(--text-sm);
  color: var(--text-muted);
}
.contact-social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.contact-form-col { }
.contact-form-card { }
.contact-form-inner { display: flex; flex-direction: column; gap: 1rem; }

.form-row-2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 640px) {
  .form-row-2 { grid-template-columns: 1fr 1fr; }
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.form-group label {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--gold-soft);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.form-input {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-md);
  padding: 0.75rem 1rem;
  color: var(--text-light);
  font-size: var(--text-base);
  font-family: inherit;
  outline: none;
  transition: var(--transition-fast);
  width: 100%;
}
.form-input:focus {
  border-color: var(--gold-soft);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 0 0 3px rgba(214, 178, 92, 0.08);
}
.form-input::placeholder { color: var(--text-muted); opacity: 0.5; }
.form-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23B8B0C8' d='M2 4l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 1rem center;
  padding-left: 2.5rem;
}
[dir="ltr"] .form-select {
  background-position: right 1rem center;
  padding-left: 1rem;
  padding-right: 2.5rem;
}
.form-textarea { resize: vertical; min-height: 100px; }
.form-submit-btn {
  align-self: flex-start;
  margin-top: 0.5rem;
}
.form-msg {
  font-size: var(--text-sm);
  padding: 0.75rem 1rem;
  border-radius: var(--radius-md);
  margin-top: 0.5rem;
}
.form-msg--success {
  background: rgba(139, 159, 122, 0.15);
  color: var(--accent-green);
  border: 1px solid rgba(139, 159, 122, 0.2);
}
.form-msg--error {
  background: rgba(200, 80, 80, 0.15);
  color: #e88;
  border: 1px solid rgba(200, 80, 80, 0.2);
}

/* Feedback / Reviews */
.feedback-form-card { }
.feedback-form-inner { display: flex; flex-direction: column; gap: 1rem; }
.feedback-reviews-col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.feedback-reviews-heading {
  margin-bottom: 0.5rem;
}
.feedback-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.feedback-empty {
  text-align: center;
  color: var(--text-muted);
  font-size: var(--text-sm);
  padding: 2rem;
  opacity: 0.7;
}

/* Star rating */
.star-rating {
  display: flex;
  gap: 0.25rem;
  direction: ltr;
}
.star-rating .star {
  font-size: 1.5rem;
  color: var(--text-muted);
  cursor: pointer;
  transition: var(--transition-fast);
  opacity: 0.4;
}
.star-rating .star.active,
.star-rating .star:hover {
  color: var(--gold);
  opacity: 1;
}

/* ---------- SERVICES (dynamic grid) ---------- */
.services-grid-new {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 640px) {
  .services-grid-new { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .services-grid-new { grid-template-columns: repeat(4, 1fr); }
}

.service-card-new {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2rem 1.5rem;
}
.service-card-new .card-heading { margin-top: 0.5rem; }
.service-card-new .card-text { margin-bottom: 1.25rem; }
.service-card-new .outline-button { margin-top: auto; }
.service-card-img-new {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: var(--radius-md);
  overflow: hidden;
  margin-bottom: 1rem;
}
.service-card-img-new img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-empty {
  text-align: center;
  padding: 4rem 1rem;
}
.services-empty-icon { font-size: 4rem; margin-bottom: 1rem; }
.services-empty h3 {
  font-size: var(--text-xl);
  color: var(--text-light);
  margin-bottom: 0.5rem;
}
.services-empty p { color: var(--text-muted); }

/* ---------- TESTIMONIAL CARD ---------- */
.testimonial-card-new { text-align: right; }
.testimonial-stars {
  color: var(--gold);
  font-size: 0.9rem;
  letter-spacing: 2px;
  margin-bottom: 0.75rem;
}
.testimonial-quote {
  font-size: var(--text-base);
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 1.25rem;
  font-style: italic;
}
.testimonial-footer { display: flex; align-items: center; gap: 0.75rem; }
.testimonial-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--gradient-btn);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}
.testimonial-info { }
.testimonial-name {
  font-size: var(--text-sm);
  font-weight: 700;
  color: var(--text-light);
}
.testimonial-role {
  font-size: 0.72rem;
  color: var(--text-muted);
}

/* ---------- REVIEW VIDEO CARDS ---------- */
.review-video-card {
  background: var(--card-bg, rgba(13,10,24,.55));
  border: 1px solid var(--border, rgba(214,178,92,.12));
  border-radius: 1rem;
  overflow: hidden;
  transition: transform .3s, box-shadow .3s;
}
.review-video-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(214,178,92,.12);
}
.review-video-wrap {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #000;
}
.review-video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.review-video-wrap--sm {
  aspect-ratio: 16 / 9;
  max-height: 200px;
}
.review-video-body {
  padding: 1.25rem;
}
.reviews-full-link {
  text-align: center;
  margin-top: 2.5rem;
}
.reviews-page-empty {
  text-align: center;
  padding: 4rem 1rem;
  color: var(--text-muted, #aaa);
}
.reviews-empty-icon {
  font-size: 3rem;
  display: block;
  margin-bottom: 1rem;
  opacity: .5;
}

/* ---------- SERVICE HIGHLIGHT PANEL ---------- */
.service-highlight-panel {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.service-highlight-panel .panel-desc {
  font-size: var(--text-sm);
}
.service-highlight-link {
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}
.service-highlight-link:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(214, 178, 92, 0.15);
}
.service-highlight-link .panel-title,
.service-highlight-link .panel-desc {
  color: inherit;
}
.service-highlight-img {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: var(--radius-md);
  overflow: hidden;
  margin-bottom: 0.25rem;
}
.service-highlight-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.service-highlight-link:hover .service-highlight-img img {
  transform: scale(1.05);
}

/* Clamp description to 1 line */
.panel-desc--clamp {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--text-base, 1rem);
}
.service-read-more {
  display: inline-block;
  margin-top: auto;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--gold);
  transition: gap 0.3s ease;
}
.service-highlight-link:hover .service-read-more {
  letter-spacing: 0.04em;
}

/* Highlighted service card on services page */
.service-card--highlighted {
  box-shadow: 0 0 0 2px var(--gold), 0 0 32px rgba(214, 178, 92, 0.25);
  animation: highlight-pulse 2s ease-in-out;
}
@keyframes highlight-pulse {
  0%, 100% { box-shadow: 0 0 0 2px var(--gold), 0 0 32px rgba(214, 178, 92, 0.25); }
  50% { box-shadow: 0 0 0 3px var(--gold), 0 0 48px rgba(214, 178, 92, 0.35); }
}

/* ---------- Lang Toggle in new header ---------- */
.site-header .lang-toggle {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  cursor: pointer;
  font-size: 0.82rem;
  color: var(--text-muted);
  transition: var(--transition-fast);
  white-space: nowrap;
}
.site-header .lang-toggle:hover { color: var(--gold-soft); }
