/* ============================================================
   SKA Pre Launch – Wave City | Main Stylesheet
   Colors: Navy #1a1a2e | Gold #c9a84c | White #fff
   ============================================================ */

/* ── Google Fonts (imported via link in HTML) ──────────────── */
:root {
  --navy:      #1a1a2e;
  --navy-mid:  #16213e;
  --navy-lt:   #0f3460;
  --gold:      #c9a84c;
  --gold-lt:   #e8d48b;
  --white:     #ffffff;
  --off-white: #f8f6f0;
  --text:      #2c2c2c;
  --text-muted:#666666;
  --border:    rgba(201,168,76,.25);
  --radius:    10px;
  --shadow:    0 8px 32px rgba(0,0,0,.18);
  --transition:.35s cubic-bezier(.4,0,.2,1);
}

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

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.7;
  overflow-x: hidden;
}

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

a { color: var(--gold); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--gold-lt); }

h1,h2,h3,h4,h5 {
  font-family: 'Playfair Display', serif;
  color: var(--navy);
  line-height: 1.3;
}

/* ── Utility ────────────────────────────────────────────────── */
.container   { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.text-center { text-align: center; }
.text-gold   { color: var(--gold); }
.bg-navy     { background: var(--navy); }
.section-pad { padding: 90px 0; }

.section-title {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  color: var(--navy);
  margin-bottom: 14px;
}
.section-subtitle {
  font-size: 1.05rem;
  color: var(--text-muted);
  max-width: 640px;
  margin: 0 auto 48px;
}
.gold-line {
  width: 60px;
  height: 3px;
  background: var(--gold);
  margin: 0 auto 20px;
  border-radius: 2px;
}

/* ── Buttons ────────────────────────────────────────────────── */
.btn {
  display: inline-block;
  padding: 14px 34px;
  border-radius: 50px;
  font-weight: 600;
  font-size: .95rem;
  letter-spacing: .5px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all var(--transition);
}
.btn-gold {
  background: var(--gold);
  color: var(--navy);
  border-color: var(--gold);
}
.btn-gold:hover {
  background: transparent;
  color: var(--gold);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(201,168,76,.4);
}
.btn-outline-gold {
  background: transparent;
  color: var(--gold);
  border-color: var(--gold);
}
.btn-outline-gold:hover {
  background: var(--gold);
  color: var(--navy);
  transform: translateY(-2px);
}
.btn-white {
  background: var(--white);
  color: var(--navy);
  border-color: var(--white);
}
.btn-white:hover {
  background: transparent;
  color: var(--white);
  transform: translateY(-2px);
}
.btn-lg { padding: 18px 44px; font-size: 1.05rem; }
.btn-pulse {
  animation: pulse 2.2s infinite;
}
@keyframes pulse {
  0%,100% { box-shadow: 0 0 0 0 rgba(201,168,76,.5); }
  50%      { box-shadow: 0 0 0 14px rgba(201,168,76,0); }
}

/* ── Fixed Site Header (RERA bar + navbar) ───────────────────── */
#site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: #1a1a2e;
}
.rera-bar {
  border-bottom: 1px solid rgba(201,168,76,.2);
  padding: 6px 0;
  text-align: center;
}

/* ── Navbar ─────────────────────────────────────────────────── */
#navbar {
  transition: padding var(--transition), box-shadow var(--transition);
  padding: 14px 0;
}
#navbar.scrolled {
  padding: 10px 0;
  box-shadow: 0 4px 24px rgba(0,0,0,.4);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  color: var(--white);
  font-weight: 700;
}
.nav-logo span { color: var(--gold); }
.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
  list-style: none;
}
.nav-links a {
  color: rgba(255,255,255,.85);
  font-size: .9rem;
  font-weight: 500;
  letter-spacing: .5px;
}
.nav-links a:hover { color: var(--gold); }
.nav-cta {
  background: var(--gold);
  color: var(--navy) !important;
  padding: 9px 22px;
  border-radius: 50px;
  font-weight: 600;
}
.nav-cta:hover { background: var(--gold-lt); color: var(--navy) !important; }
.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.nav-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--white);
  margin: 6px 0;
  transition: all var(--transition);
}

/* ── Hero ───────────────────────────────────────────────────── */
#hero {
  min-height: 100vh;
  padding-top: 76px;
  background: linear-gradient(160deg, #080818 0%, #0d1b3e 45%, #071020 100%);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

/* Grain texture overlay */
#hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 1;
}

/* Floating glow orbs */
.hero-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(70px);
}
.hero-orb-1 {
  width: 650px; height: 650px;
  background: radial-gradient(circle, rgba(201,168,76,.22) 0%, transparent 70%);
  top: -180px; left: -200px;
  animation: orb-drift 9s ease-in-out infinite;
}
.hero-orb-2 {
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(15,52,96,.6) 0%, transparent 70%);
  bottom: -100px; right: -120px;
  animation: orb-drift 12s ease-in-out infinite reverse;
}
.hero-orb-3 {
  width: 280px; height: 280px;
  background: radial-gradient(circle, rgba(201,168,76,.15) 0%, transparent 70%);
  top: 40%; right: 18%;
  animation: orb-drift 7s ease-in-out infinite 2s;
}
@keyframes orb-drift {
  0%,100% { transform: translate(0, 0); }
  33%      { transform: translate(24px, -18px); }
  66%      { transform: translate(-18px, 24px); }
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding: 60px 0 70px;
  animation: hero-fade-up .9s cubic-bezier(.22,1,.36,1) both;
}
@keyframes hero-fade-up {
  from { opacity: 0; transform: translateY(40px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Live badge */
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(201,168,76,.1);
  border: 1px solid rgba(201,168,76,.3);
  color: var(--gold);
  padding: 8px 20px 8px 14px;
  border-radius: 50px;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 28px;
  backdrop-filter: blur(10px);
}
.badge-dot {
  width: 8px; height: 8px;
  background: #4ade80;
  border-radius: 50%;
  flex-shrink: 0;
  animation: dot-ping 1.8s ease infinite;
  box-shadow: 0 0 0 0 rgba(74,222,128,.6);
}
@keyframes dot-ping {
  0%,100% { box-shadow: 0 0 0 0 rgba(74,222,128,.5); }
  60%      { box-shadow: 0 0 0 7px rgba(74,222,128,0); }
}

/* Headline */
.hero-content h1 {
  font-size: clamp(2.8rem, 5.5vw, 4.6rem);
  color: var(--white);
  margin-bottom: 22px;
  line-height: 1.12;
  letter-spacing: -.5px;
}
.text-gradient {
  background: linear-gradient(120deg, #c9a84c 0%, #f0d98a 40%, #c9a84c 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-size: 200% auto;
  animation: shimmer 4s linear infinite;
}
@keyframes shimmer {
  0%   { background-position: 0% center; }
  100% { background-position: 200% center; }
}

/* Subtitle */
.hero-sub {
  font-size: 1.1rem;
  color: rgba(255,255,255,.68);
  margin-bottom: 44px;
  max-width: 560px;
  line-height: 1.75;
}

/* CTAs */
.hero-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 48px;
  align-items: center;
}

/* Glass / outline button */
.btn-glass {
  background: rgba(255,255,255,.07);
  color: rgba(255,255,255,.9);
  border: 1px solid rgba(255,255,255,.22);
  backdrop-filter: blur(12px);
}
.btn-glass:hover {
  background: rgba(255,255,255,.14);
  border-color: rgba(201,168,76,.6);
  color: var(--gold);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(0,0,0,.25);
}

/* Trust strip */
.hero-trust {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  padding-top: 30px;
  border-top: 1px solid rgba(255,255,255,.1);
}
.trust-item {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding-right: 28px;
}
.trust-num {
  font-family: 'Playfair Display', serif;
  font-size: 1.55rem;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
}
.trust-label {
  font-size: .72rem;
  color: rgba(255,255,255,.5);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.trust-divider {
  width: 1px;
  height: 34px;
  background: rgba(255,255,255,.14);
  margin-right: 28px;
  flex-shrink: 0;
}

/* ── Stats Bar ──────────────────────────────────────────────── */
#stats-bar {
  background: var(--gold);
  padding: 20px 0;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.stat-item {
  text-align: center;
  color: var(--navy);
}
.stat-item .number {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
.stat-item .label {
  font-size: .8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: .8;
  margin-top: 4px;
}

/* ── About ──────────────────────────────────────────────────── */
#about {
  background: var(--off-white);
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.about-image-wrap {
  position: relative;
}
.about-image-wrap img {
  border-radius: 12px;
  width: 100%;
  object-fit: cover;
  height: 420px;
}
.about-badge {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: var(--gold);
  color: var(--navy);
  padding: 20px 24px;
  border-radius: var(--radius);
  text-align: center;
  font-weight: 700;
  box-shadow: var(--shadow);
}
.about-badge .big { font-size: 2rem; line-height: 1; }
.about-badge .sm  { font-size: .78rem; text-transform: uppercase; letter-spacing: 1px; }
.about-text h2  { margin-bottom: 16px; }
.about-text p   { color: var(--text-muted); margin-bottom: 16px; }
.about-highlights {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 28px 0 32px;
}
.about-highlight {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .9rem;
  font-weight: 500;
  color: var(--navy);
}
.about-highlight i { color: var(--gold); font-size: 1rem; }

/* ── Project Overview ──────────────────────────────────────── */
.project-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.project-text h2  { margin-bottom: 16px; }
.project-text p   { color: var(--text-muted); margin-bottom: 20px; }
.project-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 30px 0 34px;
}
.spec-item {
  background: var(--off-white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 16px;
}
.spec-item .key {
  font-size: .75rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.spec-item .val {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--navy);
  margin-top: 4px;
}
.project-image img {
  border-radius: 12px;
  height: 480px;
  width: 100%;
  object-fit: cover;
}

/* ── Features / Amenities ───────────────────────────────────── */
#features { background: var(--navy); }
#features .section-title { color: var(--white); }
#features .section-subtitle { color: rgba(255,255,255,.6); }
.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.feature-card {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(201,168,76,.15);
  border-radius: var(--radius);
  padding: 32px 24px;
  text-align: center;
  transition: all var(--transition);
}
.feature-card:hover {
  background: rgba(201,168,76,.08);
  border-color: rgba(201,168,76,.4);
  transform: translateY(-6px);
}
.feature-icon {
  width: 64px;
  height: 64px;
  background: rgba(201,168,76,.12);
  border: 1px solid rgba(201,168,76,.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 1.5rem;
  color: var(--gold);
  transition: all var(--transition);
}
.feature-card:hover .feature-icon {
  background: var(--gold);
  color: var(--navy);
}
.feature-card h4 {
  color: var(--white);
  font-size: 1rem;
  margin-bottom: 8px;
}
.feature-card p {
  color: rgba(255,255,255,.5);
  font-size: .85rem;
}
.features-cta { text-align: center; margin-top: 48px; }

/* ── Location ───────────────────────────────────────────────── */
#location { background: var(--off-white); }
.location-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: start;
}
.location-points { list-style: none; }
.location-points li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid #e8e0d0;
}
.location-points li:last-child { border-bottom: none; }
.loc-icon {
  width: 40px;
  height: 40px;
  background: rgba(201,168,76,.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  flex-shrink: 0;
  font-size: .95rem;
}
.loc-info .title { font-weight: 600; color: var(--navy); font-size: .95rem; }
.loc-info .dist  { color: var(--text-muted); font-size: .85rem; }
.map-container {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow);
  height: 400px;
  background: #ddd;
}
.map-container iframe { width: 100%; height: 100%; border: 0; }
.map-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #1a1a2e 0%, #0f3460 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--white);
  gap: 12px;
}
.map-placeholder i { font-size: 3rem; color: var(--gold); }
.map-placeholder p { font-size: .9rem; color: rgba(255,255,255,.6); }

/* ── Floor Plans ────────────────────────────────────────────── */
.plans-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 40px;
}
.plan-card {
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  transition: all var(--transition);
}
.plan-card:hover {
  box-shadow: 0 12px 36px rgba(201,168,76,.2);
  transform: translateY(-4px);
  border-color: var(--gold);
}
.plan-image {
  height: 200px;
  background: linear-gradient(135deg, var(--navy-mid) 0%, var(--navy-lt) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 3rem;
}
.plan-details { padding: 22px; }
.plan-badge {
  display: inline-block;
  background: var(--gold);
  color: var(--navy);
  padding: 3px 12px;
  border-radius: 50px;
  font-size: .75rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.plan-details h3 { color: var(--navy); margin-bottom: 6px; }
.plan-details .area { color: var(--text-muted); font-size: .9rem; margin-bottom: 10px; }
.plan-price { color: var(--gold); font-weight: 700; font-size: 1.1rem; }

/* ── Gallery ────────────────────────────────────────────────── */
#gallery { background: var(--navy); padding: 90px 0; }
#gallery .section-title { color: var(--white); }
#gallery .section-subtitle { color: rgba(255,255,255,.6); }
.gallery-filter {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}
.gal-btn {
  background: transparent;
  border: 1px solid rgba(201,168,76,.3);
  color: rgba(255,255,255,.65);
  padding: 7px 20px;
  border-radius: 50px;
  cursor: pointer;
  font-size: .85rem;
  transition: all var(--transition);
}
.gal-btn.active, .gal-btn:hover {
  background: var(--gold);
  color: var(--navy);
  border-color: var(--gold);
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.gallery-item {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 4/3;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.gallery-item:hover img { transform: scale(1.08); }
.gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(26,26,46,.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity var(--transition);
  color: var(--white);
  font-size: 1.8rem;
}
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-placeholder {
  background: linear-gradient(135deg, var(--navy-mid) 0%, var(--navy-lt) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(201,168,76,.4);
  font-size: 2.5rem;
  width: 100%;
  height: 100%;
}

/* ── Why Pre-Launch ─────────────────────────────────────────── */
#why-prelaunch { background: var(--off-white); }
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.why-card {
  background: var(--white);
  border-radius: 12px;
  padding: 36px 28px;
  border-top: 3px solid var(--gold);
  box-shadow: 0 4px 20px rgba(0,0,0,.06);
  transition: transform var(--transition);
}
.why-card:hover { transform: translateY(-6px); }
.why-num {
  font-family: 'Playfair Display', serif;
  font-size: 3.5rem;
  color: rgba(201,168,76,.18);
  line-height: 1;
  margin-bottom: 14px;
}
.why-card h3 { color: var(--navy); margin-bottom: 10px; font-size: 1.15rem; }
.why-card p  { color: var(--text-muted); font-size: .92rem; }

/* ── Testimonials ───────────────────────────────────────────── */
#testimonials {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-lt) 100%);
  padding: 90px 0;
}
#testimonials .section-title { color: var(--white); }
#testimonials .section-subtitle { color: rgba(255,255,255,.6); }
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.testi-card {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(201,168,76,.15);
  border-radius: 12px;
  padding: 30px 26px;
  transition: all var(--transition);
}
.testi-card:hover {
  background: rgba(201,168,76,.06);
  border-color: rgba(201,168,76,.35);
}
.testi-stars { color: var(--gold); font-size: 1rem; margin-bottom: 14px; letter-spacing: 3px; }
.testi-card blockquote {
  color: rgba(255,255,255,.75);
  font-size: .92rem;
  line-height: 1.7;
  margin-bottom: 20px;
  font-style: italic;
}
.testi-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.testi-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--navy);
  font-weight: 700;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.testi-author .name { color: var(--white); font-weight: 600; font-size: .9rem; }
.testi-author .loc  { color: rgba(255,255,255,.5); font-size: .78rem; }

/* ── CTA Banner ─────────────────────────────────────────────── */
#cta-final {
  background:
    linear-gradient(135deg, rgba(26,26,46,.95) 0%, rgba(15,52,96,.9) 100%),
    url('../images/cta-bg.jpg') center/cover no-repeat;
  padding: 100px 0;
  text-align: center;
}
#cta-final h2 {
  color: var(--white);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  margin-bottom: 16px;
}
#cta-final p {
  color: rgba(255,255,255,.75);
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto 36px;
}
.cta-buttons { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; }
.units-left {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(201,168,76,.3);
  color: var(--gold);
  padding: 8px 22px;
  border-radius: 50px;
  font-size: .85rem;
  margin-bottom: 28px;
}
.units-left i { animation: pulse 1.5s infinite; }

/* ── Footer ─────────────────────────────────────────────────── */
footer {
  background: var(--navy);
  padding: 70px 0 0;
  color: rgba(255,255,255,.7);
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 50px;
  margin-bottom: 50px;
}
.footer-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  color: var(--white);
  font-weight: 700;
  margin-bottom: 14px;
}
.footer-logo span { color: var(--gold); }
.footer-about { font-size: .9rem; line-height: 1.8; margin-bottom: 20px; }
.footer-social { display: flex; gap: 10px; }
.social-link {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(201,168,76,.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.6);
  font-size: .9rem;
  transition: all var(--transition);
}
.social-link:hover {
  background: var(--gold);
  color: var(--navy);
  border-color: var(--gold);
}
.footer-title {
  color: var(--white);
  font-size: .95rem;
  font-weight: 600;
  letter-spacing: .5px;
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(201,168,76,.2);
}
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 10px; }
.footer-links a {
  color: rgba(255,255,255,.6);
  font-size: .88rem;
  transition: color var(--transition);
}
.footer-links a:hover { color: var(--gold); padding-left: 4px; }
.footer-contact li {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
  font-size: .88rem;
  color: rgba(255,255,255,.65);
}
.footer-contact i { color: var(--gold); flex-shrink: 0; margin-top: 3px; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: .82rem;
  color: rgba(255,255,255,.4);
  flex-wrap: wrap;
  gap: 12px;
}
.footer-rera {
  background: rgba(201,168,76,.1);
  border: 1px solid rgba(201,168,76,.2);
  color: var(--gold);
  padding: 4px 14px;
  border-radius: 4px;
  font-size: .78rem;
}

/* ── Lead Capture Modals ─────────────────────────────────────── */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(10,10,26,.85);
  backdrop-filter: blur(6px);
  z-index: 9000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
}
.modal-overlay.active {
  opacity: 1;
  pointer-events: all;
}
.modal-box {
  background: var(--white);
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  max-width: 500px;
  transform: translateY(30px) scale(.97);
  transition: transform .35s cubic-bezier(.34,1.56,.64,1);
  box-shadow: 0 30px 80px rgba(0,0,0,.4);
}
.modal-overlay.active .modal-box {
  transform: translateY(0) scale(1);
}
.modal-header {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-lt) 100%);
  padding: 28px 30px 24px;
  position: relative;
}
.modal-header h3 {
  color: var(--white);
  font-size: 1.35rem;
  margin-bottom: 6px;
}
.modal-header p { color: rgba(255,255,255,.65); font-size: .88rem; }
.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(255,255,255,.1);
  border: none;
  color: var(--white);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--transition);
}
.modal-close:hover { background: rgba(255,255,255,.25); }
.modal-body { padding: 28px 30px 30px; }
.form-group { margin-bottom: 16px; }
.form-group label {
  display: block;
  font-size: .85rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 6px;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid #ddd;
  border-radius: 8px;
  font-size: .9rem;
  font-family: 'Inter', sans-serif;
  color: var(--text);
  transition: border-color var(--transition);
  background: var(--white);
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201,168,76,.12);
}
.form-group textarea { resize: vertical; min-height: 80px; }
.form-submit {
  width: 100%;
  padding: 14px;
  background: var(--gold);
  color: var(--navy);
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all var(--transition);
  margin-top: 6px;
}
.form-submit:hover {
  background: #b8922f;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(201,168,76,.35);
}
.form-submit:disabled { opacity: .65; cursor: not-allowed; transform: none; }
.form-note {
  text-align: center;
  font-size: .75rem;
  color: var(--text-muted);
  margin-top: 12px;
}
.form-note i { color: var(--gold); }
.form-error { color: #dc3545; font-size: .82rem; margin-top: 4px; }
.form-success {
  text-align: center;
  padding: 30px 20px;
}
.form-success .success-icon {
  font-size: 3.5rem;
  color: #198754;
  margin-bottom: 14px;
}
.form-success h4 { color: var(--navy); margin-bottom: 8px; }
.form-success p  { color: var(--text-muted); font-size: .9rem; }

/* Modal gold accent strip */
.modal-gold-strip {
  height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--gold-lt), var(--gold));
}

/* ── Lightbox ────────────────────────────────────────────────── */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.92);
  z-index: 9500;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
}
.lightbox.active { opacity: 1; pointer-events: all; }
.lightbox img { max-width: 90vw; max-height: 85vh; border-radius: 8px; }
.lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: var(--white);
  font-size: 2rem;
  cursor: pointer;
  background: none;
  border: none;
}

/* ── Floating CTA ────────────────────────────────────────────── */
.floating-cta {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 800;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
}
.float-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--gold);
  color: var(--navy);
  padding: 11px 20px;
  border-radius: 50px;
  font-weight: 700;
  font-size: .85rem;
  box-shadow: 0 6px 20px rgba(0,0,0,.25);
  cursor: pointer;
  transition: all var(--transition);
  border: none;
  white-space: nowrap;
}
.float-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(0,0,0,.3); }
.float-btn.whatsapp { background: #25d366; color: var(--white); }
.float-btn.call     { background: var(--navy-lt); color: var(--white); }

/* ── RERA & Disclaimer ───────────────────────────────────────── */
.disclaimer {
  background: #1e1e1e;
  padding: 16px 0;
  text-align: center;
  font-size: .75rem;
  color: rgba(255,255,255,.4);
  line-height: 1.7;
}

/* ── Animations ─────────────────────────────────────────────── */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .7s ease, transform .7s ease;
}
.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── Responsive ─────────────────────────────────────────────── */
@media (max-width: 992px) {
  .about-grid, .project-grid, .location-grid { grid-template-columns: 1fr; }
  .features-grid    { grid-template-columns: repeat(2, 1fr); }
  .stats-grid       { grid-template-columns: repeat(2, 1fr); }
  .footer-grid      { grid-template-columns: 1fr 1fr; }
  .plans-grid       { grid-template-columns: repeat(2, 1fr); }
  .testi-grid       { grid-template-columns: 1fr 1fr; }
  .why-grid         { grid-template-columns: 1fr 1fr; }
  .project-specs    { grid-template-columns: 1fr; }
  .gallery-grid     { grid-template-columns: repeat(2, 1fr); }
  .about-badge      { right: 10px; bottom: -10px; }
}

@media (max-width: 768px) {
  .nav-links { display: none; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: rgba(26,26,46,.98); padding: 20px; gap: 20px; }
  .nav-links.open { display: flex; }
  .nav-toggle { display: block; }
  #navbar { position: relative; }
  .hero-content { padding: 85px 0 50px; }
  .hero-badge   { font-size: .7rem; }
  .hero-ctas    { flex-direction: column; align-items: flex-start; }
  .hero-trust   { gap: 16px; }
  .trust-divider { display: none; }
  .trust-item   { padding-right: 0; }
  .hero-trust   { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 0; }
  .features-grid  { grid-template-columns: 1fr 1fr; }
  .plans-grid     { grid-template-columns: 1fr; }
  .testi-grid     { grid-template-columns: 1fr; }
  .why-grid       { grid-template-columns: 1fr; }
  .gallery-grid   { grid-template-columns: repeat(2, 1fr); }
  .footer-grid    { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom  { flex-direction: column; text-align: center; }
  .floating-cta   { bottom: 16px; right: 16px; }
  .float-btn span { display: none; }
  .float-btn      { padding: 12px 14px; border-radius: 50%; }
  .section-pad    { padding: 60px 0; }
}

@media (max-width: 480px) {
  .stats-grid     { grid-template-columns: 1fr 1fr; }
  .features-grid  { grid-template-columns: 1fr; }
  .gallery-grid   { grid-template-columns: 1fr; }
  .about-highlights { grid-template-columns: 1fr; }
  .modal-header, .modal-body { padding: 20px; }
  .hero-orb       { display: none; }
}
