@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=Outfit:wght@400;500;600;700;800;900&family=Cinzel:wght@600;700;800&family=Playfair+Display:ital,wght@0,600;0,700;1,500;1,600&display=swap');

/* ==========================================================================
   TEAM RKI MARKETING — LUXURY REAL ESTATE DESIGN SYSTEM
   ========================================================================== */

:root {
  /* Brand Foundations (Navy & Champagne Gold) */
  --brand-navy: #000B58;
  --brand-navy-dark: #000638;
  --brand-navy-light: #0d1a7d;
  --brand-navy-subtle: #f0f3fa;
  
  --brand-gold: #D4AF37;
  --brand-gold-hover: #C29A26;
  --brand-gold-light: #FFF9E6;
  --brand-gold-subtle: #FAF2DA;
  --brand-gold-border: rgba(212, 175, 55, 0.4);
  
  /* Gradients */
  --primary-gradient: linear-gradient(135deg, #FDE68A 0%, #D4AF37 50%, #B8860B 100%);
  --brand-gold-gradient: linear-gradient(135deg, #FDE68A 0%, #D4AF37 50%, #B8860B 100%);
  --navy-gradient: linear-gradient(135deg, #000B58 0%, #091775 50%, #000638 100%);
  --brand-navy-gradient: linear-gradient(135deg, #000B58 0%, #0d1a7d 50%, #000638 100%);
  --hero-radial: radial-gradient(circle at 50% 30%, #0d1a7d 0%, #000B58 55%, #000638 100%);

  /* Semantic Color Aliases */
  --primary: #D4AF37;
  --primary-hover: #C29A26;
  --primary-light: #FFF9E6;
  --secondary: #000B58;
  --secondary-light: #0d1a7d;
  
  /* Status & Action Accents */
  --accent-green: #10b981;
  --accent-green-subtle: #ecfdf5;
  --accent-green-border: rgba(16, 185, 129, 0.3);
  --accent-whatsapp: #25D366;
  --accent-whatsapp-hover: #20BA5A;
  
  /* Typography Tokens */
  --font-display: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-serif: 'Playfair Display', Georgia, serif;
  --font-luxury: 'Cinzel', Georgia, serif;

  /* Surfaces & Borders */
  --text-main: #000B58;
  --text-body: #1e293b;
  --text-muted: #64748b;
  --text-light: #94a3b8;
  --bg-page: #f8fafc;
  --bg-surface: #ffffff;
  --border-color: #e2e8f0;
  --border-subtle: #e2e8f0;
  
  /* Spacing Scale */
  --space-2xs: 0.25rem;
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 3rem;
  --space-3xl: 4.5rem;

  /* Elevation & Shadows */
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 16px -2px rgba(0, 11, 88, 0.08);
  --shadow-lg: 0 12px 30px -4px rgba(0, 11, 88, 0.14);
  --shadow-gold: 0 4px 18px rgba(212, 175, 55, 0.3);
  --shadow-navy: 0 12px 35px -5px rgba(0, 11, 88, 0.25);
  
  /* Border Radii */
  --radius-sm: 0.375rem;
  --radius-md: 0.75rem;
  --radius-lg: 1rem;
  --radius-xl: 1.25rem;
  --radius-full: 9999px;
  
  /* Transitions */
  --transition-fast: 0.2s ease;
  --transition-normal: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --container-max: 1280px;
}

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

html, body {
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

body {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: var(--text-body);
  background-color: #ffffff;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

body.drawer-open {
  overflow: hidden !important;
  touch-action: none;
}

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

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

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

.container {
  width: 100%;
  max-width: var(--container-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

/* ==========================================================================
   Header & Navigation (Royal Navy + Gold Aesthetics)
   ========================================================================== */
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: all var(--transition-normal);
  background: linear-gradient(180deg, rgba(0, 11, 88, 0.85) 0%, rgba(0, 11, 88, 0.45) 60%, transparent 100%);
  padding: 0.6rem 0;
}

.site-header.scrolled {
  position: fixed;
  background: rgba(0, 11, 88, 0.96);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--brand-gold-border);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  padding: 0.45rem 0;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  gap: 1rem;
}

/* Brand Logo Component */
.brand-logo-wrap {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
  text-decoration: none;
  flex-shrink: 0;
}

.brand-logo-img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid var(--brand-gold);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  object-fit: cover;
  background: var(--brand-navy);
  flex-shrink: 0;
  transition: transform var(--transition-fast);
}

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

.brand-title-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.brand-main-text {
  font-family: 'Outfit', sans-serif;
  font-size: 1.35rem;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 0.02em;
  line-height: 1;
}

.brand-main-text span {
  color: var(--brand-gold);
}

.brand-slogan-text {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  font-size: 0.62rem;
  color: var(--brand-gold-light);
  letter-spacing: 0.04em;
  margin-top: 2px;
  line-height: 1;
}

.brand-sub-tag {
  font-size: 0.58rem;
  font-weight: 700;
  color: var(--brand-gold);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* Header Navigation Menu */
.nav-links,
.header-nav-menu {
  display: flex;
  align-items: center;
  gap: 1.65rem;
  list-style: none;
  margin: 0 auto 0 2rem;
  padding: 0;
}

.nav-link,
.header-nav-item {
  font-size: 0.88rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  position: relative;
  transition: color var(--transition-fast);
  white-space: nowrap;
  text-decoration: none;
  padding: 0.35rem 0;
}

.nav-link:hover,
.nav-link.active,
.header-nav-item:hover,
.header-nav-item.active {
  color: var(--brand-gold) !important;
}

.nav-link.active::after,
.header-nav-item.active::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--brand-gold);
  border-radius: 2px;
  box-shadow: 0 0 8px rgba(212, 175, 55, 0.6);
}

.badge-new-pill {
  position: absolute;
  top: -10px;
  right: -18px;
  background: var(--primary-gradient);
  color: var(--brand-navy);
  font-size: 0.52rem;
  font-weight: 900;
  padding: 1px 5px;
  border-radius: 999px;
  letter-spacing: 0.02em;
}

/* Header Right Actions */
.header-actions,
.header-right-tools {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

.header-phone-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 0.48rem 0.95rem;
  letter-spacing: 0.01em;
}

.header-cta-btn {
  font-size: 0.82rem;
  font-weight: 800;
  padding: 0.48rem 1.15rem;
}

.icon-btn-tool {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem;
  border-radius: var(--radius-md);
  transition: all var(--transition-fast);
  cursor: pointer;
}

.icon-btn-tool:hover {
  color: var(--brand-gold);
}

.btn-pill-gold, .btn-pill-coral {
  background: var(--primary-gradient);
  color: var(--brand-navy);
  font-size: 0.78rem;
  font-weight: 800;
  padding: 0.4rem 0.9rem;
  border-radius: var(--radius-md);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  transition: all var(--transition-fast);
  box-shadow: 0 2px 10px rgba(212, 175, 55, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.btn-pill-gold:hover, .btn-pill-coral:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(212, 175, 55, 0.45);
  color: var(--brand-navy-dark);
}

.burger-menu-icon {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 26px;
  height: 19px;
  cursor: pointer;
  margin-left: 0.35rem;
  padding: 2px 0;
  background: transparent;
  border: none;
}

.burger-menu-icon:focus-visible {
  outline: 2px solid var(--brand-gold);
  outline-offset: 3px;
}

.burger-menu-icon span {
  height: 2.5px;
  width: 100%;
  background: var(--brand-gold);
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.3);
  transition: all var(--transition-fast);
}

/* ==========================================================================
   Mobile Navigation Drawer
   ========================================================================== */
.mobile-drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 6, 56, 0.75);
  backdrop-filter: blur(6px);
  z-index: 10000;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.mobile-drawer-overlay.active {
  display: block;
  opacity: 1;
}

.mobile-drawer {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: min(320px, 85vw);
  background: var(--brand-navy);
  color: #ffffff;
  z-index: 10001;
  padding: 1.75rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  box-shadow: 10px 0 40px rgba(0, 0, 0, 0.4);
  border-right: 1px solid var(--brand-gold-border);
  transform: translateX(-100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.mobile-drawer.active {
  transform: translateX(0);
  pointer-events: auto;
}

.drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(212, 175, 55, 0.2);
}

.drawer-close-btn {
  color: var(--brand-gold);
  font-size: 1.85rem;
  line-height: 1;
  cursor: pointer;
  padding: 0.5rem;
  min-width: 44px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  border-radius: var(--radius-md);
  transition: all var(--transition-fast);
}

.drawer-close-btn:hover,
.drawer-close-btn:active {
  background: rgba(212, 175, 55, 0.15);
}

.drawer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.drawer-link {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0.75rem 0.85rem;
  border-radius: var(--radius-md);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: all var(--transition-fast);
}

.drawer-link:hover, .drawer-link.active {
  color: var(--brand-gold);
  background: rgba(212, 175, 55, 0.1);
  padding-left: 1.1rem;
}

.drawer-footer-actions {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(212, 175, 55, 0.2);
}

/* ==========================================================================
   Button Styles
   ========================================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.65rem 1.35rem;
  font-size: 0.88rem;
  font-weight: 800;
  border-radius: var(--radius-md);
  transition: all var(--transition-normal);
  cursor: pointer;
  white-space: nowrap;
  border: none;
}

.btn-primary {
  background: var(--primary-gradient);
  color: var(--brand-navy);
  box-shadow: 0 4px 14px rgba(212, 175, 55, 0.3);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(212, 175, 55, 0.45);
  color: var(--brand-navy-dark);
}

.btn-navy {
  background: var(--brand-navy);
  color: #ffffff;
  border: 1px solid var(--brand-gold);
}

.btn-navy:hover {
  background: var(--brand-navy-light);
  color: var(--brand-gold-light);
  transform: translateY(-2px);
}

.btn-outline-gold {
  border: 1.5px solid var(--brand-gold);
  color: var(--brand-gold);
  background: transparent;
}

.btn-outline-gold:hover {
  background: var(--brand-gold);
  color: var(--brand-navy);
}

.btn-whatsapp {
  background: #25D366;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
}

.btn-whatsapp:hover {
  background: #20BA5A;
  transform: translateY(-2px);
}

/* ==========================================================================
   Hero Section (Team RKI Royal Navy + Gold Accents)
   ========================================================================== */
.rki-hero,
.hero-curated {
  position: relative;
  background: var(--hero-radial);
  padding: 105px 0 0 0;
  text-align: center;
  overflow: visible;
  border-bottom-left-radius: 2.5rem;
  border-bottom-right-radius: 2.5rem;
  color: #ffffff;
}

.rki-hero::before,
.hero-curated::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23d4af37' fill-opacity='0.035' fill-rule='evenodd'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
  border-bottom-left-radius: 2.5rem;
  border-bottom-right-radius: 2.5rem;
}

.branded-hero-flourish {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 0.35rem;
}

.flourish-line {
  height: 1px;
  width: 60px;
  background: linear-gradient(90deg, transparent, var(--brand-gold), transparent);
}

.flourish-icon {
  color: var(--brand-gold);
  font-size: 1.1rem;
}

.branded-hero-heading {
  font-family: 'Cinzel', Georgia, serif;
  font-size: clamp(1.8rem, 4.2vw, 3.2rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.branded-hero-heading span {
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.branded-hero-sub {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  font-size: clamp(0.85rem, 1.6vw, 1.15rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--brand-gold-light);
  margin-bottom: 1.5rem;
}

/* Developer Brand Logos Strip Ribbon */
.brand-logos-ribbon {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  border: 1px solid var(--brand-gold-border);
  border-radius: var(--radius-xl);
  padding: 0.65rem 1.25rem;
  max-width: 940px;
  margin: 0 auto 2.25rem auto;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 1rem;
}

.brand-ribbon-item {
  font-family: 'Outfit', sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  opacity: 0.88;
}

.brand-ribbon-item:hover {
  opacity: 1;
  color: var(--brand-gold);
}

/* ==========================================================================
   Floating Search Panel (50% in Hero & 50% in Next Section)
   ========================================================================== */
.floating-search-wrapper {
  max-width: 1060px;
  margin: 0 auto;
  position: relative;
  z-index: 50;
  padding: 0 1.25rem;
  transform: translateY(50%);
}

.floating-search-card {
  background: #ffffff;
  border-radius: 1.35rem;
  padding: 1.15rem 1.4rem 1.35rem 1.4rem;
  box-shadow: 0 20px 45px -10px rgba(0, 11, 88, 0.18), 0 2px 10px rgba(212, 175, 55, 0.1);
  border: 1.5px solid var(--brand-gold-border);
}

.search-category-tabs {
  display: flex;
  align-items: center;
  gap: 1.65rem;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding: 0.15rem 0.25rem 0.75rem 0.25rem;
  margin-bottom: 0.85rem;
}

.search-category-tabs::-webkit-scrollbar {
  display: none;
}

.tab-pill {
  font-size: 0.92rem;
  font-weight: 600;
  color: #64748b;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  padding-bottom: 0.45rem;
  transition: all var(--transition-fast);
}

.tab-pill:hover {
  color: var(--brand-navy);
}

.tab-pill.active {
  color: var(--brand-navy);
  font-weight: 800;
}

.tab-pill.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3.5px;
  background: var(--primary-gradient);
  border-radius: 4px;
}

.search-inputs-single-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.search-location-input-wrap {
  flex: 1.7;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 12px;
  padding: 0 1rem;
  height: 52px;
  transition: all var(--transition-fast);
}

.search-location-input-wrap:focus-within {
  border-color: var(--brand-gold);
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.2);
}

.search-location-input {
  border: none;
  background: transparent;
  outline: none;
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--brand-navy);
  width: 100%;
  min-width: 0;
}

.search-location-input::placeholder {
  color: #94a3b8;
  font-weight: 400;
}

.search-type-dropdown-wrap {
  flex: 1;
  min-width: 165px;
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 12px;
  padding: 0 1rem;
  height: 52px;
  position: relative;
  transition: all var(--transition-fast);
}

.search-type-dropdown-wrap:focus-within {
  border-color: var(--brand-gold);
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.2);
}

.search-type-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background: transparent;
  outline: none;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--brand-navy);
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding-right: 1.5rem;
}

.dropdown-chevron {
  position: absolute;
  right: 1rem;
  pointer-events: none;
  color: var(--brand-gold-hover);
}

.search-actions-group {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.btn-search-primary,
.btn-search-gold,
.btn-search-red {
  background: var(--primary-gradient);
  color: var(--brand-navy);
  height: 52px;
  padding: 0 1.75rem;
  font-size: 0.95rem;
  font-weight: 800;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: all var(--transition-fast);
  cursor: pointer;
  white-space: nowrap;
  border: none;
  box-shadow: 0 4px 14px rgba(212, 175, 55, 0.35);
}

.btn-search-primary:hover,
.btn-search-gold:hover,
.btn-search-red:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(212, 175, 55, 0.5);
  color: var(--brand-navy-dark);
}

.btn-map-toggle,
.btn-map-navy,
.btn-map-red {
  background: var(--brand-navy);
  color: var(--brand-gold);
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  cursor: pointer;
  transition: all var(--transition-fast);
  border: 1.5px solid var(--brand-gold);
  box-shadow: 0 4px 14px rgba(0, 11, 88, 0.2);
}

.btn-map-toggle:hover,
.btn-map-navy:hover,
.btn-map-red:hover {
  background: var(--brand-navy-light);
  transform: translateY(-1px);
  color: var(--brand-gold-light);
}

/* ==========================================================================
   Promo Project Banner
   ========================================================================== */
.promo-banner-section {
  padding: 115px 0 30px 0;
  position: relative;
  z-index: 10;
}

.promo-banner-card {
  background: var(--brand-navy);
  border-radius: 1.25rem;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.1fr 1.3fr;
  align-items: center;
  box-shadow: 0 8px 35px rgba(0, 11, 88, 0.15);
  min-height: 145px;
  border: 1.5px solid var(--brand-gold-border);
}

.promo-img-side {
  height: 100%;
  min-height: 145px;
  background: url('https://images.unsplash.com/photo-1545324418-cc1a3fa10c00?auto=format&fit=crop&w=800&q=80') center/cover no-repeat;
}

.promo-text-side {
  padding: 1.5rem 2.25rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.promo-logo-title {
  font-family: 'Outfit', sans-serif;
  font-size: 1.7rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1.1;
}

.promo-logo-title span {
  color: var(--brand-gold);
}

/* ==========================================================================
   Section Headers & Typography
   ========================================================================== */
.recommended-section-header {
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}

.recommended-title {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(1.6rem, 3.2vw, 2.4rem);
  font-weight: 800;
  color: var(--brand-navy);
  margin-bottom: 0.4rem;
}

.recommended-title .red-text,
.text-gold-gradient,
.gold-text {
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.recommended-underline {
  width: 70px;
  height: 4px;
  background: var(--primary-gradient);
  border-radius: 4px;
  margin: 0 auto 0.85rem auto;
}

.recommended-sub {
  font-size: clamp(0.85rem, 1.5vw, 1rem);
  color: var(--text-muted);
  max-width: 650px;
  margin: 0 auto;
}

.section-padding {
  padding: 4.5rem 0;
}

.section-padding-sm {
  padding: 3rem 0;
}

.section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 2.25rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.section-tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--brand-navy);
  background: var(--brand-gold-light);
  border: 1px solid var(--brand-gold-border);
  padding: 0.25rem 0.75rem;
  border-radius: var(--radius-full);
  margin-bottom: 0.65rem;
}

.section-title {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 800;
  color: var(--brand-navy);
  line-height: 1.2;
}

.section-subtitle {
  font-size: 0.95rem;
  color: var(--text-muted);
  margin-top: 0.35rem;
  max-width: 580px;
}

.view-all-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.88rem;
  font-weight: 800;
  color: var(--brand-navy);
  transition: color var(--transition-fast);
}

.view-all-link:hover {
  color: var(--brand-gold-hover);
}

/* ==========================================================================
   Quick Category Filter Pills
   ========================================================================== */
.category-quick-pills {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 1.5rem auto 0 auto;
  max-width: 920px;
}

.category-pill-btn {
  background: #f1f5f9;
  color: var(--brand-navy);
  border: 1.5px solid #e2e8f0;
  border-radius: var(--radius-full);
  padding: 0.45rem 1.15rem;
  font-size: 0.84rem;
  font-weight: 700;
  cursor: pointer;
  transition: all var(--transition-fast);
}

.category-pill-btn:hover {
  background: var(--brand-gold-light);
  border-color: var(--brand-gold);
  color: var(--brand-navy);
}

.category-pill-btn.active {
  background: var(--brand-navy);
  color: #ffffff;
  border-color: var(--brand-gold);
  box-shadow: 0 4px 14px rgba(0, 11, 88, 0.25);
}

/* ==========================================================================
   NETFLIX-STYLE REAL ESTATE EXPERIENCE (16:9 LANDSCAPE CARDS & SCROLLER)
   ========================================================================== */
.netflix-section {
  padding: 3rem 0 4.5rem 0;
  background: #000626;
  color: #ffffff;
  position: relative;
  overflow: visible;
  z-index: 10;
}

.netflix-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(180deg, rgba(0, 11, 88, 0.6) 0%, transparent 100%);
  pointer-events: none;
}

/* Row-level spotlight & fallback */
.netflix-section:hover .netflix-row {
  opacity: 0.65;
  transition: opacity 0.35s ease;
}

.netflix-section:hover .netflix-row:hover,
.netflix-section:hover .netflix-row:focus-within,
.netflix-section:hover .netflix-row:has(.netflix-card:hover),
.netflix-section:hover .netflix-row:has(.netflix-card.is-active-card),
.netflix-section:hover .netflix-row.is-active-row,
.netflix-row:hover,
.netflix-row:focus-within,
.netflix-row:has(.netflix-card:hover),
.netflix-row:has(.netflix-card.is-active-card),
.netflix-row.is-active-row {
  opacity: 1 !important;
  z-index: 100000 !important;
}

.netflix-row {
  margin-bottom: 3.5rem;
  position: relative;
  z-index: 10;
  transition: opacity 0.35s ease;
}

.netflix-row:last-child {
  margin-bottom: 1.5rem;
}

.netflix-row-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 0 0.5rem;
  margin-bottom: 0.85rem;
  position: relative;
  z-index: 2;
}

.netflix-row-title-wrap {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  cursor: pointer;
}

.netflix-row-title {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 0.02em;
  transition: color var(--transition-fast);
}

.netflix-row-title-wrap:hover .netflix-row-title {
  color: var(--brand-gold);
}

.netflix-explore-all {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--brand-gold);
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  opacity: 0;
  transform: translateX(-8px);
  transition: all var(--transition-fast);
}

.netflix-row-title-wrap:hover .netflix-explore-all {
  opacity: 1;
  transform: translateX(0);
}

.netflix-row-progress {
  display: flex;
  align-items: center;
  gap: 3px;
}

.netflix-progress-bar {
  width: 16px;
  height: 3px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 2px;
  transition: background var(--transition-fast);
}

.netflix-progress-bar.active {
  background: var(--brand-gold);
}

/* Netflix Slider & Navigation Arrows */
.netflix-slider-wrap {
  position: relative;
  width: 100%;
  overflow: visible;
  z-index: 20;
}

.netflix-slider-wrap:hover,
.netflix-slider-wrap:focus-within,
.netflix-slider-wrap:has(.netflix-card:hover),
.netflix-slider-wrap:has(.netflix-card.is-active-card) {
  z-index: 100001 !important;
}

.netflix-slider-track {
  display: flex;
  align-items: stretch;
  gap: 1.15rem;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding: 13.5rem 0.85rem 2.5rem 0.85rem;
  margin-top: -13.5rem;
  margin-bottom: -1rem;
  position: relative;
}

.netflix-slider-track::-webkit-scrollbar {
  display: none;
}

/* Fallback effect: all other cards dim and slightly shrink when hovering a row */
.netflix-slider-track:hover .netflix-card {
  opacity: 0.55;
  transform: scale(0.96);
  filter: brightness(0.7) contrast(0.9);
  transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1), opacity 0.3s ease, filter 0.3s ease;
}

.netflix-slider-track:hover .netflix-card:hover,
.netflix-slider-track .netflix-card.is-active-card,
.netflix-card:hover,
.netflix-card.is-active-card {
  opacity: 1 !important;
  transform: scale(1) !important;
  filter: brightness(1) contrast(1) !important;
  z-index: 100005 !important;
}

.netflix-arrow {
  position: absolute;
  top: calc(13.5rem + 78.75px);
  transform: translateY(-50%);
  z-index: 100;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(11, 17, 32, 0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1),
              visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1),
              transform 0.25s cubic-bezier(0.4, 0, 0.2, 1),
              background 0.2s ease,
              border-color 0.2s ease,
              box-shadow 0.2s ease;
  padding: 0;
  outline: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.netflix-arrow svg {
  display: block;
  width: 20px;
  height: 20px;
  stroke: currentColor;
  transition: transform 0.2s ease;
}

/* Reveal only when the user hovers over the carousel slider area */
.netflix-slider-wrap:hover .netflix-arrow,
.netflix-row:hover .netflix-arrow {
  opacity: 0.88;
  visibility: visible;
  pointer-events: auto;
}

.netflix-arrow:hover {
  background: rgba(15, 23, 42, 0.95);
  color: #ffffff;
  border-color: rgba(212, 175, 55, 0.65);
  transform: translateY(-50%) scale(1.12);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.65), 0 0 14px rgba(212, 175, 55, 0.25);
  opacity: 1;
}

.netflix-arrow:active {
  transform: translateY(-50%) scale(0.96);
  background: rgba(11, 17, 32, 0.95);
}

.netflix-arrow:focus-visible {
  outline: 2px solid var(--brand-gold);
  outline-offset: 2px;
}

.netflix-arrow-left {
  left: 12px;
}

.netflix-arrow-left:hover svg {
  transform: translateX(-1.5px);
}

.netflix-arrow-right {
  right: 12px;
}

.netflix-arrow-right:hover svg {
  transform: translateX(1.5px);
}

/* ==========================================================================
   Netflix Card Geometry (16:9 Landscape)
   ========================================================================== */
.netflix-card {
  flex: 0 0 280px;
  width: 280px;
  aspect-ratio: 16 / 9;
  position: relative;
  border-radius: 10px;
  cursor: pointer;
  background: #10172a;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1), opacity 0.3s ease, filter 0.3s ease, box-shadow 0.3s ease;
  user-select: none;
}

.netflix-card-thumb-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

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

.netflix-badge-top10 {
  position: absolute;
  top: 8px;
  left: 8px;
  background: var(--brand-navy, #000B58);
  border: 1px solid var(--brand-gold, #D4AF37);
  color: #ffffff;
  font-family: 'Outfit', sans-serif;
  font-size: 0.65rem;
  font-weight: 800;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 4px;
  letter-spacing: 0.05em;
  box-shadow: 0 2px 8px rgba(0, 11, 88, 0.4);
  z-index: 2;
}

.netflix-badge-gold {
  background: var(--primary-gradient);
  color: var(--brand-navy);
}

.netflix-badge-tag {
  position: absolute;
  bottom: 8px;
  left: 8px;
  background: rgba(0, 11, 88, 0.9);
  border: 1px solid rgba(212, 175, 55, 0.5);
  color: #ffffff;
  font-size: 0.62rem;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 4px;
  letter-spacing: 0.04em;
  z-index: 2;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.netflix-title-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(0, 6, 38, 0.7) 65%, rgba(0, 6, 38, 0.96) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0.75rem 0.85rem;
  z-index: 1;
}

.netflix-title-main {
  font-family: 'Outfit', sans-serif;
  font-size: 0.98rem;
  font-weight: 800;
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
  line-height: 1.15;
}

.netflix-title-sub {
  font-size: 0.72rem;
  color: var(--brand-gold-light);
  font-weight: 600;
  margin-top: 1px;
}

/* ==========================================================================
   Netflix Hover Expansion Card (Image 1 & Image 2 Match)
   ========================================================================== */
.netflix-hover-overlay {
  position: absolute;
  bottom: -6px;
  top: auto;
  left: 50%;
  transform: translateX(-50%) translateY(0) scale(0.95);
  transform-origin: center bottom;
  width: 320px;
  background: #08112d;
  border-radius: 12px;
  box-shadow: 0 25px 65px rgba(0, 0, 0, 0.98), 0 0 0 1.5px rgba(255, 255, 255, 0.2), 0 0 35px rgba(212, 175, 55, 0.45);
  border: 2px solid var(--brand-gold);
  z-index: 100010 !important;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s cubic-bezier(0.2, 0, 0.2, 1), transform 0.28s cubic-bezier(0.2, 0, 0.2, 1);
  overflow: hidden;
}

.netflix-card:hover .netflix-hover-overlay,
.netflix-card.is-active-card .netflix-hover-overlay {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateX(-50%) translateY(-10px) scale(1.08) !important;
  z-index: 100010 !important;
}

/* Edge safety for left & rightmost cards */
.netflix-card:first-child .netflix-hover-overlay,
.netflix-card.edge-left .netflix-hover-overlay {
  left: 0 !important;
  right: auto !important;
  transform: translateX(0) translateY(0) scale(0.95);
  transform-origin: left bottom !important;
}
.netflix-card:first-child:hover .netflix-hover-overlay,
.netflix-card:first-child.is-active-card .netflix-hover-overlay,
.netflix-card.edge-left:hover .netflix-hover-overlay,
.netflix-card.edge-left.is-active-card .netflix-hover-overlay {
  transform: translateX(0) translateY(-10px) scale(1.08) !important;
}

.netflix-card:last-child .netflix-hover-overlay,
.netflix-card.edge-right .netflix-hover-overlay {
  left: auto !important;
  right: 0 !important;
  transform: translateX(0) translateY(0) scale(0.95);
  transform-origin: right bottom !important;
}
.netflix-card:last-child:hover .netflix-hover-overlay,
.netflix-card:last-child.is-active-card .netflix-hover-overlay,
.netflix-card.edge-right:hover .netflix-hover-overlay,
.netflix-card.edge-right.is-active-card .netflix-hover-overlay {
  transform: translateX(0) translateY(-10px) scale(1.08) !important;
}

.netflix-hover-media {
  position: relative;
  width: 100%;
  height: 135px;
  background: #000;
}

.netflix-hover-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.netflix-hover-title-bar {
  position: absolute;
  bottom: 8px;
  left: 12px;
  right: 12px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  z-index: 3;
}

.netflix-hover-title-text {
  font-family: 'Outfit', sans-serif;
  font-size: 1.02rem;
  font-weight: 900;
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0,0,0,0.9);
  line-height: 1.15;
  max-width: calc(100% - 36px);
}

.netflix-audio-badge {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all var(--transition-fast);
}

.netflix-audio-badge:hover {
  background: var(--brand-gold);
  color: var(--brand-navy-dark);
}

/* Netflix Hover Controls & Actions */
.netflix-hover-body {
  padding: 0.75rem 0.95rem 0.95rem 0.95rem;
  background: #060e29;
}

.netflix-actions-row {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.5rem;
}

.btn-netflix-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all var(--transition-fast);
  flex-shrink: 0;
}

.btn-netflix-circle:hover {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}

.btn-netflix-circle.active-saved {
  background: var(--brand-gold) !important;
  color: var(--brand-navy-dark) !important;
  border-color: var(--brand-gold) !important;
}

.btn-netflix-circle.active-liked {
  background: #2563eb !important;
  color: #ffffff !important;
  border-color: #2563eb !important;
}

.btn-netflix-play {
  background: #ffffff;
  color: #000638;
  border: none;
}

.btn-netflix-play:hover {
  background: var(--brand-gold);
  color: var(--brand-navy-dark);
}

.btn-netflix-chevron {
  margin-left: auto;
}

/* Netflix Metadata Specs */
.netflix-meta-row {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.76rem;
  margin-bottom: 0.35rem;
  flex-wrap: wrap;
}

.netflix-match {
  color: #46d369;
  font-weight: 800;
}

.netflix-rating-badge {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
  font-size: 0.65rem;
  font-weight: 800;
  padding: 1px 4px;
  border-radius: 3px;
}

.netflix-spec-bhk {
  color: #e2e8f0;
  font-weight: 700;
}

.netflix-badge-quality {
  border: 1px solid var(--brand-gold);
  color: var(--brand-gold);
  font-size: 0.62rem;
  font-weight: 800;
  padding: 1px 4px;
  border-radius: 3px;
}

.netflix-price-tag {
  font-family: 'Outfit', sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--brand-gold);
  margin-bottom: 0.35rem;
}

.netflix-genre-tags {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.72rem;
  color: #cbd5e1;
  font-weight: 600;
  flex-wrap: wrap;
  line-height: 1.3;
  max-height: 2.8em;
  overflow: hidden;
}

.netflix-genre-dot {
  color: var(--brand-gold);
  font-size: 0.6rem;
}

/* ==========================================================================
   Interactive 4K Video Walkthrough Modal
   ========================================================================== */
.video-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 4, 25, 0.88);
  backdrop-filter: blur(10px);
  z-index: 3500;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.video-modal-backdrop.active {
  display: flex;
}

.video-modal-card {
  background: #030821;
  border: 1.5px solid var(--brand-gold);
  border-radius: var(--radius-xl);
  width: 100%;
  max-width: 820px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.8), 0 0 30px rgba(212, 175, 55, 0.3);
  position: relative;
  animation: fadeIn 0.3s ease;
}

.video-modal-close {
  position: absolute;
  top: 1rem;
  right: 1.25rem;
  z-index: 10;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid var(--brand-gold);
  color: var(--brand-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  cursor: pointer;
  transition: all var(--transition-fast);
}

.video-modal-close:hover {
  background: var(--brand-gold);
  color: var(--brand-navy-dark);
}

.video-player-container {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}

.video-player-container iframe,
.video-player-container video {
  width: 100%;
  height: 100%;
  border: none;
}

.video-modal-details {
  padding: 1.5rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.25rem;
  border-top: 1px solid rgba(212, 175, 55, 0.2);
}

/* ==========================================================================
   Netflix Toast Notification System
   ========================================================================== */
.netflix-toast-container {
  position: fixed;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  pointer-events: none;
}

.netflix-toast {
  background: #000B58;
  border: 1.5px solid var(--brand-gold);
  color: #ffffff;
  padding: 0.65rem 1.25rem;
  border-radius: var(--radius-full);
  font-size: 0.85rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
  animation: toastSlideDown 0.35s cubic-bezier(0.2, 0, 0.2, 1) forwards;
  pointer-events: auto;
}

@keyframes toastSlideDown {
  from {
    opacity: 0;
    transform: translateY(-20px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* ==========================================================================
   Traditional Grid View Fallback (If needed)
   ========================================================================== */
.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
}

.project-actions {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.btn-icon {
  width: 36px;
  height: 36px;
  border-radius: var(--radius-md);
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #25D366;
  background: #ffffff;
  transition: all var(--transition-fast);
}

.btn-icon:hover {
  background: #25D366;
  color: #ffffff;
  border-color: #25D366;
}

.btn-enquire {
  background: var(--brand-navy);
  color: var(--brand-gold-light);
  border: 1px solid var(--brand-gold);
  font-size: 0.78rem;
  font-weight: 800;
  padding: 0.45rem 0.85rem;
  border-radius: var(--radius-md);
  transition: all var(--transition-fast);
}

.btn-enquire:hover {
  background: var(--primary-gradient);
  color: var(--brand-navy);
}

/* ==========================================================================
   City Showcase Grid
   ========================================================================== */
.city-showcase-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}

.city-card {
  position: relative;
  height: 260px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  box-shadow: var(--shadow-sm);
  transition: all var(--transition-normal);
  text-decoration: none;
  border: 1px solid var(--brand-gold-border);
}

.city-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 36px rgba(0, 11, 88, 0.2);
  border-color: var(--brand-gold);
}

.city-card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.city-card:hover .city-card-img {
  transform: scale(1.08);
}

.city-card-overlay {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 1.5rem 1.25rem 1.25rem 1.25rem;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 11, 88, 0.65) 40%, rgba(0, 11, 88, 0.96) 100%);
  color: #ffffff;
}

.city-badge {
  display: inline-block;
  background: var(--primary-gradient);
  color: var(--brand-navy);
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.15rem 0.55rem;
  border-radius: var(--radius-sm);
  margin-bottom: 0.4rem;
}

.city-name {
  font-family: 'Outfit', sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 0.15rem;
}

.city-sub {
  font-size: 0.78rem;
  color: var(--brand-gold-light);
  line-height: 1.3;
}

/* ==========================================================================
   Advantage Feature Cards
   ========================================================================== */
.feature-item-card {
  background: #ffffff;
  border: 1.5px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 1.75rem 1.35rem;
  transition: all var(--transition-normal);
}

.feature-item-card:hover {
  transform: translateY(-4px);
  border-color: var(--brand-gold);
  box-shadow: 0 12px 28px rgba(0, 11, 88, 0.08);
}

.feature-icon-box {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

.feature-title {
  font-family: 'Outfit', sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--brand-navy);
  margin-bottom: 0.45rem;
}

.feature-desc {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.55;
}

/* ==========================================================================
   Developer Partners Showcase
   ========================================================================== */
.developers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.25rem;
}

.developer-card {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 1.5rem 1rem;
  text-align: center;
  transition: all var(--transition-normal);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.developer-card:hover {
  border-color: var(--brand-gold);
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 11, 88, 0.08);
}

.developer-logo-box {
  width: 64px;
  height: 64px;
  border-radius: var(--radius-full);
  background: var(--brand-gold-light);
  border: 1.5px solid var(--brand-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.85rem;
  font-size: 1.25rem;
  font-weight: 900;
  color: var(--brand-navy);
}

.developer-name {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--brand-navy);
  margin-bottom: 0.2rem;
}

.developer-projects-count {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--brand-navy);
  background: var(--brand-gold-light);
  border: 1px solid var(--brand-gold-border);
  padding: 0.15rem 0.55rem;
  border-radius: var(--radius-full);
  margin-bottom: 0.5rem;
}

.developer-desc {
  font-size: 0.75rem;
  color: var(--text-muted);
  line-height: 1.4;
}

/* ==========================================================================
   FAQ Accordion
   ========================================================================== */
.faq-accordion-wrap {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq-accordion-item {
  background: #ffffff;
  border: 1.5px solid var(--border-color);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all var(--transition-fast);
}

.faq-accordion-item:hover {
  border-color: var(--brand-gold);
}

.faq-accordion-header {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 1.25rem 1.5rem;
  font-family: 'Outfit', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--brand-navy);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
}

.faq-chevron {
  color: var(--brand-gold-hover);
  flex-shrink: 0;
  transition: transform var(--transition-normal);
}

.faq-accordion-item.active .faq-chevron {
  transform: rotate(180deg);
}

.faq-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  padding: 0 1.5rem;
}

.faq-accordion-item.active .faq-accordion-content {
  padding: 0 1.5rem 1.35rem 1.5rem;
}

.faq-accordion-content p {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* ==========================================================================
   EMI Calculator
   ========================================================================== */
.calculator-card {
  background: #ffffff;
  border: 1.5px solid var(--brand-gold-border);
  border-radius: var(--radius-xl);
  padding: 2.25rem;
  box-shadow: 0 10px 30px rgba(0, 11, 88, 0.08);
}

.calculator-layout {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 2.5rem;
  align-items: center;
}

.range-group {
  margin-bottom: 1.5rem;
}

.range-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.65rem;
}

.range-label {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--brand-navy);
}

.range-val-badge {
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--brand-navy);
  background: var(--brand-gold-light);
  border: 1px solid var(--brand-gold-border);
  padding: 0.2rem 0.65rem;
  border-radius: var(--radius-full);
}

.custom-range {
  width: 100%;
  height: 7px;
  border-radius: var(--radius-full);
  background: #e2e8f0;
  outline: none;
  -webkit-appearance: none;
}

.custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--brand-gold);
  cursor: pointer;
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.25);
}

.emi-result-box {
  background: var(--navy-gradient);
  color: #ffffff;
  border-radius: var(--radius-xl);
  padding: 2rem 1.75rem;
  text-align: center;
  border: 1.5px solid var(--brand-gold-border);
}

.emi-label {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--brand-gold-light);
  margin-bottom: 0.35rem;
}

.emi-value {
  font-family: 'Outfit', sans-serif;
  font-size: 2.2rem;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 1.25rem;
}

.emi-stats-breakdown {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  text-align: left;
}

.stat-item .stat-title {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.75);
}

.stat-item .stat-amount {
  font-size: 0.95rem;
  font-weight: 800;
  color: #ffffff;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer {
  background: var(--brand-navy-dark);
  color: #94a3b8;
  padding: 4rem 0 1.75rem 0;
  border-top: 2px solid var(--brand-gold);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1.2fr;
  gap: 2.5rem;
  margin-bottom: 3rem;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.footer-desc {
  font-size: 0.82rem;
  line-height: 1.6;
  color: #cbd5e1;
}

.footer-rera-info {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--brand-gold-border);
  padding: 0.75rem;
  border-radius: var(--radius-md);
  font-size: 0.75rem;
  color: var(--brand-gold-light);
}

.footer-col-title {
  font-size: 0.88rem;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1.15rem;
}

.footer-links-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.footer-links-list a {
  font-size: 0.82rem;
  color: #cbd5e1;
}

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

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 0.82rem;
  margin-bottom: 0.75rem;
  color: #cbd5e1;
}

.footer-contact-item svg {
  color: var(--brand-gold);
  flex-shrink: 0;
  margin-top: 3px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.78rem;
  flex-wrap: wrap;
  gap: 1rem;
}

/* ==========================================================================
   Modals & Forms
   ========================================================================== */
.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 6, 56, 0.75);
  backdrop-filter: blur(6px);
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.modal-backdrop.active {
  display: flex;
}

.modal-card {
  background: #ffffff;
  border-radius: var(--radius-xl);
  width: 100%;
  max-width: 480px;
  overflow: hidden;
  box-shadow: 0 25px 60px -15px rgba(0, 0, 0, 0.5);
  border: 1px solid var(--brand-gold-border);
}

.modal-header {
  background: var(--navy-gradient);
  color: #ffffff;
  padding: 1.35rem 1.5rem;
  position: relative;
  border-bottom: 2px solid var(--brand-gold);
}

.modal-close-btn {
  position: absolute;
  top: 1.15rem;
  right: 1.25rem;
  color: var(--brand-gold);
  font-size: 1.25rem;
  cursor: pointer;
}

.modal-body {
  padding: 1.5rem;
}

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

.form-label {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--brand-navy);
  margin-bottom: 0.3rem;
}

.form-control {
  width: 100%;
  height: 46px;
  border: 1.5px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 0 0.85rem;
  font-size: 0.88rem;
  font-family: inherit;
  outline: none;
  color: var(--brand-navy);
}

.form-control:focus {
  border-color: var(--brand-gold);
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.2);
}

/* Floating Actions */
.floating-actions {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.float-btn {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  transition: all var(--transition-fast);
}

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

.float-whatsapp {
  background: #25D366;
}

.float-call {
  background: var(--brand-gold);
  color: var(--brand-navy);
}

/* Smooth fade animation on filtered cards */
.home-filterable-card, .filterable-project {
  animation: fadeIn 0.35s ease-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.98);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* ==========================================================================
   COMPREHENSIVE RESPONSIVE BREAKPOINTS (ALL DEVICES)
   ========================================================================== */

/* Large Tablets & Small Laptops (<= 1024px) */
@media (max-width: 1024px) {
  .nav-links,
  .header-nav-menu {
    display: none !important;
  }
  
  .burger-menu-icon {
    display: flex !important;
  }

  .projects-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .city-showcase-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .features-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .calculator-layout {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}

/* Standard Tablets & Large Phones (<= 768px) */
@media (max-width: 768px) {
  /* Header & Navigation: Clean 2-Element Layout (Logo on left, Gold Burger on right) */
  .site-header {
    width: 100% !important;
    max-width: 100vw !important;
  }

  .site-header .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .site-header .header-inner {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    gap: 0.5rem !important;
  }

  .brand-logo-wrap {
    min-width: 0 !important;
    flex: 1 1 auto !important;
    max-width: calc(100% - 56px) !important;
  }

  .brand-title-box {
    min-width: 0 !important;
    overflow: hidden !important;
  }

  .header-actions {
    margin-left: auto !important;
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 0 !important;
  }

  .header-actions .header-phone-btn,
  .header-actions .header-cta-btn,
  .header-phone-btn,
  .header-cta-btn,
  .header-right-tools .btn-pill-gold,
  .header-right-tools .btn-pill-coral {
    display: none !important;
  }

  .burger-menu-icon {
    display: flex !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    padding: 10px 8px !important;
    justify-content: space-around !important;
    align-items: center !important;
    flex-direction: column !important;
    margin-left: auto !important;
    border-radius: var(--radius-md, 8px) !important;
    background: rgba(212, 175, 55, 0.15) !important;
    border: 1px solid rgba(212, 175, 55, 0.45) !important;
    cursor: pointer !important;
    z-index: 1001 !important;
    transition: all var(--transition-fast) !important;
  }

  .burger-menu-icon:hover,
  .burger-menu-icon:active {
    background: rgba(212, 175, 55, 0.25);
    border-color: var(--brand-gold);
  }

  .burger-menu-icon span {
    height: 2.5px;
    width: 22px;
    background: var(--brand-gold);
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.4);
  }

  .rki-hero,
  .hero-curated {
    padding: 85px 0 0 0;
    border-bottom-left-radius: 1.75rem;
    border-bottom-right-radius: 1.75rem;
  }

  .branded-hero-flourish {
    gap: 0.5rem;
  }

  .flourish-line {
    width: 35px;
  }

  .brand-logos-ribbon {
    margin: 0 auto 1.5rem auto;
    padding: 0.5rem 0.85rem;
    gap: 0.65rem;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    flex-wrap: nowrap;
  }
  .brand-logos-ribbon::-webkit-scrollbar {
    display: none;
  }

  .floating-search-wrapper {
    transform: translateY(50%);
    padding: 0 0.75rem;
    max-width: 100%;
  }

  .floating-search-card {
    padding: 0.9rem 1rem 1rem 1rem;
    border-radius: 1.15rem;
    max-width: 100%;
    overflow: hidden;
  }

  .search-category-tabs {
    gap: 0.75rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0.65rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    scrollbar-width: none;
    max-width: 100%;
    flex-wrap: nowrap;
  }
  .search-category-tabs::-webkit-scrollbar {
    display: none;
  }

  .tab-pill {
    font-size: 0.84rem;
    flex-shrink: 0;
  }

  .search-inputs-single-row {
    flex-direction: column;
    gap: 0.65rem;
  }

  .search-location-input-wrap,
  .search-type-dropdown-wrap {
    width: 100%;
    height: 48px;
  }

  .search-actions-group {
    display: flex;
    width: 100%;
    gap: 0.65rem;
  }

  .btn-search-primary,
  .btn-search-gold,
  .btn-search-red {
    flex: 1;
    height: 48px;
  }

  .btn-map-toggle,
  .btn-map-navy,
  .btn-map-red {
    width: 48px;
    height: 48px;
    min-width: 48px;
  }

  .promo-banner-section {
    padding: 160px 0 20px 0;
  }

  .promo-banner-card {
    grid-template-columns: 1fr;
  }

  .promo-img-side {
    height: 120px;
    min-height: 120px;
  }

  .promo-text-side {
    padding: 1.25rem 1.25rem;
    text-align: center;
    justify-content: center;
  }

  .section-padding {
    padding: 3rem 0;
  }

  /* Netflix Mobile Single-Line Scroller */
  .netflix-section {
    padding: 1.75rem 0 2.5rem 0;
  }

  .netflix-row {
    margin-bottom: 1.75rem;
  }

  .netflix-row-header {
    padding: 0 0.25rem;
    margin-bottom: 0.5rem;
  }

  /* Exactly 2 cards visible per screen on mobile */
  .netflix-slider-track {
    gap: 0.5rem;
    padding: 0.25rem 0.25rem 0.85rem 0.25rem;
    margin-top: 0;
    margin-bottom: 0;
    overflow-x: auto;
    white-space: nowrap;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .netflix-card {
    flex: 0 0 calc((100% - 0.5rem) / 2);
    width: calc((100% - 0.5rem) / 2);
    max-width: calc((100% - 0.5rem) / 2);
    min-width: 0;
    aspect-ratio: 16 / 10;
    scroll-snap-align: start;
  }

  .netflix-arrow {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    top: calc(0.25rem + 54px);
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(11, 17, 32, 0.88);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.28);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.65);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 50;
    cursor: pointer;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1),
                visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1),
                transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-tap-highlight-color: transparent;
  }

  /* Only visible at hover time on all screen sizes */
  .netflix-slider-wrap:hover .netflix-arrow,
  .netflix-row:hover .netflix-arrow {
    opacity: 0.92 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  .netflix-arrow svg {
    display: block;
    width: 16px;
    height: 16px;
    stroke: #ffffff;
  }

  .netflix-arrow-left {
    left: 4px;
  }

  .netflix-arrow-right {
    right: 4px;
  }

  .netflix-arrow:active {
    transform: translateY(-50%) scale(0.92);
    background: rgba(15, 23, 42, 0.98);
    border-color: var(--brand-gold);
  }

  .netflix-hover-overlay {
    display: none;
  }

  .netflix-badge-top10 {
    font-size: 0.52rem;
    padding: 2px 4px;
    top: 5px;
    left: 5px;
  }

  .netflix-badge-tag {
    font-size: 0.48rem;
    padding: 1px 4px;
    top: 20px;
    left: 5px;
    bottom: auto;
  }

  .netflix-title-overlay {
    padding: 0.25rem 0.45rem 1.85rem 0.45rem;
    background: linear-gradient(180deg, transparent 20%, rgba(0, 6, 38, 0.65) 60%, rgba(0, 6, 38, 0.96) 100%);
  }

  .netflix-title-main {
    font-size: 0.72rem;
    line-height: 1.15;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .netflix-title-sub {
    font-size: 0.56rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .netflix-mobile-tap-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.25rem 0.45rem;
    background: rgba(0, 6, 38, 0.92);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 5;
  }

  .netflix-mobile-btn-group {
    display: flex;
    align-items: center;
    gap: 0.25rem;
  }

  .btn-netflix-circle-sm {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.7);
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 0.65rem;
  }
}

/* Mobile Phones (<= 640px) */
@media (max-width: 640px) {
  .site-header {
    padding: 0.4rem 0;
  }

  .brand-logo-img {
    width: 38px;
    height: 38px;
  }

  .brand-main-text {
    font-size: 1.15rem;
  }

  .brand-slogan-text {
    font-size: 0.55rem;
  }

  .header-right-tools .btn-pill-gold,
  .header-right-tools .btn-pill-coral,
  .header-actions .header-phone-btn,
  .header-actions .header-cta-btn {
    display: none !important;
  }



  .projects-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .city-showcase-grid {
    grid-template-columns: 1fr;
  }

  .features-grid {
    grid-template-columns: 1fr !important;
  }

  .developers-grid {
    grid-template-columns: 1fr 1fr;
  }

  .category-quick-pills {
    justify-content: flex-start;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 0.5rem;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .category-quick-pills::-webkit-scrollbar {
    display: none;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .calculator-card {
    padding: 1.5rem 1.15rem;
  }

  .floating-actions {
    display: none !important;
  }

  body {
    padding-bottom: 68px;
  }

  .faq-accordion-header {
    padding: 1rem 1.15rem;
    font-size: 0.95rem;
  }

  .faq-accordion-content {
    padding: 0 1.15rem;
  }

  .faq-accordion-item.active .faq-accordion-content {
    padding: 0 1.15rem 1.15rem 1.15rem;
  }
}

/* Compact Smartphones (<= 480px) */
@media (max-width: 480px) {
  .brand-sub-tag {
    display: none !important;
  }
  .brand-logo-img {
    width: 36px;
    height: 36px;
  }
  .brand-main-text {
    font-size: 1.1rem;
  }
  .brand-slogan-text {
    font-size: 0.52rem;
  }
  .header-inner {
    height: 52px;
  }
  .site-header {
    padding: 0.35rem 0;
  }
}

/* Ultra Compact / Foldable Screens (<= 380px) */
@media (max-width: 380px) {
  .brand-main-text {
    font-size: 1.05rem;
  }

  .brand-slogan-text {
    display: none;
  }

  .promo-logo-title {
    font-size: 1.35rem;
  }

  .price-val {
    font-size: 1.1rem;
  }
}

/* ==========================================================================
   GLOBAL SUBPAGE COMPONENTS & UNIFIED DESIGN EXTENSIONS
   (Eliminates inline <style> tags across all subpages)
   ========================================================================== */

/* Unified Subpage Header Banner */
.page-header-banner {
  background: radial-gradient(circle at 50% 20%, #0d1a7d 0%, #000B58 60%, #000638 100%);
  padding: 130px 0 55px 0;
  color: #ffffff;
  border-bottom: 1px solid var(--brand-gold-border);
  position: relative;
}

.page-header-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23d4af37' fill-opacity='0.025' fill-rule='evenodd'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}

/* Projects Directory Layout */
.projects-layout-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 2.5rem;
  align-items: flex-start;
}

.filters-sidebar {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-xl);
  padding: 1.75rem;
  position: sticky;
  top: 90px;
  box-shadow: var(--shadow-sm);
}

.filters-title {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--brand-navy);
  margin-bottom: 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.filter-item-group {
  margin-bottom: 1.5rem;
}

.filter-item-label {
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-muted);
  margin-bottom: 0.5rem;
  display: block;
}

/* Property Detail Layout */
.project-hero {
  background: linear-gradient(180deg, rgba(0, 11, 88, 0.75) 0%, rgba(0, 6, 56, 0.95) 100%),
              url('https://images.unsplash.com/photo-1613977257363-707ba9348227?auto=format&fit=crop&w=1920&q=80') center/cover no-repeat;
  padding: 140px 0 60px 0;
  color: #ffffff;
}

.detail-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 3rem;
  align-items: flex-start;
}

.sticky-booking-card {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-xl);
  padding: 2rem;
  box-shadow: var(--shadow-md);
  position: sticky;
  top: 90px;
}

.amenity-pill {
  background: #f8fafc;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 700;
  color: var(--brand-navy);
}

/* Booking & Contact Cards */
.booking-container-card {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-xl);
  padding: 3rem;
  box-shadow: var(--shadow-md);
  max-width: 750px;
  margin: 0 auto;
}

.contact-layout-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 3rem;
  align-items: flex-start;
}

.contact-info-card {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-xl);
  padding: 2.5rem;
  box-shadow: var(--shadow-sm);
}

.dev-profile-card {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-xl);
  padding: 2.5rem;
  box-shadow: var(--shadow-sm);
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: 200px 1fr auto;
  gap: 2rem;
  align-items: center;
}

/* Stats Row */
.stats-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  margin: 3rem 0;
}

.stat-box {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-xl);
  padding: 2rem;
  text-align: center;
  box-shadow: var(--shadow-sm);
}

.stat-number {
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--brand-gold);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.stat-desc {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--brand-navy);
}

/* Verified RERA & Mandate Badges */
.badge-rera {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: var(--accent-green-subtle);
  color: var(--accent-green);
  border: 1px solid var(--accent-green-border);
  padding: 0.25rem 0.65rem;
  border-radius: var(--radius-full);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.badge-mandate {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: var(--brand-navy-subtle);
  color: var(--brand-navy);
  border: 1px solid rgba(0, 11, 88, 0.15);
  padding: 0.25rem 0.65rem;
  border-radius: var(--radius-full);
  font-size: 0.75rem;
  font-weight: 800;
}

/* Mobile Sticky Action Bar (Fixed Thumb-Zone CTAs) */
.mobile-sticky-bar {
  display: none;
}

@media (max-width: 768px) {
  .mobile-sticky-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    background: rgba(0, 11, 88, 0.97);
    backdrop-filter: blur(12px);
    border-top: 1px solid var(--brand-gold-border);
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0.6rem 0.85rem;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
    gap: 0.5rem;
  }

  .mobile-sticky-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 0.6rem 0.5rem;
    border-radius: var(--radius-md);
    font-size: 0.78rem;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: none;
  }

  .mobile-sticky-btn-call {
    background: var(--brand-navy-light);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }

  .mobile-sticky-btn-whatsapp {
    background: var(--accent-whatsapp);
    color: #ffffff;
  }

  .mobile-sticky-btn-tour {
    background: var(--primary-gradient);
    color: var(--brand-navy);
    font-weight: 800;
  }

  /* Prevent bottom page content from being obscured by sticky bar */
  body {
    padding-bottom: 65px;
  }

  .projects-layout-grid,
  .detail-grid,
  .contact-layout-grid,
  .dev-profile-card {
    grid-template-columns: 1fr;
  }

  .sticky-booking-card,
  .filters-sidebar {
    position: static;
    margin-bottom: 2rem;
  }
}

/* Form Validation & Confirmation UI */
.form-feedback-error {
  font-size: 0.75rem;
  color: #ef4444;
  margin-top: 0.3rem;
  display: none;
}

.form-group.has-error .form-control {
  border-color: #ef4444;
}

.form-group.has-error .form-feedback-error {
  display: block;
}

.lead-receipt-card {
  text-align: center;
  padding: 2.25rem 1.75rem;
}

.lead-receipt-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--accent-green-subtle);
  color: var(--accent-green);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

/* ==========================================================================
   Homepage Specialty Components (Property Types, Services, Trust, CTA)
   ========================================================================== */

/* Property Types Showcase */
.property-types-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.property-type-card {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-xl);
  padding: 1.75rem 1.25rem;
  text-align: center;
  text-decoration: none;
  transition: all var(--transition-normal);
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: var(--shadow-sm);
  position: relative;
  overflow: hidden;
}

.property-type-card:hover {
  transform: translateY(-4px);
  border-color: var(--brand-gold);
  box-shadow: var(--shadow-lg);
}

.property-type-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--brand-navy-light);
  color: var(--brand-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  font-size: 1.35rem;
  transition: transform var(--transition-fast);
}

.property-type-card:hover .property-type-icon {
  transform: scale(1.08);
  background: var(--primary-gradient);
  color: var(--brand-navy);
}

.property-type-title {
  font-family: 'Outfit', sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--secondary);
  margin-bottom: 0.35rem;
}

.property-type-desc {
  font-size: 0.8rem;
  color: var(--text-muted);
  line-height: 1.4;
}

.property-type-count {
  margin-top: 0.75rem;
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--brand-gold-dark);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Trust & Credibility Section */
.trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.trust-card {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-xl);
  padding: 1.75rem;
  box-shadow: var(--shadow-sm);
  transition: all var(--transition-normal);
}

.trust-card:hover {
  border-color: var(--brand-gold);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.trust-card-header {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0.75rem;
}

.trust-card-icon {
  width: 42px;
  height: 42px;
  border-radius: var(--radius-md);
  background: rgba(212, 175, 55, 0.12);
  color: var(--brand-gold-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
}

.trust-card-title {
  font-family: 'Outfit', sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--secondary);
}

.trust-card-desc {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* High-Impact CTA Banner Box */
.cta-banner-box {
  background: linear-gradient(135deg, var(--brand-navy-dark) 0%, var(--brand-navy) 60%, #001f7a 100%);
  border: 1px solid var(--brand-gold-border);
  border-radius: var(--radius-2xl);
  padding: 3rem 2.5rem;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 36px rgba(0, 11, 88, 0.35);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}

.cta-banner-box::before {
  content: '';
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.2) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.cta-banner-content {
  max-width: 650px;
  position: relative;
  z-index: 2;
}

.cta-banner-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.3rem 0.8rem;
  background: rgba(212, 175, 55, 0.15);
  border: 1px solid var(--brand-gold);
  border-radius: var(--radius-full);
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--brand-gold);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.85rem;
}

.cta-banner-title {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.25;
  margin-bottom: 0.75rem;
}

.cta-banner-sub {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.6;
}

.cta-banner-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .cta-banner-box {
    padding: 2rem 1.5rem;
    flex-direction: column;
    text-align: center;
  }
  .cta-banner-content {
    text-align: center;
  }
  .cta-banner-actions {
    width: 100%;
    justify-content: center;
  }
  .cta-banner-actions .btn {
    width: 100%;
  }
}

/* ==========================================================================
   Mobile Sticky Conversion Action Bar (Thumb-Zone Optimized)
   ========================================================================== */
.mobile-sticky-bar {
  display: none;
}

@media (max-width: 768px) {
  .mobile-sticky-bar {
    display: grid;
    grid-template-columns: 1fr 1fr 1.3fr;
    gap: 0.5rem;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0f172a;
    border-top: 1px solid rgba(212, 175, 55, 0.35);
    padding: 0.6rem 0.75rem calc(0.6rem + env(safe-area-inset-bottom));
    z-index: 998;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.4);
  }

  .mobile-sticky-bar a,
  .mobile-sticky-bar button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.65rem 0.5rem;
    border-radius: var(--radius-md);
    font-size: 0.8rem;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    border: none;
    transition: transform var(--transition-fast), background var(--transition-fast);
  }

  .mobile-sticky-bar a:active,
  .mobile-sticky-bar button:active {
    transform: scale(0.97);
  }

  .mobile-sticky-bar .bar-btn-call {
    background: #1e293b;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.15);
  }

  .mobile-sticky-bar .bar-btn-whatsapp {
    background: #25d366;
    color: #ffffff;
  }

  .mobile-sticky-bar .bar-btn-visit {
    background: linear-gradient(135deg, #d4af37, #aa820a);
    color: #0b1120;
    font-weight: 800;
  }
}

/* ==========================================================================
   Projects Listing & Project Detail Extensions (Step 5)
   ========================================================================== */

/* Breadcrumb Navigation */
.breadcrumb-nav {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0.85rem;
  flex-wrap: wrap;
}

.breadcrumb-nav a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color var(--transition-fast);
}

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

.breadcrumb-sep {
  opacity: 0.5;
}

/* Active Filter Chips */
.active-filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.75rem;
  background: #f1f5f9;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-full);
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--secondary);
}

.filter-chip-remove {
  cursor: pointer;
  color: var(--text-muted);
  font-weight: 900;
  margin-left: 0.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transition: all var(--transition-fast);
}

.filter-chip-remove:hover {
  background: #fee2e2;
  color: #ef4444;
}

/* Mobile Filter Toggle */
.mobile-filter-toggle-btn {
  display: none;
  width: 100%;
  padding: 0.85rem 1.25rem;
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-xl);
  font-weight: 800;
  color: var(--secondary);
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
  cursor: pointer;
  box-shadow: var(--shadow-sm);
}

@media (max-width: 900px) {
  .mobile-filter-toggle-btn {
    display: flex;
  }
  .mobile-inline-filter-btn {
    display: inline-flex !important;
  }
  .desktop-only-text {
    display: none !important;
  }
  .filters-sidebar {
    display: none;
  }
  .filters-sidebar.mobile-open {
    display: block;
    margin-bottom: 2rem;
  }
}

/* ==========================================================================
   Projects Explorer & Filter Layout
   ========================================================================== */
.projects-layout-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 2rem;
  align-items: start;
}

.filters-sidebar {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-xl);
  padding: 1.5rem;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
  position: sticky;
  top: 96px;
  z-index: 10;
}

.filters-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--secondary);
  padding-bottom: 0.85rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid var(--border-color);
}

.filter-item-group {
  margin-bottom: 1.2rem;
}

.filter-item-label {
  display: block;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--secondary);
  margin-bottom: 0.4rem;
}

@media (max-width: 960px) {
  .projects-layout-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .filters-sidebar {
    position: static;
  }
}

/* ==========================================================================
   Auto-Scroller Carousel Section (Responsive Across All Screen Sizes)
   ========================================================================== */
.auto-scroller-section {
  background: linear-gradient(135deg, #0b1120 0%, #172554 100%);
  border-radius: var(--radius-xl);
  padding: 1.75rem 1.75rem 2rem 1.75rem;
  margin-bottom: 2.25rem;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.25);
  box-shadow: 0 16px 36px rgba(11, 17, 32, 0.2);
}

.auto-scroller-section::before {
  content: '';
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.15) 0%, transparent 70%);
  pointer-events: none;
}

.auto-scroller-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.auto-scroller-title-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.auto-scroller-badge-live {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(212, 175, 55, 0.15);
  border: 1px solid rgba(212, 175, 55, 0.35);
  color: var(--brand-gold);
  padding: 0.2rem 0.55rem;
  border-radius: var(--radius-full);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  width: fit-content;
  margin-bottom: 0.25rem;
}

.auto-scroller-badge-live::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #10b981;
  border-radius: 50%;
  box-shadow: 0 0 6px #10b981;
  animation: pulseLiveDot 1.8s infinite;
}

@keyframes pulseLiveDot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.8); }
}

.auto-scroller-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.01em;
  margin: 0;
}

.auto-scroller-subtitle {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.auto-scroller-controls {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.auto-scroller-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease;
  outline: none;
}

.auto-scroller-btn:hover {
  background: var(--brand-gold);
  color: #0b1120;
  border-color: var(--brand-gold);
  transform: scale(1.08);
}

.auto-scroller-track-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0.5rem 0 1rem 0;
}

.auto-scroller-track {
  display: flex;
  gap: 1.25rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding: 0.85rem 0.6rem 1.15rem 0.6rem;
}

.auto-scroller-track::-webkit-scrollbar {
  display: none;
}

.auto-scroller-card {
  flex: 0 0 320px;
  width: 320px;
  background: #ffffff;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s cubic-bezier(0.2, 0, 0.2, 1), box-shadow 0.3s ease;
  user-select: none;
}

.auto-scroller-card:hover {
  transform: scale(1.05) translateY(-6px);
  transform-origin: center bottom;
  z-index: 20;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.45);
  border-color: rgba(212, 175, 55, 0.65);
}

@media (max-width: 900px) {
  .auto-scroller-card {
    flex: 0 0 290px;
    width: 290px;
  }
  .auto-scroller-section {
    padding: 1.25rem 1rem 1.5rem 1rem;
  }
}

@media (max-width: 600px) {
  .auto-scroller-card {
    flex: 0 0 260px;
    width: 260px;
  }
  .auto-scroller-title {
    font-size: 1.1rem;
  }
}

/* ==========================================================================
   Main Projects Card Grid & Luxury Card Architecture (Fixes Screenshot Issue)
   ========================================================================== */
.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  gap: 1.5rem;
  width: 100%;
}

@media (max-width: 1024px) {
  .projects-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1.25rem;
  }
}

@media (max-width: 640px) {
  .projects-grid {
    grid-template-columns: 1fr !important;
    gap: 1.25rem;
  }
  .project-card {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.project-card {
  background: #ffffff;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(226, 232, 240, 0.95);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.05);
  transition: transform 0.28s cubic-bezier(0.2, 0, 0.2, 1), 
              box-shadow 0.28s cubic-bezier(0.2, 0, 0.2, 1), 
              border-color 0.28s ease;
  position: relative;
}

.project-card:hover {
  transform: scale(1.04) translateY(-8px);
  transform-origin: center bottom;
  z-index: 30;
  box-shadow: 0 24px 50px rgba(11, 17, 32, 0.22);
  border-color: rgba(212, 175, 55, 0.65);
}

.project-thumb-wrap {
  position: relative;
  width: 100%;
  height: 210px;
  overflow: hidden;
  background: #0b1120;
}

.project-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s cubic-bezier(0.2, 0, 0.2, 1);
}

.project-card:hover .project-thumb {
  transform: scale(1.06);
}

/* Top & Bottom Badges Over Image */
.project-badge-top {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(11, 17, 32, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: var(--brand-gold);
  font-size: 0.7rem;
  font-weight: 800;
  padding: 0.32rem 0.65rem;
  border-radius: var(--radius-full);
  border: 1px solid rgba(212, 175, 55, 0.35);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.project-rera-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(16, 185, 129, 0.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #ffffff;
  font-size: 0.68rem;
  font-weight: 800;
  padding: 0.28rem 0.6rem;
  border-radius: var(--radius-full);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.developer-tag {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: rgba(15, 23, 42, 0.8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #f8fafc;
  font-size: 0.74rem;
  font-weight: 700;
  padding: 0.28rem 0.65rem;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 255, 255, 0.15);
  z-index: 2;
}

/* Card Body Content */
.project-body {
  padding: 1.25rem 1.25rem 1.15rem 1.25rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.project-title {
  font-size: 1.18rem;
  font-weight: 800;
  color: var(--secondary);
  margin: 0 0 0.4rem 0;
  line-height: 1.32;
  letter-spacing: -0.01em;
}

.project-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.project-title a:hover {
  color: var(--primary);
}

.project-location {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.82rem;
  color: var(--text-muted);
  margin-bottom: 0.75rem;
  font-weight: 500;
}

.project-location svg {
  flex-shrink: 0;
  color: var(--primary);
}

.project-desc-clamp {
  font-size: 0.84rem;
  color: var(--text-muted);
  line-height: 1.52;
  margin: 0 0 0.85rem 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Subtle Possession Badge (Replaces clunky configuration/specs box) */
.project-possession-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  font-size: 0.74rem;
  font-weight: 700;
  color: #334155;
  background: #f8fafc;
  padding: 0.3rem 0.65rem;
  border-radius: var(--radius-sm, 6px);
  border: 1px solid #e2e8f0;
  margin-bottom: 0.85rem;
  width: fit-content;
  letter-spacing: 0.01em;
  transition: all 0.2s ease;
}

.project-card:hover .project-possession-badge,
.auto-scroller-card:hover .project-possession-badge {
  background: #f1f5f9;
  border-color: rgba(212, 175, 55, 0.45);
  color: var(--secondary);
}

.project-possession-badge svg {
  color: var(--brand-gold, #c59b77);
  flex-shrink: 0;
}

/* Specifications Grid (Legacy / fallback) */
.project-specs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
  background: #f8fafc;
  border-radius: var(--radius-md);
  padding: 0.75rem 0.85rem;
  margin-bottom: 1rem;
  border: 1px solid #edf2f7;
}

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

.spec-label {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #64748b;
  font-weight: 700;
  margin-bottom: 0.15rem;
}

.spec-val {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--secondary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Card Footer & Action Buttons */
.project-footer {
  margin-top: auto;
  padding-top: 0.85rem;
  border-top: 1px solid #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.project-price-wrap {
  display: flex;
  flex-direction: column;
}

.price-label {
  font-size: 0.66rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #64748b;
  font-weight: 700;
}

.price-val {
  font-size: 1.05rem;
  font-weight: 900;
  color: var(--primary);
  line-height: 1.2;
}

.project-actions {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-wrap: nowrap;
}

.btn-netflix-action,
.btn-card-action,
.btn-icon {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  border: 1px solid #cbd5e1;
  background: #ffffff;
  color: var(--secondary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.22s cubic-bezier(0.2, 0, 0.2, 1);
  padding: 0;
  flex-shrink: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.04);
  outline: none;
}

.btn-netflix-action:hover,
.btn-card-action:hover,
.btn-icon:hover {
  transform: scale(1.12);
}

.btn-netflix-play {
  color: #0f172a;
  border-color: #cbd5e1;
}

.btn-netflix-play:hover {
  background: #0f172a;
  color: #ffffff;
  border-color: #0f172a;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.25);
}

.btn-netflix-whatsapp,
.btn-card-whatsapp {
  color: #16a34a;
  background: rgba(37, 211, 102, 0.08);
  border-color: rgba(37, 211, 102, 0.35);
}

.btn-netflix-whatsapp:hover,
.btn-card-whatsapp:hover {
  background: #25d366;
  border-color: #25d366;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
}

.btn-netflix-compare,
.btn-card-compare {
  color: #475569;
  background: #ffffff;
  border-color: #cbd5e1;
}

.btn-netflix-compare:hover,
.btn-netflix-compare.active,
.btn-card-compare.active {
  background: var(--secondary);
  color: #ffffff;
  border-color: var(--secondary);
  box-shadow: 0 4px 12px rgba(11, 17, 32, 0.2);
}

.btn-netflix-arrow,
.btn-card-snapshot,
.project-snapshot-btn {
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid rgba(212, 175, 55, 0.45);
  color: var(--brand-gold, #c59b77);
}

.btn-netflix-arrow:hover,
.btn-card-snapshot:hover,
.project-snapshot-btn:hover {
  background: var(--brand-gold, #c59b77);
  color: #0b1120;
  border-color: var(--brand-gold);
  box-shadow: 0 4px 14px rgba(212, 175, 55, 0.35);
}

/* Mobile & Touch Viewport Rules for Netflix-Style Project Cards */
@media (hover: none), (max-width: 768px) {
  .project-card:hover,
  .auto-scroller-card:hover {
    transform: none !important;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.05) !important;
    border-color: rgba(226, 232, 240, 0.95) !important;
  }
  .project-card:active,
  .auto-scroller-card:active {
    transform: scale(0.98) !important;
  }
  .project-actions {
    gap: 0.55rem;
  }
  .btn-netflix-action,
  .btn-card-action {
    width: 38px;
    height: 38px;
    min-width: 38px;
  }
}

/* AEO Direct Answer Box */
.aeo-direct-answer-card {
  background: #ffffff;
  border-left: 4px solid var(--brand-gold);
  padding: 1.1rem 1.35rem;
  border-radius: var(--radius-md);
  margin: 1.25rem 0 1.75rem 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  border-top: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.aeo-direct-answer-label {
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--brand-gold);
  margin-bottom: 0.35rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.aeo-direct-answer-text {
  font-size: 0.92rem;
  color: var(--secondary);
  line-height: 1.6;
  margin: 0;
}

.btn-card-snapshot,
.project-snapshot-btn {
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.45);
  color: var(--brand-gold);
  font-weight: 800;
}

.btn-card-snapshot:hover,
.project-snapshot-btn:hover {
  background: var(--brand-gold);
  color: #0b1120;
}

@media (max-width: 680px) {
  .projects-grid {
    grid-template-columns: 1fr;
  }
  .project-thumb-wrap {
    height: 190px;
  }
}

/* Project Detail Specific Layouts */
.detail-meta-row {
  display: flex;
  gap: 1.75rem;
  flex-wrap: wrap;
  font-size: 0.95rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 1.25rem;
  margin-top: 1.25rem;
}

.detail-meta-item {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.detail-meta-label {
  color: rgba(255, 255, 255, 0.7);
}

.detail-meta-val {
  color: #ffffff;
  font-weight: 800;
}

.detail-section-box {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-xl);
  padding: 2.25rem;
  margin-bottom: 2.5rem;
  box-shadow: var(--shadow-sm);
}

.config-table-wrap {
  overflow-x: auto;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-color);
}

.config-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  text-align: left;
}

.config-table th {
  background: var(--secondary);
  color: #ffffff;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.9rem 1rem;
}

.config-table td {
  padding: 1rem;
  border-bottom: 1px solid var(--border-color);
  font-size: 0.9rem;
}

.config-table tr:last-child td {
  border-bottom: none;
}

.advantage-card {
  background: #f8fafc;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 1.15rem;
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
}

.advantage-icon {
  width: 32px;
  height: 32px;
  border-radius: var(--radius-md);
  background: rgba(212, 175, 55, 0.15);
  color: var(--brand-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-weight: 800;
}

/* =========================================================================
   13. DEVELOPERS PAGE ARCHITECTURE & TRUST FRAMEWORK (developers.html)
   ========================================================================= */

.dev-quick-nav {
  display: flex;
  gap: 0.65rem;
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 0.75rem;
  margin-bottom: 2rem;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.dev-quick-nav::-webkit-scrollbar {
  display: none;
}

.dev-tab-btn {
  padding: 0.55rem 1.15rem;
  font-size: 0.85rem;
  font-weight: 700;
  border-radius: var(--radius-full);
  border: 1px solid var(--border-color);
  background: #ffffff;
  color: var(--secondary);
  cursor: pointer;
  transition: var(--transition-fast);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.dev-tab-btn:hover {
  border-color: var(--brand-gold);
  color: var(--primary);
  background: #f8fafc;
}

.dev-tab-btn.active {
  background: var(--secondary);
  color: #ffffff;
  border-color: var(--secondary);
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.15);
}

.dev-profile-card {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-xl);
  padding: 2.25rem;
  box-shadow: var(--shadow-sm);
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: 140px 1fr auto;
  gap: 2rem;
  align-items: center;
  transition: transform var(--transition-fast), box-shadow var(--transition-fast), border-color var(--transition-fast);
}

.dev-profile-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(212, 175, 55, 0.4);
}

.dev-avatar-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
  text-align: center;
}

.dev-monogram-box {
  width: 96px;
  height: 96px;
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.85rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  border: 2px solid rgba(212, 175, 55, 0.35);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}

.dev-logo-img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  padding: 0.75rem;
  border-radius: var(--radius-xl);
  background: #ffffff;
  border: 1px solid var(--border-color);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.dev-partner-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--primary);
  background: rgba(212, 175, 55, 0.12);
  padding: 0.25rem 0.6rem;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(212, 175, 55, 0.3);
}

.dev-title-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 0.45rem;
}

.dev-title-text {
  font-size: 1.55rem;
  font-weight: 800;
  color: var(--secondary);
  line-height: 1.25;
}

.dev-type-badge {
  font-size: 0.78rem;
  font-weight: 700;
  background: #f1f5f9;
  color: #475569;
  padding: 0.25rem 0.65rem;
  border-radius: var(--radius-full);
}

.dev-desc-text {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 1.15rem;
}

.dev-meta-line {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--secondary);
  margin-bottom: 1.15rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #f1f5f9;
}

.dev-meta-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #334155;
}

.dev-projects-line {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.dev-projects-label {
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--text-muted);
}

.dev-project-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.35rem 0.75rem;
  border-radius: var(--radius-md);
  background: #f8fafc;
  border: 1px solid var(--border-color);
  color: var(--secondary);
  text-decoration: none;
  transition: var(--transition-fast);
}

.dev-project-chip:hover {
  background: #ffffff;
  border-color: var(--brand-gold);
  color: var(--primary);
  transform: translateY(-1px);
}

.dev-actions-stack {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  min-width: 170px;
}

.trust-pillar-card {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-xl);
  padding: 2rem;
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition-fast);
}

.trust-pillar-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.trust-pillar-icon {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-lg);
  background: rgba(212, 175, 55, 0.12);
  color: var(--brand-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
}

.partner-alliance-cta {
  background: linear-gradient(135deg, #0b1120 0%, #1e293b 100%);
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: var(--radius-2xl);
  padding: 3rem 2.5rem;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.partner-alliance-cta::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.15) 0%, transparent 70%);
  pointer-events: none;
}

@media (max-width: 900px) {
  .dev-profile-card {
    grid-template-columns: 1fr;
    text-align: left;
    gap: 1.5rem;
    padding: 1.75rem;
  }
  .dev-avatar-wrap {
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    text-align: left;
  }
  .dev-monogram-box,
  .dev-logo-img {
    width: 76px;
    height: 76px;
    font-size: 1.5rem;
  }
  .dev-actions-stack {
    flex-direction: row;
    width: 100%;
  }
  .dev-actions-stack .btn {
    flex: 1;
    text-align: center;
  }
}

@media (max-width: 580px) {
  .dev-actions-stack {
    flex-direction: column;
  }
  .partner-alliance-cta {
    padding: 2rem 1.25rem;
  }
}

/* =========================================================================
   14. ABOUT & SERVICES PAGE ARCHITECTURE (about.html & services.html)
   ========================================================================= */

/* About Page Layouts */
.about-intro-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3.5rem;
  align-items: center;
  margin-bottom: 3.5rem;
}

.about-highlight-box {
  background: linear-gradient(135deg, #0b1120 0%, #1e293b 100%);
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: var(--radius-xl);
  padding: 2.5rem;
  color: #ffffff;
  box-shadow: var(--shadow-lg);
}

.about-pillar-item {
  display: flex;
  gap: 1.1rem;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}

.about-pillar-item:last-child {
  margin-bottom: 0;
}

.about-pillar-num {
  width: 38px;
  height: 38px;
  border-radius: var(--radius-md);
  background: rgba(212, 175, 55, 0.18);
  color: var(--brand-gold);
  border: 1px solid rgba(212, 175, 55, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.95rem;
  flex-shrink: 0;
}

.about-journey-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.about-journey-card {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-xl);
  padding: 2rem 1.5rem;
  box-shadow: var(--shadow-sm);
  position: relative;
  transition: transform var(--transition-fast), box-shadow var(--transition-fast);
}

.about-journey-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.about-step-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: var(--radius-full);
  background: var(--secondary);
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

.market-specialty-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.market-specialty-card {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-xl);
  padding: 1.75rem;
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition-fast);
}

.market-specialty-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: rgba(212, 175, 55, 0.4);
}

/* Services Page Layouts */
.services-catalog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 2rem;
}

.service-offering-card {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-xl);
  padding: 2.25rem;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform var(--transition-fast), box-shadow var(--transition-fast), border-color var(--transition-fast);
}

.service-offering-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(212, 175, 55, 0.45);
}

.service-card-header {
  margin-bottom: 1.25rem;
}

.service-badge-icon {
  width: 52px;
  height: 52px;
  border-radius: var(--radius-lg);
  background: rgba(212, 175, 55, 0.12);
  color: var(--brand-gold);
  border: 1px solid rgba(212, 175, 55, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 1.25rem;
}

.service-audience-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #475569;
  background: #f1f5f9;
  padding: 0.25rem 0.65rem;
  border-radius: var(--radius-full);
  margin-bottom: 0.75rem;
}

.service-card-title {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--secondary);
  line-height: 1.3;
  margin-bottom: 0.65rem;
}

.service-card-desc {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 1.25rem;
}

.service-deliverables-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.75rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.service-deliverable-item {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.85rem;
  color: #334155;
  line-height: 1.45;
}

.service-deliverable-item span.check-icon {
  color: var(--brand-gold);
  font-weight: 900;
  flex-shrink: 0;
}

.service-card-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  padding-top: 1.25rem;
  border-top: 1px solid #f1f5f9;
}

.service-card-actions .btn {
  flex: 1;
  font-size: 0.85rem;
  padding: 0.65rem 1rem;
  text-align: center;
}

@media (max-width: 850px) {
  .about-intro-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .services-catalog-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================================================================
   15. CONTACT & SITE VISIT ARCHITECTURE (contact.html & site-visit.html)
   ========================================================================= */

/* Form Error Feedback */
.form-group.has-error .form-control {
  border-color: #ef4444 !important;
  background-color: #fef2f2 !important;
}

.form-feedback-error {
  color: #ef4444;
  font-size: 0.78rem;
  font-weight: 700;
  margin-top: 0.35rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

/* Contact Page Layouts */
.contact-hero-wrap {
  margin-bottom: 3rem;
}

.contact-channels-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
  margin-bottom: 3.5rem;
}

.contact-channel-card {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-xl);
  padding: 2rem 1.75rem;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform var(--transition-fast), box-shadow var(--transition-fast), border-color var(--transition-fast);
}

.contact-channel-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: rgba(212, 175, 55, 0.4);
}

.contact-channel-icon {
  width: 50px;
  height: 50px;
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  font-size: 1.4rem;
}

.contact-channel-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--secondary);
  margin-bottom: 0.4rem;
}

.contact-channel-desc {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.5;
  margin-bottom: 1rem;
}

.contact-channel-action {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--primary);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.contact-main-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 3rem;
  align-items: flex-start;
}

.contact-form-card {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-xl);
  padding: 2.5rem;
  box-shadow: var(--shadow-sm);
}

.contact-sidebar-card {
  background: #f8fafc;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-xl);
  padding: 2.25rem;
}

.contact-sidebar-step {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}

.contact-sidebar-step:last-child {
  margin-bottom: 0;
}

.contact-sidebar-step-num {
  width: 32px;
  height: 32px;
  border-radius: var(--radius-full);
  background: var(--secondary);
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Site Visit Layouts */
.site-visit-card {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-2xl);
  padding: 3rem 2.5rem;
  box-shadow: var(--shadow-md);
  max-width: 800px;
  margin: 0 auto;
}

.site-visit-features-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
  padding-top: 1.75rem;
  border-top: 1px solid #f1f5f9;
  text-align: center;
}

.site-visit-feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
}

.site-visit-feature-icon {
  font-size: 1.5rem;
}

.site-visit-feature-title {
  font-size: 0.88rem;
  font-weight: 800;
  color: var(--secondary);
}

.site-visit-feature-subtitle {
  font-size: 0.78rem;
  color: var(--text-muted);
}

.form-privacy-note {
  font-size: 0.78rem;
  color: var(--text-muted);
  line-height: 1.45;
  margin-top: 1rem;
  text-align: center;
}

.form-row-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

@media (max-width: 900px) {
  .contact-main-grid {
    grid-template-columns: 1fr;
  }
  .site-visit-card {
    padding: 2rem 1.5rem;
  }
  .site-visit-features-row {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

@media (max-width: 640px) {
  .form-row-2col {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

@media (max-width: 768px) {
  body {
    padding-bottom: calc(65px + env(safe-area-inset-bottom, 0px));
  }
}

/* ==========================================================================
   Inshorts-Style Project Quick Summary Experience & WhatsApp Action Buttons
   ========================================================================== */
.btn-netflix-whatsapp {
  background: #25D366 !important;
  color: #ffffff !important;
  border-color: #25D366 !important;
}

.btn-netflix-whatsapp:hover {
  background: #1eb954 !important;
  border-color: var(--brand-gold) !important;
  transform: scale(1.18);
  box-shadow: 0 0 16px rgba(37, 211, 102, 0.6);
}

.btn-netflix-whatsapp-sm {
  background: #25D366 !important;
  color: #ffffff !important;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-netflix-whatsapp-sm:hover {
  background: #1eb954 !important;
}

.inshorts-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.inshorts-modal-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.inshorts-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(3, 7, 20, 0.9);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.inshorts-card-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 960px;
  max-height: 90vh;
  display: flex;
  justify-content: center;
}

.inshorts-close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 50;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.9);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1.5px solid var(--brand-gold);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.7);
  transition: all 0.2s ease;
}

.inshorts-close-btn:hover {
  background: var(--brand-gold);
  color: #0b1120;
  transform: scale(1.1) rotate(90deg);
}

.inshorts-card {
  position: relative;
  z-index: 2;
  width: 95%;
  max-width: 960px;
  max-height: 88vh;
  background: linear-gradient(145deg, #0d1b3e 0%, #070e24 100%);
  border: 1.5px solid rgba(212, 175, 55, 0.45);
  border-radius: 20px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.95), 0 0 35px rgba(212, 175, 55, 0.18);
  display: grid;
  grid-template-columns: 380px 1fr;
  overflow: hidden;
  animation: inshortsCardEntrance 0.32s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes inshortsCardEntrance {
  from {
    opacity: 0;
    transform: scale(0.95) translateY(16px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.inshorts-media-col {
  position: relative;
  height: 100%;
  min-height: 480px;
  background: #000000;
  overflow: hidden;
}

.inshorts-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.inshorts-card:hover .inshorts-hero-img {
  transform: scale(1.04);
}

.inshorts-media-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.1) 40%, rgba(5,11,26,0.95) 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem;
}

.inshorts-badges-wrap {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.inshorts-badge {
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.35rem 0.75rem;
  border-radius: 6px;
  backdrop-filter: blur(8px);
}

.inshorts-badge-type {
  background: rgba(212, 175, 55, 0.95);
  color: #0b1120;
}

.inshorts-badge-rera {
  background: rgba(34, 197, 94, 0.95);
  color: #ffffff;
}

.inshorts-media-footer {
  color: #ffffff;
}

.inshorts-price {
  font-size: 1.45rem;
  font-weight: 900;
  color: var(--brand-gold);
  margin-bottom: 0.25rem;
  text-shadow: 0 2px 10px rgba(0,0,0,0.8);
}

.inshorts-location {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}

.inshorts-content-col {
  padding: 2rem 2.25rem;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  max-height: 88vh;
  background: #070e24;
  color: #ffffff;
  scrollbar-width: thin;
  scrollbar-color: rgba(212, 175, 55, 0.45) rgba(255, 255, 255, 0.04);
}

.inshorts-content-col::-webkit-scrollbar {
  width: 6px;
}

.inshorts-content-col::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 999px;
}

.inshorts-content-col::-webkit-scrollbar-thumb {
  background: rgba(212, 175, 55, 0.4);
  border-radius: 999px;
}

.inshorts-content-col::-webkit-scrollbar-thumb:hover {
  background: var(--brand-gold);
}

.inshorts-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.6rem;
  padding-right: 2.5rem;
}

.inshorts-dev-label {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--brand-gold);
}

.inshorts-dev-pulse {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--brand-gold);
  box-shadow: 0 0 10px var(--brand-gold);
}

.inshorts-counter-pill {
  font-size: 0.75rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.08);
  color: #cbd5e1;
  padding: 0.25rem 0.65rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  white-space: nowrap;
}

.inshorts-title {
  font-size: 1.7rem;
  font-weight: 800;
  color: #ffffff !important;
  line-height: 1.25;
  margin-bottom: 0.85rem;
}

.inshorts-pills-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1.25rem;
}

.inshorts-pill {
  font-size: 0.76rem;
  font-weight: 600;
  color: #cbd5e1;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 0.3rem 0.7rem;
  border-radius: 6px;
}

.inshorts-glance-table {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 10px;
  padding: 0.85rem 1.15rem;
  margin: 0.85rem 0 1.15rem 0;
}

.inshorts-glance-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  color: #94a3b8;
  font-weight: 700;
  display: block;
  margin-bottom: 3px;
  letter-spacing: 0.05em;
}

.inshorts-price-val {
  font-size: 1.3rem;
  font-weight: 900;
  color: var(--brand-gold, #D4AF37) !important;
  text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

.inshorts-configs-val {
  font-size: 0.95rem;
  font-weight: 700;
  color: #ffffff !important;
}

.inshorts-section-heading {
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--brand-gold, #D4AF37) !important;
  margin-bottom: 0.4rem;
}

.inshorts-summary-para {
  font-size: 0.88rem;
  color: #cbd5e1 !important;
  line-height: 1.65;
  margin-bottom: 1.15rem;
}

.inshorts-summary-box {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 1rem 1.15rem;
  margin-bottom: 1.15rem;
}

.inshorts-summary-text {
  font-size: 0.9rem;
  color: #cbd5e1;
  line-height: 1.65;
  margin: 0;
}

.inshorts-highlights-box {
  margin-bottom: 1.4rem;
}

.inshorts-highlights-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.15rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.inshorts-highlight-item {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-size: 0.85rem;
  color: #f1f5f9 !important;
  line-height: 1.45;
}

.inshorts-check-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  min-width: 17px;
  border-radius: 50%;
  background: rgba(34, 197, 94, 0.2);
  color: #22c55e;
  font-size: 0.72rem;
  font-weight: 900;
  margin-top: 1px;
}

.inshorts-why-box {
  background: rgba(212, 175, 55, 0.09) !important;
  border-left: 3px solid var(--brand-gold, #D4AF37) !important;
  border-radius: 8px;
  padding: 0.85rem 1.15rem;
  margin-bottom: 1.25rem;
}

.inshorts-why-box p,
#inshorts-why-consider {
  font-size: 0.85rem;
  color: #f8fafc !important;
  line-height: 1.55;
  margin: 0;
}

.inshorts-actions-bar {
  margin-top: auto;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  gap: 0.6rem;
  align-items: center;
  flex-wrap: wrap;
}

.inshorts-actions-row {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: auto;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.inshorts-action-btn {
  font-size: 0.85rem;
  padding: 0.65rem 1.25rem;
  border-radius: 8px;
  flex: 1;
  min-width: 130px;
  text-align: center;
  justify-content: center;
}

.inshorts-btn-primary {
  font-weight: 700;
}

.inshorts-btn-whatsapp {
  font-weight: 700;
}

.inshorts-btn-visit {
  font-weight: 700;
}

.inshorts-nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.15rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.inshorts-nav-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
  padding: 0.45rem 0.95rem;
  border-radius: 8px;
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}

.inshorts-nav-btn:hover {
  background: var(--brand-gold);
  color: #0b1120;
  border-color: var(--brand-gold);
}

.inshorts-nav-tip {
  font-size: 0.72rem;
  color: #64748b;
  font-style: italic;
}

@media (max-width: 860px) {
  .inshorts-modal-overlay {
    padding: 0.75rem;
  }
  .inshorts-card {
    grid-template-columns: 1fr;
    max-height: 94vh;
    border-radius: 16px;
  }
  .inshorts-media-col {
    min-height: 200px;
    height: 200px;
  }
  .inshorts-media-overlay {
    padding: 1rem 1.15rem;
  }
  .inshorts-content-col {
    padding: 1.15rem 1.25rem;
    max-height: calc(94vh - 200px);
  }
  .inshorts-header {
    padding-right: 0;
    margin-bottom: 0.5rem;
  }
  .inshorts-title {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
  }
  .inshorts-actions-bar {
    flex-direction: column;
    gap: 0.5rem;
  }
  .inshorts-actions-bar a,
  .inshorts-actions-bar button {
    width: 100%;
    flex: none !important;
  }
  .inshorts-actions-row {
    flex-direction: column;
  }
  .inshorts-action-btn {
    width: 100%;
  }
  .inshorts-close-btn {
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
    font-size: 1.3rem;
  }
}

/* ==========================================================================
   16. BLOGS & EDITORIAL KNOWLEDGE HUB
   ========================================================================== */
.blog-hero-section {
  padding: 140px 0 40px 0;
  background: linear-gradient(180deg, #060d24 0%, #08112d 100%);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.blog-hero-inner {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.blog-filters-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.blog-filter-btn {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #cbd5e1;
  padding: 0.5rem 1.15rem;
  border-radius: 30px;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.blog-filter-btn:hover,
.blog-filter-btn.active {
  background: var(--brand-gold, #c5a880);
  color: #0b1120;
  border-color: var(--brand-gold, #c5a880);
}

.blog-featured-card {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  background: #ffffff;
  border-radius: var(--radius-lg, 16px);
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  margin-bottom: 3.5rem;
  border: 1px solid #e2e8f0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-featured-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

.blog-featured-media {
  position: relative;
  min-height: 360px;
  background: #0f172a;
}

.blog-featured-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-featured-body {
  padding: 2.5rem 2.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.blog-card-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(197, 168, 128, 0.15);
  color: #936f38;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.35rem 0.75rem;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.85rem;
  width: fit-content;
}

.blog-card-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.8rem;
  color: #64748b;
  margin-bottom: 0.85rem;
  flex-wrap: wrap;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 2rem;
  margin-bottom: 4rem;
}

.blog-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: var(--radius-lg, 16px);
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.blog-card-img-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #0f172a;
}

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

.blog-card:hover .blog-card-img-wrap img {
  transform: scale(1.04);
}

.blog-card-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.blog-card-title {
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.4;
  color: var(--secondary, #08112d);
  margin-bottom: 0.75rem;
  transition: color 0.2s ease;
}

.blog-card-title a {
  color: inherit;
  text-decoration: none;
}

.blog-card-title a:hover {
  color: var(--brand-gold, #c5a880);
}

.blog-card-excerpt {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #64748b;
  margin-bottom: 1.25rem;
  flex: 1;
}

.blog-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #f1f5f9;
  padding-top: 1rem;
  font-size: 0.825rem;
}

/* Single Blog Reader Layout */
.blog-reader-hero {
  padding: 140px 0 35px 0;
  background: linear-gradient(180deg, #060d24 0%, #08112d 100%);
  color: #ffffff;
}

.blog-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: #94a3b8;
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
}

.blog-breadcrumb a {
  color: #cbd5e1;
  text-decoration: none;
}

.blog-breadcrumb a:hover {
  color: var(--brand-gold, #c5a880);
}

.blog-reader-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 2.5rem;
  align-items: flex-start;
  padding: 3rem 0 5rem 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.blog-reader-layout > * {
  min-width: 0 !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.blog-reader-main {
  background: #ffffff;
  border-radius: var(--radius-lg, 16px);
  border: 1px solid #e2e8f0;
  padding: 2.5rem 2.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.blog-reader-sidebar {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.blog-toc-box {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 1.5rem;
}

.blog-toc-title {
  font-size: 1rem;
  font-weight: 800;
  color: var(--secondary, #08112d);
  margin-bottom: 0.85rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.blog-toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.blog-toc-link {
  color: #475569;
  text-decoration: none;
  font-size: 0.88rem;
  line-height: 1.4;
  transition: all 0.2s ease;
  display: block;
}

.blog-toc-link:hover {
  color: var(--primary, #000b58);
  font-weight: 600;
  padding-left: 4px;
}

.blog-takeaways-box {
  background: linear-gradient(135deg, rgba(197, 168, 128, 0.12), rgba(0, 11, 88, 0.05));
  border-left: 4px solid var(--brand-gold, #c5a880);
  border-radius: 0 12px 12px 0;
  padding: 1.5rem 1.75rem;
  margin-bottom: 2.5rem;
}

.blog-takeaways-title {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--secondary, #08112d);
  margin-bottom: 0.75rem;
}

.blog-takeaways-list {
  padding-left: 1.25rem;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 0.92rem;
  color: #334155;
}

.blog-prose {
  font-size: 1.05rem;
  line-height: 1.85;
  color: #334155;
}

.blog-prose h2 {
  font-size: 1.65rem;
  font-weight: 800;
  color: var(--secondary, #08112d);
  margin-top: 2.75rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #f1f5f9;
}

.blog-prose h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--secondary, #08112d);
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.blog-prose p {
  margin-bottom: 1.5rem;
}

.blog-prose ul, .blog-prose ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

.blog-prose li {
  margin-bottom: 0.5rem;
}

.blog-prose blockquote {
  border-left: 4px solid var(--primary, #000b58);
  background: #f8fafc;
  padding: 1rem 1.5rem;
  margin: 2rem 0;
  font-style: italic;
  color: #1e293b;
  border-radius: 0 8px 8px 0;
}

.blog-prose table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  font-size: 0.92rem;
}

.blog-prose th {
  background: #0f172a;
  color: #ffffff;
  padding: 0.85rem 1rem;
  text-align: left;
  font-weight: 700;
}

.blog-prose td {
  padding: 0.85rem 1rem;
  border-bottom: 1px solid #e2e8f0;
}

.blog-author-card {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 1.5rem;
  margin-top: 3.5rem;
}

.blog-author-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--secondary, #08112d);
  color: var(--brand-gold, #c5a880);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 800;
  flex-shrink: 0;
}

.blog-sidebar-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 1.5rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
}

@media (max-width: 991px) {
  .blog-featured-card {
    grid-template-columns: 1fr;
  }
  .blog-featured-media {
    min-height: 240px;
  }
  .blog-reader-layout {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 1.75rem !important;
    padding: 1.5rem 0 3rem 0 !important;
  }
  .blog-reader-sidebar {
    position: static;
  }
  .blog-reader-main {
    padding: 1.5rem 1rem !important;
  }
}

/* ==========================================================================
   PROJECT SNAPSHOT ENHANCEMENTS
   ========================================================================== */
.inshorts-configs-line {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.85rem;
  font-size: 0.85rem;
}

.inshorts-configs-label {
  font-weight: 800;
  color: #94a3b8;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}

.inshorts-configs-val {
  font-weight: 700;
  color: var(--brand-gold, #c5a880);
}

.inshorts-why-box {
  background: rgba(197, 168, 128, 0.08);
  border-left: 3px solid var(--brand-gold, #c5a880);
  border-radius: 0 8px 8px 0;
  padding: 0.85rem 1rem;
  margin-bottom: 1.25rem;
}

.inshorts-why-text {
  font-size: 0.88rem;
  line-height: 1.55;
  color: #e2e8f0;
  margin: 0;
  font-style: italic;
}

/* ==========================================================================
   PROJECT COMPARISON FLOATING DOCK & MODAL
   ========================================================================== */
.compare-dock {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  background: rgba(8, 17, 45, 0.96);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-top: 1px solid var(--brand-gold-border, rgba(197, 168, 128, 0.3));
  box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.45);
  padding: 0.75rem 0;
  display: none;
  animation: slideUpDock 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes slideUpDock {
  from { transform: translateY(100%); }
  to { transform: translateY(0); }
}

.compare-dock.active {
  display: flex;
}

.compare-dock-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.compare-dock-left {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.compare-dock-badge {
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--brand-gold, #c5a880);
  background: rgba(197, 168, 128, 0.15);
  padding: 0.35rem 0.75rem;
  border-radius: 9999px;
  border: 1px solid rgba(197, 168, 128, 0.3);
}

.compare-dock-pills {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.compare-dock-pill {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: 0.25rem 0.5rem 0.25rem 0.25rem;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 600;
}

.compare-dock-thumb {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  object-fit: cover;
}

.compare-dock-remove {
  background: none;
  border: none;
  color: #94a3b8;
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
  padding: 0 0.2rem;
  transition: color 0.2s;
}

.compare-dock-remove:hover {
  color: #ef4444;
}

.compare-dock-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.compare-dock-btn {
  padding: 0.5rem 1.25rem;
  font-size: 0.85rem;
  font-weight: 800;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
}

.compare-dock-clear {
  background: none;
  border: none;
  color: #94a3b8;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline;
  padding: 0.3rem 0.5rem;
}

.compare-dock-clear:hover {
  color: #ffffff;
}

/* Compare Modal */
.compare-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.compare-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 9, 24, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.compare-modal-card {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1100px;
  max-height: 90vh;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  animation: modalScaleUp 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes modalScaleUp {
  from { opacity: 0; transform: scale(0.96); }
  to { opacity: 1; transform: scale(1); }
}

.compare-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.5rem 1.75rem;
  border-bottom: 1px solid #e2e8f0;
  background: #f8fafc;
}

.compare-modal-title {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--secondary, #08112d);
  margin: 0 0 0.35rem 0;
}

.compare-modal-close {
  background: #e2e8f0;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 1.3rem;
  color: #475569;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
}

.compare-modal-close:hover {
  background: #cbd5e1;
  color: #0f172a;
}

.compare-modal-body {
  padding: 1.5rem 1.75rem;
  overflow-y: auto;
  overflow-x: auto;
}

.compare-table-wrapper {
  overflow-x: auto;
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 650px;
}

.compare-table th,
.compare-table td {
  padding: 1rem;
  border-bottom: 1px solid #e2e8f0;
  vertical-align: top;
  font-size: 0.9rem;
  text-align: left;
}

.compare-feature-col {
  width: 220px;
  background: #f8fafc;
  font-weight: 800;
  color: #475569;
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  border-right: 2px solid #e2e8f0;
}

.compare-feature-label {
  background: #f8fafc;
  font-weight: 700;
  color: #334155;
  border-right: 2px solid #e2e8f0;
  font-size: 0.85rem;
}

.compare-project-col {
  min-width: 260px;
}

.compare-col-header {
  position: relative;
  text-align: left;
}

.compare-remove-col-btn {
  position: absolute;
  top: 6px;
  right: 6px;
  background: rgba(0, 0, 0, 0.65);
  color: #ffffff;
  border: none;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  z-index: 2;
}

.compare-remove-col-btn:hover {
  background: #ef4444;
}

.compare-col-img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 0.6rem;
}

.compare-col-badge {
  display: inline-block;
  background: rgba(197, 168, 128, 0.15);
  color: #926315;
  font-weight: 800;
  font-size: 0.7rem;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  margin-bottom: 0.35rem;
  text-transform: uppercase;
}

.compare-col-title {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--secondary, #08112d);
  margin: 0 0 0.2rem 0;
}

.compare-col-dev {
  font-size: 0.8rem;
  color: #64748b;
  font-weight: 600;
}

.compare-price-val {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--primary, #0f172a);
}

.compare-status-pill {
  display: inline-block;
  background: #ecfdf5;
  color: #059669;
  font-weight: 700;
  font-size: 0.75rem;
  padding: 0.25rem 0.6rem;
  border-radius: 9999px;
  border: 1px solid #a7f3d0;
}

.compare-rera-text {
  font-family: monospace;
  font-size: 0.8rem;
  color: #475569;
}

.compare-why-text {
  font-size: 0.85rem;
  line-height: 1.5;
  color: #475569;
  font-style: italic;
}

.compare-actions-cell {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

/* Card Compare Button */
.btn-compare-card {
  background: #ffffff;
  border: 1px solid #cbd5e1;
  color: #475569;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.45rem 0.75rem;
  border-radius: 6px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  transition: all 0.2s;
}

.btn-compare-card:hover {
  background: #f1f5f9;
  border-color: #94a3b8;
  color: #0f172a;
}

.btn-compare-card.active {
  background: #ecfdf5;
  border-color: #10b981;
  color: #047857;
}

@media (max-width: 640px) {
  .compare-dock-inner {
    flex-direction: column;
    align-items: stretch;
  }
  .compare-dock-actions {
    justify-content: space-between;
  }
  .compare-dock-btn {
    flex: 1;
  }
}

.project-snapshot-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(8, 17, 45, 0.88);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #ffffff;
  border: 1px solid rgba(197, 168, 128, 0.4);
  border-radius: 6px;
  padding: 0.35rem 0.65rem;
  font-size: 0.72rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 3;
}

.project-snapshot-btn:hover {
  background: var(--brand-gold, #c5a880);
  color: #08112d;
  border-color: var(--brand-gold, #c5a880);
  transform: translateY(-1px);
}

@media (max-width: 768px) {
  .hierarchy-type-status-grid {
    grid-template-columns: 1fr !important;
  }
}

/* ==========================================================================
   DISCOVERY HIERARCHY PILLS & NAVIGATION (projects.html)
   ========================================================================== */
.discovery-hierarchy-container {
  background: #ffffff;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-color);
  padding: 1.25rem 1.5rem;
  margin-bottom: 2rem;
  box-shadow: 0 4px 15px rgba(0,0,0,0.03);
  transition: box-shadow 0.25s ease;
}
.discovery-hierarchy-container:hover {
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}
.discovery-pill-group {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}
.discovery-pill {
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  color: #475569;
  font-size: 0.78rem;
  font-weight: 600;
  padding: 0.3rem 0.65rem;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.discovery-pill:hover {
  background: #f1f5f9;
  border-color: #cbd5e1;
  color: var(--secondary);
}
.discovery-pill.active {
  background: var(--primary);
  border-color: var(--primary);
  color: #ffffff;
  box-shadow: 0 2px 6px rgba(11, 17, 32, 0.25);
}
@media (max-width: 768px) {
  .discovery-hierarchy-container {
    padding: 1rem;
    margin-bottom: 1.5rem;
  }
  .discovery-pill {
    font-size: 0.72rem;
    padding: 0.25rem 0.55rem;
  }
}

/* ==========================================================================
   TEAM RKI RECOMMENDED SHOWCASE SECTION (Curated Luxury Feature)
   ========================================================================== */
.rki-rec-showcase-section {
  padding: 4.5rem 0 4rem;
  background: #ffffff;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #e2e8f0;
}

.rki-rec-header {
  text-align: center;
  margin-bottom: 2rem;
}

.rki-rec-heading {
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.2;
  margin: 0 0 0.5rem;
  color: #0f172a;
}

.rki-rec-brand-red {
  color: var(--brand-navy, #000B58); /* Team RKI Royal Navy */
  font-weight: 900;
}

.rki-rec-title-bold {
  color: #0f172a;
  font-weight: 800;
  transition: opacity 0.25s ease;
}

.rki-rec-red-bar {
  width: 68px;
  height: 4.5px;
  background: var(--brand-gold, #D4AF37);
  border-radius: 9999px;
  margin: 0.75rem auto 1rem;
}

.rki-rec-sub {
  font-size: 1.05rem;
  color: #64748b;
  max-width: 660px;
  margin: 0 auto 1.5rem;
  line-height: 1.55;
  font-weight: 500;
}

/* Dynamic Category / Tag Filter Pills */
.rki-rec-category-pills {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-bottom: 2.25rem;
}

.rki-rec-pill {
  padding: 0.5rem 1.15rem;
  border-radius: 9999px;
  font-size: 0.85rem;
  font-weight: 700;
  border: 1.5px solid #e2e8f0;
  background: #f8fafc;
  color: #475569;
  cursor: pointer;
  transition: all 0.25s ease;
  user-select: none;
}

.rki-rec-pill:hover {
  background: #f1f5f9;
  border-color: #cbd5e1;
  color: #0f172a;
  transform: translateY(-1px);
}

.rki-rec-pill.active {
  background: #0f172a;
  border-color: #0f172a;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.2);
}

/* Slider & Cards Layout */
.rki-rec-slider-wrapper {
  position: relative;
  width: 100%;
}

.rki-rec-track {
  display: flex;
  gap: 1.25rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE */
  scroll-behavior: smooth;
  padding: 0.5rem 0.25rem 1.5rem;
}

.rki-rec-track::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

/* Card Component (Pixel-perfect matching screenshot) */
.rki-rec-card {
  flex: 0 0 calc((100% - 3.75rem) / 4);
  min-width: 265px;
  height: 380px;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.12), 0 8px 10px -6px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.25rem;
  text-decoration: none;
  scroll-snap-align: start;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
  background: #0f172a;
}

.rki-rec-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 35px -10px rgba(0, 0, 0, 0.3);
}

.rki-rec-card-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 1;
}

.rki-rec-card:hover .rki-rec-card-bg {
  transform: scale(1.08);
}

.rki-rec-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.2) 0%, rgba(15, 23, 42, 0.05) 30%, rgba(15, 23, 42, 0.75) 68%, rgba(15, 23, 42, 0.95) 100%);
  z-index: 2;
  pointer-events: none;
}

/* Team RKI Tag Pill Badge (Top Left) */
.rki-rec-tag-badge {
  position: relative;
  z-index: 3;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  background: var(--brand-navy, #000B58);
  color: #ffffff;
  border: 1px solid var(--brand-gold, #D4AF37);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  padding: 5px 12px;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0, 11, 88, 0.35);
}

/* Bottom Card Details */
.rki-rec-card-info {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.rki-rec-card-title {
  font-size: 1.18rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.rki-rec-card-price {
  font-size: 1.15rem;
  font-weight: 800;
  color: #fbbf24; /* Golden yellow */
  margin: 0;
  text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.rki-rec-card-loc {
  font-size: 0.82rem;
  color: #e2e8f0;
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0.95;
  margin: 0;
}

.rki-rec-card-loc svg {
  color: #fbbf24;
  flex-shrink: 0;
}

/* Carousel Arrow Controls */
.rki-rec-arrow {
  position: absolute;
  top: calc(50% - 16px);
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0f172a;
  cursor: pointer;
  z-index: 10;
  transition: all 0.25s ease;
}

.rki-rec-arrow:hover {
  background: #0f172a;
  color: #ffffff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
  transform: translateY(-50%) scale(1.05);
}

.rki-rec-arrow-prev {
  left: -22px;
}

.rki-rec-arrow-next {
  right: -22px;
}

/* Responsive Media Queries */
@media (max-width: 1200px) {
  .rki-rec-card {
    flex: 0 0 calc((100% - 2.5rem) / 3);
  }
}

@media (max-width: 860px) {
  .rki-rec-heading {
    font-size: 2rem;
  }
  .rki-rec-card {
    flex: 0 0 calc((100% - 1.25rem) / 2);
    min-width: 230px;
    height: 350px;
  }
  .rki-rec-arrow-prev {
    left: -8px;
  }
  .rki-rec-arrow-next {
    right: -8px;
  }
}

@media (max-width: 580px) {
  .rki-rec-showcase-section {
    padding: 3.5rem 0 3rem;
  }
  .rki-rec-heading {
    font-size: 1.65rem;
  }
  .rki-rec-card {
    flex: 0 0 85%;
    min-width: 250px;
    height: 340px;
  }
  .rki-rec-arrow {
    display: none; /* Swipe on mobile */
  }
}

/* ==========================================================================
   15. UNIVERSAL RESPONSIVE UTILITIES & DETAIL TEMPLATE SUITE
   ========================================================================== */

/* Universal Responsive Container & Table Safety */
.table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 1rem 0;
  border-radius: var(--radius-md, 8px);
}

/* Detail Hero Layout */
.detail-hero-section {
  padding: 120px 1.5rem 40px 1.5rem;
}

.detail-hero-inner {
  max-width: 1250px;
  margin: 0 auto;
}

.detail-hero-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
}

.detail-hero-main {
  flex: 1;
  min-width: 280px;
}

.detail-hero-title {
  font-size: clamp(1.8rem, 4.5vw, 2.8rem);
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 0.5rem 0;
  letter-spacing: -0.5px;
  line-height: 1.15;
}

.detail-pricing-box {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 1.75rem 2rem;
  min-width: 280px;
  text-align: right;
}

@media (max-width: 900px) {
  .detail-hero-section {
    padding: 85px 1rem 30px 1rem;
  }
  .detail-hero-flex {
    flex-direction: column;
    gap: 1.5rem;
  }
  .detail-pricing-box {
    width: 100%;
    text-align: left;
    min-width: 0;
    padding: 1.25rem 1.5rem;
  }
  .detail-pricing-box .price-actions-stack {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .detail-pricing-box .price-actions-stack a {
    flex: 1;
    min-width: 140px;
  }
}

/* Detail Content 2-Column -> 1-Column Collapse */
.detail-content-layout {
  display: grid;
  grid-template-columns: minmax(0, 2.2fr) minmax(0, 1fr);
  gap: 2.5rem;
  align-items: start;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.detail-content-layout > * {
  min-width: 0 !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

@media (max-width: 992px) {
  .detail-content-layout {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 1.75rem !important;
  }
}

/* Detail Amenities & Configurations */
.detail-amenities-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

@media (max-width: 900px) {
  .detail-amenities-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .detail-amenities-grid {
    grid-template-columns: 1fr;
  }
}

.detail-config-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 1.25rem 0;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.detail-config-table {
  width: 100%;
  min-width: 500px;
  border-collapse: collapse;
}

/* Developer Detail Responsive Layout */
.dev-detail-hero-flex {
  display: flex;
  gap: 2.5rem;
  align-items: center;
  flex-wrap: wrap;
}

.dev-detail-logo-box {
  background: #ffffff;
  padding: 1.25rem;
  border-radius: 16px;
  width: 150px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .dev-detail-hero-flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
  }
  .dev-detail-logo-box {
    width: 120px;
    height: 75px;
    padding: 0.85rem;
  }
}

/* Modals Mobile Constraint */
.modal-content,
.snapshot-modal-content,
.video-modal-content,
.inshorts-modal-content {
  width: min(94vw, 680px) !important;
  max-height: 90vh !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
  margin: auto;
}

@media (max-width: 600px) {
  .modal-content,
  .snapshot-modal-content,
  .video-modal-content,
  .inshorts-modal-content {
    padding: 1.25rem 1rem !important;
    border-radius: 14px !important;
  }
}

/* Touch targets and Mobile Bottom Bar safe area */
@media (max-width: 768px) {
  body {
    padding-bottom: 85px !important;
  }
  .btn,
  .nav-link,
  .drawer-link,
  button {
    min-height: 44px;
  }
  input.form-control,
  select.form-control,
  .search-location-input,
  .search-type-select,
  .btn-search-primary {
    min-height: 48px;
  }
  .btn-netflix-action,
  .btn-card-action {
    min-width: 40px;
    min-height: 40px;
  }
}

/* ==========================================================================
   UNIVERSAL TOUCH SCROLL TRACKS & HORIZONTAL OVERFLOW SHIELD
   ========================================================================== */
.scroll-track-touch,
.search-category-tabs,
.dev-quick-nav,
.dev-filter-tabs,
.category-quick-pills,
.auto-scroller-track,
.netflix-track,
.rki-rec-track,
.brand-logos-ribbon {
  display: flex !important;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch !important;
  scrollbar-width: none !important;
  max-width: 100% !important;
  flex-wrap: nowrap !important;
}

.scroll-track-touch::-webkit-scrollbar,
.search-category-tabs::-webkit-scrollbar,
.dev-quick-nav::-webkit-scrollbar,
.dev-filter-tabs::-webkit-scrollbar,
.category-quick-pills::-webkit-scrollbar,
.auto-scroller-track::-webkit-scrollbar,
.netflix-track::-webkit-scrollbar,
.rki-rec-track::-webkit-scrollbar,
.brand-logos-ribbon::-webkit-scrollbar {
  display: none !important;
}

@media (max-width: 960px) {
  .projects-layout-grid {
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
  }
  .filters-sidebar {
    position: static !important;
    margin-bottom: 2rem !important;
  }
}

@media (max-width: 768px) {
  .dev-profile-card {
    grid-template-columns: 1fr !important;
    text-align: left !important;
    gap: 1.25rem !important;
    padding: 1.5rem 1.25rem !important;
  }
  .dev-avatar-wrap {
    flex-direction: row !important;
    align-items: center !important;
    gap: 1rem !important;
    text-align: left !important;
  }
  .dev-monogram-box,
  .dev-logo-img {
    width: 68px !important;
    height: 68px !important;
    font-size: 1.35rem !important;
  }
  .dev-actions-stack {
    flex-direction: column !important;
    width: 100% !important;
    min-width: 0 !important;
  }
  .dev-actions-stack .btn {
    width: 100% !important;
    text-align: center !important;
  }
  .discovery-hierarchy-container {
    padding: 1rem 0.85rem !important;
    margin-bottom: 1.5rem !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }
  .discovery-pill-group {
    display: flex !important;
    overflow-x: auto !important;
    flex-wrap: nowrap !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    max-width: 100% !important;
    padding-bottom: 4px !important;
  }
  .discovery-pill-group::-webkit-scrollbar {
    display: none !important;
  }
  .discovery-pill {
    font-size: 0.72rem !important;
    padding: 0.25rem 0.6rem !important;
    flex-shrink: 0 !important;
  }
}

@media (max-width: 640px) {
  .developers-grid {
    grid-template-columns: 1fr !important;
    gap: 1.25rem !important;
  }
  .city-showcase-grid {
    grid-template-columns: 1fr !important;
  }
}

/* ==========================================================================
   DETAIL & POST PAGES RESPONSIVE ENGINE (ZERO OVERFLOW SHIELD)
   ========================================================================== */
html, body {
  max-width: 100vw !important;
  overflow-x: hidden !important;
  position: relative;
}

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

/* Detail Page Grid & Containers */
.detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 2.5rem;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.detail-grid > * {
  min-width: 0 !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

@media (max-width: 950px) {
  .detail-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 1.75rem !important;
  }
}

.detail-section-box {
  background: #ffffff;
  border: 1px solid var(--border-color, #e2e8f0);
  border-radius: var(--radius-xl, 16px);
  padding: 2.25rem;
  margin-bottom: 2rem;
  box-shadow: var(--shadow-sm, 0 2px 8px rgba(0,0,0,0.04));
  max-width: 100% !important;
  box-sizing: border-box !important;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .detail-section-box {
    padding: 1.25rem 1rem !important;
    margin-bottom: 1.5rem !important;
    border-radius: var(--radius-lg, 12px) !important;
  }
}

/* Floor Plan Responsive Card & Metas */
.floor-plan-card {
  background: #ffffff;
  border: 1px solid var(--border-color, #e2e8f0);
  border-radius: var(--radius-md, 12px);
  padding: 1.5rem;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: center;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.floor-plan-preview-box {
  background: #0f172a;
  border-radius: var(--radius-sm, 8px);
  padding: 1rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  min-height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.floor-plan-preview-box img {
  width: 100%;
  max-width: 100%;
  max-height: 260px;
  object-fit: contain;
  transition: transform 0.3s ease;
  display: block;
}

.floor-plan-meta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
  margin-bottom: 1.25rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.floor-plan-meta-item {
  background: #f8fafc;
  padding: 0.6rem 0.75rem;
  border-radius: 6px;
  border: 1px solid #e2e8f0;
  min-width: 0;
  overflow: hidden;
}

.floor-plan-meta-item .meta-label {
  color: var(--text-muted);
  font-size: 0.72rem;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.floor-plan-meta-item strong {
  color: var(--secondary);
  font-size: 0.88rem;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.floor-plan-actions {
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
  width: 100%;
}

.floor-plan-actions .btn {
  flex: 1 1 130px;
  font-size: 0.85rem;
  padding: 0.6rem 1rem;
  justify-content: center;
  text-align: center;
}

.floor-plan-tabs {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  margin-bottom: 1.25rem;
  padding-bottom: 4px;
  max-width: 100%;
}

.floor-plan-tabs::-webkit-scrollbar {
  display: none;
}

.floor-plan-tabs .dev-tab-btn {
  flex-shrink: 0;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .floor-plan-card {
    grid-template-columns: minmax(0, 1fr) !important;
    padding: 1rem !important;
    gap: 1.25rem !important;
  }
  .floor-plan-preview-box {
    min-height: 200px;
  }
  .floor-plan-preview-box img {
    max-height: 220px;
  }
}

/* Configs & Area Schedule Tables */
.config-table-wrap {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch !important;
  border-radius: var(--radius-lg, 12px);
  border: 1px solid var(--border-color, #e2e8f0);
  margin: 1rem 0;
  position: relative;
  box-sizing: border-box !important;
}

.config-table {
  width: 100% !important;
  min-width: 520px !important;
  border-collapse: collapse;
  background: #ffffff;
  text-align: left;
}

.config-table th,
.config-table td {
  white-space: nowrap;
}

/* Image Gallery & Visual Showcase */
.project-gallery-grid,
#detail-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.gallery-thumb-item {
  position: relative;
  height: 150px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #e2e8f0;
  background: #000000;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.gallery-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  display: block;
}

@media (max-width: 640px) {
  .project-gallery-grid,
  #detail-gallery-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.6rem !important;
  }
  .gallery-thumb-item {
    height: 120px !important;
  }
}

@media (max-width: 360px) {
  .project-gallery-grid,
  #detail-gallery-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Blog Reader Article Responsiveness */
.blog-prose table {
  width: 100%;
  max-width: 100%;
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.blog-reader-main {
  max-width: 100% !important;
  box-sizing: border-box !important;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .blog-reader-main {
    padding: 1.25rem 1rem !important;
  }
  .blog-takeaways-box {
    padding: 1.25rem 1rem !important;
  }
  .blog-author-card {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0.85rem !important;
    padding: 1.25rem 1rem !important;
  }
}

/* ==========================================================================
   Mobile Detail & Brochure Lead Engine
   ========================================================================== */

/* 1. Quick Navigation ScrollSpy Bar */
.project-quick-nav-bar {
  position: sticky;
  top: 70px;
  z-index: 85;
  background: rgba(7, 14, 34, 0.94);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.6rem 1rem;
  width: 100%;
  box-sizing: border-box;
}
.quick-nav-track {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  max-width: 1250px;
  margin: 0 auto;
}
.quick-nav-track::-webkit-scrollbar {
  display: none;
}
.quick-nav-tab {
  font-size: 0.8rem;
  font-weight: 700;
  color: #94a3b8;
  padding: 0.4rem 0.9rem;
  border-radius: 50px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.2s ease;
  flex-shrink: 0;
}
.quick-nav-tab:hover,
.quick-nav-tab.active {
  color: #070e22;
  background: var(--brand-gold, #c5a880);
  border-color: var(--brand-gold, #c5a880);
}

/* ==========================================================================
   NEIGHBORHOOD INTELLIGENCE & LOCATION MAP COMPONENT (100acress Parity)
   ========================================================================== */
.neighborhood-header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.btn-map-directions {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #000B58 0%, #0c1a40 100%);
  color: #ffffff !important;
  border: 1px solid var(--brand-gold, #c5a880);
  border-radius: 8px;
  padding: 0.65rem 1.15rem;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 4px 14px rgba(0, 11, 88, 0.15);
}

.btn-map-directions:hover {
  background: var(--brand-gold, #c5a880);
  color: #000B58 !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(197, 168, 128, 0.35);
}

.detail-neighborhood-layout {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 860px) {
  .detail-neighborhood-layout {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.detail-map-container {
  background: #0f172a;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.8);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
}

.detail-map-container iframe {
  width: 100%;
  height: 320px;
  border: 0;
  display: block;
}

.map-helper-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.65rem 0.95rem;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  font-size: 0.82rem;
  color: #475569;
}

.map-helper-bar a {
  color: var(--primary, #000B58);
  font-weight: 700;
  text-decoration: none;
}

.map-helper-bar a:hover {
  color: var(--brand-gold, #c5a880);
  text-decoration: underline;
}

.detail-advantages-stacked-grid {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.advantage-card-sleek {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  background: #ffffff;
  padding: 0.85rem 1rem;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
  transition: transform 0.2s, border-color 0.2s;
}

.advantage-card-sleek:hover {
  transform: translateX(3px);
  border-color: var(--brand-gold, #c5a880);
}

.advantage-badge-time {
  background: rgba(0, 11, 88, 0.06);
  color: var(--rki-navy, #000B58);
  border: 1px solid rgba(0, 11, 88, 0.12);
  border-radius: 6px;
  padding: 0.35rem 0.6rem;
  font-size: 0.85rem;
  font-weight: 800;
  white-space: nowrap;
  min-width: 72px;
  text-align: center;
}

.advantage-title-text {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--secondary, #0f172a);
}

.advantage-sub-text {
  font-size: 0.8rem;
  color: #64748b;
}

/* Locality Scorecard (Life in This Locality) */
.neighborhood-score-box {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
  box-shadow: 0 3px 12px rgba(0, 11, 88, 0.04);
}

.neighborhood-score-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #f1f5f9;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.score-index-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: #ecfdf5;
  color: #065f46;
  border: 1px solid #a7f3d0;
  border-radius: 9999px;
  padding: 0.25rem 0.75rem;
  font-size: 0.82rem;
  font-weight: 800;
}

.score-pills-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem;
}

@media (max-width: 680px) {
  .score-pills-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.score-pill-item {
  background: #f8fafc;
  border: 1px solid #eef2f6;
  border-radius: 8px;
  padding: 0.75rem 0.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.score-pill-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--secondary, #0f172a);
}

.score-val {
  font-weight: 800;
  color: #16a34a;
  font-size: 0.85rem;
}

.score-track {
  width: 100%;
  height: 5px;
  background: #e2e8f0;
  border-radius: 9999px;
  overflow: hidden;
}

.score-fill {
  height: 100%;
  background: linear-gradient(90deg, #10b981 0%, #059669 100%);
  border-radius: 9999px;
}

/* ==========================================================================
   STICKY PROPERTY ACTION BAR (Desktop + Mobile 100acress Standard)
   ========================================================================== */
.project-sticky-convert-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 995;
  background: rgba(7, 14, 34, 0.97);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-top: 1px solid rgba(212, 175, 55, 0.35);
  box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.7);
  padding: 0.65rem 1.5rem calc(0.65rem + env(safe-area-inset-bottom, 0px)) 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: translateY(0);
}

.sticky-bar-info {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.sticky-bar-thumb {
  width: 44px;
  height: 44px;
  border-radius: 6px;
  object-fit: cover;
  border: 1px solid rgba(212, 175, 55, 0.4);
}

.sticky-bar-title {
  font-size: 0.95rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0;
  font-family: 'Outfit', sans-serif;
  line-height: 1.2;
}

.sticky-bar-price {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--brand-gold, #c5a880);
}

.sticky-bar-actions {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.sticky-btn-brochure {
  background: var(--brand-gold, #c5a880);
  color: #070e22;
  border: none;
  border-radius: 6px;
  font-weight: 800;
  font-size: 0.84rem;
  padding: 0.55rem 1rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  transition: all 0.2s;
}

.sticky-btn-brochure:hover {
  background: #e2c499;
  transform: translateY(-1px);
}

.sticky-btn-tour {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  font-weight: 700;
  font-size: 0.84rem;
  padding: 0.55rem 0.9rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  text-decoration: none;
  transition: all 0.2s;
}

.sticky-btn-tour:hover {
  border-color: var(--brand-gold, #c5a880);
  color: var(--brand-gold, #c5a880);
}

.sticky-btn-wa {
  background: #25d366;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  font-weight: 700;
  font-size: 0.84rem;
  padding: 0.55rem 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  text-decoration: none;
  transition: all 0.2s;
}

.sticky-btn-wa:hover {
  background: #20ba59;
  transform: translateY(-1px);
}

@media (max-width: 768px) {
  .sticky-bar-info {
    display: none;
  }
  .project-sticky-convert-bar {
    padding: 0.55rem 0.75rem calc(0.55rem + env(safe-area-inset-bottom, 0px)) 0.75rem;
  }
  .sticky-bar-actions {
    width: 100%;
    gap: 0.45rem;
  }
  .sticky-btn-brochure,
  .sticky-btn-tour,
  .sticky-btn-wa {
    flex: 1;
    justify-content: center;
    padding: 0.6rem 0.3rem;
    font-size: 0.80rem;
  }
}

body.has-sticky-bar {
  padding-bottom: 75px !important;
}

/* 3. Brochure Download Popup Modal */
.brochure-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  background: rgba(4, 8, 20, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  box-sizing: border-box;
}
.brochure-modal-card {
  background: #0c1733;
  border: 1px solid rgba(197, 168, 128, 0.35);
  border-radius: 16px;
  width: 100%;
  max-width: 460px;
  padding: 2rem 1.75rem;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.8);
  position: relative;
  box-sizing: border-box;
  animation: brochurePop 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes brochurePop {
  0% { opacity: 0; transform: scale(0.92) translateY(10px); }
  100% { opacity: 1; transform: scale(1) translateY(0); }
}
.brochure-close-btn {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #94a3b8;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  line-height: 1;
  transition: all 0.2s ease;
}
.brochure-close-btn:hover {
  background: rgba(239, 68, 68, 0.2);
  color: #ef4444;
}
.brochure-modal-header {
  margin-bottom: 1.5rem;
}
.brochure-pill {
  display: inline-block;
  background: rgba(197, 168, 128, 0.15);
  color: var(--brand-gold, #c5a880);
  border: 1px solid rgba(197, 168, 128, 0.3);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 0.2rem 0.65rem;
  border-radius: 50px;
  margin-bottom: 0.5rem;
}
.brochure-modal-header h3 {
  font-size: 1.35rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 0.35rem 0;
}
.brochure-modal-header p {
  font-size: 0.85rem;
  color: #94a3b8;
  line-height: 1.5;
  margin: 0;
}
.bf-field-group {
  margin-bottom: 1.15rem;
  text-align: left;
}
.bf-field-group label {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  color: #cbd5e1;
  margin-bottom: 0.4rem;
}
.bf-input {
  width: 100%;
  padding: 0.75rem 0.95rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: #ffffff;
  font-size: 0.92rem;
  box-sizing: border-box;
  outline: none;
  transition: border-color 0.2s ease;
}
.bf-input:focus {
  border-color: var(--brand-gold, #c5a880);
  background: rgba(255, 255, 255, 0.08);
}
.bf-phone-wrap {
  display: flex;
  gap: 0.4rem;
}
.bf-phone-prefix {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 0.75rem 0.85rem;
  font-size: 0.88rem;
  color: #cbd5e1;
  font-weight: 700;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.bf-submit-btn {
  width: 100%;
  padding: 0.85rem 1.25rem;
  background: var(--brand-gold, #c5a880);
  color: #070e22;
  border: none;
  border-radius: 8px;
  font-weight: 800;
  font-size: 0.95rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: filter 0.2s ease;
  margin-top: 0.5rem;
}
.bf-submit-btn:hover {
  filter: brightness(1.08);
}
.bf-submit-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.bf-privacy-note {
  font-size: 0.72rem;
  color: #64748b;
  text-align: center;
  margin-top: 0.85rem;
  line-height: 1.4;
}

/* 4. Mobile Filter Bottom Sheet Drawer for projects.html */
.mobile-filter-drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(7, 14, 34, 0.8);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  display: none;
  align-items: flex-end;
}
.mobile-filter-drawer-overlay.active {
  display: flex;
}
.mobile-filter-drawer {
  background: #ffffff;
  border-radius: 20px 20px 0 0;
  width: 100%;
  max-height: 85vh;
  display: flex;
  flex-direction: column;
  box-shadow: 0 -10px 35px rgba(0, 0, 0, 0.25);
  animation: slideUpDrawer 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes slideUpDrawer {
  0% { transform: translateY(100%); }
  100% { transform: translateY(0); }
}
.mobile-filter-drawer-header {
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-filter-drawer-header h3 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 800;
  color: #0f172a;
}
.mobile-filter-drawer-body {
  padding: 1.25rem 1.5rem;
  overflow-y: auto;
  flex: 1;
}
.mobile-filter-drawer-footer {
  padding: 1rem 1.5rem calc(1rem + env(safe-area-inset-bottom, 0px)) 1.5rem;
  border-top: 1px solid #e2e8f0;
  display: flex;
  gap: 0.75rem;
  background: #ffffff;
}
.mobile-filter-drawer-footer .btn-reset {
  flex: 0.8;
  padding: 0.8rem;
  background: #f1f5f9;
  color: #475569;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
}
.mobile-filter-drawer-footer .btn-apply {
  flex: 1.5;
  padding: 0.8rem;
  background: #0f172a;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-weight: 800;
  font-size: 0.9rem;
  cursor: pointer;
}





