/* ==========================================================================
   ANALYTICAL DOSSIER & LUXURY RESIDENCES DESIGN SYSTEM
   Project: Lodha Beaumont Estate Sadahalli Airport Road
   Theme: Advisory Intelligence (#FAFAFA, #1F2937, #0B1E36, #10B981, #D4AF37)
   ========================================================================== */

:root {
  --bg-page: #FAFAFA;
  --bg-card: #FFFFFF;
  --bg-surface-alt: #F8FAFC;
  --bg-header: #0B1E36;
  --bg-header-subtle: #162C46;
  --text-main: #1F2937;
  --text-muted: #64748B;
  --text-light: #F8FAFC;
  --text-slate: #0B1E36;
  --brand-navy: #0B1E36;
  --accent-green: #10B981;
  --accent-green-bg: #ECFDF5;
  --accent-green-border: #A7F3D0;
  --accent-gold: #D4AF37;
  --accent-gold-light: #FDF6E2;
  --accent-gold-border: #E8D390;
  --accent-alert: #DC2626;
  --accent-alert-bg: #FEF2F2;
  --accent-alert-border: #FECACA;
  --border-color: #E2E8F0;
  --border-subtle: #EDF2F7;
  --border-dark: rgba(255, 255, 255, 0.12);
  --font-heading: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.08), 0 2px 4px -1px rgba(0, 0, 0, 0.04);
  --shadow-lg: 0 12px 24px -4px rgba(11, 30, 54, 0.12), 0 4px 8px -2px rgba(11, 30, 54, 0.06);
  --shadow-subtle: 0 1px 3px rgba(0, 0, 0, 0.05);
  --shadow-sticky: 0 -4px 20px rgba(11, 30, 54, 0.12);
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --radius-full: 9999px;
  --transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

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

html {
  scroll-behavior: smooth;
  background-color: var(--bg-page);
}

body {
  font-family: var(--font-body);
  background-color: var(--bg-page);
  color: var(--text-main);
  line-height: 1.65;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-bottom: 84px; /* Space for persistent bottom sticky bar */
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  color: var(--brand-navy);
  letter-spacing: -0.02em;
  font-weight: 700;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* ==========================================================================
   TOP INSTITUTIONAL NAVIGATION
   ========================================================================== */
.audit-navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(11, 30, 54, 0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  height: 68px;
}

.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-brand-group {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.nav-back-hub {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.82rem;
  color: #D1D5DB;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 0.4rem 0.85rem;
  border-radius: var(--radius-sm);
  font-weight: 600;
  transition: var(--transition);
  min-height: 40px;
}

.nav-back-hub:hover {
  background: rgba(212, 175, 55, 0.15);
  color: var(--accent-gold);
  border-color: var(--accent-gold);
}

.nav-links-menu {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  list-style: none;
}

.nav-links-menu a {
  font-size: 0.85rem;
  font-weight: 600;
  color: #E2E8F0;
  transition: color 0.2s ease;
}

.nav-links-menu a:hover {
  color: var(--accent-gold);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.btn-nav-call {
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  background: #D4AF37 !important;
  color: #000000 !important;
  font-weight: 800 !important;
  padding: 0.45rem 0.85rem !important;
  border-radius: var(--radius-sm) !important;
  font-size: 0.82rem !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) !important;
  transition: all 0.2s ease !important;
}

.btn-nav-call:hover {
  background: #E5C158 !important;
}

.btn-nav-whatsapp {
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  background: rgba(37, 211, 102, 0.15) !important;
  color: #34D399 !important;
  border: 1px solid rgba(37, 211, 102, 0.4) !important;
  font-weight: 700 !important;
  padding: 0.45rem 0.85rem !important;
  border-radius: var(--radius-sm) !important;
  font-size: 0.82rem !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  transition: all 0.2s ease !important;
}

.btn-nav-whatsapp:hover {
  background: rgba(37, 211, 102, 0.25) !important;
}

/* ==========================================================================
   1. HERO DOSSIER SECTION & LEAD CAPTURE
   ========================================================================== */
.comprehensive-hero {
  position: relative;
  background-color: var(--bg-header);
  background-image: linear-gradient(
      135deg,
      rgba(11, 30, 54, 0.94) 0%,
      rgba(11, 30, 54, 0.88) 55%,
      rgba(11, 30, 54, 0.92) 100%
    ),
    url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=2000&q=80');
  background-size: cover;
  background-position: center;
  padding: 3.5rem 1.5rem 4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.comprehensive-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.comprehensive-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
}

@media (min-width: 900px) {
  .comprehensive-hero-grid {
    grid-template-columns: 1.25fr 0.95fr;
  }
}

.hero-dossier-col {
  display: flex;
  flex-direction: column;
}

.dossier-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-gold);
  background: rgba(212, 175, 55, 0.15);
  border: 1px solid rgba(212, 175, 55, 0.35);
  padding: 0.3rem 0.8rem;
  border-radius: var(--radius-full);
  margin-bottom: 1rem;
  width: fit-content;
}

.dossier-h1 {
  font-size: clamp(1.95rem, 3.2vw, 2.85rem);
  color: #FFFFFF !important;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.025em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  margin-bottom: 0.75rem;
}

.hero-price-tag {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--accent-gold);
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.25);
  padding: 0.5rem 0.9rem;
  border-radius: var(--radius-sm);
  margin-bottom: 1.25rem;
  width: fit-content;
}

.analyst-verdict-subtitle {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-left: 4px solid var(--accent-gold);
  padding: 1.25rem 1.35rem;
  border-radius: var(--radius-sm);
  margin-top: 0.5rem;
}

.analyst-verdict-title {
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--accent-gold);
  margin-bottom: 0.4rem;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.analyst-verdict-text {
  font-size: 0.98rem;
  color: #F1F5F9;
  line-height: 1.55;
  font-weight: 400;
}

/* Compact Hero Lead Capture Card */
.hero-enquiry-card {
  background: #FFFFFF;
  border-radius: var(--radius-lg);
  padding: 1.85rem 1.65rem;
  box-shadow: 0 16px 36px -4px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-enquiry-header {
  margin-bottom: 1.25rem;
}

.hero-enquiry-badge {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--accent-green);
  background: var(--accent-green-bg);
  border: 1px solid var(--accent-green-border);
  padding: 0.2rem 0.55rem;
  border-radius: var(--radius-full);
  margin-bottom: 0.4rem;
}

.hero-enquiry-title {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--brand-navy);
  line-height: 1.2;
}

.hero-enquiry-sub {
  font-size: 0.84rem;
  color: var(--text-muted);
  margin-top: 0.25rem;
}

.compact-form-group {
  margin-bottom: 0.9rem;
}

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

.compact-form-input {
  width: 100%;
  height: 42px;
  padding: 0 0.85rem;
  background: #FFFFFF;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
  font-family: var(--font-body);
  font-size: 0.92rem;
  color: var(--text-main);
  transition: var(--transition);
}

.compact-form-input:focus {
  outline: none;
  border-color: var(--accent-green);
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.15);
}

.compact-horizon-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--text-muted);
  margin-bottom: 0.35rem;
}

.compact-horizon-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
}

.compact-horizon-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border-color);
  background: var(--bg-surface-alt);
  color: var(--text-muted);
  transition: var(--transition);
  text-align: center;
  cursor: pointer;
}

input[type="radio"]:checked + .compact-horizon-pill {
  border-color: var(--accent-green);
  background: var(--accent-green-bg);
  color: #065F46;
  font-weight: 700;
}

.btn-send-details {
  width: 100%;
  min-height: 46px;
  font-size: 0.95rem;
  border-radius: var(--radius-sm);
  margin-top: 0.4rem;
  background: #10B981;
  color: #FFFFFF;
  border: none;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-send-details:hover {
  background: #059669;
}

/* ==========================================================================
   2. QUICK FACTS BAR
   ========================================================================== */
.quick-facts-section {
  position: relative;
  z-index: 10;
  margin-top: -1.75rem;
  padding: 0 1.5rem;
  margin-bottom: 3.5rem;
}

.quick-facts-grid {
  max-width: 1200px;
  margin: 0 auto;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
}

@media (min-width: 768px) {
  .quick-facts-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.quick-fact-item {
  padding: 1.35rem 1.25rem;
  border-bottom: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

@media (min-width: 768px) {
  .quick-fact-item:nth-child(4n) {
    border-right: none;
  }
  .quick-fact-item:nth-last-child(-n+4) {
    border-bottom: none;
  }
}

@media (max-width: 767px) {
  .quick-fact-item:nth-child(2n) {
    border-right: none;
  }
  .quick-fact-item:nth-last-child(-n+2) {
    border-bottom: none;
  }
}

.quick-fact-icon {
  font-size: 1.75rem;
  flex-shrink: 0;
  line-height: 1;
}

.quick-fact-meta {
  display: flex;
  flex-direction: column;
}

.quick-fact-label {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-muted);
}

.quick-fact-value {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--brand-navy);
  line-height: 1.2;
  margin-top: 0.15rem;
}

/* ==========================================================================
   COMMON DOSSIER SECTION
   ========================================================================== */
.dossier-section {
  max-width: 1040px;
  margin: 0 auto 4rem;
  padding: 0 1.25rem;
}

.section-header-block {
  margin-bottom: 2rem;
}

.section-tag {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: 0.8rem;
  font-weight: 800;
  color: var(--accent-green);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.35rem;
}

.section-title {
  font-size: clamp(1.85rem, 3vw, 2.35rem);
  color: var(--brand-navy);
  margin-bottom: 0.5rem;
}

.section-desc {
  color: var(--text-muted);
  font-size: 1rem;
  max-width: 750px;
}

.btn-emerald {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: var(--accent-green);
  color: #FFFFFF;
  font-weight: 700;
  padding: 0.65rem 1.25rem;
  border-radius: var(--radius-sm);
  border: none;
  cursor: pointer;
  transition: var(--transition);
  font-size: 0.92rem;
}

.btn-emerald:hover {
  background: #059669;
}

/* ==========================================================================
   CONFIGURATION & PRICING (Desktop Table vs Mobile Luxury Cards)
   ========================================================================== */
.config-table-container {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  margin-top: 1.5rem;
}

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

.config-table th {
  background: var(--bg-surface-alt);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--brand-navy);
  padding: 1.1rem 1.25rem;
  border-bottom: 1px solid var(--border-color);
}

.config-table td {
  padding: 1.25rem;
  border-bottom: 1px solid var(--border-color);
  font-size: 0.95rem;
  color: var(--text-main);
  vertical-align: middle;
}

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

.config-table tbody tr:hover td {
  background-color: #F8FAFC;
}

.btn-table-costsheet {
  background: rgba(212, 175, 55, 0.15);
  color: #854D0E;
  border: 1px solid rgba(212, 175, 55, 0.4);
  font-weight: 700;
  padding: 0.45rem 0.85rem;
  border-radius: var(--radius-sm);
  font-size: 0.82rem;
  cursor: pointer;
  transition: var(--transition);
  white-space: nowrap !important;
}

.btn-table-costsheet:hover {
  background: #D4AF37;
  color: #000000;
}

/* Desktop vs Mobile Toggle */
.config-desktop-only {
  display: block;
}

.config-mobile-cards {
  display: none;
  flex-direction: column;
  gap: 1.15rem;
  margin-top: 1.5rem;
  width: 100%;
  box-sizing: border-box;
}

.luxury-config-card {
  background: #FFFFFF;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle);
  padding: 1.25rem 1.15rem;
  box-shadow: 0 4px 16px -2px rgba(11, 30, 54, 0.06);
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  width: 100%;
  box-sizing: border-box;
}

.luxury-card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.75rem;
  border-bottom: 1px solid #F1F5F9;
  padding-bottom: 0.75rem;
}

.luxury-variant-badge {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--accent-green);
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.3);
  padding: 0.2rem 0.55rem;
  border-radius: 50px;
  margin-bottom: 0.35rem;
}

.luxury-card-title {
  font-size: 1.15rem;
  color: var(--brand-navy);
  margin-bottom: 0.2rem;
  font-weight: 800;
}

.luxury-card-specs-line {
  font-size: 0.78rem;
  color: var(--text-muted);
  line-height: 1.4;
}

.luxury-card-price-box {
  text-align: right;
  flex-shrink: 0;
}

.luxury-card-price-label {
  display: block;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-muted);
  font-weight: 600;
}

.luxury-card-price {
  font-family: var(--font-heading);
  font-size: 1.22rem;
  font-weight: 800;
  color: var(--brand-navy);
  line-height: 1.2;
}

.luxury-card-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  background: #F8FAFC;
  padding: 0.75rem 0.9rem;
  border-radius: var(--radius-md);
  border: 1px solid #EDF2F7;
}

.luxury-metric {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.metric-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-muted);
  font-weight: 600;
}

.metric-val {
  font-size: 0.92rem;
  color: var(--brand-navy);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.luxury-card-btn {
  width: 100%;
  justify-content: center;
  min-height: 42px;
  font-size: 0.9rem;
  font-weight: 700;
  border-radius: var(--radius-sm);
  display: inline-flex;
  align-items: center;
  white-space: nowrap !important;
}

/* ==========================================================================
   3. HOME LOAN EMI & ELIGIBILITY CALCULATOR
   ========================================================================== */
.emi-calc-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  background: #FFFFFF;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 2rem;
  margin-top: 1.5rem;
  box-shadow: var(--shadow-sm);
}

@media (min-width: 900px) {
  .emi-calc-grid {
    grid-template-columns: 1.25fr 0.95fr;
  }
}

.emi-slider-group {
  margin-bottom: 1.5rem;
}

.emi-slider-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}

.emi-slider-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-main);
}

.emi-slider-val {
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--brand-navy);
}

.emi-slider-control {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 4px;
  background: #E2E8F0;
  outline: none;
  cursor: pointer;
  transition: background 0.1s;
}

.emi-slider-control::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #0B1E36;
  border: 2px solid #FFFFFF;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: transform 0.15s;
}

.emi-slider-control::-webkit-slider-thumb:hover {
  transform: scale(1.2);
}

.emi-results-card {
  background: linear-gradient(135deg, #0B1E36 0%, #162C46 100%);
  border-radius: var(--radius-md);
  padding: 2rem;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.emi-amount-large {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 3.5vw, 2.5rem);
  font-weight: 800;
  color: var(--accent-gold);
  line-height: 1.1;
  margin: 0.5rem 0 0.25rem;
}

.emi-stat-row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.65rem 0;
  font-size: 0.88rem;
}

.emi-stat-row:last-child {
  border-bottom: none;
}

/* ==========================================================================
   4. AMENITIES GRID
   ========================================================================== */
.amenities-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1.25rem;
  margin-top: 1.5rem;
}

.amenity-mini-card {
  background: #FFFFFF;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 1.25rem 1.1rem;
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  transition: var(--transition);
}

.amenity-mini-card:hover {
  border-color: var(--accent-green);
  box-shadow: var(--shadow-sm);
  transform: translateY(-2px);
}

.amenity-mini-icon {
  font-size: 1.6rem;
  line-height: 1;
  flex-shrink: 0;
}

.amenity-mini-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--brand-navy);
  margin-bottom: 0.25rem;
}

.amenity-mini-desc {
  font-size: 0.82rem;
  color: var(--text-muted);
  line-height: 1.4;
}

/* ==========================================================================
   5. MASTER PLAN & FLOOR PLANS
   ========================================================================== */
.masterplan-card {
  background: #FFFFFF;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  box-shadow: var(--shadow-sm);
  margin-top: 1.5rem;
}

.plan-tab-group {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
}

.plan-tab-btn {
  padding: 0.55rem 1.15rem;
  background: var(--bg-surface-alt);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-main);
  cursor: pointer;
  transition: var(--transition);
}

.plan-tab-btn.active,
.plan-tab-btn:hover {
  background: #0B1E36;
  color: #FFFFFF;
  border-color: #0B1E36;
}

.plan-preview-box {
  background: #F8FAFC;
  border: 1px dashed var(--border-color);
  border-radius: var(--radius-md);
  padding: 3rem 1.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

/* ==========================================================================
   6. LOCATION & COMMUTE REALITY
   ========================================================================== */
.commute-card {
  background: #FFFFFF;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle);
  padding: 1.5rem 1.6rem;
  box-shadow: var(--shadow-subtle);
}

.commute-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-bottom: 1.5rem;
}

.commute-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  border-bottom: 1px dashed var(--border-subtle);
  padding-bottom: 0.45rem;
  font-size: 0.9rem;
  line-height: 1.4;
}

.commute-row:last-child {
  border-bottom: none;
  padding-bottom: 0.1rem;
}

.commute-label {
  color: #334155;
  font-weight: 500;
  flex: 1 1 auto;
  min-width: 0;
  line-height: 1.35;
  word-break: break-word;
}

.commute-stat {
  color: var(--accent-green);
  font-weight: 700;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
  text-align: right;
  font-variant-numeric: tabular-nums;
  font-size: 0.88rem;
  letter-spacing: -0.01em;
}

.commute-actions-wrap {
  display: flex;
  gap: 0.65rem;
  margin-top: 0.85rem;
  flex-wrap: wrap;
}

.btn-commute-call,
.btn-commute-whatsapp {
  flex: 1 1 180px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 42px;
  padding: 0.65rem 0.85rem;
  border-radius: var(--radius-sm);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap !important;
  box-sizing: border-box;
  transition: all 0.2s ease;
}

.btn-commute-call {
  background: #D4AF37;
  color: #000000;
  box-shadow: var(--shadow-sm);
}

.btn-commute-call:hover {
  background: #E5C158;
}

.btn-commute-whatsapp {
  background: rgba(37, 211, 102, 0.15);
  color: #15803D;
  border: 1px solid rgba(37, 211, 102, 0.5);
}

.btn-commute-whatsapp:hover {
  background: rgba(37, 211, 102, 0.25);
}

.commute-map-container {
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--border-color);
  margin-top: 1.5rem;
}

/* ==========================================================================
   7. INSIDER AUDIT (Strengths vs Considerations)
   ========================================================================== */
.insider-audit-section {
  max-width: 1040px;
  margin: 0 auto 4rem;
  padding: 0 1.25rem;
}

.audit-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .audit-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.audit-card {
  background: #FFFFFF;
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  box-shadow: var(--shadow-sm);
}

.card-works {
  border: 1px solid var(--accent-green-border);
  border-top: 4px solid var(--accent-green);
}

.card-tradeoffs {
  border: 1px solid var(--accent-alert-border);
  border-top: 4px solid var(--accent-alert);
}

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

.card-title {
  font-size: 1.25rem;
  font-weight: 800;
}

.points-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.point-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.92rem;
  line-height: 1.5;
}

.point-icon {
  flex-shrink: 0;
  margin-top: 0.15rem;
  font-weight: 800;
}

.point-icon-green {
  color: var(--accent-green);
}

.point-icon-alert {
  color: var(--accent-alert);
}

/* ==========================================================================
   8. DEVELOPER PROFILE
   ========================================================================== */
.developer-card {
  background: #FFFFFF;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 2rem;
  box-shadow: var(--shadow-sm);
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 800px) {
  .developer-card {
    grid-template-columns: 1.4fr 0.8fr;
  }
}

.dev-stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  background: var(--bg-surface-alt);
  padding: 1.25rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-subtle);
}

.dev-stat-box {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.dev-stat-lbl {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-muted);
}

.dev-stat-val {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--brand-navy);
}

/* ==========================================================================
   9. FAQS SECTION
   ========================================================================== */
.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-top: 1.5rem;
}

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

.faq-item:hover {
  border-color: #CBD5E1;
}

.faq-question {
  padding: 1.15rem 1.25rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--brand-navy);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
}

.faq-icon {
  font-size: 1.2rem;
  transition: transform 0.25s ease;
  color: var(--accent-green);
}

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

.faq-answer {
  padding: 0 1.25rem 1.25rem;
  font-size: 0.92rem;
  color: #475569;
  line-height: 1.6;
  display: none;
}

.faq-item.active .faq-answer {
  display: block;
}

/* ==========================================================================
   10. WATCHLIST & RELATED DEVELOPMENTS
   ========================================================================== */
.watchlist-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.25rem;
  margin-top: 1.5rem;
}

.watchlist-card {
  background: #FFFFFF;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

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

.watchlist-body {
  padding: 1.15rem;
}

.watchlist-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--brand-navy);
  margin-bottom: 0.35rem;
}

.watchlist-loc {
  font-size: 0.82rem;
  color: var(--text-muted);
  margin-bottom: 0.65rem;
}

.watchlist-price {
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 800;
  color: #B45309;
}

/* ==========================================================================
   11. ADVISORY FOOTER (Deep Royal Navy #0B1E36)
   ========================================================================== */
.advisory-footer {
  background-color: #0B1E36 !important;
  color: #94A3B8 !important;
  padding: 3.5rem 1.5rem 4rem !important;
  border-top: 1px solid rgba(212, 175, 55, 0.2) !important;
}

.advisory-footer .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 2.5rem;
  text-align: left;
}

.advisory-footer .footer-brand h4 {
  color: #FFFFFF !important;
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
  letter-spacing: -0.01em;
}

.advisory-footer .footer-brand p {
  color: #94A3B8 !important;
  font-size: 0.85rem;
  line-height: 1.6;
}

.advisory-footer .footer-col h5 {
  color: #FFFFFF !important;
  font-family: var(--font-heading);
  font-size: 0.92rem;
  font-weight: 700;
  margin-bottom: 0.85rem;
}

.advisory-footer .footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.advisory-footer .footer-col ul li {
  margin-bottom: 0.45rem;
}

.advisory-footer .footer-col ul li a {
  color: #94A3B8 !important;
  text-decoration: none;
  font-size: 0.85rem;
  transition: color 0.2s;
}

.advisory-footer .footer-col ul li a:hover {
  color: #D4AF37 !important;
}

.advisory-footer .footer-bottom {
  max-width: 1200px;
  margin: 2rem auto 0;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  font-size: 0.8rem;
  color: #64748B;
  text-align: left;
}

/* ==========================================================================
   12. PERSISTENT STICKY BOTTOM BAR (Mobile & Desktop)
   ========================================================================== */
.persistent-sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: rgba(11, 30, 54, 0.98);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid rgba(212, 175, 55, 0.35);
  box-shadow: var(--shadow-sticky);
  padding: 0.75rem 1.25rem;
}

.sticky-bar-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.sticky-project-meta {
  display: none;
}

@media (min-width: 768px) {
  .sticky-project-meta {
    display: flex;
    flex-direction: column;
  }
}

.sticky-project-title {
  color: #FFFFFF;
  font-size: 0.95rem;
  font-weight: 800;
}

.sticky-project-sub {
  color: var(--accent-gold);
  font-size: 0.78rem;
  font-weight: 600;
}

.sticky-cta-group {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  width: 100%;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .sticky-cta-group {
    justify-content: space-between;
  }
}

.sticky-btn-call,
.sticky-btn-whatsapp,
.sticky-btn-costsheet {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  height: 42px !important;
  padding: 0 1rem !important;
  border-radius: var(--radius-sm) !important;
  font-size: 0.85rem !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
}

@media (max-width: 767px) {
  .sticky-btn-call,
  .sticky-btn-whatsapp,
  .sticky-btn-costsheet {
    flex: 1 1 33% !important;
    padding: 0 0.5rem !important;
    font-size: 0.78rem !important;
  }
}

.sticky-btn-call {
  background: #D4AF37 !important;
  color: #000000 !important;
}

.sticky-btn-whatsapp {
  background: #25D366 !important;
  color: #FFFFFF !important;
}

.sticky-btn-costsheet {
  background: #10B981 !important;
  color: #FFFFFF !important;
  border: none !important;
}

/* ==========================================================================
   13. MODAL DIALOG
   ========================================================================== */
.lead-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}

.lead-modal-overlay.active {
  display: flex;
}

.lead-modal-card {
  background: #FFFFFF;
  border-radius: var(--radius-lg);
  padding: 2rem;
  max-width: 480px;
  width: 100%;
  box-shadow: 0 24px 48px -12px rgba(0, 0, 0, 0.35);
  position: relative;
}

.modal-close-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: #F1F5F9;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #64748B;
  transition: all 0.2s;
}

.modal-close-btn:hover {
  background: #E2E8F0;
  color: #0B1E36;
}

/* ==========================================================================
   14. STRICT MOBILE VIEW & RESPONSIVE CONSTRAINTS (Rule 5)
   ========================================================================== */
@media (max-width: 768px) {
  .config-desktop-only {
    display: none !important;
  }
  .config-mobile-cards {
    display: flex !important;
  }
  .nav-links-menu {
    display: none !important;
  }
  .advisory-footer .footer-container {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
  }
  .commute-actions-wrap {
    flex-direction: column !important;
  }
  .btn-commute-call,
  .btn-commute-whatsapp {
    width: 100% !important;
    flex: 1 1 100% !important;
  }
}
