/* =================================================================
   CONSCIENT HINES 63A — Luxury Real Estate Website
   Design System: Gold / Dark Blue / Charcoal / White / Light Grey
================================================================= */

@import url('https://www.google.com/maps/dir//Elevate+63,+93WW%2BCCV,+Gurugram,+Haryana+122098/@28.4196864,77.0736128,13z/data=!4m8!4m7!1m0!1m5!1m1!1s0x390d235485f9fc0b:0xfcab9943265b56a6!2m2!1d77.0960625!2d28.3960625?entry=ttu&g_ep=EgoyMDI2MDcxMy4wIKXMDSoASAFQAw%3D%3D');

:root {
  --gold: #C9A84C;
  --gold-light: #E8C96A;
  --gold-dim: rgba(201, 168, 76, 0.15);
  --navy: #0B1320;
  --navy-2: #101a2c;
  --navy-3: #16223a;
  --charcoal: #1A1A1F;
  --white: #FFFFFF;
  --light-grey: #F5F4F1;
  --grey-text: #6B6F76;
  --white-80: rgba(255, 255, 255, 0.80);
  --white-60: rgba(255, 255, 255, 0.60);
  --white-50: rgba(255, 255, 255, 0.50);
  --white-20: rgba(255, 255, 255, 0.20);
  --white-10: rgba(255, 255, 255, 0.10);
  --white-5: rgba(255, 255, 255, 0.05);
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'Inter', system-ui, sans-serif;
  --font-accent: 'Cormorant Garamond', Georgia, serif;
  --radius: 6px;
  --radius-lg: 14px;
  --transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  --shadow-soft: 0 20px 60px rgba(11, 19, 32, 0.12);
  --shadow-deep: 0 30px 80px rgba(0, 0, 0, 0.45);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--charcoal);
  background: var(--white);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; }
a { text-decoration: none; color: inherit; }
.bg-dark-section { background: var(--navy); color: var(--white-80); }
.bg-light-section { background: var(--light-grey); }

/* ===== UTILITY TYPOGRAPHY ===== */
.section-label {
  font-size: 11px; font-weight: 700; letter-spacing: 4px; text-transform: uppercase;
  color: var(--gold); display: inline-block; margin-bottom: 14px;
}
.section-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600; line-height: 1.2; margin-bottom: 18px;
}
.bg-dark-section .section-title, .bg-dark-section .section-label { color: var(--white); }
.bg-dark-section .section-label { color: var(--gold); }
.section-subtitle { font-size: 1rem; color: var(--grey-text); max-width: 600px; line-height: 1.8; }
.bg-dark-section .section-subtitle { color: var(--white-60); }
.gold-line { width: 56px; height: 2px; background: var(--gold); margin: 22px 0; }
.text-gold { color: var(--gold) !important; }

/* fade-in reveal */
.reveal { opacity: 0; transform: translateY(32px); transition: opacity 0.8s ease, transform 0.8s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* ===== BUTTONS ===== */
.btn-gold {
  background: var(--gold); color: var(--navy); border: 1px solid var(--gold);
  font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  padding: 14px 30px; border-radius: var(--radius); transition: var(--transition);
}
.btn-gold:hover { background: var(--gold-light); color: var(--navy); transform: translateY(-3px); box-shadow: 0 12px 30px rgba(201,168,76,0.4); }
.btn-outline-luxury {
  background: transparent; border: 1px solid rgba(255,255,255,0.3); color: var(--white);
  font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  padding: 14px 30px; border-radius: var(--radius); transition: var(--transition);
}
.btn-outline-luxury:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-3px); }
.btn-outline-dark {
  background: transparent; border: 1px solid rgba(11,19,32,0.2); color: var(--navy);
  font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  padding: 14px 30px; border-radius: var(--radius); transition: var(--transition);
}
.btn-outline-dark:hover { border-color: var(--gold); color: var(--gold); background: var(--navy); }
.btn-whatsapp-fixed {
  background: #25D366; color: #fff; border: 1px solid #25D366;
  font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
  padding: 13px 26px; border-radius: var(--radius); transition: var(--transition);
}
.btn-whatsapp-fixed:hover { background: #1ebe5d; color: #fff; transform: translateY(-2px); }
.btn-call-luxury {
  background: transparent; border: 1px solid var(--gold); color: var(--gold);
  font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
  padding: 13px 26px; border-radius: var(--radius); transition: var(--transition);
}
.btn-call-luxury:hover { background: var(--gold); color: var(--navy); }

/* ===== HEADER / NAV ===== */
#mainNav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  padding: 18px 0; transition: var(--transition);
  background: transparent;
}
#mainNav.scrolled {
  background: rgba(11, 19, 32, 0.95);
  backdrop-filter: blur(20px);
  padding: 12px 0;
  box-shadow: 0 4px 30px rgba(0,0,0,0.3);
}
#mainNav .navbar-brand-stack { display: flex; flex-direction: column; line-height: 1.2; }
#mainNav .brand-main { font-family: var(--font-display); font-size: 1.2rem; font-weight: 700; color: var(--white); letter-spacing: 0.5px; }
#mainNav .brand-sub { font-size: 8.5px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold); }
#mainNav .nav-link {
  color: var(--white-80) !important; font-size: 11px; font-weight: 600;
  letter-spacing: 1.5px; text-transform: uppercase; padding: 8px 16px !important;
  transition: color 0.2s;
}
#mainNav .nav-link:hover, #mainNav .nav-link:focus { color: var(--gold) !important; }
#mainNav .navbar-toggler { border: none; padding: 4px; }
#mainNav .navbar-toggler:focus { box-shadow: none; }
#mainNav .navbar-toggler-icon {
  background-image: none; width: 24px; height: 18px; position: relative;
}
.nav-cta-group { display: flex; align-items: center; gap: 10px; }
.nav-cta-group .btn { font-size: 10.5px; padding: 10px 18px; white-space: nowrap; }

@media (max-width: 991px) {
  #mainNav .navbar-collapse {
    background: rgba(11,19,32,0.98); backdrop-filter: blur(20px);
    padding: 24px; border-radius: var(--radius-lg); margin-top: 16px;
  }
  .nav-cta-group { flex-direction: column; align-items: stretch; margin-top: 16px; }
}

/* ===== HERO ===== */
#hero {
  position: relative; min-height: 100vh; display: flex; align-items: center;
  overflow: hidden; color: var(--white);
}
#hero .hero-bg {
  position: absolute; inset: 0;
  background-image: url('../images/background-image.webp');
  background-size: cover; background-position: center 30%;
  filter: brightness(0.4) saturate(1.05);
  animation: heroZoom 22s ease-in-out infinite alternate;
}
@keyframes heroZoom { from { transform: scale(1); } to { transform: scale(1.08); } }
#hero .hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(11,19,32,0.82) 0%, rgba(11,19,32,0.45) 55%, rgba(11,19,32,0.75) 100%);
}
#hero .hero-grid-lines {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 64px 64px; pointer-events: none;
}
#hero .hero-content { position: relative; z-index: 2; padding-top: 110px; padding-bottom: 60px; width: 100%; }
.launch-pill {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--gold-dim); border: 1px solid var(--gold);
  border-radius: 100px; padding: 8px 18px; margin-bottom: 22px;
  font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); font-weight: 700;
}
.launch-pill .pulse-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); animation: pulseDot 1.5s infinite; }
@keyframes pulseDot { 0%{box-shadow:0 0 0 0 rgba(201,168,76,0.7)} 70%{box-shadow:0 0 0 9px rgba(201,168,76,0)} 100%{box-shadow:0 0 0 0 rgba(201,168,76,0)} }
.hero-eyebrow-line {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 10px; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); font-weight: 700; margin-bottom: 26px;
}
.hero-eyebrow-line::before, .hero-eyebrow-line::after { content:''; width: 30px; height: 1px; background: var(--gold); display:block; }
.hero-title-main {
  font-family: var(--font-display); font-weight: 700; line-height: 1.08;
  font-size: clamp(2.6rem, 5.6vw, 4.6rem); color: var(--white); margin-bottom: 6px;
}
.hero-title-main em { font-style: italic; color: var(--gold); }
.hero-tagline {
  font-family: var(--font-accent); font-weight: 300;
  font-size: clamp(1.1rem, 2vw, 1.35rem); color: var(--white-60); margin-bottom: 22px;
}
.hero-desc { font-size: 0.95rem; color: var(--white-60); max-width: 500px; line-height: 1.85; margin-bottom: 28px; }
.hero-meta-row {
  display: flex; flex-wrap: wrap; gap: 28px; padding: 22px 0;
  border-top: 1px solid var(--white-10); border-bottom: 1px solid var(--white-10); margin-bottom: 30px;
}
.hero-meta-item .meta-val { font-family: var(--font-display); font-size: 1.3rem; font-weight: 700; color: var(--gold); display: block; }
.hero-meta-item .meta-key { font-size: 8.5px; letter-spacing: 2px; text-transform: uppercase; color: var(--white-50); }
.hero-rera-tag { font-size: 0.72rem; color: var(--white-50); margin-top: 22px; letter-spacing: 0.5px; }

/* Hero enquiry card */
.hero-form-card {
  background: rgba(11, 19, 32, 0.88);
  border: 1px solid rgba(201, 168, 76, 0.25);
  border-radius: var(--radius-lg); padding: 34px 30px;
  backdrop-filter: blur(24px); box-shadow: var(--shadow-deep);
}
.hero-form-card .form-card-title { font-family: var(--font-display); font-size: 1.2rem; font-weight: 600; color: var(--white); margin-bottom: 4px; }
.hero-form-card .form-card-sub { font-size: 0.78rem; color: var(--white-50); margin-bottom: 20px; }
.form-control-luxury, .form-select-luxury {
  background: rgba(255,255,255,0.05); border: 1px solid var(--white-10); color: var(--white);
  border-radius: var(--radius); padding: 12px 16px; font-size: 0.85rem;
}
.form-control-luxury::placeholder { color: var(--white-50); }
.form-control-luxury:focus, .form-select-luxury:focus {
  background: rgba(255,255,255,0.07); border-color: var(--gold); color: var(--white); box-shadow: none;
}
.form-select-luxury option { background: var(--navy-2); color: var(--white); }
.form-check-luxury .form-check-input { background-color: transparent; border-color: var(--white-20); }
.form-check-luxury .form-check-input:checked { background-color: var(--gold); border-color: var(--gold); }
.form-check-luxury label { font-size: 0.76rem; color: var(--white-50); line-height: 1.5; }
.success-message { display: none; text-align: center; padding: 28px 10px; color: var(--gold); font-family: var(--font-display); font-size: 1.1rem; line-height: 1.5; }

/* ===== STATS STRIP ===== */
.stats-strip { background: var(--gold); padding: 46px 0; }
.stats-strip .stat-val { font-family: var(--font-display); font-size: 2.6rem; font-weight: 700; color: var(--navy); line-height: 1; }
.stats-strip .stat-lbl { font-size: 9.5px; letter-spacing: 2.5px; text-transform: uppercase; color: rgba(11,19,32,0.6); font-weight: 700; margin-top: 6px; }

/* ===== QUICK HIGHLIGHTS ICON CARDS ===== */
.icon-card {
  background: var(--white); border: 1px solid rgba(11,19,32,0.08);
  border-radius: var(--radius-lg); padding: 30px 22px; text-align: center; height: 100%;
  transition: var(--transition); box-shadow: 0 6px 20px rgba(11,19,32,0.04);
}
.icon-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-soft); border-color: var(--gold); }
.icon-card .icon-wrap {
  width: 56px; height: 56px; border-radius: 50%; background: var(--gold-dim);
  display: flex; align-items: center; justify-content: center; margin: 0 auto 16px;
  font-size: 1.5rem; color: var(--gold);
}
.icon-card .icon-card-val { font-family: var(--font-display); font-size: 1.1rem; font-weight: 700; color: var(--navy); margin-bottom: 4px; }
.icon-card .icon-card-lbl { font-size: 11px; letter-spacing: 1px; text-transform: uppercase; color: var(--grey-text); font-weight: 600; }

/* ===== ABOUT SECTION ===== */
.about-img-frame { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-soft); }
.about-img-frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
.about-img-frame::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(11,19,32,0.65) 100%); pointer-events: none; }
.about-tag-box {
  position: absolute; bottom: 22px; left: 22px; right: 22px; z-index: 2;
  background: rgba(11,19,32,0.85); backdrop-filter: blur(12px); border: 1px solid rgba(201,168,76,0.3);
  border-radius: var(--radius); padding: 16px 20px; display: flex; gap: 16px; align-items: center;
}
.about-tag-num { font-family: var(--font-display); font-size: 1.9rem; font-weight: 700; color: var(--gold); line-height: 1; }
.about-tag-text-main { font-size: 0.78rem; color: var(--white); font-weight: 600; }
.about-tag-text-sub { font-size: 0.72rem; color: var(--white-60); }
.about-feature-pill {
  display: flex; align-items: flex-start; gap: 12px; padding: 14px 16px;
  background: var(--light-grey); border-radius: var(--radius); height: 100%;
}
.about-feature-pill .feat-icon { color: var(--gold); font-size: 1rem; margin-top: 2px; }
.about-feature-pill .feat-text { font-size: 0.82rem; color: var(--charcoal); line-height: 1.5; }

/* design philosophy chips */
.philosophy-chip {
  display: flex; align-items: center; gap: 14px; padding: 18px 20px;
  border: 1px solid rgba(11,19,32,0.08); border-radius: var(--radius); margin-bottom: 12px;
  transition: var(--transition);
}
.philosophy-chip:hover { border-color: var(--gold); background: var(--gold-dim); }
.philosophy-chip .chip-num { font-family: var(--font-display); font-size: 1.3rem; color: var(--gold); font-weight: 700; }
.philosophy-chip .chip-title { font-size: 0.92rem; font-weight: 700; color: var(--navy); }
.philosophy-chip .chip-desc { font-size: 0.8rem; color: var(--grey-text); }

/* ===== PRICE LIST ===== */
.price-table-wrap { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-soft); }
.table-luxury { margin-bottom: 0; }
.table-luxury thead { background: var(--navy); color: var(--white); }
.table-luxury thead th {
  font-size: 10.5px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 700;
  padding: 18px 20px; border: none; color: var(--gold);
}
.table-luxury tbody td { padding: 18px 20px; font-size: 0.9rem; vertical-align: middle; border-color: rgba(11,19,32,0.06); }
.table-luxury tbody tr:hover { background: var(--gold-dim); }
.table-luxury .unit-type { font-weight: 700; color: var(--navy); }
.table-luxury .price-val { font-family: var(--font-display); font-weight: 700; color: var(--gold); font-size: 1rem; }
.price-disclaimer { font-size: 0.75rem; color: var(--grey-text); font-style: italic; margin-top: 14px; }

/* ===== FLOOR PLANS ===== */
.plan-tab-btn {
  padding: 11px 26px; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; font-weight: 700;
  border: 1px solid rgba(11,19,32,0.15); border-radius: var(--radius); color: var(--grey-text);
  background: transparent; transition: var(--transition); cursor: pointer;
}
.plan-tab-btn.active { background: var(--navy); border-color: var(--navy); color: var(--gold); }
.plan-tab-btn:hover:not(.active) { border-color: var(--gold); color: var(--gold); }
.plan-card {
  border: 1px solid rgba(11,19,32,0.08); border-radius: var(--radius-lg); overflow: hidden;
  cursor: pointer; transition: var(--transition); background: var(--white);
}
.plan-card:hover { box-shadow: var(--shadow-soft); transform: translateY(-4px); }
.plan-card-img {
  height: 240px; background: var(--light-grey); display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
}
.plan-card-img .plan-icon { font-size: 3rem; color: var(--gold); opacity: 0.3; }
.plan-card-img .zoom-hint {
  position: absolute; inset: 0; background: rgba(11,19,32,0.5); opacity: 0; transition: opacity 0.3s;
  display: flex; align-items: center; justify-content: center; color: var(--gold); font-size: 1.6rem;
}
.plan-card:hover .zoom-hint { opacity: 1; }
.plan-card-body { padding: 18px 20px; }
.plan-card-body .plan-name { font-family: var(--font-display); font-weight: 700; color: var(--navy); font-size: 1.1rem; }
.plan-card-body .plan-size { font-size: 0.8rem; color: var(--grey-text); margin-top: 2px; }

/* ===== AMENITIES ===== */
.amenity-tile {
  background: var(--white); border: 1px solid rgba(11,19,32,0.08); border-radius: var(--radius);
  padding: 22px 16px; text-align: center; height: 100%; transition: var(--transition);
}
.amenity-tile:hover { border-color: var(--gold); background: var(--gold-dim); transform: translateY(-4px); }
.amenity-tile svg { width: 30px; height: 30px; stroke: var(--gold); margin-bottom: 12px; }
.amenity-tile .amenity-label { font-size: 0.78rem; font-weight: 600; color: var(--navy); line-height: 1.3; }

/* ===== GALLERY / LIGHTBOX ===== */
.gallery-grid-luxury { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 230px; gap: 8px; }
.gallery-grid-luxury .g-item:nth-child(1) { grid-column: span 2; grid-row: span 2; }
.gallery-grid-luxury .g-item:nth-child(6) { grid-column: span 2; }
.g-item { position: relative; overflow: hidden; cursor: pointer; border-radius: var(--radius); }
.g-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.g-item:hover img { transform: scale(1.08); }
.g-item-overlay {
  position: absolute; inset: 0; background: rgba(11,19,32,0.25); opacity: 0; transition: opacity 0.3s;
  display: flex; align-items: center; justify-content: center; color: var(--gold); font-size: 1.6rem;
}
.g-item:hover .g-item-overlay { opacity: 1; }
.g-item-label {
  position: absolute; bottom: 12px; left: 12px; background: rgba(11,19,32,0.8); backdrop-filter: blur(6px);
  padding: 5px 12px; border-radius: 4px; font-size: 9px; letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--white); font-weight: 700;
}

/* Lightbox modal */
.lightbox-modal .modal-content { background: transparent; border: none; }
.lightbox-modal .modal-body { padding: 0; display: flex; align-items: center; justify-content: center; }
.lightbox-modal img { max-height: 88vh; width: auto; max-width: 100%; border-radius: var(--radius); box-shadow: var(--shadow-deep); }
.lightbox-modal .btn-close { background-color: var(--white); opacity: 1; position: absolute; top: -16px; right: -16px; border-radius: 50%; padding: 10px; z-index: 10; }

/* ===== LOCATION ===== */
.location-card {
  display: flex; align-items: center; gap: 14px; padding: 16px 18px;
  background: var(--white); border: 1px solid rgba(11,19,32,0.08); border-radius: var(--radius);
  transition: var(--transition); height: 100%;
}
.location-card:hover { border-color: var(--gold); box-shadow: var(--shadow-soft); transform: translateY(-3px); }
.location-card .loc-icon { font-size: 1.4rem; color: var(--gold); flex-shrink: 0; }
.location-card .loc-title { font-size: 0.85rem; font-weight: 700; color: var(--navy); }
.location-card .loc-desc { font-size: 0.78rem; color: var(--grey-text); }
.map-frame-wrap { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-soft); aspect-ratio: 4/3; }
.map-frame-wrap iframe { width: 100%; height: 100%; border: 0; }

/* ===== MASTER PLAN ===== */
.master-plan-frame {
  border: 1px solid rgba(11,19,32,0.1); border-radius: var(--radius-lg); overflow: hidden;
  position: relative; background: var(--light-grey); cursor: zoom-in;
}
.master-plan-frame img { width: 100%; display: block; transition: transform 0.4s; }
.master-plan-zoom-hint {
  position: absolute; bottom: 18px; right: 18px; background: rgba(11,19,32,0.85); color: var(--gold);
  padding: 10px 18px; border-radius: 100px; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase;
  display: flex; align-items: center; gap: 8px; font-weight: 700;
}

/* ===== CONSTRUCTION UPDATES ===== */
.construction-card { border: 1px solid rgba(11,19,32,0.08); border-radius: var(--radius-lg); overflow: hidden; height: 100%; background: var(--white); transition: var(--transition); }
.construction-card:hover { box-shadow: var(--shadow-soft); transform: translateY(-4px); }
.construction-img { height: 200px; background: var(--light-grey); display: flex; align-items: center; justify-content: center; color: var(--gold); font-size: 2.4rem; opacity: 0.4; }
.construction-body { padding: 18px 20px; }
.construction-date { font-size: 9.5px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); font-weight: 700; margin-bottom: 6px; }
.construction-title { font-family: var(--font-display); font-weight: 700; color: var(--navy); font-size: 1rem; }
.construction-desc { font-size: 0.8rem; color: var(--grey-text); margin-top: 6px; }

/* ===== ABOUT DEVELOPER ===== */
.developer-stat { text-align: center; padding: 24px 14px; border-right: 1px solid var(--white-10); }
.developer-stat:last-child { border-right: none; }
.developer-stat .dev-stat-val { font-family: var(--font-display); font-size: 2.2rem; font-weight: 700; color: var(--gold); }
.developer-stat .dev-stat-lbl { font-size: 9.5px; letter-spacing: 2px; text-transform: uppercase; color: var(--white-50); margin-top: 6px; }
.developer-card { background: rgba(255,255,255,0.04); border: 1px solid var(--white-10); border-radius: var(--radius-lg); padding: 40px 34px; height: 100%; }
.developer-card .dev-name { font-family: var(--font-display); font-size: 1.7rem; font-weight: 700; color: var(--white); }
.developer-card .dev-tag { font-size: 9.5px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 16px; }
.developer-card .dev-desc { font-size: 0.85rem; color: var(--white-60); line-height: 1.8; }
.award-pill { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.05); border: 1px solid var(--white-10); border-radius: 100px; padding: 8px 16px; font-size: 0.75rem; color: var(--white-60); margin: 4px; }

/* ===== TESTIMONIALS ===== */
.testimonial-card { background: var(--white); border: 1px solid rgba(11,19,32,0.08); border-radius: var(--radius-lg); padding: 40px; text-align: center; max-width: 720px; margin: 0 auto; box-shadow: var(--shadow-soft); }
.testimonial-stars { color: var(--gold); font-size: 1.1rem; margin-bottom: 18px; letter-spacing: 3px; }
.testimonial-quote { font-family: var(--font-accent); font-size: 1.3rem; font-style: italic; color: var(--navy); line-height: 1.7; margin-bottom: 22px; }
.testimonial-author { font-weight: 700; color: var(--navy); font-size: 0.9rem; }
.testimonial-role { font-size: 0.78rem; color: var(--grey-text); }
.carousel-indicators-luxury { display: flex; justify-content: center; gap: 8px; margin-top: 26px; }
.carousel-indicators-luxury button { width: 8px; height: 8px; border-radius: 50%; border: none; background: rgba(11,19,32,0.15); padding: 0; transition: var(--transition); }
.carousel-indicators-luxury button.active { background: var(--gold); width: 24px; border-radius: 4px; }

/* ===== FAQ ===== */
.accordion-luxury .accordion-item { border: 1px solid rgba(11,19,32,0.08); border-radius: var(--radius) !important; margin-bottom: 10px; overflow: hidden; }
.accordion-luxury .accordion-button {
  font-size: 0.92rem; font-weight: 600; color: var(--navy); padding: 18px 22px;
  background: var(--white); box-shadow: none;
}
.accordion-luxury .accordion-button:not(.collapsed) { background: var(--gold-dim); color: var(--navy); }
.accordion-luxury .accordion-button:focus { box-shadow: none; border-color: transparent; }
.accordion-luxury .accordion-button::after { filter: sepia(1) saturate(4) hue-rotate(5deg); }
.accordion-luxury .accordion-body { font-size: 0.85rem; color: var(--grey-text); line-height: 1.8; padding: 0 22px 20px; }

/* ===== CONTACT ===== */
.contact-info-card {
  display: flex; align-items: center; gap: 16px; padding: 18px 20px;
  background: var(--white); border: 1px solid rgba(11,19,32,0.08); border-radius: var(--radius);
  margin-bottom: 14px; transition: var(--transition);
}
.contact-info-card:hover { border-color: var(--gold); box-shadow: var(--shadow-soft); }
.contact-info-card .ci-icon { font-size: 1.5rem; color: var(--gold); }
.contact-info-card .ci-label { font-size: 9px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--grey-text); }
.contact-info-card .ci-val { font-size: 1rem; font-weight: 700; color: var(--navy); }

/* ===== FOOTER ===== */
footer.site-footer { background: var(--navy); color: var(--white-60); padding: 60px 0 0; }
footer.site-footer .footer-brand { font-family: var(--font-display); font-size: 1.3rem; font-weight: 700; color: var(--white); }
footer.site-footer .footer-brand-sub { font-size: 9px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold); display: block; margin: 4px 0 16px; }
footer.site-footer .footer-desc { font-size: 0.82rem; line-height: 1.8; max-width: 300px; color: var(--white-50); }
footer.site-footer .footer-heading { font-size: 10.5px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold); font-weight: 700; margin-bottom: 18px; }
footer.site-footer .footer-links { list-style: none; padding: 0; }
footer.site-footer .footer-links li { margin-bottom: 10px; }
footer.site-footer .footer-links a { font-size: 0.85rem; color: var(--white-50); transition: color 0.2s; }
footer.site-footer .footer-links a:hover { color: var(--gold); }
.footer-social { display: flex; gap: 10px; }
.footer-social a {
  width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--white-10);
  display: flex; align-items: center; justify-content: center; color: var(--white-50);
  transition: var(--transition); font-size: 0.8rem; font-weight: 700;
}
.footer-social a:hover { border-color: var(--gold); color: var(--gold); background: var(--gold-dim); }
.footer-disclaimer { font-size: 0.72rem; color: var(--white-30, rgba(255,255,255,0.3)); line-height: 1.7; background: rgba(255,255,255,0.04); border: 1px solid var(--white-10); border-radius: var(--radius); padding: 18px 22px; margin: 30px 0; }
.footer-bottom { border-top: 1px solid var(--white-10); padding: 20px 0; font-size: 0.75rem; color: var(--white-30, rgba(255,255,255,0.35)); }

/* ===== STICKY MOBILE CTA BAR ===== */
.sticky-mobile-bar {
  display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 998;
  background: rgba(11,19,32,0.97); backdrop-filter: blur(20px); border-top: 1px solid var(--white-10);
  padding: 10px 14px; gap: 8px;
}
.sticky-mobile-bar .btn { flex: 1; text-align: center; padding: 12px 6px; font-size: 10px; }

/* ===== POPUPS ===== */
.popup-modal .modal-content {
  background: var(--navy); border: 1px solid rgba(201,168,76,0.3); border-radius: var(--radius-lg);
  color: var(--white); padding: 10px;
}
.popup-modal .modal-header { border-bottom: none; padding-bottom: 0; }
.popup-modal .btn-close { filter: invert(1); }
.popup-badge-modal {
  display: inline-block; background: var(--gold-dim); border: 1px solid var(--gold); border-radius: 100px;
  padding: 6px 14px; font-size: 9px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold); font-weight: 700;
}

/* ===== ARTISTIC TAG ===== */
.artistic-tag {
  position: absolute; bottom: 10px; right: 14px; font-size: 8px; letter-spacing: 1.5px;
  text-transform: uppercase; color: rgba(255,255,255,0.35); font-style: italic; z-index: 3;
}

/* ===== FULL BLEED SHOWCASE ===== */
.img-showcase-strip { position: relative; height: 480px; overflow: hidden; }
.img-showcase-strip img { width: 100%; height: 100%; object-fit: cover; }
.img-showcase-strip .showcase-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,19,32,0.65) 0%, transparent 45%, transparent 55%, rgba(11,19,32,0.65) 100%); }
.img-showcase-strip .showcase-caption {
  position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%); white-space: nowrap;
  background: rgba(11,19,32,0.7); backdrop-filter: blur(10px); border: 1px solid rgba(201,168,76,0.3);
  border-radius: var(--radius); padding: 12px 26px; font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold); font-weight: 700;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .sticky-mobile-bar { display: flex; }
  body { padding-bottom: 66px; }
  .gallery-grid-luxury { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 200px; }
  .gallery-grid-luxury .g-item:nth-child(1) { grid-column: span 2; grid-row: span 1; }
  .gallery-grid-luxury .g-item:nth-child(6) { grid-column: span 1; }
  .developer-stat { border-right: none; border-bottom: 1px solid var(--white-10); }
  .img-showcase-strip { height: 320px; }
}
@media (max-width: 575px) {
  .section-title { font-size: 1.8rem; }
  .hero-meta-row { gap: 18px; }
  .img-showcase-strip { height: 220px; }
}
