/* ==========================================================================
   NANO FUSION - Multi-Page & Multi-Language (Arabic & English) Design System
   Color Palette: Pure White (#FFFFFF), Metallic Gold (#D4AF37), Charcoal Accent (#0F172A)
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;600;700;800;900&family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

:root {
  /* Colors */
  --bg-primary: #FFFFFF;
  --bg-secondary: #FAF9F6;
  --bg-card: #FFFFFF;
  --bg-dark-accent: #0B0F19;
  
  --gold-primary: #D4AF37;
  --gold-hover: #C5A059;
  --gold-light: #FFFDF0;
  --gold-gradient: linear-gradient(135deg, #DFBA45 0%, #C5A059 50%, #997523 100%);
  --gold-glow: rgba(212, 175, 55, 0.25);
  
  --text-main: #1E293B;
  --text-muted: #64748B;
  --text-white: #FFFFFF;
  --text-gold: #B38F36;
  
  --border-light: #E2E8F0;
  --border-gold: rgba(212, 175, 55, 0.4);
  
  /* Shadows */
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 16px 32px rgba(212, 175, 55, 0.12);
  --shadow-gold: 0 4px 20px rgba(212, 175, 55, 0.35);

  /* Fonts & Transitions */
  --font-main: 'Cairo', sans-serif;
  --font-en: 'Montserrat', sans-serif;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 24px;
}

/* Reset & Global */
html, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--font-main);
  scroll-behavior: smooth;
  overflow-x: hidden;
  width: 100%;
}

html[lang="en"] body {
  font-family: var(--font-en);
}

* {
  box-sizing: border-box;
}

body {
  background-color: var(--bg-primary);
  color: var(--text-main);
  line-height: 1.6;
  direction: rtl;
  text-align: right;
}

html[dir="ltr"] body {
  direction: ltr;
  text-align: left;
}

a {
  text-decoration: none;
  color: inherit;
  transition: var(--transition);
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Language Switcher Button */
.lang-toggle-btn {
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid var(--gold-primary);
  color: var(--gold-primary);
  padding: 8px 16px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 0.85rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: var(--transition);
}

.lang-toggle-btn:hover {
  background: var(--gold-primary);
  color: #FFFFFF;
}

/* Utility Components */
.btn-gold {
  background: var(--gold-gradient);
  color: #FFFFFF;
  padding: 12px 28px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: none;
  cursor: pointer;
  box-shadow: var(--shadow-gold);
  transition: var(--transition);
  white-space: nowrap;
}

.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.5);
  background: linear-gradient(135deg, #E6C24C 0%, #D4AF37 100%);
}

.btn-outline-gold {
  background: transparent;
  color: var(--gold-primary);
  padding: 11px 26px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 0.95rem;
  border: 2px solid var(--gold-primary);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: var(--transition);
  white-space: nowrap;
}

.btn-outline-gold:hover {
  background: var(--gold-primary);
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: var(--shadow-gold);
}

.badge-gold {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--gold-light);
  border: 1px solid var(--gold-primary);
  color: #856404;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.section-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 50px auto;
}

.section-header h2 {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--text-main);
  margin-bottom: 12px;
}

.section-header h2 span {
  color: var(--gold-primary);
}

.section-header p {
  color: var(--text-muted);
  font-size: 1.05rem;
}

/* Subpage Banner Section */
.page-banner {
  padding: 60px 0;
  background: linear-gradient(180deg, #FAF9F6 0%, #FFFFFF 100%);
  border-bottom: 1px solid var(--border-light);
  text-align: center;
  position: relative;
}

.page-banner .container {
  position: relative;
  z-index: 1;
}

.page-banner h1 {
  font-size: 2.5rem;
  font-weight: 900;
  color: #0B0F19 !important;
  margin-bottom: 10px;
  line-height: 1.25;
}

.page-banner h1 span {
  color: var(--gold-primary) !important;
}

.page-banner p {
  font-size: 1.05rem;
  color: #475569 !important;
  max-width: 650px;
  margin: 0 auto;
}

/* Header & Navbar */
.promo-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1100;
}

.site-header {
  position: fixed;
  top: 42px; /* default promo bar height fallback */
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(212, 175, 55, 0.2);
  transition: top 0.3s ease, var(--transition);
}

body {
  padding-top: 122px; /* 42px promo + 80px navbar */
}

body.no-promo {
  padding-top: 80px;
}


.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  gap: 15px;
}

.logo-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.logo-brand img {
  height: 64px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.2));
  transition: transform 0.3s ease;
}
.logo-brand img:hover {
  transform: scale(1.06);
}

.logo-text { display: none !important;
  font-size: 1.25rem;
  font-weight: 900;
  color: var(--text-main);
  letter-spacing: -0.5px;
}

.logo-text span {
  color: var(--gold-primary);
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  margin-top: -4px;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 20px;
}

.nav-link {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--text-main);
  position: relative;
  padding: 6px 0;
  white-space: nowrap;
}

.nav-link:hover, .nav-link.active {
  color: var(--gold-primary);
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  background: var(--gold-primary);
  transition: var(--transition);
}

html[dir="ltr"] .nav-link::after {
  right: auto;
  left: 0;
}

.nav-link:hover::after, .nav-link.active::after {
  width: 100%;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.menu-toggle {
  display: none;
  font-size: 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--text-main);
}

/* Hero Section */
.hero-section {
  padding-top: 130px;
  padding-bottom: 70px;
  background: linear-gradient(180deg, #FFFFFF 0%, #FAF9F5 100%);
  position: relative;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-content h1 {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 18px;
  color: var(--text-main);
}

.hero-content h1 span {
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
}

.hero-content p {
  font-size: 1.05rem;
  color: var(--text-muted);
  margin-bottom: 25px;
  line-height: 1.8;
}

.hero-btns {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 35px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  padding-top: 20px;
  border-top: 1px solid var(--border-light);
}

.stat-item h3 {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--gold-primary);
  margin-bottom: 2px;
}

.stat-item p {
  font-size: 0.82rem;
  color: var(--text-muted);
}

.hero-media {
  position: relative;
  width: 100%;
}

.hero-card-img {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 3px solid #FFFFFF;
  width: 100%;
}

.hero-card-img img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}

.floating-card {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  padding: 12px 18px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  border-right: 4px solid var(--gold-primary);
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 90%;
  z-index: 3;
}

html[dir="ltr"] .floating-card {
  right: auto;
  left: 15px;
  border-right: none;
  border-left: 4px solid var(--gold-primary);
}

.floating-card i {
  font-size: 1.5rem;
  color: var(--gold-primary);
}

.floating-card h4 {
  font-size: 0.88rem;
  font-weight: 700;
  margin: 0;
}

.floating-card p {
  font-size: 0.78rem;
  color: var(--text-muted);
  margin: 0;
}

/* About & Values Section */
.about-section {
  padding: 80px 0;
  background: var(--bg-secondary);
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
  align-items: start;
}

.about-card {
  background: #FFFFFF;
  padding: 35px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-sm);
}

.about-card h2 {
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 15px;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 15px;
}

.value-item {
  background: #FFFFFF;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-sm);
  padding: 20px 15px;
  text-align: center;
  transition: var(--transition);
}

.value-item:hover {
  border-color: var(--gold-primary);
  transform: translateY(-4px);
  box-shadow: var(--shadow-sm);
}

.value-item i {
  font-size: 1.6rem;
  color: var(--gold-primary);
  margin-bottom: 8px;
  display: block;
}

.value-item h4 {
  font-size: 0.92rem;
  font-weight: 700;
}

/* Main Services Grid */
.services-section {
  padding: 90px 0;
  background-color: var(--bg-primary);
}

.services-main-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}

.main-service-card {
  background: #FFFFFF;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  padding: 30px 24px;
  position: relative;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.main-service-card img.service-card-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: var(--radius-sm);
  margin-bottom: 20px;
}

.main-service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
  border-color: var(--gold-primary);
}

.service-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: var(--gold-gradient);
  color: #FFFFFF;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 20px;
  box-shadow: var(--shadow-gold);
  z-index: 2;
}

html[dir="ltr"] .service-badge {
  left: auto;
  right: 15px;
}

.service-badge.alt {
  background: var(--bg-dark-accent);
}

.service-icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: var(--gold-light);
  border: 1px solid var(--gold-primary);
  color: var(--gold-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 18px;
}

.main-service-card h3 {
  font-size: 1.35rem;
  font-weight: 800;
  margin-bottom: 12px;
}

.service-desc {
  font-size: 0.95rem;
  color: var(--text-muted);
  margin-bottom: 20px;
}

.specs-block {
  background: var(--bg-secondary);
  border-radius: var(--radius-sm);
  padding: 16px;
  margin-bottom: 16px;
  border-right: 3px solid var(--gold-primary);
}

html[dir="ltr"] .specs-block {
  border-right: none;
  border-left: 3px solid var(--gold-primary);
}

.specs-block h4 {
  font-size: 0.92rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--text-main);
}

.specs-block ul {
  list-style: none;
}

.specs-block ul li {
  font-size: 0.88rem;
  color: var(--text-muted);
  margin-bottom: 6px;
  position: relative;
  padding-right: 16px;
}

html[dir="ltr"] .specs-block ul li {
  padding-right: 0;
  padding-left: 16px;
}

.specs-block ul li::before {
  content: '•';
  color: var(--gold-primary);
  font-size: 1.2rem;
  position: absolute;
  right: 0;
  top: -2px;
}

html[dir="ltr"] .specs-block ul li::before {
  right: auto;
  left: 0;
}

.packages-pills {
  margin-top: 10px;
}

.packages-pills span {
  display: block;
  font-size: 0.82rem;
  color: var(--text-muted);
  margin-bottom: 8px;
}

.pills-list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.pill {
  background: var(--gold-light);
  border: 1px solid var(--gold-primary);
  color: #856404;
  padding: 4px 12px;
  border-radius: 15px;
  font-size: 0.8rem;
  font-weight: 700;
}

.pill.blackout {
  background: var(--bg-dark-accent);
  color: #FFFFFF;
  border-color: var(--bg-dark-accent);
}

/* Packages Grid Page */
.packages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-bottom: 50px;
}

.package-card {
  background: #FFFFFF;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  padding: 30px 20px;
  text-align: center;
  transition: var(--transition);
  position: relative;
}

.package-card.popular {
  border-color: var(--gold-primary);
  box-shadow: var(--shadow-gold);
}

.package-card.popular::before {
  content: 'الأكثر طلباً';
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gold-gradient);
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 2px 14px;
  border-radius: 12px;
}

html[lang="en"] .package-card.popular::before {
  content: 'MOST POPULAR';
}

.package-card h3 {
  font-size: 1.5rem;
  font-weight: 900;
  margin-bottom: 10px;
  color: var(--text-main);
}

.package-card .pkg-desc {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 20px;
  min-height: 40px;
}

.package-features {
  list-style: none;
  margin-bottom: 25px;
  text-align: right;
}

html[dir="ltr"] .package-features {
  text-align: left;
}

.package-features li {
  font-size: 0.88rem;
  margin-bottom: 8px;
  color: var(--text-main);
}

.package-features li i {
  color: var(--gold-primary);
  margin-left: 6px;
}

html[dir="ltr"] .package-features li i {
  margin-left: 0;
  margin-right: 6px;
}

/* Additional Services Section */
.additional-services-section {
  padding: 90px 0;
  background: var(--bg-secondary);
}

.add-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.add-service-card {
  background: #FFFFFF;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  padding: 25px 20px;
  text-align: center;
  transition: var(--transition);
}

.add-service-card:hover {
  transform: translateY(-5px);
  border-color: var(--gold-primary);
  box-shadow: var(--shadow-sm);
}

.add-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--gold-light);
  color: var(--gold-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin: 0 auto 15px auto;
  border: 1px solid var(--gold-primary);
}

.add-service-card h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text-main);
}

/* Interactive Before & After Slider */
.slider-section {
  padding: 90px 0;
  background: var(--bg-secondary);
}

.slider-section {
  perspective: 1000px;
}

.before-after-container {
  max-width: 850px;
  margin: 0 auto;
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4), 0 0 20px rgba(212, 175, 55, 0.2);
  border: 3px solid var(--gold-primary);
  user-select: none;
  aspect-ratio: 16/9;
  transform-style: preserve-3d;
  transition: transform 0.15s ease-out, box-shadow 0.3s ease;
}

.before-after-container:hover {
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6), 0 0 30px rgba(212, 175, 55, 0.4);
}

.ba-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.ba-before {
  background-image: url('car_before.webp');
}

.ba-after {
  background-image: url('car_after.webp');
  width: 50%;
  border-left: 3px solid var(--gold-primary);
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.6);
}

.ba-label {
  position: absolute;
  top: 20px;
  padding: 6px 14px;
  background: rgba(0, 0, 0, 0.75);
  color: #FFFFFF;
  font-size: 0.85rem;
  font-weight: 700;
  border-radius: 20px;
  backdrop-filter: blur(4px);
}

.ba-label.before-label {
  right: 20px;
}

html[dir="ltr"] .ba-label.before-label {
  right: auto;
  left: 20px;
}

.ba-label.after-label {
  left: 20px;
  background: var(--gold-primary);
  color: #FFFFFF;
}

html[dir="ltr"] .ba-label.after-label {
  left: auto;
  right: 20px;
}

.ba-slider-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 4px;
  background: var(--gold-primary);
  cursor: ew-resize;
  transform: translateX(-50%);
  z-index: 10;
}

.ba-handle-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  background: #FFFFFF;
  border: 3px solid var(--gold-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-primary);
  box-shadow: var(--shadow-gold);
}

/* Branches Section */
.branches-section {
  padding: 90px 0;
  background: var(--bg-primary);
}

.branches-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.branch-card {
  background: var(--bg-secondary);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-md);
  padding: 35px 25px;
  text-align: center;
}

.branch-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--gold-gradient);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin: 0 auto 20px auto;
}

.branch-card h3 {
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.branch-address {
  font-size: 0.92rem;
  color: var(--text-muted);
  margin-bottom: 15px;
}

.branch-hours {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #FFFFFF;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.88rem;
  border: 1px solid var(--border-light);
}

.branch-hours i {
  color: var(--gold-primary);
}

/* Calculator & Form CSS */
.calc-section {
  padding: 90px 0;
  background-color: var(--bg-secondary);
}

.calc-card {
  background: #FFFFFF;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: var(--shadow-md);
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
}

.calc-step {
  margin-bottom: 25px;
}

.calc-step h4 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.car-type-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.option-box {
  border: 2px solid var(--border-light);
  border-radius: var(--radius-sm);
  padding: 14px 10px;
  text-align: center;
  cursor: pointer;
  transition: var(--transition);
}

.option-box i {
  font-size: 1.5rem;
  color: var(--text-muted);
  margin-bottom: 6px;
  display: block;
}

.option-box span {
  font-size: 0.85rem;
  font-weight: 700;
}

.option-box:hover, .option-box.selected {
  border-color: var(--gold-primary);
  background: var(--gold-light);
}

.option-box.selected i, .option-box.selected span {
  color: var(--gold-primary);
}

.service-checkboxes {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.checkbox-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: var(--transition);
}

.checkbox-label:hover {
  background: var(--bg-secondary);
}

.checkbox-label input {
  accent-color: var(--gold-primary);
  width: 18px;
  height: 18px;
}

.calc-summary {
  background: var(--bg-secondary);
  border-radius: var(--radius-md);
  padding: 30px;
  border: 1px solid var(--border-gold);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.summary-header {
  border-bottom: 1px solid var(--border-light);
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.summary-list {
  list-style: none;
  margin-bottom: 20px;
}

.summary-list li {
  display: flex;
  justify-content: space-between;
  font-size: 0.95rem;
  margin-bottom: 10px;
  color: var(--text-muted);
}

.summary-list li strong {
  color: var(--text-main);
}

.total-box {
  background: #FFFFFF;
  padding: 15px;
  border-radius: var(--radius-sm);
  margin-bottom: 20px;
  text-align: center;
  border: 1px solid var(--border-light);
}

.total-box label {
  font-size: 0.85rem;
  color: var(--text-muted);
  display: block;
}

.total-box .price {
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--gold-primary);
}

.contact-section {
  padding: 90px 0;
  background: var(--bg-primary);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.info-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.info-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--gold-light);
  border: 1px solid var(--gold-primary);
  color: var(--gold-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.contact-form-card {
  background: #FFFFFF;
  border-radius: var(--radius-md);
  padding: 35px;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border-light);
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.form-control {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-sm);
  font-size: 0.95rem;
  outline: none;
  transition: var(--transition);
}

.form-control:focus {
  border-color: var(--gold-primary);
  box-shadow: 0 0 0 3px var(--gold-glow);
}

/* Gallery Section */
.gallery-section {
  padding: 90px 0;
  background: var(--bg-primary);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
}

.gallery-item {
  border-radius: var(--radius-md);
  overflow: hidden;
  position: relative;
  height: 280px;
  box-shadow: var(--shadow-sm);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
  color: #FFFFFF;
  opacity: 0;
  transition: var(--transition);
}

.gallery-item:hover img {
  transform: scale(1.08);
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-overlay h4 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.gallery-overlay p {
  font-size: 0.88rem;
  color: var(--gold-primary);
}

/* Luxury Centered Footer */
.site-footer {
  background: var(--bg-dark-accent);
  color: #FFFFFF;
  padding: 70px 0 30px 0;
  border-top: 2px solid var(--gold-primary);
  text-align: center;
}

.footer-centered {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.footer-brand-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.footer-logo,
.footer-logo-img {
  height: 60px;
  width: auto;
  object-fit: contain;
}

.logo-text-footer {
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--gold-primary) !important;
  letter-spacing: 0.5px;
}

.logo-text-footer span {
  color: var(--gold-primary);
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  margin-top: -4px;
}

.footer-tagline {
  color: #94A3B8;
  font-size: 0.95rem;
  max-width: 550px;
}

.footer-social-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.social-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(212, 175, 55, 0.3);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  transition: var(--transition);
}

.social-btn:hover {
  background: var(--gold-gradient);
  color: #FFFFFF;
  transform: translateY(-3px);
  box-shadow: var(--shadow-gold);
}

.footer-payment-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 18px 24px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.pay-pill {
  background: #FFFFFF;
  color: #0B0F19;
  font-weight: 800;
  font-size: 0.85rem;
  padding: 6px 16px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(255,255,255,0.3);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.pay-pill.tamara {
  background: #FFFFFF;
  color: #BE185D;
  border: 1px solid #F472B6;
}

.pay-pill.tabby {
  background: #FFFFFF;
  color: #1D4ED8;
  border: 1px solid #60A5FA;
}

.pay-pill.applepay {
  background: #1A1A1A;
  color: #FFFFFF;
  border: 1px solid #555;
}

.pay-pill.mada {
  background: #FFFFFF;
  color: #047857;
  border: 1px solid #34D399;
}

.pay-pill.mastercard {
  background: #FFFFFF;
  color: #EB001B;
  border: 1px solid #EB001B;
}

.pay-pill.visa {
  background: #1A1F71;
  color: #FFFFFF;
  border: 1px solid #1A1F71;
}

.pay-pill.bank {
  background: #FFFFFF;
  color: #0B0F19;
  border: 1px solid #D4AF37;
}

.footer-links-center {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  font-size: 0.92rem;
  color: #94A3B8;
  margin: 10px 0;
}

.footer-links-center a {
  color: #CBD5E1;
  font-weight: 600;
}

.footer-links-center a:hover {
  color: var(--gold-primary);
}

.footer-links-center span {
  color: var(--gold-primary);
}

.footer-guarantee-badges {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.gbadge {
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid var(--gold-primary);
  color: var(--gold-primary);
  font-size: 0.85rem;
  font-weight: 700;
  padding: 6px 18px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.footer-bottom-line {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  width: 100%;
  padding-top: 20px;
  margin-top: 10px;
  color: #64748B;
  font-size: 0.85rem;
}

.whatsapp-float {
  position: fixed;
  bottom: 30px;
  left: 30px;
  width: 60px;
  height: 60px;
  background: #25D366;
  color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  z-index: 999;
  transition: var(--transition);
}

html[dir="ltr"] .whatsapp-float {
  left: auto;
  right: 30px;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

/* Mobile & Tablet Styles */
@media (max-width: 992px) {
  .hero-grid, .about-grid, .calc-card, .contact-grid {
    grid-template-columns: 1fr;
  }

  .floating-card {
    position: static;
    margin-top: 15px;
    max-width: 100%;
  }

}

@media (max-width: 600px) {
  .hero-content h1 {
    font-size: 2.1rem;
  }
  .values-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-links-center {
    flex-direction: column;
    gap: 8px;
  }
  .footer-links-center span {
    display: none;
  }
}

/* ============================================================
   DARK MODE SYSTEM — Full Luxury Dark/Gold Theme Overhaul
   ============================================================ */
[data-theme="dark"] {
  --bg-primary: #0A0E17;
  --bg-secondary: #111726;
  --bg-card: #172033;
  --bg-dark-accent: #05080E;

  --text-main: #F8FAFC;
  --text-muted: #94A3B8;
  --text-white: #FFFFFF;
  --text-gold: #E5C158;

  --border-light: #1E293B;
  --border-gold: rgba(212, 175, 55, 0.4);

  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.5);
  --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.6);
  --shadow-lg: 0 16px 32px rgba(0, 0, 0, 0.8);
  --shadow-gold: 0 4px 20px rgba(212, 175, 55, 0.25);
}

[data-theme="dark"] body {
  background-color: var(--bg-primary);
  color: var(--text-main);
}

/* Header & Nav Dark Mode */
[data-theme="dark"] .site-header {
  background: rgba(10, 14, 23, 0.96) !important;
  border-bottom: 1px solid rgba(212, 175, 55, 0.3) !important;
}

[data-theme="dark"] .logo-text { display: none !important;
  color: #FFFFFF !important;
}

[data-theme="dark"] .nav-link {
  color: #CBD5E1 !important;
}

[data-theme="dark"] .nav-link:hover,
[data-theme="dark"] .nav-link.active {
  color: var(--gold-primary) !important;
}

[data-theme="dark"] .menu-toggle {
  color: #FFFFFF !important;
}

/* Hero Section Dark Mode */
[data-theme="dark"] .hero-section {
  background: linear-gradient(180deg, #0A0E17 0%, #111726 100%) !important;
}

[data-theme="dark"] .hero-content h1 {
  color: #FFFFFF !important;
}

[data-theme="dark"] .hero-content p {
  color: #94A3B8 !important;
}

[data-theme="dark"] .hero-card-img {
  border-color: rgba(212, 175, 55, 0.4) !important;
}

[data-theme="dark"] .floating-card {
  background: rgba(23, 32, 51, 0.95) !important;
  border-color: var(--gold-primary) !important;
  color: #FFFFFF !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5) !important;
}

[data-theme="dark"] .floating-card h4 {
  color: #FFFFFF !important;
}

[data-theme="dark"] .floating-card p {
  color: #94A3B8 !important;
}

[data-theme="dark"] .hero-stats {
  border-top-color: rgba(255, 255, 255, 0.1) !important;
}

[data-theme="dark"] .stat-item p {
  color: #94A3B8 !important;
}

/* About & Values Dark Mode */
[data-theme="dark"] .about-section {
  background: var(--bg-secondary) !important;
}

[data-theme="dark"] .about-card {
  background: var(--bg-card) !important;
  border-color: rgba(212, 175, 55, 0.3) !important;
  color: var(--text-main) !important;
}

[data-theme="dark"] .about-card h2 {
  color: #FFFFFF !important;
}

[data-theme="dark"] .about-card p {
  color: #94A3B8 !important;
}

[data-theme="dark"] .value-item {
  background: var(--bg-card) !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFFFFF !important;
}

[data-theme="dark"] .value-item h4 {
  color: #FFFFFF !important;
}

[data-theme="dark"] .value-item:hover {
  border-color: var(--gold-primary) !important;
}

/* Services & Cards Dark Mode */
[data-theme="dark"] .services-section {
  background: var(--bg-primary) !important;
}

[data-theme="dark"] .section-header h2 {
  color: #FFFFFF !important;
}

[data-theme="dark"] .section-header p {
  color: #94A3B8 !important;
}

[data-theme="dark"] .main-service-card {
  background: var(--bg-card) !important;
  border-color: rgba(212, 175, 55, 0.3) !important;
  color: var(--text-main) !important;
}

[data-theme="dark"] .main-service-card h3 {
  color: #FFFFFF !important;
}

[data-theme="dark"] .main-service-card .service-desc {
  color: #94A3B8 !important;
}

[data-theme="dark"] .main-service-card:hover {
  border-color: var(--gold-primary) !important;
  box-shadow: 0 12px 30px rgba(212, 175, 55, 0.25) !important;
}

/* Additional Services Dark Mode */
[data-theme="dark"] .additional-services-section {
  background: var(--bg-primary) !important;
}

[data-theme="dark"] .add-service-card {
  background: var(--bg-card) !important;
  border-color: rgba(212, 175, 55, 0.3) !important;
}

[data-theme="dark"] .add-service-card h4 {
  color: #FFFFFF !important;
}

[data-theme="dark"] .add-service-card .add-icon {
  background: rgba(212, 175, 55, 0.12) !important;
  color: var(--gold-primary) !important;
  border-color: var(--gold-primary) !important;
}

/* Branches Dark Mode */
[data-theme="dark"] .branches-section {
  background: var(--bg-secondary) !important;
}

[data-theme="dark"] .branch-card {
  background: var(--bg-card) !important;
  border-color: rgba(212, 175, 55, 0.3) !important;
  color: var(--text-main) !important;
}

[data-theme="dark"] .branch-card h3 {
  color: #FFFFFF !important;
}

[data-theme="dark"] .branch-address {
  color: #94A3B8 !important;
}

[data-theme="dark"] .branch-hours {
  color: var(--gold-primary) !important;
  background: rgba(212, 175, 55, 0.1) !important;
  border: 1px solid rgba(212, 175, 55, 0.3) !important;
}

/* Packages Page & Calculator Dark Mode */
[data-theme="dark"] .packages-section,
[data-theme="dark"] .calc-section,
[data-theme="dark"] .calculator-section {
  background: var(--bg-primary) !important;
}

[data-theme="dark"] .calc-card {
  background: var(--bg-card) !important;
  border-color: rgba(212, 175, 55, 0.3) !important;
}

[data-theme="dark"] .calc-step h4 {
  color: #FFFFFF !important;
}

[data-theme="dark"] .checkbox-label {
  background: #0B0F19 !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
  color: #FFFFFF !important;
}

[data-theme="dark"] .checkbox-label:hover {
  background: rgba(212, 175, 55, 0.1) !important;
  border-color: var(--gold-primary) !important;
}

[data-theme="dark"] .checkbox-label span {
  color: #FFFFFF !important;
}

[data-theme="dark"] .checkbox-label strong {
  color: var(--gold-primary) !important;
}

[data-theme="dark"] .package-card {
  background: var(--bg-card) !important;
  border-color: rgba(212, 175, 55, 0.3) !important;
}

[data-theme="dark"] .package-card h3,
[data-theme="dark"] .package-price .price-amount {
  color: #FFFFFF !important;
}

[data-theme="dark"] .package-features li {
  color: #CBD5E1 !important;
  border-bottom-color: rgba(255, 255, 255, 0.08) !important;
}

[data-theme="dark"] .option-box {
  background: #0B0F19 !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
  color: #FFFFFF !important;
}

[data-theme="dark"] .option-box i {
  color: var(--gold-primary) !important;
}

[data-theme="dark"] .option-box span {
  color: #FFFFFF !important;
}

[data-theme="dark"] .option-box.selected {
  border-color: var(--gold-primary) !important;
  background: rgba(212, 175, 55, 0.15) !important;
}

[data-theme="dark"] .option-box.selected span {
  color: var(--gold-primary) !important;
}

[data-theme="dark"] .calc-summary {
  background: var(--bg-card) !important;
  border-color: var(--border-gold) !important;
}

[data-theme="dark"] .calc-summary h3 {
  color: #FFFFFF !important;
}

[data-theme="dark"] .calc-summary li {
  border-bottom-color: rgba(255, 255, 255, 0.08) !important;
  color: #94A3B8 !important;
}

[data-theme="dark"] .calc-summary li strong {
  color: #FFFFFF !important;
}

/* Gallery & Contact Pages Dark Mode */
[data-theme="dark"] .gallery-section,
[data-theme="dark"] .contact-section {
  background: var(--bg-primary) !important;
}

[data-theme="dark"] .gallery-card,
[data-theme="dark"] .contact-info-card,
[data-theme="dark"] .contact-form-card {
  background: var(--bg-card) !important;
  border-color: rgba(212, 175, 55, 0.3) !important;
}

[data-theme="dark"] .contact-info-card h3,
[data-theme="dark"] .contact-form-card h2 {
  color: #FFFFFF !important;
}

[data-theme="dark"] .form-group label {
  color: #CBD5E1 !important;
}

[data-theme="dark"] .form-group input,
[data-theme="dark"] .form-group select,
[data-theme="dark"] .form-group textarea {
  background: #0A0E17 !important;
  border-color: rgba(212, 175, 55, 0.3) !important;
  color: #FFFFFF !important;
}

[data-theme="dark"] .form-group input:focus,
[data-theme="dark"] .form-group select:focus,
[data-theme="dark"] .form-group textarea:focus {
  border-color: var(--gold-primary) !important;
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.2) !important;
}

/* Booking & Warranty Dark Mode */
[data-theme="dark"] .booking-steps,
[data-theme="dark"] .booking-why-section,
[data-theme="dark"] .faq-section {
  background: var(--bg-secondary) !important;
}

[data-theme="dark"] .booking-form-section,
[data-theme="dark"] .warranty-section,
[data-theme="dark"] .claim-section,
[data-theme="dark"] .how-to-claim,
[data-theme="dark"] .cta-section {
  background: var(--bg-primary) !important;
}

[data-theme="dark"] .how-to-claim h2,
[data-theme="dark"] .faq-section h2,
[data-theme="dark"] .cta-section h2,
[data-theme="dark"] .booking-why-section h2 {
  color: #FFFFFF !important;
}

[data-theme="dark"] .booking-form-card,
[data-theme="dark"] .step-card,
[data-theme="dark"] .why-card,
[data-theme="dark"] .warranty-card,
[data-theme="dark"] .claim-step-card,
[data-theme="dark"] .faq-item,
[data-theme="dark"] .value-item {
  background: var(--bg-card) !important;
  border-color: rgba(212, 175, 55, 0.3) !important;
  color: #FFFFFF !important;
}

[data-theme="dark"] .booking-form-card h2,
[data-theme="dark"] .step-card h4,
[data-theme="dark"] .why-card h4,
[data-theme="dark"] .warranty-card h3,
[data-theme="dark"] .claim-step-card h4,
[data-theme="dark"] .faq-item summary,
[data-theme="dark"] .value-item h4 {
  color: #FFFFFF !important;
}

[data-theme="dark"] .booking-form-card > p,
[data-theme="dark"] .step-card p,
[data-theme="dark"] .why-card p,
[data-theme="dark"] .warranty-card p,
[data-theme="dark"] .claim-step-card p,
[data-theme="dark"] .faq-answer {
  color: #94A3B8 !important;
}

[data-theme="dark"] .warranty-list li {
  color: #E2E8F0 !important;
  border-bottom-color: rgba(255, 255, 255, 0.08) !important;
}


/* Subpage Banners Dark Mode */
[data-theme="dark"] .page-banner {
  background: linear-gradient(180deg, #05080E 0%, #0A0E17 100%) !important;
  border-bottom-color: rgba(212, 175, 55, 0.2) !important;
}

[data-theme="dark"] .page-banner h1 {
  color: #FFFFFF !important;
}

[data-theme="dark"] .page-banner p {
  color: #94A3B8 !important;
}

/* Gold Badges & Theme Toggle Button */
[data-theme="dark"] .badge-gold {
  background: rgba(212, 175, 55, 0.15) !important;
  border-color: var(--gold-primary) !important;
  color: #F1C40F !important;
}

.theme-toggle-btn {
  background: rgba(212, 175, 55, 0.1);
  border: 1.5px solid var(--gold-primary);
  border-radius: 50%;
  width: 38px;
  height: 38px;
  cursor: pointer;
  color: var(--gold-primary);
  font-size: 1.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}

.theme-toggle-btn {
  background: rgba(212, 175, 55, 0.12);
  border: 1.5px solid var(--gold-primary);
  border-radius: 50%;
  width: 38px;
  height: 38px;
  cursor: pointer;
  color: var(--gold-primary);
  font-size: 1.05rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  transform: none !important;
}

.theme-toggle-btn i {
  transition: color 0.3s ease;
}

/* Footer Dark Mode */
[data-theme="dark"] .site-footer {
  background: #05070E !important;
  border-top: 1px solid rgba(212, 175, 55, 0.2);
}

[data-theme="dark"] .footer-tagline,
[data-theme="dark"] .footer-links-center a,
[data-theme="dark"] .footer-bottom-line p {
  color: #94A3B8 !important;
}

[data-theme="dark"] .footer-links-center a:hover {
  color: var(--gold-primary) !important;
}

[data-theme="dark"] .gbadge {
  background: rgba(212, 175, 55, 0.1) !important;
  border-color: rgba(212, 175, 55, 0.3) !important;
  color: #F1C40F !important;
}

[data-theme="dark"] .pay-pill {
  background: #111726 !important;
  border-color: rgba(212, 175, 55, 0.3) !important;
  color: #E2E8F0 !important;
}


/* ============================================================
   PROMO BAR - Styling (position:fixed defined in Header section above)
   ============================================================ */
.promo-bar {
  background: var(--gold-gradient);
  color: #0B0F19;
  text-align: center;
  padding: 10px 20px;
  font-size: 0.85rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.promo-bar .promo-text { letter-spacing: 0.02em; }
.promo-bar .countdown {
  background: rgba(0,0,0,0.15);
  border-radius: 6px;
  padding: 3px 12px;
  font-variant-numeric: tabular-nums;
  font-size: 0.9rem;
  font-weight: 800;
}
.promo-bar .promo-close {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  color: #0B0F19;
  opacity: 0.7;
  padding: 4px;
}
html[dir="ltr"] .promo-bar .promo-close { left: auto; right: 12px; }
.promo-bar .promo-cta {
  background: #0B0F19;
  color: var(--gold-primary);
  border-radius: 6px;
  padding: 4px 14px;
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
  transition: var(--transition);
}
.promo-bar .promo-cta:hover { background: #fff; color: #0B0F19; }


/* ============================================================
   STATS COUNTER SECTION
   ============================================================ */
.stats-section {
  background: var(--bg-dark-accent);
  padding: 60px 0;
  border-top: 1px solid var(--border-gold);
  border-bottom: 1px solid var(--border-gold);
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  background: var(--border-gold);
}
@media (max-width: 768px) { .stats-grid { grid-template-columns: repeat(2, 1fr); } }
.stat-counter-card {
  background: var(--bg-dark-accent);
  padding: 40px 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.stat-counter-card::before {
  content: '';
  position: absolute;
  bottom: 0; left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 2px;
  background: var(--gold-gradient);
  border-radius: 99px;
}
.stat-counter-number {
  font-size: 3.2rem;
  font-weight: 900;
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 8px;
  font-family: 'Montserrat', sans-serif;
}
.stat-counter-label {
  color: #94A3B8;
  font-size: 0.9rem;
  font-weight: 500;
}

/* ============================================================
   VIDEO SECTION
   ============================================================ */
.video-section {
  padding: 80px 0;
  background: var(--bg-secondary);
}
.video-section-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
@media (max-width: 768px) { .video-section-grid { grid-template-columns: 1fr; } }
.video-wrapper {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-gold);
  aspect-ratio: 16/9;
  background: #000;
}
.video-wrapper iframe,
.video-wrapper video {
  width: 100%; height: 100%;
  border: none;
  object-fit: cover;
  display: block;
}
.video-play-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition);
}
.video-play-overlay:hover { background: rgba(0,0,0,0.15); }
.video-play-overlay .play-btn {
  width: 72px; height: 72px;
  border-radius: 50%;
  background: var(--gold-gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #fff;
  box-shadow: 0 0 40px rgba(212,175,55,0.5);
  transition: var(--transition);
}
.video-play-overlay:hover .play-btn { transform: scale(1.12); }
.video-content h2 { margin-bottom: 16px; }
.video-content p { color: var(--text-muted); margin-bottom: 24px; }

/* ============================================================
   GIFT VOUCHER / PROMO BANNER
   ============================================================ */
.voucher-section {
  padding: 80px 0;
  background: var(--bg-primary);
}
.voucher-banner {
  background: var(--gold-gradient);
  border-radius: var(--radius-lg);
  padding: 60px 48px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.voucher-banner::before {
  content: '';
  position: absolute;
  top: -40%; right: -10%;
  width: 300px; height: 300px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
}
@media (max-width: 768px) { .voucher-banner { grid-template-columns: 1fr; padding: 36px 24px; } }
.voucher-text h2 { color: #0B0F19; font-size: 2rem; margin-bottom: 12px; }
.voucher-text p { color: rgba(11,15,25,0.75); font-size: 1rem; }
.voucher-amount {
  text-align: center;
  background: rgba(11,15,25,0.12);
  border-radius: var(--radius-md);
  padding: 24px 36px;
  flex-shrink: 0;
}
.voucher-amount .currency { font-size: 1.4rem; font-weight: 800; color: #0B0F19; }
.voucher-amount .amount { font-size: 5rem; font-weight: 900; color: #0B0F19; line-height: 1; font-family: 'Montserrat', sans-serif; }
.voucher-amount .label { font-size: 0.85rem; color: rgba(11,15,25,0.7); font-weight: 600; }
.voucher-cta {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #0B0F19;
  color: var(--gold-primary);
  border-radius: var(--radius-sm);
  padding: 12px 28px;
  font-weight: 700;
  font-size: 0.95rem;
  transition: var(--transition);
}
.voucher-cta:hover { background: #fff; color: #0B0F19; transform: translateY(-2px); }

/* ============================================================
   QUICK ACTIONS (احجز الان - 3 cards on Home)
   ============================================================ */
.quick-actions-section {
  padding: 80px 0;
  background: var(--bg-dark-accent);
}
.quick-actions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 768px) { .quick-actions-grid { grid-template-columns: 1fr; } }
.quick-action-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-lg);
  padding: 40px 32px;
  text-align: center;
  transition: var(--transition);
  cursor: pointer;
  text-decoration: none;
  display: block;
  color: var(--text-white);
}
.quick-action-card:hover {
  background: rgba(212,175,55,0.08);
  transform: translateY(-4px);
  box-shadow: var(--shadow-gold);
  border-color: var(--gold-primary);
}
.quick-action-card .qa-icon {
  width: 72px; height: 72px;
  border-radius: 50%;
  background: var(--gold-gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: #fff;
  margin: 0 auto 20px;
  box-shadow: var(--shadow-gold);
}
.quick-action-card h3 { font-size: 1.3rem; margin-bottom: 10px; color: #fff; }
.quick-action-card p { color: #94A3B8; font-size: 0.9rem; }

/* ============================================================
   BOOKING PAGE STYLES
   ============================================================ */
.booking-steps-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}
@media (max-width: 768px) { .booking-steps-row { grid-template-columns: 1fr; } }
.step-card {
  background: var(--bg-card);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-md);
  padding: 28px 24px;
  text-align: center;
  transition: var(--transition);
}
.step-card .step-number {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: var(--gold-gradient);
  color: #fff;
  font-size: 1.3rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.step-card h4 { margin-bottom: 8px; font-size: 1rem; }
.step-card p { color: var(--text-muted); font-size: 0.85rem; }

.booking-form-section { padding: 80px 0; }
.booking-form-card {
  background: var(--bg-card);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-lg);
  padding: 48px;
  box-shadow: var(--shadow-lg);
  max-width: 760px;
  margin: 0 auto;
}
@media (max-width: 768px) { .booking-form-card { padding: 24px 16px; } }
.booking-form-card h2 {
  font-size: 1.6rem;
  margin-bottom: 8px;
}
.booking-form-card > p {
  color: var(--text-muted);
  margin-bottom: 32px;
  font-size: 0.95rem;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 600px) { .form-row { grid-template-columns: 1fr; } }
.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}
.form-group label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-muted);
}
.form-group input,
.form-group select,
.form-group textarea {
  border: 1.5px solid var(--border-light);
  border-radius: var(--radius-sm);
  padding: 12px 14px;
  font-family: var(--font-main);
  font-size: 0.9rem;
  color: var(--text-main);
  background: var(--bg-secondary);
  transition: var(--transition);
  outline: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--gold-primary);
  box-shadow: 0 0 0 3px var(--gold-glow);
}
.form-group textarea { resize: vertical; min-height: 100px; }

/* ============================================================
   WARRANTY PAGE STYLES
   ============================================================ */
.warranty-section { padding: 80px 0; }
.warranty-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 60px;
}
@media (max-width: 900px) { .warranty-grid { grid-template-columns: 1fr; } }
.warranty-card {
  background: var(--bg-card);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  box-shadow: var(--shadow-md);
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}
.warranty-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--gold-gradient);
}
.warranty-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-gold); }
.warranty-icon {
  width: 60px; height: 60px;
  border-radius: 50%;
  background: var(--gold-glow);
  border: 1px solid var(--border-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--gold-primary);
  margin-bottom: 20px;
}
.warranty-badge {
  display: inline-block;
  background: var(--gold-gradient);
  color: #0B0F19;
  border-radius: 999px;
  padding: 3px 14px;
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 14px;
}
.warranty-card h3 { margin-bottom: 10px; font-size: 1.1rem; }
.warranty-card p { color: var(--text-muted); font-size: 0.88rem; margin-bottom: 16px; }
.warranty-list { list-style: none; padding: 0; margin: 0 0 16px; }
.warranty-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 7px 0;
  border-bottom: 1px solid var(--border-light);
  font-size: 0.85rem;
  color: var(--text-main);
}
.warranty-list li:last-child { border-bottom: none; }
.warranty-list li::before {
  content: '✓';
  color: var(--gold-primary);
  font-weight: 800;
  flex-shrink: 0;
  margin-top: 1px;
}
.warranty-note { font-size: 0.78rem; color: var(--text-muted); font-style: italic; }

.claim-steps-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 24px;
}
@media (max-width: 768px) { .claim-steps-row { grid-template-columns: 1fr; } }

.faq-section { padding: 60px 0; background: var(--bg-secondary); }
.faq-item {
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  margin-bottom: 12px;
  overflow: hidden;
  background: var(--bg-card);
}
.faq-item summary {
  padding: 18px 24px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  font-size: 0.95rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item[open] summary { color: var(--gold-primary); }
.faq-item summary::after { content: '+'; font-size: 1.3rem; color: var(--gold-primary); }
.faq-item[open] summary::after { content: '−'; }
.faq-answer { padding: 0 24px 18px; color: var(--text-muted); font-size: 0.88rem; }

.warranty-cta-section {
  padding: 80px 0;
  text-align: center;
  background: var(--bg-dark-accent);
}
.warranty-cta-section h2 { color: #fff; font-size: 2rem; margin-bottom: 12px; }
.warranty-cta-section p { color: #94A3B8; margin-bottom: 32px; }

/* Nav Highlight Link */
.nav-link-highlight {
  color: var(--gold-primary) !important;
  font-weight: 700;
  border: 1.5px solid var(--gold-primary);
  border-radius: var(--radius-sm);
  padding: 4px 14px !important;
  transition: var(--transition);
}
.nav-link-highlight:hover {
  background: var(--gold-primary);
  color: #fff !important;
}


/* Booking Form Full-Width Step Cards */
.booking-banner { background: linear-gradient(135deg, #0B0F19 0%, #1E293B 100%); }
.booking-steps { padding: 60px 0 0; background: var(--bg-secondary); }
.booking-why-section { padding: 80px 0; background: var(--bg-secondary); }
.booking-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 24px;
}
@media (max-width: 900px) { .booking-why-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px) { .booking-why-grid { grid-template-columns: 1fr; } }
.why-card {
  background: var(--bg-card);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-md);
  padding: 24px 20px;
  text-align: center;
  transition: var(--transition);
}
.why-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-gold); }
.why-card i { font-size: 1.8rem; color: var(--gold-primary); margin-bottom: 12px; }
.why-card h4 { font-size: 0.9rem; margin-bottom: 6px; }
.why-card p { font-size: 0.78rem; color: var(--text-muted); }

/* Warranty Claim Steps */
.claim-section { padding: 60px 0; }
.claim-step-card {
  background: var(--bg-card);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-md);
  padding: 28px;
  text-align: center;
}
.claim-step-card .step-number {
  width: 50px; height: 50px;
  border-radius: 50%;
  background: var(--gold-gradient);
  color: #fff;
  font-size: 1.3rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.claim-step-card h4 { margin-bottom: 8px; }
.claim-step-card p { color: var(--text-muted); font-size: 0.85rem; }

/* ============================================================
   INTERACTIVE SHOWCASE SECTION (Dettaglio Auto Clone + 3D Effects)
   ============================================================ */
.interactive-showcase-section {
  padding: 90px 0;
  background: var(--bg-dark-accent);
}

.showcase-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 28px;
}
@media (max-width: 992px) {
  .showcase-cards-grid { grid-template-columns: 1fr; }
}

.showcase-card {
  position: relative;
  height: 440px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border-gold);
  box-shadow: var(--shadow-md);
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-decoration: none;
  color: #fff;
}
.showcase-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-gold);
  border-color: var(--gold-primary);
}

.showcase-card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease, background-image 0.4s ease;
}
.showcase-card:hover .showcase-card-bg {
  transform: scale(1.06);
}

.showcase-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(11,15,25,0.95) 0%, rgba(11,15,25,0.3) 60%, transparent 100%);
  z-index: 1;
}
.showcase-card-overlay.red-glow {
  background: linear-gradient(to top, rgba(139,0,0,0.9) 0%, rgba(11,15,25,0.6) 60%, rgba(0,0,0,0.3) 100%);
}

.showcase-card-content {
  position: relative;
  z-index: 2;
  padding: 32px 28px;
}
.showcase-card-content.center-content {
  text-align: center;
}

.showcase-card h3 {
  font-size: 1.8rem;
  font-weight: 900;
  color: #fff;
  margin-bottom: 6px;
}
.showcase-card p {
  color: #94A3B8;
  font-size: 0.92rem;
  margin-bottom: 20px;
}

/* Card 1: Media Toggles */
.media-toggle-btns {
  display: flex;
  gap: 12px;
}
.media-btn {
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.2);
  color: #fff;
  border-radius: var(--radius-sm);
  padding: 10px 20px;
  font-size: 0.88rem;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition);
}
.media-btn:hover, .media-btn.active {
  background: var(--gold-gradient);
  color: #0B0F19;
  border-color: var(--gold-primary);
}

/* Card 2: Customizer */
.customizer-img-wrapper {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.customizer-img-wrapper img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.shine-effect {
  position: absolute;
  top: -100%; left: -100%;
  width: 50%; height: 300%;
  background: linear-gradient(135deg, transparent, rgba(255,255,255,0.4), transparent);
  transform: rotate(45deg);
  pointer-events: none;
}
.shine-effect.active {
  animation: shineAnimation 0.8s ease-in-out;
}
@keyframes shineAnimation {
  0% { left: -100%; top: -100%; }
  100% { left: 150%; top: 150%; }
}

.color-palette {
  display: flex;
  gap: 12px;
  margin-bottom: 18px;
}
.color-swatch {
  width: 32px; height: 32px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.4);
  cursor: pointer;
  transition: var(--transition);
}
.color-swatch:hover, .color-swatch.active {
  transform: scale(1.25);
  border-color: var(--gold-primary);
  box-shadow: 0 0 12px var(--gold-primary);
}

.sc-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(8px);
  border: 1px solid var(--border-gold);
  color: var(--gold-primary);
  padding: 10px 24px;
  border-radius: var(--radius-sm);
  font-weight: 700;
  font-size: 0.88rem;
  transition: var(--transition);
  text-decoration: none;
}
.sc-cta-btn:hover, .sc-cta-btn.highlight {
  background: var(--gold-gradient);
  color: #0B0F19;
  border-color: var(--gold-primary);
}

/* Card 3: Booking Pulse Icon */
.pulse-calendar-icon {
  width: 72px; height: 72px;
  border-radius: var(--radius-md);
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  color: #fff;
  margin: 0 auto 20px;
  animation: pulseGlow 2s infinite ease-in-out;
}
@keyframes pulseGlow {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 rgba(212,175,55,0); }
  50% { transform: scale(1.08); box-shadow: 0 0 30px rgba(212,175,55,0.6); }
}

/* 360° Studio Tour Card */
.tour-360-card {
  position: relative;
  height: 260px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border-gold);
  box-shadow: var(--shadow-md);
  cursor: pointer;
  transition: var(--transition);
}
.tour-360-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-gold);
}
.tour-360-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.8s ease;
}
.tour-360-card:hover .tour-360-bg {
  transform: scale(1.04);
}
.tour-360-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(11,15,25,0.92) 0%, rgba(11,15,25,0.4) 60%, transparent 100%);
}
html[dir="rtl"] .tour-360-overlay {
  background: linear-gradient(270deg, rgba(11,15,25,0.92) 0%, rgba(11,15,25,0.4) 60%, transparent 100%);
}
.tour-360-content {
  position: relative;
  z-index: 2;
  padding: 40px 48px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 600px;
}
.badge-360 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
  font-weight: 900;
  font-size: 0.9rem;
}
.badge-red {
  background: #E74C3C;
  color: #fff;
  padding: 2px 10px;
  border-radius: 4px;
}
.tour-360-content h3 {
  font-size: 1.8rem;
  font-weight: 900;
  color: #fff;
  margin-bottom: 6px;
}
.tour-360-content p {
  color: #94A3B8;
  font-size: 0.92rem;
  margin-bottom: 20px;
}




/* ============================================================
   LANDING PAGE (ADVERTISEMENT MARKETING LAYOUT)
   ============================================================ */

/* Landing Header Pill CTA */
.header-wa-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1.5px solid var(--gold-primary);
  border-radius: 50px;
  padding: 6px 18px;
  color: var(--text-main);
  text-decoration: none;
  font-size: 0.88rem;
  transition: var(--transition);
  background: rgba(212, 175, 55, 0.08);
}
.header-wa-pill i {
  color: #25D366;
  font-size: 1.3rem;
}
.header-wa-pill .wa-pill-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.header-wa-pill .wa-label {
  font-size: 0.72rem;
  color: var(--gold-primary);
  font-weight: 700;
}
.header-wa-pill .wa-num {
  font-weight: 800;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.5px;
}
.header-wa-pill:hover {
  background: var(--gold-primary);
  color: #0B0F19;
}
.header-wa-pill:hover i,
.header-wa-pill:hover .wa-label {
  color: #0B0F19;
}

/* Landing Hero Section */
.landing-hero-section {
  background: #0B0F19;
  padding: 60px 0 80px 0;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(212, 175, 55, 0.2);
}
.landing-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
@media (max-width: 991px) {
  .landing-hero-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
}

/* Slider */
.landing-hero-slider {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(212, 175, 55, 0.3);
  aspect-ratio: 16/10;
  background: #000;
}
.landing-hero-slider .slider-track {
  width: 100%;
  height: 100%;
  position: relative;
}
.landing-hero-slider .slide-item {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.landing-hero-slider .slide-item.active {
  opacity: 1;
}
.landing-hero-slider .slide-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.landing-hero-slider .slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(11, 15, 25, 0.7);
  border: 1px solid var(--border-gold);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  transition: var(--transition);
}
.landing-hero-slider .slider-arrow:hover {
  background: var(--gold-primary);
  color: #0B0F19;
}
.landing-hero-slider .slider-arrow.prev { right: 15px; }
.landing-hero-slider .slider-arrow.next { left: 15px; }

.slider-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}
.slider-dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: var(--transition);
}
.slider-dots .dot.active {
  background: var(--gold-primary);
  width: 24px;
  border-radius: 10px;
}

/* Landing Hero Content (Right) */
.landing-hero-content {
  text-align: right;
}
.landing-hero-title {
  font-size: 2.8rem;
  font-weight: 900;
  color: #FFFFFF;
  line-height: 1.25;
  margin-bottom: 12px;
}
.landing-hero-title span {
  color: var(--gold-primary);
}
.landing-hero-sub {
  font-size: 1.2rem;
  color: #94A3B8;
  margin-bottom: 28px;
  font-weight: 600;
}

/* 4 Badges Row */
.hero-badges-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 35px;
}
@media (max-width: 576px) {
  .hero-badges-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
.hero-badge-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
}
.hero-badge-item .badge-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid var(--gold-primary);
  color: var(--gold-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}
.hero-badge-item span {
  font-size: 0.82rem;
  font-weight: 700;
  color: #F1F5F9;
}

/* Big WA Button */
.btn-landing-hero-wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: var(--gold-gradient);
  color: #0B0F19;
  font-weight: 800;
  font-size: 1.15rem;
  padding: 16px 40px;
  border-radius: var(--radius-md);
  text-decoration: none;
  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.35);
  transition: var(--transition);
  width: 100%;
  max-width: 360px;
}
.btn-landing-hero-wa i {
  font-size: 1.5rem;
  color: #25D366;
}
.btn-landing-hero-wa:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(212, 175, 55, 0.5);
  background: #FFF;
  color: #0B0F19;
}

/* 4 Feature Strip Cards (Light Theme) */
.landing-features-strip {
  padding: 40px 0;
  background: #F8FAFC;
  border-bottom: 1px solid #E2E8F0;
}
.features-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 991px) {
  .features-strip-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .features-strip-grid {
    grid-template-columns: 1fr;
  }
}
.strip-card {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: var(--radius-md);
  padding: 20px 18px;
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  transition: var(--transition);
}
.strip-card:hover {
  transform: translateY(-4px);
  border-color: var(--gold-primary);
  box-shadow: 0 10px 25px rgba(212, 175, 55, 0.15);
}
.strip-card-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.12);
  color: var(--gold-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
}
.strip-card-info h4 {
  font-size: 0.95rem;
  font-weight: 800;
  color: #0B0F19;
  margin-bottom: 4px;
}
.strip-card-info p {
  font-size: 0.8rem;
  color: #64748B;
}

/* Section Header for Landing */
.landing-section-header {
  text-align: center;
  margin-bottom: 45px;
}
.landing-section-header h2 {
  font-size: 2.2rem;
  font-weight: 900;
  color: #FFFFFF;
  position: relative;
  display: inline-block;
}
[data-theme="light"] .landing-section-header h2 {
  color: #0B0F19;
}
.section-gold-line {
  width: 70px;
  height: 4px;
  background: var(--gold-gradient);
  border-radius: 99px;
  margin: 12px auto 0 auto;
}

/* Landing Services Grid */
.landing-services-section {
  padding: 80px 0;
  background: #0B0F19;
}
.landing-services-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
@media (max-width: 1200px) {
  .landing-services-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
  .landing-services-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .landing-services-grid { grid-template-columns: 1fr; }
}

.landing-service-card {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 16px;
  text-decoration: none;
  border: 1px solid rgba(212, 175, 55, 0.3);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  transition: var(--transition);
}
.landing-service-card:hover {
  transform: translateY(-6px);
  border-color: var(--gold-primary);
  box-shadow: 0 12px 30px rgba(212, 175, 55, 0.3);
}
.landing-service-card .service-card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease;
}
.landing-service-card:hover .service-card-bg {
  transform: scale(1.08);
}
.landing-service-card .service-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 15, 25, 0.2) 0%, rgba(11, 15, 25, 0.92) 100%);
}
.landing-service-card .service-card-content {
  position: relative;
  z-index: 2;
  text-align: center;
}
.landing-service-card .service-card-badge {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.15);
  border: 1px solid var(--gold-primary);
  color: var(--gold-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin: 0 auto 10px auto;
}
.landing-service-card h3 {
  font-size: 1.15rem;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 6px;
}
.landing-service-card p {
  font-size: 0.8rem;
  color: #CBD5E1;
  line-height: 1.35;
}

/* Landing Branches Grid */
.landing-branches-section {
  padding: 80px 0;
  background: #111827;
  border-top: 1px solid rgba(212, 175, 55, 0.2);
}
.landing-branches-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 991px) {
  .landing-branches-grid { grid-template-columns: 1fr; }
}

.landing-branch-card {
  background: #FFFFFF;
  border-radius: var(--radius-md);
  padding: 24px 20px;
  border: 1px solid #E2E8F0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.branch-card-header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}
.branch-loc-icon {
  font-size: 1.6rem;
  color: var(--gold-primary);
  margin-top: 2px;
}
.branch-title-wrap h3 {
  font-size: 1.25rem;
  font-weight: 800;
  color: #0B0F19;
  margin-bottom: 4px;
}
.branch-phone-link {
  font-size: 0.95rem;
  font-weight: 700;
  color: #0B0F19;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.btn-branch-map {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--gold-gradient);
  color: #0B0F19;
  font-weight: 800;
  font-size: 0.88rem;
  padding: 10px 20px;
  border-radius: var(--radius-sm);
  text-decoration: none;
  margin-bottom: 16px;
  transition: var(--transition);
  width: 100%;
}
.btn-branch-map:hover {
  background: #0B0F19;
  color: var(--gold-primary);
}
.branch-map-frame {
  border-radius: var(--radius-sm);
  overflow: hidden;
  border: 1px solid #E2E8F0;
}

/* Dark Customer Service Card */
.landing-cs-card {
  background: #0B0F19;
  border: 1.5px solid var(--gold-primary);
  border-radius: var(--radius-md);
  padding: 30px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}
.cs-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid var(--gold-primary);
  color: var(--gold-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 12px;
}
.landing-cs-card h3 {
  font-size: 1.35rem;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 8px;
}
.cs-phone-num {
  font-size: 1.25rem;
  font-weight: 900;
  color: var(--gold-primary);
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn-cs-wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #25D366;
  color: #FFFFFF;
  font-weight: 800;
  font-size: 0.95rem;
  padding: 12px 24px;
  border-radius: var(--radius-sm);
  text-decoration: none;
  width: 100%;
  margin-bottom: 12px;
  transition: var(--transition);
}
.btn-cs-wa:hover {
  background: #1EBE57;
  transform: translateY(-2px);
}
.btn-cs-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: transparent;
  border: 1.5px solid var(--gold-primary);
  color: var(--gold-primary);
  font-weight: 800;
  font-size: 0.95rem;
  padding: 10px 24px;
  border-radius: var(--radius-sm);
  text-decoration: none;
  width: 100%;
  transition: var(--transition);
}
.btn-cs-call:hover {
  background: var(--gold-primary);
  color: #0B0F19;
}

/* Landing Testimonials Section */
.landing-testimonials-section {
  padding: 80px 0;
  background: #0B0F19;
}
.testimonials-slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}
.testi-arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-gold);
  color: #FFF;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
  transition: var(--transition);
}
.testi-arrow:hover {
  background: var(--gold-primary);
  color: #0B0F19;
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
}
@media (max-width: 991px) {
  .testimonials-grid { grid-template-columns: 1fr; }
}

.testimonial-card {
  background: #1A2235;
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: var(--radius-md);
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}
.star-rating {
  color: #F59E0B;
  font-size: 1.1rem;
  margin-bottom: 14px;
  display: flex;
  justify-content: center;
  gap: 4px;
}
.review-text {
  font-size: 0.95rem;
  color: #E2E8F0;
  line-height: 1.6;
  margin-bottom: 24px;
  font-style: italic;
}
.reviewer-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.reviewer-text h4 {
  font-size: 1rem;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 2px;
}
.reviewer-text span {
  font-size: 0.8rem;
  color: var(--gold-primary);
}
.reviewer-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.15);
  border: 1px solid var(--gold-primary);
  color: var(--gold-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

/* Final Landing CTA Conversion Banner */
.landing-cta-banner {
  padding: 90px 0;
  background: linear-gradient(180deg, rgba(11, 15, 25, 0.85) 0%, rgba(11, 15, 25, 0.98) 100%), url('car_black.webp');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  border-top: 1px solid rgba(212, 175, 55, 0.3);
  text-align: center;
}
.cta-banner-content h2 {
  font-size: 2.8rem;
  font-weight: 900;
  color: #FFFFFF;
  margin-bottom: 12px;
}
.cta-banner-content p {
  font-size: 1.2rem;
  color: #CBD5E1;
  margin-bottom: 35px;
}
.cta-banner-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.btn-banner-wa {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #25D366;
  color: #FFFFFF;
  font-weight: 800;
  font-size: 1.05rem;
  padding: 14px 36px;
  border-radius: var(--radius-sm);
  text-decoration: none;
  transition: var(--transition);
}
.btn-banner-wa:hover {
  background: #1EBE57;
  transform: translateY(-2px);
}
.btn-banner-call {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  border: 1.5px solid #FFFFFF;
  color: #FFFFFF;
  font-weight: 800;
  font-size: 1.05rem;
  padding: 14px 36px;
  border-radius: var(--radius-sm);
  text-decoration: none;
  transition: var(--transition);
}
.btn-banner-call:hover {
  background: #FFFFFF;
  color: #0B0F19;
}

/* Landing Footer */
.landing-footer {
  padding: 40px 0 30px 0;
  background: #060912;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.landing-footer .footer-social-bar {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 24px;
}
.landing-footer .footer-logo-img {
  height: 50px;
  width: auto;
  margin-bottom: 16px;
}
.landing-footer .footer-bottom-copy {
  color: #64748B;
  font-size: 0.85rem;
}


/* ============================================================
   SAUDI ADVERTISING LANDING PAGE (BRAND IDENTITY DESIGN)
   ============================================================ */

.landing-hero-light {
  padding: 60px 0 80px 0;
  background: linear-gradient(180deg, #FAF9F6 0%, #FFFFFF 100%);
  border-bottom: 1px solid var(--border-light);
}

.landing-hero-btns {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 25px;
}
@media (max-width: 576px) {
  .landing-hero-btns {
    flex-direction: column;
  }
  .landing-hero-btns .btn-lg {
    width: 100%;
    justify-content: center;
  }
}

/* Service Card Brand Styling */
.landing-service-card-brand {
  background: var(--bg-card, #FFFFFF);
  border: 1px solid var(--border-light, #E2E8F0);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  transition: var(--transition);
  display: flex;
  flex-direction: column;
}
.landing-service-card-brand:hover {
  transform: translateY(-6px);
  border-color: var(--gold-primary);
  box-shadow: var(--shadow-gold, 0 12px 30px rgba(212, 175, 55, 0.25));
}
.landing-service-card-brand .card-img-wrap {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.landing-service-card-brand .card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.landing-service-card-brand:hover .card-img-wrap img {
  transform: scale(1.08);
}
.landing-service-card-brand .card-badge-top {
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--gold-primary);
  color: #0B0F19;
  font-size: 0.78rem;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 50px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.landing-service-card-brand .card-body {
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}
.landing-service-card-brand h3 {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--text-main, #0B0F19);
  margin-bottom: 8px;
}
.landing-service-card-brand p {
  font-size: 0.88rem;
  color: var(--text-muted, #64748B);
  line-height: 1.5;
  margin-bottom: 18px;
}
.landing-service-card-brand .card-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.landing-service-card-brand .card-actions .btn-sm {
  padding: 8px 16px;
  font-size: 0.85rem;
  flex: 1;
  justify-content: center;
}

/* Why Choose Section */
.landing-why-section {
  padding: 80px 0;
  background: #FAF9F6;
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 991px) {
  .why-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 576px) {
  .why-grid { grid-template-columns: 1fr; }
}
.why-card {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: var(--radius-md);
  padding: 28px 20px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  transition: var(--transition);
}
.why-card:hover {
  transform: translateY(-5px);
  border-color: var(--gold-primary);
  box-shadow: 0 10px 25px rgba(212, 175, 55, 0.15);
}
.why-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid var(--gold-primary);
  color: var(--gold-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin: 0 auto 16px auto;
}
.why-card h3 {
  font-size: 1.05rem;
  font-weight: 800;
  color: #0B0F19;
  margin-bottom: 8px;
}
.why-card p {
  font-size: 0.85rem;
  color: #64748B;
  line-height: 1.5;
}


/* ============================================================
   STRICT CONTRAST & COLOR RULES FOR LANDING PAGE (LIGHT & DARK THEMES)
   Colors allowed: Black (#0B0F19), Gold (#D4AF37), White (#FFFFFF)
   ============================================================ */

/* 1. LIGHT HERO SECTION (Background: #FAF9F6) */
.landing-hero-light {
  background: #FAF9F6 !important;
}
.landing-hero-light .landing-hero-title {
  color: #0B0F19 !important;
}
.landing-hero-light .landing-hero-title span {
  color: #D4AF37 !important;
}
.landing-hero-light .landing-hero-sub {
  color: #1E293B !important;
}
.landing-hero-light .hero-badge-item span {
  color: #0B0F19 !important;
  font-weight: 800 !important;
}
.landing-hero-light .hero-badge-item .badge-icon {
  background: rgba(212, 175, 55, 0.15) !important;
  border-color: #D4AF37 !important;
  color: #D4AF37 !important;
}

/* 2. LIGHT FEATURES STRIP (Background: #F8FAFC) */
.landing-features-strip {
  background: #F8FAFC !important;
}
.landing-features-strip .strip-card {
  background: #FFFFFF !important;
  border: 1px solid #E2E8F0 !important;
}
.landing-features-strip .strip-card-info h4 {
  color: #0B0F19 !important;
}
.landing-features-strip .strip-card-info p {
  color: #334155 !important;
}
.landing-features-strip .strip-card-icon {
  background: rgba(212, 175, 55, 0.15) !important;
  color: #D4AF37 !important;
}

/* 3. LIGHT WHY CHOOSE US SECTION (Background: #FAF9F6) */
.landing-why-section {
  background: #FAF9F6 !important;
}
.landing-why-section .section-header h2 {
  color: #0B0F19 !important;
}
.landing-why-section .section-header h2 span {
  color: #D4AF37 !important;
}
.landing-why-section .section-header p {
  color: #334155 !important;
}
.landing-why-section .why-card {
  background: #FFFFFF !important;
  border: 1px solid #E2E8F0 !important;
}
.landing-why-section .why-card h3 {
  color: #0B0F19 !important;
}
.landing-why-section .why-card p {
  color: #334155 !important;
}
.landing-why-section .why-icon {
  background: rgba(212, 175, 55, 0.15) !important;
  border-color: #D4AF37 !important;
  color: #D4AF37 !important;
}

/* 4. DARK SERVICES SHOWCASE SECTION (Background: #0B0F19) */
.landing-services-section {
  background: #0B0F19 !important;
}
.landing-services-section .section-header h2 {
  color: #FFFFFF !important;
}
.landing-services-section .section-header h2 span {
  color: #D4AF37 !important;
}
.landing-services-section .section-header p {
  color: #CBD5E1 !important;
}
.landing-services-section .landing-service-card-brand {
  background: #1A2235 !important;
  border: 1px solid rgba(212, 175, 55, 0.3) !important;
}
.landing-services-section .landing-service-card-brand h3 {
  color: #FFFFFF !important;
}
.landing-services-section .landing-service-card-brand p {
  color: #E2E8F0 !important;
}

/* 5. DARK BRANCHES SECTION (Background: #111827) */
.branches-section {
  background: #111827 !important;
}
.branches-section .section-header h2 {
  color: #FFFFFF !important;
}
.branches-section .section-header h2 span {
  color: #D4AF37 !important;
}
.branches-section .section-header p {
  color: #CBD5E1 !important;
}
.branches-section .branch-card {
  background: #FFFFFF !important;
}
.branches-section .branch-card h3 {
  color: #0B0F19 !important;
}
.branches-section .branch-card .branch-address {
  color: #334155 !important;
}
.branches-section .branch-card .branch-phone-link {
  color: #0B0F19 !important;
}
.branches-section .branch-card .branch-hours span,
.branches-section .branch-card .branch-hours strong {
  color: #0B0F19 !important;
}

/* 6. DARK TESTIMONIALS SECTION (Background: #0B0F19) */
.landing-testimonials-section {
  background: #0B0F19 !important;
}
.landing-testimonials-section .section-header h2 {
  color: #FFFFFF !important;
}
.landing-testimonials-section .section-header h2 span {
  color: #D4AF37 !important;
}
.landing-testimonials-section .section-header p {
  color: #CBD5E1 !important;
}
.landing-testimonials-section .testimonial-card {
  background: #1A2235 !important;
  border: 1px solid rgba(212, 175, 55, 0.3) !important;
}
.landing-testimonials-section .testimonial-card .review-text {
  color: #F1F5F9 !important;
}
.landing-testimonials-section .testimonial-card .reviewer-text h4 {
  color: #FFFFFF !important;
}
.landing-testimonials-section .testimonial-card .reviewer-text span {
  color: #D4AF37 !important;
}

/* 7. DARK CTA CONVERSION BANNER (Background: #0B0F19 Overlay) */
.landing-cta-banner {
  background: linear-gradient(180deg, rgba(11, 15, 25, 0.88) 0%, rgba(11, 15, 25, 0.98) 100%), url('car_black.webp') !important;
  background-size: cover !important;
  background-position: center !important;
}
.landing-cta-banner h2 {
  color: #FFFFFF !important;
}
.landing-cta-banner p {
  color: #CBD5E1 !important;
}


/* ============================================================
   PERFECT MOBILE RESPONSIVE DRAWER & HEADER OFFSET OVERHAUL
   ============================================================ */




/* Payment Methods Box in Contact Page */
.payment-methods-box {
  text-align: center;
  margin-top: 40px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(212, 175, 55, 0.15);
  border-radius: 12px;
}
.payment-methods-box h4 {
  color: var(--gold-primary);
  margin-bottom: 20px;
  font-size: 1.1rem;
}
.payment-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
}


/* Hide drawer logo on desktop */
.mobile-drawer-logo { display: none !important; }
