/*
Theme Name: مظلات الأصيل
Theme URI: https://mazallat-alaseel.com
Author: محمد
Author URI: #
Description: قالب متخصص ومتميز لشركة مظلات الأصيل للمظلات والسواتر - تصميم احترافي عالي الجودة
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 8.0
License: Commercial
Text Domain: mazallat-alaseel
Tags: rtl-language, arabic, business, one-page, custom-colors
*/

/* ================================================================
   MAZALLAT AL-ASEEL PREMIUM THEME
   Design & Development: محمد
   ================================================================ */

:root {
  --navy:       #0B1F3A;
  --navy-dark:  #071529;
  --navy-mid:   #122847;
  --gold:       #D4AF37;
  --gold-light: #E8CC6A;
  --gold-dark:  #B8941F;
  --white:      #FFFFFF;
  --gray-50:    #F8F9FA;
  --gray-100:   #F0F2F5;
  --gray-200:   #E2E6EA;
  --gray-400:   #9AA3AF;
  --gray-600:   #5A6473;
  --gray-800:   #2D3748;
  --text-main:  #1A2537;
  --text-muted: #6B7A8F;
  --radius-sm:  6px;
  --radius-md:  12px;
  --radius-lg:  20px;
  --shadow-sm:  0 2px 8px rgba(11,31,58,0.08);
  --shadow-md:  0 8px 32px rgba(11,31,58,0.12);
  --shadow-lg:  0 20px 60px rgba(11,31,58,0.18);
  --shadow-gold:0 4px 24px rgba(212,175,55,0.25);
  --transition: 0.3s cubic-bezier(0.4,0,0.2,1);
  --font-main:  'Cairo', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

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

body {
  font-family: var(--font-main);
  direction: rtl;
  text-align: right;
  background: var(--white);
  color: var(--text-main);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.section-pad { padding: 100px 0; }
.section-pad-sm { padding: 60px 0; }

/* ── SECTION HEADER ── */
.section-header { text-align: center; margin-bottom: 64px; }
.section-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
  position: relative;
  padding: 0 40px;
}
.section-eyebrow::before,
.section-eyebrow::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 28px;
  height: 1px;
  background: var(--gold);
}
.section-eyebrow::before { right: 0; }
.section-eyebrow::after  { left: 0; }

.section-title {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 800;
  color: var(--navy);
  line-height: 1.3;
  margin-bottom: 16px;
}
.section-title span { color: var(--gold); }
.section-desc {
  font-size: 17px;
  color: var(--text-muted);
  max-width: 580px;
  margin: 0 auto;
  line-height: 1.9;
}

/* ── BUTTONS ── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  border-radius: var(--radius-sm);
  font-family: var(--font-main);
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  border: 2px solid transparent;
  transition: var(--transition);
  white-space: nowrap;
}
.btn-primary {
  background: var(--gold);
  color: var(--navy);
  border-color: var(--gold);
  box-shadow: var(--shadow-gold);
}
.btn-primary:hover {
  background: var(--gold-dark);
  border-color: var(--gold-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(212,175,55,0.4);
}
.btn-outline-white {
  background: transparent;
  color: var(--white);
  border-color: rgba(255,255,255,0.5);
}
.btn-outline-white:hover {
  background: rgba(255,255,255,0.1);
  border-color: var(--white);
  transform: translateY(-2px);
}
.btn-whatsapp {
  background: #25D366;
  color: var(--white);
  border-color: #25D366;
}
.btn-whatsapp:hover {
  background: #1ebe5d;
  border-color: #1ebe5d;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(37,211,102,0.4);
}
.btn-navy {
  background: var(--navy);
  color: var(--white);
  border-color: var(--navy);
}
.btn-navy:hover {
  background: var(--navy-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

/* ================================================================
   HEADER / NAVBAR
   ================================================================ */
#site-header {
  position: fixed;
  top: 0; right: 0; left: 0;
  z-index: 1000;
  transition: var(--transition);
}
#site-header.transparent {
  background: transparent;
  padding: 20px 0;
}
#site-header.scrolled {
  background: var(--navy);
  padding: 12px 0;
  box-shadow: 0 4px 24px rgba(11,31,58,0.3);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.site-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.logo-icon {
  width: 48px;
  height: 48px;
  background: var(--gold);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--navy);
  font-size: 22px;
  flex-shrink: 0;
}
.logo-text-wrap { line-height: 1.2; }
.logo-title {
  font-size: 18px;
  font-weight: 800;
  color: var(--white);
  display: block;
}
.logo-subtitle {
  font-size: 11px;
  color: var(--gold-light);
  font-weight: 500;
  letter-spacing: 1px;
}
.main-nav ul {
  display: flex;
  align-items: center;
  gap: 4px;
}
.main-nav a {
  display: block;
  padding: 8px 16px;
  color: rgba(255,255,255,0.85);
  font-size: 14px;
  font-weight: 600;
  border-radius: var(--radius-sm);
  transition: var(--transition);
}
.main-nav a:hover,
.main-nav .current-menu-item > a {
  color: var(--gold);
  background: rgba(212,175,55,0.1);
}
.header-cta { display: flex; align-items: center; gap: 12px; }
.header-cta .btn { padding: 10px 22px; font-size: 14px; }

/* Burger */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
}
.nav-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: var(--transition);
}
.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); }

/* ================================================================
   HERO
   ================================================================ */
#hero {
  min-height: 100vh;
  background: var(--navy);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(11,31,58,0.97) 0%, rgba(7,21,41,0.85) 60%, rgba(18,40,71,0.95) 100%),
    url('assets/images/hero-bg.jpg') center/cover no-repeat;
}
.hero-pattern {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 50%, rgba(212,175,55,0.08) 0%, transparent 60%),
    radial-gradient(circle at 80% 20%, rgba(212,175,55,0.05) 0%, transparent 50%);
}
.hero-grid-lines {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(212,175,55,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(212,175,55,0.04) 1px, transparent 1px);
  background-size: 80px 80px;
}
.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  padding: 120px 0 80px;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(212,175,55,0.12);
  border: 1px solid rgba(212,175,55,0.3);
  color: var(--gold);
  padding: 8px 20px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 28px;
}
.hero-title {
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 900;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 24px;
}
.hero-title .highlight {
  color: var(--gold);
  position: relative;
  display: inline-block;
}
.hero-title .highlight::after {
  content: '';
  position: absolute;
  bottom: 4px;
  right: 0; left: 0;
  height: 3px;
  background: var(--gold);
  border-radius: 2px;
  opacity: 0.4;
}
.hero-desc {
  font-size: 18px;
  color: rgba(255,255,255,0.75);
  line-height: 1.9;
  margin-bottom: 40px;
  max-width: 540px;
}
.hero-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.hero-actions .btn { padding: 16px 36px; font-size: 16px; }

.hero-visual {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.hero-stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.hero-stat-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(212,175,55,0.2);
  border-radius: var(--radius-md);
  padding: 28px 24px;
  text-align: center;
  backdrop-filter: blur(10px);
  transition: var(--transition);
}
.hero-stat-card:hover {
  background: rgba(212,175,55,0.08);
  border-color: rgba(212,175,55,0.4);
  transform: translateY(-4px);
}
.hero-stat-icon {
  font-size: 28px;
  color: var(--gold);
  margin-bottom: 12px;
}
.hero-stat-num {
  font-size: 42px;
  font-weight: 900;
  color: var(--white);
  line-height: 1;
  margin-bottom: 6px;
}
.hero-stat-label {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  font-weight: 600;
}

/* ================================================================
   TRUST BAR
   ================================================================ */
#trust-bar {
  background: var(--gold);
  padding: 0;
  overflow: hidden;
}
.trust-bar-inner {
  display: flex;
  align-items: stretch;
}
.trust-item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 28px 24px;
  border-left: 1px solid rgba(11,31,58,0.12);
  transition: var(--transition);
}
.trust-item:last-child { border-left: none; }
.trust-item:hover { background: rgba(11,31,58,0.06); }
.trust-icon {
  width: 52px;
  height: 52px;
  background: var(--navy);
  color: var(--gold);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}
.trust-text-wrap {}
.trust-num {
  font-size: 32px;
  font-weight: 900;
  color: var(--navy);
  line-height: 1;
  display: block;
}
.trust-label {
  font-size: 13px;
  font-weight: 700;
  color: rgba(11,31,58,0.7);
  display: block;
}

/* ================================================================
   SERVICES
   ================================================================ */
#services { background: var(--gray-50); }
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.service-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  padding: 40px 32px;
  text-align: center;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}
.service-card::before {
  content: '';
  position: absolute;
  top: 0; right: 0; left: 0;
  height: 3px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: right;
  transition: var(--transition);
}
.service-card:hover { border-color: var(--gold); box-shadow: var(--shadow-md); transform: translateY(-6px); }
.service-card:hover::before { transform: scaleX(1); }

.service-icon-wrap {
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
  background: linear-gradient(135deg, var(--navy), var(--navy-mid));
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: var(--gold);
  transition: var(--transition);
}
.service-card:hover .service-icon-wrap {
  background: var(--gold);
  color: var(--navy);
}
.service-title {
  font-size: 20px;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 12px;
}
.service-desc {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 20px;
}
.service-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 700;
  color: var(--gold-dark);
  transition: var(--transition);
}
.service-link i { font-size: 12px; transition: var(--transition); }
.service-link:hover i { transform: translateX(-4px); }

/* ================================================================
   GALLERY WITH FILTERS
   ================================================================ */
#gallery { background: var(--white); }
.gallery-filters {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.filter-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 24px;
  border: 2px solid var(--gray-200);
  border-radius: 100px;
  font-family: var(--font-main);
  font-size: 14px;
  font-weight: 700;
  color: var(--text-muted);
  background: var(--white);
  cursor: pointer;
  transition: var(--transition);
}
.filter-btn:hover { border-color: var(--gold); color: var(--gold-dark); }
.filter-btn.active {
  background: var(--navy);
  border-color: var(--navy);
  color: var(--white);
  box-shadow: var(--shadow-md);
}
.filter-btn.active i { color: var(--gold); }

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.gallery-item {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  aspect-ratio: 4/3;
  cursor: pointer;
  background: var(--gray-100);
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.gallery-item:hover img { transform: scale(1.08); }
.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(11,31,58,0.9) 0%, transparent 60%);
  opacity: 0;
  transition: var(--transition);
  display: flex;
  align-items: flex-end;
  padding: 20px;
}
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay-content {}
.gallery-cat {
  font-size: 11px;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 4px;
}
.gallery-name { font-size: 15px; font-weight: 700; color: var(--white); }
.gallery-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--gray-400);
  background: linear-gradient(135deg, var(--gray-100), var(--gray-50));
}
.gallery-placeholder i { font-size: 36px; }
.gallery-placeholder span { font-size: 13px; font-weight: 600; }

/* ================================================================
   BEFORE / AFTER
   ================================================================ */
#before-after { background: var(--navy); }
#before-after .section-title { color: var(--white); }
.ba-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.ba-visual {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.ba-slider-wrap {
  position: relative;
  aspect-ratio: 16/10;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--navy-dark);
  user-select: none;
}
.ba-before, .ba-after {
  position: absolute;
  inset: 0;
}
.ba-after { clip-path: inset(0 50% 0 0); transition: none; }
.ba-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  flex-direction: column;
  gap: 12px;
}
.ba-img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  color: var(--gold);
}
.ba-img-placeholder i { font-size: 48px; }
.ba-img-placeholder span { font-size: 15px; font-weight: 700; color: var(--white); }
.ba-img-placeholder.before-ph { background: linear-gradient(135deg, #1a2a40, #0d1d33); }
.ba-img-placeholder.after-ph  { background: linear-gradient(135deg, #0B1F3A, #122847); }

.ba-handle {
  position: absolute;
  top: 0; bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  background: var(--gold);
  cursor: ew-resize;
  z-index: 10;
}
.ba-handle::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  background: var(--gold);
  border-radius: 50%;
  border: 4px solid var(--white);
  box-shadow: var(--shadow-md);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ba-handle-icon {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  color: var(--navy);
  font-size: 16px;
  pointer-events: none;
}
.ba-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
.ba-label {
  font-size: 13px;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 100px;
}
.ba-label.before { background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.6); }
.ba-label.after  { background: var(--gold); color: var(--navy); }

.ba-content { color: var(--white); }
.ba-content .section-eyebrow { margin-bottom: 20px; }
.ba-content .section-title { text-align: right; margin-bottom: 20px; font-size: clamp(26px,3.5vw,40px); }
.ba-list { margin: 28px 0; }
.ba-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-size: 15px;
  color: rgba(255,255,255,0.8);
}
.ba-list li i { color: var(--gold); font-size: 16px; margin-top: 3px; flex-shrink: 0; }

/* ================================================================
   WHY US
   ================================================================ */
#why-us { background: var(--gray-50); }
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.why-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  text-align: center;
  border: 1px solid var(--gray-200);
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}
.why-card::after {
  content: '';
  position: absolute;
  bottom: 0; right: 0; left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  transform: scaleX(0);
  transition: var(--transition);
}
.why-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-8px); }
.why-card:hover::after { transform: scaleX(1); }
.why-icon {
  width: 72px; height: 72px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, rgba(212,175,55,0.1), rgba(212,175,55,0.2));
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: var(--gold-dark);
  transition: var(--transition);
}
.why-card:hover .why-icon { background: var(--navy); color: var(--gold); }
.why-title { font-size: 18px; font-weight: 800; color: var(--navy); margin-bottom: 10px; }
.why-desc { font-size: 14px; color: var(--text-muted); line-height: 1.8; }

/* ================================================================
   TESTIMONIALS
   ================================================================ */
#testimonials { background: var(--white); overflow: hidden; }
.testimonials-slider { position: relative; }
.testimonials-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.testimonial-card {
  background: var(--gray-50);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  transition: var(--transition);
  position: relative;
}
.testimonial-card::before {
  content: '\201C';
  font-size: 80px;
  line-height: 1;
  color: var(--gold);
  opacity: 0.15;
  position: absolute;
  top: 20px;
  left: 28px;
  font-family: Georgia, serif;
}
.testimonial-card:hover { box-shadow: var(--shadow-md); border-color: var(--gold-light); }
.stars { color: var(--gold); font-size: 14px; margin-bottom: 16px; }
.testimonial-text { font-size: 15px; color: var(--gray-600); line-height: 1.9; margin-bottom: 24px; font-style: italic; }
.testimonial-author { display: flex; align-items: center; gap: 14px; }
.author-avatar {
  width: 52px; height: 52px;
  background: linear-gradient(135deg, var(--navy), var(--navy-mid));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 20px;
  font-weight: 800;
  flex-shrink: 0;
}
.author-name { font-size: 15px; font-weight: 800; color: var(--navy); }
.author-loc { font-size: 12px; color: var(--text-muted); }

/* ================================================================
   CTA SECTION
   ================================================================ */
#cta-section {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
#cta-section::before {
  content: '';
  position: absolute;
  top: -50%; right: -20%;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(212,175,55,0.08) 0%, transparent 70%);
}
.cta-inner { text-align: center; position: relative; z-index: 2; }
.cta-inner .section-title { color: var(--white); }
.cta-inner .section-desc { color: rgba(255,255,255,0.7); }
.cta-actions { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; margin-top: 40px; }
.cta-actions .btn { padding: 18px 42px; font-size: 16px; }

/* ================================================================
   CONTACT
   ================================================================ */
#contact { background: var(--gray-50); }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 64px;
  align-items: start;
}
.contact-info-title { font-size: 24px; font-weight: 800; color: var(--navy); margin-bottom: 24px; }
.contact-items { display: flex; flex-direction: column; gap: 20px; margin-bottom: 32px; }
.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  background: var(--white);
  border-radius: var(--radius-md);
  border: 1px solid var(--gray-200);
  transition: var(--transition);
}
.contact-item:hover { border-color: var(--gold); box-shadow: var(--shadow-sm); }
.contact-item-icon {
  width: 48px; height: 48px;
  background: var(--navy);
  color: var(--gold);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}
.contact-item-label { font-size: 12px; color: var(--text-muted); font-weight: 600; margin-bottom: 4px; }
.contact-item-value { font-size: 15px; font-weight: 700; color: var(--navy); }
.contact-social-title { font-size: 14px; font-weight: 700; color: var(--text-muted); margin-bottom: 12px; }
.contact-social { display: flex; gap: 12px; }
.social-btn {
  width: 44px; height: 44px;
  border-radius: var(--radius-sm);
  background: var(--navy);
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: var(--transition);
}
.social-btn:hover { background: var(--gold); color: var(--navy); transform: translateY(-3px); }

/* Contact Form */
.contact-form-wrap {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 48px 40px;
  border: 1px solid var(--gray-200);
  box-shadow: var(--shadow-md);
}
.form-title { font-size: 22px; font-weight: 800; color: var(--navy); margin-bottom: 8px; }
.form-subtitle { font-size: 14px; color: var(--text-muted); margin-bottom: 32px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-size: 13px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.form-control {
  width: 100%;
  padding: 14px 18px;
  border: 2px solid var(--gray-200);
  border-radius: var(--radius-sm);
  font-family: var(--font-main);
  font-size: 15px;
  color: var(--text-main);
  background: var(--white);
  transition: var(--transition);
  direction: rtl;
}
.form-control:focus {
  outline: none;
  border-color: var(--navy);
  box-shadow: 0 0 0 4px rgba(11,31,58,0.08);
}
.form-control::placeholder { color: var(--gray-400); }
textarea.form-control { resize: vertical; min-height: 130px; }
.form-submit { margin-top: 8px; }
.form-submit .btn { width: 100%; justify-content: center; padding: 16px; font-size: 16px; }

/* ================================================================
   MAP
   ================================================================ */
#map-section { padding: 0; }
.map-container {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* ================================================================
   FOOTER
   ================================================================ */
#site-footer { background: var(--navy-dark); color: rgba(255,255,255,0.75); }
.footer-top { padding: 80px 0 60px; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 48px;
}
.footer-about {}
.footer-logo { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.footer-logo .logo-icon { width: 44px; height: 44px; font-size: 18px; }
.footer-about-text { font-size: 14px; line-height: 1.9; color: rgba(255,255,255,0.6); margin-bottom: 24px; }
.footer-social { display: flex; gap: 10px; }
.footer-social a {
  width: 40px; height: 40px;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: var(--radius-sm);
  color: rgba(255,255,255,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: var(--transition);
}
.footer-social a:hover { background: var(--gold); border-color: var(--gold); color: var(--navy); }

.footer-col-title {
  font-size: 16px;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(212,175,55,0.3);
  position: relative;
}
.footer-col-title::after {
  content: '';
  position: absolute;
  bottom: -2px; right: 0;
  width: 40px;
  height: 2px;
  background: var(--gold);
}

.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  transition: var(--transition);
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-links a::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--gold);
  opacity: 0.5;
  transition: var(--transition);
  flex-shrink: 0;
}
.footer-links a:hover { color: var(--gold); padding-right: 4px; }
.footer-links a:hover::before { opacity: 1; }

.footer-contact-list { display: flex; flex-direction: column; gap: 14px; }
.footer-contact-item { display: flex; align-items: flex-start; gap: 12px; }
.footer-contact-item i { color: var(--gold); font-size: 14px; margin-top: 3px; flex-shrink: 0; }
.footer-contact-item span { font-size: 14px; color: rgba(255,255,255,0.6); line-height: 1.6; }

.footer-divider { border: none; border-top: 1px solid rgba(255,255,255,0.08); }
.footer-bottom {
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.footer-copy { font-size: 13px; color: rgba(255,255,255,0.4); }

/* Developer Credit - Premium Styled */
.dev-credit {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.dev-credit-inner {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  border: 1px solid rgba(212,175,55,0.2);
  border-radius: 100px;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  transition: var(--transition);
  cursor: default;
  background: rgba(212,175,55,0.04);
}
.dev-credit-inner:hover {
  border-color: rgba(212,175,55,0.5);
  color: var(--gold-light);
  background: rgba(212,175,55,0.08);
}
.dev-credit-line {
  display: inline-block;
  width: 24px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold));
}
.dev-credit-name {
  font-weight: 800;
  color: var(--gold);
  font-size: 14px;
}

/* ================================================================
   FLOATING WHATSAPP
   ================================================================ */
.wa-float {
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.wa-tooltip {
  background: var(--navy);
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 100px;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-10px);
  transition: var(--transition);
  border: 1px solid rgba(212,175,55,0.2);
}
.wa-float:hover .wa-tooltip { opacity: 1; transform: translateX(0); }
.wa-btn {
  width: 62px; height: 62px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 28px;
  box-shadow: 0 8px 32px rgba(37,211,102,0.45);
  transition: var(--transition);
  animation: waPulse 2.5s infinite;
  text-decoration: none;
}
.wa-btn:hover { transform: scale(1.1); background: #1ebe5d; }

@keyframes waPulse {
  0%   { box-shadow: 0 0 0 0 rgba(37,211,102,0.5); }
  70%  { box-shadow: 0 0 0 18px rgba(37,211,102,0); }
  100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}

/* ================================================================
   SCROLL TO TOP
   ================================================================ */
.scroll-top {
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 999;
  width: 48px; height: 48px;
  background: var(--navy);
  border: 2px solid rgba(212,175,55,0.3);
  color: var(--gold);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  transition: var(--transition);
  opacity: 0;
  pointer-events: none;
}
.scroll-top.visible { opacity: 1; pointer-events: auto; }
.scroll-top:hover { background: var(--gold); color: var(--navy); border-color: var(--gold); transform: translateY(-3px); }

/* ================================================================
   ANIMATIONS
   ================================================================ */
.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.fade-up.visible { opacity: 1; transform: translateY(0); }
.fade-up-delay-1 { transition-delay: 0.1s; }
.fade-up-delay-2 { transition-delay: 0.2s; }
.fade-up-delay-3 { transition-delay: 0.3s; }

/* ================================================================
   MOBILE MENU DRAWER
   ================================================================ */
.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(7,21,41,0.95);
  z-index: 998;
  opacity: 0;
  pointer-events: none;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.mobile-menu-overlay.open { opacity: 1; pointer-events: auto; }
.mobile-menu-overlay a {
  color: var(--white);
  font-size: 24px;
  font-weight: 800;
  padding: 12px 32px;
  text-align: center;
  border-radius: var(--radius-sm);
  transition: var(--transition);
  display: block;
}
.mobile-menu-overlay a:hover { color: var(--gold); background: rgba(212,175,55,0.08); }
.mobile-menu-close {
  position: absolute;
  top: 24px; left: 24px;
  color: rgba(255,255,255,0.6);
  font-size: 24px;
  cursor: pointer;
  padding: 8px;
  transition: var(--transition);
}
.mobile-menu-close:hover { color: var(--gold); }

/* ================================================================
   COUNTER ANIMATION
   ================================================================ */
.count-up { transition: all 0.5s; }

/* ================================================================
   MEDIA QUERIES
   ================================================================ */
@media (max-width: 1100px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
}

@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; gap: 48px; padding: 140px 0 60px; }
  .hero-visual { order: -1; }
  .hero-stats-grid { grid-template-columns: repeat(4, 1fr); }
  .ba-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .testimonials-track { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }
  .trust-bar-inner { flex-wrap: wrap; }
  .trust-item { flex: 0 0 50%; border-left: none; border-bottom: 1px solid rgba(11,31,58,0.12); }
}

@media (max-width: 768px) {
  .main-nav, .header-cta { display: none; }
  .nav-toggle { display: flex; }
  .section-pad { padding: 70px 0; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; gap: 12px; }
  .form-row { grid-template-columns: 1fr; }
  .hero-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .trust-item { flex: 0 0 100%; }
}

@media (max-width: 480px) {
  .gallery-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .gallery-filters { gap: 8px; }
  .filter-btn { padding: 8px 16px; font-size: 13px; }
  .contact-form-wrap { padding: 28px 20px; }
}

/* ================================================================
   ✨ PREMIUM REFINEMENTS v2.0
   Design & Development: محمد
   ================================================================ */

/* ── ENHANCED CSS VARIABLES ── */
:root {
  --ease-spring:   cubic-bezier(0.34, 1.56, 0.64, 1);
  --ease-smooth:   cubic-bezier(0.4, 0, 0.2, 1);
  --ease-out:      cubic-bezier(0, 0, 0.2, 1);
  --glow-gold:     0 0 30px rgba(212,175,55,0.2), 0 8px 32px rgba(212,175,55,0.15);
  --glow-navy:     0 0 40px rgba(11,31,58,0.25), 0 12px 40px rgba(11,31,58,0.2);
}

/* ================================================================
   MICRO-INTERACTIONS — BUTTONS PREMIUM
   ================================================================ */
.btn {
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  will-change: transform;
  letter-spacing: 0.3px;
}
.btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.3s var(--ease-smooth);
}
.btn:hover::after { opacity: 1; }

.btn-primary {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 50%, var(--gold) 100%);
  background-size: 200% auto;
  transition: background-position 0.5s var(--ease-smooth),
              transform 0.25s var(--ease-spring),
              box-shadow 0.3s var(--ease-smooth);
}
.btn-primary:hover {
  background-position: right center;
  transform: translateY(-3px) scale(1.02);
  box-shadow: var(--glow-gold);
}
.btn-primary:active { transform: translateY(-1px) scale(0.99); }

.btn-whatsapp {
  transition: transform 0.25s var(--ease-spring),
              box-shadow 0.3s var(--ease-smooth),
              background 0.3s var(--ease-smooth);
}
.btn-whatsapp:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 12px 36px rgba(37,211,102,0.45);
}
.btn-whatsapp:active { transform: scale(0.98); }

.btn-navy:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: var(--glow-navy);
}

.btn-outline-white:hover { transform: translateY(-3px); }

/* Button icon micro-animation */
.btn i {
  transition: transform 0.3s var(--ease-spring);
  display: inline-block;
}
.btn:hover i { transform: scale(1.15) rotate(-5deg); }
.btn-whatsapp:hover i { transform: scale(1.2) rotate(5deg); }

/* ================================================================
   SERVICE CARDS — PREMIUM HOVER
   ================================================================ */
.service-card {
  transition: transform 0.35s var(--ease-spring),
              box-shadow 0.35s var(--ease-smooth),
              border-color 0.3s var(--ease-smooth);
  will-change: transform;
}
.service-card:hover {
  transform: translateY(-10px) scale(1.01);
  box-shadow: 0 24px 64px rgba(11,31,58,0.14), 0 0 0 1px rgba(212,175,55,0.3);
}
.service-icon-wrap {
  transition: transform 0.4s var(--ease-spring),
              background 0.3s var(--ease-smooth),
              color 0.3s var(--ease-smooth),
              box-shadow 0.3s var(--ease-smooth);
}
.service-card:hover .service-icon-wrap {
  transform: scale(1.1) rotate(-5deg);
  box-shadow: var(--glow-gold);
}

/* ================================================================
   WHY CARDS — PREMIUM HOVER
   ================================================================ */
.why-card {
  transition: transform 0.35s var(--ease-spring),
              box-shadow 0.35s var(--ease-smooth);
  will-change: transform;
}
.why-card:hover {
  transform: translateY(-10px) scale(1.01);
  box-shadow: 0 28px 72px rgba(11,31,58,0.13);
}
.why-icon {
  transition: transform 0.4s var(--ease-spring),
              background 0.3s var(--ease-smooth),
              color 0.3s var(--ease-smooth),
              box-shadow 0.3s var(--ease-smooth);
}
.why-card:hover .why-icon {
  transform: scale(1.12) rotate(-6deg);
  box-shadow: 0 8px 24px rgba(11,31,58,0.2);
}

/* ================================================================
   HERO STAT CARDS — PREMIUM HOVER
   ================================================================ */
.hero-stat-card {
  transition: transform 0.35s var(--ease-spring),
              background 0.3s var(--ease-smooth),
              border-color 0.3s var(--ease-smooth),
              box-shadow 0.3s var(--ease-smooth);
  will-change: transform;
}
.hero-stat-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 20px 48px rgba(0,0,0,0.25), var(--glow-gold);
}
.hero-stat-icon {
  transition: transform 0.4s var(--ease-spring);
}
.hero-stat-card:hover .hero-stat-icon i {
  display: inline-block;
  animation: iconBounce 0.5s var(--ease-spring);
}
@keyframes iconBounce {
  0%   { transform: scale(1); }
  40%  { transform: scale(1.35) rotate(-8deg); }
  70%  { transform: scale(0.92) rotate(4deg); }
  100% { transform: scale(1) rotate(0); }
}

/* ================================================================
   GALLERY — LIGHTBOX + PREMIUM HOVER
   ================================================================ */
.gallery-item {
  cursor: zoom-in;
  transition: transform 0.4s var(--ease-spring),
              box-shadow 0.4s var(--ease-smooth);
  will-change: transform;
}
.gallery-item:hover {
  transform: translateY(-6px) scale(1.025);
  box-shadow: 0 24px 56px rgba(11,31,58,0.2);
  z-index: 2;
}
.gallery-item img {
  transition: transform 0.6s var(--ease-smooth), filter 0.4s var(--ease-smooth);
}
.gallery-item:hover img {
  transform: scale(1.12);
  filter: brightness(0.85);
}
.gallery-overlay {
  background: linear-gradient(
    to top,
    rgba(11,31,58,0.95) 0%,
    rgba(11,31,58,0.5) 50%,
    transparent 100%
  );
  transition: opacity 0.4s var(--ease-smooth);
}
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay-content {
  transform: translateY(10px);
  transition: transform 0.4s var(--ease-spring);
}
.gallery-item:hover .gallery-overlay-content { transform: translateY(0); }

/* Gallery icon overlay */
.gallery-zoom-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  width: 52px;
  height: 52px;
  background: var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--navy);
  font-size: 18px;
  opacity: 0;
  transition: transform 0.4s var(--ease-spring), opacity 0.3s var(--ease-smooth);
  z-index: 10;
  pointer-events: none;
}
.gallery-item:hover .gallery-zoom-icon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/* Filter buttons */
.filter-btn {
  transition: background 0.3s var(--ease-smooth),
              border-color 0.3s var(--ease-smooth),
              color 0.3s var(--ease-smooth),
              transform 0.25s var(--ease-spring),
              box-shadow 0.3s var(--ease-smooth);
  will-change: transform;
}
.filter-btn:hover { transform: translateY(-2px); }
.filter-btn:active { transform: scale(0.96); }
.filter-btn.active { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.filter-btn i {
  transition: transform 0.3s var(--ease-spring);
}
.filter-btn:hover i, .filter-btn.active i { transform: scale(1.15); }

/* ================================================================
   LIGHTBOX
   ================================================================ */
.mz-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(7, 21, 41, 0.96);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s var(--ease-smooth);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 24px;
}
.mz-lightbox.open {
  opacity: 1;
  pointer-events: auto;
}
.mz-lightbox-inner {
  position: relative;
  max-width: 1000px;
  width: 100%;
  transform: scale(0.88) translateY(20px);
  transition: transform 0.4s var(--ease-spring);
}
.mz-lightbox.open .mz-lightbox-inner { transform: scale(1) translateY(0); }

.mz-lightbox-media {
  width: 100%;
  border-radius: var(--radius-lg);
  display: block;
  box-shadow: 0 40px 100px rgba(0,0,0,0.6);
  max-height: 80vh;
  object-fit: contain;
  background: var(--navy-dark);
}
.mz-lightbox-placeholder {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, var(--navy-mid), var(--navy));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: var(--gold);
  box-shadow: 0 40px 100px rgba(0,0,0,0.6);
}
.mz-lightbox-placeholder i { font-size: 64px; opacity: 0.7; }
.mz-lightbox-placeholder span { font-size: 18px; font-weight: 700; color: var(--white); }

.mz-lightbox-caption {
  margin-top: 20px;
  text-align: center;
}
.mz-lightbox-cat {
  font-size: 12px;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 3px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 6px;
}
.mz-lightbox-title {
  font-size: 20px;
  font-weight: 800;
  color: var(--white);
}

.mz-lightbox-close {
  position: absolute;
  top: -52px;
  left: 0;
  width: 44px;
  height: 44px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 50%;
  color: var(--white);
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, transform 0.25s var(--ease-spring), border-color 0.2s;
}
.mz-lightbox-close:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--navy);
  transform: scale(1.1) rotate(90deg);
}

/* Lightbox nav arrows */
.mz-lightbox-prev,
.mz-lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 50%;
  color: var(--white);
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.25s, transform 0.25s var(--ease-spring), border-color 0.25s;
}
.mz-lightbox-prev { right: -70px; }
.mz-lightbox-next { left: -70px; }
.mz-lightbox-prev:hover,
.mz-lightbox-next:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--navy);
  transform: translateY(-50%) scale(1.08);
}

@media (max-width: 768px) {
  .mz-lightbox-prev { right: -4px; top: auto; bottom: -60px; transform: none; }
  .mz-lightbox-next { left: -4px; top: auto; bottom: -60px; transform: none; }
  .mz-lightbox-prev:hover { transform: scale(1.08); }
  .mz-lightbox-next:hover { transform: scale(1.08); }
}

/* ================================================================
   CONTACT FORM — PREMIUM FOCUS
   ================================================================ */
.form-control {
  transition: border-color 0.3s var(--ease-smooth),
              box-shadow 0.3s var(--ease-smooth),
              transform 0.2s var(--ease-smooth);
}
.form-control:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(212,175,55,0.12), 0 2px 8px rgba(212,175,55,0.1);
  transform: translateY(-1px);
}
.form-control:hover:not(:focus) {
  border-color: var(--gray-400);
}
.form-group label {
  transition: color 0.2s var(--ease-smooth);
}
.form-group:focus-within label { color: var(--gold-dark); }

/* ================================================================
   TESTIMONIALS — PREMIUM HOVER
   ================================================================ */
.testimonial-card {
  transition: transform 0.35s var(--ease-spring),
              box-shadow 0.35s var(--ease-smooth),
              border-color 0.3s var(--ease-smooth);
  will-change: transform;
}
.testimonial-card:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 24px 60px rgba(11,31,58,0.12);
  border-color: rgba(212,175,55,0.4);
}

/* ================================================================
   CONTACT ITEMS — HOVER
   ================================================================ */
.contact-item {
  transition: transform 0.3s var(--ease-spring),
              border-color 0.3s var(--ease-smooth),
              box-shadow 0.3s var(--ease-smooth);
  will-change: transform;
}
.contact-item:hover {
  transform: translateX(-4px);
  box-shadow: var(--shadow-sm);
}

/* ================================================================
   SCROLL TOP — PREMIUM
   ================================================================ */
.scroll-top {
  transition: opacity 0.3s var(--ease-smooth),
              transform 0.3s var(--ease-spring),
              background 0.3s var(--ease-smooth),
              border-color 0.3s var(--ease-smooth),
              color 0.3s var(--ease-smooth);
}
.scroll-top:hover {
  transform: translateY(-4px) scale(1.05);
}

/* ================================================================
   SOCIAL BUTTONS — PREMIUM
   ================================================================ */
.social-btn, .footer-social a {
  transition: background 0.3s var(--ease-smooth),
              color 0.3s var(--ease-smooth),
              transform 0.3s var(--ease-spring),
              border-color 0.3s var(--ease-smooth);
}
.social-btn:hover, .footer-social a:hover {
  transform: translateY(-4px) scale(1.08);
}

/* ================================================================
   WAVY HERO ACCENT
   ================================================================ */
.hero-badge {
  animation: badgePulse 3s ease-in-out infinite;
}
@keyframes badgePulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(212,175,55,0.15); }
  50%       { box-shadow: 0 0 0 8px rgba(212,175,55,0); }
}

/* ================================================================
   TRUST BAR — PREMIUM
   ================================================================ */
.trust-item {
  transition: background 0.3s var(--ease-smooth);
}
.trust-icon {
  transition: transform 0.35s var(--ease-spring);
}
.trust-item:hover .trust-icon {
  transform: scale(1.1) rotate(-8deg);
}

/* ================================================================
   FOOTER LINKS — HOVER SLIDE
   ================================================================ */
.footer-links a {
  transition: color 0.25s var(--ease-smooth),
              padding-right 0.25s var(--ease-smooth),
              transform 0.25s var(--ease-smooth);
}

/* ================================================================
   BEFORE/AFTER HANDLE — PREMIUM
   ================================================================ */
.ba-handle {
  transition: none;
}
.ba-handle::before {
  transition: transform 0.3s var(--ease-spring), box-shadow 0.3s var(--ease-smooth);
}
.ba-handle:hover::before {
  transform: translate(-50%, -50%) scale(1.15);
  box-shadow: var(--glow-gold);
}

/* ================================================================
   SECTION EYEBROW — ANIMATED UNDERLINE
   ================================================================ */
.section-eyebrow {
  position: relative;
  transition: letter-spacing 0.3s var(--ease-smooth);
}

/* ================================================================
   ENHANCED FADE ANIMATIONS
   ================================================================ */
.fade-up {
  opacity: 0;
  transform: translateY(48px);
  transition: opacity 0.75s var(--ease-out),
              transform 0.75s var(--ease-out);
}
.fade-up.visible { opacity: 1; transform: translateY(0); }
.fade-scale {
  opacity: 0;
  transform: scale(0.94);
  transition: opacity 0.6s var(--ease-out), transform 0.6s var(--ease-spring);
}
.fade-scale.visible { opacity: 1; transform: scale(1); }
.fade-left {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out);
}
.fade-left.visible { opacity: 1; transform: translateX(0); }

/* ================================================================
   PREMIUM DEVELOPER CREDIT v2
   ================================================================ */
.dev-credit { gap: 12px; }

.dev-credit-inner {
  gap: 10px;
  padding: 10px 24px;
  background: linear-gradient(135deg,
    rgba(212,175,55,0.06) 0%,
    rgba(212,175,55,0.02) 100%);
  border: 1px solid rgba(212,175,55,0.25);
  position: relative;
  overflow: hidden;
  transition: border-color 0.35s var(--ease-smooth),
              background 0.35s var(--ease-smooth),
              box-shadow 0.35s var(--ease-smooth),
              transform 0.3s var(--ease-spring);
}
.dev-credit-inner::before {
  content: '';
  position: absolute;
  top: 0; left: -100%; right: auto;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(212,175,55,0.08), transparent);
  transform: skewX(-20deg);
  transition: left 0.6s var(--ease-smooth);
}
.dev-credit-inner:hover::before { left: 160%; }
.dev-credit-inner:hover {
  border-color: rgba(212,175,55,0.55);
  background: linear-gradient(135deg,
    rgba(212,175,55,0.1) 0%,
    rgba(212,175,55,0.04) 100%);
  box-shadow: 0 0 24px rgba(212,175,55,0.12), inset 0 1px 0 rgba(212,175,55,0.15);
  color: var(--gold-light);
  transform: translateY(-2px);
}
.dev-credit-name {
  font-size: 15px;
  font-weight: 900;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: 0.5px;
}
.dev-credit-inner .fa-code {
  font-size: 12px;
  color: var(--gold);
  transition: transform 0.4s var(--ease-spring);
}
.dev-credit-inner:hover .fa-code {
  transform: rotate(20deg) scale(1.2);
}
.dev-credit-line {
  width: 32px;
  height: 1px;
  opacity: 0.7;
  transition: width 0.35s var(--ease-smooth), opacity 0.35s var(--ease-smooth);
}
.dev-credit:hover .dev-credit-line { width: 48px; opacity: 1; }

/* ================================================================
   TYPOGRAPHY IMPROVEMENTS
   ================================================================ */
.section-title {
  letter-spacing: -0.5px;
  text-rendering: optimizeLegibility;
}
.hero-title {
  text-rendering: optimizeLegibility;
  letter-spacing: -0.5px;
}
.service-desc, .why-desc, .testimonial-text, .hero-desc {
  line-height: 1.95;
}
.footer-about-text { line-height: 2; }

/* Improved heading weight balance */
.section-header .section-title { font-size: clamp(30px, 4.2vw, 46px); }
h1.hero-title { font-size: clamp(38px, 5.5vw, 68px); }

/* ================================================================
   PREMIUM SCROLLBAR
   ================================================================ */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--navy-dark); }
::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--gold), var(--gold-dark));
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover { background: var(--gold-light); }

/* ================================================================
   SELECTION
   ================================================================ */
::selection {
  background: rgba(212,175,55,0.25);
  color: var(--navy);
}

/* ================================================================
   LOADING SKELETON SHIMMER (gallery placeholders)
   ================================================================ */
.gallery-placeholder {
  background: linear-gradient(
    110deg,
    var(--gray-100) 30%,
    var(--gray-50) 50%,
    var(--gray-100) 70%
  );
  background-size: 200% 100%;
  animation: shimmer 1.8s linear infinite;
}
@keyframes shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/* ================================================================
   SECTION DIVIDERS — SUBTLE
   ================================================================ */
#services, #why-us {
  position: relative;
}
#services::before {
  content: '';
  position: absolute;
  top: 0; right: 10%; left: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gray-200), transparent);
}

/* ================================================================
   CTA SECTION — SHIMMER LINE
   ================================================================ */
#cta-section::after {
  content: '';
  position: absolute;
  bottom: 0; right: 0; left: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0.4;
}

/* ================================================================
   MOBILE REFINEMENTS
   ================================================================ */
@media (max-width: 768px) {
  .btn { min-height: 48px; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .service-card { padding: 28px 22px; }
  .why-card { padding: 28px 20px; }
  .hero-stat-card { padding: 20px 16px; }
  .hero-stat-num { font-size: 34px; }
  .hero-badge { font-size: 12px; }
  .section-header { margin-bottom: 44px; }
  .testimonial-card { padding: 28px 22px; }
  .mz-lightbox { padding: 16px; }
  .mz-lightbox-close { top: -48px; }
}

@media (max-width: 480px) {
  .hero-stat-num { font-size: 28px; }
  .filter-btn { min-height: 44px; }
  .wa-btn { width: 56px; height: 56px; font-size: 24px; }
  .wa-float { bottom: 80px; right: 20px; }
  .scroll-top { bottom: 20px; right: 20px; }
  .contact-form-wrap { padding: 24px 16px; }
}

/* ================================================================
   PRINT OPTIMIZATION
   ================================================================ */
@media print {
  #site-header, .wa-float, .scroll-top, .mobile-menu-overlay { display: none !important; }
  body { color: #000; }
}
