/* ============================================================
   DOUG & DANNY VTS — Complete Stylesheet
   Modern Dark Theme | Bilingual RTL/LTR Support
   ============================================================ */

/* --- CSS Custom Properties --- */
:root {
  --bg-primary: #0a0a0a;
  --bg-secondary: #111111;
  --bg-card: #1a1a1a;
  --bg-elevated: #222222;
  --bg-glass: rgba(26, 26, 26, 0.85);
  --gold: #c8a96e;
  --gold-light: #dfc08a;
  --gold-dark: #a68b4b;
  --gold-glow: rgba(200, 169, 110, 0.15);
  --gold-glow-strong: rgba(200, 169, 110, 0.3);
  --text-primary: #ffffff;
  --text-secondary: #b0b0b0;
  --text-muted: #888888;
  --text-dim: #555555;
  --border-color: rgba(200, 169, 110, 0.15);
  --border-light: rgba(255, 255, 255, 0.06);
  --success: #4a9e6d;
  --error: #e74c3c;
  --font-heading: 'Inter', 'Cairo', sans-serif;
  --font-body: 'Cairo', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-xl: 32px;
  --shadow-sm: 0 2px 8px rgba(0,0,0,0.3);
  --shadow-md: 0 4px 20px rgba(0,0,0,0.4);
  --shadow-lg: 0 8px 40px rgba(0,0,0,0.5);
  --shadow-gold: 0 4px 20px rgba(200, 169, 110, 0.2);
  --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --max-width: 1200px;
  --header-height: 130px;
}

/* Arabic-specific overrides */
html[lang="ar"] {
  --font-heading: 'Cairo', sans-serif;
  --font-body: 'Cairo', sans-serif;
}

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

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

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

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

html[lang="ar"] body {
  font-size: 17px;
  line-height: 1.85;
  letter-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  color: var(--text-primary);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.6em;
}

h1 { font-size: clamp(2.2rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.5rem); }
h3 { font-size: clamp(1.2rem, 2.5vw, 1.5rem); }
h4 { font-size: 1.125rem; }

p { margin-bottom: 1.2em; }

a {
  color: var(--gold);
  text-decoration: none;
  transition: color var(--transition);
}
a:hover { color: var(--gold-light); }

.whatsapp-float {
  position: fixed;
  inset-inline-end: clamp(16px, 3vw, 28px);
  bottom: clamp(16px, 3vw, 28px);
  z-index: 1000;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  min-height: 58px;
  padding-block: 6px;
  padding-inline: 7px 20px;
  border: 1px solid rgba(37, 211, 102, 0.46);
  border-radius: 999px;
  background: rgba(12, 18, 15, 0.9);
  color: #fff;
  font-weight: 800;
  line-height: 1;
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.38), 0 0 24px rgba(37, 211, 102, 0.16);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float::before {
  content: "";
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #25d366 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' d='M16.01 3.2A12.72 12.72 0 0 0 5.07 22.4L3.5 28.8l6.55-1.52A12.72 12.72 0 1 0 16.01 3.2Zm0 2.32a10.4 10.4 0 0 1 8.84 15.88 10.39 10.39 0 0 1-13.92 3.7l-.47-.28-3.88.9.93-3.73-.31-.49A10.4 10.4 0 0 1 16 5.52Zm-4.4 4.8c-.22 0-.58.08-.88.4-.3.34-1.16 1.13-1.16 2.76s1.19 3.2 1.35 3.43c.17.22 2.3 3.68 5.66 5 .8.32 1.42.51 1.9.65.8.25 1.53.21 2.1.13.64-.1 1.97-.8 2.24-1.58.28-.77.28-1.43.2-1.58-.08-.14-.3-.22-.64-.39-.33-.16-1.97-.97-2.27-1.08-.3-.11-.52-.16-.74.17-.22.33-.85 1.08-1.04 1.3-.2.22-.38.25-.72.08-.33-.16-1.4-.52-2.68-1.65-.99-.88-1.66-1.98-1.85-2.31-.2-.33-.02-.51.15-.68.15-.15.33-.38.5-.58.16-.19.22-.33.33-.55.11-.22.05-.41-.03-.58-.08-.16-.74-1.78-1.01-2.44-.27-.64-.54-.55-.74-.56h-.63Z'/%3E%3C/svg%3E") center / 32px 32px no-repeat;
  box-shadow: 0 0 0 5px rgba(37, 211, 102, 0.12);
}

html[dir="rtl"] .whatsapp-float {
  padding-inline: 20px 7px;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  color: #fff;
  background: rgba(18, 28, 22, 0.96);
  border-color: rgba(37, 211, 102, 0.82);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.44), 0 0 30px rgba(37, 211, 102, 0.24);
  transform: translateY(-2px);
}

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

ul, ol { list-style: none; }

/* --- Accessibility --- */
.skip-link {
  position: absolute;
  top: -100%;
  inset-inline-start: 50%;
  transform: translateX(-50%);
  background: var(--gold);
  color: var(--bg-primary);
  padding: 12px 24px;
  z-index: 10000;
  font-weight: 600;
  border-radius: 0 0 var(--radius-sm) var(--radius-sm);
  transition: top var(--transition);
}
[dir="rtl"] .skip-link { transform: translateX(50%); }
.skip-link:focus { top: 0; outline: 3px solid var(--text-primary); }

*:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
  border-radius: 2px;
}

/* --- Utility Classes --- */
.container {
  width: 100%;
  max-width: var(--max-width);
  margin-inline: auto;
  padding-inline: 24px;
}

.section {
  padding-block: 100px;
}

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

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

.section-header .label {
  display: inline-block;
  color: var(--gold);
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 16px;
}

html[lang="ar"] .section-header .label {
  letter-spacing: 0;
  font-size: 0.95rem;
}

.section-header h2 {
  margin-bottom: 20px;
}

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

.gold-line {
  width: 60px;
  height: 3px;
  background: var(--gold);
  margin-inline: auto;
  margin-bottom: 24px;
  border-radius: 2px;
}

.text-gold { color: var(--gold); }
.text-center { text-align: center; }

/* --- Buttons --- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 32px;
  border-radius: var(--radius-sm);
  font-weight: 600;
  font-size: 0.95rem;
  font-family: var(--font-body);
  cursor: pointer;
  border: none;
  transition: all var(--transition);
  text-decoration: none;
  min-height: 48px;
  white-space: nowrap;
}

.btn-primary {
  background: var(--gold);
  color: var(--bg-primary);
}
.btn-primary:hover {
  background: var(--gold-light);
  color: var(--bg-primary);
  transform: translateY(-2px);
  box-shadow: var(--shadow-gold);
}

.btn-outline {
  background: transparent;
  color: var(--gold);
  border: 2px solid var(--gold);
}
.btn-outline:hover {
  background: var(--gold);
  color: var(--bg-primary);
  transform: translateY(-2px);
}

.btn-white {
  background: var(--text-primary);
  color: var(--bg-primary);
}
.btn-white:hover {
  background: var(--gold);
  color: var(--bg-primary);
  transform: translateY(-2px);
}

.btn i, .btn svg {
  font-size: 0.9em;
}

/* --- Header / Navigation --- */
.header {
  position: fixed;
  top: 0;
  inset-inline: 0;
  z-index: 1000;
  height: var(--header-height);
  transition: all var(--transition);
  background: transparent;
}

.header.scrolled {
  background: var(--bg-glass);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border-light);
  box-shadow: var(--shadow-sm);
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--text-primary);
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.3rem;
}

.logo img {
  height: 110px;
  width: auto;
  filter: brightness(0) invert(1);
  transition: opacity var(--transition);
}

.logo:hover img {
  opacity: 0.85;
}

.footer-brand .logo img {
  height: 160px;
  margin-bottom: 20px;
}

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

.nav-links {
  display: flex;
  gap: 28px;
}

.nav-links a {
  color: var(--text-secondary);
  font-size: 0.9rem;
  font-weight: 500;
  position: relative;
  padding-block: 4px;
  transition: color var(--transition);
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  inset-inline-start: 0;
  width: 0;
  height: 2px;
  background: var(--gold);
  transition: width var(--transition);
}

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

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

.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.lang-switch {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
  color: var(--text-secondary);
  font-size: 0.85rem;
  transition: all var(--transition);
}

.lang-switch:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.lang-switch i {
  font-size: 0.8rem;
}

/* Mobile Nav Toggle */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  z-index: 1001;
}

.nav-toggle span {
  width: 24px;
  height: 2px;
  background: var(--text-primary);
  transition: all var(--transition);
  border-radius: 2px;
}

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

/* Mobile Nav */
.nav-mobile {
  display: none;
  position: fixed;
  top: 0;
  inset-inline: 0;
  bottom: 0;
  background: var(--bg-primary);
  z-index: 999;
  padding-top: calc(var(--header-height) + 20px);
  padding-inline: 24px;
  opacity: 0;
  visibility: hidden;
  transition: all var(--transition);
}

.nav-mobile.open {
  opacity: 1;
  visibility: visible;
}

.nav-mobile .nav-links {
  flex-direction: column;
  gap: 0;
}

.nav-mobile .nav-links a {
  display: block;
  padding: 16px 0;
  font-size: 1.2rem;
  border-bottom: 1px solid var(--border-light);
}

.nav-mobile .nav-links a::after { display: none; }

.nav-mobile .mobile-actions {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* --- Hero Section --- */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-top: var(--header-height);
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-bg-image {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10,10,10,0.88) 0%, rgba(10,10,10,0.65) 40%, rgba(10,10,10,0.80) 100%),
              radial-gradient(ellipse at 30% 50%, var(--gold-glow) 0%, transparent 60%);
  z-index: 1;
}

.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, var(--bg-primary) 0%, transparent 20%, transparent 80%, var(--bg-primary) 100%);
  z-index: 2;
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(200, 169, 110, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(200, 169, 110, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  z-index: 0;
}

.hero .container {
  position: relative;
  z-index: 3;
}

.hero-content {
  max-width: 720px;
}

.hero-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 20px;
  background: var(--gold-glow);
  border: 1px solid var(--border-color);
  border-radius: 50px;
  color: var(--gold);
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 28px;
}

html[lang="ar"] .hero-label {
  letter-spacing: 0;
}

.hero h1 {
  margin-bottom: 24px;
  font-weight: 800;
}

.hero h1 .highlight {
  color: var(--gold);
  position: relative;
}

.hero-text {
  font-size: 1.15rem;
  color: var(--text-secondary);
  margin-bottom: 40px;
  max-width: 580px;
  line-height: 1.8;
}

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

.hero-stats {
  display: flex;
  gap: 48px;
  margin-top: 64px;
  padding-top: 40px;
  border-top: 1px solid var(--border-light);
}

.hero-stat .number {
  font-size: 2rem;
  font-weight: 800;
  color: var(--gold);
  font-family: var(--font-heading);
  line-height: 1;
}

.hero-stat .label {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-top: 6px;
}

/* --- Services Grid --- */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.service-card {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  padding: 40px 32px;
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 3px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--transition);
}

[dir="rtl"] .service-card::before {
  transform-origin: right;
}

.service-card:hover {
  border-color: var(--border-color);
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.service-card:hover::before {
  transform: scaleX(1);
}

.service-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gold-glow);
  border-radius: var(--radius-sm);
  color: var(--gold);
  font-size: 1.4rem;
  margin-bottom: 24px;
}

.service-card h3 {
  margin-bottom: 12px;
  font-size: 1.15rem;
}

.service-card p {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin-bottom: 20px;
}

.service-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.service-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.5;
}

.service-features li i {
  color: var(--gold);
  font-size: 0.75rem;
  margin-top: 4px;
  flex-shrink: 0;
}

/* Image + Text Section (side-by-side layout) */
.image-text-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.image-text-section.reversed {
  direction: ltr;
}

[dir="rtl"] .image-text-section.reversed {
  direction: rtl;
}

.image-text-section .section-image {
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
  aspect-ratio: 4/3;
}

.image-text-section .section-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.image-text-section .section-image:hover img {
  transform: scale(1.03);
}

.image-text-section .section-image::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-color);
  pointer-events: none;
}

@media (max-width: 768px) {
  .image-text-section {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.service-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gold);
  font-size: 0.9rem;
  font-weight: 600;
}

.service-link i {
  transition: transform var(--transition);
}

[dir="rtl"] .service-link i {
  transform: scaleX(-1);
}

.service-card:hover .service-link i {
  transform: translateX(4px);
}

[dir="rtl"] .service-card:hover .service-link i {
  transform: scaleX(-1) translateX(4px);
}

/* --- VT Showcase Grid --- */
.vt-showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.vt-showcase-card {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  aspect-ratio: 3/4;
  cursor: default;
}

.vt-showcase-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

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

.vt-showcase-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(10, 10, 10, 0.85) 100%);
  pointer-events: none;
}

.vt-showcase-card .vt-showcase-label {
  position: absolute;
  bottom: 0;
  inset-inline: 0;
  z-index: 1;
  padding: 24px;
}

.vt-showcase-card .vt-showcase-label h3 {
  font-size: 1.25rem;
  margin-bottom: 6px;
  color: var(--text-primary);
}

.vt-showcase-card .vt-showcase-label p {
  font-size: 0.85rem;
  color: var(--text-secondary);
  margin-bottom: 0;
  line-height: 1.5;
}

.vt-showcase-card .vt-showcase-icon {
  position: absolute;
  top: 16px;
  inset-inline-end: 16px;
  z-index: 1;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(10, 10, 10, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid var(--border-color);
  border-radius: 50%;
  color: var(--gold);
  font-size: 1rem;
}

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

@media (max-width: 768px) {
  .vt-showcase-grid { grid-template-columns: 1fr; }
  .vt-showcase-card { aspect-ratio: 16/10; }
}

/* --- Stats Section --- */
.stats-section {
  background: linear-gradient(135deg, var(--bg-card) 0%, var(--bg-secondary) 100%);
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  text-align: center;
}

.stat-item .stat-number {
  font-size: 2.8rem;
  font-weight: 800;
  color: var(--gold);
  font-family: var(--font-heading);
  line-height: 1;
  margin-bottom: 8px;
}

.stat-item .stat-label {
  font-size: 0.9rem;
  color: var(--text-muted);
  font-weight: 500;
}

/* --- About / Process Section --- */
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  counter-reset: process;
}

.process-step {
  text-align: center;
  position: relative;
  counter-increment: process;
}

.process-step::before {
  content: counter(process, decimal-leading-zero);
  display: block;
  font-size: 3rem;
  font-weight: 800;
  color: var(--gold-glow-strong);
  font-family: var(--font-heading);
  margin-bottom: 16px;
  line-height: 1;
}

html[lang="ar"] .process-step::before {
  font-family: 'Cairo', sans-serif;
}

.process-step h3 {
  margin-bottom: 12px;
}

.process-step p {
  color: var(--text-muted);
  font-size: 0.9rem;
}

/* --- Brands / Partners --- */
.brands-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 32px;
}

.brand-logo {
  width: 160px;
  height: 80px;
  object-fit: contain;
  opacity: 0.7;
  filter: grayscale(100%) brightness(3);
  transition: all var(--transition);
}

.brand-logo:hover {
  opacity: 1;
  filter: grayscale(0%);
}

/* Individual logo scale adjustments for visual harmony */
.brand-logo[alt="Schindler"] {
  transform: scale(1.5);
}

.brand-logo[alt="KONE"] {
  transform: scale(1.3);
}

.brand-logo[alt="Otis"] {
  transform: scale(1.1);
}

.brand-logo[alt="Fujitec"] {
  transform: scale(1.1);
}

/* --- Clients Grid --- */
.clients-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 36px 48px;
}

.client-logo {
  width: 130px;
  height: 60px;
  object-fit: contain;
  opacity: 0.5;
  filter: grayscale(100%) brightness(2);
  transition: all var(--transition);
}

.client-logo:hover {
  opacity: 1;
  filter: grayscale(0%);
}

/* --- Testimonials --- */
.testimonial-card {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  padding: 40px;
  position: relative;
  max-width: 700px;
  margin-inline: auto;
}

.testimonial-card::before {
  content: '\201C';
  position: absolute;
  top: -10px;
  inset-inline-start: 30px;
  font-size: 5rem;
  color: var(--gold);
  opacity: 0.3;
  font-family: Georgia, serif;
  line-height: 1;
}

.testimonial-text {
  font-size: 1.1rem;
  font-style: italic;
  color: var(--text-secondary);
  margin-bottom: 24px;
  line-height: 1.8;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 16px;
}

.testimonial-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--gold-glow);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-weight: 700;
  font-size: 1.1rem;
}

.testimonial-info .author-name {
  color: var(--text-primary);
  font-weight: 600;
}

.testimonial-info .author-role {
  color: var(--text-muted);
  font-size: 0.85rem;
}

/* --- CTA Banner --- */
.cta-section {
  background: linear-gradient(135deg, var(--bg-card) 0%, var(--bg-elevated) 50%, var(--bg-card) 100%);
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, var(--gold-glow) 0%, transparent 70%);
  z-index: 0;
}

.cta-section .container {
  position: relative;
  z-index: 1;
}

.cta-section h2 { margin-bottom: 16px; }
.cta-section p {
  color: var(--text-muted);
  margin-bottom: 32px;
  max-width: 500px;
  margin-inline: auto;
}

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

/* --- Contact Form --- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

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

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

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 14px 18px;
  background: var(--bg-elevated);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-sm);
  color: var(--text-primary);
  font-family: var(--font-body);
  font-size: 1rem;
  transition: border-color var(--transition);
  min-height: 48px;
}

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

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

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: var(--text-dim);
}

/* iOS fix */
@supports (-webkit-touch-callout: none) {
  .form-group input,
  .form-group textarea,
  .form-group select {
    font-size: 16px;
  }
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-message {
  padding: 14px 20px;
  border-radius: var(--radius-sm);
  margin-top: 16px;
  display: none;
}
.form-message.success {
  background: rgba(74, 158, 109, 0.15);
  border: 1px solid var(--success);
  color: var(--success);
  display: block;
}
.form-message.error {
  background: rgba(231, 76, 60, 0.15);
  border: 1px solid var(--error);
  color: var(--error);
  display: block;
}

/* Contact Info */
.contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.contact-info-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.contact-info-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gold-glow);
  border-radius: var(--radius-sm);
  color: var(--gold);
  font-size: 1.1rem;
}

.contact-info-text h4 {
  color: var(--text-primary);
  margin-bottom: 4px;
  font-size: 0.95rem;
}

.contact-info-text p,
.contact-info-text a {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin-bottom: 0;
}

/* --- FAQ Accordion --- */
.faq-list {
  max-width: 800px;
  margin-inline: auto;
}

.faq-item {
  border-bottom: 1px solid var(--border-light);
}

.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--text-primary);
  font-size: 1.05rem;
  font-weight: 600;
  font-family: var(--font-body);
  text-align: start;
  gap: 16px;
  transition: color var(--transition);
}

.faq-question:hover { color: var(--gold); }

.faq-question i {
  font-size: 0.8rem;
  color: var(--gold);
  transition: transform var(--transition);
  flex-shrink: 0;
}

.faq-item.active .faq-question i {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.faq-item.active .faq-answer {
  max-height: 500px;
}

.faq-answer-content {
  padding-bottom: 24px;
  color: var(--text-muted);
  line-height: 1.8;
}

/* --- Blog / Case Study Cards --- */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.blog-card {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: all var(--transition);
}

.blog-card:hover {
  transform: translateY(-4px);
  border-color: var(--border-color);
  box-shadow: var(--shadow-md);
}

.blog-card-image {
  height: 200px;
  background: var(--bg-elevated);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-dim);
  font-size: 2.5rem;
  overflow: hidden;
}

.blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-card-body {
  padding: 28px;
}

.blog-card-meta {
  display: flex;
  gap: 16px;
  margin-bottom: 12px;
  font-size: 0.8rem;
  color: var(--text-dim);
}

.blog-card-meta .tag {
  color: var(--gold);
  font-weight: 600;
}

.blog-card h3 {
  font-size: 1.1rem;
  margin-bottom: 12px;
  line-height: 1.4;
}

.blog-card p {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* --- Case Study Cards --- */
.case-study-card {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: all var(--transition);
}

.case-study-card:hover {
  border-color: var(--border-color);
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.case-study-image {
  height: 240px;
  overflow: hidden;
  position: relative;
}

.case-study-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.case-study-card:hover .case-study-image img {
  transform: scale(1.05);
}

.case-study-image::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(transparent, var(--bg-card));
}

.case-study-header {
  padding: 32px;
  border-bottom: 1px solid var(--border-light);
}

.case-study-tags {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.case-study-tag {
  padding: 4px 12px;
  background: var(--gold-glow);
  border: 1px solid var(--border-color);
  border-radius: 50px;
  font-size: 0.75rem;
  color: var(--gold);
  font-weight: 600;
}

.case-study-body {
  padding: 32px;
}

.case-study-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 20px;
}

.case-study-stat {
  text-align: center;
  padding: 16px;
  background: var(--bg-elevated);
  border-radius: var(--radius-sm);
}

.case-study-stat .value {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--gold);
  font-family: var(--font-heading);
}

.case-study-stat .desc {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-top: 4px;
}

/* --- Team Section --- */
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.team-card {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  padding: 40px 32px;
  text-align: center;
  transition: all var(--transition);
}

.team-card:hover {
  border-color: var(--border-color);
  transform: translateY(-4px);
}

.team-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: var(--gold-glow);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  margin-bottom: 20px;
  font-size: 2rem;
  color: var(--gold);
  border: 2px solid var(--border-color);
}

.team-card h3 {
  font-size: 1.1rem;
  margin-bottom: 4px;
}

.team-card .role {
  color: var(--gold);
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 16px;
}

.team-card p {
  font-size: 0.9rem;
  color: var(--text-muted);
}

.team-social {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 16px;
}

.team-social a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-light);
  border-radius: 50%;
  color: var(--text-muted);
  font-size: 0.85rem;
  transition: all var(--transition);
}

.team-social a:hover {
  border-color: var(--gold);
  color: var(--gold);
  background: var(--gold-glow);
}

/* --- Values Grid --- */
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.value-card {
  text-align: center;
  padding: 32px;
}

.value-icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gold-glow);
  border-radius: var(--radius-md);
  color: var(--gold);
  font-size: 1.5rem;
  margin-inline: auto;
  margin-bottom: 20px;
}

/* --- Footer --- */
.footer {
  background: var(--bg-secondary);
  border-top: 1px solid var(--border-light);
  padding-top: 80px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 48px;
  padding-bottom: 60px;
  border-bottom: 1px solid var(--border-light);
}

.footer-brand p {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin-top: 16px;
  margin-bottom: 24px;
}

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

.footer-social a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: 50%;
  color: var(--text-muted);
  transition: all var(--transition);
}

.footer-social a:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--bg-primary);
}

.footer-heading {
  color: var(--text-primary);
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 20px;
}

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

.footer-links a {
  color: var(--text-muted);
  font-size: 0.9rem;
  transition: color var(--transition);
}

.footer-links a:hover {
  color: var(--gold);
}

.footer-contact p {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--text-muted);
  font-size: 0.9rem;
  margin-bottom: 12px;
}

.footer-contact i {
  color: var(--gold);
  margin-top: 4px;
  flex-shrink: 0;
}

.footer-bottom {
  padding: 24px 0;
  text-align: center;
  font-size: 0.8rem;
  color: var(--text-dim);
}

/* --- Breadcrumbs --- */
.breadcrumb {
  padding: 120px 0 20px;
  font-size: 0.85rem;
}

.breadcrumb-list {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.breadcrumb-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text-dim);
}

.breadcrumb-list a {
  color: var(--text-muted);
}

.breadcrumb-list a:hover {
  color: var(--gold);
}

.breadcrumb-list .separator {
  color: var(--text-dim);
  font-size: 0.7rem;
}

[dir="rtl"] .breadcrumb-list .separator {
  transform: scaleX(-1);
}

/* --- Page Header --- */
.page-header {
  padding: 140px 0 60px;
  text-align: center;
  background: var(--bg-secondary);
  border-bottom: 1px solid var(--border-light);
  position: relative;
  overflow: hidden;
}

.page-header-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.page-header-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.page-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10,10,10,0.85) 0%, rgba(10,10,10,0.7) 50%, rgba(10,10,10,0.9) 100%),
              radial-gradient(ellipse at 50% 30%, var(--gold-glow) 0%, transparent 60%);
  z-index: 1;
}

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

.page-header h1 {
  margin-bottom: 16px;
}

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

/* --- Scroll Animations --- */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

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

.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

/* --- Map --- */
.map-container {
  width: 100%;
  height: 400px;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--border-light);
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: none;
  filter: grayscale(80%) invert(92%) contrast(83%);
}

/* --- Business Hours Table --- */
.hours-table {
  width: 100%;
}

.hours-table tr {
  border-bottom: 1px solid var(--border-light);
}

.hours-table td {
  padding: 10px 0;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.hours-table td:first-child {
  font-weight: 600;
  color: var(--text-secondary);
}

/* --- Responsive --- */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 40px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
  :root { --header-height: 100px; }

  .logo img { height: 80px; }
  .footer-brand .logo img { height: 120px; }

  .section { padding-block: 60px; }
  .section-header { margin-bottom: 40px; }

  .nav-desktop { display: none; }
  .nav-toggle { display: flex; }
  .nav-mobile { display: block; }

  .hero-content { max-width: 100%; }
  .hero-stats { flex-direction: column; gap: 24px; }
  .hero-buttons { flex-direction: column; }
  .hero-buttons .btn { width: 100%; }

  .services-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .process-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 40px; }
  .team-grid { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .case-study-stats { grid-template-columns: 1fr; }

  .header-actions .btn { display: none; }

  h1 { font-size: 2rem; }
  h2 { font-size: 1.5rem; }
}

@media (max-width: 480px) {
  .container { padding-inline: 16px; }
  .stats-grid { grid-template-columns: 1fr; }
  .brands-grid { flex-wrap: wrap; gap: 24px; }
  .brand-logo { width: 100px; height: 50px; }
}

/* --- Article / Blog Post --- */
.article-content {
  max-width: 800px;
  margin: 0 auto;
}

.article-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
  font-size: 0.9rem;
  color: var(--text-dim);
}

.article-meta .tag {
  color: var(--gold);
  font-weight: 600;
}

.article-content h2 {
  font-size: clamp(1.3rem, 2.5vw, 1.75rem);
  margin-top: 2.5em;
  margin-bottom: 0.6em;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--border-light);
}

.article-content h3 {
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  margin-top: 2em;
  margin-bottom: 0.5em;
}

.article-content p {
  color: var(--text-secondary);
  line-height: 1.85;
  margin-bottom: 1.4em;
}

.article-content strong {
  color: var(--text-primary);
  font-weight: 600;
}

.article-content ul,
.article-content ol {
  margin-bottom: 1.4em;
  padding-inline-start: 24px;
}

.article-content li {
  color: var(--text-secondary);
  line-height: 1.85;
  margin-bottom: 0.5em;
}

.article-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0 32px;
  font-size: 0.9rem;
}

.article-content th {
  background: var(--bg-elevated);
  color: var(--text-primary);
  font-weight: 600;
  text-align: left;
  padding: 12px 16px;
  border: 1px solid var(--border-light);
}

html[dir="rtl"] .article-content th {
  text-align: right;
}

.article-content td {
  padding: 10px 16px;
  border: 1px solid var(--border-light);
  color: var(--text-muted);
}

.article-content tr:hover td {
  background: var(--bg-card);
}

.article-content blockquote {
  border-inline-start: 3px solid var(--gold);
  padding: 16px 24px;
  margin: 24px 0;
  background: var(--bg-card);
  border-radius: var(--radius-sm);
  color: var(--text-muted);
  font-style: italic;
}

.article-cta {
  margin-top: 48px;
  padding: 32px;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  text-align: center;
}

.article-cta h3 {
  margin-bottom: 12px;
}

.article-cta p {
  color: var(--text-muted);
  margin-bottom: 20px;
}

.article-footer {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid var(--border-light);
  font-size: 0.9rem;
  color: var(--text-dim);
  font-style: italic;
}

.article-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 32px;
  color: var(--text-muted);
  font-size: 0.9rem;
  text-decoration: none;
  transition: color var(--transition);
}

.article-back:hover {
  color: var(--gold);
}

/* --- Print Styles --- */
@media print {
  .header, .footer, .nav-mobile, .btn, .cta-section { display: none !important; }
  body { background: #fff; color: #000; }
  h1, h2, h3 { color: #000; }
  a { color: #333; text-decoration: underline; }
  .section { padding-block: 20px; }
}
