/* ============================================
   SIYANA 24 — Industrial Luxury Design System
   ============================================ */

:root {
  --navy-950: #060B14;
  --navy-900: #0B1426;
  --navy-800: #111E36;
  --navy-700: #1A2942;
  --navy-600: #243553;
  --navy-500: #344970;
  --navy-400: #5A6F94;
  --navy-300: #8A9BB8;
  --navy-200: #C5CFE0;
  --navy-100: #E8EDF5;
  --navy-50:  #F4F7FB;

  --gold-700: #8C7430;
  --gold-600: #A88E45;
  --gold-500: #C9A961;
  --gold-400: #D9BD7E;
  --gold-300: #E8D4A8;
  --gold-100: #F7EFD8;

  --red-700: #B91C2C;
  --red-600: #DC2A3B;
  --red-500: #E63946;
  --red-100: #FEE2E5;

  --cream: #F8F6F1;
  --white: #FFFFFF;
  --black: #000000;

  --primary: var(--navy-900);
  --primary-dark: var(--navy-950);
  --primary-light: var(--navy-50);
  --secondary: var(--gold-500);
  --secondary-dark: var(--gold-700);
  --accent: var(--red-500);
  --success: #10B981;
  --warning: #F59E0B;
  --danger: var(--red-500);
  --dark: var(--navy-900);

  --gray-900: #0F1419;
  --gray-800: #1F242C;
  --gray-700: #3A4250;
  --gray-600: #525B6B;
  --gray-500: #757D8E;
  --gray-400: #9CA3B0;
  --gray-300: #C8CDD5;
  --gray-200: #E5E7EC;
  --gray-100: #F1F3F6;
  --gray-50: #F8F9FB;

  --shadow-sm: 0 1px 2px rgba(11,20,38,0.06);
  --shadow: 0 4px 12px rgba(11,20,38,0.08);
  --shadow-md: 0 8px 24px rgba(11,20,38,0.10);
  --shadow-lg: 0 20px 40px rgba(11,20,38,0.14);
  --shadow-xl: 0 32px 60px rgba(11,20,38,0.18);
  --shadow-gold: 0 8px 24px rgba(201,169,97,0.25);
  --shadow-red: 0 8px 24px rgba(230,57,70,0.30);

  --radius-sm: 4px;
  --radius: 6px;
  --radius-md: 10px;
  --radius-lg: 14px;
  --radius-xl: 20px;

  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  overflow-x: hidden;
  font-family: 'Tajawal', 'Cairo', -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: var(--gray-800);
  background: var(--white);
  direction: rtl;
  text-align: right;
  padding-bottom: 70px;
  -webkit-font-smoothing: antialiased;
}
a { text-decoration: none; color: inherit; transition: var(--transition); }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; }
.container { width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 20px; }

/* TOP BAR */
.top-bar {
  background: var(--navy-950);
  color: var(--navy-200);
  padding: 10px 0;
  font-size: 13px;
  font-weight: 500;
  border-bottom: 1px solid var(--navy-800);
}
.top-bar-content { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; }
.top-bar span, .top-bar a { display: inline-flex; align-items: center; gap: 8px; color: var(--navy-200); }
.top-bar a:hover { color: var(--gold-500); }
.top-bar i { color: var(--gold-500); font-size: 12px; }
.topbar-left { display: flex; gap: 20px; flex-wrap: wrap; }
.topbar-right { display: flex; gap: 12px; align-items: center; }
.topbar-cert { background: linear-gradient(135deg, var(--gold-600), var(--gold-500)); color: var(--navy-950); padding: 4px 12px; border-radius: 3px; font-weight: 700; font-size: 12px; letter-spacing: 0.3px; }
.lang-switcher { padding: 4px 10px; background: rgba(201,169,97,0.15); border: 1px solid rgba(201,169,97,0.4); border-radius: 4px; color: var(--gold-500) !important; font-weight: 700; font-size: 12px; transition: var(--transition); }
.lang-switcher:hover { background: var(--gold-500); color: var(--navy-950) !important; }

@media (max-width: 1023px) {
  .top-bar { padding: 6px 0; font-size: 11.5px; display: block !important; }
  .top-bar .container { padding: 0 12px; }
  .top-bar-content { justify-content: space-between; flex-wrap: nowrap; gap: 8px; }
  .topbar-left { gap: 12px; flex: 1; min-width: 0; }
  .topbar-left span:nth-child(3) { display: none; }
  .topbar-left span { font-size: 11px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .topbar-right { display: flex !important; gap: 8px; align-items: center; flex-shrink: 0; }
  .topbar-right > a[href*="wa.me"] { display: none; }
  .topbar-cert { font-size: 10.5px; padding: 3px 8px; }
  .topbar-cert i { display: none; }
  .lang-switcher { padding: 3px 8px; font-size: 11.5px; }
  .lang-switcher i { display: none; }
}

@media (max-width: 480px) {
  .topbar-left span:nth-child(2) { display: none; }
  .topbar-left span:nth-child(1) { font-size: 10.5px; }
  .topbar-cert { font-size: 10px; padding: 3px 6px; }
}

/* HEADER */
.header { background: var(--white); position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid var(--gray-200); transition: var(--transition); }
.header.scrolled { box-shadow: var(--shadow); }
.header .container { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; gap: 20px; }

.logo { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.logo-icon { width: 52px; height: 52px; background: linear-gradient(135deg, var(--navy-900), var(--navy-800)); border-radius: 8px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; box-shadow: var(--shadow-md); }
.logo-icon::after { content: '24'; position: absolute; bottom: 4px; right: 5px; font-size: 9px; font-weight: 900; color: var(--gold-500); z-index: 2; }
.logo-icon i { color: var(--gold-500); font-size: 22px; position: relative; z-index: 1; }
.logo-text { display: flex; flex-direction: column; line-height: 1.1; }
.logo-name { font-size: 19px; font-weight: 900; color: var(--navy-900); letter-spacing: -0.3px; }
.logo-tagline { font-size: 11px; color: var(--gray-600); font-weight: 600; letter-spacing: 0.4px; text-transform: uppercase; margin-top: 2px; }

.nav-desktop { display: none; align-items: center; gap: 2px; flex: 1; justify-content: center; }
.nav-desktop > a, .nav-desktop .dropdown-toggle { padding: 12px 16px; color: var(--navy-800); font-weight: 600; font-size: 14.5px; border-radius: 6px; display: flex; align-items: center; gap: 6px; cursor: pointer; position: relative; }
.nav-desktop > a::after, .nav-desktop .dropdown-toggle::after { content: ''; position: absolute; bottom: 4px; left: 16px; right: 16px; height: 2px; background: var(--gold-500); transform: scaleX(0); transform-origin: right; transition: transform 0.3s ease; }
.nav-desktop > a:hover, .nav-desktop .nav-dropdown:hover .dropdown-toggle { color: var(--navy-900); }
.nav-desktop > a:hover::after, .nav-desktop .nav-dropdown:hover .dropdown-toggle::after { transform: scaleX(1); transform-origin: left; }
.nav-desktop .dropdown-toggle i { font-size: 9px; transition: var(--transition); }
.nav-desktop .nav-dropdown:hover .dropdown-toggle i { transform: rotate(180deg); }
.nav-dropdown { position: relative; }
.dropdown-menu { position: absolute; top: 100%; right: 0; background: var(--white); min-width: 260px; box-shadow: var(--shadow-lg); border-radius: 10px; padding: 10px 0; opacity: 0; visibility: hidden; transform: translateY(10px); transition: var(--transition); border: 1px solid var(--gray-100); border-top: 3px solid var(--gold-500); }
.nav-dropdown:hover .dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown-menu a { display: flex; align-items: center; gap: 12px; padding: 11px 20px; color: var(--navy-800); font-size: 14px; font-weight: 500; }
.dropdown-menu a:hover { background: var(--navy-50); color: var(--navy-900); }
.dropdown-menu a i { width: 22px; height: 22px; background: var(--navy-50); color: var(--gold-600); border-radius: 5px; display: inline-flex; align-items: center; justify-content: center; font-size: 11px; }
.dropdown-menu a:hover i { background: var(--navy-900); color: var(--gold-500); }
@media (min-width: 1024px) { .nav-desktop { display: flex; } }

.header-actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.header-call { display: inline-flex; align-items: center; gap: 8px; padding: 12px 22px; background: linear-gradient(135deg, var(--red-600), var(--red-500)); color: var(--white); font-weight: 700; font-size: 14px; border-radius: 8px; position: relative; overflow: hidden; box-shadow: var(--shadow-red); letter-spacing: 0.3px; }
.header-call::before { content: ''; position: absolute; top: 0; right: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent); transition: right 0.6s ease; }
.header-call:hover::before { right: 100%; }
.header-call:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(230,57,70,0.4); }
.header-call i { animation: phone-ring 2s ease infinite; display: inline-block; }
@keyframes phone-ring { 0%,100% { transform: rotate(0deg); } 10%,30% { transform: rotate(-15deg); } 20%,40% { transform: rotate(15deg); } 50% { transform: rotate(0deg); } }
.header-call span { display: none; }
@media (min-width: 480px) { .header-call span { display: inline; } }

.menu-toggle { width: 46px; height: 46px; background: var(--navy-900); border: none; border-radius: 8px; font-size: 18px; color: var(--gold-500); cursor: pointer; display: flex; align-items: center; justify-content: center; transition: var(--transition); }
.menu-toggle:hover { background: var(--navy-800); }
@media (min-width: 1024px) { .menu-toggle { display: none; } }

.mobile-menu-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(11,20,38,0.7); z-index: 2000; opacity: 0; visibility: hidden; transition: var(--transition); backdrop-filter: blur(4px); }
.mobile-menu-overlay.active { opacity: 1; visibility: visible; }
.mobile-menu { position: fixed; top: 0; right: -340px; width: 320px; height: 100%; background: var(--white); z-index: 2001; transition: var(--transition); display: flex; flex-direction: column; overflow-y: auto; }
.mobile-menu.active { right: 0; }
.mobile-menu-header { display: flex; align-items: center; justify-content: space-between; padding: 20px; background: linear-gradient(135deg, var(--navy-900), var(--navy-800)); color: var(--white); font-weight: 800; font-size: 16px; border-bottom: 3px solid var(--gold-500); }
.mobile-menu-close { background: rgba(255,255,255,0.1); border: none; color: var(--white); font-size: 16px; cursor: pointer; width: 36px; height: 36px; border-radius: 6px; display: flex; align-items: center; justify-content: center; }
.mobile-menu-list { flex: 1; padding: 8px 0; }
.mobile-menu-list li a { display: flex; align-items: center; gap: 14px; padding: 14px 22px; color: var(--navy-800); font-weight: 600; font-size: 14.5px; border-bottom: 1px solid var(--gray-100); }
.mobile-menu-list li a:hover { background: var(--navy-50); color: var(--navy-900); }
.mobile-menu-list li a i { width: 24px; color: var(--gold-600); font-size: 13px; }
.menu-divider { padding: 12px 22px 8px; font-size: 11px; font-weight: 800; color: var(--gold-700); background: var(--navy-50); letter-spacing: 1px; text-transform: uppercase; border-bottom: 1px solid var(--gray-200); }
.mobile-menu-cta { padding: 16px 22px; border-top: 1px solid var(--gray-200); background: var(--gray-50); }
.mobile-menu-cta .btn { margin-bottom: 10px; }
.mobile-menu-cta .btn:last-child { margin-bottom: 0; }

/* BUTTONS */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 26px; font-size: 14.5px; font-weight: 700; font-family: inherit; border-radius: 8px; border: none; cursor: pointer; transition: var(--transition); letter-spacing: 0.2px; text-align: center; white-space: nowrap; }
.btn-primary { background: linear-gradient(135deg, var(--red-600), var(--red-500)); color: var(--white); box-shadow: var(--shadow-red); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(230,57,70,0.4); }
.btn-secondary { background: linear-gradient(135deg, var(--gold-600), var(--gold-500)); color: var(--navy-950); box-shadow: var(--shadow-gold); }
.btn-secondary:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(201,169,97,0.4); }
.btn-success { background: linear-gradient(135deg, #059669, #10B981); color: var(--white); box-shadow: 0 8px 20px rgba(16,185,129,0.3); }
.btn-success:hover { transform: translateY(-2px); }
.btn-dark { background: linear-gradient(135deg, var(--navy-900), var(--navy-800)); color: var(--white); }
.btn-dark:hover { background: var(--navy-950); transform: translateY(-2px); }
.btn-white { background: var(--white); color: var(--navy-900); }
.btn-white:hover { background: var(--gold-100); transform: translateY(-2px); }
.btn-light { background: var(--gray-100); color: var(--navy-800); }
.btn-light:hover { background: var(--gray-200); }
.btn-outline { background: transparent; border: 2px solid currentColor; }
.btn-outline:hover { transform: translateY(-2px); }
.btn-block { width: 100%; }
.btn-lg { padding: 16px 32px; font-size: 16px; }
.btn-sm { padding: 9px 18px; font-size: 13px; }

/* HERO */
.hero { background: var(--navy-900); color: var(--white); padding: 70px 0 90px; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px); background-size: 60px 60px; pointer-events: none; }
.hero::after { content: ''; position: absolute; top: -200px; left: -200px; width: 600px; height: 600px; background: radial-gradient(circle, rgba(201,169,97,0.15), transparent 70%); pointer-events: none; }
.hero .container { position: relative; z-index: 1; }
.hero-grid { display: grid; grid-template-columns: 1fr; gap: 40px; align-items: center; }
@media (min-width: 992px) { .hero-grid { grid-template-columns: 1.1fr 1fr; gap: 60px; } }
.hero-content { position: relative; z-index: 1; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 10px; padding: 8px 16px; background: rgba(201,169,97,0.12); border: 1px solid rgba(201,169,97,0.3); border-radius: 30px; color: var(--gold-400); font-weight: 700; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 20px; }
.hero-eyebrow::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--gold-500); box-shadow: 0 0 10px var(--gold-500); animation: pulse-dot 2s ease infinite; }
@keyframes pulse-dot { 0%,100% { opacity: 1; } 50% { opacity: 0.4; } }
.hero h1 { font-size: 30px; font-weight: 900; line-height: 1.2; margin-bottom: 18px; letter-spacing: -0.5px; }
.hero h1 .accent { background: linear-gradient(135deg, var(--gold-400), var(--gold-500)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; display: inline-block; }
.hero p.hero-desc { font-size: 16px; line-height: 1.85; color: var(--navy-200); margin-bottom: 28px; max-width: 540px; }
.hero-features { display: flex; flex-wrap: wrap; gap: 20px 28px; margin-bottom: 32px; }
.hero-feature { display: flex; align-items: center; gap: 10px; color: var(--navy-100); font-weight: 600; font-size: 14.5px; }
.hero-feature i { width: 28px; height: 28px; background: rgba(201,169,97,0.15); color: var(--gold-500); border-radius: 6px; display: inline-flex; align-items: center; justify-content: center; font-size: 12px; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-stats-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 36px; padding-top: 30px; border-top: 1px solid var(--navy-700); }
@media (min-width: 480px) { .hero-stats-row { grid-template-columns: repeat(4, 1fr); } }
.hero-stat .number { font-size: 26px; font-weight: 900; color: var(--gold-500); line-height: 1; display: block; margin-bottom: 6px; letter-spacing: -0.5px; }
.hero-stat .label { font-size: 12px; color: var(--navy-300); font-weight: 500; letter-spacing: 0.3px; }

.hero-visual { position: relative; display: none; }
@media (min-width: 992px) { .hero-visual { display: block; } }
.hero-card { background: linear-gradient(135deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01)); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; padding: 28px; backdrop-filter: blur(10px); position: relative; }
.hero-card::before { content: ''; position: absolute; top: -2px; left: 30%; right: 30%; height: 2px; background: linear-gradient(90deg, transparent, var(--gold-500), transparent); }
.hero-card-title { font-size: 13px; color: var(--gold-400); font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 18px; display: flex; align-items: center; gap: 10px; }
.hero-card-title::before { content: ''; width: 24px; height: 1px; background: var(--gold-500); }
.hero-services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.hero-service-tile { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 10px; padding: 18px 14px; text-align: center; transition: var(--transition); }
.hero-service-tile:hover { background: rgba(201,169,97,0.08); border-color: rgba(201,169,97,0.3); transform: translateY(-3px); }
.hero-service-tile i { font-size: 26px; color: var(--gold-500); margin-bottom: 10px; display: block; }
.hero-service-tile span { font-size: 13px; color: var(--white); font-weight: 600; display: block; }

@media (min-width: 768px) { .hero { padding: 90px 0 110px; } .hero h1 { font-size: 44px; } .hero p.hero-desc { font-size: 18px; } .hero-stat .number { font-size: 32px; } }
@media (min-width: 1200px) { .hero h1 { font-size: 52px; } }

/* SECTIONS */
section { padding: 70px 0; }
.bg-light { background: var(--gray-50); }
.bg-dark { background: var(--navy-900); color: var(--white); }
.bg-cream { background: var(--cream); }
.bg-pattern { background: var(--navy-50); background-image: radial-gradient(circle at 1px 1px, var(--navy-200) 1px, transparent 0); background-size: 24px 24px; }
.section-header { text-align: center; margin-bottom: 50px; max-width: 720px; margin-left: auto; margin-right: auto; }
.section-eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 800; color: var(--gold-700); letter-spacing: 2px; text-transform: uppercase; margin-bottom: 14px; }
.section-eyebrow::before, .section-eyebrow::after { content: ''; width: 30px; height: 1.5px; background: var(--gold-500); }
.bg-dark .section-eyebrow { color: var(--gold-500); }
.section-title { font-size: 28px; font-weight: 900; color: var(--navy-900); line-height: 1.25; margin-bottom: 14px; letter-spacing: -0.5px; }
.bg-dark .section-title { color: var(--white); }
.section-subtitle { font-size: 16px; color: var(--gray-600); line-height: 1.75; }
.bg-dark .section-subtitle { color: var(--navy-200); }
@media (min-width: 768px) { .section-title { font-size: 38px; } section { padding: 90px 0; } }

/* SERVICES */
.services-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
@media (min-width: 600px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 992px) { .services-grid { grid-template-columns: repeat(3, 1fr); gap: 24px; } }
.service-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: 14px; padding: 32px 26px; transition: var(--transition); position: relative; overflow: hidden; display: flex; flex-direction: column; }
.service-card::before { content: ''; position: absolute; top: 0; right: 0; width: 80px; height: 80px; background: linear-gradient(225deg, var(--gold-100) 0%, transparent 70%); pointer-events: none; opacity: 0; transition: var(--transition); }
.service-card:hover::before { opacity: 1; }
.service-card:hover { border-color: var(--gold-500); transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.service-card-icon { width: 64px; height: 64px; background: linear-gradient(135deg, var(--navy-900), var(--navy-800)); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 22px; position: relative; transition: var(--transition); }
.service-card-icon i { font-size: 26px; color: var(--gold-500); }
.service-card-number { position: absolute; top: 24px; left: 24px; font-size: 36px; font-weight: 900; color: var(--gray-200); line-height: 1; transition: var(--transition); }
.service-card:hover .service-card-number { color: var(--gold-300); }
.service-card h3 { font-size: 20px; font-weight: 800; color: var(--navy-900); margin-bottom: 12px; letter-spacing: -0.3px; }
.service-card p { color: var(--gray-600); font-size: 14.5px; line-height: 1.75; margin-bottom: 20px; flex: 1; }
.service-card-link { display: inline-flex; align-items: center; gap: 8px; color: var(--navy-900); font-weight: 700; font-size: 14px; padding-top: 14px; border-top: 1px solid var(--gray-100); transition: var(--transition); }
.service-card-link i { width: 24px; height: 24px; background: var(--navy-50); color: var(--navy-900); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 11px; transition: var(--transition); }
.service-card:hover .service-card-link { color: var(--red-500); }
.service-card:hover .service-card-link i { background: var(--red-500); color: var(--white); transform: translateX(-4px); }

/* FEATURES STRIP */
.features-strip { background: linear-gradient(135deg, var(--navy-900), var(--navy-800)); padding: 30px 0; border-top: 1px solid var(--navy-700); border-bottom: 1px solid var(--navy-700); }
.features-strip-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
@media (min-width: 768px) { .features-strip-grid { grid-template-columns: repeat(4, 1fr); } }
.feature-strip-item { display: flex; align-items: center; gap: 14px; color: var(--white); }
.feature-strip-item i { width: 48px; height: 48px; background: rgba(201,169,97,0.12); color: var(--gold-500); border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; border: 1px solid rgba(201,169,97,0.2); }
.feature-strip-text strong { font-size: 14.5px; display: block; font-weight: 800; margin-bottom: 2px; }
.feature-strip-text span { font-size: 12.5px; color: var(--navy-300); font-weight: 500; }

/* WHY US */
.why-us-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
@media (min-width: 768px) { .why-us-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .why-us-grid { grid-template-columns: repeat(3, 1fr); gap: 26px; } }
.why-card { background: var(--white); border-radius: 14px; padding: 32px 28px; position: relative; border: 1px solid var(--gray-200); transition: var(--transition); overflow: hidden; }
.why-card::before { content: ''; position: absolute; bottom: 0; right: 0; width: 100%; height: 4px; background: linear-gradient(90deg, var(--gold-500), var(--navy-900)); transform: scaleX(0); transform-origin: right; transition: transform 0.5s ease; }
.why-card:hover::before { transform: scaleX(1); }
.why-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: transparent; }
.why-card-num { font-size: 56px; font-weight: 900; color: var(--gold-300); line-height: 1; margin-bottom: 12px; letter-spacing: -2px; }
.why-card h3 { font-size: 19px; font-weight: 800; color: var(--navy-900); margin-bottom: 12px; }
.why-card p { color: var(--gray-600); font-size: 14.5px; line-height: 1.75; }

/* BRANDS */
.brands-section { background: var(--gray-50); padding: 50px 0; border-top: 1px solid var(--gray-200); border-bottom: 1px solid var(--gray-200); }
.brands-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 30px; }
@media (min-width: 600px) { .brands-grid { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 992px) { .brands-grid { grid-template-columns: repeat(8, 1fr); } }
.brand-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: 10px; padding: 16px 12px; text-align: center; transition: var(--transition); display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 90px; }
.brand-card:hover { border-color: var(--gold-500); transform: translateY(-3px); box-shadow: var(--shadow-md); }
.brand-card img { max-width: 100%; max-height: 38px; margin-bottom: 8px; filter: grayscale(100%); transition: var(--transition); opacity: 0.7; }
.brand-card:hover img { filter: grayscale(0%); opacity: 1; }
.brand-card span { font-size: 12px; color: var(--gray-700); font-weight: 600; }

/* BOOKING CTA */
.booking-cta-section { padding: 50px 0; }
.booking-cta-card { background: linear-gradient(135deg, var(--navy-900), var(--navy-800) 60%, var(--navy-700)); border-radius: 16px; padding: 40px; display: flex; align-items: center; gap: 24px; cursor: pointer; position: relative; overflow: hidden; transition: var(--transition); border: 1px solid var(--navy-700); }
.booking-cta-card::before { content: ''; position: absolute; top: -50%; right: -10%; width: 400px; height: 400px; background: radial-gradient(circle, rgba(201,169,97,0.15), transparent 60%); pointer-events: none; }
.booking-cta-card::after { content: ''; position: absolute; top: 0; right: 0; bottom: 0; width: 4px; background: linear-gradient(180deg, var(--gold-500), transparent); }
.booking-cta-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-xl); }
.booking-cta-icon { width: 70px; height: 70px; background: linear-gradient(135deg, var(--gold-500), var(--gold-600)); color: var(--navy-950); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 28px; flex-shrink: 0; box-shadow: 0 10px 30px rgba(201,169,97,0.4); position: relative; z-index: 1; }
.booking-cta-content { flex: 1; position: relative; z-index: 1; }
.booking-cta-content h2 { color: var(--white); font-size: 22px; font-weight: 900; margin-bottom: 8px; letter-spacing: -0.3px; }
.booking-cta-content p { color: var(--navy-200); font-size: 14.5px; line-height: 1.65; }
.booking-cta-arrow { width: 50px; height: 50px; background: var(--white); color: var(--navy-900); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; transition: var(--transition); position: relative; z-index: 1; }
.booking-cta-card:hover .booking-cta-arrow { background: var(--gold-500); transform: translateX(-8px); }
@media (max-width: 768px) { .booking-cta-card { flex-direction: column; text-align: center; padding: 30px 22px; } .booking-cta-content h2 { font-size: 19px; } }

/* PROCESS */
.process-grid { display: grid; grid-template-columns: 1fr; gap: 22px; position: relative; }
@media (min-width: 768px) { .process-grid { grid-template-columns: repeat(4, 1fr); gap: 0; } .process-grid::before { content: ''; position: absolute; top: 38px; left: 12.5%; right: 12.5%; height: 2px; background: repeating-linear-gradient(90deg, var(--gold-300) 0 8px, transparent 8px 16px); z-index: 0; } }
.process-step { text-align: center; position: relative; z-index: 1; padding: 0 12px; }
.process-step-num { width: 76px; height: 76px; margin: 0 auto 22px; background: var(--white); border: 3px solid var(--gold-500); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 26px; font-weight: 900; color: var(--navy-900); box-shadow: 0 8px 20px rgba(201,169,97,0.3); position: relative; }
.process-step-num::after { content: ''; position: absolute; inset: -8px; border: 1px dashed var(--gold-300); border-radius: 50%; opacity: 0.5; }
.process-step h4 { font-size: 17px; font-weight: 800; color: var(--navy-900); margin-bottom: 10px; }
.process-step p { font-size: 14px; color: var(--gray-600); line-height: 1.7; }

/* AREAS */
.areas-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
@media (min-width: 600px) { .areas-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 992px) { .areas-grid { grid-template-columns: repeat(5, 1fr); } }
.area-card { background: linear-gradient(135deg, var(--white), var(--navy-50)); border: 1.5px solid var(--gray-200); border-radius: 10px; padding: 18px 14px; text-align: center; transition: var(--transition); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; font-weight: 700; font-size: 14px; color: var(--navy-800); position: relative; overflow: hidden; min-height: 70px; }
.area-card i { color: var(--gold-600); font-size: 16px; }
.area-card:hover { background: linear-gradient(135deg, var(--navy-900), var(--navy-800)); color: var(--white); border-color: var(--navy-900); transform: translateY(-3px); box-shadow: 0 10px 24px rgba(11,20,38,0.18); }
.area-card:hover i { color: var(--gold-500); }
.area-card i { color: var(--gold-500); margin-left: 6px; font-size: 12px; }

/* REVIEWS */
.reviews-grid { display: grid; grid-template-columns: 1fr; gap: 22px; }
@media (min-width: 768px) { .reviews-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .reviews-grid { grid-template-columns: repeat(3, 1fr); } }
.review-card { background: var(--white); border-radius: 14px; padding: 30px 26px; border: 1px solid var(--gray-200); transition: var(--transition); position: relative; }
.review-card::before { content: '"'; position: absolute; top: 12px; left: 22px; font-size: 80px; color: var(--gold-300); font-family: Georgia, serif; line-height: 1; font-weight: 700; }
.review-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); border-color: var(--gold-500); }
.review-stars { color: var(--gold-500); font-size: 14px; margin-bottom: 14px; letter-spacing: 2px; }
.review-content { color: var(--gray-700); font-size: 14.5px; line-height: 1.85; margin-bottom: 18px; position: relative; }
.review-author { display: flex; align-items: center; gap: 12px; padding-top: 18px; border-top: 1px solid var(--gray-100); }
.review-avatar { width: 46px; height: 46px; background: linear-gradient(135deg, var(--navy-900), var(--navy-800)); color: var(--gold-500); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 16px; flex-shrink: 0; }
.review-meta strong { display: block; font-size: 14.5px; color: var(--navy-900); font-weight: 800; margin-bottom: 2px; }
.review-meta span { font-size: 12.5px; color: var(--gray-500); font-weight: 500; }

/* FAQ */
.faq-list { max-width: 860px; margin: 0 auto; }
.faq-item { background: var(--white); border: 1px solid var(--gray-200); border-radius: 10px; margin-bottom: 12px; overflow: hidden; transition: var(--transition); }
.faq-item.active { border-color: var(--gold-500); box-shadow: var(--shadow-md); }
.faq-question { width: 100%; padding: 18px 22px; background: transparent; border: none; text-align: right; font-family: inherit; font-size: 15.5px; font-weight: 700; color: var(--navy-900); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; transition: var(--transition); }
.faq-question:hover { background: var(--gray-50); }
.faq-icon { width: 30px; height: 30px; background: var(--navy-50); color: var(--navy-900); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 13px; transition: var(--transition); flex-shrink: 0; }
.faq-item.active .faq-icon { background: var(--gold-500); color: var(--navy-950); 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; padding: 0 22px 22px; }
.faq-answer p { color: var(--gray-700); font-size: 14.5px; line-height: 1.85; padding-top: 16px; border-top: 1px solid var(--gray-100); }

/* FORMS */
.form-group { margin-bottom: 18px; }
.form-group label { display: block; margin-bottom: 8px; font-weight: 700; font-size: 14px; color: var(--navy-900); }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 13px 16px; border: 2px solid var(--gray-200); border-radius: 8px; font-family: inherit; font-size: 14.5px; background: var(--white); color: var(--navy-900); transition: var(--transition); }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--gold-500); box-shadow: 0 0 0 4px rgba(201,169,97,0.12); }
.form-group textarea { resize: vertical; min-height: 100px; }
.form-row { display: grid; gap: 16px; margin-bottom: 18px; }
@media (min-width: 768px) { .form-row { grid-template-columns: repeat(2, 1fr); } }

/* PAGE HERO */
.page-hero { background: linear-gradient(135deg, var(--navy-900), var(--navy-800)); color: var(--white); padding: 50px 0 60px; position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(135deg, transparent 49.5%, rgba(201,169,97,0.05) 49.5%, rgba(201,169,97,0.05) 50.5%, transparent 50.5%); background-size: 60px 60px; pointer-events: none; }
.page-hero .container { position: relative; z-index: 1; }
.breadcrumb { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; font-size: 13.5px; color: var(--navy-300); margin-bottom: 18px; }
.breadcrumb a { color: var(--navy-200); transition: var(--transition); }
.breadcrumb a:hover { color: var(--gold-500); }
.breadcrumb i { font-size: 10px; color: var(--navy-500); }
.breadcrumb .current { color: var(--gold-500); font-weight: 600; }
.page-hero h1 { font-size: 30px; font-weight: 900; line-height: 1.25; margin-bottom: 14px; letter-spacing: -0.5px; }
.page-hero p { font-size: 16px; color: var(--navy-200); line-height: 1.85; max-width: 800px; margin-bottom: 22px; }
.page-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
@media (min-width: 768px) { .page-hero { padding: 70px 0 80px; } .page-hero h1 { font-size: 42px; } }

.content-section { background: var(--white); padding: 60px 0; }
.content-wrapper { display: grid; grid-template-columns: 1fr; gap: 32px; }
@media (min-width: 992px) { .content-wrapper { grid-template-columns: 1fr 320px; } }
.content-main { background: var(--white); border: 1px solid var(--gray-200); border-radius: 14px; padding: 30px; }
.content-main h2 { font-size: 24px; font-weight: 900; color: var(--navy-900); margin: 28px 0 14px; padding-right: 14px; border-right: 4px solid var(--gold-500); letter-spacing: -0.3px; }
.content-main h2:first-child { margin-top: 0; }
.content-main h3 { font-size: 19px; font-weight: 800; color: var(--navy-800); margin: 22px 0 10px; }
.content-main p { color: var(--gray-700); font-size: 15.5px; line-height: 1.95; margin-bottom: 16px; }
.content-main ul, .content-main ol { margin: 12px 0 18px; padding-right: 0; }
.content-main ul li, .content-main ol li { position: relative; padding-right: 28px; margin-bottom: 10px; color: var(--gray-700); font-size: 15px; line-height: 1.85; list-style: none; }
.content-main ul li::before { content: ''; position: absolute; right: 0; top: 12px; width: 14px; height: 2px; background: var(--gold-500); }
.content-main ol { counter-reset: ol-counter; }
.content-main ol li::before { counter-increment: ol-counter; content: counter(ol-counter); position: absolute; right: 0; top: 0; width: 22px; height: 22px; background: var(--navy-900); color: var(--gold-500); border-radius: 50%; font-size: 12px; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.content-main strong { color: var(--navy-900); font-weight: 800; }
.content-main a { color: var(--red-600); font-weight: 700; }
.content-main a:hover { color: var(--red-700); text-decoration: underline; }
.content-main blockquote { background: var(--navy-50); border-right: 4px solid var(--gold-500); padding: 16px 20px; margin: 18px 0; border-radius: 6px; color: var(--navy-800); font-style: italic; }

.content-sidebar { display: flex; flex-direction: column; gap: 22px; }
.sidebar-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: 12px; padding: 24px; }
.sidebar-card h3 { font-size: 16px; font-weight: 800; color: var(--navy-900); margin-bottom: 16px; padding-bottom: 12px; border-bottom: 2px solid var(--gold-500); display: flex; align-items: center; gap: 8px; }
.sidebar-card h3 i { color: var(--gold-600); }
.sidebar-card.cta-card { background: linear-gradient(135deg, var(--navy-900), var(--navy-800)); color: var(--white); border: none; position: relative; overflow: hidden; }
.sidebar-card.cta-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--gold-500), var(--red-500)); }
.sidebar-card.cta-card h3 { color: var(--white); border-bottom-color: var(--gold-500); }
.sidebar-card.cta-card p { color: var(--navy-200); font-size: 14px; line-height: 1.75; margin-bottom: 16px; }
.sidebar-list { list-style: none; }
.sidebar-list li { margin-bottom: 8px; }
.sidebar-list a { display: flex; align-items: center; gap: 8px; padding: 10px 12px; color: var(--navy-800); font-size: 14px; font-weight: 600; border-radius: 6px; transition: var(--transition); }
.sidebar-list a:hover { background: var(--navy-50); color: var(--navy-900); transform: translateX(-3px); }
.sidebar-list a i { color: var(--gold-600); font-size: 11px; }

.brand-mini-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.brand-mini-card { background: var(--gray-50); border: 1px solid var(--gray-200); border-radius: 8px; padding: 12px 10px; text-align: center; font-size: 13px; font-weight: 600; color: var(--navy-800); transition: var(--transition); }
.brand-mini-card:hover { background: var(--navy-900); color: var(--white); border-color: var(--navy-900); }

/* FOOTER */
.footer { background: var(--navy-950); color: var(--navy-200); padding: 70px 0 0; position: relative; margin-top: 60px; overflow: hidden; }
.footer::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--gold-500), var(--red-500), var(--gold-500)); background-size: 200% 100%; animation: gradient-flow 8s ease infinite; }
@keyframes gradient-flow { 0% { background-position: 0% 0; } 50% { background-position: 100% 0; } 100% { background-position: 0% 0; } }
.footer::after { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px); background-size: 40px 40px; pointer-events: none; }
.footer .container { position: relative; z-index: 1; }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 40px; padding-bottom: 50px; border-bottom: 1px solid var(--navy-700); }
@media (min-width: 600px) { .footer-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 992px) { .footer-grid { grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 50px; } }
.footer h3 { color: var(--white); font-size: 16px; font-weight: 900; margin-bottom: 22px; letter-spacing: 0.3px; position: relative; padding-bottom: 14px; }
.footer h3::after { content: ''; position: absolute; bottom: 0; right: 0; width: 32px; height: 2px; background: var(--gold-500); }
.footer p { color: var(--navy-300); font-size: 14px; line-height: 1.85; margin-bottom: 18px; }
.footer-contact { display: flex; flex-direction: column; gap: 10px; margin-bottom: 20px; }
.footer-contact a { display: inline-flex; align-items: center; gap: 10px; padding: 10px 14px; background: rgba(255,255,255,0.04); border: 1px solid var(--navy-700); border-radius: 8px; color: var(--navy-100); font-size: 13.5px; font-weight: 600; width: fit-content; max-width: 100%; }
.footer-contact a:hover { border-color: var(--gold-500); color: var(--gold-400); }
.footer-contact a i { width: 26px; height: 26px; background: var(--gold-500); color: var(--navy-950); border-radius: 6px; display: inline-flex; align-items: center; justify-content: center; font-size: 12px; flex-shrink: 0; }
.footer-social { display: flex; gap: 8px; flex-wrap: wrap; }
.footer-social a { width: 40px; height: 40px; background: rgba(255,255,255,0.05); border: 1px solid var(--navy-700); color: var(--navy-200); border-radius: 8px; display: inline-flex; align-items: center; justify-content: center; font-size: 15px; transition: var(--transition); }
.footer-social a:hover { background: var(--gold-500); color: var(--navy-950); border-color: var(--gold-500); transform: translateY(-2px); }
.footer-links li { margin-bottom: 10px; }
.footer-links a { display: inline-flex; align-items: center; gap: 8px; color: var(--navy-300); font-size: 13.5px; font-weight: 500; transition: var(--transition); }
.footer-links a i { font-size: 9px; color: var(--gold-600); transition: var(--transition); }
.footer-links a:hover { color: var(--gold-400); padding-right: 4px; }
.footer-links a:hover i { color: var(--gold-500); }
.footer-bottom { text-align: center; padding: 22px 0; font-size: 13px; color: var(--navy-400); }
.footer-bottom p { color: var(--navy-400); margin: 4px 0; font-size: 13px; }

/* FLOAT BUTTONS */
.float-buttons { position: fixed; bottom: 90px; left: 16px; z-index: 999; display: flex; flex-direction: column; gap: 12px; }
.float-btn { width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 26px; box-shadow: 0 6px 20px rgba(0,0,0,0.2); transition: var(--transition); position: relative; }
.float-btn:hover { transform: scale(1.08); }
.float-btn.whatsapp { background: #25D366; color: var(--white); }
.float-btn.whatsapp::before { content: ''; position: absolute; inset: -6px; border: 2px solid #25D366; border-radius: 50%; animation: pulse-ring 2s ease infinite; pointer-events: none; }
@keyframes pulse-ring { 0% { transform: scale(1); opacity: 1; } 100% { transform: scale(1.4); opacity: 0; } }

/* MOBILE BOTTOM NAV */
.mobile-bottom-nav { position: fixed; bottom: 0; left: 0; right: 0; background: var(--white); border-top: 1px solid var(--gray-200); display: flex; justify-content: space-around; padding: 8px 0; z-index: 999; box-shadow: 0 -4px 20px rgba(0,0,0,0.06); }
@media (min-width: 1024px) { .mobile-bottom-nav { display: none; } }
.bottom-nav-item { display: flex; flex-direction: column; align-items: center; gap: 4px; font-size: 11px; color: var(--gray-600); font-weight: 600; padding: 6px 4px; flex: 1; }
.bottom-nav-item i { font-size: 16px; }
.bottom-nav-item.call-btn { background: linear-gradient(135deg, var(--red-600), var(--red-500)); color: var(--white); border-radius: 50%; width: 56px; height: 56px; margin-top: -22px; flex: 0 0 auto; justify-content: center; box-shadow: 0 6px 18px rgba(230,57,70,0.45); }
.bottom-nav-item.call-btn i { font-size: 20px; }
.bottom-nav-item.call-btn span { font-size: 10px; margin-top: 2px; }

/* BOOKING MODAL */
.booking-modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(11,20,38,0.75); z-index: 3000; opacity: 0; visibility: hidden; transition: var(--transition); backdrop-filter: blur(6px); }
.booking-modal-overlay.active { opacity: 1; visibility: visible; }
.booking-modal { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(0.92); width: 95%; max-width: 600px; max-height: 90vh; background: var(--white); border-radius: 16px; z-index: 3001; opacity: 0; visibility: hidden; transition: var(--transition); display: flex; flex-direction: column; overflow: hidden; box-shadow: var(--shadow-xl); }
.booking-modal.active { opacity: 1; visibility: visible; transform: translate(-50%, -50%) scale(1); }
.booking-modal-header { background: linear-gradient(135deg, var(--navy-900), var(--navy-800)); color: var(--white); padding: 18px 22px; display: flex; justify-content: space-between; align-items: center; border-bottom: 3px solid var(--gold-500); }
.booking-modal-header h3 { font-size: 17px; font-weight: 800; display: flex; align-items: center; gap: 10px; }
.booking-modal-header h3 i { color: var(--gold-500); }
.modal-close { background: rgba(255,255,255,0.1); border: none; color: var(--white); width: 36px; height: 36px; border-radius: 6px; font-size: 16px; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.modal-close:hover { background: var(--red-500); }
.booking-modal-body { padding: 22px; overflow-y: auto; flex: 1; padding-bottom: 90px; position: relative; }
.booking-steps { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; padding-bottom: 20px; border-bottom: 1px solid var(--gray-200); gap: 4px; }
.step { display: flex; flex-direction: column; align-items: center; gap: 6px; flex: 1; position: relative; opacity: 0.5; transition: var(--transition); }
.step.active, .step.completed { opacity: 1; }
.step-number { width: 36px; height: 36px; background: var(--gray-200); color: var(--gray-600); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 14px; transition: var(--transition); }
.step.active .step-number { background: var(--gold-500); color: var(--navy-950); box-shadow: 0 0 0 5px rgba(201,169,97,0.2); }
.step.completed .step-number { background: var(--success); color: var(--white); }
.step-label { font-size: 12px; font-weight: 700; color: var(--navy-800); }
.booking-step-content { display: none; }
.booking-step-content.active { display: block; animation: fadeIn 0.4s ease; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
.step-title { font-size: 15px; font-weight: 800; color: var(--navy-900); margin-bottom: 16px; display: flex; align-items: center; gap: 8px; }
.step-title i { color: var(--gold-600); }
.device-grid, .brand-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 18px; }
@media (min-width: 480px) { .device-grid { grid-template-columns: repeat(3, 1fr); } .brand-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 600px) { .brand-grid { grid-template-columns: repeat(4, 1fr); } }
.device-option, .brand-option { cursor: pointer; display: block; }
.device-option input, .brand-option input { display: none; }
.device-card-select, .brand-card-select { background: var(--white); border: 2px solid var(--gray-200); border-radius: 10px; padding: 14px 8px; text-align: center; transition: var(--transition); }
.device-card-select i { font-size: 22px; color: var(--gold-600); margin-bottom: 6px; display: block; }
.device-card-select span, .brand-card-select span { font-size: 12px; font-weight: 700; color: var(--navy-800); display: block; }
.device-option input:checked + .device-card-select, .brand-option input:checked + .brand-card-select { border-color: var(--gold-500); background: var(--gold-100); }
.brand-letter-box { width: 36px; height: 36px; background: var(--navy-900); color: var(--gold-500); border-radius: 6px; display: inline-flex; align-items: center; justify-content: center; font-weight: 900; font-size: 14px; margin: 0 auto 6px; }
.brand-card-select.has-logo .brand-letter-box { display: none; }
.brand-select-logo { max-width: 100%; max-height: 36px; margin: 0 auto 6px; filter: grayscale(100%); }
.brand-option input:checked + .brand-card-select .brand-select-logo { filter: grayscale(0%); }
.step-buttons { display: flex; gap: 10px; margin-top: 18px; }
.step-buttons .btn { flex: 1; }
.booking-success { text-align: center; padding: 16px 0; }
.success-icon { font-size: 64px; color: var(--success); margin-bottom: 14px; }
.booking-success h3 { font-size: 22px; font-weight: 900; color: var(--navy-900); margin-bottom: 8px; }
.booking-success p { color: var(--gray-600); margin-bottom: 22px; }
.booking-number-box { background: var(--navy-900); color: var(--white); border-radius: 10px; padding: 14px; margin-bottom: 18px; border: 1px solid var(--gold-500); }
.booking-number-box span { display: block; font-size: 12px; color: var(--navy-300); margin-bottom: 4px; }
.booking-number-box strong { font-size: 18px; font-weight: 900; color: var(--gold-500); letter-spacing: 1px; }
.tracking-info-box { background: var(--gray-50); padding: 14px; border-radius: 10px; margin-bottom: 18px; border: 1px solid var(--gray-200); }
.tracking-info-box label { display: block; font-size: 12px; color: var(--gray-600); font-weight: 700; margin-bottom: 8px; }
.tracking-link-wrapper { display: flex; gap: 8px; }
.tracking-link-wrapper input { flex: 1; padding: 10px 12px; border: 1px solid var(--gray-300); border-radius: 6px; font-size: 12px; background: var(--white); }
.tracking-link-wrapper button { width: 42px; background: var(--gold-500); color: var(--navy-950); border: none; border-radius: 6px; cursor: pointer; }
.success-actions { display: flex; flex-direction: column; gap: 10px; }

/* CUSTOM ALERT */
.custom-alert { position: fixed; top: 90px; left: 50%; transform: translateX(-50%) translateY(-150%); background: var(--navy-900); color: var(--white); padding: 14px 22px; border-radius: 10px; z-index: 4000; font-weight: 700; font-size: 14px; box-shadow: var(--shadow-xl); border-right: 4px solid var(--gold-500); transition: transform 0.4s ease; max-width: 90%; align-items: center; gap: 10px; visibility: hidden; opacity: 0; display: none; }
.custom-alert.show { display: flex; visibility: visible; opacity: 1; }
.custom-alert.show { transform: translateX(-50%) translateY(0); }
.custom-alert.success { border-right-color: var(--success); }
.custom-alert.error { border-right-color: var(--danger); }

/* HELPERS */
.text-center { text-align: center; }
.text-gold { color: var(--gold-500); }
.text-navy { color: var(--navy-900); }
.mb-0 { margin-bottom: 0; }
.mb-2 { margin-bottom: 8px; }
.mb-3 { margin-bottom: 16px; }
.mb-4 { margin-bottom: 24px; }
.mb-5 { margin-bottom: 32px; }

[data-animate] { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
[data-animate].animated { opacity: 1; transform: translateY(0); }

@media print { .header, .footer, .float-buttons, .mobile-bottom-nav, .booking-modal-overlay, .booking-modal { display: none !important; } }

/* ============================================
   CUSTOM CATEGORY COMPONENTS — Premium Sections
   ============================================ */

/* Types Grid — انواع الجهاز */
.types-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
@media (min-width: 600px) { .types-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .types-grid { grid-template-columns: repeat(3, 1fr); } }
.type-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: 14px; padding: 28px; transition: var(--transition); position: relative; overflow: hidden; }
.type-card::before { content: ''; position: absolute; top: 0; right: 0; width: 4px; height: 100%; background: linear-gradient(180deg, var(--gold-500), var(--red-500)); transform: scaleY(0); transform-origin: top; transition: transform 0.5s ease; }
.type-card:hover::before { transform: scaleY(1); }
.type-card:hover { border-color: var(--gold-500); box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.type-card-header { display: flex; align-items: center; gap: 16px; margin-bottom: 16px; }
.type-card-icon { width: 56px; height: 56px; background: linear-gradient(135deg, var(--navy-900), var(--navy-800)); border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.type-card-icon i { color: var(--gold-500); font-size: 22px; }
.type-card-title h3 { font-size: 18px; font-weight: 800; color: var(--navy-900); margin-bottom: 4px; letter-spacing: -0.2px; }
.type-card-title span { font-size: 11px; color: var(--gold-700); font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.type-card-desc { color: var(--gray-700); font-size: 14.5px; line-height: 1.75; margin-bottom: 14px; }
.type-card-issues { list-style: none; padding: 0; margin: 0; padding-top: 14px; border-top: 1px dashed var(--gray-200); }
.type-card-issues li { font-size: 13.5px; color: var(--gray-700); padding: 5px 0; padding-right: 22px; position: relative; line-height: 1.6; }
.type-card-issues li::before { content: ''; position: absolute; right: 4px; top: 12px; width: 8px; height: 8px; background: var(--gold-500); border-radius: 50%; box-shadow: 0 0 0 3px rgba(201,169,97,0.2); }

/* Faults Accordion - vertical interactive */
.faults-list { display: flex; flex-direction: column; gap: 12px; max-width: 920px; margin: 0 auto; }
.fault-pro { background: var(--white); border: 1px solid var(--gray-200); border-radius: 12px; overflow: hidden; transition: var(--transition); }
.fault-pro:hover { border-color: var(--gold-300); }
.fault-pro.active { border-color: var(--gold-500); box-shadow: var(--shadow-md); }
.fault-pro-header { padding: 18px 22px; display: flex; align-items: center; gap: 16px; cursor: pointer; background: transparent; border: none; width: 100%; text-align: right; font-family: inherit; transition: var(--transition); }
.fault-pro-header:hover { background: var(--navy-50); }
.fault-pro-icon { width: 44px; height: 44px; background: var(--red-100); color: var(--red-600); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 17px; flex-shrink: 0; transition: var(--transition); }
.fault-pro.active .fault-pro-icon { background: var(--red-500); color: var(--white); transform: scale(1.05); }
.fault-pro-title { flex: 1; font-size: 16px; font-weight: 800; color: var(--navy-900); }
.fault-pro-toggle { width: 32px; height: 32px; background: var(--navy-50); color: var(--navy-900); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; flex-shrink: 0; transition: var(--transition); }
.fault-pro.active .fault-pro-toggle { background: var(--gold-500); color: var(--navy-950); transform: rotate(180deg); }
.fault-pro-body { max-height: 0; overflow: hidden; transition: max-height 0.5s ease; }
.fault-pro.active .fault-pro-body { max-height: 800px; }
.fault-pro-content { padding: 0 22px 22px; display: grid; gap: 14px; }
.fault-pro-content::before { content: ''; display: block; height: 1px; background: var(--gray-200); margin: 0 0 4px; }
.fault-detail { display: flex; gap: 14px; align-items: flex-start; }
.fault-detail-icon { width: 36px; height: 36px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 14px; flex-shrink: 0; }
.fault-detail-content { flex: 1; }
.fault-detail-content strong { display: inline-block; color: var(--navy-900); font-size: 11px; margin-bottom: 6px; letter-spacing: 1px; text-transform: uppercase; padding: 2px 10px; border-radius: 4px; background: var(--gray-100); }
.fault-detail-content p { margin: 0; font-size: 14.5px; line-height: 1.75; color: var(--gray-700); }
.fault-detail.symptoms .fault-detail-icon { background: #FEF3C7; color: #D97706; }
.fault-detail.symptoms strong { background: #FEF3C7; color: #92400E; }
.fault-detail.causes .fault-detail-icon { background: var(--red-100); color: var(--red-600); }
.fault-detail.causes strong { background: var(--red-100); color: var(--red-700); }
.fault-detail.solution .fault-detail-icon { background: #DCFCE7; color: #059669; }
.fault-detail.solution strong { background: #DCFCE7; color: #065F46; }

/* Tips Grid - elegant cards with big number */
.tips-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
@media (min-width: 600px) { .tips-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .tips-grid { grid-template-columns: repeat(3, 1fr); } }
.tip-card { background: linear-gradient(135deg, var(--white), var(--navy-50)); border: 1px solid var(--gray-200); border-radius: 14px; padding: 26px 22px; transition: var(--transition); position: relative; overflow: hidden; }
.tip-card::before { content: attr(data-num); position: absolute; top: 8px; left: 14px; font-size: 88px; font-weight: 900; color: rgba(201,169,97,0.15); line-height: 1; pointer-events: none; letter-spacing: -3px; }
.tip-card:hover { border-color: var(--gold-500); transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.tip-card:hover::before { color: rgba(201,169,97,0.25); }
.tip-card-icon { width: 50px; height: 50px; background: linear-gradient(135deg, var(--gold-500), var(--gold-600)); color: var(--navy-950); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 19px; margin-bottom: 16px; position: relative; z-index: 1; box-shadow: 0 6px 16px rgba(201,169,97,0.3); }
.tip-card h4 { font-size: 16px; font-weight: 800; color: var(--navy-900); margin-bottom: 10px; position: relative; z-index: 1; letter-spacing: -0.2px; }
.tip-card p { font-size: 14px; color: var(--gray-700); line-height: 1.75; position: relative; z-index: 1; }

/* Service Highlights - 2-column with icon and text */
.service-highlight-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 600px) { .service-highlight-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .service-highlight-grid { grid-template-columns: repeat(3, 1fr); } }
.service-highlight { background: var(--white); border: 1px solid var(--gray-200); border-radius: 12px; padding: 24px; display: flex; gap: 16px; transition: var(--transition); position: relative; overflow: hidden; }
.service-highlight::after { content: ''; position: absolute; bottom: 0; right: 0; width: 0; height: 3px; background: linear-gradient(90deg, var(--gold-500), var(--red-500)); transition: width 0.4s ease; }
.service-highlight:hover::after { width: 100%; }
.service-highlight:hover { border-color: var(--gold-500); box-shadow: var(--shadow-md); transform: translateY(-3px); }
.service-highlight-icon { width: 52px; height: 52px; background: linear-gradient(135deg, var(--navy-900), var(--navy-800)); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.service-highlight-icon i { color: var(--gold-500); font-size: 20px; }
.service-highlight-content h4 { font-size: 16px; font-weight: 800; color: var(--navy-900); margin-bottom: 6px; letter-spacing: -0.2px; }
.service-highlight-content p { font-size: 13.5px; color: var(--gray-600); line-height: 1.7; margin: 0; }

/* Stats Bar - prominent stats display */
.stats-bar { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; background: var(--navy-900); border-radius: 14px; overflow: hidden; }
@media (min-width: 768px) { .stats-bar { grid-template-columns: repeat(4, 1fr); } }
.stat-cell { padding: 28px 22px; text-align: center; border-left: 1px solid var(--navy-700); border-bottom: 1px solid var(--navy-700); position: relative; }
.stat-cell:nth-child(2n) { border-left: none; }
@media (min-width: 768px) { .stat-cell { border-left: 1px solid var(--navy-700); border-bottom: none; } .stat-cell:last-child { border-left: none; } .stat-cell:nth-child(2n) { border-left: 1px solid var(--navy-700); } }
.stat-cell-num { font-size: 32px; font-weight: 900; color: var(--gold-500); line-height: 1; margin-bottom: 6px; letter-spacing: -1px; }
.stat-cell-label { font-size: 12.5px; color: var(--navy-200); font-weight: 600; letter-spacing: 0.3px; }

/* Section dividers and special headings */
.section-mini-eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px; background: var(--gold-100); color: var(--gold-700); font-size: 11px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; border-radius: 30px; margin-bottom: 12px; }

/* Hero variant for category pages */
.cat-hero { background: var(--navy-900); color: var(--white); padding: 60px 0 70px; position: relative; overflow: hidden; }
.cat-hero::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px); background-size: 60px 60px; pointer-events: none; }
.cat-hero::after { content: ''; position: absolute; top: -150px; left: -150px; width: 500px; height: 500px; background: radial-gradient(circle, rgba(201,169,97,0.18), transparent 70%); pointer-events: none; }
.cat-hero .container { position: relative; z-index: 1; }
.cat-hero-grid { display: grid; grid-template-columns: 1fr; gap: 30px; align-items: center; }
@media (min-width: 992px) { .cat-hero-grid { grid-template-columns: 1.3fr 1fr; gap: 50px; } }
.cat-hero-eyebrow { display: inline-flex; align-items: center; gap: 10px; padding: 7px 16px; background: rgba(201,169,97,0.12); border: 1px solid rgba(201,169,97,0.3); border-radius: 30px; color: var(--gold-400); font-weight: 700; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 18px; }
.cat-hero-eyebrow::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--gold-500); box-shadow: 0 0 10px var(--gold-500); animation: pulse-dot 2s ease infinite; }
.cat-hero h1 { font-size: 28px; font-weight: 900; line-height: 1.2; margin-bottom: 16px; letter-spacing: -0.5px; }
.cat-hero h1 .accent { background: linear-gradient(135deg, var(--gold-400), var(--gold-500)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.cat-hero p { font-size: 16px; line-height: 1.85; color: var(--navy-200); margin-bottom: 24px; max-width: 600px; }
.cat-hero-features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-bottom: 28px; max-width: 540px; }
.cat-hero-feature { display: flex; align-items: center; gap: 10px; color: var(--navy-100); font-weight: 600; font-size: 13.5px; }
.cat-hero-feature i { width: 26px; height: 26px; background: rgba(201,169,97,0.15); color: var(--gold-500); border-radius: 6px; display: inline-flex; align-items: center; justify-content: center; font-size: 11px; flex-shrink: 0; }
.cat-hero-card { background: linear-gradient(135deg, rgba(255,255,255,0.05), rgba(255,255,255,0.01)); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; padding: 28px; backdrop-filter: blur(10px); }
.cat-hero-card-icon { width: 90px; height: 90px; background: linear-gradient(135deg, var(--gold-500), var(--gold-600)); border-radius: 18px; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; box-shadow: 0 12px 30px rgba(201,169,97,0.4); }
.cat-hero-card-icon i { font-size: 38px; color: var(--navy-950); }
.cat-hero-card-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,0.1); }
.cat-hero-card-stat { text-align: center; }
.cat-hero-card-stat strong { display: block; font-size: 22px; color: var(--gold-500); font-weight: 900; line-height: 1; margin-bottom: 4px; }
.cat-hero-card-stat span { font-size: 11.5px; color: var(--navy-300); font-weight: 600; }
@media (min-width: 768px) { .cat-hero { padding: 80px 0 90px; } .cat-hero h1 { font-size: 40px; } .cat-hero p { font-size: 17px; } .cat-hero-features { grid-template-columns: 1fr 1fr; } }

/* ============================================
   BILINGUAL COMPONENTS — Arabic + English
   ============================================ */

/* Bilingual Section Header */
.bilingual-header { text-align: center; margin-bottom: 50px; max-width: 800px; margin-left: auto; margin-right: auto; }
.bilingual-eyebrow-pair { display: inline-flex; align-items: center; gap: 12px; padding: 8px 18px; background: var(--gold-100); border-radius: 30px; margin-bottom: 16px; }
.bilingual-eyebrow-pair .ar { font-size: 12px; font-weight: 800; color: var(--gold-700); letter-spacing: 1.5px; }
.bilingual-eyebrow-pair .sep { width: 1px; height: 12px; background: var(--gold-600); }
.bilingual-eyebrow-pair .en { font-size: 11px; font-weight: 700; color: var(--gold-700); letter-spacing: 2px; text-transform: uppercase; direction: ltr; }
.bilingual-title-ar { font-size: 28px; font-weight: 900; color: var(--navy-900); line-height: 1.25; margin-bottom: 6px; letter-spacing: -0.5px; }
.bilingual-title-en { display: inline-block; font-size: 13px; color: var(--gold-700); font-weight: 700; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 12px; direction: ltr; }
.bilingual-subtitle { font-size: 16px; color: var(--gray-600); line-height: 1.75; }
.bg-dark .bilingual-title-ar { color: var(--white); }
.bg-dark .bilingual-eyebrow-pair { background: rgba(201,169,97,0.12); border: 1px solid rgba(201,169,97,0.3); }
.bg-dark .bilingual-eyebrow-pair .ar, .bg-dark .bilingual-eyebrow-pair .en { color: var(--gold-400); }
.bg-dark .bilingual-subtitle { color: var(--navy-200); }
@media (min-width: 768px) { .bilingual-title-ar { font-size: 38px; } }

/* English Content Block — Full English section */
.english-section { background: linear-gradient(135deg, var(--navy-950), var(--navy-900)); color: var(--white); padding: 70px 0; position: relative; overflow: hidden; }
.english-section::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(201,169,97,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(201,169,97,0.04) 1px, transparent 1px); background-size: 60px 60px; pointer-events: none; }
.english-section::after { content: 'EN'; position: absolute; top: 30px; right: 30px; font-size: 90px; font-weight: 900; color: rgba(201,169,97,0.05); line-height: 1; letter-spacing: -3px; pointer-events: none; }
.english-section .container { position: relative; z-index: 1; direction: ltr; text-align: left; }
.english-section .english-content { max-width: 880px; margin: 0 auto; }
.english-section h2 { font-size: 32px; font-weight: 900; color: var(--gold-500); margin-bottom: 14px; letter-spacing: -0.5px; line-height: 1.2; font-family: 'Tajawal', sans-serif; }
.english-section .lead { font-size: 17px; color: var(--navy-100); line-height: 1.85; margin-bottom: 30px; }
.english-section h3 { font-size: 21px; font-weight: 800; color: var(--white); margin: 36px 0 14px; padding-left: 14px; border-left: 4px solid var(--gold-500); }
.english-section p { color: var(--navy-200); font-size: 15.5px; line-height: 1.85; margin-bottom: 14px; }
.english-section strong { color: var(--gold-400); font-weight: 700; }
.english-section ul { margin: 14px 0 18px; padding-left: 0; }
.english-section ul li { position: relative; padding-left: 26px; margin-bottom: 10px; color: var(--navy-200); font-size: 15px; line-height: 1.8; list-style: none; }
.english-section ul li::before { content: ''; position: absolute; left: 0; top: 12px; width: 14px; height: 2px; background: var(--gold-500); }
.english-section a { color: var(--gold-400); font-weight: 700; }
.english-section a:hover { color: var(--gold-300); }
.english-section .english-eyebrow { display: inline-flex; align-items: center; gap: 10px; padding: 7px 16px; background: rgba(201,169,97,0.12); border: 1px solid rgba(201,169,97,0.3); border-radius: 30px; color: var(--gold-400); font-weight: 700; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 18px; }
.english-section .english-eyebrow::before { content: '🌐'; font-size: 14px; }

/* English FAQ items */
.english-faq { display: flex; flex-direction: column; gap: 12px; margin-top: 24px; }
.english-faq-item { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: 12px; overflow: hidden; transition: var(--transition); }
.english-faq-item:hover { border-color: var(--gold-500); background: rgba(255,255,255,0.06); }
.english-faq-item.active { border-color: var(--gold-500); }
.english-faq-q { padding: 18px 22px; display: flex; align-items: center; gap: 14px; cursor: pointer; background: transparent; border: none; width: 100%; text-align: left; font-family: inherit; color: var(--white); font-size: 15.5px; font-weight: 700; }
.english-faq-q .icon { width: 28px; height: 28px; background: var(--gold-500); color: var(--navy-950); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 11px; flex-shrink: 0; transition: var(--transition); }
.english-faq-item.active .english-faq-q .icon { transform: rotate(180deg); }
.english-faq-q .q-text { flex: 1; }
.english-faq-a { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.english-faq-item.active .english-faq-a { max-height: 400px; }
.english-faq-a-inner { padding: 0 22px 18px 64px; color: var(--navy-200); font-size: 14.5px; line-height: 1.85; }

/* Glossary - Technical Terms */
.glossary-grid { display: grid; grid-template-columns: 1fr; gap: 14px; max-width: 920px; margin: 0 auto; }
@media (min-width: 600px) { .glossary-grid { grid-template-columns: repeat(2, 1fr); } }
.glossary-item { background: var(--white); border: 1px solid var(--gray-200); border-radius: 10px; padding: 18px 20px; transition: var(--transition); display: flex; gap: 14px; align-items: flex-start; }
.glossary-item:hover { border-color: var(--gold-500); box-shadow: var(--shadow-sm); }
.glossary-item-mark { width: 38px; height: 38px; background: linear-gradient(135deg, var(--navy-900), var(--navy-800)); color: var(--gold-500); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 900; flex-shrink: 0; }
.glossary-item-content { flex: 1; }
.glossary-item-en { display: inline-block; font-size: 12px; color: var(--gold-700); font-weight: 800; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 4px; direction: ltr; padding: 2px 8px; background: var(--gold-100); border-radius: 4px; }
.glossary-item-ar { display: block; font-size: 15px; font-weight: 800; color: var(--navy-900); margin-bottom: 4px; }
.glossary-item-desc { font-size: 13.5px; color: var(--gray-600); line-height: 1.65; margin: 0; }

/* Standards Section */
.standards-grid { display: grid; grid-template-columns: 1fr; gap: 18px; max-width: 1080px; margin: 0 auto; }
@media (min-width: 768px) { .standards-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .standards-grid { grid-template-columns: repeat(3, 1fr); } }
.standard-card { background: var(--white); border: 2px solid var(--gold-300); border-radius: 14px; padding: 24px 22px; position: relative; transition: var(--transition); }
.standard-card::before { content: ''; position: absolute; top: -1px; left: 22px; right: 22px; height: 3px; background: linear-gradient(90deg, var(--gold-500), var(--red-500)); border-radius: 0 0 3px 3px; }
.standard-card:hover { border-color: var(--gold-500); box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.standard-card-badge { display: inline-block; padding: 5px 12px; background: var(--navy-900); color: var(--gold-500); font-size: 11px; font-weight: 800; border-radius: 4px; letter-spacing: 2px; margin-bottom: 12px; direction: ltr; }
.standard-card h4 { font-size: 17px; font-weight: 800; color: var(--navy-900); margin-bottom: 8px; }
.standard-card p { font-size: 14px; color: var(--gray-700); line-height: 1.75; margin: 0; }

/* Internal Linking - Related Services */
.related-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
@media (min-width: 600px) { .related-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 992px) { .related-grid { grid-template-columns: repeat(3, 1fr); } }
.related-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: 12px; padding: 22px; display: flex; gap: 14px; align-items: center; transition: var(--transition); }
.related-card:hover { border-color: var(--gold-500); transform: translateY(-3px); box-shadow: var(--shadow-md); }
.related-card-icon { width: 50px; height: 50px; background: linear-gradient(135deg, var(--navy-900), var(--navy-800)); color: var(--gold-500); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 19px; flex-shrink: 0; }
.related-card-content h4 { font-size: 15px; font-weight: 800; color: var(--navy-900); margin-bottom: 3px; }
.related-card-content span { font-size: 12.5px; color: var(--gray-600); font-weight: 600; }

/* ============================================
   BILINGUAL — LTR support + Language Switcher
   ============================================ */

/* Language switcher button */
.lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 11px;
  background: rgba(201, 169, 97, 0.12);
  color: var(--gold-400);
  border: 1px solid rgba(201, 169, 97, 0.3);
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-decoration: none;
  transition: var(--transition);
}
.lang-switcher:hover {
  background: var(--gold-500);
  color: var(--navy-950);
  border-color: var(--gold-500);
}
.lang-switcher i {
  font-size: 11px;
}

/* LTR adjustments for English version */
html[dir="ltr"] body { font-family: 'Inter', 'Tajawal', system-ui, -apple-system, sans-serif; }
html[dir="ltr"] .breadcrumb { direction: ltr; }
html[dir="ltr"] .breadcrumb i.fa-chevron-left { transform: rotate(180deg); }
html[dir="ltr"] .nav-desktop a:not(.dropdown-toggle) { letter-spacing: 0.2px; }
html[dir="ltr"] .service-card-link i.fa-arrow-left { transform: rotate(180deg); }
html[dir="ltr"] .btn i.fa-arrow-left { transform: rotate(180deg); }
html[dir="ltr"] .fault-pro-header { text-align: left; }
html[dir="ltr"] .type-card-issues li { padding-right: 0; padding-left: 22px; }
html[dir="ltr"] .type-card-issues li::before { right: auto; left: 4px; }
html[dir="ltr"] .sidebar-list li a i.fas { transform: none; }
html[dir="ltr"] .accent { background: linear-gradient(135deg, var(--gold-400), var(--gold-500)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

/* Inter font for English */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

/* English typography refinements */
html[dir="ltr"] h1, html[dir="ltr"] h2, html[dir="ltr"] h3, html[dir="ltr"] h4 {
  letter-spacing: -0.5px;
}
html[dir="ltr"] .cat-hero h1 { letter-spacing: -1px; }
html[dir="ltr"] .section-title { letter-spacing: -0.5px; }


/* ============================================================================
   MOBILE-FIRST OPTIMIZATIONS — Premium Mobile Experience
   Fixes: floating elements, sticky positioning, sidebar bleed-through, type scaling
   ============================================================================ */

/* Cat-hero card hidden on mobile (cleaner without empty box) */
@media (max-width: 991px) {
  .cat-hero-card { display: none; }
  .cat-hero-grid { grid-template-columns: 1fr; gap: 0; }
  .cat-hero { padding: 50px 0 60px; }
  .cat-hero h1 { font-size: 28px; line-height: 1.25; }
  .cat-hero p { font-size: 15px; line-height: 1.75; }
  .cat-hero-features { grid-template-columns: 1fr; gap: 8px; max-width: 100%; }
  .cat-hero-feature { font-size: 13px; }
  .cat-hero-eyebrow { font-size: 11px; padding: 6px 12px; }
}

/* Better sidebar handling — must NOT overlap content on mobile */
@media (max-width: 991px) {
  .content-wrapper { grid-template-columns: 1fr; gap: 24px; }
  .content-sidebar { position: static !important; }
  .sidebar-card { position: static !important; }
  .content-main { padding: 22px 18px; }
  .content-main h2 { font-size: 20px; padding-right: 10px; border-right-width: 3px; }
  .content-main h3 { font-size: 16px; }
  .content-main p, .content-main li { font-size: 15px; line-height: 1.85; }
}

/* Page hero — mobile optimized */
@media (max-width: 768px) {
  .page-hero { padding: 36px 0 44px; }
  .page-hero h1 { font-size: 24px; line-height: 1.3; }
  .page-hero p { font-size: 14.5px; line-height: 1.75; }
  .breadcrumb { font-size: 12px; gap: 6px; }
  .breadcrumb i { font-size: 9px; }
  .page-hero-actions { gap: 8px; margin-top: 18px; flex-direction: column; }
  .page-hero-actions .btn { width: 100%; justify-content: center; padding: 14px 18px; font-size: 14px; }
}

/* Hero adjustments mobile */
@media (max-width: 768px) {
  .hero { padding: 40px 0 50px; }
  .hero h1 { font-size: 26px; line-height: 1.25; }
  .hero p, .hero-desc { font-size: 14.5px; }
  .hero-buttons { flex-direction: column; gap: 8px; }
  .hero-buttons .btn { width: 100%; justify-content: center; }
  .hero-stats-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; padding-top: 24px; }
  .hero-stat .number { font-size: 24px; }
  .hero-stat .label { font-size: 11.5px; }
  .hero-features { grid-template-columns: 1fr; gap: 8px; }
  .hero-feature { font-size: 13px; }
}

/* Section headers mobile */
@media (max-width: 768px) {
  .section-header { margin-bottom: 30px; padding: 0 8px; }
  .section-title { font-size: 22px; line-height: 1.3; letter-spacing: -0.3px; }
  .section-subtitle { font-size: 14px; line-height: 1.7; }
  .section-eyebrow { font-size: 10.5px; letter-spacing: 1px; padding: 5px 10px; }
  section { padding: 40px 0; }
  .container { padding-left: 14px; padding-right: 14px; }
}

/* Service cards mobile */
@media (max-width: 600px) {
  .services-grid { grid-template-columns: 1fr; gap: 14px; }
  .service-card { padding: 22px 18px; }
  .service-card-number { font-size: 60px; opacity: 0.08; }
  .service-card-icon { width: 52px; height: 52px; }
  .service-card-icon i { font-size: 22px; }
  .service-card h3 { font-size: 17px; }
  .service-card p { font-size: 13.5px; }
}

/* Why cards mobile */
@media (max-width: 600px) {
  .why-us-grid { grid-template-columns: 1fr; gap: 14px; }
  .why-card { padding: 22px 18px; }
}

/* Process steps — mobile vertical timeline */
@media (max-width: 768px) {
  .process-grid { grid-template-columns: 1fr; gap: 22px; padding: 0; }
  .process-grid::before { display: none; }
  .process-step { padding: 22px 18px; }
  .process-step-num { width: 56px; height: 56px; font-size: 22px; }
}

/* Brands grid mobile */
@media (max-width: 600px) {
  .brands-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 10px; }
  .brand-card { padding: 14px 10px; min-height: 100px; }
  .brand-card img { max-height: 32px; }
  .brand-card span { font-size: 12px; }
}
@media (min-width: 600px) and (max-width: 768px) {
  .brands-grid { grid-template-columns: repeat(3, 1fr) !important; }
}

/* Areas grid mobile */
@media (max-width: 600px) {
  .areas-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .area-card { padding: 12px 10px; font-size: 13px; }
}

/* Reviews mobile */
@media (max-width: 768px) {
  .reviews-grid { grid-template-columns: 1fr; gap: 14px; }
  .review-card { padding: 22px 18px; }
}

/* Booking CTA card mobile */
@media (max-width: 768px) {
  .booking-cta-card { flex-direction: column; text-align: center; gap: 14px; padding: 26px 20px; }
  .booking-cta-icon { margin: 0 auto; }
  .booking-cta-content h2 { font-size: 20px; }
  .booking-cta-content p { font-size: 14px; }
  .booking-cta-arrow { display: none; }
}

/* Features strip mobile */
@media (max-width: 768px) {
  .features-strip-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .feature-strip-item { padding: 14px 12px; gap: 10px; }
  .feature-strip-item i { font-size: 22px; }
  .feature-strip-text strong { font-size: 13px; }
  .feature-strip-text span { font-size: 11px; }
}
@media (max-width: 480px) {
  .features-strip-grid { grid-template-columns: 1fr; }
}

/* Types grid mobile */
@media (max-width: 600px) {
  .types-grid { grid-template-columns: 1fr; gap: 14px; }
  .type-card { padding: 22px 18px; }
  .type-card-icon { width: 48px; height: 48px; }
  .type-card-icon i { font-size: 18px; }
  .type-card-title h3 { font-size: 16px; }
}

/* Faults accordion mobile */
@media (max-width: 768px) {
  .fault-pro-header { padding: 14px 16px; gap: 12px; }
  .fault-pro-icon { width: 38px; height: 38px; font-size: 14px; }
  .fault-pro-title { font-size: 14px; line-height: 1.45; }
  .fault-pro-toggle { width: 28px; height: 28px; font-size: 11px; }
  .fault-pro-content { padding: 0 16px 18px; }
  .fault-detail-icon { width: 32px; height: 32px; font-size: 12px; }
  .fault-detail-content strong { font-size: 10px; padding: 2px 8px; }
  .fault-detail-content p { font-size: 13.5px; line-height: 1.7; }
}

/* Tips grid mobile */
@media (max-width: 600px) {
  .tips-grid { grid-template-columns: 1fr; }
  .tip-card { padding: 22px 18px; }
  .tip-card::before { font-size: 64px; top: 6px; left: 10px; }
  .tip-card-icon { width: 44px; height: 44px; font-size: 17px; }
  .tip-card h4 { font-size: 15px; }
  .tip-card p { font-size: 13.5px; }
}

/* Service highlights mobile */
@media (max-width: 600px) {
  .service-highlight-grid { grid-template-columns: 1fr; gap: 12px; }
  .service-highlight { padding: 18px 16px; gap: 14px; }
  .service-highlight-icon { width: 44px; height: 44px; }
  .service-highlight-icon i { font-size: 17px; }
  .service-highlight-content h4 { font-size: 15px; }
  .service-highlight-content p { font-size: 13px; }
}

/* Float button — Make sure WhatsApp doesn't show empty box */
.float-btn { -webkit-tap-highlight-color: transparent; }
.float-btn i { display: inline-block !important; line-height: 1; }
.float-btn.whatsapp i.fab { font-family: 'Font Awesome 6 Brands' !important; font-weight: 400; }

/* Additional mobile fixes for floating elements */
@media (max-width: 768px) {
  .float-buttons { bottom: 76px; left: 12px; }
  .float-btn { width: 50px; height: 50px; font-size: 22px; }
  .float-btn.whatsapp::before { inset: -4px; }
  
  /* Bottom nav fix */
  .mobile-bottom-nav { padding: 6px 0 8px; }
  .bottom-nav-item { padding: 6px 4px; font-size: 11px; gap: 3px; }
  .bottom-nav-item i { font-size: 18px; }
  .bottom-nav-item.call-btn { width: 56px; height: 56px; }
  .bottom-nav-item.call-btn i { font-size: 22px; }
}

/* Footer mobile */
@media (max-width: 768px) {
  .footer { padding: 40px 0 100px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; text-align: right; }
  .footer h3 { font-size: 16px; margin-bottom: 14px; }
  .footer-links li { padding: 5px 0; font-size: 13.5px; }
  .footer-contact { justify-content: flex-start; }
  .footer-bottom { font-size: 12px; padding-top: 18px; }
}

/* Header mobile */
@media (max-width: 768px) {
  .header { padding: 10px 0; }
  .logo-icon { width: 40px; height: 40px; }
  .logo-icon i { font-size: 18px; }
  .logo-icon::after { font-size: 8px; bottom: 3px; right: 4px; }
  .logo-name { font-size: 16px; }
  .logo-tagline { font-size: 10px; }
  .header-call { padding: 8px 14px; font-size: 13px; min-height: 38px; }
  .header-call span { font-size: 13px; }
  .header-call i { font-size: 14px; }
  .menu-toggle { width: 40px; height: 40px; font-size: 18px; }
}

/* Stats bar mobile */
@media (max-width: 600px) {
  .stats-bar { grid-template-columns: 1fr 1fr; }
  .stat-cell { padding: 18px 14px; }
  .stat-cell-num { font-size: 24px; }
  .stat-cell-label { font-size: 11px; }
}

/* Booking modal mobile */
@media (max-width: 600px) {
  .booking-modal { width: calc(100% - 20px); max-height: 92vh; }
  .booking-modal-header { padding: 16px 18px; }
  .booking-modal-header h3 { font-size: 16px; }
  .booking-modal-body { padding: 18px; }
  .device-grid, .brand-grid { grid-template-columns: 1fr 1fr !important; gap: 8px; }
  .device-card-select, .brand-card-select { padding: 12px 8px; font-size: 12px; }
  .device-card-select i { font-size: 22px; margin-bottom: 6px; }
  .step-buttons { flex-direction: column; gap: 8px; }
  .step-buttons .btn { width: 100%; }
}

/* Smaller screens — extra optimization */
@media (max-width: 380px) {
  .hero h1, .page-hero h1, .cat-hero h1 { font-size: 22px; }
  .section-title { font-size: 19px; }
  .container { padding-left: 12px; padding-right: 12px; }
  .btn { font-size: 13px; padding: 12px 16px; min-height: 44px; }
}

/* iOS safe area for notch */
@supports (padding: max(0px)) {
  .mobile-bottom-nav { padding-bottom: max(8px, env(safe-area-inset-bottom)); }
  .float-buttons { bottom: max(76px, calc(env(safe-area-inset-bottom) + 70px)); }
  .header { padding-top: max(10px, env(safe-area-inset-top)); }
}

/* Prevent horizontal scroll on mobile */
html, body { overflow-x: hidden; max-width: 100%; }
* { max-width: 100%; }
img { max-width: 100%; height: auto; }
section { overflow: hidden; }

/* Fix WhatsApp pulse-ring on mobile */
@media (max-width: 768px) {
  .float-btn.whatsapp::before { animation: pulse-ring 2.5s ease infinite; }
  
  /* Remove any rogue empty boxes */
  .hero-card-stat:empty, .stat-cell:empty, .feature-strip-item:empty { display: none !important; }
  
  /* Ensure all icons render */
  .fas, .far, .fab, .fa { 
    font-family: 'Font Awesome 6 Free', 'Font Awesome 6 Brands', 'FontAwesome' !important; 
    -webkit-font-smoothing: antialiased; 
    display: inline-block; 
    font-style: normal; 
    font-variant: normal; 
    text-rendering: auto; 
    line-height: 1; 
  }
  .fab { font-family: 'Font Awesome 6 Brands' !important; font-weight: 400; }
  .fas { font-family: 'Font Awesome 6 Free' !important; font-weight: 900; }
}

/* Better touch targets — accessibility */
@media (max-width: 768px) {
  a, button, .btn { min-height: 44px; min-width: 44px; }
  .nav-desktop a, .footer-links a { min-height: auto; min-width: auto; }
}

/* ============================================================================
   PERFORMANCE — Reduce paint time on scroll
   ============================================================================ */
.float-buttons, .mobile-bottom-nav, .header { 
  will-change: transform; 
  -webkit-transform: translateZ(0); 
  transform: translateZ(0); 
}


/* SVG icon inside float-btn (no Font Awesome empty box) */
.float-btn svg { display: block; width: 28px; height: 28px; }
.float-btn.whatsapp svg { color: var(--white); }
@media (max-width: 768px) {
  .float-btn svg { width: 24px; height: 24px; }
}

/* ============================================
   FOOTER FIXES — eliminate white space below
   ============================================ */
body { margin: 0; padding: 0; }
.footer-bottom { padding-bottom: 22px; }
@media (min-width: 1024px) {
  body { padding-bottom: 0 !important; }
  .footer { margin-top: 60px; padding-bottom: 0; }
  main + footer.footer { margin-bottom: 0; }
}
@media (max-width: 1023px) {
  /* Mobile bottom nav is fixed, so footer needs spacer */
  body { padding-bottom: 0; }
  .footer { padding: 40px 0 0; margin-top: 30px; }
  .footer-bottom { padding-bottom: 80px; /* room for mobile-bottom-nav */ }
}
@media (max-width: 768px) {
  .footer-bottom { padding-bottom: max(80px, calc(env(safe-area-inset-bottom) + 70px)); }
}

/* Make sure no element creates phantom space below footer */
html, body { min-height: 100vh; height: auto; }

/* Ensure FAQ icon visible */
.faq-icon { 
  width: 32px; height: 32px; 
  background: var(--gray-100); color: var(--navy-900); 
  border-radius: 50%; 
  display: inline-flex; align-items: center; justify-content: center; 
  font-size: 12px; flex-shrink: 0; 
  transition: var(--transition); 
}
.faq-question { cursor: pointer; user-select: none; }
.faq-question:focus { outline: 2px solid var(--gold-500); outline-offset: 2px; }

/* ============================================
   BOOKING MODAL — Sticky next button
   ============================================ */
.booking-step-content { padding-bottom: 16px; }
.booking-step-content .step-buttons {
  position: sticky;
  bottom: -22px; /* counteract modal-body padding */
  background: linear-gradient(180deg, transparent, var(--white) 30%);
  padding: 16px 0 0;
  margin: 16px -22px -22px;
  padding-left: 22px;
  padding-right: 22px;
  padding-bottom: 18px;
  z-index: 5;
  display: flex;
  gap: 10px;
  border-top: 1px solid var(--gray-100);
}
.booking-step-content .step-buttons .btn {
  flex: 1;
  min-height: 48px;
  font-weight: 700;
}
.booking-step-content .step-buttons .btn-outline {
  flex: 0 0 90px;
}
@media (max-width: 600px) {
  .booking-modal-body { padding: 16px; padding-bottom: 90px; }
  .booking-step-content .step-buttons { 
    margin: 14px -16px -16px; 
    padding: 14px 16px 16px; 
    flex-direction: row;
  }
  .booking-step-content .step-buttons .btn-outline { flex: 0 0 85px; }
  .booking-step-content .step-buttons .btn { flex: 1; }
}

/* ============================================
   STATS - MOBILE OPTIMIZATION
   ============================================ */
@media (max-width: 768px) {
  .cat-hero-card-stats {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 8px !important;
    padding-top: 12px !important;
  }
  .cat-hero-card-stat {
    padding: 10px 6px;
    background: rgba(255,255,255,0.04);
    border-radius: 8px;
  }
  .cat-hero-card-stat strong {
    font-size: 18px !important;
    margin-bottom: 2px !important;
  }
  .cat-hero-card-stat span {
    font-size: 10px !important;
    line-height: 1.2;
  }
  .cat-hero-card { padding: 18px !important; }
  .cat-hero-card-icon { 
    width: 50px !important; height: 50px !important; 
    font-size: 22px !important;
    margin-bottom: 12px !important;
  }
}

/* Hero stats on home page mobile */
@media (max-width: 768px) {
  .hero-stats {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }
  .hero-stat .number { font-size: 20px !important; }
  .hero-stat .label { font-size: 11px !important; }
}

/* ============================================
   BOOKING MODAL - Center buttons
   ============================================ */
.booking-step-content .step-buttons {
  justify-content: center !important;
  flex-wrap: wrap;
  gap: 10px;
}
.booking-step-content .step-buttons .btn {
  flex: 1;
  max-width: 200px;
  min-height: 48px;
}
.booking-step-content .step-buttons .btn-outline {
  flex: 0 0 auto;
  min-width: 95px;
  max-width: 130px;
}
@media (max-width: 480px) {
  .booking-step-content .step-buttons {
    flex-direction: row !important;
  }
  .booking-step-content .step-buttons .btn {
    flex: 1;
    font-size: 14px;
    padding: 12px 16px;
  }
}

/* ============================================
   FIX: Bottom nav must not block buttons/content
   ============================================ */
@media (max-width: 1023px) {
  body { padding-bottom: 70px; }
  .float-buttons { bottom: 80px !important; }
  .booking-modal { bottom: 70px !important; }
}

/* ============================================
   FIX: Mobile Sticky Header — show whole header or hide
   ============================================ */
@media (max-width: 1023px) {
  .header { position: relative !important; }
  .header.scrolled { 
    position: sticky;
    top: 0;
    background: var(--white) !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  }

  /* Ensure logo-icon doesn't float by itself */
  .logo-icon { flex-shrink: 0; }
  /* Header needs to show as one unit */
  .header .container { 
    flex-wrap: nowrap;
    padding: 12px 16px;
  }
}

/* Final cleanup: nothing fixed should appear except known FAB and navs */
.custom-alert:not(.show) { display: none !important; visibility: hidden !important; opacity: 0 !important; pointer-events: none !important; }

/* ============================================
   FIX: Booking modal step buttons — sticky bottom solid
   ============================================ */
.booking-step-content { 
  padding-bottom: 90px !important; 
  position: relative;
}

.booking-step-content .step-buttons {
  position: sticky !important;
  bottom: 0 !important;
  background: var(--white) !important;
  padding: 16px 0 12px !important;
  margin: 0 -24px -20px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  border-top: 1px solid var(--gray-200) !important;
  box-shadow: 0 -4px 16px rgba(0,0,0,0.06);
  z-index: 10;
  display: flex !important;
  justify-content: center !important;
  gap: 10px !important;
  flex-wrap: nowrap !important;
}

.booking-step-content .step-buttons .btn {
  min-height: 50px;
  font-weight: 800;
  flex: 1 1 auto;
  max-width: 240px;
  font-size: 15px;
  padding: 14px 20px;
}

.booking-step-content .step-buttons .btn-outline {
  background: var(--white) !important;
  border: 2px solid var(--navy-900) !important;
  color: var(--navy-900) !important;
  flex: 0 0 auto;
  min-width: 110px;
  max-width: 140px;
}

.booking-step-content .step-buttons .btn-primary {
  background: linear-gradient(135deg, var(--red-600), var(--red-500)) !important;
  color: var(--white) !important;
  box-shadow: var(--shadow-red);
}

.booking-step-content .step-buttons .btn-secondary {
  background: linear-gradient(135deg, var(--gold-600), var(--gold-500)) !important;
  color: var(--navy-950) !important;
  box-shadow: var(--shadow-gold);
}

.booking-modal-body { 
  scroll-padding-bottom: 90px;
  padding-bottom: 0 !important;
}

/* ============================================
   LANG SWITCHER — Visible in mobile header
   ============================================ */
.lang-switch-mobile {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 12px;
  background: linear-gradient(135deg, var(--gold-600), var(--gold-500));
  color: var(--navy-950);
  font-weight: 800;
  font-size: 13px;
  border-radius: 8px;
  border: 1px solid var(--gold-700);
  text-decoration: none;
  flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(201,169,97,0.3);
  transition: var(--transition);
}
.lang-switch-mobile:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(201,169,97,0.45);
}
.lang-switch-mobile i { font-size: 13px; }

@media (max-width: 1023px) {
  .header-actions { gap: 8px; }
  .lang-switch-mobile { padding: 8px 10px; font-size: 12px; }
  .lang-switch-mobile span { font-size: 13px; font-weight: 800; }
}
@media (max-width: 480px) {
  .lang-switch-mobile { padding: 7px 9px; font-size: 11px; }
  .lang-switch-mobile i { display: none; }
  .lang-switch-mobile span { font-size: 12px; }
  .header-call { padding: 9px 12px !important; }
  .header-call span { display: none !important; }
  .menu-toggle { width: 38px !important; height: 38px !important; }
}

/* ============================================
   HERO IMPROVEMENTS — All Pages Mobile
   ============================================ */
@media (max-width: 1023px) {
  /* Hero on category, brand, area, governorate, fault, error-code */
  .cat-hero {
    padding: 30px 0 40px !important;
  }
  .cat-hero-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
  .cat-hero h1 {
    font-size: 26px !important;
    line-height: 1.35 !important;
    margin-bottom: 14px !important;
  }
  .cat-hero h1 .accent {
    font-size: inherit !important;
    display: inline !important;
  }
  .cat-hero p {
    font-size: 14.5px !important;
    line-height: 1.7 !important;
    margin-bottom: 18px !important;
  }
  .cat-hero-features {
    grid-template-columns: 1fr 1fr !important;
    gap: 8px 12px !important;
    margin-bottom: 18px !important;
  }
  .cat-hero-feature {
    font-size: 12.5px !important;
    padding: 6px 10px !important;
  }
  .cat-hero-feature i {
    font-size: 11px !important;
    width: 18px !important;
    height: 18px !important;
  }
  .cat-hero-card {
    padding: 22px !important;
    margin: 0 -4px;
  }
  .cat-hero-eyebrow {
    font-size: 11px !important;
    padding: 5px 10px !important;
  }
  .breadcrumb {
    font-size: 12px !important;
    flex-wrap: wrap;
  }
  .breadcrumb a, .breadcrumb .current { font-size: 12px !important; }
  
  /* Buttons */
  .cat-hero .btn-lg {
    font-size: 14px !important;
    padding: 13px 20px !important;
    min-height: 48px !important;
  }
}

@media (max-width: 480px) {
  .cat-hero h1 { font-size: 22px !important; }
  .cat-hero p { font-size: 14px !important; }
  .cat-hero-features { grid-template-columns: 1fr !important; }
  .cat-hero-card-stats { gap: 6px !important; }
  .cat-hero-card-stat strong { font-size: 16px !important; }
  .cat-hero-card-stat span { font-size: 9.5px !important; }
}

/* ============================================
   BRAND PAGE — Better content styling
   ============================================ */
.content-section h2 {
  font-size: 26px;
  color: var(--navy-900);
  margin: 40px 0 18px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--gold-500);
  font-weight: 800;
  position: relative;
}
.content-section h2::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -2px;
  width: 60px;
  height: 3px;
  background: var(--navy-900);
}
.content-section h3 {
  font-size: 19px;
  color: var(--navy-800);
  margin: 28px 0 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
}
.content-section h3::before {
  content: '';
  width: 4px;
  height: 20px;
  background: linear-gradient(180deg, var(--gold-500), var(--gold-600));
  border-radius: 2px;
}
.content-section p {
  font-size: 16px;
  line-height: 1.95;
  color: var(--gray-700);
  margin-bottom: 18px;
}
.content-section ul {
  background: var(--navy-50);
  padding: 20px 30px;
  border-radius: 10px;
  margin: 18px 0;
  border-right: 4px solid var(--gold-500);
}
.content-section ul li {
  font-size: 15px;
  line-height: 1.85;
  color: var(--gray-700);
  margin-bottom: 8px;
  list-style: none;
  position: relative;
  padding-right: 24px;
}
.content-section ul li::before {
  content: '✓';
  position: absolute;
  right: 0;
  top: 0;
  color: var(--gold-600);
  font-weight: 900;
  font-size: 16px;
}
.content-section ul li strong {
  color: var(--navy-900);
  font-weight: 700;
}

@media (max-width: 768px) {
  .content-section h2 { font-size: 22px; margin: 28px 0 14px; }
  .content-section h3 { font-size: 17px; margin: 22px 0 12px; }
  .content-section p { font-size: 15px; line-height: 1.85; }
  .content-section ul { padding: 16px 22px; }
  .content-section ul li { font-size: 14px; padding-right: 22px; }
}

/* Also apply to brand.php content */
.brand-page-content { 
  max-width: 950px; 
  margin: 0 auto; 
}
.brand-page-content h2 {
  font-size: 24px;
  color: var(--navy-900);
  margin: 36px 0 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--gold-500);
  font-weight: 800;
}
.brand-page-content h3 {
  font-size: 18px;
  color: var(--navy-800);
  margin: 24px 0 12px;
  font-weight: 700;
}

/* ============================================
   ABOUT/CONTACT — Better text styling
   ============================================ */
.page-text-content {
  max-width: 900px;
  margin: 0 auto;
}
.page-text-content > h2 {
  font-size: 26px;
  color: var(--navy-900);
  margin: 36px 0 16px;
  padding: 0 0 12px 0;
  font-weight: 800;
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}
.page-text-content > h2::before {
  content: '';
  width: 6px;
  height: 28px;
  background: linear-gradient(180deg, var(--gold-500), var(--gold-600));
  border-radius: 3px;
  flex-shrink: 0;
}
.page-text-content > h2::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, var(--gray-200), transparent);
}
.page-text-content > p {
  font-size: 16px;
  line-height: 2;
  color: var(--gray-700);
  margin-bottom: 22px;
  text-align: justify;
  background: linear-gradient(135deg, transparent, rgba(11,20,38,0.015));
  padding: 16px 20px;
  border-radius: 8px;
  border-right: 3px solid transparent;
  transition: var(--transition);
}
.page-text-content > p:hover {
  border-right-color: var(--gold-500);
  background: linear-gradient(135deg, var(--navy-50), white);
}
.page-text-content > ul {
  background: linear-gradient(135deg, var(--navy-50), white);
  padding: 24px 32px 24px 24px;
  border-radius: 12px;
  margin: 18px 0 26px;
  border-right: 4px solid var(--gold-500);
  list-style: none;
  box-shadow: 0 2px 8px rgba(11,20,38,0.04);
}
.page-text-content > ul li {
  font-size: 15.5px;
  line-height: 1.95;
  color: var(--gray-700);
  margin-bottom: 12px;
  position: relative;
  padding-right: 32px;
}
.page-text-content > ul li::before {
  content: '';
  position: absolute;
  right: 0;
  top: 8px;
  width: 18px;
  height: 18px;
  background: linear-gradient(135deg, var(--gold-500), var(--gold-600));
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-text-content > ul li::after {
  content: '✓';
  position: absolute;
  right: 4px;
  top: 6px;
  color: var(--navy-950);
  font-size: 12px;
  font-weight: 900;
}
.page-text-content > ul li strong {
  color: var(--navy-900);
  font-weight: 800;
  display: block;
  margin-bottom: 2px;
}
.page-text-content > ul li:last-child { margin-bottom: 0; }

@media (max-width: 768px) {
  .page-text-content > h2 { font-size: 22px; margin: 28px 0 14px; }
  .page-text-content > p { font-size: 15px; line-height: 1.9; padding: 12px 16px; }
  .page-text-content > ul { padding: 18px 24px 18px 18px; }
  .page-text-content > ul li { font-size: 14.5px; padding-right: 28px; }
}

/* ============================================
   FIX: Step buttons full-width white solid background
   ============================================ */
.booking-modal-body {
  position: relative;
  overflow: hidden;
}

.booking-step-content {
  display: none;
  padding-bottom: 0 !important;
}
.booking-step-content.active {
  display: block;
}

/* The step content area scrolls, sticky buttons stay at bottom */
.booking-step-content > *:not(.step-buttons) {
  margin-bottom: 12px;
}

/* Step buttons — now anchored to bottom of modal body, not within scrollable area */
.booking-modal .step-buttons {
  position: sticky !important;
  bottom: -1px !important;
  left: 0 !important;
  right: 0 !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  padding: 14px 24px 14px !important;
  margin: 16px -24px -20px !important;
  border-top: 1.5px solid var(--gray-200) !important;
  box-shadow: 0 -10px 24px -8px rgba(0,0,0,0.10), 0 -1px 0 var(--gray-200) !important;
  z-index: 100 !important;
  display: flex !important;
  justify-content: center !important;
  gap: 12px !important;
  flex-wrap: nowrap !important;
}

.booking-modal .step-buttons::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  height: 20px;
  background: linear-gradient(180deg, transparent, white);
  pointer-events: none;
}

.booking-modal .step-buttons .btn {
  flex: 1 1 0;
  min-height: 50px;
  font-size: 14.5px;
  font-weight: 800;
  padding: 13px 18px;
  white-space: nowrap;
}
.booking-modal .step-buttons .btn-outline {
  flex: 0 0 auto !important;
  min-width: 100px;
  max-width: 130px;
}
.booking-modal .step-buttons .btn-primary {
  flex: 1 1 60% !important;
  max-width: 280px;
}

@media (max-width: 480px) {
  .booking-modal .step-buttons { padding: 12px 16px !important; margin: 14px -16px -16px !important; gap: 8px !important; }
  .booking-modal .step-buttons .btn { font-size: 13.5px; padding: 12px 14px; min-height: 46px; }
  .booking-modal .step-buttons .btn-outline { min-width: 80px; }
}

/* ============================================
   FOOTER — 2 columns layout
   ============================================ */
.footer-grid-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-bottom: 40px;
}

.footer-about-col h3 {
  color: var(--gold-500);
  font-size: 22px;
  margin-bottom: 16px;
  font-weight: 800;
}
.footer-about-col p {
  color: var(--navy-200);
  line-height: 1.85;
  font-size: 14.5px;
  margin-bottom: 20px;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 18px;
}
.footer-contact a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--navy-200);
  font-size: 14px;
  transition: var(--transition);
  padding: 8px 14px;
  background: rgba(255,255,255,0.04);
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,0.06);
  width: fit-content;
}
.footer-contact a:hover {
  color: var(--gold-500);
  background: rgba(212,175,55,0.08);
  border-color: rgba(212,175,55,0.25);
}
.footer-contact a i {
  color: var(--gold-500);
  font-size: 14px;
  width: 16px;
}

.footer-links-col {
  border-right: 1px solid rgba(255,255,255,0.08);
  padding-right: 50px;
}

.footer-links-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.footer-links-grid h3 {
  color: var(--gold-500);
  font-size: 16px;
  margin-bottom: 16px;
  font-weight: 800;
  letter-spacing: 0.3px;
}

.footer-links {
  list-style: none;
  padding: 0;
}
.footer-links li {
  margin-bottom: 10px;
}
.footer-links li a {
  color: var(--navy-200);
  font-size: 13.5px;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.footer-links li a:hover {
  color: var(--gold-500);
  padding-right: 4px;
}
.footer-links li a i {
  font-size: 9px;
  color: var(--gold-600);
  transition: var(--transition);
}
.footer-links li a:hover i {
  color: var(--gold-500);
}

@media (max-width: 991px) {
  .footer-grid-2col {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .footer-links-col {
    border-right: none;
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-right: 0;
    padding-top: 30px;
  }
}

@media (max-width: 600px) {
  .footer-links-grid {
    gap: 24px;
  }
}

@media (max-width: 420px) {
  .footer-links-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

/* ============================================
   FIX: Booking modal step 3 - description visible
   Make the modal body scroll properly with buttons at bottom
   ============================================ */
.booking-modal {
  display: flex !important;
  flex-direction: column !important;
}

.booking-modal-header { flex-shrink: 0; }

.booking-modal-body {
  flex: 1 1 auto;
  overflow-y: auto !important;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
}

.booking-modal-body > * { flex-shrink: 0; }

.booking-step-content {
  display: none !important;
  padding-bottom: 0 !important;
}
.booking-step-content.active {
  display: block !important;
}

/* Step buttons NOT sticky anymore - just at end of step content */
.booking-modal .step-buttons {
  position: relative !important;
  bottom: auto !important;
  background: var(--gray-50) !important;
  margin: 20px -24px -20px !important;
  padding: 16px 24px !important;
  border-top: 1px solid var(--gray-200) !important;
  display: flex !important;
  justify-content: center !important;
  gap: 12px !important;
  flex-wrap: nowrap !important;
  box-shadow: none !important;
}

.booking-modal .step-buttons::before { display: none !important; }

.booking-modal .step-buttons .btn {
  flex: 1 1 0;
  min-height: 48px;
  font-size: 14.5px;
  font-weight: 800;
  padding: 13px 18px;
  white-space: nowrap;
}
.booking-modal .step-buttons .btn-outline {
  flex: 0 0 auto !important;
  min-width: 100px;
  max-width: 130px;
  background: var(--white) !important;
  border: 2px solid var(--navy-900) !important;
  color: var(--navy-900) !important;
}
.booking-modal .step-buttons .btn-primary {
  flex: 1 1 60% !important;
  max-width: 280px;
  background: linear-gradient(135deg, var(--red-600), var(--red-500)) !important;
  color: var(--white) !important;
}

/* Form fields properly visible */
.booking-step-content .form-group {
  margin-bottom: 14px;
}
.booking-step-content .form-group:last-of-type {
  margin-bottom: 4px;
}
.booking-step-content textarea {
  resize: vertical;
  min-height: 60px;
}

@media (max-width: 480px) {
  .booking-modal-body { padding: 16px; }
  .booking-modal .step-buttons { 
    margin: 16px -16px -16px !important;
    padding: 14px 16px !important;
    gap: 8px !important; 
  }
  .booking-modal .step-buttons .btn { font-size: 13.5px; padding: 12px 14px; }
  .booking-modal .step-buttons .btn-outline { min-width: 80px; }
}

/* ============================================
   FIX: Booking modal - description not blocked by buttons
   ============================================ */
.booking-modal-body {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex: 1;
  padding: 20px 24px !important;
}

#bookingFormSection {
  flex: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  padding-bottom: 0 !important;
}

#bookingForm {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.booking-step-content {
  display: none;
  flex-direction: column;
  flex: 1;
  padding-bottom: 0 !important;
}
.booking-step-content.active {
  display: flex;
}

/* Step body scrolls, buttons stay outside (siblings to the form area visually) */
.booking-step-content > *:not(.step-buttons) {
  flex-shrink: 0;
}

/* The step buttons are NOT sticky - they're at the natural bottom of step content */
.booking-step-content .step-buttons {
  position: relative !important;
  bottom: auto !important;
  margin-top: 20px !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 16px 0 !important;
  background: white !important;
  border-top: 1px solid var(--gray-200) !important;
  display: flex !important;
  justify-content: center !important;
  gap: 12px !important;
  flex-wrap: nowrap !important;
  flex-shrink: 0;
}

.booking-step-content .step-buttons .btn {
  flex: 1 1 0;
  min-height: 48px;
  font-size: 14.5px;
  font-weight: 800;
  padding: 13px 18px;
  white-space: nowrap;
  max-width: 200px;
}
.booking-step-content .step-buttons .btn-outline {
  flex: 0 0 auto !important;
  min-width: 110px;
  max-width: 130px;
  background: var(--white) !important;
  border: 2px solid var(--navy-900) !important;
  color: var(--navy-900) !important;
}
.booking-step-content .step-buttons .btn-primary {
  flex: 1 1 60% !important;
  max-width: 260px;
  background: linear-gradient(135deg, var(--red-600), var(--red-500)) !important;
  color: var(--white) !important;
}

/* Modal sizing */
.booking-modal {
  max-height: 92vh !important;
  height: auto;
}

@media (max-width: 480px) {
  .booking-modal-body { padding: 16px 18px !important; }
  .booking-step-content .step-buttons { padding: 12px 0 !important; gap: 10px !important; }
  .booking-step-content .step-buttons .btn { font-size: 13.5px; padding: 11px 14px; min-height: 44px; }
  .booking-step-content .step-buttons .btn-outline { min-width: 90px; }
}


/* ============================================
   FOOTER MOBILE — 2 cols of links ALWAYS side by side
   ============================================ */
@media (max-width: 991px) {
  .footer-grid-2col {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }
  .footer-links-col {
    border-right: none !important;
    border-top: 1px solid rgba(255,255,255,0.08) !important;
    padding-right: 0 !important;
    padding-top: 24px !important;
  }
  .footer-links-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 20px !important;
  }
}
@media (max-width: 600px) {
  .footer-links-grid { gap: 16px !important; }
  .footer-links-grid h3 { font-size: 14px !important; margin-bottom: 12px !important; }
  .footer-links li a { font-size: 12.5px !important; }
  .footer-links li { margin-bottom: 8px !important; }
}
@media (max-width: 380px) {
  .footer-links-grid { gap: 12px !important; }
  .footer-links-grid h3 { font-size: 13px !important; }
  .footer-links li a { font-size: 12px !important; }
}
