/* ==========================================================================
   Maslak Koru — Marketing site
   ========================================================================== */

:root {
  --green-950: #1b2712;
  --green-900: #24331a;
  --green-800: #304423;
  --green-700: #3d5a2c;
  --green-600: #4c6f37;
  --green-500: #5e8544;
  --green-400: #7fa25f;
  --green-100: #e7ecdc;
  --green-050: #f3f5ec;
  --cream: #faf8f2;
  --cream-2: #f1ede1;
  --ink: #1f2419;
  --ink-soft: #4a5142;
  --gold: #b08d3f;
  --white: #ffffff;
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 24px;
  --shadow-sm: 0 2px 10px rgba(31, 36, 25, 0.08);
  --shadow-md: 0 12px 30px rgba(31, 36, 25, 0.12);
  --shadow-lg: 0 20px 50px rgba(31, 36, 25, 0.18);
  --container: 1220px;
  --ff-arabic: 'Cairo', 'Tahoma', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
[hidden] { display: none !important; }

body {
  margin: 0;
  font-family: var(--ff-arabic);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

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

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

ul { margin: 0; padding: 0; list-style: none; }

h1, h2, h3, h4, h5 { margin: 0 0 .5em; font-weight: 700; line-height: 1.3; }

p { margin: 0 0 1em; }

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.in-view { opacity: 1; transform: translateY(0); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: var(--green-700);
  color: var(--white);
  box-shadow: var(--shadow-sm);
}
.btn-primary:hover { background: var(--green-800); box-shadow: var(--shadow-md); }
.btn-sm { padding: 10px 20px; font-size: 14px; }
.btn-block { width: 100%; }
.btn-whatsapp {
  background: #25D366;
  color: #06340f;
}
.btn-whatsapp:hover { background: #1fbd5a; }
.btn-whatsapp svg { width: 20px; height: 20px; fill: currentColor; }

/* ---------- Header ---------- */
.site-header {
  position: fixed;
  inset-inline: 0;
  top: 0;
  z-index: 100;
  background: rgba(250, 248, 242, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(31, 36, 25, 0.06);
  transition: box-shadow .3s ease;
}
.site-header.scrolled { box-shadow: var(--shadow-sm); }

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block: 12px;
}

.brand { display: flex; align-items: center; gap: 10px; color: var(--green-800); }
.brand-icon { width: 38px; height: 38px; color: var(--green-700); flex-shrink: 0; }
.brand-icon svg { width: 100%; height: 100%; }
.brand-text { display: flex; flex-direction: column; line-height: 1.2; }
.brand-text strong { font-size: 18px; }
.brand-text small { font-size: 11px; letter-spacing: .12em; color: var(--ink-soft); text-transform: uppercase; }

.main-nav ul { display: flex; gap: 26px; }
.main-nav a {
  font-size: 15px;
  font-weight: 600;
  color: var(--ink-soft);
  position: relative;
  padding: 6px 2px;
}
.main-nav a:hover { color: var(--green-800); }

.header-actions { display: flex; align-items: center; gap: 14px; }

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  cursor: pointer;
}
.nav-toggle span {
  width: 100%;
  height: 2px;
  background: var(--green-800);
  border-radius: 2px;
  transition: transform .3s ease, opacity .3s ease;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--white);
  overflow: hidden;
}
.hero-media { position: absolute; inset: 0; z-index: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(20,28,14,.55) 0%, rgba(20,28,14,.35) 40%, rgba(20,28,14,.85) 100%);
}
.hero-content {
  position: relative;
  z-index: 1;
  padding-top: 150px;
  padding-bottom: 60px;
  max-width: 760px;
}
.eyebrow {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em;
  color: var(--green-400);
  margin-bottom: 14px;
}
.hero h1 {
  font-size: clamp(38px, 6vw, 64px);
  margin-bottom: 6px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.hero-sub-en {
  font-size: .32em;
  font-weight: 500;
  letter-spacing: .1em;
  color: rgba(255,255,255,.75);
  text-transform: uppercase;
}
.hero-tagline {
  font-size: clamp(18px, 2.4vw, 24px);
  font-weight: 600;
  color: var(--green-100);
  margin-bottom: 18px;
}
.hero-desc {
  font-size: 17px;
  color: rgba(255,255,255,.9);
  max-width: 620px;
  margin-bottom: 30px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; }

.hero-stats {
  position: relative;
  z-index: 1;
  background: rgba(19, 26, 12, 0.55);
  backdrop-filter: blur(6px);
  border-top: 1px solid rgba(255,255,255,.12);
  padding-block: 22px;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  text-align: center;
}
.stat-num {
  display: block;
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 800;
  color: var(--white);
}
.stat-label { font-size: 13px; color: rgba(255,255,255,.8); }

/* ---------- Sections ---------- */
.section { padding: 100px 0; }
.section-alt { background: var(--cream-2); }
.section-head { max-width: 720px; margin: 0 auto 56px; text-align: center; }
.section-head h2 { font-size: clamp(28px, 4vw, 40px); color: var(--green-900); }
.section-lead { color: var(--ink-soft); font-size: 17px; }
.section .eyebrow { color: var(--green-600); }

/* ---------- About ---------- */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  margin-bottom: 70px;
}
.about-media img { border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.about-text h3 { color: var(--green-800); font-size: 24px; }
.check-list { margin-top: 18px; display: flex; flex-direction: column; gap: 12px; }
.check-list li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--ink-soft);
}
.check-list li .check-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-top: 2px;
  border-radius: 50%;
  background: var(--green-100);
  border: 2px solid var(--green-600);
  color: var(--green-700);
  display: flex;
  align-items: center;
  justify-content: center;
}
.check-list li .check-icon svg { width: 11px; height: 11px; }

.mix-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.mix-card {
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow-sm);
  transition: transform .3s ease, box-shadow .3s ease;
}
.mix-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.mix-card img { height: 200px; object-fit: cover; width: 100%; }
.mix-card-body { padding: 20px 22px; }
.mix-card-body h4 { color: var(--green-800); font-size: 18px; }
.mix-card-body p { color: var(--ink-soft); font-size: 14.5px; margin: 0; }

/* ---------- Amenities ---------- */
.amenities-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-bottom: 46px;
}
.amenity-card {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 30px 22px;
  text-align: center;
  box-shadow: var(--shadow-sm);
  transition: transform .3s ease, box-shadow .3s ease;
}
.amenity-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.amenity-icon {
  width: 60px; height: 60px;
  margin: 0 auto 16px;
  color: var(--green-700);
}
.amenity-icon svg { width: 100%; height: 100%; }
.amenity-card h4 { font-size: 16.5px; color: var(--green-900); }
.amenity-card p { font-size: 14px; color: var(--ink-soft); margin: 0; }

.amenities-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.amenities-gallery img {
  border-radius: var(--radius-lg);
  height: 320px;
  width: 100%;
  object-fit: cover;
  box-shadow: var(--shadow-md);
}

/* ---------- Units ---------- */
.units-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.unit-card {
  background: var(--white);
  border: 1px solid rgba(31,36,25,.07);
  border-radius: var(--radius-md);
  padding: 30px 26px;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.unit-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.unit-card.featured { border: 2px solid var(--green-600); background: var(--green-050); }
.unit-type {
  display: inline-block;
  font-size: 15px;
  font-weight: 800;
  color: var(--white);
  background: var(--green-700);
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 16px;
}
.unit-card h4 { color: var(--green-900); font-size: 18px; }
.unit-area { font-size: 20px; font-weight: 800; color: var(--green-700); margin-bottom: 10px; }
.unit-area span { display: block; font-size: 12.5px; font-weight: 500; color: var(--ink-soft); }
.unit-desc { font-size: 14.5px; color: var(--ink-soft); margin: 0; }
.unit-card-cta {
  background: var(--green-800);
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.unit-card-cta h4, .unit-card-cta p { color: var(--white); }
.unit-card-cta .btn { margin-top: 10px; align-self: flex-start; }
.units-note { margin-top: 30px; font-size: 13.5px; color: var(--ink-soft); text-align: center; }

/* ---------- Location ---------- */
.location-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: start;
}
.location-map img { border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.location-lists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.loc-card {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 22px;
  box-shadow: var(--shadow-sm);
}
.loc-card h4 {
  display: flex; align-items: center; gap: 8px;
  color: var(--green-800); font-size: 16px; margin-bottom: 12px;
}
.loc-icon { font-size: 18px; }
.loc-card ul { display: flex; flex-direction: column; gap: 8px; }
.loc-card li {
  display: flex; justify-content: space-between; gap: 10px;
  font-size: 13.5px; color: var(--ink-soft);
  border-bottom: 1px dashed rgba(31,36,25,.1);
  padding-bottom: 8px;
}
.loc-card li:last-child { border-bottom: none; padding-bottom: 0; }
.loc-card li b { color: var(--green-700); white-space: nowrap; }

/* ---------- Invest ---------- */
.invest { position: relative; color: var(--white); padding: 0; overflow: hidden; }
.invest-media { position: absolute; inset: 0; }
.invest-media img { width: 100%; height: 100%; object-fit: cover; }
.invest-media::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(24,32,16,.88), rgba(24,32,16,.94));
}
.invest .container { position: relative; z-index: 1; padding-block: 100px; }
.invest-box { max-width: 900px; margin: 0 auto; text-align: center; }
.invest-box .eyebrow { color: var(--green-400); }
.invest-box h2 { font-size: clamp(26px, 4vw, 38px); }
.invest-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  text-align: start;
  margin: 44px 0 40px;
}
.invest-point {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius-md);
  padding: 22px;
}
.invest-point h4 { color: var(--green-400); font-size: 16.5px; }
.invest-point p { color: rgba(255,255,255,.85); font-size: 14px; margin: 0; }

/* ---------- Gallery ---------- */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.gallery-item {
  padding: 0; border: none; cursor: pointer;
  border-radius: var(--radius-md);
  overflow: hidden;
  position: relative;
  aspect-ratio: 4/3;
  background: var(--cream-2);
}
.gallery-item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s ease;
}
.gallery-item:hover img { transform: scale(1.08); }
.gallery-item::after {
  content: "🔍";
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  background: rgba(24,32,16,0);
  color: transparent;
  font-size: 22px;
  transition: background .3s ease, color .3s ease;
}
.gallery-item:hover::after { background: rgba(24,32,16,.35); color: #fff; }

/* ---------- Contact ---------- */
.section-contact { background: var(--green-950); color: var(--white); }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 60px;
  align-items: start;
}
.contact-info .eyebrow { color: var(--green-400); }
.contact-info h2 { font-size: clamp(26px, 3.6vw, 36px); }
.contact-info p { color: rgba(255,255,255,.8); }
.contact-details { margin-top: 30px; display: flex; flex-direction: column; gap: 18px; }
.contact-details li { display: flex; align-items: flex-start; gap: 14px; }
.contact-icon {
  width: 42px; height: 42px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,.08);
  border-radius: 50%;
  font-size: 18px;
}
.contact-details b { display: block; font-size: 13px; color: rgba(255,255,255,.6); margin-bottom: 2px; }
.contact-details a, .contact-details span { color: var(--white); font-weight: 600; }
.contact-details a:hover { color: var(--green-400); }

.lead-form {
  background: var(--white);
  color: var(--ink);
  border-radius: var(--radius-lg);
  padding: 34px;
  box-shadow: var(--shadow-lg);
}
.lead-form h3 { color: var(--green-900); font-size: 20px; margin-bottom: 20px; }
.form-row { margin-bottom: 16px; }
.form-row label { display: block; font-size: 13.5px; font-weight: 700; color: var(--ink-soft); margin-bottom: 6px; }
.form-row input, .form-row select, .form-row textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: var(--radius-sm);
  border: 1.5px solid rgba(31,36,25,.15);
  font-family: var(--ff-arabic);
  font-size: 14.5px;
  background: var(--cream);
  color: var(--ink);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.form-row input:focus, .form-row select:focus, .form-row textarea:focus {
  outline: none;
  border-color: var(--green-600);
  box-shadow: 0 0 0 3px rgba(94,133,68,.18);
}
.form-row textarea { resize: vertical; }
.consent {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 12.5px; color: var(--ink-soft);
  margin-bottom: 20px; cursor: pointer;
}
.consent input { margin-top: 3px; }
.form-note { font-size: 13px; margin-top: 12px; text-align: center; min-height: 18px; }
.form-note.success { color: var(--green-700); font-weight: 700; }
.form-note.error { color: #b3372c; font-weight: 700; }

/* ---------- Footer ---------- */
.site-footer { background: #10160a; color: rgba(255,255,255,.75); padding-top: 60px; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.footer-brand .brand { color: var(--white); margin-bottom: 14px; }
.footer-brand .brand-icon { color: var(--green-400); }
.footer-brand p { font-size: 13.5px; color: rgba(255,255,255,.55); max-width: 320px; }
.footer-links h5, .footer-contact h5 { color: var(--white); font-size: 15px; margin-bottom: 16px; }
.footer-links ul, .footer-contact ul { display: flex; flex-direction: column; gap: 10px; font-size: 14px; }
.footer-links a:hover, .footer-contact a:hover { color: var(--green-400); }
.footer-bottom { padding: 20px 24px; text-align: center; font-size: 12.5px; color: rgba(255,255,255,.4); }

/* ---------- Floating WhatsApp ---------- */
.floating-whatsapp {
  position: fixed;
  inset-inline-end: 24px;
  bottom: 24px;
  width: 58px; height: 58px;
  background: #25D366;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 22px rgba(0,0,0,.25);
  z-index: 90;
  animation: pulse-wa 2.6s infinite;
}
.floating-whatsapp svg { width: 30px; height: 30px; fill: #fff; }
@keyframes pulse-wa {
  0% { box-shadow: 0 8px 22px rgba(0,0,0,.25), 0 0 0 0 rgba(37,211,102,.5); }
  70% { box-shadow: 0 8px 22px rgba(0,0,0,.25), 0 0 0 14px rgba(37,211,102,0); }
  100% { box-shadow: 0 8px 22px rgba(0,0,0,.25), 0 0 0 0 rgba(37,211,102,0); }
}

/* ---------- Chat widget ---------- */
.chat-widget {
  position: fixed;
  inset-inline-end: 24px;
  bottom: 94px;
  z-index: 91;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
}
.chat-toggle {
  width: 58px; height: 58px;
  border-radius: 50%;
  background: var(--green-700);
  color: #fff;
  border: none;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(0,0,0,.25);
}
.chat-toggle svg { width: 26px; height: 26px; position: absolute; }
.chat-toggle .icon-close { opacity: 0; transform: scale(.6); transition: opacity .2s ease, transform .2s ease; }
.chat-toggle .icon-chat { opacity: 1; transform: scale(1); transition: opacity .2s ease, transform .2s ease; }
.chat-toggle[aria-expanded="true"] .icon-close { opacity: 1; transform: scale(1); }
.chat-toggle[aria-expanded="true"] .icon-chat { opacity: 0; transform: scale(.6); }

.chat-panel {
  width: min(340px, 90vw);
  max-height: 440px;
  background: var(--white);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.chat-header {
  background: var(--green-800);
  color: #fff;
  padding: 16px 18px;
  display: flex; align-items: center; justify-content: space-between;
}
.chat-header b { display: block; font-size: 15px; }
.chat-header span { font-size: 12px; color: rgba(255,255,255,.7); }
.chat-messages {
  flex: 1;
  padding: 16px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 160px;
  max-height: 280px;
}
.chat-msg {
  font-size: 13.5px;
  padding: 10px 14px;
  border-radius: 14px;
  max-width: 85%;
  line-height: 1.6;
}
.chat-msg.bot { background: var(--green-050); color: var(--ink); align-self: flex-start; border-bottom-right-radius: 4px; }
.chat-msg.user { background: var(--green-700); color: #fff; align-self: flex-end; border-bottom-left-radius: 4px; }
.chat-input-row {
  display: flex;
  border-top: 1px solid rgba(31,36,25,.08);
}
.chat-input-row input {
  flex: 1;
  border: none;
  padding: 14px 16px;
  font-family: var(--ff-arabic);
  font-size: 13.5px;
  background: transparent;
  color: var(--ink);
}
.chat-input-row input:focus { outline: none; }
.chat-input-row button {
  border: none;
  background: var(--green-700);
  color: #fff;
  width: 48px;
  cursor: pointer;
}
.chat-input-row button svg { width: 18px; height: 18px; margin: 0 auto; }

/* ---------- Lightbox ---------- */
.lightbox {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(10, 14, 6, .92);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 40px 20px;
}
.lightbox img { max-height: 78vh; max-width: 92vw; border-radius: var(--radius-md); box-shadow: var(--shadow-lg); }
.lightbox p { color: rgba(255,255,255,.85); margin-top: 16px; font-size: 14px; }
.lightbox-close {
  position: absolute; top: 20px; inset-inline-end: 24px;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,.1);
  color: #fff;
  border: none;
  font-size: 26px;
  cursor: pointer;
  line-height: 1;
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1024px) {
  .about-grid, .location-grid, .contact-grid { grid-template-columns: 1fr; }
  .mix-grid, .units-grid, .invest-points { grid-template-columns: repeat(2, 1fr); }
  .amenities-grid { grid-template-columns: repeat(3, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .location-lists { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 860px) {
  .main-nav { display: none; }
  .nav-toggle { display: flex; }
  .header-actions .btn-primary.btn-sm { display: none; }

  .main-nav.open {
    display: block;
    position: fixed;
    top: 66px;
    inset-inline: 0;
    background: var(--cream);
    padding: 20px 24px 30px;
    box-shadow: var(--shadow-md);
  }
  .main-nav.open ul { flex-direction: column; gap: 4px; }
  .main-nav.open a { display: block; padding: 12px 4px; border-bottom: 1px solid rgba(31,36,25,.06); }

  .amenities-grid { grid-template-columns: repeat(2, 1fr); }
  .amenities-gallery { grid-template-columns: 1fr; }
  .amenities-gallery img { height: 240px; }
  .mix-grid, .units-grid, .invest-points, .gallery-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .section { padding: 70px 0; }
  .lead-form { padding: 24px; }
}

@media (max-width: 480px) {
  .hero-content { padding-top: 130px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; }
  .amenities-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .floating-whatsapp { width: 50px; height: 50px; inset-inline-end: 16px; bottom: 16px; }
  .floating-whatsapp svg { width: 26px; height: 26px; }
  .chat-widget { inset-inline-end: 16px; bottom: 78px; }
}
