/* ==========================================================================
   ACCESSIBILITY: VISUALLY HIDDEN (SCREEN READER ONLY)
   ========================================================================== */
.skip-to-content,
.sr-only {
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  z-index: 9999999 !important;
}

.skip-to-content:focus {
  position: fixed !important;
  left: 20px !important;
  top: 20px !important;
  width: auto !important;
  height: auto !important;
  clip: auto !important;
  overflow: visible !important;
  background: #0284c7 !important;
  color: #ffffff !important;
  padding: 0.75rem 1.5rem !important;
  border-radius: 12px !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4) !important;
  outline: 3px solid #ffffff !important;
  font-weight: 800 !important;
}

/* ==========================================================================
   DISTRICT 1 — COMPLETE MASTER ARCHITECTURAL THEME STYLESHEET
   100% Comprehensive, Verified, Zero-Omission Design System
   ========================================================================== */



/* ==========================================================================
   1. DESIGN TOKENS & CSS VARIABLES
   ========================================================================== */
:root {
  --font-ar: 'Alexandria', 'Tajawal', sans-serif;
  --font-num: 'Outfit', sans-serif;
  /* Explicit aliases — previously these vars were consumed (5 places) but never
     defined, silently falling back to the inherited body font. Mapping them to
     the SAME fonts that were effectively rendering keeps the visuals pixel-identical:
     --font-body  -> body inherits var(--font-ar)          (unchanged rendering)
     --font-display -> headings already render var(--font-ar) (unchanged rendering)
     --font-en    -> Latin text already renders var(--font-num) (unchanged rendering) */
  --font-body: var(--font-ar);
  --font-display: var(--font-ar);
  --font-en: var(--font-num);

  /* Travertine, Alabaster & Marble Palette */
  --bg-primary: #fcfbf9;
  --bg-secondary: #f4f0ea;
  --bg-tertiary: #ebe5dc;
  --bg-card: #ffffff;
  --brand-dark: #0f172a;
  --brand-navy: #1e3a8a;

  /* Architectural Sky Azure & Cyan Accents */
  --brand-blue: #0284c7;
  --brand-blue-hover: #0369a1;
  --brand-cyan: #38bdf8;
  --azure-50: #eff6ff;
  --azure-100: #dbeafe;
  --azure-500: #3b82f6;

  /* Typography & Neutral Colors */
  --text-primary: #0f172a;
  --text-body: #475569;
  --text-secondary: #64748b;
  --text-muted: #94a3b8;
  --border-light: rgba(0, 0, 0, 0.07);
  --border-medium: rgba(2, 132, 199, 0.2);

  /* Shadows */
  --shadow-sm: 0 4px 15px rgba(0, 0, 0, 0.03);
  --shadow-md: 0 10px 30px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 25px 60px rgba(0, 0, 0, 0.12);
  --shadow-azure: 0 8px 30px rgba(2, 132, 199, 0.25);

  /* Protection against 3rd-party builder / Elementor Kit color leakage */
  --e-global-color-primary: #0f172a !important;
  --e-global-color-secondary: #1e3a8a !important;
  --e-global-color-text: #475569 !important;
  --e-global-color-accent: #0284c7 !important;
}

/* ==========================================================================
   2. BASE RESET & GLOBAL TYPOGRAPHY
   ========================================================================== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

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

/* Defensive Isolation: Guard against 3rd-party plugin & Elementor Kit resets */
body.elementor-default,
body[class*="elementor-kit-"] {
  font-family: var(--font-ar) !important;
  color: var(--text-body) !important;
  background-color: #ffffff !important;
}

body[class*="elementor-kit-"] a,
body.elementor-default a {
  color: inherit;
}

body[class*="elementor-kit-"] h1,
body[class*="elementor-kit-"] h2,
body[class*="elementor-kit-"] h3,
body[class*="elementor-kit-"] h4,
body[class*="elementor-kit-"] h5,
body[class*="elementor-kit-"] h6 {
  color: var(--brand-dark);
  font-family: inherit;
}

body[class*="elementor-kit-"] button:not(.elementor-button),
body[class*="elementor-kit-"] input[type="submit"]:not(.elementor-button) {
  background-color: initial;
  color: initial;
}

html[dir="ltr"] body,
body.lang-en {
  direction: ltr;
  text-align: start;
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

html[dir="rtl"] body,
body.lang-ar {
  direction: rtl;
  text-align: start;
  font-family: var(--font-ar);
}

[dir="ltr"] .form-input-v2,
[dir="ltr"] .form-control,
[dir="ltr"] .vip-form-box input,
[dir="ltr"] .vip-form-box select,
[dir="ltr"] .vip-form-box textarea,
[dir="ltr"] .vip-modal-card {
  direction: ltr;
  text-align: start;
}

/* Directional icon flips for LTR (forward CTAs pointing right in LTR) */
html[dir="ltr"] .blueprint-explore-btn i.fa-arrow-left,
html[dir="ltr"] .btn-explore-v2 i.fa-arrow-left,
html[dir="ltr"] .btn-gold i.fa-arrow-left,
html[dir="ltr"] .btn-outline i.fa-arrow-left,
html[dir="ltr"] .btn i.fa-arrow-left,
html[dir="ltr"] .footer-nav-column a i.fa-arrow-left,
[dir="ltr"] .blueprint-explore-btn i.fa-arrow-left,
[dir="ltr"] .btn-explore-v2 i.fa-arrow-left,
[dir="ltr"] .btn-gold i.fa-arrow-left,
[dir="ltr"] .btn-outline i.fa-arrow-left,
[dir="ltr"] .btn i.fa-arrow-left,
[dir="ltr"] .footer-nav-column a i.fa-arrow-left {
  transform: scaleX(-1);
  display: inline-block;
  transition: transform 0.25s ease;
}

html[dir="ltr"] .blueprint-explore-btn:hover i.fa-arrow-left,
html[dir="ltr"] .btn-explore-v2:hover i.fa-arrow-left,
html[dir="ltr"] .btn-gold:hover i.fa-arrow-left,
[dir="ltr"] .blueprint-explore-btn:hover i.fa-arrow-left,
[dir="ltr"] .btn-explore-v2:hover i.fa-arrow-left,
[dir="ltr"] .btn-gold:hover i.fa-arrow-left {
  transform: scaleX(-1) translateX(-3px);
}

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

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.25s ease;
}

ul, ol {
  list-style: none;
}

button, input, select, textarea {
  font-family: inherit;
}

.num-font {
  font-family: var(--font-num);
}

/* ==========================================================================
   3. CORE LAYOUT UTILITIES & UI COMPONENTS
   ========================================================================== */
.site-container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.theme-section {
  padding: 6rem 0;
  position: relative;
}

.text-center-wrap {
  text-align: center;
}

.section-title-wrap {
  margin-bottom: 3.5rem;
}

.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  background: rgba(2, 132, 199, 0.08);
  border: 1px solid rgba(2, 132, 199, 0.22);
  color: var(--brand-blue);
  font-size: 0.86rem;
  font-weight: 700;
  padding: 0.45rem 1.15rem;
  border-radius: 999px;
  margin-bottom: 1.2rem;
}

.luxury-badge-glow {
  background: rgba(2, 132, 199, 0.08);
  box-shadow: 0 0 25px rgba(56, 189, 248, 0.15);
}

.badge-dot-cyan-pulsing,
.badge-dot-cyan {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brand-cyan);
}

.badge-dot-cyan-pulsing {
  animation: badgeDotPulse 1.8s infinite;
  box-shadow: 0 0 0 0 rgba(56, 189, 248, 0.7);
}

@keyframes badgeDotPulse {
  0%   { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(56, 189, 248, 0.7); }
  70%  { transform: scale(1);    box-shadow: 0 0 0 8px rgba(56, 189, 248, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(56, 189, 248, 0); }
}

.section-title {
  font-size: clamp(1.85rem, 3.2vw, 2.8rem);
  font-weight: 900;
  color: var(--brand-dark);
  line-height: 1.3;
  margin-bottom: 1rem;
}

.luxury-main-title {
  font-size: clamp(2rem, 3.5vw, 3rem);
}

.cyan-text {
  color: var(--brand-blue);
}

.section-desc {
  font-size: 1.02rem;
  color: var(--text-body);
  max-width: 740px;
  margin: 0 auto;
  line-height: 1.8;
}

.luxury-sub-desc {
  font-size: 1.02rem;
  color: #64748b;
}

/* Global Buttons */
.btn-cyan {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  background: var(--brand-blue);
  color: #ffffff !important;
  font-weight: 700;
  font-size: 0.92rem;
  padding: 0.75rem 1.65rem;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  box-shadow: var(--shadow-azure);
  transition: all 0.25s ease;
}

.btn-cyan:hover {
  background: var(--brand-blue-hover);
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(2, 132, 199, 0.4);
}

.glass-panel {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

/* ==========================================================================
   4. LUXURY ARCHITECTURAL NAVBAR — PURE TRANSPARENT HERO & SMART HEADROOM
   ========================================================================== */
.site-header,
.site-header-v3 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto !important;
  opacity: 1 !important;
  transform: translateY(0) !important;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), padding 0.35s ease;
  padding: 1.2rem 0;
}

/* Smart Headroom: Hidden on Scroll Down */
.site-header.nav-hidden,
.site-header-v3.nav-hidden {
  transform: translateY(-130%) !important;
  pointer-events: none !important;
}

/* Base Nav Inner */
.nav-inner-v3,
.header-inner {
  max-width: 1400px;
  margin: 0 auto;
  height: 72px;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
}

/* Hero / Top State: 100% PURE CRYSTAL TRANSPARENT */
.site-header:not(.scrolled) .nav-inner-v3,
.site-header-v3:not(.scrolled) .nav-inner-v3,
.site-header:not(.scrolled) .header-inner,
.site-header-v3:not(.scrolled) .header-inner {
  background: transparent !important;
  background-image: none !important;
  border: 1px solid transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* Hero Links & Icons */
.site-header:not(.scrolled) .nav-item-v3,
.site-header-v3:not(.scrolled) .nav-item-v3,
.site-header:not(.scrolled) .nav-link,
.site-header-v3:not(.scrolled) .nav-link {
  color: #ffffff !important;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.75);
}
.site-header:not(.scrolled) .nav-item-v3:hover,
.site-header-v3:not(.scrolled) .nav-item-v3:hover {
  color: #38bdf8 !important;
  background: rgba(255, 255, 255, 0.12) !important;
}
.site-header:not(.scrolled) .nav-item-v3.active,
.site-header-v3:not(.scrolled) .nav-item-v3.active {
  color: #ffffff !important;
  background: rgba(14, 165, 233, 0.32) !important;
  border: 1px solid rgba(56, 189, 248, 0.5) !important;
  box-shadow: 0 0 16px rgba(56, 189, 248, 0.4) !important;
}
.site-header:not(.scrolled) .nav-lang-btn {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.12) !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  backdrop-filter: blur(6px);
}
.site-header:not(.scrolled) .nav-wa-btn {
  color: #ffffff !important;
  background: rgba(37, 211, 102, 0.3) !important;
  border: 1px solid rgba(37, 211, 102, 0.55) !important;
  backdrop-filter: blur(6px);
}

/* Scrolled State: Takes Natural Luxury Frosted Glass Capsule */
.site-header.scrolled,
.site-header-v3.scrolled {
  padding: 0.6rem 0;
}

.site-header.scrolled .nav-inner-v3,
.site-header-v3.scrolled .nav-inner-v3,
.site-header.scrolled .header-inner,
.site-header-v3.scrolled .header-inner {
  height: 66px;
  background: rgba(255, 255, 255, 0.95) !important;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(240, 249, 255, 0.95) 100%) !important;
  backdrop-filter: blur(20px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
  border: 1.5px solid rgba(14, 165, 233, 0.24) !important;
  border-radius: 20px !important;
  box-shadow: 0 10px 32px rgba(12, 74, 110, 0.12) !important;
}

.site-header.scrolled .nav-item-v3,
.site-header-v3.scrolled .nav-item-v3,
.site-header.scrolled .nav-link,
.site-header-v3.scrolled .nav-link {
  color: #0c4a6e !important;
  text-shadow: none !important;
}
.site-header.scrolled .nav-item-v3:hover,
.site-header-v3.scrolled .nav-item-v3:hover {
  color: #0284c7 !important;
  background: #e0f2fe !important;
  border-color: rgba(14, 165, 233, 0.3) !important;
}
.site-header.scrolled .nav-item-v3.active,
.site-header-v3.scrolled .nav-item-v3.active {
  color: #0284c7 !important;
  font-weight: 800 !important;
  background: #e0f2fe !important;
  border-color: #0284c7 !important;
  box-shadow: inset 0 -2px 0 #0284c7 !important;
}
.site-header.scrolled .nav-lang-btn {
  color: #0c4a6e !important;
  background: #f1f5f9 !important;
  border: 1px solid #cbd5e1 !important;
}
.site-header.scrolled .nav-wa-btn {
  color: #059669 !important;
  background: #ecfdf5 !important;
  border: 1px solid rgba(16, 185, 129, 0.3) !important;
}

/* Nav Brand Logo */
.nav-brand-v3,
.header-brand {
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  flex-shrink: 0;
}
.nav-brand-v3:hover,
.header-brand:hover {
  transform: scale(1.04);
}
.nav-brand-logo,
.brand-logo {
  height: 44px;
  width: auto;
  object-fit: contain;
  transition: transform 0.3s ease, filter 0.3s ease;
}

/* Unscrolled Navbar Brand Logo (Brilliant Pure White on Dark Hero) */
.site-header:not(.scrolled) .nav-brand-logo,
.site-header-v3:not(.scrolled) .nav-brand-logo {
  filter: brightness(0) invert(1) !important;
}

/* Scrolled Navbar Brand Logo (Original Crisp Dark Navy on White Capsule) */
.site-header.scrolled .nav-brand-logo,
.site-header-v3.scrolled .nav-brand-logo {
  filter: none !important;
}

/* Mobile Drawer Brand Logo (Brilliant Pure White on Dark Drawer) */
.mobile-brand-logo {
  filter: brightness(0) invert(1) !important;
}

/* Navigation List */
.nav-menu-v3,
.header-nav {
  display: flex;
  align-items: center;
}
.nav-list-v3,
.nav-links {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-item-v3,
.nav-link {
  font-family: var(--font-ar);
  font-size: 0.92rem;
  font-weight: 700;
  padding: 0.5rem 1.15rem;
  text-decoration: none;
  border-radius: 12px;
  transition: all 0.25s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border: 1px solid transparent;
  cursor: pointer;
  white-space: nowrap;
}

/* Dropdown styling */
.nav-dropdown-wrap {
  position: relative;
}
.dropdown-chevron {
  transition: transform 0.3s ease;
}
.nav-dropdown-wrap:hover .dropdown-chevron {
  transform: rotate(180deg);
}
.nav-dropdown-panel {
  position: absolute;
  top: calc(100% + 12px);
  right: 50%;
  transform: translateX(50%) translateY(8px);
  min-width: 280px;
  background: #ffffff;
  border: 1px solid rgba(14, 165, 233, 0.25);
  border-radius: 16px;
  padding: 0.75rem;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 20px 45px rgba(12, 74, 110, 0.16);
  z-index: 1000;
}
.nav-dropdown-wrap:hover .nav-dropdown-panel,
.nav-dropdown-wrap.is-open .nav-dropdown-panel,
.nav-dropdown-wrap:focus-within .nav-dropdown-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(50%) translateY(0);
}

.nav-dropdown-wrap:hover .dropdown-chevron,
.nav-dropdown-wrap.is-open .dropdown-chevron,
.nav-dropdown-wrap:focus-within .dropdown-chevron {
  transform: rotate(180deg);
}
.dropdown-project-link {
  display: flex;
  flex-direction: column;
  padding: 0.85rem 1rem;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.dropdown-project-link:hover {
  background: #f0f9ff;
}
.dropdown-project-name {
  font-size: 0.98rem;
  font-weight: 800;
  color: #0c4a6e;
}
.dropdown-project-tag {
  font-size: 0.78rem;
  color: #64748b;
  margin-top: 3px;
}
.dropdown-coming-soon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  border-top: 1px dashed rgba(14, 165, 233, 0.25);
  margin-top: 0.4rem;
  font-size: 0.8rem;
  color: #64748b;
}
.coming-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0284c7;
  animation: pulse-dot 2s infinite;
}

/* Actions */
.nav-actions-v3 {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}
.nav-lang-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 0.85rem;
  border-radius: 10px;
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}
.nav-lang-btn:hover {
  transform: translateY(-2px);
}
.nav-wa-btn {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  text-decoration: none;
  transition: all 0.2s ease;
}
.nav-wa-btn:hover {
  transform: translateY(-2px);
}
.nav-cta-v3 {
  background: linear-gradient(135deg, #0284c7, #0369a1) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 999px !important;
  padding: 0.55rem 1.4rem !important;
  font-family: var(--font-ar) !important;
  font-size: 0.88rem !important;
  font-weight: 800 !important;
  cursor: pointer !important;
  box-shadow: 0 4px 14px rgba(2, 132, 199, 0.35) !important;
  transition: all 0.25s ease !important;
  white-space: nowrap !important;
}
.nav-cta-v3:hover {
  background: linear-gradient(135deg, #0369a1, #075985) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(2, 132, 199, 0.5) !important;
}

/* ==========================================================================
   4b. ENHANCED PROMINENT NAVBAR MENU BUTTON (BURGER PILL)
   ========================================================================== */
.nav-burger-v3,
.mobile-nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  background: rgba(2, 132, 199, 0.1);
  border: 1.5px solid rgba(2, 132, 199, 0.4);
  border-radius: 10px;
  cursor: pointer;
  z-index: 1001;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  color: #0284c7;
  box-shadow: 0 2px 10px rgba(2, 132, 199, 0.15);
  text-decoration: none;
}
.nav-burger-v3:hover,
.mobile-nav-toggle:hover {
  background: rgba(2, 132, 199, 0.18);
  border-color: #0284c7;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(2, 132, 199, 0.3);
}
.nav-burger-v3 .burger-box,
.mobile-nav-toggle .burger-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 18px;
  height: 13px;
}
.nav-burger-v3 .burger-line,
.mobile-nav-toggle .burger-line {
  width: 100%;
  height: 2px;
  background-color: #0284c7 !important;
  border-radius: 3px;
  transition: all 0.3s ease;
}

/* Animated active state (Transforms into X when drawer is open) */
.nav-burger-v3.active .burger-line:nth-child(1),
.mobile-nav-toggle.active .burger-line:nth-child(1) {
  transform: translateY(5.5px) rotate(45deg);
}
.nav-burger-v3.active .burger-line:nth-child(2),
.mobile-nav-toggle.active .burger-line:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.nav-burger-v3.active .burger-line:nth-child(3),
.mobile-nav-toggle.active .burger-line:nth-child(3) {
  transform: translateY(-5.5px) rotate(-45deg);
}

/* Header Top / Transparent Hero State (High contrast on dark background) */
.site-header:not(.scrolled) .nav-burger-v3,
.site-header-v3:not(.scrolled) .nav-burger-v3,
.site-header:not(.scrolled) .mobile-nav-toggle,
.site-header-v3:not(.scrolled) .mobile-nav-toggle {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}
.site-header:not(.scrolled) .nav-burger-v3 .burger-line,
.site-header-v3:not(.scrolled) .nav-burger-v3 .burger-line,
.site-header:not(.scrolled) .mobile-nav-toggle .burger-line,
.site-header-v3:not(.scrolled) .mobile-nav-toggle .burger-line {
  background-color: #ffffff !important;
}

/* Header Scrolled State & Interior Pages (High contrast on white capsule) */
.site-header.scrolled .nav-burger-v3,
.site-header-v3.scrolled .nav-burger-v3,
.site-header.scrolled .mobile-nav-toggle,
.site-header-v3.scrolled .mobile-nav-toggle,
body.interior-page .nav-burger-v3,
body.interior-page .mobile-nav-toggle {
  background: rgba(2, 132, 199, 0.1);
  border-color: rgba(2, 132, 199, 0.35);
  box-shadow: 0 2px 8px rgba(2, 132, 199, 0.12);
}
.site-header.scrolled .nav-burger-v3 .burger-line,
.site-header-v3.scrolled .nav-burger-v3 .burger-line,
.site-header.scrolled .mobile-nav-toggle .burger-line,
.site-header-v3.scrolled .mobile-nav-toggle .burger-line,
body.interior-page .nav-burger-v3 .burger-line,
body.interior-page .mobile-nav-toggle .burger-line {
  background-color: #0284c7 !important;
}

@media (max-width: 992px) {
  .nav-menu-v3,
  .header-nav,
  .desktop-only,
  .desktop-cta {
    display: none !important;
  }
  .nav-burger-v3,
  .mobile-nav-toggle {
    display: inline-flex !important;
  }
  .site-header,
  .site-header-v3 {
    padding: 0.8rem 0;
  }
  .nav-inner-v3,
  .header-inner {
    height: 64px;
    padding: 0 1.2rem;
  }
}

/* ==========================================================================
   5. FULLSCREEN MOBILE OVERLAY & ARCHITECTURAL PRELOADER
   ========================================================================== */

/* Fullscreen Mobile Drawer Overlay (Completely Hidden on Desktop) */
.mobile-overlay-v3,
#mobile-overlay {
  display: none !important;
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  height: 100dvh !important;
  background: rgba(15, 23, 42, 0.96) !important;
  backdrop-filter: blur(30px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(30px) saturate(180%) !important;
  z-index: 999999 !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 992px) {
  .mobile-overlay-v3.active,
  #mobile-overlay.active {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }
}

.mobile-overlay-inner {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem 1.5rem 2.5rem;
  max-width: 480px;
  margin: 0 auto;
  box-sizing: border-box;
}

.mobile-overlay-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 1.5rem;
}

.mobile-brand-logo {
  height: 38px;
  width: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.mobile-brand:hover .mobile-brand-logo {
  transform: scale(1.06);
}

.mobile-close-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease;
}

.mobile-close-btn:hover {
  background: #0284c7;
  color: #ffffff;
  transform: rotate(90deg);
}

.mobile-overlay-nav {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  flex-grow: 1;
}

.mobile-nav-link {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  font-size: 1.15rem;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  padding: 0.85rem 1.2rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.25s ease;
}

.mobile-nav-link i {
  font-size: 1.05rem;
  color: #38bdf8;
  width: 24px;
  text-align: center;
}

.mobile-nav-link:hover,
.mobile-nav-link.active {
  color: #ffffff;
  background: #0284c7;
  border-color: #0284c7;
  box-shadow: 0 4px 18px rgba(2, 132, 199, 0.35);
}

.mobile-nav-group {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 0.6rem;
  margin: 0.2rem 0;
}

.mobile-nav-group-title {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.82rem;
  font-weight: 800;
  color: #38bdf8;
  padding: 0.4rem 0.8rem 0.2rem;
  letter-spacing: 0.5px;
}

.mobile-nav-link.mobile-nav-sub {
  font-size: 1rem;
  font-weight: 700;
  padding: 0.7rem 1rem;
  background: rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sub-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #38bdf8;
  box-shadow: 0 0 6px #38bdf8;
}

.sub-badge {
  font-size: 0.7rem;
  font-weight: 700;
  color: #10b981;
  background: rgba(16, 185, 129, 0.15);
  border: 1px solid rgba(16, 185, 129, 0.3);
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
}

.mobile-overlay-footer {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-lang-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: 100%;
  padding: 0.85rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 700;
  transition: all 0.25s ease;
}

.mobile-wa-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: 100%;
  padding: 0.85rem;
  border-radius: 12px;
  background: rgba(37, 211, 102, 0.15);
  color: #25d366;
  border: 1px solid rgba(37, 211, 102, 0.4);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 700;
  transition: all 0.25s ease;
}

.mobile-wa-btn:hover {
  background: #25d366;
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.mobile-vip-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: 100%;
  padding: 0.85rem;
  border-radius: 12px;
  background: linear-gradient(135deg, #0284c7, #0369a1);
  color: #ffffff;
  border: none;
  font-size: 0.95rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(2, 132, 199, 0.35);
  transition: all 0.25s ease;
}

/* Luxury 3D Holographic Architectural Preloader — Light Sky Blue Aesthetic */
#site-preloader,
.site-preloader {
  position: fixed !important;
  inset: 0 !important;
  z-index: 999999 !important;
  background: radial-gradient(ellipse at 50% 45%, #f0f9ff 0%, #e0f2fe 40%, #bae6fd 75%, #93c5fd 100%) !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.45s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, visibility;
}

#site-preloader.loaded,
.site-preloader.loaded {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.preloader-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.1rem;
  text-align: center;
  position: relative;
  z-index: 10;
  max-width: 96vw;
}

.preloader-logo {
  height: 52px;
  width: auto;
  max-width: 220px;
  margin-bottom: 0.2rem;
  filter: drop-shadow(0 4px 16px rgba(2, 132, 199, 0.28));
  animation: preloaderLogoPulse 3s ease-in-out infinite alternate;
}

@keyframes preloaderLogoPulse {
  0% { transform: scale(0.98); opacity: 0.94; }
  100% { transform: scale(1.02); opacity: 1; filter: drop-shadow(0 6px 22px rgba(2, 132, 199, 0.4)); }
}

.preloader-3d-viewport {
  position: relative;
  width: 380px;
  height: 290px;
  max-width: 94vw;
  display: flex;
  align-items: center;
  justify-content: center;
}



#preloader-3d-canvas {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  display: block;
  z-index: 2;
  pointer-events: none;
}

/* Lightweight SVG holographic building model (no WebGL).
   Parts rise in progressively via .on class from preloader-model.js. */
#preloader-bldg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
#preloader-bldg .pb-part {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
#preloader-bldg .pb-part.on {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  #preloader-bldg .pb-part { transition: none; }
}

.laser-scanner-line {
  position: absolute;
  left: 8%;
  width: 84%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(0, 242, 254, 0.85), #38bdf8, transparent);
  box-shadow: 0 0 16px #00f2fe, 0 0 28px rgba(2, 132, 199, 0.5);
  animation: laserScan 2.4s ease-in-out infinite alternate;
  z-index: 3;
  pointer-events: none;
  border-radius: 999px;
}

@keyframes laserScan {
  0% { top: 18%; opacity: 0.4; }
  50% { opacity: 1; }
  100% { top: 86%; opacity: 0.4; }
}

.holo-callout {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(2, 132, 199, 0.32);
  box-shadow: 0 8px 24px rgba(2, 132, 199, 0.18), 0 2px 6px rgba(0, 0, 0, 0.04);
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  color: #0c4a6e;
  z-index: 5;
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.4s ease;
  white-space: nowrap;
  animation: holoPillFloat 3s ease-in-out infinite alternate;
}

.holo-callout .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0284c7;
  box-shadow: 0 0 8px #0284c7;
  flex-shrink: 0;
}

.holo-callout-top {
  top: 6%;
  right: -8px;
  animation-delay: 0s;
}

.holo-callout-mid {
  top: 46%;
  left: -12px;
  animation-delay: 0.8s;
}

.holo-callout-bot {
  bottom: 8%;
  right: -2px;
  animation-delay: 1.6s;
}

@keyframes holoPillFloat {
  0% { transform: translateY(0); }
  100% { transform: translateY(-4px); }
}

.preloader-progress-wrap {
  width: 380px;
  max-width: 88vw;
  height: 7px;
  background: rgba(2, 132, 199, 0.14);
  border: 1px solid rgba(2, 132, 199, 0.25);
  border-radius: 999px;
  overflow: hidden;
  box-shadow: inset 0 1px 3px rgba(2, 132, 199, 0.15);
  position: relative;
}

.preloader-progress-bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #0284c7, #38bdf8, #00f2fe);
  border-radius: 999px;
  box-shadow: 0 0 12px rgba(0, 242, 254, 0.65);
  transition: width 0.08s linear;
}

.preloader-status-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 380px;
  max-width: 88vw;
  gap: 0.75rem;
  font-size: 0.82rem;
  color: #0369a1;
  font-weight: 700;
  min-height: 24px;
}

.preloader-phase-tag {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex: 1;
  min-width: 0;
  text-align: right;
}

[dir="ltr"] .preloader-phase-tag,
html[lang="en"] .preloader-phase-tag {
  text-align: left;
}

#preloader-phase-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.78rem;
  line-height: 1.3;
}

.badge-dot-cyan {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0284c7;
  box-shadow: 0 0 8px #0284c7;
  flex-shrink: 0;
}

.preloader-counter {
  font-family: var(--font-num);
  font-weight: 800;
  color: #0284c7;
  font-size: 0.95rem;
  flex-shrink: 0;
  min-width: 44px;
  text-align: end;
}

@media (max-width: 520px) {
  .preloader-3d-viewport {
    width: 320px;
    height: 260px;
  }
  .holo-callout {
    font-size: 0.72rem;
    padding: 0.3rem 0.75rem;
  }
  .holo-callout-top { top: 3%; right: 2px; }
  .holo-callout-mid { top: 48%; left: 2px; }
  .holo-callout-bot { bottom: 5%; right: 2px; }
  .preloader-progress-wrap,
  .preloader-status-row {
    width: 320px;
  }
}


/* ==========================================================================
   6. HERO CINEMATIC SECTION (120 FRAMES + NARRATIVE STAGES)
   ========================================================================== */
#hero-section,
.hero-pinned-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  box-sizing: border-box;
  background: #0a0d16;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.pin-spacer > #hero-section,
div.pin-spacer > section#hero-section {
  width: 100% !important;
  height: 100vh !important;
  min-height: 100vh !important;
  max-height: 100vh !important;
  max-width: 100% !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  z-index: 1 !important;
}

.hero-3d-scene-container {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 5;
  transition: transform 0.1s ease-out;
  will-change: transform;
  background: #0a0d16 url('../images/district1-elevation-front-hd.jpg') center/cover no-repeat;
}

#three-hero-canvas {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 3;
  pointer-events: none;
}

#hero-frame-canvas {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  display: block;
  z-index: 2;
  background: #0a0d16;
  background-image: radial-gradient(ellipse at center, rgba(56, 189, 248, 0.12) 0%, transparent 65%), url('../images/district1-elevation-front-hd.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-cinematic-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 13, 22, 0.15) 0%, rgba(10, 13, 22, 0.45) 100%),
    linear-gradient(
      to top,
      rgba(10, 13, 22, 0.8) 0%,
      rgba(10, 13, 22, 0.3) 35%,
      transparent 70%
    );
  z-index: 4;
  pointer-events: none;
}

.hero-scroll-hint {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 8;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  color: #94a3b8;
  font-size: 0.78rem;
  font-weight: 700;
  pointer-events: none;
  animation: hintFloat 2.5s ease-in-out infinite;
}

@keyframes hintFloat {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50%       { transform: translateX(-50%) translateY(-5px); }
}

.mouse-icon {
  width: 22px;
  height: 34px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 11px;
  display: flex;
  justify-content: center;
  padding-top: 4px;
}

.mouse-wheel {
  width: 3.5px;
  height: 6px;
  background: #38bdf8;
  border-radius: 2px;
  animation: mouseScroll 1.6s ease-in-out infinite;
}

@keyframes mouseScroll {
  0%, 100% { transform: translateY(0); opacity: 1; }
  50%       { transform: translateY(5px); opacity: 0.3; }
}

/* Narrative Stages Container (Bottom Anchored) */
.hero-cinematic-stages-container {
  position: absolute;
  bottom: 2.8rem;
  right: 5vw;
  left: 5vw;
  z-index: 7;
  pointer-events: none;
}

.cinematic-stage {
  display: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  width: 100%;
}

.cinematic-stage.active {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.cinematic-stage-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: right;
  max-width: 920px;
}

.developer-corporate-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(15, 23, 42, 0.8);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 0.35rem 1rem;
  border-radius: 999px;
  margin-bottom: 0.6rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.cinematic-main-title {
  font-size: clamp(1.8rem, 3.2vw, 3.2rem);
  font-weight: 900;
  color: #ffffff;
  line-height: 1.15;
  text-align: right;
  margin-bottom: 0.4rem;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
}

.title-sub-line {
  display: block;
  font-size: clamp(0.92rem, 1.35vw, 1.2rem);
  font-weight: 600;
  color: #94a3b8;
  margin-top: 0.4rem;
  letter-spacing: 0.01em;
}

.sky-blue-highlight { color: #38bdf8; }
.sky-blue-text      { color: #38bdf8; }

.cinematic-bottom-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 1.8rem;
  margin-top: 0.4rem;
  flex-wrap: wrap;
}

.cinematic-desc {
  font-size: 0.9rem;
  color: #cbd5e1;
  max-width: 580px;
  line-height: 1.65;
  font-weight: 400;
  text-align: right;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  margin: 0;
}

.cinematic-action-wrap { flex-shrink: 0; }

.hero-stage-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.4rem;
  flex-wrap: wrap;
}

.btn-hero-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
  color: #ffffff !important;
  font-weight: 800;
  font-size: 0.88rem;
  padding: 0.65rem 1.4rem;
  border-radius: 999px;
  border: 1px solid rgba(56, 189, 248, 0.4);
  cursor: pointer;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 18px rgba(2, 132, 199, 0.4);
}

.btn-hero-primary:hover {
  background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(14, 165, 233, 0.5);
}

.btn-hero-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(15, 23, 42, 0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #e2e8f0 !important;
  font-weight: 700;
  font-size: 0.86rem;
  padding: 0.65rem 1.25rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  cursor: pointer;
  text-decoration: none;
  transition: all 0.25s ease;
}

.btn-hero-secondary:hover {
  background: rgba(30, 41, 59, 0.9);
  border-color: rgba(56, 189, 248, 0.5);
  color: #38bdf8 !important;
  transform: translateY(-2px);
}

/* Architectural Quick Stage Stepper Navigator (Dots with Hover Tooltips) */
.hero-stage-navigator {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 25;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  pointer-events: auto;
  align-items: center;
}

/* Bi-directional placement */
html[dir="ltr"] .hero-stage-navigator,
body.lang-en .hero-stage-navigator {
  left: 2.5vw;
  right: auto;
}

html[dir="rtl"] .hero-stage-navigator,
body.lang-ar .hero-stage-navigator {
  right: 2.5vw;
  left: auto;
}

/* The Interactive Dot Button */
.stage-nav-pill {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-tap-highlight-color: transparent;
}
/* Invisible touch-target expander (WCAG 2.5.8): 38px visual stays identical,
   but the tappable area reaches 48px on coarse pointers. No visual change. */
@media (pointer: coarse) {
  .stage-nav-pill::after {
    content: "";
    position: absolute;
    inset: -6px;
  }
}

.stage-nav-pill:focus-visible {
  outline: 2px solid #38bdf8;
  outline-offset: 4px;
}

/* Core Dot Visual */
.stage-nav-dot {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  border: 2px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Hover on Dot */
.stage-nav-pill:hover .stage-nav-dot {
  background: #38bdf8;
  border-color: #ffffff;
  transform: scale(1.35);
  box-shadow: 0 0 16px rgba(56, 189, 248, 0.9);
}

/* Active Dot */
.stage-nav-pill.active .stage-nav-dot {
  background: #0ea5e9;
  border-color: #38bdf8;
  transform: scale(1.4);
  box-shadow: 0 0 18px rgba(56, 189, 248, 0.95), 0 0 32px rgba(14, 165, 233, 0.5);
}

/* Active Halo Animation */
.stage-nav-pill.active .stage-nav-dot::before {
  content: '';
  position: absolute;
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  border-radius: 50%;
  border: 1.5px solid rgba(56, 189, 248, 0.75);
  animation: stageDotPulse 2s infinite ease-out;
}

@keyframes stageDotPulse {
  0%   { transform: scale(0.9); opacity: 0.95; }
  70%  { transform: scale(1.75); opacity: 0; }
  100% { transform: scale(1.75); opacity: 0; }
}

/* Hover Floating Tooltip */
.stage-nav-tooltip {
  position: absolute;
  top: 50%;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  background: rgba(15, 23, 42, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(56, 189, 248, 0.45);
  padding: 0.42rem 0.95rem;
  border-radius: 999px;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5), 0 0 14px rgba(56, 189, 248, 0.25);
  transition: opacity 0.25s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.25s cubic-bezier(0.16, 1, 0.3, 1),
              visibility 0.25s ease;
  z-index: 30;
}

.stage-nav-tooltip .stage-nav-num {
  font-family: var(--font-num, inherit);
  font-weight: 800;
  font-size: 0.76rem;
  color: #38bdf8;
  letter-spacing: 0.05em;
}

.stage-nav-tooltip .stage-nav-label {
  font-size: 0.82rem;
  font-weight: 700;
  color: #ffffff;
}

/* Directional Tooltip Sliding */
html[dir="ltr"] .stage-nav-tooltip,
body.lang-en .stage-nav-tooltip {
  left: 100%;
  right: auto;
  margin-left: 12px;
  transform: translateY(-50%) translateX(-8px);
}

html[dir="rtl"] .stage-nav-tooltip,
body.lang-ar .stage-nav-tooltip {
  right: 100%;
  left: auto;
  margin-right: 12px;
  transform: translateY(-50%) translateX(8px);
}

/* Tooltip Reveal on Hover & Focus */
.stage-nav-pill:hover .stage-nav-tooltip,
.stage-nav-pill:focus-visible .stage-nav-tooltip,
.stage-nav-pill:focus .stage-nav-tooltip {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

html[dir="ltr"] .stage-nav-pill:hover .stage-nav-tooltip,
html[dir="ltr"] .stage-nav-pill:focus-visible .stage-nav-tooltip,
html[dir="ltr"] .stage-nav-pill:focus .stage-nav-tooltip,
body.lang-en .stage-nav-pill:hover .stage-nav-tooltip,
body.lang-en .stage-nav-pill:focus-visible .stage-nav-tooltip,
body.lang-en .stage-nav-pill:focus .stage-nav-tooltip {
  transform: translateY(-50%) translateX(0);
}

html[dir="rtl"] .stage-nav-pill:hover .stage-nav-tooltip,
html[dir="rtl"] .stage-nav-pill:focus-visible .stage-nav-tooltip,
html[dir="rtl"] .stage-nav-pill:focus .stage-nav-tooltip,
body.lang-ar .stage-nav-pill:hover .stage-nav-tooltip,
body.lang-ar .stage-nav-pill:focus-visible .stage-nav-tooltip,
body.lang-ar .stage-nav-pill:focus .stage-nav-tooltip {
  transform: translateY(-50%) translateX(0);
}

/* Mobile Stage Navigator Behavior */
@media (max-width: 1024px) {
  .hero-stage-navigator {
    display: flex;
    gap: 0.75rem;
    z-index: 25;
  }
  html[dir="ltr"] .hero-stage-navigator,
  body.lang-en .hero-stage-navigator {
    left: 0.75rem;
  }
  html[dir="rtl"] .hero-stage-navigator,
  body.lang-ar .hero-stage-navigator {
    right: 0.75rem;
  }
  .stage-nav-pill {
    width: 34px;
    height: 34px;
  }
  .stage-nav-dot {
    width: 10px;
    height: 10px;
  }
}

/* ==========================================================================
   6.5 BRAND-HARMONIZED LIGHT LUXURY PARTNER CONSORTIUM MARQUEE RIBBON
   ========================================================================== */
.partners-marquee-ribbon {
  background: linear-gradient(180deg, #ffffff 0%, #f0f9ff 50%, #ffffff 100%);
  border-top: 1.5px solid rgba(2, 132, 199, 0.16);
  border-bottom: 1.5px solid rgba(2, 132, 199, 0.16);
  padding: 2.2rem 0 2.4rem;
  position: relative;
  overflow: hidden;
  z-index: 10;
  box-shadow: 0 10px 30px rgba(2, 132, 199, 0.04);
}

.marquee-header-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1.8rem;
  text-align: center;
}

.marquee-subtitle {
  color: #64748b;
  font-size: 0.95rem;
  font-weight: 600;
  margin: 0;
}

.marquee-slider-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  direction: ltr !important;
  mask-image: linear-gradient(to right, transparent 0%, #000 3%, #000 97%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 3%, #000 97%, transparent 100%);
}

.marquee-track {
  display: flex !important;
  align-items: center !important;
  gap: 5.5rem !important;
  width: max-content !important;
  direction: ltr !important;
  animation: partnerMarqueeScroll 32s linear infinite !important;
  will-change: transform;
}

.marquee-track:hover {
  animation-play-state: paused !important;
}

@keyframes partnerMarqueeScroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

.marquee-partner-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  border: none !important;
  padding: 0.4rem 1.8rem !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  white-space: nowrap;
  flex-shrink: 0;
  cursor: pointer;
}

.marquee-partner-item:hover {
  transform: scale(1.1);
  filter: drop-shadow(0 0 16px rgba(56, 189, 248, 0.6));
}

.partner-logo-box {
  width: 58px;
  height: 58px;
  background: #f8fafc;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  border: 1.5px solid #e2e8f0;
  flex-shrink: 0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.02);
  transition: all 0.3s ease;
}

.marquee-logo {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.text-logo-box {
  background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
  border-color: #0284c7;
  color: #ffffff;
}

.logo-text-badge {
  font-family: var(--font-num);
  font-size: 1.15rem;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 1px;
}

.sakan-box {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  border-color: #334155;
}

.sakan-badge {
  font-size: 0.95rem;
}

.scc-logo-box {
  background: #ffffff;
  border-color: #cbd5e1;
}

.icon-logo-box {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  color: #ffffff;
  font-size: 1.45rem;
  border-color: #f59e0b;
}

.partner-meta-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: right;
}

.partner-role-pill {
  font-size: 0.76rem;
  font-weight: 800;
  color: #0284c7;
  background: #e0f2fe;
  padding: 0.22rem 0.75rem;
  border-radius: 999px;
  margin-bottom: 0.3rem;
  display: inline-block;
  border: 1px solid #bae6fd;
}

.partner-role-pill.gold-pill {
  background: #fef3c7;
  color: #b45309;
  border-color: #fde68a;
}

.partner-name {
  color: #0f172a;
  font-size: 1.02rem;
  font-weight: 900;
  margin: 0 0 0.2rem;
  line-height: 1.3;
}

.partner-lead-sub {
  color: #64748b;
  font-size: 0.82rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.partner-lead-sub i {
  color: #0284c7;
  font-size: 0.8rem;
}

/* ==========================================================================
   7. PURE SILENT FULL-WIDTH BACKGROUND VIDEO WINDOW SECTION (CURTAIN REVEAL)
   ========================================================================== */
.pure-video-window-section {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  overflow: hidden;
  background: #ffffff;
  margin: 0;
  padding: 0;
  border: none;
  display: block;
  z-index: 1;
}

.video-window-viewport {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #ffffff;
}

.video-window-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  pointer-events: none;
  border: none;
  outline: none;
  background: #ffffff;
}

.video-window-overlay {
  position: absolute;
  inset: 0;
  background: transparent;
  pointer-events: none;
}

@media (max-width: 992px) {
  .pure-video-window-section {
    height: 70vh;
    min-height: 480px;
  }
}

@media (max-width: 640px) {
  .pure-video-window-section {
    height: 60vh;
    min-height: 380px;
  }
}


/* ==========================================================================
   8. UNITS SECTION WITH 3D FLIP CARDS
   ========================================================================== */
.units-section {
  background-color: #ffffff;
}

.facilities-exact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8rem;
  perspective: 1200px;
}

.facility-exact-box {
  background-color: transparent;
  height: 290px;
  perspective: 1000px;
  cursor: pointer;
  border-radius: 8px;
}

.facility-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.facility-exact-box:hover .facility-box-inner,
.facility-exact-box.flipped .facility-box-inner {
  transform: rotateY(180deg);
}

.facility-box-front,
.facility-box-back {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 8px;
  overflow: hidden;
}

.facility-box-front {
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  z-index: 2;
  background: #ffffff;
  padding: 2.2rem 1.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.facility-box-front.facility-teal-accent {
  background: #a2c9d4;
  border-color: #8bbecb;
}

.facility-box-front.facility-teal-accent .facility-icon-wrap,
.facility-box-front.facility-teal-accent .facility-title {
  color: #1e3a8a;
}

.facility-box-front.facility-teal-accent .facility-desc {
  color: #1e293b;
}

.facility-icon-wrap {
  font-size: 2.6rem;
  color: #1e3a8a;
  margin-bottom: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.4s ease;
}

.facility-exact-box:hover .facility-icon-wrap {
  transform: scale(1.1);
}

.facility-title {
  font-size: 1.32rem;
  font-weight: 800;
  color: #1e3a8a;
  margin-bottom: 0.8rem;
}

.facility-desc {
  font-size: 0.92rem;
  color: #475569;
  line-height: 1.7;
  max-width: 95%;
  margin: 0 auto;
}

.facility-box-back {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  z-index: 1;
  background-color: #0f172a;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.facility-back-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.facility-back-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15, 23, 42, 0.95) 0%, rgba(15, 23, 42, 0.4) 60%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 1.6rem 1.4rem;
  text-align: center;
  color: #ffffff;
}

.facility-back-overlay h4 {
  font-size: 1.22rem;
  font-weight: 800;
  margin-bottom: 0.35rem;
  color: #ffffff;
}

.facility-back-overlay p {
  font-size: 0.86rem;
  color: #cbd5e1;
  line-height: 1.6;
  margin-bottom: 0.8rem;
}

/* ==========================================================================
   9. STRATEGIC LOCATION & CONNECTIVITY SECTION (BESPOKE UI)
   ========================================================================== */
.location-section-v3 {
  background: linear-gradient(180deg, #ffffff 0%, #f0f9ff 50%, #ffffff 100%);
  position: relative;
  overflow: hidden;
  padding: 5.5rem 0;
}

/* 1. Top 4 Proximity Radar Matrix */
.location-top-matrix-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-bottom: 2.2rem;
}

.location-matrix-card {
  background: #ffffff;
  border: 1.5px solid rgba(2, 132, 199, 0.16);
  border-radius: 20px;
  padding: 1.35rem 1.4rem;
  box-shadow: 0 4px 20px rgba(2, 132, 199, 0.05);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  text-align: right;
  position: relative;
  overflow: hidden;
}

.location-matrix-card:hover {
  transform: translateY(-5px);
  border-color: #0284c7;
  box-shadow: 0 12px 30px rgba(2, 132, 199, 0.14);
}

.matrix-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.9rem;
}

.matrix-icon-box {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(2, 132, 199, 0.1) 0%, rgba(56, 189, 248, 0.15) 100%);
  color: #0284c7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.location-matrix-card:hover .matrix-icon-box {
  background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
  color: #ffffff;
  transform: scale(1.08);
}

.matrix-time-badge {
  font-size: 0.76rem;
  font-weight: 800;
  color: #0284c7;
  background: #e0f2fe;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  border: 1px solid #bae6fd;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  white-space: nowrap;
}

.matrix-card-title {
  font-size: 1.05rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 0.4rem;
  line-height: 1.35;
}

.matrix-card-desc {
  font-size: 0.82rem;
  color: #475569;
  line-height: 1.6;
  margin: 0 0 0.9rem;
  flex-grow: 1;
}

.matrix-card-desc strong {
  color: #0f172a;
  font-weight: 800;
}

.matrix-metric-pill {
  font-size: 0.74rem;
  font-weight: 700;
  color: #0369a1;
  background: rgba(2, 132, 199, 0.06);
  padding: 0.25rem 0.65rem;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  align-self: flex-start;
}

/* 2. Interactive Panoramic Visual & Smart Parking Cockpit Grid */
.location-interactive-cockpit-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 2.2rem;
  align-items: stretch;
}

/* Panoramic Visual Card */
.location-panoramic-card {
  background: #ffffff;
  border-radius: 24px;
  border: 1.5px solid rgba(2, 132, 199, 0.16);
  overflow: hidden;
  box-shadow: 0 10px 35px rgba(2, 132, 199, 0.08);
  display: flex;
  flex-direction: column;
}

.panoramic-img-wrap {
  position: relative;
  height: 310px;
  overflow: hidden;
}

.panoramic-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.location-panoramic-card:hover .panoramic-img {
  transform: scale(1.04);
}

.panoramic-radar-hud {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: rgba(15, 23, 42, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #ffffff;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  border: 1px solid rgba(56, 189, 248, 0.35);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.radar-pulsing-circle {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #38bdf8;
  box-shadow: 0 0 10px #38bdf8;
  animation: radarPulse 1.8s infinite;
}

@keyframes radarPulse {
  0% { transform: scale(0.9); opacity: 1; }
  50% { transform: scale(1.4); opacity: 0.5; }
  100% { transform: scale(0.9); opacity: 1; }
}

.panoramic-gps-badge {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  background: rgba(15, 23, 42, 0.85);
  backdrop-filter: blur(10px);
  color: #38bdf8;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  border: 1px solid rgba(56, 189, 248, 0.25);
}

.panoramic-action-footer {
  padding: 1.4rem 1.6rem;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.location-address-wrap {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.84rem;
  font-weight: 700;
  color: #334155;
  text-align: right;
}

.location-address-wrap i {
  color: #0284c7;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.btn-open-map-action {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.82rem;
  font-weight: 800;
  color: #0284c7;
  background: rgba(2, 132, 199, 0.08);
  padding: 0.5rem 1.15rem;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid rgba(2, 132, 199, 0.2);
  white-space: nowrap;
}

.btn-open-map-action:hover {
  background: #0284c7;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(2, 132, 199, 0.25);
}

/* Smart Parking Cockpit Card */
.parking-smart-cockpit-card {
  background: #ffffff;
  border-radius: 24px;
  border: 1.5px solid rgba(2, 132, 199, 0.18);
  padding: 1.8rem 2rem;
  box-shadow: 0 10px 35px rgba(2, 132, 199, 0.07);
  display: flex;
  flex-direction: column;
  text-align: right;
}

.parking-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(2, 132, 199, 0.12);
}

.parking-kicker-badge {
  font-size: 0.72rem;
  font-weight: 800;
  color: #0284c7;
  background: #e0f2fe;
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 0.3rem;
}

.parking-main-title {
  font-size: 1.25rem;
  font-weight: 900;
  color: #0f172a;
  margin: 0;
}

.parking-levels-chip {
  font-size: 0.78rem;
  font-weight: 800;
  color: #0369a1;
  background: linear-gradient(135deg, rgba(2, 132, 199, 0.1) 0%, rgba(56, 189, 248, 0.15) 100%);
  padding: 0.4rem 0.9rem;
  border-radius: 12px;
  border: 1px solid rgba(2, 132, 199, 0.2);
  white-space: nowrap;
}

.parking-kpi-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9rem;
  margin-bottom: 1.4rem;
}

.parking-kpi-item {
  background: #f8fafc;
  border: 1px solid rgba(2, 132, 199, 0.12);
  border-radius: 14px;
  padding: 0.75rem 0.85rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.parking-kpi-num {
  font-size: 1.35rem;
  font-weight: 900;
  color: #0284c7;
  line-height: 1.2;
}

.parking-kpi-unit {
  font-size: 0.72rem;
  font-weight: 700;
  color: #64748b;
  margin-top: 0.15rem;
}

.parking-features-checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.parking-features-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.84rem;
  line-height: 1.55;
  color: #475569;
}

.parking-features-checklist li i {
  color: #0284c7;
  font-size: 1.1rem;
  margin-top: 0.15rem;
  flex-shrink: 0;
}

.parking-features-checklist li strong {
  color: #0f172a;
  font-weight: 800;
  display: inline;
}

.parking-features-checklist li p {
  margin: 0.15rem 0 0;
  font-size: 0.8rem;
  color: #64748b;
}

.parking-action-row {
  margin-top: auto;
}

.btn-parking-inquire {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: 100%;
  font-size: 0.86rem;
  font-weight: 800;
  color: #ffffff;
  background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
  padding: 0.85rem 1.4rem;
  border-radius: 16px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 6px 20px rgba(2, 132, 199, 0.25);
}

.btn-parking-inquire:hover {
  background: #25d366;
  color: #ffffff;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35);
  transform: translateY(-2px);
}

/* ==========================================================================
   10. MASTER CONSTRUCTION TIMELINE & ARCHITECTURAL DIAGRAMS DUAL-COCKPIT
   ========================================================================== */
.timeline-spine-section {
  background: #f8fafc !important;
  background-image: 
    radial-gradient(rgba(2, 132, 199, 0.08) 1.2px, transparent 1.2px),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 40%, #f1f5f9 100%) !important;
  background-size: 28px 28px, 100% 100% !important;
  position: relative !important;
  overflow: hidden !important;
  padding: 6rem 0 !important;
  border-top: 1px solid rgba(2, 132, 199, 0.12);
  border-bottom: 1px solid rgba(2, 132, 199, 0.12);
}

.timeline-ambient-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(100px);
  z-index: 0;
  opacity: 0.6;
}
.timeline-glow-top {
  top: -80px;
  right: -50px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(14, 165, 233, 0.15) 0%, transparent 70%);
}
.timeline-glow-bottom {
  bottom: -80px;
  left: -50px;
  width: 550px;
  height: 550px;
  background: radial-gradient(circle, rgba(16, 185, 129, 0.12) 0%, transparent 70%);
}

.timeline-luxury-header {
  margin-bottom: 2.8rem;
  position: relative;
  z-index: 1;
}

/* 10.1 Executive Construction KPI Ribbon (4 Balanced Pillars) */
.timeline-kpi-summary-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
  margin-bottom: 2.4rem;
  position: relative;
  z-index: 1;
}

.timeline-kpi-pill {
  background: #ffffff;
  border: 1px solid rgba(2, 132, 199, 0.16);
  border-radius: 16px;
  padding: 1.1rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  box-shadow: 0 4px 18px rgba(12, 74, 110, 0.04);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

.timeline-kpi-pill:hover {
  transform: translateY(-3px);
  border-color: #0284c7;
  box-shadow: 0 10px 26px rgba(2, 132, 199, 0.12);
}

.timeline-kpi-pill.kpi-pill-gold {
  border-color: rgba(217, 119, 6, 0.22);
}
.timeline-kpi-pill.kpi-pill-gold:hover {
  border-color: #d97706;
  box-shadow: 0 10px 26px rgba(217, 119, 6, 0.14);
}

.kpi-pill-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(2, 132, 199, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #0284c7;
  flex-shrink: 0;
}
.kpi-pill-gold .kpi-pill-icon {
  background: rgba(217, 119, 6, 0.09);
  color: #d97706;
}

.kpi-pill-info {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  flex-grow: 1;
  min-width: 0;
}

.kpi-pill-label {
  font-size: 0.76rem;
  font-weight: 700;
  color: #64748b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.kpi-pill-val {
  font-size: 1.1rem;
  font-weight: 800;
  color: #0f172a;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  line-height: 1.2;
}
.kpi-pill-val .unit {
  font-size: 0.8rem;
  font-weight: 700;
  color: #64748b;
}

.kpi-pill-val small {
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.12rem 0.5rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

.kpi-pill-sub {
  font-size: 0.74rem;
  color: #64748b;
  margin-top: 0.15rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.kpi-mini-bar {
  width: 100%;
  height: 5px;
  background: #e2e8f0;
  border-radius: 999px;
  overflow: hidden;
  margin-top: 0.35rem;
}

.kpi-mini-fill {
  height: 100%;
  background: linear-gradient(90deg, #0284c7, #10b981);
  border-radius: 999px;
  transition: width 1s ease;
}

/* 10.2 Master Dual Cockpit Grid */
.timeline-cockpit-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 2rem;
  align-items: start;
  position: relative;
  z-index: 1;
}

/* 10.3 Right Column: Interactive Field Timeline Spine */
.timeline-spine-column {
  width: 100%;
}

.timeline-spine-card {
  background: #ffffff !important;
  border-radius: 20px !important;
  padding: 1.8rem 1.6rem !important;
  border: 1.5px solid rgba(14, 165, 233, 0.2) !important;
  box-shadow: 0 12px 35px rgba(12, 74, 110, 0.05) !important;
}

.spine-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e2e8f0;
}

.spine-header-title {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}
.spine-header-title i {
  font-size: 1.2rem;
  color: #0284c7;
}
.spine-header-title h3 {
  margin: 0;
  font-family: var(--font-ar);
  font-size: 1.15rem;
  font-weight: 800;
  color: #0c4a6e;
}

.spine-live-pulse {
  font-size: 0.76rem;
  font-weight: 700;
  color: #059669;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  padding: 0.28rem 0.75rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.spine-live-pulse .pulse-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
  animation: pulse-dot 1.8s infinite;
}

/* Vertical Spine Track */
.spine-track {
  position: relative;
  padding-right: 1.4rem;
  border-right: 2px dashed rgba(2, 132, 199, 0.25);
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
}

html[dir="ltr"] .spine-track,
[dir="ltr"] .spine-track {
  padding-right: 0;
  padding-left: 1.4rem;
  border-right: none;
  border-left: 2px dashed rgba(2, 132, 199, 0.25);
}

.spine-node {
  position: relative;
  padding-right: 1.6rem;
  cursor: pointer;
  outline: none;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

html[dir="ltr"] .spine-node,
[dir="ltr"] .spine-node {
  padding-right: 0;
  padding-left: 1.6rem;
}

.spine-marker {
  position: absolute;
  right: -25px;
  top: 14px;
  z-index: 2;
}

html[dir="ltr"] .spine-marker,
[dir="ltr"] .spine-marker {
  right: auto;
  left: -25px;
}

.spine-dot {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.25s ease;
  background: #ffffff;
  border: 2px solid #cbd5e1;
  color: #64748b;
}

.spine-node.spine-done .spine-dot {
  background: #059669;
  border-color: #059669;
  color: #ffffff;
  box-shadow: 0 0 0 3px rgba(5, 150, 105, 0.18);
}

.spine-node.spine-active .spine-dot {
  background: #0284c7;
  border-color: #0284c7;
  color: #ffffff;
  box-shadow: 0 0 0 4px rgba(2, 132, 199, 0.24);
  animation: pulse-ring 2s infinite;
}

.spine-node.spine-planned .spine-dot {
  background: #f8fafc;
  border-color: #cbd5e1;
  color: #94a3b8;
}

.spine-node.spine-grand .spine-dot {
  background: linear-gradient(135deg, #d97706, #f59e0b);
  border-color: #f59e0b;
  color: #ffffff;
  box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.25);
}

/* Compact Architectural Node Card */
.spine-content {
  background: #f8fafc !important;
  border: 1.5px solid #e2e8f0 !important;
  border-radius: 14px !important;
  padding: 1rem 1.25rem !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.02) !important;
}

.spine-node:hover .spine-content,
.spine-node.is-selected .spine-content {
  background: #ffffff !important;
  border-color: #0284c7 !important;
  box-shadow: 0 8px 24px rgba(2, 132, 199, 0.12) !important;
  transform: translateX(-4px);
}

html[dir="ltr"] .spine-node:hover .spine-content,
html[dir="ltr"] .spine-node.is-selected .spine-content,
[dir="ltr"] .spine-node:hover .spine-content,
[dir="ltr"] .spine-node.is-selected .spine-content {
  transform: translateX(4px);
}

.spine-node.is-selected .spine-content {
  border-color: #0284c7 !important;
  box-shadow: 0 0 0 2px rgba(2, 132, 199, 0.2), 0 10px 28px rgba(2, 132, 199, 0.14) !important;
}

.spine-node-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.4rem;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.spine-meta-left {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.spine-serial {
  font-family: var(--font-num) !important;
  font-size: 0.85rem !important;
  font-weight: 900 !important;
  color: #0284c7 !important;
  background: #e0f2fe;
  padding: 0.15rem 0.5rem;
  border-radius: 6px;
  letter-spacing: 0.02em;
}

.spine-date {
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  color: #0284c7 !important;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.spine-date-grand {
  color: #b45309 !important;
}

.spine-status-badge {
  font-size: 0.72rem;
  font-weight: 800;
  padding: 0.18rem 0.6rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}
.badge-done {
  background: #ecfdf5;
  color: #059669;
  border: 1px solid #a7f3d0;
}
.badge-active {
  background: #e0f2fe;
  color: #0284c7;
  border: 1px solid #bae6fd;
}
.badge-planned {
  background: #f1f5f9;
  color: #64748b;
  border: 1px solid #cbd5e1;
}
.badge-grand {
  background: #fffbeb;
  color: #b45309;
  border: 1px solid #fde68a;
}

.spine-node-title {
  font-family: var(--font-ar) !important;
  font-size: 1.05rem !important;
  font-weight: 800 !important;
  color: #0f172a !important;
  margin: 0.15rem 0 0.35rem 0 !important;
  line-height: 1.35 !important;
}

.spine-node-desc {
  font-family: var(--font-body) !important;
  font-size: 0.84rem !important;
  font-weight: 500 !important;
  color: #475569 !important;
  line-height: 1.6 !important;
  margin: 0 0 0.6rem 0 !important;
}

.spine-footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  flex-wrap: wrap;
  border-top: 1px dashed rgba(226, 232, 240, 0.9);
  padding-top: 0.55rem;
}

/* Micro Spec Tags */
.spine-spec-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.spine-spec-tag {
  font-size: 0.72rem;
  font-weight: 700;
  color: #334155;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  padding: 0.15rem 0.5rem;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.spine-view-link {
  font-size: 0.74rem;
  font-weight: 800;
  color: #0284c7;
  background: rgba(2, 132, 199, 0.08);
  border: 1px solid rgba(2, 132, 199, 0.18);
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  transition: all 0.2s ease;
}

.spine-node:hover .spine-view-link,
.spine-node.is-selected .spine-view-link {
  background: #0284c7;
  color: #ffffff;
  border-color: #0284c7;
  transform: translateY(-1px);
}

/* 10.4 Left Column: Architectural Diagrams Viewer Showcase */
.timeline-diagrams-column {
  width: 100%;
  position: sticky;
  top: 90px;
}

.timeline-diagram-cockpit {
  background: #ffffff !important;
  border-radius: 20px !important;
  padding: 1.8rem !important;
  border: 1.5px solid rgba(14, 165, 233, 0.2) !important;
  box-shadow: 0 12px 35px rgba(12, 74, 110, 0.05) !important;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

/* HUD Topbar */
.diagram-hud-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid #e2e8f0;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.hud-title-group {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.hud-icon-badge {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(2, 132, 199, 0.09);
  color: #0284c7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
}

.hud-title-group h3 {
  margin: 0;
  font-family: var(--font-ar);
  font-size: 1.15rem;
  font-weight: 800;
  color: #0c4a6e;
}

.hud-subtitle {
  font-size: 0.76rem;
  color: #64748b;
  margin-top: 0.1rem;
}

.hud-cad-badge {
  font-family: var(--font-num);
  font-size: 0.74rem;
  font-weight: 800;
  color: #0284c7;
  background: rgba(2, 132, 199, 0.08);
  border: 1px solid rgba(2, 132, 199, 0.2);
  padding: 0.25rem 0.65rem;
  border-radius: 8px;
  letter-spacing: 0.03em;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

/* Tabs Nav: Architectural Switcher */
.diagram-tabs-nav {
  display: flex;
  gap: 0.35rem;
  background: #f1f5f9;
  padding: 0.3rem;
  border-radius: 12px;
}

.diagram-tab-btn {
  flex: 1;
  border: none;
  background: transparent;
  padding: 0.65rem 0.75rem;
  border-radius: 9px;
  font-family: var(--font-ar);
  font-size: 0.82rem;
  font-weight: 700;
  color: #475569;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  white-space: nowrap;
}

.diagram-tab-btn:hover {
  color: #0284c7;
  background: rgba(2, 132, 199, 0.08);
}

.diagram-tab-btn.active {
  background: #0284c7 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(2, 132, 199, 0.25) !important;
}

/* Visual Frame Viewport */
.diagram-viewport-frame {
  position: relative;
  background: #f8fafc;
  background-image: 
    radial-gradient(rgba(2, 132, 199, 0.15) 1px, transparent 1px);
  background-size: 20px 20px;
  border: 1.5px solid #e2e8f0;
  border-radius: 16px;
  padding: 1.2rem;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.diagram-display-panel {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.diagram-display-panel.active {
  display: block;
  opacity: 1;
}

.diagram-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid rgba(2, 132, 199, 0.15);
  margin-bottom: 0.9rem;
  box-shadow: 0 4px 16px rgba(12, 74, 110, 0.03);
}

.diagram-img {
  width: 100%;
  max-height: 290px;
  object-fit: contain;
  filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.06));
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

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

.diagram-caption-strip {
  background: #f0f9ff;
  border: 1px solid #bae6fd;
  border-radius: 12px;
  padding: 0.75rem 0.95rem;
  font-size: 0.84rem;
  color: #0369a1;
  line-height: 1.6;
}
.diagram-caption-title {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

/* Architectural Legend Strip */
.diagram-legend-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.65rem;
}

.legend-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.25rem 0.65rem;
  border-radius: 6px;
  font-size: 0.76rem;
  font-weight: 700;
}

.legend-chip.chip-admin {
  background: rgba(2, 132, 199, 0.08);
  color: #0284c7;
  border: 1px solid rgba(2, 132, 199, 0.2);
}

.legend-chip.chip-comm {
  background: rgba(16, 185, 129, 0.08);
  color: #059669;
  border: 1px solid rgba(16, 185, 129, 0.2);
}

.legend-chip.chip-bank {
  background: rgba(245, 158, 11, 0.08);
  color: #b45309;
  border: 1px solid rgba(245, 158, 11, 0.2);
}

.legend-chip.chip-park {
  background: rgba(100, 116, 139, 0.08);
  color: #475569;
  border: 1px solid rgba(100, 116, 139, 0.2);
}

/* Specs Matrix */
.diagram-specs-matrix {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
  margin-top: 0.1rem;
}

.diagram-spec-item {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 0.85rem 0.6rem;
  text-align: center;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.diagram-spec-item:hover {
  border-color: #0284c7;
  background: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(2, 132, 199, 0.1);
}

.spec-num {
  font-family: var(--font-num);
  font-size: 1.35rem;
  font-weight: 900;
  color: #0284c7;
  line-height: 1.1;
}
.spec-unit {
  font-size: 0.8rem;
  font-weight: 700;
  color: #64748b;
}
.spec-tag {
  font-size: 0.74rem;
  font-weight: 700;
  color: #64748b;
  margin-top: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
}

/* Responsive */
@media (max-width: 1100px) {
  .timeline-kpi-summary-strip {
    grid-template-columns: repeat(2, 1fr);
  }
  .timeline-cockpit-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .timeline-diagrams-column {
    position: static;
  }
}

@media (max-width: 640px) {
  .timeline-kpi-summary-strip {
    grid-template-columns: 1fr;
  }
  .timeline-spine-card,
  .timeline-diagram-cockpit {
    padding: 1.3rem 1rem !important;
    border-radius: 16px !important;
  }
  .diagram-tabs-nav {
    flex-direction: column;
  }
  .diagram-specs-matrix {
    grid-template-columns: 1fr;
  }
}


/* ==========================================================================
   11. PARTNERS ALLIANCE EXACT SHOWCASE (4 TITANS BESPOKE UI)
   ========================================================================== */
.partners-section {
  background: linear-gradient(180deg, #f8fafc 0%, #f0f9ff 50%, #ffffff 100%);
}

.partners-exact-showcase-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.partner-bespoke-card {
  background: #ffffff;
  border-radius: 22px;
  border: 1.5px solid rgba(2, 132, 199, 0.16);
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(2, 132, 199, 0.05);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
}

.partner-bespoke-card:hover {
  transform: translateY(-8px);
  border-color: #0284c7;
  box-shadow: 0 18px 40px rgba(2, 132, 199, 0.15);
}

.partner-card-inner {
  padding: 1.8rem 1.5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
}

.partner-top-logo-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 1.1rem;
}

.partner-logo-emblem {
  width: 74px;
  height: 74px;
  border-radius: 18px;
  background: #f8fafc;
  border: 1.5px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.02);
  transition: all 0.3s ease;
}

.partner-bespoke-card:hover .partner-logo-emblem {
  border-color: #0284c7;
  background: #ffffff;
  transform: scale(1.06);
}

.partner-img-logo {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.text-emblem-mcg {
  background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
  border-color: #0284c7;
  color: #ffffff;
}

.emblem-mcg-text {
  font-family: var(--font-num);
  font-size: 1.4rem;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 1.5px;
}

.text-emblem-sakan {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  border-color: #334155;
  color: #ffffff;
  flex-direction: column;
  gap: 0;
}

.emblem-sakan-text {
  font-family: var(--font-num);
  font-size: 1.1rem;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 1px;
}

.emblem-sakan-sub {
  font-size: 0.58rem;
  font-weight: 800;
  color: #38bdf8;
  letter-spacing: 2px;
}

.partner-role-badge {
  display: inline-block;
  font-size: 0.76rem;
  font-weight: 800;
  color: #0284c7;
  background: #e0f2fe;
  padding: 0.25rem 0.8rem;
  border-radius: 999px;
  margin-bottom: 0.8rem;
  border: 1px solid #bae6fd;
}

.partner-main-heading {
  font-size: 1.05rem;
  font-weight: 900;
  color: #0f172a;
  margin: 0 0 1rem;
  line-height: 1.4;
}

.partner-key-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  flex-grow: 1;
  text-align: right;
}

.partner-key-bullets li {
  font-size: 0.83rem;
  color: #475569;
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  line-height: 1.55;
}

.partner-key-bullets li i {
  color: #0284c7;
  font-size: 0.9rem;
  margin-top: 0.2rem;
  flex-shrink: 0;
  width: 16px;
  text-align: center;
}

.partner-key-bullets li strong {
  color: #0f172a;
  font-weight: 800;
}

.partner-footer-social {
  border-top: 1px solid #f1f5f9;
  padding-top: 1rem;
  display: flex;
  justify-content: center;
}

.partner-social-row {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.social-circle-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  color: #64748b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.88rem;
  text-decoration: none;
  transition: all 0.25s ease;
}

.social-circle-btn:hover {
  background: #0284c7;
  color: #ffffff;
  border-color: #0284c7;
  transform: translateY(-2px);
}

/* ==========================================================================
   12. CONTACT SECTION V2 & INVESTOR FAQ ACCORDION (OBJECTION HANDLING)
   ========================================================================== */
.contact-section-v2 {
  background-color: var(--bg-secondary);
}

.faq-section-wrapper {
  margin-bottom: 4.5rem;
}

.faq-accordion-container {
  max-width: 940px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.faq-item-card {
  background: #ffffff;
  border: 1.5px solid rgba(2, 132, 199, 0.16);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(2, 132, 199, 0.04);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-item-card.active {
  border-color: #0284c7;
  box-shadow: 0 12px 35px rgba(2, 132, 199, 0.12);
}

.faq-question-btn {
  width: 100%;
  padding: 1.4rem 1.8rem;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  text-align: right;
  gap: 1.2rem;
  transition: background 0.2s ease;
}

.faq-question-btn:hover {
  background: #f8fafc;
}

.faq-question-text {
  font-size: 1.05rem;
  font-weight: 900;
  color: #0f172a;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.faq-question-text i {
  color: #0284c7;
  font-size: 1.15rem;
}

.faq-toggle-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f1f5f9;
  color: #0284c7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  flex-shrink: 0;
}

.faq-item-card.active .faq-toggle-icon {
  transform: rotate(180deg);
  background: #0284c7;
  color: #ffffff;
}

.faq-answer-content {
  padding: 0 1.8rem 1.6rem;
  color: #475569;
  font-size: 0.92rem;
  line-height: 1.8;
  display: none;
  text-align: right;
}

.faq-item-card.active .faq-answer-content {
  display: block;
  animation: faqSlideDown 0.35s ease forwards;
}

@keyframes faqSlideDown {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}

.faq-bullet-list {
  margin: 0.8rem 0 0;
  padding-right: 1.4rem;
  list-style-type: disc;
}

.faq-bullet-list li {
  margin-bottom: 0.5rem;
}

.faq-bullet-list strong {
  color: #0f172a;
}

.contact-vip-grid-v2 {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 3.5rem;
  align-items: center;
}

.contact-left-details {
  text-align: right;
}

.contact-main-heading {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 900;
  color: #0f172a;
  margin: 0.8rem 0 1rem;
  line-height: 1.25;
}

.contact-sub-paragraph {
  font-size: 1rem;
  color: #475569;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.contact-quick-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
}

.contact-quick-card {
  background: #ffffff;
  border: 1.5px solid rgba(2, 132, 199, 0.16);
  border-radius: 18px;
  padding: 1.2rem 1.4rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(2, 132, 199, 0.04);
  transition: all 0.3s ease;
}

.contact-quick-card:hover {
  transform: translateY(-3px);
  border-color: #0284c7;
  box-shadow: 0 10px 25px rgba(2, 132, 199, 0.14);
}

.quick-icon-circle {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(2, 132, 199, 0.08);
  color: #0284c7;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.whatsapp-circle {
  background: rgba(37, 211, 102, 0.12);
  color: #16a34a;
}

.quick-card-meta {
  display: flex;
  flex-direction: column;
  text-align: right;
}

.quick-label {
  font-size: 0.78rem;
  color: #64748b;
  font-weight: 600;
}

.quick-value {
  font-size: 1.05rem;
  font-weight: 900;
  color: #0f172a;
}

.vip-form-box-v2 {
  background: #ffffff;
  border-radius: 28px;
  padding: 2.8rem 2.4rem;
  border: 1.5px solid rgba(2, 132, 199, 0.18);
  box-shadow: 0 20px 50px rgba(2, 132, 199, 0.08);
  position: relative;
  overflow: hidden;
}

.vip-form-header {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.5rem;
}

.vip-form-title {
  font-size: 1.45rem;
  font-weight: 900;
  color: #0f172a;
  margin: 0;
}

.vip-form-subtitle {
  font-size: 0.92rem;
  color: #64748b;
  margin-bottom: 1.8rem;
  line-height: 1.6;
}

.form-group-v2 {
  margin-bottom: 1.3rem;
  text-align: right;
}

.form-label-v2 {
  display: block;
  font-size: 0.88rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 0.45rem;
}

.form-input-v2 {
  width: 100%;
  padding: 0.95rem 1.3rem;
  border-radius: 14px;
  border: 1.5px solid #e2e8f0;
  background: #f8fafc;
  font-family: inherit;
  font-size: 0.95rem;
  color: #0f172a;
  transition: all 0.25s ease;
  direction: rtl;
}

.form-input-v2:focus {
  outline: none;
  border-color: #0284c7;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(2, 132, 199, 0.12);
}

.btn-cyan-submit {
  width: 100%;
  padding: 1rem 1.6rem;
  border-radius: 16px;
  background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
  color: #ffffff;
  border: none;
  font-size: 1.05rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(2, 132, 199, 0.35);
}

.btn-cyan-submit:hover {
  background: linear-gradient(135deg, #0369a1 0%, #075985 100%);
  transform: translateY(-2px);
  box-shadow: 0 15px 35px rgba(2, 132, 199, 0.45);
}

/* ==========================================================================
   Section: Executive Leadership Master Showcase (About Us Page)
   Awwwards-Caliber Chairman & Strategic Leadership Presentation
   ========================================================================== */
.executive-leadership-section {
  background: radial-gradient(circle at 12% 18%, rgba(2, 132, 199, 0.05) 0%, transparent 45%),
              radial-gradient(circle at 88% 82%, rgba(245, 158, 11, 0.05) 0%, transparent 45%),
              linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  position: relative;
  padding: 5.5rem 0 6rem;
  overflow: hidden;
}

.executive-leadership-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(2, 132, 199, 0.07) 1.2px, transparent 1.2px);
  background-size: 28px 28px;
  pointer-events: none;
  opacity: 0.85;
}

/* ==========================================================================
   Section: Executive Leadership Showcase (Bespoke Editorial Architecture)
   Ultra-Luxury, Open Canvas Layout (Without Enclosing Master Card)
   With Kinetic Ambient Glow, Micro-Interactions & Parallax Reveals
   ========================================================================== */
.executive-leadership-section {
  position: relative;
  padding: 6.5rem 0 7rem;
  overflow: hidden;
  background: 
    radial-gradient(ellipse 70% 50% at 20% 25%, rgba(2, 132, 199, 0.07) 0%, transparent 60%),
    radial-gradient(ellipse 60% 45% at 85% 75%, rgba(245, 158, 11, 0.06) 0%, transparent 60%),
    linear-gradient(180deg, #f8fafc 0%, #f1f5f9 50%, #f8fafc 100%);
}

.executive-leadership-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(to right, rgba(2, 132, 199, 0.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(2, 132, 199, 0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
  opacity: 0.7;
}

/* Ambient dynamic blurred color orbs */
.leader-ambient-glow {
  position: absolute;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  filter: blur(120px);
  pointer-events: none;
  opacity: 0.35;
  z-index: 0;
}

.leader-ambient-glow.glow-cyan {
  top: 10%;
  right: -100px;
  background: #38bdf8;
}

.leader-ambient-glow.glow-gold {
  bottom: 5%;
  left: -80px;
  background: #f59e0b;
}

/* Master Open Editorial Showcase (No big card!) */
.leader-editorial-showcase {
  display: grid;
  grid-template-columns: 410px 1fr;
  gap: 4.5rem;
  align-items: start;
  position: relative;
  z-index: 1;
}

/* --------------------------------------------------------------------------
   COLUMN 1: Pure Frameless Portrait with 3D Appearance Rotation Animation
   (بدون بطاقة أو كارت - مع ظهور بانيميشن دوران فخم)
   -------------------------------------------------------------------------- */
.leader-media-column {
  position: relative;
  perspective: 1400px;
}

.leader-figure-wrapper {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* Frameless Portrait Container with 3D Rotation Appearance Animation */
.figure-frame-clean,
.figure-frame {
  position: relative;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 28px;
  overflow: visible;
}

.leader-figure-rotator {
  transform-style: preserve-3d;
  will-change: transform, opacity;
  opacity: 0;
  transform: perspective(1400px) rotateY(-24deg) rotateX(10deg) scale(0.92) translateY(35px);
  transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1),
              transform 1.2s cubic-bezier(0.16, 1, 0.3, 1),
              filter 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

html[dir="rtl"] .leader-figure-rotator,
body.lang-ar .leader-figure-rotator {
  transform: perspective(1400px) rotateY(24deg) rotateX(10deg) scale(0.92) translateY(35px);
}

/* In-View Revealed State: Perfectly Aligned 0deg with Luxury Depth */
.is-inview .leader-figure-rotator,
.is-inview.leader-figure-rotator {
  opacity: 1;
  transform: perspective(1400px) rotateY(0deg) rotateX(0deg) scale(1) translateY(0);
}

/* Interactive 3D Rotation on Hover */
.leader-figure-rotator:hover {
  transform: perspective(1400px) rotateY(-6deg) rotateX(4deg) scale(1.02) translateY(-4px);
}

html[dir="rtl"] .leader-figure-rotator:hover,
body.lang-ar .leader-figure-rotator:hover {
  transform: perspective(1400px) rotateY(6deg) rotateX(4deg) scale(1.02) translateY(-4px);
}

/* Clean Frameless Portrait Image (بدون بطاقة) */
.figure-image-clean,
.figure-image {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
  border-radius: 28px;
  border: none !important;
  background: transparent !important;
  box-shadow: 
    0 25px 55px -12px rgba(15, 23, 42, 0.22),
    0 10px 25px -8px rgba(2, 132, 199, 0.18);
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), 
              box-shadow 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.leader-figure-rotator:hover .figure-image-clean,
.leader-figure-rotator:hover .figure-image {
  box-shadow: 
    0 35px 70px -15px rgba(2, 132, 199, 0.28),
    0 15px 35px -10px rgba(15, 23, 42, 0.2);
}

/* Removed legacy cards / pills / plaques */
.figure-status-pill,
.figure-glass-plaque {
  display: none !important;
}

/* Minimalist Credibility Rail (Open chips) */
.leader-credentials-rail {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.cred-rail-item {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 16px;
  padding: 0.85rem 1.1rem;
  display: flex;
  align-items: center;
  gap: 0.95rem;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 15px rgba(15, 23, 42, 0.02);
}

.cred-rail-item:hover {
  background: #ffffff;
  border-color: rgba(2, 132, 199, 0.35);
  transform: translateX(-4px);
  box-shadow: 0 10px 25px rgba(2, 132, 199, 0.08);
}

[dir="ltr"] .cred-rail-item:hover {
  transform: translateX(4px);
}

.cred-rail-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.cred-rail-item:hover .cred-rail-icon {
  transform: scale(1.1);
}

.cred-rail-icon.icon-gold {
  background: #fef3c7;
  color: #b45309;
  border: 1px solid rgba(245, 158, 11, 0.35);
}

.cred-rail-icon.icon-cyan {
  background: #e0f2fe;
  color: #0284c7;
  border: 1px solid rgba(2, 132, 199, 0.3);
}

.cred-rail-icon.icon-emerald {
  background: #d1fae5;
  color: #047857;
  border: 1px solid rgba(16, 185, 129, 0.3);
}

.cred-rail-text {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.cred-rail-text strong {
  font-size: 0.88rem;
  font-weight: 800;
  color: #0f172a;
}

.cred-rail-text span {
  font-size: 0.77rem;
  color: #64748b;
  font-weight: 600;
}

.cred-rail-footer {
  background: rgba(2, 132, 199, 0.06);
  border: 1px dashed rgba(2, 132, 199, 0.28);
  border-radius: 12px;
  padding: 0.7rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: #0284c7;
}

/* --------------------------------------------------------------------------
   COLUMN 2: Editorial Manifesto & Narrative
   -------------------------------------------------------------------------- */
.leader-content-column {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}

.leader-meta-tags {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.meta-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.4rem 0.95rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
  transition: all 0.25s ease;
}

.meta-tag.tag-blue {
  background: rgba(2, 132, 199, 0.08);
  color: #0284c7;
  border: 1px solid rgba(2, 132, 199, 0.25);
}

.meta-tag.tag-gold {
  background: rgba(245, 158, 11, 0.1);
  color: #b45309;
  border: 1px solid rgba(245, 158, 11, 0.3);
}

.meta-tag.tag-slate {
  background: rgba(100, 116, 139, 0.08);
  color: #475569;
  border: 1px solid rgba(100, 116, 139, 0.2);
}

.leader-grand-name {
  font-size: 2.8rem;
  font-weight: 900;
  color: #0f172a;
  margin: 0;
  line-height: 1.15;
  letter-spacing: -0.5px;
}

.leader-grand-role {
  font-size: 1.05rem;
  font-weight: 700;
  color: #64748b;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: -0.8rem;
}

.role-separator {
  color: #cbd5e1;
}

/* Open Editorial Pull-Quote (No enclosed box, pure luxury typographic treatment) */
.leader-editorial-quote {
  position: relative;
  padding: 2.2rem 2.5rem;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(248, 250, 252, 0.85) 100%);
  border: 1px solid rgba(2, 132, 199, 0.15);
  border-right: 5px solid #0284c7;
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.04);
  overflow: hidden;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

[dir="ltr"] .leader-editorial-quote {
  border-right: 1px solid rgba(2, 132, 199, 0.15);
  border-left: 5px solid #0284c7;
}

.leader-editorial-quote:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 45px rgba(2, 132, 199, 0.08);
}

.quote-watermark-symbol {
  position: absolute;
  top: 0.8rem;
  left: 1.5rem;
  font-size: 4rem;
  color: rgba(2, 132, 199, 0.07);
  pointer-events: none;
}

[dir="ltr"] .quote-watermark-symbol {
  left: auto;
  right: 1.5rem;
}

.quote-label-strip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.82rem;
  font-weight: 800;
  color: #0369a1;
  background: rgba(2, 132, 199, 0.08);
  padding: 0.3rem 0.85rem;
  border-radius: 999px;
  margin-bottom: 1rem;
}

.quote-body {
  font-size: 1.18rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.85;
  margin: 0 0 1.5rem;
  position: relative;
  z-index: 1;
}

.quote-sign-seal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px dashed rgba(2, 132, 199, 0.2);
  padding-top: 1.1rem;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.sign-block {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.sign-author {
  font-size: 1.1rem;
  font-weight: 900;
  color: #0284c7;
}

.sign-caption {
  font-size: 0.82rem;
  font-weight: 700;
  color: #64748b;
}

.seal-stamp-hologram {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5rem 0.85rem;
  border: 1.5px dashed rgba(245, 158, 11, 0.5);
  border-radius: 12px;
  background: rgba(245, 158, 11, 0.06);
  color: #b45309;
  font-size: 0.7rem;
  font-weight: 900;
  transform: rotate(-3deg);
  transition: transform 0.3s ease;
}

.leader-editorial-quote:hover .seal-stamp-hologram {
  transform: rotate(0deg) scale(1.05);
}

.seal-stamp-hologram i {
  font-size: 1rem;
  margin-bottom: 2px;
}

/* Narrative Story */
.leader-editorial-bio .bio-paragraph {
  font-size: 1.02rem;
  color: #475569;
  line-height: 1.9;
  margin-bottom: 1.1rem;
}

.leader-editorial-bio .bio-lead {
  font-size: 1.08rem;
  color: #1e293b;
}

.leader-editorial-bio strong {
  color: #0f172a;
  font-weight: 800;
}

/* Architectural Stat Rail (Open, Minimal, Kinetic) */
.leader-stat-rail {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
  padding: 1.5rem 0;
  border-top: 1px solid rgba(2, 132, 199, 0.15);
  border-bottom: 1px solid rgba(2, 132, 199, 0.15);
  background: rgba(255, 255, 255, 0.4);
  border-radius: 18px;
}

.stat-rail-cell {
  padding: 0.8rem 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  position: relative;
  transition: all 0.3s ease;
  border-inline-end: 1px solid rgba(226, 232, 240, 0.8);
}

.stat-rail-cell:last-child {
  border-inline-end: none;
}

.stat-rail-cell:hover {
  transform: translateY(-3px);
}

.cell-head {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.stat-icon {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: rgba(2, 132, 199, 0.09);
  color: #0284c7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  flex-shrink: 0;
}

.stat-icon.icon-gold {
  background: rgba(245, 158, 11, 0.12);
  color: #b45309;
}

.stat-number {
  font-size: 1.45rem;
  font-weight: 900;
  color: #0284c7;
  line-height: 1.2;
}

.stat-number small {
  font-size: 0.88rem;
  font-weight: 700;
}

.stat-label {
  font-size: 0.84rem;
  font-weight: 800;
  color: #0f172a;
}

.stat-sub {
  font-size: 0.74rem;
  color: #64748b;
  font-weight: 600;
}

.stat-rail-cell.highlight-gold .stat-number {
  color: #b45309;
}

.stat-rail-cell.highlight-gold .stat-sub {
  color: #b45309;
  font-weight: 700;
}

/* Action CTA Bar */
.leader-action-bar {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}

/* Scroll Animation Transitions */
.leader-reveal-item {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.leader-reveal-left {
  opacity: 0;
  transform: translateY(35px);
  transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1), transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

.leader-reveal-right {
  opacity: 0;
  transform: translateY(35px);
  transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.15s, transform 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.15s;
}

.is-inview.leader-reveal-item,
.is-inview .leader-reveal-item,
.is-inview.leader-reveal-left,
.is-inview .leader-reveal-left,
.is-inview.leader-reveal-right,
.is-inview .leader-reveal-right {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive Editorial Layout */
@media (max-width: 1080px) {
  .leader-editorial-showcase {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }
  .leader-figure-wrapper {
    position: static;
    max-width: 480px;
    margin: 0 auto;
    width: 100%;
  }
  .leader-stat-rail {
    grid-template-columns: repeat(2, 1fr);
  }
  .stat-rail-cell:nth-child(2) {
    border-inline-end: none;
  }
}

@media (max-width: 768px) {
  .executive-leadership-section {
    padding: 2.5rem 0 2rem !important;
  }
  .executive-leadership-section .section-title-wrap {
    margin-bottom: 1.5rem !important;
  }
  .executive-leadership-section .section-title {
    font-size: clamp(1.4rem, 5vw, 1.8rem) !important;
    line-height: 1.3 !important;
  }
  .executive-leadership-section .section-desc {
    font-size: 0.85rem !important;
    line-height: 1.55 !important;
    max-width: 380px !important;
    margin: 0.4rem auto 0 !important;
  }

  .leader-editorial-showcase {
    grid-template-columns: 1fr !important;
    gap: 1.8rem !important;
  }
  .leader-figure-wrapper {
    max-width: 320px !important;
    margin: 0 auto !important;
    gap: 0.85rem !important;
  }
  .figure-frame-clean,
  .figure-frame {
    display: flex !important;
    justify-content: center !important;
  }
  .figure-image-clean,
  .figure-image {
    height: 300px !important;
    max-width: 260px !important;
    object-fit: cover !important;
    border-radius: 20px !important;
    margin: 0 auto !important;
  }

  .leader-credentials-rail {
    gap: 0.5rem !important;
  }
  .cred-rail-item {
    padding: 0.55rem 0.85rem !important;
    border-radius: 12px !important;
    gap: 0.75rem !important;
  }
  .cred-rail-icon {
    width: 34px !important;
    height: 34px !important;
    font-size: 0.95rem !important;
    border-radius: 10px !important;
  }
  .cred-rail-text strong {
    font-size: 0.8rem !important;
    line-height: 1.3 !important;
  }
  .cred-rail-text span {
    font-size: 0.72rem !important;
    line-height: 1.3 !important;
  }
  .cred-rail-footer {
    padding: 0.5rem 0.75rem !important;
    font-size: 0.74rem !important;
    border-radius: 10px !important;
    gap: 0.5rem !important;
  }

  .leader-content-column {
    gap: 1rem !important;
  }
  .leader-meta-tags {
    gap: 0.45rem !important;
  }
  .meta-tag {
    padding: 0.3rem 0.7rem !important;
    font-size: 0.74rem !important;
    gap: 0.35rem !important;
  }
  .leader-grand-name {
    font-size: 1.6rem !important;
    line-height: 1.25 !important;
  }
  .leader-grand-role {
    font-size: 0.82rem !important;
    margin-top: -0.4rem !important;
    gap: 0.4rem !important;
    line-height: 1.4 !important;
  }

  .leader-editorial-quote {
    padding: 1.25rem 1.1rem !important;
    border-radius: 16px !important;
  }
  .quote-watermark-symbol {
    font-size: 2.4rem !important;
    top: 0.5rem !important;
  }
  .quote-label-strip {
    font-size: 0.74rem !important;
    padding: 0.25rem 0.65rem !important;
    margin-bottom: 0.65rem !important;
    gap: 0.35rem !important;
  }
  .quote-body {
    font-size: 0.92rem !important;
    line-height: 1.65 !important;
    margin: 0 0 0.85rem !important;
  }
  .quote-sign-seal {
    padding-top: 0.75rem !important;
    gap: 0.65rem !important;
  }
  .sign-author {
    font-size: 0.92rem !important;
  }
  .sign-caption {
    font-size: 0.74rem !important;
  }
  .seal-stamp-hologram {
    padding: 0.3rem 0.6rem !important;
    font-size: 0.65rem !important;
    border-radius: 8px !important;
  }
  .seal-stamp-hologram i {
    font-size: 0.82rem !important;
  }

  .leader-editorial-bio .bio-paragraph {
    font-size: 0.84rem !important;
    line-height: 1.65 !important;
    margin-bottom: 0.65rem !important;
  }
  .leader-editorial-bio .bio-lead {
    font-size: 0.88rem !important;
  }

  .leader-stat-rail {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.65rem !important;
    padding: 0.75rem !important;
    border-radius: 14px !important;
  }
  .stat-rail-cell {
    padding: 0.55rem 0.65rem !important;
    border: none !important;
    background: rgba(255, 255, 255, 0.65) !important;
    border-radius: 10px !important;
    gap: 0.25rem !important;
  }
  .cell-head {
    gap: 0.45rem !important;
  }
  .stat-icon {
    width: 26px !important;
    height: 26px !important;
    font-size: 0.78rem !important;
    border-radius: 7px !important;
  }
  .stat-number {
    font-size: 1.15rem !important;
  }
  .stat-number small {
    font-size: 0.75rem !important;
  }
  .stat-label {
    font-size: 0.74rem !important;
  }
  .stat-sub {
    font-size: 0.66rem !important;
  }

  .leader-action-bar {
    flex-direction: column !important;
    gap: 0.55rem !important;
    width: 100% !important;
  }
  .leader-action-bar .btn-cyan,
  .leader-action-bar .btn-outline-cyan {
    width: 100% !important;
    justify-content: center !important;
    padding: 0.65rem 1.1rem !important;
    font-size: 0.82rem !important;
    min-height: 40px !important;
  }
}

@media (max-width: 480px) {
  .figure-image-clean,
  .figure-image {
    height: 250px !important;
    max-width: 220px !important;
    border-radius: 16px !important;
  }
  .leader-grand-name {
    font-size: 1.4rem !important;
  }
  .leader-grand-role {
    font-size: 0.76rem !important;
  }
  .leader-editorial-quote {
    padding: 1.1rem 0.95rem !important;
  }
  .quote-body {
    font-size: 0.88rem !important;
    line-height: 1.6 !important;
  }
  .leader-stat-rail {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.5rem !important;
    padding: 0.6rem !important;
  }
  .stat-number {
    font-size: 1.05rem !important;
  }
  .stat-label {
    font-size: 0.7rem !important;
  }
  .stat-sub {
    display: none !important;
  }
}

/* ==========================================================================
   10. FAST-TRACK CONSTRUCTION TIMELINE (TIMELINE-BESPOKE-TRACK)
   ========================================================================== */
.timeline-section {
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  position: relative;
  overflow: hidden;
  padding: 6rem 0;
}

/* Horizontal Progress Connector (Desktop & Tablet) */
.timeline-progress-track-wrap {
  max-width: 980px;
  margin: 0 auto 3rem auto;
  position: relative;
  padding: 0 45px;
}

.timeline-progress-line {
  height: 4px;
  background: #e2e8f0;
  border-radius: 999px;
  position: relative;
  overflow: hidden;
}

.timeline-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #10b981 0%, #0284c7 70%, #38bdf8 100%);
  border-radius: 999px;
  box-shadow: 0 0 10px rgba(2, 132, 199, 0.35);
}

.timeline-progress-nodes {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: -19px;
}

.timeline-node {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  font-weight: 800;
  background: #ffffff;
  border: 2px solid #cbd5e1;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
  transition: all 0.3s ease;
  z-index: 2;
}

.timeline-node.node-completed {
  background: #10b981;
  border-color: #10b981;
  color: #ffffff;
}

.timeline-node.node-active {
  background: #0284c7;
  border-color: #38bdf8;
  color: #ffffff;
  box-shadow: 0 0 0 4px rgba(2, 132, 199, 0.2), 0 0 15px rgba(56, 189, 248, 0.4);
}

.timeline-node .node-pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 8px #ffffff;
  animation: pulseNodeCore 1.8s infinite;
}

@keyframes pulseNodeCore {
  0% { transform: scale(0.9); opacity: 0.8; }
  50% { transform: scale(1.3); opacity: 1; }
  100% { transform: scale(0.9); opacity: 0.8; }
}

.timeline-node.node-upcoming {
  background: #ffffff;
  border-color: #cbd5e1;
  color: #64748b;
}

.timeline-node.node-target {
  background: #f59e0b;
  border-color: #d97706;
  color: #ffffff;
  box-shadow: 0 0 12px rgba(245, 158, 11, 0.35);
}

/* Timeline Cards Grid */
.timeline-bespoke-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  position: relative;
  z-index: 2;
}

.timeline-step-card-v2 {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid rgba(226, 232, 240, 0.9);
  padding: 1.6rem 1.35rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease, border-color 0.35s ease;
  position: relative;
  overflow: hidden;
}

.timeline-step-card-v2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  transition: height 0.25s ease;
}

.timeline-step-card-v2:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.09);
}

.timeline-step-card-v2:hover::before {
  height: 6px;
}

/* Card Status Themes */
.timeline-step-card-v2.completed-step::before {
  background: linear-gradient(90deg, #10b981, #34d399);
}
.timeline-step-card-v2.completed-step {
  border-color: rgba(167, 243, 208, 0.7);
  background: linear-gradient(180deg, #ffffff 0%, #f0fdf4 100%);
}
.timeline-step-card-v2.completed-step:hover {
  border-color: #10b981;
  box-shadow: 0 20px 40px rgba(16, 185, 129, 0.12);
}

.timeline-step-card-v2.active-step::before {
  background: linear-gradient(90deg, #0284c7, #38bdf8);
}
.timeline-step-card-v2.active-step {
  border-color: rgba(186, 230, 253, 0.8);
  background: linear-gradient(180deg, #ffffff 0%, #f0f9ff 100%);
  box-shadow: 0 8px 30px rgba(2, 132, 199, 0.08);
}
.timeline-step-card-v2.active-step:hover {
  border-color: #0284c7;
  box-shadow: 0 20px 40px rgba(2, 132, 199, 0.16);
}

.timeline-step-card-v2.planned-step::before {
  background: linear-gradient(90deg, #94a3b8, #cbd5e1);
}
.timeline-step-card-v2.planned-step {
  border-color: rgba(226, 232, 240, 0.8);
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}
.timeline-step-card-v2.planned-step:hover {
  border-color: #94a3b8;
}

.timeline-step-card-v2.grand-target-step::before {
  background: linear-gradient(90deg, #d97706, #fbbf24);
}
.timeline-step-card-v2.grand-target-step {
  border-color: rgba(253, 230, 138, 0.8);
  background: linear-gradient(180deg, #ffffff 0%, #fffbeb 100%);
  box-shadow: 0 8px 30px rgba(217, 119, 6, 0.08);
}
.timeline-step-card-v2.grand-target-step:hover {
  border-color: #f59e0b;
  box-shadow: 0 20px 40px rgba(217, 119, 6, 0.16);
}

/* Card Header */
.step-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 1.1rem;
}

.step-number-tag {
  font-size: 1.25rem;
  font-weight: 900;
  font-family: var(--font-num, 'Outfit', sans-serif);
  color: #0f172a;
  line-height: 1;
  letter-spacing: -0.5px;
}

.step-number-tag.gold-tag {
  color: #b45309;
}

.step-status-chip {
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  white-space: nowrap;
  flex-shrink: 0;
}

.chip-done {
  background: #dcfce7;
  color: #15803d;
  border: 1px solid #bbf7d0;
}

.chip-active {
  background: #e0f2fe;
  color: #0369a1;
  border: 1px solid #bae6fd;
}

.chip-planned {
  background: #f1f5f9;
  color: #475569;
  border: 1px solid #e2e8f0;
}

.chip-gold {
  background: #fef3c7;
  color: #b45309;
  border: 1px solid #fde68a;
}

/* Card Title */
.step-card-title {
  font-size: 1.08rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 0.85rem 0;
  line-height: 1.35;
  min-height: 2.8rem;
  display: flex;
  align-items: center;
}

/* Points List */
.step-points-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.2rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  flex: 1;
}

.step-points-list li {
  font-size: 0.82rem;
  color: #475569;
  line-height: 1.45;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.step-points-list li i {
  font-size: 0.7rem;
  margin-top: 0.28rem;
  flex-shrink: 0;
}

.completed-step .step-points-list li i { color: #10b981; }
.active-step .step-points-list li i { color: #0284c7; }
.planned-step .step-points-list li i { color: #64748b; }
.grand-target-step .step-points-list li i { color: #d97706; }

/* Date Footer */
.step-date-footer {
  padding-top: 0.85rem;
  border-top: 1px dashed #e2e8f0;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.76rem;
  font-weight: 700;
  color: #64748b;
}

.step-date-footer.active-date {
  color: #0284c7;
  border-top-color: #bae6fd;
}

.step-date-footer.gold-date {
  color: #b45309;
  border-top-color: #fde68a;
}

@media (max-width: 1100px) {
  .timeline-bespoke-track {
    grid-template-columns: repeat(2, 1fr);
  }
  .timeline-progress-track-wrap {
    display: none;
  }
}

/* Legacy Rich Grid Fallback */
.timeline-rich-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem;
}

.timeline-rich-card {
  background: #ffffff;
  border: 1.5px solid var(--border-light);
  border-radius: 20px;
  padding: 1.8rem;
  box-shadow: var(--shadow-sm);
  transition: all 0.35s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.timeline-rich-card:hover {
  transform: translateY(-6px);
  border-color: rgba(2, 132, 199, 0.35);
  box-shadow: 0 15px 35px rgba(2, 132, 199, 0.08);
}

.timeline-step-badge {
  background: var(--brand-dark);
  color: var(--brand-cyan);
  font-family: var(--font-num);
  font-weight: 800;
  font-size: 0.8rem;
  padding: 0.35rem 0.75rem;
  border-radius: 8px;
  display: inline-block;
}

.timeline-date-tag {
  font-size: 0.82rem;
  color: #64748b;
  font-weight: 700;
}

.timeline-card-title {
  font-size: 1.12rem;
  font-weight: 800;
  color: var(--brand-dark);
  margin: 1rem 0 0.6rem;
}

.timeline-card-text {
  font-size: 0.87rem;
  color: #64748b;
  line-height: 1.7;
  margin-bottom: 1.4rem;
}

/* Responsive Breakpoints for Timeline */
@media (max-width: 1100px) {
  .timeline-bespoke-track,
  .timeline-rich-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.4rem;
  }
}

@media (max-width: 640px) {
  .timeline-bespoke-track,
  .timeline-rich-grid {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
  .timeline-step-card-v2 {
    padding: 1.5rem 1.2rem;
  }
}

/* ==========================================================================
   11. PARTNERS ALLIANCE GRID
   ========================================================================== */
.partners-section {
  background-color: var(--bg-secondary);
}

.partners-detailed-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.8rem;
}

.partner-detailed-card {
  background: #ffffff;
  border: 1.5px solid var(--border-light);
  border-radius: 22px;
  padding: 2.2rem 1.8rem;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: right;
  transition: all 0.35s ease;
}

.partner-detailed-card:hover {
  transform: translateY(-6px);
  border-color: rgba(2, 132, 199, 0.35);
  box-shadow: 0 15px 40px rgba(2, 132, 199, 0.08);
}

.partner-card-icon-wrap {
  height: 65px;
  display: flex;
  align-items: center;
  margin-bottom: 1.4rem;
}

.partner-card-logo {
  max-height: 48px;
  max-width: 140px;
  object-fit: contain;
}

.partner-role-tag {
  display: inline-block;
  background: rgba(2, 132, 199, 0.08);
  color: var(--brand-blue);
  font-size: 0.82rem;
  font-weight: 800;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  margin-top: 1.2rem;
}

/* ==========================================================================
   12. CONTACT VIP LOUNGE
   ========================================================================== */
.contact-section {
  background-color: #ffffff;
}

.contact-vip-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 3rem;
  align-items: center;
}

.contact-card-item {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 1.25rem 1.6rem;
  background: #ffffff;
  border: 1.5px solid var(--border-light);
  border-radius: 18px;
  box-shadow: var(--shadow-sm);
  margin-bottom: 1rem;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

.contact-card-item:hover {
  transform: translateY(-3px);
  border-color: rgba(2, 132, 199, 0.35);
  box-shadow: 0 10px 25px rgba(2, 132, 199, 0.08);
}

.contact-icon-circle {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 14px;
  background: rgba(2, 132, 199, 0.08);
  color: var(--brand-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
}

.vip-form-box {
  background: #ffffff;
  border: 1.5px solid var(--border-light);
  border-radius: 24px;
  padding: 2.6rem;
  box-shadow: var(--shadow-md);
}

.form-group {
  margin-bottom: 1.1rem;
}

.form-group label {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  color: #374151;
  margin-bottom: 0.45rem;
}

.form-control,
.vip-form-box input,
.vip-form-box select,
.vip-form-box textarea {
  width: 100%;
  padding: 0.85rem 1.2rem;
  border: 1.5px solid var(--border-light);
  border-radius: 12px;
  font-family: var(--font-ar);
  font-size: 0.95rem;
  color: var(--brand-dark);
  background: #ffffff;
  transition: all 0.25s ease;
  outline: none;
  direction: rtl;
}

.form-control:focus,
.vip-form-box input:focus,
.vip-form-box select:focus,
.vip-form-box textarea:focus {
  border-color: var(--brand-blue);
  box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.1);
}

/* ==========================================================================
   13. SITE FOOTER & VIP MODAL — CURVED TOP EDGES & MINIMALIST 4-COLUMN
   ========================================================================== */
.site-footer {
  background: #ffffff !important;
  color: #475569 !important;
  padding: 5rem 0 2rem !important;
  border-top: 1.5px solid rgba(2, 132, 199, 0.16) !important;
  border-radius: 48px 48px 0 0 !important;
  -webkit-border-radius: 48px 48px 0 0 !important;
  position: relative !important;
  overflow: hidden !important;
  box-shadow: 0 -15px 45px rgba(2, 132, 199, 0.06) !important;
  margin-top: 2rem !important;
}

@media (min-width: 1200px) {
  .site-footer {
    border-radius: 56px 56px 0 0 !important;
    -webkit-border-radius: 56px 56px 0 0 !important;
  }
}

.site-footer::before { display: none !important; }

.footer-top-grid, .footer-grid {
  display: grid !important;
  grid-template-columns: 1.4fr 0.9fr 1fr 1.3fr !important;
  gap: 3.5rem !important;
  padding-bottom: 3rem !important;
  border-bottom: 1px solid rgba(2, 132, 199, 0.1) !important;
  align-items: start !important;
}

.footer-logo {
  height: 44px !important;
  width: auto !important;
  margin-bottom: 1.2rem !important;
  display: block !important;
  filter: none !important;
}

.footer-tagline {
  font-style: normal !important;
  color: #64748b !important;
  line-height: 1.8 !important;
  font-size: 0.92rem !important;
  margin: 0 0 1.5rem !important;
}

.footer-col-title {
  font-family: var(--font-ar) !important;
  font-size: 1.1rem !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  color: #0f172a !important;
  margin-bottom: 1.4rem !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
}
.footer-col-title::after { display: none !important; }

.footer-nav-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.85rem !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.footer-nav-list a {
  color: #475569 !important;
  font-family: var(--font-body) !important;
  font-size: 0.92rem !important;
  font-weight: 600 !important;
  font-style: normal !important;
  text-decoration: none !important;
  transition: all 0.25s ease !important;
  display: inline-block !important;
}
.footer-nav-list a:hover {
  color: #0284c7 !important;
  transform: translateX(-4px) !important;
}

.footer-social-strip {
  display: flex !important;
  align-items: center !important;
  gap: 0.65rem !important;
}

.footer-social-btn {
  width: 42px !important;
  height: 42px !important;
  border-radius: 50% !important;
  border: 1.5px solid rgba(2, 132, 199, 0.2) !important;
  background: #f0f9ff !important;
  color: #0284c7 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 0.95rem !important;
  transition: all 0.25s ease !important;
  text-decoration: none !important;
}
.footer-social-btn:hover {
  background: #0284c7 !important;
  border-color: #0284c7 !important;
  color: #ffffff !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 6px 16px rgba(2, 132, 199, 0.35) !important;
}

/* Newsletter Column */
.footer-newsletter-desc {
  color: #64748b !important;
  font-size: 0.88rem !important;
  line-height: 1.65 !important;
  margin-bottom: 1.1rem !important;
}

.footer-pill-input {
  width: 100% !important;
  border-radius: 999px !important;
  padding: 0.8rem 1.4rem !important;
  background: #f8fafc !important;
  border: 1.5px solid rgba(2, 132, 199, 0.22) !important;
  color: #0f172a !important;
  font-size: 0.88rem !important;
  font-family: var(--font-body) !important;
  outline: none !important;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.03) !important;
  transition: all 0.25s ease !important;
}
.footer-pill-input:focus {
  border-color: #0284c7 !important;
  background: #ffffff !important;
  box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.15) !important;
}
.footer-pill-input::placeholder {
  color: #94a3b8 !important;
}

.footer-pill-btn {
  width: 100% !important;
  margin-top: 0.65rem !important;
  border-radius: 999px !important;
  padding: 0.8rem 1.4rem !important;
  background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%) !important;
  color: #ffffff !important;
  border: none !important;
  font-size: 0.88rem !important;
  font-weight: 800 !important;
  font-family: var(--font-ar) !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.5rem !important;
  transition: all 0.25s ease !important;
  box-shadow: 0 4px 14px rgba(2, 132, 199, 0.35) !important;
}
.footer-pill-btn:hover {
  background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(2, 132, 199, 0.5) !important;
}

.footer-bottom {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 1.8rem 0 !important;
  font-size: 0.88rem !important;
  color: #64748b !important;
  flex-wrap: wrap !important;
  gap: 1rem !important;
}
.footer-bottom strong {
  color: #0f172a !important;
}

@media (max-width: 992px) {
  .footer-top-grid, .footer-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 2.2rem 1.8rem !important;
  }
}

@media (max-width: 768px) {
  .site-footer {
    padding: 2.5rem 0 1.25rem !important;
    border-radius: 32px 32px 0 0 !important;
    -webkit-border-radius: 32px 32px 0 0 !important;
    margin-top: 1.5rem !important;
  }

  .footer-top-grid, .footer-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 1.6rem 1.1rem !important;
    padding-bottom: 1.6rem !important;
  }

  /* Col 1: Brand Centered & Compact */
  .footer-col-brand {
    grid-column: 1 / -1 !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .footer-brand-header {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
  }

  .footer-logo {
    height: 32px !important;
    margin-bottom: 0.75rem !important;
  }

  .footer-tagline {
    font-size: 0.82rem !important;
    line-height: 1.55 !important;
    max-width: 380px !important;
    margin: 0 auto 0.9rem !important;
  }

  .footer-social-strip {
    justify-content: center !important;
    gap: 0.5rem !important;
  }

  .footer-social-btn {
    width: 36px !important;
    height: 36px !important;
    font-size: 0.85rem !important;
  }

  /* Col 2 & Col 3: Compact Side-by-Side 2-Column Links */
  .footer-col-title {
    font-size: 0.88rem !important;
    font-weight: 800 !important;
    margin-bottom: 0.65rem !important;
  }

  .footer-nav-list {
    gap: 0.45rem !important;
  }

  .footer-nav-list a {
    font-size: 0.78rem !important;
    line-height: 1.35 !important;
  }

  /* Col 4: Newsletter Compact Full Width */
  .footer-col-newsletter {
    grid-column: 1 / -1 !important;
    text-align: center !important;
    max-width: 440px !important;
    margin: 0 auto !important;
    width: 100% !important;
  }

  .footer-newsletter-desc {
    font-size: 0.78rem !important;
    line-height: 1.45 !important;
    margin-bottom: 0.65rem !important;
  }

  .footer-pill-input {
    padding: 0.6rem 1.1rem !important;
    font-size: 0.8rem !important;
    min-height: 40px !important;
    border-radius: 999px !important;
    text-align: center !important;
  }

  .footer-pill-btn {
    padding: 0.6rem 1.1rem !important;
    font-size: 0.8rem !important;
    min-height: 40px !important;
    margin-top: 0.45rem !important;
    border-radius: 999px !important;
  }

  /* Footer Bottom Copyright */
  .footer-bottom {
    flex-direction: column !important;
    text-align: center !important;
    padding: 1rem 0 0.5rem !important;
    gap: 0.45rem !important;
    font-size: 0.74rem !important;
    line-height: 1.45 !important;
  }
}

@media (max-width: 480px) {
  .site-footer {
    padding: 1.8rem 0 1rem !important;
    border-radius: 24px 24px 0 0 !important;
  }

  .footer-top-grid, .footer-grid {
    gap: 1.3rem 0.8rem !important;
    padding-bottom: 1.2rem !important;
  }

  .footer-logo {
    height: 28px !important;
  }

  .footer-tagline {
    font-size: 0.76rem !important;
    line-height: 1.45 !important;
  }

  .footer-col-title {
    font-size: 0.82rem !important;
    margin-bottom: 0.5rem !important;
  }

  .footer-nav-list a {
    font-size: 0.72rem !important;
    line-height: 1.3 !important;
  }

  .footer-pill-input,
  .footer-pill-btn {
    font-size: 0.75rem !important;
    min-height: 36px !important;
    padding: 0.5rem 0.9rem !important;
  }

  .footer-bottom {
    font-size: 0.68rem !important;
  }
}


/* ==========================================================================
   14. INTERIOR PAGES (ABOUT, DISTRICT1, CONTACT)
   ========================================================================== */
.page-hero-banner {
  padding: 140px 0 70px;
  background: radial-gradient(circle at center, #1e293b 0%, #0f172a 100%);
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-hero-title {
  font-size: clamp(2.2rem, 3.8vw, 3.4rem);
  font-weight: 900;
  margin-bottom: 1rem;
  color: #ffffff;
  line-height: 1.25;
}

.page-hero-subtitle {
  font-size: 1.1rem;
  color: #cbd5e1;
  max-width: 780px;
  margin: 0 auto 2rem;
  line-height: 1.8;
}

/* About Hero KPI Ribbon */
.about-hero-kpi-ribbon {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
  max-width: 960px;
  margin: 2.2rem auto 2.4rem;
}

.about-kpi-box {
  background: rgba(15, 23, 42, 0.7);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(56, 189, 248, 0.3);
  padding: 1.2rem 1rem;
  border-radius: 16px;
  text-align: center;
  transition: all 0.3s ease;
}

.about-kpi-box:hover {
  transform: translateY(-4px);
  border-color: #38bdf8;
  box-shadow: 0 10px 30px rgba(2, 132, 199, 0.25);
}

.about-kpi-num {
  display: block;
  font-size: 1.6rem;
  font-weight: 900;
  color: #38bdf8;
  margin-bottom: 0.3rem;
}

.about-kpi-label {
  display: block;
  font-size: 0.85rem;
  color: #e2e8f0;
  font-weight: 600;
}

.about-hero-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  flex-wrap: wrap;
}

/* About Pillars (Vision / Mission / Values) */
.about-pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}

.about-pillar-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  padding: 2.6rem 2.2rem;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.04);
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.about-pillar-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(2, 132, 199, 0.12);
  border-color: rgba(2, 132, 199, 0.3);
}

.about-pillar-card.pillar-highlighted {
  border-color: #0284c7;
  box-shadow: 0 15px 40px rgba(2, 132, 199, 0.1);
  background: linear-gradient(180deg, #ffffff 0%, #f0f9ff 100%);
}

.pillar-icon-box {
  width: 68px;
  height: 68px;
  border-radius: 18px;
  background: rgba(2, 132, 199, 0.1);
  color: #0284c7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  margin-bottom: 1.6rem;
  transition: all 0.3s ease;
}

.about-pillar-card:hover .pillar-icon-box {
  background: #0284c7;
  color: #ffffff;
  transform: scale(1.08);
}

.pillar-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 1rem;
}

.pillar-desc {
  font-size: 0.96rem;
  color: #475569;
  line-height: 1.8;
  margin-bottom: 1.6rem;
  flex-grow: 1;
}

.pillar-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding-top: 1.4rem;
}

.pillar-checklist li {
  font-size: 0.9rem;
  color: #334155;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.pillar-checklist li i {
  color: #0284c7;
  font-size: 0.85rem;
}

/* Alliance Grid (4 Titans) */
.alliance-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}

.alliance-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  padding: 2.6rem;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.04);
  transition: all 0.35s ease;
  display: flex;
  flex-direction: column;
}

.alliance-card:hover {
  transform: translateY(-6px);
  border-color: rgba(2, 132, 199, 0.35);
  box-shadow: 0 20px 45px rgba(2, 132, 199, 0.12);
}

.alliance-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.2rem;
}

.alliance-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(2, 132, 199, 0.1);
  color: #0284c7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  flex-shrink: 0;
}

.alliance-role {
  font-size: 0.84rem;
  font-weight: 800;
  color: #0284c7;
  background: rgba(2, 132, 199, 0.08);
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  display: inline-block;
}

.alliance-name {
  font-size: 1.35rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 0.6rem;
}

.alliance-leader {
  font-size: 0.92rem;
  font-weight: 700;
  color: #64748b;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.2rem;
}

.alliance-leader i {
  color: #0284c7;
}

.alliance-desc {
  font-size: 0.94rem;
  color: #475569;
  line-height: 1.8;
  margin-bottom: 1.6rem;
  flex-grow: 1;
}

.alliance-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.alliance-tags span {
  font-size: 0.82rem;
  font-weight: 700;
  color: #0284c7;
  background: #f0f9ff;
  border: 1px solid #bae6fd;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
}

/* Sectors Grid */
.sectors-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}

.sector-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 22px;
  padding: 2.4rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}

.sector-card:hover {
  transform: translateY(-6px);
  border-color: #38bdf8;
  box-shadow: 0 18px 40px rgba(2, 132, 199, 0.1);
}

.sector-icon-wrap {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: #0284c7;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 1.4rem;
  box-shadow: 0 8px 20px rgba(2, 132, 199, 0.3);
}

.sector-title {
  font-size: 1.3rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 0.8rem;
}

.sector-desc {
  font-size: 0.94rem;
  color: #475569;
  line-height: 1.8;
  margin-bottom: 1.4rem;
}

.sector-features {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding-top: 1.2rem;
}

.sector-features span {
  font-size: 0.88rem;
  color: #334155;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.sector-features span i {
  color: #10b981;
  font-size: 0.82rem;
}

/* About Timeline Steps */
.about-timeline-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.2rem;
  margin-top: 3.5rem;
}

.about-step-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 1.8rem 1.4rem;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.03);
  position: relative;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-step-card:hover {
  transform: translateY(-6px);
  border-color: #0284c7;
  box-shadow: 0 15px 35px rgba(2, 132, 199, 0.12);
}

.about-step-card.target-grand {
  background: linear-gradient(180deg, #ffffff 0%, #fefce8 100%);
  border-color: #f59e0b;
}

.step-num {
  font-family: var(--font-en);
  font-size: 2.2rem;
  font-weight: 900;
  color: rgba(2, 132, 199, 0.15);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.step-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(2, 132, 199, 0.1);
  color: #0284c7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-bottom: 1.1rem;
}

.about-step-card.target-grand .step-icon {
  background: rgba(245, 158, 11, 0.15);
  color: #d97706;
}

.about-step-card h4 {
  font-size: 1.05rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 0.6rem;
}

.about-step-card p {
  font-size: 0.84rem;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 1.2rem;
  flex-grow: 1;
}

.step-status {
  font-size: 0.78rem;
  font-weight: 800;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: #f0fdf4;
  color: #16a34a;
  border: 1px solid #bbf7d0;
}

.step-status.active {
  background: #eff6ff;
  color: #0284c7;
  border-color: #bfdbfe;
}

.step-status.gold {
  background: #fffbeb;
  color: #b45309;
  border-color: #fde68a;
}

@media (max-width: 1100px) {
  .about-timeline-steps {
    grid-template-columns: repeat(3, 1fr);
  }
  .about-hero-kpi-ribbon {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .about-pillars-grid,
  .alliance-grid,
  .sectors-grid,
  .about-timeline-steps {
    grid-template-columns: 1fr;
  }
  .about-hero-kpi-ribbon {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   14.5 ARCHITECTURAL MASTERPIECE SHOWCASE & UNIFIED COCKPIT
   ========================================================================== */
.building-masterpiece-section {
  background: linear-gradient(180deg, #ffffff 0%, #f0f9ff 45%, #ffffff 100%);
  position: relative;
  overflow: hidden;
  padding: 5.5rem 0;
}

/* 1. Top Hero KPI Summary Ribbon */
.specs-hero-kpi-ribbon {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-bottom: 2.8rem;
}

.kpi-ribbon-card {
  background: #ffffff;
  border: 1.5px solid rgba(2, 132, 199, 0.16);
  border-radius: 20px;
  padding: 1.35rem 1.4rem;
  display: flex;
  align-items: center;
  gap: 1.1rem;
  box-shadow: 0 4px 20px rgba(2, 132, 199, 0.05);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

.kpi-ribbon-card:hover {
  transform: translateY(-4px);
  border-color: #0284c7;
  box-shadow: 0 12px 28px rgba(2, 132, 199, 0.12);
}

.kpi-ribbon-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(2, 132, 199, 0.1) 0%, rgba(56, 189, 248, 0.15) 100%);
  color: #0284c7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.kpi-ribbon-card:hover .kpi-ribbon-icon {
  background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
  color: #ffffff;
  transform: scale(1.06);
}

.kpi-ribbon-info {
  display: flex;
  flex-direction: column;
  text-align: right;
  flex: 1;
}

.kpi-ribbon-label {
  font-size: 0.82rem;
  font-weight: 700;
  color: #64748b;
  margin-bottom: 0.2rem;
}

.kpi-ribbon-value {
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
}

.kpi-ribbon-value .spec-counter-num {
  font-size: 1.85rem;
  font-weight: 900;
  color: #0f172a;
  line-height: 1.1;
}

.kpi-ribbon-unit {
  font-size: 0.88rem;
  font-weight: 800;
  color: #0284c7;
}

.kpi-ribbon-sub {
  font-size: 0.74rem;
  font-weight: 700;
  color: #94a3b8;
  margin-top: 0.2rem;
}

/* 2. Master Dual Cockpit Grid (3D Stage + Sectors) */
.specs-dual-cockpit-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 2.2rem;
  align-items: center;
  margin-bottom: 2.8rem;
}

/* 3D Holographic Stage */
.specs-stage-column {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
}

.stage-hologram-wrapper {
  position: relative;
  width: 100%;
  max-width: 500px;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 50% 50%, rgba(2, 132, 199, 0.08) 0%, rgba(255, 255, 255, 0) 75%);
  border-radius: 28px;
  padding: 1.5rem 1rem;
  border: 1.5px dashed rgba(2, 132, 199, 0.22);
}

.stage-ambient-glow {
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.22) 0%, transparent 70%);
  filter: blur(35px);
  pointer-events: none;
  animation: glowFloat 4s ease-in-out infinite alternate;
}

.stage-grid-radar {
  position: absolute;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  border: 1px solid rgba(2, 132, 199, 0.12);
  pointer-events: none;
}

.floating-tech-tag {
  position: absolute;
  background: rgba(15, 23, 42, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(56, 189, 248, 0.35);
  color: #ffffff;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  z-index: 10;
  pointer-events: none;
  animation: tagFloat 3s ease-in-out infinite alternate;
}

.tag-top-right { top: 1.2rem; right: 0.5rem; animation-delay: 0s; }
.tag-top-left { top: 3.2rem; left: 0.5rem; animation-delay: 1.5s; }
.tag-bottom-center { bottom: 4.8rem; animation-delay: 0.8s; }

.building-render-display {
  position: relative;
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1000px;
}

.building-stage-img {
  position: absolute;
  max-width: 95%;
  max-height: 370px;
  object-fit: contain;
  opacity: 0;
  transform: scale(0.92) translateY(15px);
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
  filter: drop-shadow(0 15px 25px rgba(2, 132, 199, 0.18));
}

.building-stage-img.active {
  opacity: 1;
  transform: scale(1) translateY(0);
  pointer-events: auto;
}

.stage-perspective-switcher {
  position: relative;
  z-index: 15;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(248, 250, 252, 0.95);
  padding: 0.35rem 0.5rem;
  border-radius: 999px;
  border: 1.5px solid rgba(2, 132, 199, 0.2);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  margin-top: 0.6rem;
}

.stage-angle-btn {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  border: none;
  background: transparent;
  color: #475569;
  font-size: 0.78rem;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.25s ease;
}

.stage-angle-btn i {
  font-size: 0.85rem;
  color: #0284c7;
}

.stage-angle-btn:hover {
  color: #0284c7;
  background: rgba(2, 132, 199, 0.08);
}

.stage-angle-btn.active {
  background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(2, 132, 199, 0.3);
}

/* ==========================================================================
   16. INTERIOR HERO BANNER (ABOUT / DISTRICT1 / CONTACT / UNITS PAGES)
   ========================================================================== */
.interior-hero-banner {
  position: relative;
  padding: 160px 0 90px;
  background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
  color: #ffffff;
  text-align: center;
  overflow: hidden;
}
.interior-hero-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 30%, rgba(56, 189, 248, 0.18) 0%, transparent 55%),
    radial-gradient(ellipse at 80% 70%, rgba(2, 132, 199, 0.22) 0%, transparent 55%);
  pointer-events: none;
}
.interior-hero-banner > .site-container {
  position: relative;
  z-index: 2;
}
.interior-hero-eyebrow {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-cyan, #38bdf8);
  padding: 0.4rem 1.1rem;
  border: 1px solid rgba(56, 189, 248, 0.35);
  border-radius: 999px;
  margin-bottom: 1.4rem;
  background: rgba(2, 132, 199, 0.08);
}
.interior-hero-title {
  font-size: clamp(2rem, 4.5vw, 3.6rem);
  font-weight: 900;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 1.2rem;
  letter-spacing: -0.01em;
}
.interior-hero-desc {
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  color: #cbd5e1;
  max-width: 760px;
  margin: 0 auto;
  line-height: 1.85;
}
.cyan-text {
  color: var(--brand-cyan, #38bdf8);
}
.units-hero {
  padding-top: 140px;
  padding-bottom: 80px;
}

/* ==========================================================================
   17. LUXURY UNITS SHOWCASE — BENTO-GRID CARD SYSTEM
   ========================================================================== */
.luxury-units-showcase-section {
  background-color: #ffffff;
  padding: 6rem 0;
  position: relative;
}
.luxury-units-showcase-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at top, rgba(56, 189, 248, 0.05) 0%, transparent 60%);
  pointer-events: none;
}
.units-luxury-header {
  margin-bottom: 3.5rem;
  position: relative;
  z-index: 2;
}
.units-filter-tab-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
  margin-top: 2.2rem;
  padding: 0.6rem;
  background: #f8fafc;
  border: 1px solid rgba(2, 132, 199, 0.15);
  border-radius: 16px;
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.04);
}
.units-tab-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1.3rem;
  font-family: inherit;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--text-body, #475569);
  background: transparent;
  border: 1px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.25s ease;
}
.units-tab-btn:hover {
  background: rgba(2, 132, 199, 0.06);
  color: var(--brand-blue, #0284c7);
}
.units-tab-btn.active {
  background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(2, 132, 199, 0.32);
}
.units-tab-btn.active i {
  color: #ffffff;
}
.units-tab-btn i {
  font-size: 0.95rem;
  color: var(--brand-blue, #0284c7);
}

.luxury-units-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  gap: 2rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 900px) {
  .luxury-units-grid {
    grid-template-columns: 1fr;
  }
}

.luxury-unit-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(2, 132, 199, 0.12);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  position: relative;
}
.luxury-unit-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 50px rgba(2, 132, 199, 0.18);
  border-color: rgba(2, 132, 199, 0.35);
}
.luxury-unit-card.is-hidden {
  display: none;
}

.luxury-unit-media-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #e2e8f0;
}
.luxury-unit-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.luxury-unit-card:hover .luxury-unit-img {
  transform: scale(1.04);
}
.luxury-unit-media-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(15, 23, 42, 0.55) 100%);
  pointer-events: none;
}
.unit-floating-badge {
  position: absolute;
  top: 12px;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.85rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: #ffffff;
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(4px);
}
.unit-badge-level {
  inset-inline-start: 12px;
  background: rgba(15, 23, 42, 0.78);
}
.unit-badge-feature {
  inset-inline-end: 12px;
  background: #0284c7;
}
.unit-floating-badge i {
  font-size: 0.75rem;
}

.luxury-unit-body {
  padding: 1.6rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  flex: 1;
}
.luxury-unit-kicker-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.82rem;
}
.luxury-unit-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--brand-blue, #0284c7);
  font-weight: 700;
}
.luxury-unit-kicker i {
  font-size: 0.85rem;
}
.luxury-unit-serial {
  font-family: var(--font-num, 'Outfit', sans-serif);
  font-weight: 800;
  color: var(--text-muted, #94a3b8);
  font-size: 0.85rem;
  letter-spacing: 0.05em;
}
.luxury-unit-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--brand-dark, #0f172a);
  line-height: 1.35;
  margin: 0;
}
.luxury-unit-desc {
  font-size: 0.92rem;
  color: var(--text-body, #475569);
  line-height: 1.7;
  margin: 0;
}
.luxury-unit-metrics-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.55rem;
  margin-top: 0.3rem;
}
.luxury-metric-pill {
  background: #f8fafc;
  border: 1px solid rgba(2, 132, 199, 0.14);
  border-radius: 10px;
  padding: 0.65rem 0.5rem;
  text-align: center;
}
.metric-pill-val {
  font-family: var(--font-num, 'Outfit', sans-serif);
  font-weight: 800;
  color: var(--brand-dark, #0f172a);
  font-size: 0.95rem;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.25rem;
}
.metric-pill-unit {
  font-size: 0.7rem;
  color: var(--text-muted, #94a3b8);
  font-weight: 600;
}
.metric-pill-label {
  font-size: 0.7rem;
  color: var(--text-body, #475569);
  margin-top: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
}
.metric-pill-label i {
  font-size: 0.7rem;
  color: var(--brand-blue, #0284c7);
}
.luxury-unit-actions {
  display: flex;
  gap: 0.6rem;
  margin-top: auto;
  padding-top: 0.6rem;
  flex-wrap: wrap;
}
.btn-unit-primary,
.btn-unit-whatsapp {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 0.9rem;
  font-family: inherit;
  font-size: 0.85rem;
  font-weight: 700;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.25s ease;
  min-width: 0;
}
.btn-unit-primary {
  background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(2, 132, 199, 0.3);
}
.btn-unit-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(2, 132, 199, 0.4);
}
.btn-unit-whatsapp {
  background: #25d366;
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.3);
}
.btn-unit-whatsapp:hover {
  background: #1ebe5b;
  transform: translateY(-1px);
}
.btn-unit-primary i,
.btn-unit-whatsapp i {
  font-size: 0.9rem;
}

/* Units Section Bottom CTA */
.units-section-bottom-cta {
  margin-top: 4rem;
  position: relative;
  z-index: 2;
}
.units-bottom-cta-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 2rem 2.2rem;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  border-radius: 18px;
  color: #ffffff;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.25);
}
.units-bottom-cta-text {
  flex: 1;
  min-width: 260px;
}
.units-bottom-cta-text h3 {
  font-size: 1.25rem;
  font-weight: 800;
  margin: 0 0 0.4rem;
  color: #ffffff;
}
.units-bottom-cta-text p {
  font-size: 0.95rem;
  color: #cbd5e1;
  margin: 0;
  line-height: 1.65;
}
.units-bottom-cta-actions {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
}

/* ==========================================================================
   18. VIP CTA STRIP — REUSABLE FINAL ACTION BAR
   ========================================================================== */
.vip-cta-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.8rem 2.2rem;
  background: #ffffff;
  border: 1.5px solid rgba(2, 132, 199, 0.18);
  border-radius: 20px;
  color: #0f172a;
  box-shadow: 0 15px 45px rgba(2, 132, 199, 0.08);
  position: relative;
  overflow: hidden;
}
.vip-cta-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 0% 50%, rgba(56, 189, 248, 0.08) 0%, transparent 50%);
  pointer-events: none;
}
.vip-cta-content {
  flex: 1;
  min-width: 240px;
  position: relative;
  z-index: 1;
}
.vip-cta-title {
  font-size: 1.25rem;
  font-weight: 800;
  margin: 0 0 0.35rem;
  color: #0f172a;
}
.vip-cta-desc {
  font-size: 0.95rem;
  color: #475569;
  margin: 0;
  line-height: 1.6;
}
.vip-cta-actions {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.vip-wa-cta,
.vip-call-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.8rem 1.4rem;
  border-radius: 10px;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 800;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.25s ease;
}
.vip-wa-cta {
  background: #25d366;
  color: #ffffff;
  border-color: #25d366;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
}
.vip-wa-cta:hover {
  background: #1ebe5b;
  border-color: #1ebe5b;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(37, 211, 102, 0.45);
}
.vip-call-cta {
  background: #f0f9ff;
  color: #0284c7;
  border-color: rgba(2, 132, 199, 0.3);
}
.vip-call-cta:hover {
  background: #0284c7;
  color: #ffffff;
  border-color: #0284c7;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(2, 132, 199, 0.3);
}
.vip-wa-cta i,
.vip-call-cta i {
  font-size: 1rem;
}
.units-final-cta-section {
  padding: 4rem 0;
  background: #f8fafc;
}

/* ==========================================================================
   19. PAYMENT PLANS SECTION
   ========================================================================== */
.payment-section {
  padding: 6rem 0;
  background: #ffffff;
}
.payment-header {
  text-align: center;
  margin-bottom: 3rem;
}
.payment-eyebrow {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-cyan, #38bdf8);
  padding: 0.4rem 1.1rem;
  border: 1px solid rgba(56, 189, 248, 0.35);
  border-radius: 999px;
  margin-bottom: 1.2rem;
  background: rgba(2, 132, 199, 0.06);
}
.payment-title {
  font-size: clamp(1.85rem, 3.2vw, 2.6rem);
  font-weight: 900;
  color: var(--brand-dark, #0f172a);
  margin: 0 0 0.8rem;
  line-height: 1.25;
}
.payment-accent {
  color: var(--brand-blue, #0284c7);
}
.payment-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
  max-width: 1100px;
  margin: 0 auto;
}
.payment-plan {
  position: relative;
  padding: 2rem 1.8rem;
  background: #ffffff;
  border: 1px solid rgba(2, 132, 199, 0.18);
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}
.payment-plan:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 50px rgba(2, 132, 199, 0.18);
  border-color: rgba(2, 132, 199, 0.45);
}
.plan-badge {
  position: absolute;
  top: -10px;
  inset-inline-start: 16px;
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(245, 158, 11, 0.35);
  letter-spacing: 0.03em;
}
.plan-name {
  font-size: 1.35rem;
  font-weight: 900;
  color: var(--brand-dark, #0f172a);
  margin: 0.5rem 0 1.2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(2, 132, 199, 0.15);
}
.plan-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.6rem 0;
  font-size: 0.92rem;
  color: var(--text-body, #475569);
  border-bottom: 1px dashed rgba(0, 0, 0, 0.06);
}
.plan-detail:last-child {
  border-bottom: none;
}
.plan-detail strong {
  color: var(--brand-blue, #0284c7);
  font-weight: 800;
  font-family: var(--font-num, 'Outfit', sans-serif);
}

/* ==========================================================================
   20. BUTTON STYLES (CYAN / OUTLINE-GLASS) — FALLBACKS
   ========================================================================== */
.btn-cyan {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.85rem 1.6rem;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 800;
  background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
  color: #ffffff;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(2, 132, 199, 0.3);
  transition: all 0.25s ease;
}
.btn-cyan:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(2, 132, 199, 0.4);
}
.btn-outline-glass {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.85rem 1.6rem;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  backdrop-filter: blur(6px);
  transition: all 0.25s ease;
}
.btn-outline-glass:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.45);
  transform: translateY(-1px);
}
.btn-outline-cyan {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 1.2rem;
  font-family: inherit;
  font-size: 0.88rem;
  font-weight: 700;
  background: transparent;
  color: var(--brand-blue, #0284c7);
  border: 1.5px solid var(--brand-blue, #0284c7);
  border-radius: 999px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.25s ease;
}
.btn-outline-cyan:hover {
  background: var(--brand-blue, #0284c7);
  color: #ffffff;
}
.glass-panel {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}
.num-font {
  font-family: var(--font-num, 'Outfit', sans-serif);
}

/* ==========================================================================
   21. HERO CINEMATIC CURTAIN + STATS CARDS (Home page hero reveal)
   ========================================================================== */
.hero-curtain-wrapper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 6;
  pointer-events: none;
}
.curtain-revealed-stage {
  position: absolute;
  inset: 0;
  padding: 5rem 0;
  background: radial-gradient(circle at center, #ffffff 0%, #f1f5f9 100%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.curtain-revealed-stage .stat-card {
  pointer-events: auto;
}
.curtain-zoom-box {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  overflow: hidden;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.2);
  border-radius: 32px;
  transform-origin: center center;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.75), 0 0 0 2px rgba(56, 189, 248, 0.35);
}
.curtain-door {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);
  will-change: transform;
}
.curtain-door-left {
  left: 0;
  border-right: 1.5px solid rgba(56, 189, 248, 0.5);
}
.curtain-door-right {
  right: 0;
  border-left: 1.5px solid rgba(56, 189, 248, 0.5);
}

/* Seamless Full Architectural Image spanning across both doors */
.curtain-door-left .curtain-image-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}

.curtain-door-right .curtain-image-layer {
  position: absolute;
  top: 0;
  left: -100%;
  right: auto;
  width: 200%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}

.curtain-overlay-layer {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 26, 47, 0.35) 0%, rgba(9, 26, 47, 0.65) 100%);
  z-index: 2;
}

.curtain-door-inner {
  position: relative;
  z-index: 3;
  max-width: 440px;
  padding: 2.5rem;
  text-align: center;
}

.curtain-tag-badge {
  display: inline-block;
  background: rgba(2, 132, 199, 0.65);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(56, 189, 248, 0.4);
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 800;
  padding: 0.3rem 0.9rem;
  border-radius: 999px;
  margin-bottom: 0.9rem;
  letter-spacing: 0.04em;
}

.curtain-bold-title {
  font-size: clamp(2.2rem, 4.5vw, 4rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  margin: 0 0 0.8rem;
  color: #ffffff;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.8);
}
.curtain-desc {
  font-size: 1.05rem;
  color: #e2e8f0;
  line-height: 1.65;
  margin: 0;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
}
.curtain-center-seam {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #38bdf8, transparent);
  transform: translateX(-50%);
  z-index: 2;
  box-shadow: 0 0 20px rgba(56, 189, 248, 0.7);
}

/* Stats Cards (Phase 4 — Revealed underneath split doors) */
.stats-container-inner {
  position: relative;
  z-index: 2;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}
.stat-card {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(2, 132, 199, 0.15);
  border-radius: 16px;
  padding: 1.8rem 1.5rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: all 0.3s ease;
}
.stat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 50px rgba(2, 132, 199, 0.18);
}
.luxury-stat-card {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.stat-card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.stat-vector-art {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stat-vector-art svg {
  width: 100%;
  height: 100%;
}
.stat-mini-pill {
  display: inline-block;
  padding: 0.25rem 0.7rem;
  background: rgba(2, 132, 199, 0.08);
  color: var(--brand-blue, #0284c7);
  font-size: 0.72rem;
  font-weight: 800;
  border-radius: 999px;
  letter-spacing: 0.03em;
}
.milestone-pill {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  color: #ffffff;
}
.stat-card-middle {
  flex: 1;
}
.stat-number-wrap {
  display: flex;
  align-items: baseline;
  gap: 0.3rem;
  margin-bottom: 0.4rem;
}
.stat-number {
  font-family: var(--font-num, 'Outfit', sans-serif);
  font-size: 2rem;
  font-weight: 900;
  color: var(--brand-dark, #0f172a);
  line-height: 1;
}
.date-num {
  font-size: 1.4rem;
}
.stat-unit {
  font-family: var(--font-num, 'Outfit', sans-serif);
  font-size: 1rem;
  font-weight: 700;
  color: var(--brand-blue, #0284c7);
}
.stat-label {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--brand-dark, #0f172a);
  margin-bottom: 0.3rem;
}
.stat-subtext {
  font-size: 0.8rem;
  color: var(--text-muted, #94a3b8);
  line-height: 1.55;
}
.stat-card-bottom {
  padding-top: 0.8rem;
  border-top: 1px solid rgba(2, 132, 199, 0.1);
}
.stat-metric-bar {
  width: 100%;
  height: 6px;
  background: rgba(2, 132, 199, 0.1);
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.metric-fill {
  height: 100%;
  border-radius: 999px;
  transition: width 1s ease;
}
.metric-green { background: linear-gradient(90deg, #10b981, #34d399); }
.metric-purple { background: linear-gradient(90deg, #8b5cf6, #a78bfa); }
.stat-metric-labels {
  display: flex;
  justify-content: space-between;
  font-size: 0.7rem;
  color: var(--text-muted, #94a3b8);
}

/* ==========================================================================
   22. INVESTOR DIALOGUE — FAQ SECTION
   ========================================================================== */
.investor-dialogue-section {
  padding: 6rem 0;
  background: #ffffff;
}
.dialogue-block {
  max-width: 980px;
  margin: 0 auto;
}
.dialogue-header {
  text-align: center;
  margin-bottom: 2.5rem;
}
.dialogue-eyebrow {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-cyan, #38bdf8);
  padding: 0.4rem 1.1rem;
  border: 1px solid rgba(56, 189, 248, 0.35);
  border-radius: 999px;
  margin-bottom: 1rem;
  background: rgba(2, 132, 199, 0.06);
}
.dialogue-title {
  font-size: clamp(1.85rem, 3.2vw, 2.6rem);
  font-weight: 900;
  color: var(--brand-dark, #0f172a);
  margin: 0;
  line-height: 1.25;
}
.dialogue-accent {
  color: var(--brand-blue, #0284c7);
}
.dialogue-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.dialogue-item {
  border: 1px solid rgba(2, 132, 199, 0.15);
  border-radius: 12px;
  background: #ffffff;
  transition: all 0.25s ease;
  overflow: hidden;
}
.dialogue-item:hover {
  border-color: rgba(2, 132, 199, 0.35);
  box-shadow: 0 8px 24px rgba(2, 132, 199, 0.1);
}
.dialogue-question {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  padding: 1.3rem 1.5rem;
  background: transparent;
  border: none;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  color: var(--brand-dark, #0f172a);
  text-align: start;
  cursor: pointer;
  transition: background 0.25s ease;
}
.dialogue-question:hover {
  background: rgba(2, 132, 199, 0.04);
}
.dq-marker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, #0284c7, #0369a1);
  color: #ffffff;
  font-weight: 900;
  border-radius: 50%;
  flex-shrink: 0;
  font-size: 0.9rem;
}
.dq-text {
  flex: 1;
  line-height: 1.5;
}
.dq-chevron {
  flex-shrink: 0;
  color: var(--brand-blue, #0284c7);
  transition: transform 0.3s ease;
}
.dialogue-question[aria-expanded="true"] .dq-chevron,
.dialogue-question[expanded="true"] .dq-chevron,
.dialogue-item.open .dq-chevron,
.dialogue-item.active .dq-chevron {
  transform: rotate(180deg);
}
.dialogue-answer {
  display: none;
  padding: 0 1.5rem 1.3rem;
  gap: 1rem;
  align-items: flex-start;
  font-size: 0.95rem;
  color: var(--text-body, #475569);
  line-height: 1.75;
}
.dialogue-question[aria-expanded="true"] + .dialogue-answer,
.dialogue-question[expanded="true"] + .dialogue-answer,
.dialogue-item.open .dialogue-answer,
.dialogue-item.active .dialogue-answer {
  display: flex;
}
.da-marker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, #38bdf8, #0ea5e9);
  color: #ffffff;
  font-weight: 900;
  border-radius: 50%;
  flex-shrink: 0;
  font-size: 0.9rem;
}
.dialogue-answer p {
  margin: 0;
  flex: 1;
  padding-top: 0.4rem;
}

/* ==========================================================================
   23. CONSORTIUM — STRATEGIC PARTNERS SECTION
   ========================================================================== */
.consortium-section {
  padding: 6rem 0;
  background: #f8fafc;
}
.consortium-header {
  text-align: center;
  margin-bottom: 3rem;
}
.consortium-eyebrow {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-cyan, #38bdf8);
  padding: 0.4rem 1.1rem;
  border: 1px solid rgba(56, 189, 248, 0.35);
  border-radius: 999px;
  margin-bottom: 1rem;
  background: rgba(2, 132, 199, 0.06);
}
.consortium-title {
  font-size: clamp(1.85rem, 3.2vw, 2.6rem);
  font-weight: 900;
  color: var(--brand-dark, #0f172a);
  margin: 0;
  line-height: 1.25;
}
.consortium-accent {
  color: var(--brand-blue, #0284c7);
}
.consortium-spotlight {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2.5rem;
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(2, 132, 199, 0.15);
  border-radius: 18px;
  padding: 2rem 2.5rem;
  margin-bottom: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
@media (max-width: 700px) {
  .consortium-spotlight {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.spotlight-logo-wrap {
  width: 180px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8fafc;
  border-radius: 14px;
  padding: 1rem;
}
.spotlight-logo {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.spotlight-content {
  flex: 1;
}
.spotlight-role {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--brand-blue, #0284c7);
  background: rgba(2, 132, 199, 0.08);
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  margin-bottom: 0.6rem;
  letter-spacing: 0.03em;
}
.spotlight-name {
  font-size: 1.4rem;
  font-weight: 900;
  color: var(--brand-dark, #0f172a);
  margin: 0 0 0.7rem;
  line-height: 1.3;
}
.spotlight-text {
  font-size: 0.95rem;
  color: var(--text-body, #475569);
  line-height: 1.7;
  margin: 0 0 1rem;
}
.spotlight-quote {
  margin: 0;
  padding: 1rem 1.2rem;
  background: rgba(2, 132, 199, 0.05);
  border-inline-start: 3px solid var(--brand-blue, #0284c7);
  border-radius: 0 10px 10px 0;
  font-style: italic;
  font-size: 0.95rem;
  color: var(--text-body, #475569);
  line-height: 1.65;
}
.spotlight-quote cite {
  display: block;
  margin-top: 0.5rem;
  font-style: normal;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--brand-blue, #0284c7);
}
.consortium-strip {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 1.2rem;
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(2, 132, 199, 0.15);
  border-radius: 16px;
  padding: 1.5rem 2rem;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
}
@media (max-width: 800px) {
  .consortium-strip { grid-template-columns: 1fr; }
  .strip-divider { display: none; }
}
.strip-partner {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}
.strip-partner-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: linear-gradient(135deg, #0284c7, #0369a1);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.strip-partner-info {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.strip-partner-name {
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--brand-dark, #0f172a);
  line-height: 1.3;
}
.strip-partner-role {
  font-size: 0.78rem;
  color: var(--text-muted, #94a3b8);
}
.strip-divider {
  width: 1px;
  height: 50px;
  background: rgba(2, 132, 199, 0.15);
}

/* ==========================================================================
   24. LOCATION BLUEPRINT SECTION + EDITORIAL COCKPIT
   ========================================================================== */
.location-blueprint-section {
  padding: 6rem 0;
  background: #ffffff;
}
.blueprint-masterplan-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 2.5rem;
  align-items: stretch;
}
@media (max-width: 900px) {
  .blueprint-masterplan-grid {
    grid-template-columns: 1fr;
  }
}
.blueprint-map-frame-card {
  background: #ffffff;
  border: 1px solid rgba(2, 132, 199, 0.18);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
}
.blueprint-frame-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  color: #ffffff;
}
.blueprint-status-indicator {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.blueprint-dot-live {
  width: 10px;
  height: 10px;
  background: #10b981;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(16, 185, 129, 0.7);
  animation: pulse-live 1.5s infinite;
}
@keyframes pulse-live {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}
.blueprint-status-text {
  text-transform: uppercase;
}
.blueprint-coords-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.3rem 0.8rem;
  background: rgba(56, 189, 248, 0.15);
  border: 1px solid rgba(56, 189, 248, 0.35);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  color: #38bdf8;
}
.blueprint-image-viewport {
  position: relative;
  flex: 1;
  background: #e2e8f0;
  min-height: 400px;
}
.blueprint-img-element {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.blueprint-corner {
  position: absolute;
  width: 16px;
  height: 16px;
  border-color: #38bdf8;
  border-style: solid;
  border-width: 0;
  pointer-events: none;
}
.tl-corner { top: 12px; left: 12px; border-top-width: 2px; border-left-width: 2px; }
.tr-corner { top: 12px; right: 12px; border-top-width: 2px; border-right-width: 2px; }
.bl-corner { bottom: 12px; left: 12px; border-bottom-width: 2px; border-left-width: 2px; }
.br-corner { bottom: 12px; right: 12px; border-bottom-width: 2px; border-right-width: 2px; }
.blueprint-beacon-tag {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  pointer-events: none;
}
.beacon-ripple {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(56, 189, 248, 0.3);
  border: 2px solid #38bdf8;
  animation: beaconRipple 2s infinite;
}
@keyframes beaconRipple {
  0% { transform: scale(0.5); opacity: 1; }
  100% { transform: scale(2); opacity: 0; }
}
.beacon-center-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  background: #38bdf8;
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(56, 189, 248, 0.8);
}
.beacon-label-card {
  background: rgba(15, 23, 42, 0.92);
  color: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  align-items: center;
}
.beacon-badge {
  font-size: 0.7rem;
  background: rgba(56, 189, 248, 0.25);
  padding: 0.15rem 0.5rem;
  border-radius: 4px;
}
.beacon-text {
  font-size: 0.85rem;
}
.blueprint-editorial-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.editorial-parking-highlight {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 1.3rem 1.5rem;
  background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
  border-radius: 14px;
  color: #ffffff;
}
.parking-kpi-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  padding: 0.8rem 1.2rem;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  flex-shrink: 0;
}
.parking-num {
  font-family: var(--font-num, 'Outfit', sans-serif);
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
}
.parking-lbl {
  font-size: 0.72rem;
  font-weight: 700;
  opacity: 0.85;
}
.parking-kpi-text {
  font-size: 0.92rem;
  line-height: 1.55;
  flex: 1;
}
.parking-kpi-text strong {
  display: block;
  margin-bottom: 0.3rem;
  font-weight: 800;
}
.editorial-proximity-matrix {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.proximity-row-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: center;
  padding: 1rem 1.2rem;
  background: #f8fafc;
  border: 1px solid rgba(2, 132, 199, 0.12);
  border-radius: 12px;
  transition: all 0.25s ease;
}
.proximity-row-card:hover {
  border-color: rgba(2, 132, 199, 0.35);
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(2, 132, 199, 0.1);
  transform: translateX(-3px);
}
.prox-icon-box {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, #0284c7, #0369a1);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}
.prox-info-col {
  flex: 1;
  min-width: 0;
}
.prox-header-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 0.3rem;
}
.prox-name {
  font-size: 0.98rem;
  font-weight: 800;
  color: var(--brand-dark, #0f172a);
  margin: 0;
}
.prox-time-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.2rem 0.6rem;
  background: rgba(2, 132, 199, 0.08);
  color: var(--brand-blue, #0284c7);
  font-size: 0.78rem;
  font-weight: 700;
  border-radius: 999px;
  white-space: nowrap;
}
.prox-sub-desc {
  font-size: 0.85rem;
  color: var(--text-body, #475569);
  line-height: 1.55;
  margin: 0;
}
.editorial-actions-bar {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}

/* ==========================================================================
   25. VIP MODAL — Booking Form Overlay
   ========================================================================== */
.vip-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.82);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 1000000 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1), visibility 0s linear 0.3s;
}

.vip-modal-overlay.is-open,
.vip-modal-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1), visibility 0s linear 0s;
}

.vip-modal-card {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 520px;
  max-height: calc(100vh - 2rem);
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  background: #ffffff;
  border-radius: 24px;
  padding: 2.2rem 2.2rem 2rem;
  border: 1px solid rgba(2, 132, 199, 0.18);
  box-shadow: 0 25px 60px -12px rgba(12, 74, 110, 0.28), 0 0 0 1px rgba(14, 165, 233, 0.1);
  transform: scale(0.96) translateY(10px);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  direction: rtl;
  text-align: right;
}

.vip-modal-card::-webkit-scrollbar {
  display: none;
}

.vip-modal-overlay.is-open .vip-modal-card,
.vip-modal-overlay.active .vip-modal-card {
  transform: scale(1) translateY(0);
}

/* Modal Top Row: Badge & Close Button */
.vip-modal-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.2rem;
}

.vip-modal-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.85rem;
  background: rgba(2, 132, 199, 0.08);
  border: 1px solid rgba(2, 132, 199, 0.2);
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--brand-blue, #0284c7);
}

.modal-close-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  color: #64748b;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: all 0.25s ease;
  flex-shrink: 0;
}

.modal-close-btn:hover {
  background: #f1f5f9;
  border-color: #cbd5e1;
  color: #0f172a;
  transform: rotate(90deg) scale(1.05);
}

.vip-modal-title {
  font-size: 1.65rem;
  font-weight: 900;
  color: #0c2340;
  margin: 0 0 0.5rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.vip-modal-title .cyan-text {
  color: var(--brand-blue, #0284c7);
}

.vip-modal-desc {
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.7;
  margin: 0 0 1.5rem;
}

/* Form Layout */
.vip-modal-form {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}

.vip-form-group {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  text-align: right;
}

.vip-form-group label {
  font-size: 0.84rem;
  font-weight: 700;
  color: #1e293b;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.vip-form-group label .req {
  color: #ef4444;
  font-size: 0.9rem;
}

/* Modern Input Wrap with Floating Icon */
.vip-input-wrap {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}

.vip-input-icon {
  position: absolute;
  right: 1.1rem;
  color: #94a3b8;
  font-size: 0.95rem;
  pointer-events: none;
  transition: color 0.25s ease;
  z-index: 2;
}

.vip-control {
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 0 3rem 0 1rem;
  font-family: inherit;
  font-size: 0.92rem;
  color: #0f172a;
  border: 1.5px solid #e2e8f0;
  border-radius: 12px;
  background: #f8fafc;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.vip-control::placeholder {
  color: #94a3b8;
  font-weight: 400;
  font-size: 0.88rem;
}

.vip-control:focus {
  outline: none;
  border-color: #0284c7;
  background: #ffffff;
  box-shadow: 0 0 0 3.5px rgba(2, 132, 199, 0.15);
}

.vip-input-wrap:focus-within .vip-input-icon {
  color: #0284c7;
}

/* Custom Select Dropdown with Clean Custom Arrow */
.vip-select-wrap {
  position: relative;
}

.vip-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  padding-left: 2.6rem;
}

.vip-select-chevron {
  position: absolute;
  left: 1.1rem;
  color: #94a3b8;
  font-size: 0.8rem;
  pointer-events: none;
  transition: transform 0.25s ease, color 0.25s ease;
  z-index: 2;
}

.vip-select-wrap:focus-within .vip-select-chevron {
  color: #0284c7;
  transform: rotate(180deg);
}

/* Luxury Emerald High-Conversion CTA Button */
.vip-submit-btn {
  margin-top: 0.4rem;
  height: 52px;
  width: 100%;
  font-family: inherit;
  font-size: 1.02rem;
  font-weight: 800;
  border: none;
  border-radius: 14px;
  background: linear-gradient(135deg, #059669 0%, #10b981 100%);
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  box-shadow: 0 10px 25px -4px rgba(16, 185, 129, 0.42);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

.vip-submit-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
  transition: left 0.6s ease;
}

.vip-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px -3px rgba(16, 185, 129, 0.52);
  filter: brightness(1.03);
}

.vip-submit-btn:hover::after {
  left: 140%;
}

.vip-submit-btn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.vip-wa-circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  flex-shrink: 0;
}

/* Privacy & Trust Seal */
.vip-trust-seal {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.2rem;
  font-size: 0.78rem;
  color: #64748b;
  font-weight: 500;
  text-align: center;
}

.vip-trust-seal i {
  color: #0284c7;
  font-size: 0.85rem;
}

.form-status {
  font-size: 0.88rem;
  padding: 0.5rem 0.8rem;
  border-radius: 8px;
  min-height: 1.2em;
  text-align: center;
  font-weight: 600;
}

/* Open-VIP Modal trigger buttons (apply to any element with this class) */
.open-vip-modal {
  cursor: pointer;
}

/* Lang switcher text */
.lang-text {
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
}

/* ==========================================================================
   26. PARTNER MARQUEE — Continuous Logo Scroll (Home page)
   ========================================================================== */
.marquee-slider-container {
  flex: 1;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, #000 4%, #000 96%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, #000 4%, #000 96%, transparent);
}
.marquee-track {
  display: flex;
  align-items: center;
  gap: 6rem;
  width: max-content;
  animation: partnerMarqueeScroll 32s linear infinite;
  will-change: transform;
}
.marquee-track:hover {
  animation-play-state: paused;
}
@keyframes partnerMarqueeScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.marquee-partner-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0.4rem 1.5rem !important;
  border-radius: 0 !important;
  flex-shrink: 0;
}
.marquee-logo-pure {
  height: 48px;
  max-height: 54px;
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.95;
  transition: all 0.3s ease;
}
.marquee-logo-pure:hover {
  opacity: 1;
  transform: scale(1.08);
  filter: brightness(0) invert(1) drop-shadow(0 0 12px rgba(56, 189, 248, 0.7));
}

.behind-project-label {
  flex-shrink: 0;
  color: #ffffff;
  font-family: var(--font-ar);
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  /* RTL-first: divider on the trailing side (left in Arabic) */
  border-left: 2px solid rgba(56, 189, 248, 0.45);
  padding-left: 1.5rem;
}

html[dir="ltr"] .behind-project-label,
body.en .behind-project-label {
  border-left: none !important;
  border-right: 2px solid rgba(56, 189, 248, 0.45) !important;
  padding-left: 0 !important;
  padding-right: 1.5rem !important;
  font-family: var(--font-en, sans-serif) !important;
}

@media (max-width: 768px) {
  .behind-project-label {
    font-size: 0.95rem;
    padding-left: 0.8rem;
  }
  html[dir="ltr"] .behind-project-label,
  body.en .behind-project-label {
    padding-right: 0.8rem !important;
  }
  .marquee-logo-pure {
    height: 36px;
  }
}

/* ==========================================================================
   27. FOOTER ENHANCEMENTS (Brand Col + Newsletter)
   ========================================================================== */
.footer-brand-header {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1rem;
}
.footer-col-brand {
  flex: 1.4;
}
.footer-col-newsletter {
  flex: 1.1;
}
.footer-input-wrap {
  display: flex;
  margin-bottom: 0.6rem;
}
.footer-newsletter-form {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* ==========================================================================
   28. 404 PAGE + PAGE-INTERIOR-MAIN (blog/index)
   ========================================================================== */
.page-404-main {
  padding: 160px 0 100px;
  background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
  min-height: 70vh;
  display: flex;
  align-items: center;
}
.page-404-card {
  text-align: center;
  padding: 3.5rem 2.5rem;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 22px;
  max-width: 600px;
  margin: 0 auto;
}
.page-404-number {
  font-family: var(--font-num, 'Outfit', sans-serif);
  font-size: clamp(5rem, 12vw, 8rem);
  font-weight: 900;
  background: linear-gradient(135deg, #0284c7 0%, #38bdf8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 1rem;
}
.page-404-title {
  font-size: 2rem;
  font-weight: 900;
  color: var(--brand-dark, #0f172a);
  margin: 0 0 1rem;
}
.page-404-desc {
  font-size: 1.05rem;
  color: var(--text-body, #475569);
  line-height: 1.7;
  margin: 0 0 2rem;
}
.page-404-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.9rem 2rem;
  font-size: 1rem;
}
.page-interior-main {
  padding: 120px 0 80px;
  background: #ffffff;
}

/* ==========================================================================
   29. SITE MAIN + TEXT-CYAN UTILITIES
   ========================================================================== */
.site-main {
  position: relative;
}
.text-cyan {
  color: var(--brand-cyan, #38bdf8);
}

/* Home page body class */
.home-page .interior-hero-banner {
  display: none;
}

/* ==========================================================================
   30. ABOUT PAGE — Executive Leadership + Sectors + Vision Mission
   ========================================================================== */
.executive-frame-glow {
  position: relative;
  border: 2px solid rgba(2, 132, 199, 0.4);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 0 0 4px rgba(56, 189, 248, 0.15);
}
.leader-header-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.leader-actions-row {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}
.leader-quote {
  font-style: italic;
  border-inline-start: 3px solid var(--brand-blue, #0284c7);
  padding: 0.8rem 1rem;
  background: rgba(2, 132, 199, 0.05);
  border-radius: 0 10px 10px 0;
  margin: 1rem 0;
}
.vision-mission-section {
  padding: 5rem 0;
  background: #f8fafc;
}
.pillars-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
  margin-top: 2.5rem;
}
.pillar-card {
  background: #ffffff;
  border: 1px solid rgba(2, 132, 199, 0.15);
  border-radius: 14px;
  padding: 1.8rem 1.5rem;
  transition: all 0.25s ease;
}
.pillar-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(2, 132, 199, 0.12);
  border-color: rgba(2, 132, 199, 0.35);
}
.sectors-section {
  padding: 5rem 0;
  background: #ffffff;
}
.sectors-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

/* ==========================================================================
   31. DISTRICT1 PAGE — Project Metrics + Floor Stack + Sectors
   ========================================================================== */
.project-metrics-ribbon {
  background: #0f172a;
  padding: 2rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.stack-level {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 2rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  transition: all 0.25s ease;
}
.stack-level:hover {
  border-color: rgba(2, 132, 199, 0.4);
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(2, 132, 199, 0.12);
}
.three-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

/* ==========================================================================
   32. FLOORS VIDEO SECTION (Home + District1 pages)
   ========================================================================== */
.floors-panoramic-video-section,
.floors-video-section {
  position: relative;
  width: 100%;
  min-height: 540px;
  height: 65vh;
  max-height: 640px;
  overflow: hidden;
  background: #071e35;
}
.floors-video-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.floors-video-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.floors-video-card {
  position: relative;
  background: #ffffff;
  border-radius: 18px;
  padding: 1.8rem;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
}
.floors-video-header {
  margin-bottom: 1.2rem;
}
.floors-video-title {
  font-size: 1.4rem;
  font-weight: 900;
  color: var(--brand-dark, #0f172a);
  margin: 0 0 0.4rem;
  line-height: 1.3;
}
.floors-video-desc {
  font-size: 0.95rem;
  color: var(--text-body, #475569);
  line-height: 1.6;
  margin: 0 0 1rem;
}
.floors-video-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.floors-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.85rem;
  font-size: 0.78rem;
  font-weight: 700;
  border-radius: 999px;
  border: 1px solid currentColor;
}
.floors-pill-cyan { color: #0284c7; background: rgba(2, 132, 199, 0.08); }
.floors-pill-sky { color: #0ea5e9; background: rgba(14, 165, 233, 0.08); }
.floors-pill-amber { color: #f59e0b; background: rgba(245, 158, 11, 0.08); }
.floors-video-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.8rem 1.4rem;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 800;
  border-radius: 10px;
  border: none;
  background: linear-gradient(135deg, #0e7490 0%, #0c4a6e 100%);
  color: #ffffff;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(14, 116, 144, 0.3);
}
.floors-cta-pill {
  background: #0e7490;
  color: #ffffff;
  font-family: var(--font-ar, 'Alexandria', sans-serif);
  font-size: 1.05rem;
  font-weight: 700;
  padding: 0.75rem 2.8rem;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(14, 116, 144, 0.35);
}
.floors-gallery-cta-strip {
  text-align: center;
  padding: 1.2rem 0 2rem;
  background: #ffffff;
}
.floors-play-toggle {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 5;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.8);
  color: #ffffff;
  border: none;
  cursor: pointer;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.floors-progress-track {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: rgba(255, 255, 255, 0.15);
  z-index: 4;
}
.floors-progress-fill {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #38bdf8, #0284c7);
  transition: width 0.2s linear;
}
.floor-stack-container {
  position: relative;
  aspect-ratio: 16 / 11;
  border-radius: 14px;
  overflow: hidden;
  background: #071e35;
}

/* ==========================================================================
   33. SVG ICON FILLS + Utility tweaks
   ========================================================================== */
.arch-svg-icon {
  width: 56px;
  height: 56px;
  color: var(--brand-blue, #0284c7);
}
.svg-wireframe {
  stroke-width: 2.5;
  fill: none;
}
.svg-inner-grid {
  fill: none;
  opacity: 0.7;
}
.svg-pulse-core {
  fill: rgba(2, 132, 199, 0.15);
}
.svg-radar-dot {
  fill: var(--brand-cyan, #38bdf8);
}
.count-up {
  display: inline-block;
}
.latin {
  font-family: 'Cinzel', serif;
  letter-spacing: 0.04em;
}
.ar-suffix {
  font-weight: 600;
  color: var(--text-muted, #94a3b8);
}
.nav-dropdown-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  cursor: pointer;
}

/* ==========================================================================
   34. REMAINING UTILITIES (Blueprint extras, Contact, Timeline)
   ========================================================================== */
.blueprint-frame-footer {
  padding: 0.9rem 1.5rem;
  background: #f8fafc;
  border-top: 1px solid rgba(2, 132, 199, 0.12);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: var(--text-body, #475569);
}
.blueprint-landmark-callout {
  position: absolute;
  background: #ffffff;
  border-radius: 8px;
  padding: 0.5rem 0.75rem;
  font-size: 0.78rem;
  font-weight: 700;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
  border: 1.5px solid var(--brand-blue, #0284c7);
}
.blueprint-nav-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1.2rem;
  font-family: inherit;
  font-size: 0.88rem;
  font-weight: 700;
  background: linear-gradient(135deg, #0284c7, #0369a1);
  color: #ffffff;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  text-decoration: none;
}
.blueprint-scale-tag {
  background: rgba(15, 23, 42, 0.85);
  color: #ffffff;
  padding: 0.3rem 0.8rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.contact-info-col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.editorial-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.editorial-main-heading {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 900;
  color: var(--brand-dark, #0f172a);
  margin: 0 0 1rem;
  line-height: 1.25;
}
.editorial-narrative-p {
  font-size: 1rem;
  color: var(--text-body, #475569);
  line-height: 1.85;
  margin: 0 0 1rem;
}
.editorial-nav-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(2, 132, 199, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-blue, #0284c7);
}
.editorial-serial-num {
  font-family: var(--font-num, 'Outfit', sans-serif);
  font-size: 0.85rem;
  color: var(--brand-blue, #0284c7);
  font-weight: 800;
  letter-spacing: 0.08em;
}
.spine-eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-cyan, #38bdf8);
  margin-bottom: 0.5rem;
}
.spine-dot-grand,
.spine-dot-pulse {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--brand-blue, #0284c7);
}
.spine-dot-pulse {
  animation: pulse-blue 1.5s infinite;
}
@keyframes pulse-blue {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.4); opacity: 0.6; }
}
.parking-pill {
  display: inline-block;
  padding: 0.25rem 0.7rem;
  background: rgba(245, 158, 11, 0.12);
  color: #f59e0b;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
}
.vip-submit-label {
  flex: 1;
  text-align: center;
}

.stage-angle-btn.active i {
  color: #ffffff;
}

/* 3. Sectors Column */
.specs-sectors-column {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
}

.sector-interactive-card {
  background: #ffffff;
  border: 1.5px solid rgba(2, 132, 199, 0.16);
  border-radius: 22px;
  padding: 1.6rem 1.8rem;
  box-shadow: 0 4px 20px rgba(2, 132, 199, 0.04);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  text-align: right;
  position: relative;
  overflow: hidden;
}

.sector-interactive-card:hover,
.sector-interactive-card.active {
  border-color: #0284c7;
  box-shadow: 0 12px 32px rgba(2, 132, 199, 0.12);
  transform: translateY(-3px);
}

.sector-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.8rem;
}

.sector-icon-title-wrap {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.sector-chip-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(2, 132, 199, 0.08);
  color: #0284c7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.sector-badge-mini {
  font-size: 0.72rem;
  font-weight: 800;
  color: #0284c7;
  background: #e0f2fe;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  display: inline-block;
  margin-bottom: 0.25rem;
}

.sector-badge-mini.admin-mini {
  color: #1e3a8a;
  background: #dbeafe;
}

.sector-badge-mini.parking-mini {
  color: #047857;
  background: #d1fae5;
}

.sector-card-title {
  font-size: 1.12rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0;
}

.sector-size-badge {
  font-size: 1.15rem;
  font-weight: 900;
  color: #0284c7;
  background: rgba(2, 132, 199, 0.06);
  padding: 0.35rem 0.85rem;
  border-radius: 12px;
  border: 1px solid rgba(2, 132, 199, 0.15);
}

.sector-brief-text {
  font-size: 0.88rem;
  color: #475569;
  line-height: 1.6;
  margin: 0 0 1rem;
}

.sector-highlights-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem 1rem;
}

.sector-highlights-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-size: 0.83rem;
  color: #334155;
  line-height: 1.5;
}

.sector-highlights-list li i {
  color: #0284c7;
  margin-top: 0.2rem;
  font-size: 0.85rem;
  flex-shrink: 0;
}

.sector-card-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-top: 1px solid #f1f5f9;
  padding-top: 0.9rem;
}

.btn-sector-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.82rem;
  font-weight: 800;
  color: #0284c7;
  background: rgba(2, 132, 199, 0.06);
  padding: 0.45rem 1.1rem;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid rgba(2, 132, 199, 0.15);
}

.btn-sector-whatsapp:hover {
  background: #25d366;
  color: #ffffff;
  border-color: #25d366;
  transform: translateX(-3px);
  box-shadow: 0 6px 16px rgba(37, 211, 102, 0.25);
}

/* 4. Bottom Engineering Guarantee Bar */
.specs-trust-guarantee-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
  background: #ffffff;
  border: 1.5px solid rgba(2, 132, 199, 0.15);
  border-radius: 18px;
  padding: 1.2rem 1.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.84rem;
  font-weight: 700;
  color: #334155;
  text-align: right;
}

.trust-item i {
  color: #0284c7;
  font-size: 1.25rem;
  flex-shrink: 0;
}

/* ==========================================================================
   15. RESPONSIVE BREAKPOINTS & FULL MOBILE OPTIMIZATION
   ========================================================================== */
@media (max-width: 1024px) {
  .specs-hero-kpi-ribbon,
  .location-top-matrix-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .specs-dual-cockpit-grid,
  .location-interactive-cockpit-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .specs-trust-guarantee-bar {
    grid-template-columns: repeat(2, 1fr);
  }

  .floors-interactive-wrap,
  .location-grid,
  .leadership-spotlight-card,
  .contact-vip-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .timeline-rich-grid,
  .partners-detailed-grid,
  .footer-top-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .floor-video-viewport {
    min-height: 440px;
  }
}

@media (max-width: 992px) {
  .pure-video-window-section {
    height: 75vh;
    min-height: 460px;
  }
}

@media (max-width: 768px) {
  .site-container {
    padding: 0 1.2rem;
  }

  .theme-section {
    padding: 4rem 0;
  }

  .section-title {
    font-size: clamp(1.6rem, 5.5vw, 2.2rem);
  }

  .section-desc {
    font-size: 0.95rem;
  }

  /* Full Mobile Video Performance */
  .pure-video-window-section {
    height: 75vh;
    min-height: 440px;
    max-height: 580px;
  }

  .video-window-viewport {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .video-window-media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  /* Hero Scrubber Mobile */
  .hero-cinematic-stages-container {
    bottom: 1.5rem;
    right: 1rem;
    left: 1rem;
  }

  .cinematic-stage-inner {
    padding: 1.6rem 1.3rem;
    border-radius: 20px;
  }

  .cinematic-main-title {
    font-size: 1.6rem;
    line-height: 1.35;
    margin-bottom: 0.5rem;
  }

  .title-sub-line {
    font-size: 0.82rem;
  }

  .cinematic-desc {
    font-size: 0.88rem;
    line-height: 1.65;
    margin-bottom: 1.2rem;
  }

  .hero-scroll-hint {
    bottom: 0.8rem;
    font-size: 0.76rem;
  }

  /* Partners Marquee Ribbon Mobile */
  .partners-marquee-ribbon {
    padding: 1.6rem 0 1.8rem;
  }

  .marquee-header-row {
    margin-bottom: 1.2rem;
    gap: 0.35rem;
  }

  .marquee-subtitle {
    font-size: 0.84rem;
  }

  .marquee-track {
    gap: 1.2rem;
  }

  .marquee-partner-item {
    padding: 0.75rem 1.2rem;
    gap: 0.95rem;
    border-radius: 16px;
  }

  .partner-logo-box {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    padding: 0.35rem;
  }

  .logo-text-badge {
    font-size: 0.95rem;
  }

  .sakan-badge {
    font-size: 0.82rem;
  }

  .partner-name {
    font-size: 0.9rem;
  }

  .partner-lead-sub {
    font-size: 0.74rem;
  }

  /* Facilities, Timeline, Partners, Location, Specs Showcase, and Contact Grids Mobile */
  .facilities-exact-grid,
  .timeline-rich-grid,
  .timeline-bespoke-track,
  .partners-detailed-grid,
  .partners-exact-showcase-grid,
  .specs-hero-kpi-ribbon,
  .specs-dual-cockpit-grid,
  .sector-highlights-list,
  .specs-trust-guarantee-bar,
  .location-grid,
  .location-grid-v2,
  .location-top-matrix-grid,
  .location-interactive-cockpit-grid,
  .contact-vip-grid,
  .contact-vip-grid-v2,
  .about-pillars-grid,
  .alliance-grid,
  .sectors-grid,
  .about-timeline-steps {
    grid-template-columns: 1fr !important;
    gap: 1.2rem;
  }

  .specs-stage-column {
    order: -1;
    margin-bottom: 1rem;
  }

  .stage-hologram-wrapper {
    min-height: 420px;
  }

  .building-render-display {
    height: 320px;
  }

  .contact-quick-cards-grid {
    grid-template-columns: 1fr;
  }

  .facility-exact-box {
    height: 250px;
  }

  /* Leadership Card Mobile */
  .leadership-spotlight-card {
    padding: 1.6rem;
    border-radius: 20px;
  }

  .leader-portrait {
    height: 270px;
  }

  .leader-name {
    font-size: 1.5rem;
  }

  .leader-kpis-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem;
  }

  /* Forms & Touch Targets Mobile */
  .form-control,
  .form-input-v2,
  .vip-form-box input,
  .vip-form-box select,
  .vip-form-box textarea {
    font-size: 16px; /* Prevents auto-zoom in iOS Safari */
    padding: 0.9rem 1.1rem;
  }

  .vip-form-box,
  .vip-form-box-v2,
  .vip-modal-card {
    padding: 1.8rem 1.4rem;
    border-radius: 20px;
  }

  .btn-cyan,
  .btn-cyan-submit,
  .btn-outline-glass,
  .btn-outline-cyan {
    padding: 0.85rem 1.4rem;
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .leader-kpis-row {
    grid-template-columns: 1fr;
  }

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

  .header-actions .btn-cyan {
    padding: 0.65rem 0.85rem;
    border-radius: 12px;
  }
}

/* Lenis Hardware-Accelerated Smooth Scroll Performance */
html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/* ==========================================================================
   15. BULLETPROOF FONTAWESOME & LUXURY SOCIAL STRIP
   ========================================================================== */
i[class*="fa-"], span[class*="fa-"] {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
}

.footer-social-strip {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.2rem;
  flex-wrap: wrap;
}

.footer-social-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(56, 189, 248, 0.25);
  color: #38bdf8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  text-decoration: none;
}

.footer-social-btn:hover {
  background: #0284c7;
  color: #ffffff;
  border-color: #38bdf8;
  transform: translateY(-4px) scale(1.1);
  box-shadow: 0 8px 20px rgba(2, 132, 199, 0.4);
}

.footer-social-btn.facebook-btn:hover {
  background: #1877f2;
  border-color: #1877f2;
  box-shadow: 0 8px 20px rgba(24, 119, 242, 0.4);
}

.footer-social-btn.instagram-btn:hover {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  border-color: #dc2743;
  box-shadow: 0 8px 20px rgba(220, 39, 67, 0.4);
}

.footer-social-btn.whatsapp-btn:hover {
  background: #25d366;
  border-color: #25d366;
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.4);
}

.footer-social-btn.map-btn:hover {
  background: #008272;
  border-color: #008272;
  box-shadow: 0 8px 20px rgba(0, 130, 114, 0.4);
}

/* ==========================================================================
   MASTER MOBILE TYPOGRAPHY & FLUID RESPONSIVE SYSTEM (AWWWARDS-GRADE)
   Comprehensive optimizations for all smartphone viewports (<= 768px & <= 480px)
   ========================================================================== */
@media (max-width: 768px) {
  /* 1. Global Document & Typography Standards */
  html, body {
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden !important;
  }

  /* 2. Fluid Clamped Headings with Balanced Line Breaks */
  h1, .h1, .cinematic-main-title {
    font-size: clamp(1.45rem, 5.8vw, 2.1rem) !important;
    line-height: 1.24 !important;
    letter-spacing: -0.015em;
    text-wrap: balance !important;
  }

  h2, .h2, .section-title, .luxury-main-title {
    font-size: clamp(1.35rem, 4.8vw, 1.85rem) !important;
    line-height: 1.28 !important;
    letter-spacing: -0.01em;
    text-wrap: balance !important;
    margin-bottom: 0.75rem !important;
  }

  h3, .h3, .luxury-unit-title, .curtain-bold-title {
    font-size: clamp(1.1rem, 3.8vw, 1.35rem) !important;
    line-height: 1.32 !important;
    text-wrap: balance !important;
  }

  h4, .h4, .kpi-summary-label, .spine-card-title {
    font-size: clamp(0.95rem, 3.2vw, 1.1rem) !important;
    line-height: 1.35 !important;
  }

  p, .section-desc, .luxury-sub-desc, .cinematic-desc, .luxury-unit-desc, .spine-card-desc {
    font-size: clamp(0.85rem, 2.6vw, 0.94rem) !important;
    line-height: 1.62 !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
  }

  .luxury-sub-desc, .section-desc {
    max-width: 95% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 0.5rem;
  }

  /* 3. Section Badges & Eyebrows */
  .section-badge, .developer-corporate-tag, .video-window-tag, .interior-hero-eyebrow {
    font-size: clamp(0.68rem, 2.3vw, 0.78rem) !important;
    padding: 0.32rem 0.85rem !important;
    max-width: 95% !important;
    white-space: normal !important;
    text-align: center !important;
    line-height: 1.4 !important;
    margin-bottom: 0.9rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  /* 4. Hero Scrubber Section on Mobile */
  .hero-cinematic-stages-container {
    bottom: 1.8rem !important;
    left: 1rem !important;
    right: 1rem !important;
    width: auto !important;
  }

  .cinematic-stage-inner {
    max-width: 100% !important;
  }

  .title-sub-line {
    font-size: 0.82rem !important;
    line-height: 1.4 !important;
    margin-top: 0.35rem !important;
  }

  .cinematic-bottom-bar {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0.9rem !important;
    margin-top: 0.5rem !important;
  }

  .hero-stage-actions {
    display: flex !important;
    flex-direction: row !important;
    width: 100% !important;
    gap: 0.5rem !important;
  }

  .btn-hero-primary, .btn-hero-secondary {
    flex: 1 !important;
    justify-content: center !important;
    font-size: 0.82rem !important;
    padding: 0.65rem 0.75rem !important;
    white-space: nowrap !important;
    min-height: 44px !important;
  }

  /* Hide mouse wheel on small mobile to eliminate overlap */
  .hero-scroll-hint {
    display: none !important;
  }

  /* 5. Units Showcase on Mobile */
  .units-luxury-header {
    margin-bottom: 2rem !important;
  }

  /* Modern Scrollable Tab Bar */
  .units-filter-tab-bar {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-snap-type: x mandatory;
    scrollbar-width: none !important;
    margin-top: 1.5rem !important;
    padding: 0.4rem 0.45rem !important;
    gap: 0.45rem !important;
    border-radius: 14px !important;
  }

  .units-filter-tab-bar::-webkit-scrollbar {
    display: none !important;
  }

  .units-tab-btn {
    flex: 0 0 auto !important;
    scroll-snap-align: start;
    padding: 0.5rem 0.85rem !important;
    font-size: 0.82rem !important;
    white-space: nowrap !important;
    border-radius: 10px !important;
  }

  .luxury-units-grid {
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
    padding: 0 0.5rem !important;
  }

  .luxury-unit-card {
    border-radius: 16px !important;
  }

  .luxury-unit-body {
    padding: 1.25rem 1.15rem !important;
  }

  .luxury-unit-title {
    font-size: 1.15rem !important;
    line-height: 1.35 !important;
    margin-bottom: 0.55rem !important;
  }

  .luxury-unit-desc {
    font-size: 0.84rem !important;
    line-height: 1.58 !important;
    margin-bottom: 1rem !important;
  }

  .luxury-unit-metrics-row {
    gap: 0.45rem !important;
    margin-bottom: 1.15rem !important;
  }

  .luxury-metric-pill {
    padding: 0.55rem 0.35rem !important;
  }

  .metric-pill-val {
    font-size: 0.98rem !important;
  }

  .metric-pill-label {
    font-size: 0.7rem !important;
  }

  .luxury-unit-actions {
    flex-direction: column !important;
    gap: 0.55rem !important;
  }

  .btn-unit-primary, .btn-unit-whatsapp {
    width: 100% !important;
    justify-content: center !important;
    min-height: 44px !important;
    font-size: 0.88rem !important;
    padding: 0.65rem 1rem !important;
  }

  /* 6. Timeline Section on Mobile */
  .timeline-luxury-header {
    margin-bottom: 2rem !important;
  }

  .timeline-kpi-summary-strip {
    grid-template-columns: 1fr !important;
    gap: 0.65rem !important;
    margin-bottom: 2rem !important;
  }

  .timeline-kpi-pill {
    padding: 0.85rem 1rem !important;
  }

  .timeline-dual-cockpit-grid {
    grid-template-columns: 1fr !important;
    gap: 1.8rem !important;
  }

  .timeline-cad-cockpit-col {
    order: 2;
  }

  .timeline-spine-flow-col {
    order: 1;
  }

  .spine-node {
    padding-bottom: 1.25rem !important;
  }

  .spine-card {
    padding: 0.95rem 1.1rem !important;
  }

  .spine-card-title {
    font-size: 0.96rem !important;
  }

  .spine-card-desc {
    font-size: 0.82rem !important;
    line-height: 1.52 !important;
  }

  /* 7. Interior Hero Banners */
  .interior-hero-banner {
    padding: 5.5rem 1rem 3rem !important;
  }

  .interior-hero-title {
    font-size: clamp(1.5rem, 5.2vw, 2.2rem) !important;
    line-height: 1.25 !important;
  }

  .interior-hero-desc {
    font-size: 0.88rem !important;
    line-height: 1.6 !important;
  }

  /* 8. Floor Stacking Blueprint on Mobile */
  .stack-level {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0.85rem !important;
    padding: 1.15rem 1.25rem !important;
  }

  /* 9. VIP Modal & Form Inputs */
  .vip-modal-dialog {
    width: 94% !important;
    max-width: 440px !important;
    padding: 1.6rem 1.2rem !important;
    margin: 1.5rem auto !important;
  }

  .vip-input-wrap input,
  .vip-input-wrap select,
  .vip-input-wrap textarea {
    font-size: 16px !important; /* Prevents auto-zoom on iOS Safari */
    min-height: 48px !important;
  }

  /* 10. Hero Curtain Doors & Architectural Split Image on Mobile */
  .curtain-zoom-box {
    border-radius: 0 !important;
  }

  .curtain-door {
    align-items: flex-end !important;
    padding-bottom: 2.2rem !important;
  }

  .curtain-overlay-layer {
    background: linear-gradient(180deg, rgba(9, 26, 47, 0.08) 0%, rgba(9, 26, 47, 0.25) 45%, rgba(9, 26, 47, 0.85) 100%) !important;
  }

  .curtain-door-inner {
    padding: 0.85rem 0.55rem !important;
    max-width: 100% !important;
  }

  .curtain-tag-badge {
    font-size: 0.68rem !important;
    padding: 0.2rem 0.55rem !important;
    margin-bottom: 0.4rem !important;
  }

  .curtain-bold-title {
    font-size: clamp(1.05rem, 3.8vw, 1.35rem) !important;
    margin: 0 0 0.35rem !important;
    line-height: 1.25 !important;
  }

  .curtain-desc {
    font-size: 0.72rem !important;
    line-height: 1.4 !important;
  }

  .is-curtain-active .hero-stage-navigator,
  .curtain-active-mode .hero-stage-navigator {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

@media (max-width: 480px) {
  /* Extra tight phone screens (iPhone SE, smaller Androids) */
  .hero-stage-actions {
    flex-direction: column !important;
  }

  .btn-hero-primary, .btn-hero-secondary {
    width: 100% !important;
  }

  .luxury-metric-pill {
    padding: 0.45rem 0.25rem !important;
  }

  .metric-pill-val {
    font-size: 0.9rem !important;
  }

  .curtain-door {
    padding-bottom: 1.6rem !important;
  }

  .curtain-door-inner {
    padding: 0.6rem 0.35rem !important;
  }

  .curtain-tag-badge {
    font-size: 0.62rem !important;
    padding: 0.15rem 0.45rem !important;
  }

  .curtain-bold-title {
    font-size: 1.02rem !important;
  }

  .curtain-desc {
    font-size: 0.66rem !important;
    line-height: 1.32 !important;
  }
}

/* ==========================================================================
   BESPOKE CLASSICAL HERITAGE: REDESIGNED BUILDING OVERVIEW BLUEPRINT
   ========================================================================== */
.building-masterpiece-section {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 50%, #f0f9ff 100%) !important;
  padding: 5.5rem 0 !important;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(14, 165, 233, 0.15);
  border-bottom: 1px solid rgba(14, 165, 233, 0.15);
}

.building-masterpiece-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, transparent, #0284c7, #38bdf8, transparent);
  opacity: 0.8;
}

.blueprint-stack-wrapper {
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.blueprint-level-card {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(14, 165, 233, 0.22);
  border-radius: 16px;
  padding: 1.6rem 2rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.8rem;
  box-shadow: 0 8px 24px rgba(12, 74, 110, 0.04);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
}

.blueprint-level-card::after {
  content: '';
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  bottom: 0;
  width: 5px;
  background: #0284c7;
  opacity: 0.7;
  transition: width 0.3s ease, opacity 0.3s ease;
}

.blueprint-level-card:hover {
  transform: translateY(-3px);
  border-color: rgba(14, 165, 233, 0.45);
  box-shadow: 0 16px 36px rgba(14, 165, 233, 0.12);
}

.blueprint-level-card:hover::after {
  width: 8px;
  opacity: 1;
}

/* Distinctive card highlights */
.blueprint-card-basement::after { background: #0c4a6e; }
.blueprint-card-retail::after   { background: #0284c7; }
.blueprint-card-fnb::after      { background: #f59e0b; }
.blueprint-card-towers::after   { background: #10b981; }

.blueprint-level-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: linear-gradient(135deg, #0c4a6e 0%, #075985 100%);
  color: #ffffff;
  text-align: center;
  box-shadow: 0 6px 16px rgba(12, 74, 110, 0.18);
}

.blueprint-card-retail .blueprint-level-badge {
  background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
}
.blueprint-card-fnb .blueprint-level-badge {
  background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
}
.blueprint-card-towers .blueprint-level-badge {
  background: linear-gradient(135deg, #0f766e 0%, #047857 100%);
}

.blueprint-level-badge .level-num {
  font-family: var(--font-num), sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.5px;
}

.blueprint-level-badge .level-tag {
  font-size: 0.68rem;
  font-weight: 700;
  opacity: 0.85;
  margin-top: 0.25rem;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.blueprint-content-body {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.blueprint-header-row {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-wrap: wrap;
}

.blueprint-role-title {
  margin: 0;
  font-family: var(--font-ar);
  font-size: 1.18rem;
  font-weight: 800;
  color: #0f172a;
}

.blueprint-type-chip {
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
  background: rgba(14, 165, 233, 0.08);
  color: #0284c7;
  border: 1px solid rgba(14, 165, 233, 0.2);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.blueprint-desc {
  margin: 0.2rem 0 0;
  font-size: 0.9rem;
  color: #475569;
  line-height: 1.65;
}

.blueprint-specs-row {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  margin-top: 0.45rem;
  font-size: 0.82rem;
  color: #64748b;
  flex-wrap: wrap;
}

.blueprint-spec-item {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.blueprint-spec-item i {
  color: #0284c7;
  font-size: 0.85rem;
}

.blueprint-action-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.5rem;
}

.blueprint-status-pill {
  font-size: 0.76rem;
  font-weight: 700;
  padding: 0.35rem 0.9rem;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  white-space: nowrap;
}

.blueprint-status-pill.status-done {
  background: #ecfdf5;
  color: #059669;
  border: 1px solid #a7f3d0;
}

.blueprint-explore-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(2, 132, 199, 0.08);
  color: #0284c7;
  font-size: 0.84rem;
  font-weight: 700;
  padding: 0.55rem 1.15rem;
  border-radius: 8px;
  border: 1px solid rgba(2, 132, 199, 0.22);
  text-decoration: none;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.blueprint-explore-btn:hover {
  background: #0284c7;
  color: #ffffff;
  border-color: #0284c7;
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(2, 132, 199, 0.25);
}

/* Master Architectural Stats Strip at bottom of building-overview */
.blueprint-summary-ribbon {
  margin-top: 3.5rem;
  background: linear-gradient(135deg, #0c4a6e 0%, #071e35 100%);
  border-radius: 16px;
  padding: 1.8rem 2.2rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  color: #ffffff;
  box-shadow: 0 16px 36px rgba(12, 74, 110, 0.18);
  border: 1px solid rgba(56, 189, 248, 0.25);
}

.blueprint-stat-box {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.blueprint-stat-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(14, 165, 233, 0.15);
  border: 1px solid rgba(56, 189, 248, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #38bdf8;
  font-size: 1.25rem;
  flex-shrink: 0;
}

.blueprint-stat-val {
  font-family: var(--font-num), sans-serif;
  font-size: 1.45rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.15;
}

.blueprint-stat-label {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.72);
  margin-top: 0.2rem;
}

/* ==========================================================================
   UNIFIED CINEMATIC TOUR & CONSTRUCTION TIMELINE COCKPIT
   ========================================================================== */
.unified-cockpit-section {
  background: #ffffff !important;
  padding: 5.5rem 0 !important;
  position: relative;
  overflow: hidden;
}

.unified-cockpit-kpi-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
  margin-bottom: 2.8rem;
}

.cockpit-kpi-box {
  background: #ffffff;
  border: 1px solid rgba(14, 165, 233, 0.2);
  border-radius: 14px;
  padding: 1.1rem 1.4rem;
  display: flex;
  align-items: center;
  gap: 1.1rem;
  box-shadow: 0 4px 18px rgba(12, 74, 110, 0.04);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.cockpit-kpi-box:hover {
  transform: translateY(-2px);
  border-color: rgba(14, 165, 233, 0.4);
}

.cockpit-kpi-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(2, 132, 199, 0.08);
  color: #0284c7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  flex-shrink: 0;
}

.cockpit-kpi-box.kpi-gold .cockpit-kpi-icon {
  background: rgba(217, 119, 6, 0.1);
  color: #d97706;
}

.cockpit-kpi-info {
  display: flex;
  flex-direction: column;
}

.cockpit-kpi-label {
  font-size: 0.76rem;
  color: #64748b;
  font-weight: 600;
}

.cockpit-kpi-value {
  font-family: var(--font-num), sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.2;
  margin-top: 0.15rem;
}

.cockpit-kpi-box.kpi-gold .cockpit-kpi-value {
  color: #b45309;
}

.cockpit-kpi-sub {
  font-size: 0.7rem;
  color: #10b981;
  font-weight: 700;
  margin-top: 0.15rem;
}

/* Dual Column Cockpit Layout */
.unified-cockpit-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 2.2rem;
  align-items: stretch;
}

/* Column 1: Video Tour Showcase */
.cockpit-video-pane {
  background: #071e35;
  border-radius: 20px;
  border: 1px solid rgba(56, 189, 248, 0.25);
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(7, 30, 53, 0.18);
  display: flex;
  flex-direction: column;
}

.cockpit-video-header {
  padding: 1.3rem 1.6rem;
  background: rgba(12, 74, 110, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.cockpit-video-title-wrap {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.cockpit-video-title-wrap i {
  color: #38bdf8;
  font-size: 1.15rem;
}

.cockpit-video-title-wrap h3 {
  margin: 0;
  font-family: var(--font-ar);
  font-size: 1.05rem;
  font-weight: 800;
  color: #ffffff;
}

.cockpit-video-tags {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.cockpit-tag-pill {
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.22rem 0.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.cockpit-tag-cyan {
  background: rgba(14, 165, 233, 0.2);
  color: #38bdf8;
  border-color: rgba(56, 189, 248, 0.35);
}

.cockpit-video-screen {
  position: relative;
  flex: 1;
  min-height: 380px;
  background: #030712;
  overflow: hidden;
}

.cockpit-video-screen video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cockpit-video-footer {
  padding: 1.2rem 1.6rem;
  background: rgba(7, 30, 53, 0.95);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  flex-wrap: wrap;
}

.cockpit-video-caption {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.75);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.cockpit-video-caption i {
  color: #38bdf8;
}

.cockpit-video-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
  color: #ffffff;
  font-size: 0.84rem;
  font-weight: 700;
  padding: 0.55rem 1.25rem;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(2, 132, 199, 0.35);
  transition: all 0.25s ease;
}

.cockpit-video-cta-btn:hover {
  background: #0ea5e9;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(14, 165, 233, 0.45);
}

/* Column 2: Concise Timeline Spine */
.cockpit-timeline-pane {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid rgba(14, 165, 233, 0.2);
  padding: 1.8rem 1.8rem;
  box-shadow: 0 12px 35px rgba(12, 74, 110, 0.05);
  display: flex;
  flex-direction: column;
}

.cockpit-timeline-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid #e2e8f0;
}

.cockpit-tl-title-wrap {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.cockpit-tl-title-wrap i {
  font-size: 1.2rem;
  color: #0284c7;
}

.cockpit-tl-title-wrap h3 {
  margin: 0;
  font-family: var(--font-ar);
  font-size: 1.15rem;
  font-weight: 800;
  color: #0c4a6e;
}

.cockpit-timeline-track {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  position: relative;
}

.timeline-mini-node {
  position: relative;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 1.1rem 1.3rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.timeline-mini-node:hover {
  background: #ffffff;
  border-color: rgba(14, 165, 233, 0.35);
  transform: translateX(-3px);
  box-shadow: 0 6px 18px rgba(14, 165, 233, 0.08);
}

[dir="ltr"] .timeline-mini-node:hover {
  transform: translateX(3px);
}

.timeline-mini-node.node-completed {
  border-inline-start: 4px solid #10b981;
}

.timeline-mini-node.node-active {
  background: #f0f9ff;
  border-color: rgba(14, 165, 233, 0.4);
  border-inline-start: 4px solid #0284c7;
  box-shadow: 0 6px 20px rgba(14, 165, 233, 0.07);
}

.timeline-mini-node.node-grand {
  border-inline-start: 4px solid #f59e0b;
  background: #fffbeb;
  border-color: rgba(245, 158, 11, 0.3);
}

.mini-node-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.mini-node-phase {
  font-size: 0.74rem;
  font-weight: 800;
  color: #0284c7;
  font-family: var(--font-num), sans-serif;
  letter-spacing: 0.3px;
}

.mini-node-chip {
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.18rem 0.6rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.chip-done-mini {
  background: #ecfdf5;
  color: #059669;
  border: 1px solid #a7f3d0;
}

.chip-active-mini {
  background: #e0f2fe;
  color: #0284c7;
  border: 1px solid #bae6fd;
}

.chip-target-mini {
  background: #fef3c7;
  color: #b45309;
  border: 1px solid #fde68a;
}

.mini-node-title {
  margin: 0;
  font-family: var(--font-ar);
  font-size: 0.98rem;
  font-weight: 800;
  color: #0f172a;
}

.mini-node-desc {
  margin: 0;
  font-size: 0.84rem;
  color: #475569;
  line-height: 1.55;
}

.mini-node-date {
  margin-top: 0.25rem;
  font-size: 0.74rem;
  color: #94a3b8;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--font-num), sans-serif;
}

.mini-node-date i {
  color: #0284c7;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .unified-cockpit-grid {
    grid-template-columns: 1fr !important;
  }
  .unified-cockpit-kpi-bar {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .blueprint-level-card {
    grid-template-columns: 1fr !important;
    gap: 1.2rem !important;
  }
  .blueprint-action-wrap {
    align-items: flex-start !important;
  }
  .blueprint-summary-ribbon {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 640px) {
  .unified-cockpit-kpi-bar {
    grid-template-columns: 1fr !important;
  }
  .blueprint-summary-ribbon {
    grid-template-columns: 1fr !important;
  }
}