/* ─────────────────────────────────────────────
   PLOTS IN PATAUDI — Premium Theme
   Palette: Deep Navy · Gold · Ivory · Slate
───────────────────────────────────────────── */

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

:root {
  --navy:        #0b1f3a;
  --navy-mid:    #112d52;
  --navy-light:  #1a3a6b;
  --gold:        #c9972c;
  --gold-light:  #e8b84b;
  --gold-pale:   #fef3cd;
  --ivory:       #faf8f4;
  --ivory-dark:  #f0ece3;
  --white:       #ffffff;
  --slate:       #4a5568;
  --slate-light: #718096;
  --text:        #1a202c;
  --border:      #e2d9c8;
  --green-wa:    #25d366;
  --green-wa-dk: #128c7e;
  --red:         #c0392b;

  --shadow-sm:  0 2px 12px rgba(11,31,58,.08);
  --shadow:     0 8px 32px rgba(11,31,58,.12);
  --shadow-lg:  0 20px 60px rgba(11,31,58,.18);
  --shadow-gold:0 8px 32px rgba(201,151,44,.25);

  --radius:     14px;
  --radius-sm:  8px;
  --radius-lg:  20px;

  --transition: .25s cubic-bezier(.4,0,.2,1);
}

html { scroll-behavior: smooth; }

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

a { text-decoration: none; color: inherit; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }

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

/* ════════════════════════════════
   TYPOGRAPHY UTILITIES
════════════════════════════════ */
.text-gold   { color: var(--gold); }
.text-navy   { color: var(--navy); }
.text-muted  { color: var(--slate-light); }

/* ════════════════════════════════
   BUTTONS
════════════════════════════════ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 11px 26px;
  border-radius: 100px;
  font-weight: 700;
  font-size: .875rem;
  letter-spacing: .3px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all var(--transition);
  font-family: inherit;
  white-space: nowrap;
}

.btn-gold {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
  color: var(--navy);
  border-color: transparent;
  box-shadow: var(--shadow-gold);
}
.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(201,151,44,.35);
  filter: brightness(1.05);
}

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

.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-outline-white {
  background: transparent;
  color: var(--white);
  border-color: rgba(255,255,255,.5);
}
.btn-outline-white:hover { background: rgba(255,255,255,.12); border-color: var(--white); }

.btn-wa {
  background: var(--green-wa);
  color: var(--white);
  border-color: var(--green-wa);
}
.btn-wa:hover { background: var(--green-wa-dk); transform: translateY(-2px); }

.btn-full { width: 100%; justify-content: center; padding: 14px; font-size: 1rem; border-radius: var(--radius-sm); }

/* ════════════════════════════════
   HEADER
════════════════════════════════ */
.header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: rgba(11,31,58,.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(201,151,44,.2);
  transition: box-shadow var(--transition);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  gap: 20px;
}

.logo { display: flex; align-items: center; gap: 10px; }
.logo-icon {
  width: 38px;
  height: 38px;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}
.logo-text {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--white);
  letter-spacing: -.3px;
}
.logo-text span { color: var(--gold-light); }

.header-right { display: flex; align-items: center; gap: 18px; }

.phone-link {
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: 600;
  font-size: .875rem;
  color: rgba(255,255,255,.8);
  transition: color var(--transition);
}
.phone-link svg { color: var(--gold); }
.phone-link:hover { color: var(--gold-light); }

/* ════════════════════════════════
   HERO
════════════════════════════════ */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: url('https://www.haryanaaffordableplots.in/wp-content/uploads/elementor/thumbs/vks-palm-drive-ddjay-affordable-plots-sector-3-pataudi-gurgaon-re5ut8w6r4f95qdbof49nnxnp5uq5cn9l9pvawhe38.jpg') center/cover no-repeat;
  transform: scale(1.03);
  transition: transform 8s ease;
}
.hero:hover .hero-bg { transform: scale(1); }

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(11,31,58,.95) 0%, rgba(11,31,58,.75) 55%, rgba(11,31,58,.3) 100%),
    linear-gradient(to top, rgba(11,31,58,.6) 0%, transparent 50%);
}

/* Gold accent line */
.hero-overlay::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: linear-gradient(180deg, var(--gold) 0%, var(--gold-light) 50%, transparent 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 100px 0 80px;
  max-width: 680px;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(201,151,44,.15);
  border: 1px solid rgba(201,151,44,.4);
  color: var(--gold-light);
  padding: 6px 16px;
  border-radius: 100px;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.hero-eyebrow::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold-light);
  animation: blink 1.5s infinite;
}
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:.3} }

.hero-title {
  font-size: clamp(2.8rem, 6.5vw, 5rem);
  font-weight: 800;
  color: var(--white);
  line-height: 1.05;
  letter-spacing: -1.5px;
  margin-bottom: 10px;
}
.hero-title .line2 {
  display: block;
  background: linear-gradient(90deg, var(--gold) 0%, var(--gold-light) 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-sub {
  font-size: 1.15rem;
  color: rgba(255,255,255,.7);
  margin-bottom: 8px;
}
.hero-price {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 28px;
}
.hero-price span {
  color: var(--gold-light);
  font-size: 2rem;
  font-weight: 800;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}
.trust-chip {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
  color: rgba(255,255,255,.85);
  padding: 6px 14px;
  border-radius: 100px;
  font-size: .78rem;
  font-weight: 600;
}
.trust-chip svg { color: var(--gold); }

.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 48px; }

.hero-form-card {
  background: rgba(255,255,255,.07);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,.12);
  border-top: 3px solid var(--gold);
  border-radius: var(--radius);
  padding: 28px;
  max-width: 480px;
}
.hero-form-card h3 {
  color: var(--white);
  font-size: .95rem;
  font-weight: 700;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.hero-form-card h3::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 3px;
  background: var(--gold);
  border-radius: 2px;
}

.inline-form {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 10px;
}
.inline-form input {
  padding: 12px 16px;
  border-radius: var(--radius-sm);
  border: 1.5px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.1);
  color: var(--white);
  font-size: .875rem;
  font-family: inherit;
  outline: none;
  transition: border-color var(--transition), background var(--transition);
}
.inline-form input::placeholder { color: rgba(255,255,255,.5); }
.inline-form input:focus { border-color: var(--gold); background: rgba(255,255,255,.15); }

/* ════════════════════════════════
   STATS BAR
════════════════════════════════ */
.stats-bar {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
  padding: 0;
}
.stats-inner {
  display: flex;
  justify-content: space-around;
}
.stat {
  flex: 1;
  padding: 22px 20px;
  text-align: center;
  position: relative;
}
.stat + .stat::before {
  content: '';
  position: absolute;
  left: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background: rgba(11,31,58,.2);
}
.stat-num {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--navy);
  line-height: 1;
  letter-spacing: -1px;
}
.stat-label {
  font-size: .72rem;
  color: rgba(11,31,58,.65);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  margin-top: 5px;
  display: block;
}

/* ════════════════════════════════
   SECTIONS
════════════════════════════════ */
.section { padding: 90px 0; }

.section-header { text-align: center; margin-bottom: 56px; }

.section-label {
  display: inline-block;
  color: var(--gold);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 12px;
  position: relative;
  padding: 0 20px;
}
.section-label::before, .section-label::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 30px;
  height: 1px;
  background: var(--gold);
  opacity: .5;
}
.section-label::before { right: 100%; margin-right: -16px; }
.section-label::after  { left: 100%;  margin-left: -16px; }

.section-title {
  font-size: clamp(1.9rem, 4vw, 3rem);
  font-weight: 800;
  color: var(--navy);
  line-height: 1.15;
  letter-spacing: -.8px;
  margin-bottom: 14px;
}
.section-sub {
  color: var(--slate-light);
  font-size: 1.05rem;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ════════════════════════════════
   PROJECTS
════════════════════════════════ */
.projects-section { background: var(--ivory); }

.filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 44px;
  background: var(--white);
  border: 1px solid var(--border);
  padding: 6px;
  border-radius: 100px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.filter-btn {
  padding: 9px 22px;
  border-radius: 100px;
  border: none;
  background: transparent;
  color: var(--slate);
  font-weight: 600;
  font-size: .82rem;
  cursor: pointer;
  transition: all var(--transition);
  font-family: inherit;
  letter-spacing: .2px;
}
.filter-btn:hover { color: var(--navy); }
.filter-btn.active {
  background: var(--navy);
  color: var(--white);
  box-shadow: var(--shadow-sm);
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 28px;
}

.project-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}
.project-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(201,151,44,.3);
}
.project-card.hidden { display: none; }

.card-image {
  height: 210px;
  position: relative;
  overflow: hidden;
}
.card-image img {
  transition: transform .5s ease;
  opacity: .9;
}
.project-card:hover .card-image img { transform: scale(1.07); }

.card-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(11,31,58,.6) 0%, transparent 50%);
}

.status-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 1;
  padding: 5px 14px;
  border-radius: 100px;
  font-size: .68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .8px;
}
.status-badge.launched        { background: #22c55e; color: #fff; }
.status-badge.coming-soon     { background: var(--gold); color: var(--navy); }
.status-badge.under-construction { background: #3b82f6; color: #fff; }

.card-body { padding: 22px; }

.card-title {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 10px;
  letter-spacing: -.2px;
}

.card-meta { display: flex; flex-direction: column; gap: 5px; margin-bottom: 14px; }

.card-location {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--slate-light);
  font-size: .82rem;
}

.card-type {
  color: var(--slate-light);
  font-size: .8rem;
}

.card-divider {
  height: 1px;
  background: var(--border);
  margin: 14px 0;
}

.card-price-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; }
.card-price {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--gold);
  letter-spacing: -.5px;
}
.card-price-unit { font-size: .75rem; color: var(--slate-light); font-weight: 500; }

.card-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.card-actions .btn {
  justify-content: center;
  font-size: .8rem;
  padding: 10px 14px;
  border-radius: var(--radius-sm);
}

.load-more-wrap { text-align: center; margin-top: 48px; }

/* ════════════════════════════════
   WHY INVEST
════════════════════════════════ */
.why-section {
  background: var(--navy);
  position: relative;
  overflow: hidden;
}
.why-section::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201,151,44,.08) 0%, transparent 70%);
  pointer-events: none;
}
.why-section .section-title { color: var(--white); }
.why-section .section-sub { color: rgba(255,255,255,.55); }

.reasons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  gap: 20px;
}

.reason-card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius);
  padding: 30px 26px;
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
}
.reason-card::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  transform: scaleX(0);
  transition: transform var(--transition);
  transform-origin: left;
}
.reason-card:hover {
  background: rgba(255,255,255,.07);
  border-color: rgba(201,151,44,.25);
  transform: translateY(-4px);
}
.reason-card:hover::before { transform: scaleX(1); }

.reason-num {
  font-size: 2.5rem;
  font-weight: 800;
  color: rgba(201,151,44,.15);
  line-height: 1;
  margin-bottom: 16px;
  font-variant-numeric: tabular-nums;
}

.reason-icon {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, rgba(201,151,44,.2) 0%, rgba(232,184,75,.1) 100%);
  border: 1px solid rgba(201,151,44,.3);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  margin-bottom: 18px;
}

.reason-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 10px;
  letter-spacing: -.2px;
}
.reason-card p { color: rgba(255,255,255,.5); font-size: .875rem; line-height: 1.7; }
.reason-card strong { color: var(--gold-light); font-weight: 700; }

/* ════════════════════════════════
   SITE VISIT
════════════════════════════════ */
.visit-section { background: var(--ivory); }

.visit-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.visit-text h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 14px;
  line-height: 1.2;
  letter-spacing: -.5px;
}
.visit-text > p {
  color: var(--slate-light);
  margin-bottom: 30px;
  font-size: .975rem;
}

.visit-perks { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.visit-perks li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--slate);
  font-size: .925rem;
  font-weight: 500;
}
.perk-dot {
  width: 28px;
  height: 28px;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.form-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 38px;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  border-top: 4px solid var(--gold);
}
.form-card h3 {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 24px;
  letter-spacing: -.3px;
}

.form-group { margin-bottom: 14px; }
.form-label {
  display: block;
  font-size: .75rem;
  font-weight: 700;
  color: var(--slate);
  text-transform: uppercase;
  letter-spacing: .8px;
  margin-bottom: 6px;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 13px 16px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  font-size: .9rem;
  font-family: inherit;
  color: var(--text);
  background: var(--ivory);
  outline: none;
  transition: border-color var(--transition), box-shadow var(--transition);
}
.form-group input:focus,
.form-group select:focus {
  border-color: var(--gold);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(201,151,44,.12);
}
.form-group select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%2364748b' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
  cursor: pointer;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-note {
  font-size: .75rem;
  color: var(--slate-light);
  text-align: center;
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

/* ════════════════════════════════
   AMENITIES
════════════════════════════════ */
.amenities-section { background: var(--white); }

.amenities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 16px;
}
.amenity {
  background: var(--ivory);
  border-radius: var(--radius);
  padding: 24px 16px;
  text-align: center;
  border: 1.5px solid var(--border);
  transition: all var(--transition);
  cursor: default;
}
.amenity:hover {
  background: var(--gold-pale);
  border-color: var(--gold);
  transform: translateY(-4px);
  box-shadow: var(--shadow-gold);
}
.amenity-icon {
  font-size: 2.2rem;
  margin-bottom: 10px;
  display: block;
}
.amenity span {
  font-size: .8rem;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: .2px;
}

/* ════════════════════════════════
   ENQUIRE
════════════════════════════════ */
.enquire-section {
  background: var(--ivory);
  position: relative;
}

.enquire-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.enquire-text h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 14px;
  line-height: 1.2;
  letter-spacing: -.5px;
}
.enquire-text > p { color: var(--slate-light); margin-bottom: 30px; font-size: .975rem; }

.contact-box {
  background: var(--white);
  border-radius: var(--radius);
  padding: 24px;
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
  transition: all var(--transition);
}
.contact-item:hover .ci-icon { transform: scale(1.08); }
.ci-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform var(--transition);
}
.ci-icon.phone { background: rgba(11,31,58,.08); color: var(--navy); }
.ci-icon.wa    { background: rgba(37,211,102,.12); color: var(--green-wa); }
.ci-text-label { font-size: .72rem; color: var(--slate-light); text-transform: uppercase; letter-spacing: .8px; font-weight: 600; }
.ci-text-val   { font-size: .95rem; font-weight: 700; color: var(--navy); }

/* ════════════════════════════════
   FOOTER
════════════════════════════════ */
.footer { background: var(--navy); padding: 64px 0 0; }

.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.4fr;
  gap: 40px;
  padding-bottom: 52px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.footer-brand-desc {
  color: rgba(255,255,255,.45);
  font-size: .875rem;
  margin-top: 14px;
  margin-bottom: 22px;
  line-height: 1.75;
}

.footer-social { display: flex; gap: 10px; flex-wrap: wrap; }
.social-pill {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 9px 18px;
  border-radius: 100px;
  font-size: .78rem;
  font-weight: 700;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  color: var(--white);
  transition: all var(--transition);
}
.social-pill.wa  { border-color: rgba(37,211,102,.3); }
.social-pill.tel { border-color: rgba(201,151,44,.3); }
.social-pill:hover { background: rgba(255,255,255,.12); transform: translateY(-2px); }

.footer-col-title {
  font-size: .72rem;
  font-weight: 800;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 18px;
}
.footer-links-list { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.footer-links-list a {
  color: rgba(255,255,255,.45);
  font-size: .875rem;
  transition: color var(--transition);
  display: flex;
  align-items: center;
  gap: 6px;
}
.footer-links-list a::before { content: '→'; color: var(--gold); font-size: .75rem; opacity: 0; transition: opacity var(--transition); }
.footer-links-list a:hover { color: var(--white); }
.footer-links-list a:hover::before { opacity: 1; }

.footer-contact-info { display: flex; flex-direction: column; gap: 10px; }
.footer-contact-info a { color: var(--gold-light); font-weight: 600; font-size: .9rem; }
.footer-contact-info p { color: rgba(255,255,255,.45); font-size: .85rem; line-height: 1.7; }

.footer-bottom {
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.disclaimer {
  color: rgba(255,255,255,.3);
  font-size: .72rem;
  line-height: 1.7;
  max-width: 860px;
  text-align: center;
}
.disclaimer strong { color: rgba(255,255,255,.45); }
.copyright {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,.35);
  font-size: .78rem;
}
.no-brokerage-badge {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
  color: var(--navy);
  padding: 3px 12px;
  border-radius: 100px;
  font-weight: 800;
  font-size: .7rem;
  letter-spacing: .3px;
}

/* ════════════════════════════════
   WHATSAPP FLOAT
════════════════════════════════ */
.whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 300;
  width: 62px;
  height: 62px;
  background: var(--green-wa);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 30px rgba(37,211,102,.45);
  transition: transform var(--transition), background var(--transition);
}
.whatsapp-float:hover { background: var(--green-wa-dk); transform: scale(1.1) rotate(-3deg); }
.whatsapp-float::before {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid var(--green-wa);
  opacity: .4;
  animation: ring 2.2s infinite;
}
@keyframes ring {
  0%   { transform: scale(1); opacity: .4; }
  70%  { transform: scale(1.35); opacity: 0; }
  100% { transform: scale(1); opacity: 0; }
}

/* ════════════════════════════════
   SCROLL ANIMATIONS
════════════════════════════════ */
.fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .6s ease, transform .6s ease;
}
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* ════════════════════════════════
   RESPONSIVE — TABLET (≤1024px)
════════════════════════════════ */
@media (max-width: 1024px) {
  .container { padding: 0 20px; }

  /* Header */
  .header-inner { padding: 14px 20px; }

  /* Hero */
  .hero-content { max-width: 100%; padding: 90px 20px 60px; }
  .hero-title   { font-size: clamp(2.4rem, 5.5vw, 3.8rem); }
  .inline-form  { grid-template-columns: 1fr 1fr; }
  .inline-form .btn { grid-column: 1 / -1; width: 100%; justify-content: center; border-radius: var(--radius-sm); }

  /* Grids */
  .projects-grid  { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .reasons-grid   { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .amenities-grid { grid-template-columns: repeat(4, 1fr); }

  /* Two-column sections */
  .visit-inner, .enquire-inner { gap: 40px; }

  /* Footer */
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }

  /* Stats */
  .stat-num { font-size: 1.6rem; }
}

/* ════════════════════════════════
   RESPONSIVE — TABLET PORTRAIT (≤768px)
════════════════════════════════ */
@media (max-width: 768px) {
  /* Header */
  .phone-link { font-size: .8rem; }
  .btn        { padding: 10px 18px; font-size: .82rem; }

  /* Hero */
  .hero-content   { padding: 80px 20px 50px; }
  .hero-title     { font-size: clamp(2rem, 7vw, 3rem); letter-spacing: -1px; }
  .hero-price span{ font-size: 1.6rem; }
  .hero-trust     { gap: 8px; }
  .trust-chip     { font-size: .72rem; padding: 5px 11px; }
  .hero-form-card { padding: 22px; }
  .hero-cta       { gap: 10px; }
  .hero-cta .btn  { flex: 1; justify-content: center; }

  /* Stats */
  .stats-inner { flex-wrap: wrap; }
  .stat        { flex: 50%; border-top: 1px solid rgba(11,31,58,.1); }
  .stat + .stat::before { display: none; }
  .stat:nth-child(odd)  { border-right: 1px solid rgba(11,31,58,.1); }

  /* Sections */
  .section          { padding: 64px 0; }
  .section-title    { font-size: clamp(1.6rem, 4.5vw, 2.2rem); }
  .section-sub      { font-size: .95rem; }
  .section-header   { margin-bottom: 40px; }

  /* Filter tabs */
  .filter-tabs {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    scrollbar-width: none;
    border-radius: var(--radius);
    width: 100%;
    padding: 6px 8px;
    gap: 6px;
  }
  .filter-tabs::-webkit-scrollbar { display: none; }
  .filter-btn { white-space: nowrap; flex-shrink: 0; font-size: .8rem; padding: 8px 16px; }

  /* Projects */
  .projects-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .card-image    { height: 170px; }
  .card-body     { padding: 16px; }
  .card-title    { font-size: 1rem; }
  .card-price    { font-size: 1.1rem; }

  /* Why section */
  .reasons-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .reason-card  { padding: 22px 18px; }

  /* Visit & Enquire */
  .visit-inner, .enquire-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .form-card { padding: 28px; }

  /* Forms */
  .form-row { grid-template-columns: 1fr 1fr; }

  /* Amenities */
  .amenities-grid { grid-template-columns: repeat(4, 1fr); gap: 12px; }
  .amenity        { padding: 18px 10px; }
  .amenity-icon   { font-size: 1.8rem; }

  /* Footer */
  .footer-top { grid-template-columns: 1fr 1fr; gap: 28px; padding-bottom: 36px; }
  .footer { padding-top: 48px; }

  /* WhatsApp float */
  .whatsapp-float { bottom: 20px; right: 20px; width: 56px; height: 56px; }
}

/* ════════════════════════════════
   RESPONSIVE — MOBILE (≤480px)
════════════════════════════════ */
@media (max-width: 480px) {
  /* Header */
  .header-inner { gap: 10px; padding-left: 16px; padding-right: 16px; }
  .logo-text    { font-size: 1.2rem; }
  .logo-icon    { width: 32px; height: 32px; font-size: .95rem; }
  .phone-link   { display: none; }
  .btn-gold     { padding: 10px 16px; font-size: .8rem; }

  /* Hero */
  .hero         { min-height: 95vh; }
  .hero-content { padding: 72px 20px 48px; }
  .hero-title   { font-size: clamp(1.8rem, 8vw, 2.4rem); letter-spacing: -.8px; }
  .hero-sub     { font-size: 1rem; }
  .hero-price   { font-size: 1.1rem; }
  .hero-price span { font-size: 1.4rem; }
  .hero-trust   { gap: 6px; }
  .trust-chip   { font-size: .68rem; padding: 4px 10px; }
  .hero-eyebrow { font-size: .68rem; padding: 5px 12px; }
  .hero-cta     { flex-direction: column; gap: 10px; }
  .hero-cta .btn { width: 100%; justify-content: center; }
  .hero-form-card { padding: 18px; }
  .inline-form  { grid-template-columns: 1fr; gap: 10px; }
  .inline-form .btn { grid-column: auto; }

  /* Stats */
  .stats-bar    { padding: 0; }
  .stat         { flex: 50%; padding: 18px 12px; }
  .stat-num     { font-size: 1.4rem; }
  .stat-label   { font-size: .65rem; }

  /* Sections */
  .section       { padding: 52px 0; }
  .section-title { font-size: clamp(1.5rem, 6vw, 2rem); }
  .section-label { font-size: .65rem; }
  .section-label::before,
  .section-label::after { width: 18px; }

  /* Projects */
  .projects-grid { grid-template-columns: 1fr; gap: 16px; }
  .card-image    { height: 200px; }
  .card-body     { padding: 18px; }
  .card-actions  { grid-template-columns: 1fr 1fr; }

  /* Why section */
  .reasons-grid { grid-template-columns: 1fr; gap: 14px; }
  .reason-card  { padding: 22px 18px; }

  /* Forms */
  .form-card  { padding: 20px; border-radius: var(--radius); }
  .form-row   { grid-template-columns: 1fr; gap: 0; }
  .btn-full   { font-size: .9rem; padding: 13px; }

  /* Visit text */
  .visit-text h2   { font-size: clamp(1.5rem, 6vw, 2rem); }
  .enquire-text h2 { font-size: clamp(1.5rem, 6vw, 2rem); }

  /* Contact box */
  .contact-box   { padding: 18px; }
  .ci-text-val   { font-size: .88rem; }

  /* Amenities */
  .amenities-grid { grid-template-columns: repeat(4, 1fr); gap: 10px; }
  .amenity        { padding: 14px 8px; border-radius: var(--radius-sm); }
  .amenity-icon   { font-size: 1.5rem; margin-bottom: 6px; }
  .amenity span   { font-size: .72rem; }

  /* Footer */
  .footer           { padding-top: 40px; }
  .footer-top       { grid-template-columns: 1fr; gap: 24px; padding-bottom: 28px; }
  .footer-brand-desc{ font-size: .82rem; }
  .footer-social    { flex-wrap: wrap; }
  .footer-col-title { margin-bottom: 12px; }
  .footer-bottom    { padding: 20px 0; gap: 10px; }
  .disclaimer       { font-size: .68rem; }
  .copyright        { flex-direction: column; gap: 6px; text-align: center; }
  .no-brokerage-badge { font-size: .65rem; }

  /* WhatsApp float */
  .whatsapp-float { bottom: 16px; right: 16px; width: 52px; height: 52px; }
  .whatsapp-float svg { width: 24px; height: 24px; }
}

/* ════════════════════════════════
   RESPONSIVE — SMALL MOBILE (≤360px)
════════════════════════════════ */
@media (max-width: 360px) {
  .container    { padding: 0 14px; }
  .hero-title   { font-size: 1.65rem; }
  .projects-grid, .reasons-grid { grid-template-columns: 1fr; }
  .amenities-grid { grid-template-columns: repeat(2, 1fr); }
  .filter-tabs  { padding: 5px 6px; }
  .filter-btn   { padding: 7px 12px; font-size: .75rem; }
  .stat         { padding: 14px 8px; }
}
