/* ==========================================================================
   مؤسسة هيله عفاش بنيه الايداء للتبريد والتكييف - Hilah Services
   High-Ranking SEO & Mobile-First Ultra-Fast Design System
   ========================================================================== */

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

:root {
  --primary-blue: #0066ff;
  --primary-blue-dark: #004ecc;
  --primary-cyan: #00d2ff;
  --primary-gradient: linear-gradient(135deg, #0052d4 0%, #4364f7 50%, #6fb1fc 100%);
  --accent-cyan-grad: linear-gradient(135deg, #00d2ff 0%, #0066ff 100%);
  --accent-gold: #f59e0b;
  --accent-gold-grad: linear-gradient(135deg, #fbbf24 0%, #d97706 100%);
  --success-green: #10b981;
  --whatsapp-color: #25d366;
  --whatsapp-hover: #20ba5a;
  --danger-red: #ef4444;

  --dark-bg: #070e18;
  --dark-surface: #0e1b2e;
  --dark-card: #13243d;
  --dark-card-hover: #192f4e;
  --dark-border: rgba(255, 255, 255, 0.08);
  --dark-border-glow: rgba(0, 210, 255, 0.35);

  --light-bg: #f8fafc;
  --light-surface: #ffffff;
  --light-border: #e2e8f0;
  
  --text-main: #0f172a;
  --text-muted: #64748b;
  --text-light: #f8fafc;
  --text-light-muted: #94a3b8;

  --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 16px 40px rgba(0, 0, 0, 0.12);
  --shadow-glow: 0 0 25px rgba(0, 210, 255, 0.4);
  --shadow-gold-glow: 0 0 20px rgba(245, 158, 11, 0.35);

  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-full: 9999px;

  --transition-fast: 0.2s ease;
  --transition-normal: 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-slow: 0.5s cubic-bezier(0.16, 1, 0.3, 1);

  --font-tajawal: 'Tajawal', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-cairo: 'Cairo', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-inter: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Reset */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  direction: rtl;
  text-align: right;
}

/* LTR / English Mode Support */
html[dir="ltr"] {
  direction: ltr;
  text-align: left;
}

html[dir="ltr"] body {
  font-family: var(--font-inter);
}

html[dir="ltr"] h1,
html[dir="ltr"] h2,
html[dir="ltr"] h3,
html[dir="ltr"] h4,
html[dir="ltr"] h5,
html[dir="ltr"] h6,
html[dir="ltr"] .btn,
html[dir="ltr"] .stat-num,
html[dir="ltr"] .price-value,
html[dir="ltr"] .calc-price-range,
html[dir="ltr"] .nav-link {
  font-family: var(--font-inter);
  letter-spacing: -0.01em;
}

html[dir="ltr"] .nav-link::after {
  right: auto;
  left: 0;
}

html[dir="ltr"] .faq-question {
  text-align: left;
}

html[dir="ltr"] .process-step-num {
  right: auto;
  left: 20px;
}

html[dir="ltr"] .service-category-tag {
  right: auto;
  left: 14px;
}

html[dir="ltr"] .footer-col h4::after {
  right: auto;
  left: 0;
}

html[dir="ltr"] .footer-links a:hover {
  transform: translateX(4px);
}

.lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: var(--radius-full);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 700;
  transition: var(--transition-fast);
  cursor: pointer;
}

.lang-switcher:hover {
  background: var(--primary-cyan);
  color: #070e18;
  border-color: var(--primary-cyan);
  transform: translateY(-1px);
}

body {
  font-family: var(--font-tajawal);
  background-color: var(--light-bg);
  color: var(--text-main);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 75px;
}

@media (min-width: 769px) {
  body {
    padding-bottom: 0;
  }
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-cairo);
  font-weight: 800;
  line-height: 1.3;
  color: var(--text-main);
}

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

ul, ol {
  list-style: none;
}

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

/* Container */
.container {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 18px;
  padding-right: 18px;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-cairo);
  font-weight: 700;
  font-size: 1rem;
  padding: 14px 26px;
  border-radius: var(--radius-full);
  border: 2px solid transparent;
  cursor: pointer;
  transition: var(--transition-normal);
  text-align: center;
  position: relative;
  overflow: hidden;
  user-select: none;
  min-height: 48px;
}

.btn-primary {
  background: var(--accent-cyan-grad);
  color: #ffffff;
  box-shadow: 0 6px 20px rgba(0, 102, 255, 0.35);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-glow);
}

.btn-whatsapp {
  background: var(--whatsapp-color);
  color: #ffffff;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.35);
}

.btn-whatsapp:hover {
  background: var(--whatsapp-hover);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(37, 211, 102, 0.5);
}

.btn-call {
  background: var(--primary-blue);
  color: #ffffff;
  box-shadow: 0 6px 20px rgba(0, 102, 255, 0.4);
}

.btn-call:hover {
  background: var(--primary-blue-dark);
  transform: translateY(-2px);
}

.btn-secondary {
  background: var(--dark-surface);
  color: #ffffff;
  border: 1px solid var(--dark-border);
}

.btn-secondary:hover {
  background: var(--dark-card);
  border-color: var(--primary-cyan);
  transform: translateY(-2px);
}

.btn-outline {
  background: transparent;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.btn-outline:hover {
  border-color: var(--primary-cyan);
  color: var(--primary-cyan);
  background: rgba(0, 210, 255, 0.08);
}

.btn-sm {
  padding: 8px 18px;
  font-size: 0.875rem;
  min-height: 38px;
}

.btn-lg {
  padding: 16px 32px;
  font-size: 1.15rem;
}

/* Badges & Pills */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: var(--radius-full);
  font-size: 0.85rem;
  font-weight: 700;
}

.badge-glow {
  background: rgba(0, 210, 255, 0.12);
  border: 1px solid rgba(0, 210, 255, 0.35);
  color: var(--primary-cyan);
}

.badge-gold {
  background: rgba(245, 158, 11, 0.15);
  border: 1px solid rgba(245, 158, 11, 0.4);
  color: var(--accent-gold);
}

.badge-success {
  background: rgba(16, 185, 129, 0.15);
  border: 1px solid rgba(16, 185, 129, 0.35);
  color: var(--success-green);
}

/* Quick Symptom Filter Chips */
.symptom-chips-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0;
}

.symptom-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 8px 16px;
  border-radius: var(--radius-full);
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition-fast);
}

.symptom-chip:hover, .symptom-chip.active {
  background: var(--primary-cyan);
  color: #070e18;
  border-color: var(--primary-cyan);
  transform: translateY(-2px);
}

/* Top Bar - 100% Full Width */
.top-bar {
  width: 100%;
  background: #050b13;
  color: #cbd5e1;
  font-size: 0.875rem;
  padding: 8px 0;
  border-bottom: 1px solid var(--dark-border);
}

.top-bar .container {
  max-width: 100%;
  padding-left: clamp(18px, 3vw, 40px);
  padding-right: clamp(18px, 3vw, 40px);
}

.top-bar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
}

.top-bar-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--success-green);
  box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
  animation: pulseGreen 1.8s infinite;
}

@keyframes pulseGreen {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 8px rgba(16, 185, 129, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}

/* Header & Navigation - 100% Full Width */
.site-header {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(7, 14, 24, 0.94);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--dark-border);
  transition: var(--transition-normal);
}

.site-header .container {
  max-width: 100%;
  padding-left: clamp(18px, 3vw, 40px);
  padding-right: clamp(18px, 3vw, 40px);
}

.site-header.scrolled {
  background: rgba(7, 14, 24, 0.98);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  width: 100%;
  gap: 20px;
}

.logo-wrap {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.logo-img {
  height: 46px;
  width: auto;
  transition: transform 0.3s ease;
}

.logo-wrap:hover .logo-img {
  transform: scale(1.02);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.5vw, 26px);
  margin: 0 auto;
}

.nav-link {
  font-family: var(--font-cairo);
  font-weight: 700;
  font-size: 0.95rem;
  color: #e2e8f0;
  position: relative;
  padding: 8px 4px;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  background: var(--primary-cyan);
  transition: var(--transition-fast);
}

.nav-link:hover, .nav-link.active {
  color: var(--primary-cyan);
}

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

.nav-cta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.mobile-toggle {
  display: none;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--dark-border);
  border-radius: var(--radius-sm);
  color: #ffffff;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 8px 12px;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10005;
  pointer-events: auto;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.mobile-toggle svg {
  pointer-events: none;
  transition: transform 0.25s ease;
}

.mobile-toggle.is-active svg {
  transform: rotate(90deg);
}

/* Hero Section */
.hero-section {
  position: relative;
  background: radial-gradient(circle at 80% 20%, #102a4d 0%, #070e18 75%);
  color: #ffffff;
  padding: 60px 0 80px;
  overflow: hidden;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: -150px;
  left: -150px;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 210, 255, 0.18) 0%, rgba(0, 0, 0, 0) 70%);
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: center;
}

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

.hero-title {
  font-size: 2.65rem;
  font-weight: 900;
  color: #ffffff;
  margin: 16px 0;
  line-height: 1.25;
}

.hero-title .highlight {
  background: var(--accent-cyan-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-desc {
  font-size: 1.1rem;
  color: var(--text-light-muted);
  margin-bottom: 24px;
  line-height: 1.8;
  max-width: 620px;
}

.hero-quick-call-box {
  background: rgba(14, 27, 46, 0.8);
  border: 1px solid var(--dark-border-glow);
  border-radius: var(--radius-lg);
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
  backdrop-filter: blur(10px);
}

.hero-qc-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero-qc-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--accent-cyan-grad);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: #ffffff;
}

.hero-qc-text h4 {
  font-size: 1rem;
  color: #ffffff;
}

.hero-qc-text p {
  font-size: 0.82rem;
  color: var(--text-light-muted);
}

.hero-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 28px;
}

.hero-feat-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
  color: #e2e8f0;
}

.hero-feat-item svg {
  color: var(--primary-cyan);
  flex-shrink: 0;
}

.hero-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 30px;
}

.hero-stats {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--dark-border);
}

.stat-item {
  display: flex;
  flex-direction: column;
}

.stat-num {
  font-family: var(--font-cairo);
  font-size: 1.6rem;
  font-weight: 900;
  color: #ffffff;
}

.stat-num span {
  color: var(--primary-cyan);
}

.stat-label {
  font-size: 0.82rem;
  color: var(--text-light-muted);
}

.hero-visual {
  position: relative;
}

.hero-img-box {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 210, 255, 0.25);
}

.hero-img-box img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.floating-badge {
  position: absolute;
  background: rgba(14, 27, 46, 0.94);
  backdrop-filter: blur(12px);
  border: 1px solid var(--dark-border-glow);
  padding: 12px 18px;
  border-radius: var(--radius-md);
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
  z-index: 5;
  animation: floatAnim 4s ease-in-out infinite;
}

.floating-badge.badge-top-left {
  top: 20px;
  left: -15px;
}

.floating-badge.badge-bottom-right {
  bottom: 20px;
  right: -15px;
  animation-delay: 2s;
}

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

.float-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--accent-cyan-grad);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.15rem;
  flex-shrink: 0;
}

.float-icon.gold {
  background: var(--accent-gold-grad);
}

.float-text h4 {
  font-size: 0.95rem;
  color: #ffffff;
  margin-bottom: 2px;
}

.float-text p {
  font-size: 0.78rem;
  color: var(--text-light-muted);
}

/* Trust Bar */
.trust-bar {
  background: #ffffff;
  padding: 24px 0;
  border-bottom: 1px solid var(--light-border);
  box-shadow: var(--shadow-sm);
}

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

.trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-radius: var(--radius-md);
  background: var(--light-bg);
  border: 1px solid var(--light-border);
  transition: var(--transition-normal);
}

.trust-item:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: var(--primary-blue);
}

.trust-icon {
  width: 42px;
  height: 42px;
  border-radius: var(--radius-md);
  background: rgba(0, 102, 255, 0.1);
  color: var(--primary-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
}

.trust-text h4 {
  font-size: 0.95rem;
  color: var(--text-main);
  margin-bottom: 2px;
}

.trust-text p {
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* Interactive Service Tab Switcher */
.service-tabs-nav {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}

.service-tab-btn {
  padding: 12px 24px;
  border-radius: var(--radius-full);
  border: 1px solid var(--light-border);
  background: #ffffff;
  color: var(--text-main);
  font-family: var(--font-cairo);
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  transition: var(--transition-fast);
  display: flex;
  align-items: center;
  gap: 8px;
}

.service-tab-btn.active, .service-tab-btn:hover {
  background: var(--primary-blue);
  color: #ffffff;
  border-color: var(--primary-blue);
  box-shadow: 0 4px 14px rgba(0, 102, 255, 0.35);
}

/* Sections */
.section {
  padding: 75px 0;
}

.section-dark {
  background: var(--dark-bg);
  color: var(--text-light);
}

.section-dark > .container > .section-header h2,
.section-dark > .container > .section-header h3,
.section-dark > .container > .section-header h4 {
  color: #ffffff;
}

.section-dark > .container > .section-header p {
  color: var(--text-light-muted);
}

.section-light {
  background: #ffffff;
}

.section-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 50px;
}

.section-subtitle {
  font-family: var(--font-cairo);
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--primary-blue);
  letter-spacing: 0.5px;
  margin-bottom: 8px;
  display: block;
}

.section-dark .section-subtitle {
  color: var(--primary-cyan);
}

.section-title {
  font-size: 2.2rem;
  font-weight: 900;
  margin-bottom: 14px;
}

.section-desc {
  font-size: 1.05rem;
  color: var(--text-muted);
  line-height: 1.8;
}

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

.service-card {
  background: #ffffff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--light-border);
  box-shadow: var(--shadow-sm);
  transition: var(--transition-normal);
  display: flex;
  flex-direction: column;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary-cyan);
}

.service-img-wrap {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.service-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.service-card:hover .service-img-wrap img {
  transform: scale(1.06);
}

.service-category-tag {
  position: absolute;
  top: 14px;
  right: 14px;
  background: rgba(7, 14, 24, 0.88);
  color: var(--primary-cyan);
  backdrop-filter: blur(8px);
  padding: 5px 12px;
  border-radius: var(--radius-full);
  font-size: 0.78rem;
  font-weight: 700;
  border: 1px solid rgba(0, 210, 255, 0.3);
}

.service-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.service-title {
  font-size: 1.35rem;
  color: #0f172a !important;
  margin-bottom: 10px;
}

.service-desc {
  font-size: 0.92rem;
  color: var(--text-muted) !important;
  line-height: 1.7;
  margin-bottom: 18px;
}

.service-features-list {
  margin-bottom: 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.service-feat-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
  color: #334155;
}

.service-feat-row svg {
  color: var(--success-green);
  flex-shrink: 0;
}

.service-footer {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--light-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.price-tag {
  display: flex;
  flex-direction: column;
}

.price-label {
  font-size: 0.75rem;
  color: var(--text-muted);
}

.price-value {
  font-family: var(--font-cairo);
  font-weight: 800;
  font-size: 1.1rem;
  color: var(--primary-blue);
}

/* Brands Matrix Grid */
.brands-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.brand-card {
  background: #ffffff;
  border: 1px solid var(--light-border);
  border-radius: var(--radius-md);
  padding: 16px 12px;
  text-align: center;
  transition: var(--transition-fast);
}

.brand-card:hover {
  border-color: var(--primary-blue);
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.brand-card h4 {
  font-size: 1rem;
  font-weight: 800;
  color: #0f172a !important;
  margin-bottom: 2px;
}

.brand-card span {
  font-size: 0.78rem;
  color: var(--text-muted);
}

.section-dark .brand-card {
  background: var(--dark-surface);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.section-dark .brand-card:hover {
  background: var(--dark-card);
  border-color: var(--primary-cyan);
}

.section-dark .brand-card h4 {
  color: #ffffff !important;
}

.section-dark .brand-card span {
  color: var(--primary-cyan) !important;
}

/* Calculator Section */
.calc-section {
  background: radial-gradient(circle at 50% 50%, #0e1b2e 0%, #070e18 100%);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.calc-box {
  background: rgba(19, 36, 61, 0.8);
  backdrop-filter: blur(16px);
  border: 1px solid var(--dark-border-glow);
  border-radius: var(--radius-lg);
  padding: 36px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);
  max-width: 900px;
  margin: 0 auto;
}

.calc-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 26px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-label {
  font-family: var(--font-cairo);
  font-size: 0.92rem;
  font-weight: 700;
  color: #e2e8f0;
}

.form-select, .form-input {
  width: 100%;
  padding: 13px 16px;
  background: #091320;
  border: 1px solid var(--dark-border);
  border-radius: var(--radius-md);
  color: #ffffff;
  font-family: var(--font-tajawal);
  font-size: 0.98rem;
  transition: var(--transition-fast);
  outline: none;
}

.form-select:focus, .form-input:focus {
  border-color: var(--primary-cyan);
  box-shadow: 0 0 12px rgba(0, 210, 255, 0.25);
}

.calc-result-box {
  background: #08121f;
  border-radius: var(--radius-md);
  border: 1px dashed rgba(0, 210, 255, 0.4);
  padding: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
}

.calc-price-info h4 {
  font-size: 1rem;
  color: var(--text-light-muted);
  margin-bottom: 4px;
}

.calc-price-range {
  font-family: var(--font-cairo);
  font-size: 1.7rem;
  font-weight: 900;
  color: var(--primary-cyan);
}

.calc-notes {
  font-size: 0.82rem;
  color: var(--text-light-muted);
  margin-top: 12px;
}

/* Riyadh Neighborhoods Grid */
.neighborhoods-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 14px;
  margin-top: 36px;
}

.nh-card {
  background: #ffffff;
  padding: 16px;
  border-radius: var(--radius-md);
  border: 1px solid var(--light-border);
  display: flex;
  align-items: center;
  gap: 12px;
  transition: var(--transition-fast);
  cursor: pointer;
}

.nh-card:hover {
  border-color: var(--primary-blue);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  background: #f0f7ff;
}

.nh-pin {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(0, 102, 255, 0.1);
  color: var(--primary-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.nh-info h4 {
  font-size: 0.92rem;
  color: var(--text-main);
  margin-bottom: 2px;
}

.nh-info p {
  font-size: 0.76rem;
  color: var(--text-muted);
}

/* Process Grid (Why Us Section) - FIXED CONTRAST */
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.process-card {
  background: #ffffff;
  padding: 30px 20px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--light-border);
  box-shadow: var(--shadow-sm);
  text-align: center;
  position: relative;
  transition: var(--transition-normal);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.process-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary-cyan);
}

.process-card h4 {
  font-size: 1.15rem;
  font-weight: 800;
  color: #0f172a !important;
  margin-bottom: 10px;
  line-height: 1.4;
}

.process-card p {
  font-size: 0.88rem;
  color: #475569 !important;
  line-height: 1.7;
}

.process-step-num {
  position: absolute;
  top: -14px;
  right: 20px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--accent-cyan-grad);
  color: #ffffff;
  font-family: var(--font-cairo);
  font-weight: 900;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0, 102, 255, 0.45);
  z-index: 2;
}

.process-icon {
  width: 62px;
  height: 62px;
  margin: 8px auto 18px;
  border-radius: 18px;
  background: rgba(0, 102, 255, 0.08);
  color: var(--primary-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
}

/* Process Cards inside Dark Sections (e.g. #why-us) */
.section-dark .process-card {
  background: var(--dark-surface);
  border: 1px solid rgba(0, 210, 255, 0.25);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.section-dark .process-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 210, 255, 0.2);
  border-color: var(--primary-cyan);
  background: var(--dark-card);
}

.section-dark .process-card .process-icon {
  background: rgba(0, 210, 255, 0.12);
  color: var(--primary-cyan);
  border: 1px solid rgba(0, 210, 255, 0.25);
}

.section-dark .process-card h4 {
  color: #ffffff !important;
}

.section-dark .process-card p {
  color: #cbd5e1 !important;
}

/* Google Reviews Showcase */
.google-badge-hero {
  background: #ffffff;
  border: 1px solid var(--light-border);
  border-radius: var(--radius-lg);
  padding: 20px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  box-shadow: var(--shadow-sm);
  margin-bottom: 36px;
}

.gb-left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.gb-icon {
  width: 48px;
  height: 48px;
}

.gb-info h3 {
  font-size: 1.2rem;
  color: #0f172a !important;
  margin-bottom: 2px;
}

.gb-stars {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--accent-gold);
  font-size: 1.05rem;
}

.gb-stars span {
  font-family: var(--font-cairo);
  font-weight: 800;
  color: var(--text-main);
  margin-right: 4px;
}

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

.review-card {
  background: #ffffff;
  border-radius: var(--radius-lg);
  padding: 24px;
  border: 1px solid var(--light-border);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: var(--transition-normal);
}

.review-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: var(--accent-gold);
}

.rev-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.rev-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--dark-surface);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
}

.rev-user h4 {
  font-size: 0.95rem;
  color: #0f172a !important;
  margin-bottom: 2px;
}

.rev-user span {
  font-size: 0.78rem;
  color: var(--text-muted);
}

.rev-stars {
  color: var(--accent-gold);
  margin-bottom: 10px;
  font-size: 0.9rem;
}

.rev-text {
  font-size: 0.9rem;
  color: #334155 !important;
  line-height: 1.7;
  margin-bottom: 14px;
}

.rev-service-tag {
  display: inline-block;
  font-size: 0.75rem;
  color: var(--primary-blue);
  background: #eef6ff;
  padding: 4px 10px;
  border-radius: var(--radius-full);
  font-weight: 600;
}

/* FAQ Accordion */
.faq-wrap {
  max-width: 840px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.faq-item {
  background: #ffffff;
  border-radius: var(--radius-md);
  border: 1px solid var(--light-border);
  overflow: hidden;
  transition: var(--transition-fast);
}

.faq-item.active {
  border-color: var(--primary-blue);
  box-shadow: var(--shadow-md);
}

.faq-question {
  width: 100%;
  padding: 18px 20px;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: right;
  font-family: var(--font-cairo);
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-main);
  cursor: pointer;
  gap: 14px;
}

.faq-icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  font-size: 0.8rem;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
  background: var(--primary-blue);
  color: #ffffff;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  padding: 0 20px;
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.8;
}

.faq-item.active .faq-answer {
  max-height: 350px;
  padding: 0 20px 18px;
}

/* CTA Banner */
.cta-banner {
  background: radial-gradient(circle at 70% 30%, #1e3a8a 0%, #0b192c 80%);
  color: #ffffff;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  margin: 36px auto;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.cta-banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  position: relative;
  z-index: 2;
}

.cta-text h2 {
  font-size: 2rem;
  color: #ffffff;
  margin-bottom: 10px;
}

.cta-text p {
  font-size: 1.05rem;
  color: #cbd5e1;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

/* Footer */
.site-footer {
  background: #050a12;
  color: #cbd5e1;
  padding: 70px 0 30px;
  border-top: 1px solid var(--dark-border);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 36px;
  margin-bottom: 50px;
}

.footer-brand .logo-img {
  margin-bottom: 18px;
}

.footer-desc {
  font-size: 0.9rem;
  color: #94a3b8;
  line-height: 1.8;
  margin-bottom: 20px;
}

.footer-socials {
  display: flex;
  gap: 10px;
}

.social-link {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #0e1b2e;
  border: 1px solid var(--dark-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1rem;
  transition: var(--transition-fast);
}

.social-link:hover {
  background: var(--primary-blue);
  transform: translateY(-2px);
}

.footer-col h4 {
  font-size: 1.1rem;
  color: #ffffff;
  margin-bottom: 18px;
  position: relative;
  padding-bottom: 8px;
}

.footer-col h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 36px;
  height: 2px;
  background: var(--primary-cyan);
}

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

.footer-links a {
  font-size: 0.9rem;
  color: #94a3b8;
  transition: var(--transition-fast);
}

.footer-links a:hover {
  color: var(--primary-cyan);
  transform: translateX(-4px);
}

.footer-nap-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.nap-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.9rem;
}

.nap-item svg {
  color: var(--primary-cyan);
  flex-shrink: 0;
  margin-top: 3px;
}

.nap-item a {
  color: #cbd5e1;
}

.nap-item a:hover {
  color: var(--primary-cyan);
}

.footer-bottom {
  padding-top: 24px;
  border-top: 1px solid var(--dark-border);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 0.82rem;
  color: #64748b;
}

.footer-legal-links {
  display: flex;
  gap: 18px;
}

.footer-legal-links a:hover {
  color: #cbd5e1;
}

/* Floating Actions on Desktop */
.floating-actions {
  position: fixed;
  bottom: 28px;
  left: 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 999;
}

.float-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.5rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  transition: var(--transition-normal);
  position: relative;
}

.float-btn.float-whatsapp {
  background: var(--whatsapp-color);
  animation: pulseWa 2s infinite;
}

.float-btn.float-phone {
  background: var(--primary-blue);
  animation: pulsePhone 2s infinite 1s;
}

@keyframes pulseWa {
  0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
  70% { box-shadow: 0 0 0 14px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

@keyframes pulsePhone {
  0% { box-shadow: 0 0 0 0 rgba(0, 102, 255, 0.7); }
  70% { box-shadow: 0 0 0 14px rgba(0, 102, 255, 0); }
  100% { box-shadow: 0 0 0 0 rgba(0, 102, 255, 0); }
}

.float-btn:hover {
  transform: scale(1.08);
}

.scroll-top-btn {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--dark-surface);
  border: 1px solid var(--dark-border);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition-normal);
  z-index: 998;
}

.scroll-top-btn.visible {
  opacity: 1;
  visibility: visible;
}

.scroll-top-btn:hover {
  background: var(--primary-blue);
  transform: translateY(-2px);
}

/* Mobile Sticky Bottom CTA Bar */
.mobile-bottom-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(7, 14, 24, 0.98);
  backdrop-filter: blur(14px);
  border-top: 1px solid var(--dark-border-glow);
  padding: 10px 14px;
  z-index: 10000;
  box-shadow: 0 -8px 25px rgba(0, 0, 0, 0.4);
}

.mob-bar-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.mob-cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 14px;
  border-radius: var(--radius-full);
  font-family: var(--font-cairo);
  font-weight: 800;
  font-size: 0.95rem;
  color: #ffffff;
  text-align: center;
  border: none;
  cursor: pointer;
  text-decoration: none;
}

.mob-cta-btn.call-btn {
  background: var(--accent-cyan-grad);
  box-shadow: 0 4px 14px rgba(0, 102, 255, 0.4);
}

.mob-cta-btn.wa-btn {
  background: var(--whatsapp-color);
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.4);
}
