/* ==========================================================================
   Bait Al Zahia Real Estate — Premium Static Theme
   Palette: Deep Navy + Gold accent (luxury real estate)
   ========================================================================== */

:root {
  --navy: #0f2236;
  --navy-2: #16314c;
  --navy-deep: #0a1828;
  --gold: #c9a253;
  --gold-2: #b88c3a;
  --gold-soft: #f3e9d4;
  --ink: #1a2330;
  --body: #4a5666;
  --muted: #8a94a3;
  --line: #e7e9ee;
  --bg: #ffffff;
  --bg-alt: #f6f7f9;
  --bg-cream: #faf7f1;
  --white: #ffffff;
  --shadow-sm: 0 2px 10px rgba(15, 34, 54, .06);
  --shadow: 0 12px 34px rgba(15, 34, 54, .10);
  --shadow-lg: 0 24px 60px rgba(15, 34, 54, .16);
  --radius: 14px;
  --radius-lg: 22px;
  --maxw: 1200px;
  --ease: cubic-bezier(.22, .61, .36, 1);
  --font: "Plus Jakarta Sans", "Segoe UI", system-ui, -apple-system, sans-serif;
  --serif: "Cormorant Garamond", "Playfair Display", Georgia, serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font);
  color: var(--body);
  background: var(--bg);
  line-height: 1.65;
  font-size: 16px;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; transition: color .25s var(--ease); }
ul { list-style: none; }
h1, h2, h3, h4 { color: var(--ink); line-height: 1.18; font-weight: 700; letter-spacing: -.01em; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
.section { padding: 92px 0; }
.section--alt { background: var(--bg-alt); }
.section--cream { background: var(--bg-cream); }
.section--navy { background: var(--navy); color: #cdd6e2; }
.section--tight { padding: 64px 0; }

/* ---------- Helpers / Headings ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .78rem; font-weight: 700; letter-spacing: .18em;
  text-transform: uppercase; color: var(--gold-2); margin-bottom: 16px;
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--gold); display: inline-block; }
.section-head { max-width: 680px; margin: 0 auto 56px; text-align: center; }
.section-head .eyebrow { justify-content: center; }
.section-head h2 { font-size: clamp(1.9rem, 4vw, 2.9rem); margin-bottom: 14px; }
.section-head p { font-size: 1.05rem; color: var(--body); }
.section--navy h2, .section--navy h3 { color: #fff; }
.text-gold { color: var(--gold-2); }
.lead { font-size: 1.12rem; color: var(--body); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 14px 28px; border-radius: 50px; font-weight: 600; font-size: .95rem;
  cursor: pointer; border: 1.5px solid transparent; transition: all .3s var(--ease);
  white-space: nowrap; line-height: 1;
}
.btn svg { width: 18px; height: 18px; }
.btn--gold { background: var(--gold); color: #1c130a; box-shadow: 0 10px 24px rgba(201,162,83,.35); }
.btn--gold:hover { background: var(--gold-2); transform: translateY(-2px); box-shadow: 0 14px 30px rgba(201,162,83,.45); }
.btn--dark { background: var(--navy); color: #fff; }
.btn--dark:hover { background: var(--navy-2); transform: translateY(-2px); }
.btn--ghost { background: transparent; color: var(--navy); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--navy); background: var(--navy); color: #fff; }
.btn--light { background: #fff; color: var(--navy); }
.btn--light:hover { background: var(--gold); color: #1c130a; transform: translateY(-2px); }
.btn--wa { background: #25d366; color: #fff; }
.btn--wa:hover { background: #1eb858; transform: translateY(-2px); }
.btn--block { width: 100%; }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; }

/* ---------- Top bar ---------- */
.topbar {
  background: var(--navy-deep); color: #aeb9c7; font-size: .85rem;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.topbar .container { display: flex; justify-content: space-between; align-items: center; min-height: 42px; gap: 16px; flex-wrap: wrap; }
.topbar a:hover { color: var(--gold); }
.topbar-info { display: flex; gap: 22px; flex-wrap: wrap; }
.topbar-info span { display: inline-flex; align-items: center; gap: 7px; }
.topbar-info svg { width: 14px; height: 14px; color: var(--gold); }
.topbar-social { display: flex; gap: 14px; }
.topbar-social a { display: inline-flex; }
.topbar-social svg { width: 15px; height: 15px; }

/* ---------- Header ---------- */
.header {
  position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.97);
  backdrop-filter: blur(10px); border-bottom: 1px solid var(--line);
  transition: box-shadow .3s var(--ease);
}
.header.scrolled { box-shadow: var(--shadow-sm); }
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 76px; }
.brand { display: flex; align-items: center; gap: 12px; }
.logo-img { height: 50px; width: auto; display: block; }
.brand-text strong { display: block; color: var(--navy); font-size: 1.05rem; letter-spacing: .02em; font-weight: 800; line-height: 1.1; }
.brand-text small { color: var(--gold-2); font-size: .7rem; letter-spacing: .22em; text-transform: uppercase; font-weight: 600; }
@media (max-width: 600px) { .logo-img { height: 42px; } }
.menu { display: flex; align-items: center; gap: 6px; }
.menu a {
  padding: 10px 16px; font-weight: 600; font-size: .94rem; color: var(--ink);
  border-radius: 8px; position: relative;
}
.menu a:hover, .menu a.active { color: var(--gold-2); }
.menu a.active::after {
  content: ""; position: absolute; bottom: 2px; left: 16px; right: 16px; height: 2px;
  background: var(--gold); border-radius: 2px;
}
.nav-cta { display: flex; align-items: center; gap: 12px; }
.burger { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.burger span { width: 26px; height: 2.5px; background: var(--navy); border-radius: 2px; transition: .3s var(--ease); }
.burger.open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* ---------- Hero (Ken Burns slideshow, same images as live site) ---------- */
.hero {
  position: relative; min-height: 88vh; display: flex; align-items: center;
  color: #fff; overflow: hidden; background: var(--navy-deep);
}
.hero-slides { position: absolute; inset: 0; z-index: 0; }
.hero-slide {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  opacity: 0; animation: heroFade 28s infinite; will-change: opacity, transform;
}
.hero-slide:nth-child(1) { animation-delay: 0s; }
.hero-slide:nth-child(2) { animation-delay: 7s; }
.hero-slide:nth-child(3) { animation-delay: 14s; }
.hero-slide:nth-child(4) { animation-delay: 21s; }
@keyframes heroFade {
  0% { opacity: 0; transform: scale(1.04); }
  3% { opacity: 1; }
  25% { opacity: 1; transform: scale(1.12); }
  28% { opacity: 0; }
  100% { opacity: 0; }
}
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(120deg, rgba(8,20,34,.92) 0%, rgba(10,24,40,.74) 55%, rgba(15,34,54,.5) 100%);
}
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: radial-gradient(circle at 80% 20%, rgba(201,162,83,.18), transparent 45%);
  pointer-events: none;
}
.hero .container { position: relative; z-index: 2; }
.hero-inner { max-width: 720px; padding: 70px 0; }
@media (prefers-reduced-motion: reduce) { .hero-slide { animation: none; } .hero-slide:nth-child(1) { opacity: 1; } }
.hero .eyebrow { color: var(--gold); }
.hero h1 { color: #fff; font-size: clamp(2.3rem, 5.4vw, 4rem); line-height: 1.08; margin-bottom: 20px; }
.hero h1 em { font-family: var(--serif); font-style: italic; font-weight: 600; color: var(--gold); }
.hero p { font-size: 1.15rem; color: #d8e0ea; max-width: 560px; margin-bottom: 32px; }
.hero-stats { display: flex; gap: 40px; margin-top: 46px; flex-wrap: wrap; }
.hero-stats .num { font-size: 2.1rem; font-weight: 800; color: var(--gold); font-family: var(--serif); }
.hero-stats .lbl { font-size: .85rem; color: #b9c4d2; letter-spacing: .04em; }

/* ---------- Search / quick bar ---------- */
.quickbar {
  position: relative; z-index: 5; margin-top: -46px;
}
.quickbar-card {
  background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg);
  padding: 26px; display: grid; grid-template-columns: repeat(4, 1fr) auto; gap: 16px; align-items: end;
}
.quickbar-card label { display: block; font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); margin-bottom: 7px; }
.quickbar-card select, .quickbar-card input {
  width: 100%; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: 10px;
  font-family: inherit; font-size: .95rem; color: var(--ink); background: var(--bg-alt);
}
.quickbar-card select:focus, .quickbar-card input:focus { outline: none; border-color: var(--gold); }

/* ---------- Property cards ---------- */
.grid { display: grid; gap: 28px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.property-card {
  background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm);
  border: 1px solid var(--line); transition: transform .35s var(--ease), box-shadow .35s var(--ease);
  display: flex; flex-direction: column;
}
.property-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-lg); }
.property-media { position: relative; aspect-ratio: 16/11; overflow: hidden; }
.property-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.property-card:hover .property-media img { transform: scale(1.07); }
.property-tag {
  position: absolute; top: 14px; left: 14px; background: var(--gold); color: #1c130a;
  font-size: .72rem; font-weight: 700; padding: 6px 13px; border-radius: 50px; letter-spacing: .04em;
}
.property-fav {
  position: absolute; top: 14px; right: 14px; background: rgba(255,255,255,.92); width: 34px; height: 34px;
  border-radius: 50%; display: grid; place-items: center;
}
.property-fav svg { width: 17px; height: 17px; color: var(--navy); }
.property-body { padding: 22px; display: flex; flex-direction: column; flex: 1; }
.property-price { font-size: 1.35rem; font-weight: 800; color: var(--navy); margin-bottom: 6px; font-family: var(--serif); }
.property-price small { font-size: .8rem; color: var(--muted); font-family: var(--font); font-weight: 600; }
.property-body h3 { font-size: 1.18rem; margin-bottom: 8px; }
.property-body h3 a:hover { color: var(--gold-2); }
.property-loc { display: flex; align-items: center; gap: 6px; color: var(--muted); font-size: .9rem; margin-bottom: 16px; }
.property-loc svg { width: 15px; height: 15px; color: var(--gold-2); flex-shrink: 0; }
.property-specs {
  display: flex; gap: 18px; padding: 14px 0; border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line); margin-bottom: 18px; flex-wrap: wrap;
}
.property-specs span { display: inline-flex; align-items: center; gap: 7px; font-size: .85rem; color: var(--body); font-weight: 600; }
.property-specs svg { width: 17px; height: 17px; color: var(--gold-2); }
.property-actions { margin-top: auto; display: flex; gap: 10px; }
.property-actions .btn { flex: 1; padding: 11px 14px; font-size: .85rem; }
.icon-btn {
  width: 44px; height: 44px; border-radius: 10px; display: grid; place-items: center; flex-shrink: 0;
  border: 1.5px solid var(--line); transition: all .25s var(--ease);
}
.icon-btn svg { width: 18px; height: 18px; }
.icon-btn--wa { background: #25d366; border-color: #25d366; color: #fff; }
.icon-btn--wa:hover { background: #1eb858; }
.icon-btn--call { background: var(--navy); border-color: var(--navy); color: #fff; }
.icon-btn--call:hover { background: var(--navy-2); }

/* ---------- Services ---------- */
.service-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 34px 28px;
  transition: all .35s var(--ease); position: relative; overflow: hidden;
}
.service-card::before {
  content: ""; position: absolute; left: 0; top: 0; height: 3px; width: 0; background: var(--gold); transition: width .4s var(--ease);
}
.service-card:hover { box-shadow: var(--shadow); transform: translateY(-5px); }
.service-card:hover::before { width: 100%; }
.service-num { font-family: var(--serif); font-size: 2.4rem; font-weight: 700; color: var(--gold-soft); line-height: 1; }
.service-card:hover .service-num { color: var(--gold); }
.service-ico { width: 56px; height: 56px; border-radius: 14px; background: var(--bg-cream); display: grid; place-items: center; margin-bottom: 18px; }
.service-ico svg { width: 26px; height: 26px; color: var(--gold-2); }
.service-card h3 { font-size: 1.2rem; margin-bottom: 10px; }
.service-card p { font-size: .95rem; }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; counter-reset: step; }
.step { text-align: center; position: relative; }
.step-num {
  width: 64px; height: 64px; margin: 0 auto 18px; border-radius: 50%; display: grid; place-items: center;
  background: var(--navy); color: var(--gold); font-weight: 800; font-size: 1.4rem; font-family: var(--serif);
  border: 2px solid var(--gold);
}
.step h3 { font-size: 1.12rem; margin-bottom: 8px; }
.step p { font-size: .92rem; }

/* ---------- Team ---------- */
.team-card { background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--line); transition: all .35s var(--ease); text-align: center; }
.team-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.team-media { aspect-ratio: 1/1; overflow: hidden; background: var(--bg-alt); }
.team-media img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform .5s var(--ease); }
.team-card:hover .team-media img { transform: scale(1.05); }
.team-body { padding: 22px 18px; }
.team-body h3 { font-size: 1.18rem; margin-bottom: 3px; }
.team-role { color: var(--gold-2); font-weight: 600; font-size: .88rem; margin-bottom: 16px; letter-spacing: .02em; }
.team-contact { display: flex; gap: 10px; justify-content: center; }
.team-contact a { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; border: 1.5px solid var(--line); transition: all .25s var(--ease); }
.team-contact a svg { width: 17px; height: 17px; }
.team-contact a:hover { transform: translateY(-3px); }
.team-contact .c-wa:hover { background: #25d366; border-color: #25d366; color: #fff; }
.team-contact .c-call:hover { background: var(--navy); border-color: var(--navy); color: #fff; }

/* ---------- Why us / features ---------- */
.feature { display: flex; gap: 18px; }
.feature-ico { width: 54px; height: 54px; flex-shrink: 0; border-radius: 14px; background: rgba(201,162,83,.14); display: grid; place-items: center; }
.feature-ico svg { width: 25px; height: 25px; color: var(--gold); }
.feature h3 { font-size: 1.12rem; margin-bottom: 6px; }
.section--navy .feature h3 { color: #fff; }
.feature p { font-size: .94rem; color: var(--body); }
.section--navy .feature p { color: #aab6c4; }

/* ---------- Stats band ---------- */
.stats-band { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; text-align: center; }
.stat .num { font-size: 2.8rem; font-weight: 800; color: var(--gold); font-family: var(--serif); line-height: 1; }
.stat .lbl { font-size: .92rem; color: #aab6c4; margin-top: 8px; letter-spacing: .03em; }

/* ---------- Split / about ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split-media { position: relative; }
.split-media img { border-radius: var(--radius-lg); box-shadow: var(--shadow); width: 100%; }
.split-media .badge {
  position: absolute; bottom: -22px; right: -10px; background: var(--navy); color: #fff;
  padding: 20px 26px; border-radius: var(--radius); box-shadow: var(--shadow-lg);
}
.split-media .badge .num { font-size: 2rem; font-weight: 800; color: var(--gold); font-family: var(--serif); }
.split-media .badge .lbl { font-size: .8rem; color: #c5cfdb; }
.split-content h2 { font-size: clamp(1.8rem, 3.6vw, 2.6rem); margin-bottom: 18px; }
.check-list { margin: 22px 0; display: grid; gap: 13px; }
.check-list li { display: flex; gap: 12px; align-items: flex-start; font-weight: 500; color: var(--ink); }
.check-list svg { width: 22px; height: 22px; color: var(--gold-2); flex-shrink: 0; margin-top: 1px; }

/* ---------- CTA band ---------- */
.cta-band {
  background: linear-gradient(120deg, var(--navy) 0%, var(--navy-2) 100%); color: #fff;
  border-radius: var(--radius-lg); padding: 56px; text-align: center; position: relative; overflow: hidden;
}
.cta-band::before { content: ""; position: absolute; top: -40%; right: -10%; width: 380px; height: 380px; background: radial-gradient(circle, rgba(201,162,83,.22), transparent 65%); }
.cta-band h2 { color: #fff; font-size: clamp(1.7rem, 3.4vw, 2.5rem); margin-bottom: 14px; position: relative; }
.cta-band p { color: #c8d2de; max-width: 560px; margin: 0 auto 28px; position: relative; }
.cta-band .btn-row { justify-content: center; position: relative; }

/* ---------- Developers strip ---------- */
.dev-strip { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; }
.dev-pill { padding: 14px 26px; background: #fff; border: 1px solid var(--line); border-radius: 50px; font-weight: 700; color: var(--navy); box-shadow: var(--shadow-sm); }

/* ---------- Breadcrumb / page hero ---------- */
.page-hero {
  background: linear-gradient(rgba(10,24,40,.82), rgba(10,24,40,.82)), url("../images/villa5-1.webp") center/cover;
  color: #fff; padding: 72px 0; text-align: center;
}
.page-hero h1 { color: #fff; font-size: clamp(2rem, 4.5vw, 3.2rem); margin-bottom: 12px; }
.breadcrumb { display: flex; gap: 8px; justify-content: center; font-size: .9rem; color: #c5cfdb; align-items: center; }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb span { color: var(--gold); }

/* ---------- Property detail ---------- */
.pd-gallery { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-auto-rows: 1fr; gap: 12px; margin-bottom: 14px; }
.pd-gallery .g-main { grid-row: span 2; grid-column: 1; }
.pd-gallery img { width: 100%; height: 100%; object-fit: cover; border-radius: 12px; cursor: pointer; transition: opacity .25s; aspect-ratio: 4/3; }
.pd-gallery .g-main img { aspect-ratio: auto; height: 100%; }
.pd-gallery img:hover { opacity: .9; }
.pd-layout { display: grid; grid-template-columns: 1fr 360px; gap: 40px; align-items: start; }
.pd-head { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px; align-items: flex-start; margin-bottom: 22px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.pd-head h1, .pd-head .pd-title { font-size: clamp(1.6rem, 3.4vw, 2.4rem); margin-bottom: 8px; }
.pd-price { font-size: 1.9rem; font-weight: 800; color: var(--navy); font-family: var(--serif); }
.pd-specs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin: 28px 0; }
.pd-spec { background: var(--bg-alt); border-radius: 12px; padding: 18px; text-align: center; }
.pd-spec svg { width: 24px; height: 24px; color: var(--gold-2); margin: 0 auto 8px; }
.pd-spec .v { font-weight: 800; color: var(--ink); font-size: 1.1rem; }
.pd-spec .k { font-size: .8rem; color: var(--muted); }
.pd-section { margin: 32px 0; }
.pd-section h2 { font-size: 1.4rem; margin-bottom: 14px; }
.amenities { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.amenities li { display: flex; gap: 10px; align-items: center; font-weight: 500; color: var(--ink); }
.amenities svg { width: 20px; height: 20px; color: var(--gold-2); flex-shrink: 0; }
.pd-aside { position: sticky; top: 100px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 28px; }
.pd-aside h3 { font-size: 1.2rem; margin-bottom: 6px; }
.pd-aside .agent { display: flex; align-items: center; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line); margin-bottom: 18px; }
.pd-aside .agent img { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; }
.pd-aside .agent strong { display: block; color: var(--ink); }
.pd-aside .agent span { font-size: .85rem; color: var(--gold-2); }

/* ---------- Forms ---------- */
.form-card { background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow); padding: 38px; border: 1px solid var(--line); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .85rem; font-weight: 700; color: var(--ink); }
.field input, .field select, .field textarea {
  padding: 13px 15px; border: 1.5px solid var(--line); border-radius: 10px; font-family: inherit;
  font-size: .95rem; color: var(--ink); background: var(--bg-alt); transition: border-color .2s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold); background: #fff; }
.field textarea { resize: vertical; min-height: 120px; }

/* ---------- Info cards (contact) ---------- */
.info-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; text-align: center; box-shadow: var(--shadow-sm); transition: all .3s var(--ease); }
.info-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.info-ico { width: 60px; height: 60px; margin: 0 auto 16px; border-radius: 50%; background: var(--bg-cream); display: grid; place-items: center; }
.info-ico svg { width: 26px; height: 26px; color: var(--gold-2); }
.info-card h3 { font-size: 1.1rem; margin-bottom: 8px; }
.info-card a, .info-card p { color: var(--body); font-size: .95rem; }
.info-card a:hover { color: var(--gold-2); }

/* ---------- Footer ---------- */
.footer { background: var(--navy-deep); color: #9aa7b6; padding: 72px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.3fr; gap: 40px; padding-bottom: 50px; }
.footer h4 { color: #fff; font-size: 1.05rem; margin-bottom: 22px; }
.footer-logo { height: 56px; width: auto; margin-bottom: 20px; display: block; }
.footer-brand p { font-size: .92rem; line-height: 1.8; margin-bottom: 20px; }
.footer-links li { margin-bottom: 12px; }
.footer-links a { font-size: .94rem; }
.footer-links a:hover { color: var(--gold); padding-left: 5px; }
.footer-contact li { display: flex; gap: 12px; margin-bottom: 16px; font-size: .92rem; align-items: flex-start; }
.footer-contact svg { width: 18px; height: 18px; color: var(--gold); flex-shrink: 0; margin-top: 3px; }
.footer-contact a:hover { color: var(--gold); }
.footer-social { display: flex; gap: 12px; margin-top: 18px; }
.footer-social a { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.07); display: grid; place-items: center; transition: all .25s var(--ease); }
.footer-social a svg { width: 17px; height: 17px; }
.footer-social a:hover { background: var(--gold); color: #1c130a; transform: translateY(-3px); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 22px 0; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: .85rem; }
.footer-bottom a:hover { color: var(--gold); }

/* ---------- Floating buttons ---------- */
.floats { position: fixed; right: 18px; bottom: 18px; z-index: 90; display: flex; flex-direction: column; gap: 12px; }
.float-btn { width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; box-shadow: var(--shadow); transition: transform .25s var(--ease); color: #fff; }
.float-btn:hover { transform: scale(1.1); }
.float-btn svg { width: 26px; height: 26px; }
.float-wa { background: #25d366; animation: pulse 2.4s infinite; }
.float-call { background: var(--navy); }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(37,211,102,.5); } 70% { box-shadow: 0 0 0 14px rgba(37,211,102,0); } 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); } }

/* ---------- Lightbox ---------- */
.lightbox { position: fixed; inset: 0; background: rgba(8,16,26,.94); z-index: 200; display: none; align-items: center; justify-content: center; padding: 30px; }
.lightbox.open { display: flex; }
.lightbox img { max-width: 90vw; max-height: 86vh; border-radius: 10px; }
.lightbox-close { position: absolute; top: 22px; right: 28px; color: #fff; font-size: 2.4rem; cursor: pointer; line-height: 1; background: none; border: 0; }
.lightbox-nav { position: absolute; top: 50%; transform: translateY(-50%); color: #fff; font-size: 2.4rem; cursor: pointer; background: rgba(255,255,255,.1); border: 0; width: 52px; height: 52px; border-radius: 50%; }
.lightbox-nav.prev { left: 24px; } .lightbox-nav.next { right: 24px; }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Mobile menu panel ---------- */
.mobile-menu {
  position: fixed; inset: 0 0 0 auto; width: min(82%, 340px); background: #fff; z-index: 110;
  transform: translateX(100%); transition: transform .35s var(--ease); box-shadow: var(--shadow-lg);
  padding: 90px 28px 28px; display: flex; flex-direction: column; gap: 6px; overflow-y: auto;
}
.mobile-menu.open { transform: none; }
.mobile-menu a { padding: 14px 12px; font-weight: 600; color: var(--ink); border-bottom: 1px solid var(--line); }
.mobile-menu a.active { color: var(--gold-2); }
.mobile-menu .btn { margin-top: 18px; }
.overlay { position: fixed; inset: 0; background: rgba(8,16,26,.5); z-index: 105; opacity: 0; visibility: hidden; transition: .3s; }
.overlay.open { opacity: 1; visibility: visible; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1024px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .stats-band { grid-template-columns: repeat(2, 1fr); gap: 36px 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .pd-layout { grid-template-columns: 1fr; }
  .pd-aside { position: static; }
  .quickbar-card { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 880px) {
  .menu, .nav-cta .btn { display: none; }
  .burger { display: flex; }
  .split { grid-template-columns: 1fr; gap: 36px; }
  .split-media .badge { right: 16px; }
  .steps { grid-template-columns: repeat(2, 1fr); gap: 30px; }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .pd-specs { grid-template-columns: repeat(2, 1fr); }
  .pd-gallery { grid-template-columns: 1fr 1fr; }
  .pd-gallery .g-main { grid-column: span 2; grid-row: auto; }
  .section { padding: 68px 0; }
}
@media (max-width: 600px) {
  .topbar-info { gap: 14px; font-size: .8rem; }
  .topbar-info .hide-sm { display: none; }
  .grid-3, .grid-2, .grid-4 { grid-template-columns: 1fr; }
  .quickbar-card { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .amenities { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .cta-band { padding: 38px 24px; }
  .hero { min-height: 80vh; }
  .hero-stats { gap: 26px; }
  .section-head { margin-bottom: 38px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .pd-gallery { grid-template-columns: 1fr; }
  .pd-gallery .g-main { grid-column: auto; }
}
