@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Poppins:wght@500;600;700&display=swap');

:root {
  --ink: #18150f;
  --muted: #6d6a62;
  --paper: #f2ede3;
  --card: #e8e2d3;
  --white: #fff;
  --line: rgba(24, 21, 15, .12);
  --accent: #b9a477;
  --ok: #4c7a52;
  --warn: #b6873a;
  --off: #9a5a4a;
  --radius: 22px;
  --radius-sm: 14px;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: 'DM Sans', sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
h1, h2, h3 { margin: 0; font-family: 'Poppins', sans-serif; }
p { margin: 0; }
img { max-width: 100%; }
.wrap { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; }

/* Nav */
nav { position: fixed; z-index: 30; inset: 0 0 auto; height: 78px; display: flex; align-items: center; background: rgba(242,237,227,.82); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.nav-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; width: min(calc(100% - 48px), var(--max)); margin: auto; }
.nav-links { display: flex; align-items: center; gap: 28px; color: #4c483f; font-size: 13.5px; }
.nav-links a:hover { color: var(--ink); }
.nav-links a.active { color: var(--ink); font-weight: 600; }
.nav-links a.nav-studios { margin-left: 8px; padding-left: 20px; border-left: 1px solid var(--line); color: var(--accent); font-weight: 600; }
.nav-links a.nav-studios:hover { color: #a08a5e; }
.brand { justify-self: center; display: flex; align-items: center; gap: 9px; font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 600; letter-spacing: -.01em; }
.brand-mark { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--ink); color: var(--paper); font-family: 'Poppins', sans-serif; font-size: 13px; }
.nav-cta { justify-self: end; cursor: pointer; border: 0; border-radius: 99px; padding: 12px 20px; color: var(--white); background: var(--ink); font-size: 12.5px; font-weight: 600; }
.nav-cta:hover { background: #322c22; }

/* Buttons & pills */
.button { justify-self: start; display: inline-flex; align-items: center; gap: 8px; cursor: pointer; border: 0; border-radius: 99px; padding: 15px 24px; color: var(--white); background: var(--ink); font-size: 13px; font-weight: 600; }
.button:hover { background: #322c22; }
.button.ghost { color: var(--ink); background: var(--white); border: 1px solid var(--line); }
.button.ghost:hover { background: var(--card); }
.pill-badge { display: inline-flex; align-items: center; gap: 8px; border-radius: 99px; padding: 9px 16px; background: var(--card); color: var(--ink); font-size: 12px; font-weight: 500; }
.pill-badge .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
.eyebrow-tag { display: inline-flex; align-items: center; gap: 7px; margin: 0 0 20px; border-radius: 99px; padding: 8px 15px; background: var(--card); color: var(--muted); font-size: 11.5px; font-weight: 600; letter-spacing: .02em; }

/* Hero */
.hero-section { padding: 150px 0 0; text-align: center; }
.hero-section .wrap { display: flex; flex-direction: column; align-items: center; }
.hero-section .pill-badge { margin-bottom: 26px; }
.hero-section h1 { max-width: 780px; margin-bottom: 20px; font-size: clamp(2.6rem, 5.2vw, 4.4rem); font-weight: 600; letter-spacing: -.01em; line-height: 1.12; }
.rotating-word { display: inline-block; color: var(--accent); transition: opacity .3s ease; }
.hero-section .hero-copy { max-width: 480px; margin-bottom: 34px; color: var(--muted); font-size: 16px; line-height: 1.65; }
.hero-figure { width: 100%; margin-top: 54px; border-radius: var(--radius); overflow: hidden; height: 62vh; min-height: 380px; }
.hero-figure img { width: 100%; height: 100%; display: block; object-fit: cover; }

section { padding: 120px 0; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 46px; }
.section-title { max-width: 620px; margin-bottom: 0; font-size: clamp(2rem, 3.6vw, 3rem); font-weight: 600; letter-spacing: -.01em; line-height: 1.15; }
.section-note { max-width: 300px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.catalog { background: var(--white); }

/* Filters (home) */
.filter-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; }
.filter { cursor: pointer; border: 1px solid var(--line); border-radius: 99px; padding: 10px 16px; color: var(--muted); background: transparent; font-size: 12.5px; }
.filter.active, .filter:hover { border-color: var(--ink); color: var(--white); background: var(--ink); }

/* Property cards */
.property-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.property-card { display: block; }
.property-card.hidden { display: none; }
.property-image { position: relative; height: 360px; overflow: hidden; border-radius: var(--radius); background: #ddd; }
.property-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.property-card:hover img { transform: scale(1.045); }
.property-tag { position: absolute; top: 16px; left: 16px; display: inline-flex; align-items: center; gap: 7px; border-radius: 99px; padding: 8px 13px 8px 11px; color: var(--ink); background: rgba(255,255,255,.94); backdrop-filter: blur(8px); font-size: 11px; font-weight: 600; }
.property-tag .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--ok); }
.property-tag.status-reservado .dot { background: var(--warn); }
.property-tag.status-vendido .dot { background: var(--off); }
.property-tag-vendido { background: #c0392b; color: #fff; font-weight: 700; letter-spacing: .02em; }
.detail-vendido-tag { position: static; display: inline-flex; margin: 0 0 12px; }
.modality-tag { position: absolute; top: 16px; right: 16px; border-radius: 99px; padding: 8px 13px; color: var(--white); background: var(--ink); font-size: 11px; font-weight: 600; }
.modality-tag.modality-temporada { color: var(--ink); background: var(--accent); }
.modality-tag.modality-ambos { color: var(--ink); background: linear-gradient(90deg, var(--white) 50%, var(--accent) 50%); }
.property-info { padding: 18px 2px 0; }
.property-info-top { display: flex; justify-content: space-between; align-items: start; gap: 14px; margin-bottom: 10px; }
.property-info h3 { font-size: 19px; font-weight: 600; letter-spacing: -.01em; }
.property-price { white-space: nowrap; font-size: 14px; font-weight: 600; }
.property-location { margin-bottom: 14px; color: var(--muted); font-size: 12.5px; }
.property-meta { display: flex; gap: 16px; padding-top: 14px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.property-meta span { display: inline-flex; align-items: center; gap: 6px; }
.property-meta svg { width: 15px; height: 15px; stroke: var(--muted); }

/* Benefits (Aeron "why choose") */
.benefits { background: var(--card); }
.benefits-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 14px; align-items: stretch; }
.benefit-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.benefit-card { padding: 28px 24px; border-radius: var(--radius); background: var(--white); }
.benefit-card svg { width: 26px; height: 26px; margin-bottom: 40px; stroke: var(--ink); }
.benefit-card h3 { margin-bottom: 6px; font-size: 16px; font-weight: 600; }
.benefit-card p { color: var(--muted); font-size: 13px; line-height: 1.5; }
.benefits-image { border-radius: var(--radius); overflow: hidden; min-height: 280px; }
.benefits-image img { width: 100%; height: 100%; display: block; object-fit: cover; }

/* Services (Aeron style overlay cards) */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.services-grid.services-grid-2 { grid-template-columns: repeat(2, 1fr); }
.service-card { position: relative; height: 340px; border-radius: var(--radius); overflow: hidden; color: #fff; }
.service-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.service-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.62), rgba(0,0,0,0) 55%); }
.service-card-copy { position: absolute; left: 22px; right: 22px; bottom: 22px; z-index: 1; }
.service-card-copy h3 { margin-bottom: 6px; font-size: 20px; font-weight: 600; }
.service-card-copy p { color: rgba(255,255,255,.82); font-size: 13px; }

/* Manifesto (brand statement, dark) */
.statement { background: var(--ink); color: var(--white); }
.statement .section-title { max-width: 640px; }
.statement-copy { max-width: 430px; margin: 30px 0 0 auto; color: #b8b3a8; font-size: 15px; line-height: 1.7; }
.statement-link { display: inline-block; margin-top: 24px; color: var(--accent); font-size: 13px; font-weight: 600; }
.manifesto { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 56px; }
.manifesto div { padding: 22px 20px; border-radius: var(--radius-sm); background: rgba(255,255,255,.07); }
.manifesto strong { display: block; margin-bottom: 8px; font-family: 'Poppins', sans-serif; font-size: 22px; font-weight: 600; color: var(--accent); }
.manifesto span { color: #cfc9bc; font-size: 12.5px; }

/* Contact */
.contact { background: var(--white); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start; }
.contact-form { display: grid; gap: 16px; }
.contact-form label { color: var(--muted); font-size: 11.5px; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 14px 16px; outline: none; color: var(--ink); background: var(--paper); }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--ink); }
.contact-form textarea { min-height: 110px; resize: vertical; }
.success { display: none; color: var(--ok); font-size: 13px; }
.success.show { display: block; }
footer { padding: 34px 0; color: var(--muted); background: var(--paper); font-size: 12px; border-top: 1px solid var(--line); }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.locations-marquee { overflow: hidden; max-width: 420px; -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
.locations-track { display: flex; width: max-content; gap: 10px; white-space: nowrap; animation: locations-scroll 26s linear infinite; }
.locations-track span:not(:last-child)::after { content: '·'; margin-left: 10px; color: var(--muted); }
@keyframes locations-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* Property detail */
.detail-hero { min-height: 78svh; display: grid; align-items: end; padding: 150px 0 60px; color: #fff; background-position: center; background-size: cover; }
.detail-hero.itacimirim { background-image: linear-gradient(0deg, rgba(0,0,0,.55), rgba(0,0,0,.05) 60%), url('https://images.unsplash.com/photo-1600607688969-a5bfcd646154?auto=format&fit=crop&w=2200&q=90'); }
.detail-hero.praia-do-forte { background-image: linear-gradient(0deg, rgba(0,0,0,.6), rgba(0,0,0,.08) 60%), url('https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=2200&q=90'); }
.detail-hero.guarajuba { background-image: linear-gradient(0deg, rgba(0,0,0,.62), rgba(0,0,0,.08) 60%), url('https://images.unsplash.com/photo-1600566753086-00f18fb6b3ea?auto=format&fit=crop&w=2200&q=90'); }
.detail-hero h1 { max-width: 740px; margin-bottom: 20px; font-size: clamp(2.4rem, 5vw, 4rem); font-weight: 600; letter-spacing: -.01em; line-height: 1.1; }
.detail-meta { display: flex; flex-wrap: wrap; gap: 10px; }
.detail-meta span { border-radius: 99px; padding: 8px 15px; background: rgba(255,255,255,.16); backdrop-filter: blur(8px); color: rgba(255,255,255,.92); font-size: 12.5px; }
.detail-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.detail-intro h2 { margin-bottom: 0; font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 600; letter-spacing: -.01em; line-height: 1.2; }
.detail-intro p { max-width: 470px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.specs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 55px; }
.spec { padding: 22px 20px; border-radius: var(--radius-sm); background: var(--card); }
.spec strong { display: block; margin-bottom: 6px; font-family: 'Poppins', sans-serif; font-size: 22px; font-weight: 600; }
.spec span { color: var(--muted); font-size: 11.5px; }
.gallery { display: grid; grid-template-columns: 1.25fr .75fr; gap: 16px; }

/* Sticky interest bar (property detail) */
.property-page { padding-bottom: 88px; }
.sticky-cta { position: fixed; z-index: 25; inset: auto 0 0; display: flex; align-items: center; padding: 16px 0; background: var(--ink); box-shadow: 0 -10px 30px rgba(18,15,10,.18); }
.sticky-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; width: min(calc(100% - 48px), var(--max)); margin: 0 auto; }
.sticky-cta-info { display: flex; flex-direction: column; gap: 2px; color: var(--white); }
.sticky-cta-info strong { font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 600; }
.sticky-cta-info span { color: rgba(255,255,255,.6); font-size: 12px; }
.sticky-cta-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.sticky-cta .button { background: var(--white); color: var(--ink); }
.sticky-cta .button:hover { background: var(--card); }
.sticky-cta .button.ghost { border-color: rgba(255,255,255,.3); color: var(--white); background: transparent; }
.sticky-cta .button.ghost:hover { background: rgba(255,255,255,.1); }

/* Interest choice menu (Compra / Temporada) */
.choice-menu { position: fixed; z-index: 55; display: none; flex-direction: column; gap: 8px; padding: 10px; border-radius: 14px; background: var(--white); box-shadow: 0 20px 50px rgba(18,15,10,.25); }
.choice-menu.open { display: flex; }
.choice-option { cursor: pointer; border: 1px solid var(--line); border-radius: 10px; padding: 10px 16px; color: var(--ink); background: var(--paper); font-size: 13px; font-weight: 600; text-align: left; white-space: nowrap; }
.choice-option:hover { background: var(--card); }
.gallery img { width: 100%; height: 560px; display: block; border-radius: var(--radius); object-fit: cover; }
.gallery img:last-child { height: 560px; }
.back-link { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 45px; color: var(--muted); font-size: 12.5px; }
.back-link:hover { color: var(--ink); }

/* Listing page */
.nav-links a.active { color: var(--ink); font-weight: 600; }
.listing-intro { padding: 148px 0 80px; background: var(--card); }
.listing-intro .back-link { margin-bottom: 60px; color: #6d6a62; }
.listing-heading { display: grid; grid-template-columns: 1fr 360px; align-items: end; gap: 60px; }
.listing-heading h1 { margin-bottom: 0; font-size: clamp(2.4rem, 5vw, 4rem); font-weight: 600; letter-spacing: -.01em; line-height: 1.1; }
.listing-heading p { max-width: 340px; margin-bottom: 4px; color: #6d6a62; font-size: 14px; line-height: 1.7; }
.listing-catalog { background: var(--white); }
.filter-panel { margin-bottom: 50px; padding: 30px; border-radius: var(--radius); background: var(--card); }
.filter-panel-top { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.filter-panel-top .eyebrow-tag { margin-bottom: 10px; }
.filter-panel h2 { margin-bottom: 0; font-size: 28px; font-weight: 600; letter-spacing: -.01em; }
.clear-filters { cursor: pointer; border: 0; border-bottom: 1px solid var(--ink); padding: 5px 0; color: var(--ink); background: transparent; font-size: 12px; }
.filter-fields { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.filter-fields label, .sort-field { display: grid; gap: 9px; color: var(--muted); font-size: 11.5px; }
.filter-fields select, .sort-field select { width: 100%; border: 1px solid var(--line); border-radius: 12px; padding: 14px 12px; color: var(--ink); background: var(--white); font-size: 12.5px; outline: none; }
.filter-fields select:focus, .sort-field select:focus { border-color: var(--ink); }
.results-bar { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.results-bar p { margin: 0; color: var(--muted); font-size: 12.5px; }
.results-bar strong { color: var(--ink); font-weight: 600; }
.sort-field { display: flex; align-items: center; grid-template-columns: auto 160px; gap: 10px; }
.sort-field select { padding: 9px 10px; }
.listing-card[hidden] { display: none; }
.listing-grid { grid-template-columns: repeat(3, 1fr); }
.empty-results { padding: 90px 0; text-align: center; }
.empty-results[hidden] { display: none; }
.empty-results .eyebrow-tag { margin: 0 auto 16px; }
.empty-results h2 { margin-bottom: 14px; font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 600; letter-spacing: -.01em; }
.empty-results p:not(.eyebrow-tag) { max-width: 390px; margin: 0 auto 25px; color: var(--muted); font-size: 14px; line-height: 1.6; }

/* Studios (coming soon) page */
.studios-hero { min-height: calc(100vh - 78px); display: flex; align-items: center; justify-content: center; text-align: center; }
.studios-hero .wrap { display: flex; flex-direction: column; align-items: center; }
.studios-hero h1 { max-width: 720px; margin: 22px 0 20px; font-size: clamp(2.4rem, 5vw, 4rem); font-weight: 600; letter-spacing: -.01em; line-height: 1.12; }
.studios-hero p { max-width: 460px; margin-bottom: 32px; color: var(--muted); font-size: 16px; line-height: 1.65; }

/* Contact page */
.contact-page-main { padding-top: 78px; }
.contact-page-section { min-height: calc(100vh - 78px); padding: 100px 0 90px; }
.contact-page-section .section-title { max-width: 620px; }
.contact-page-copy { max-width: 390px; margin: 30px 0 0; color: var(--muted); font-size: 15px; line-height: 1.7; }

/* Contact popup */
body.popup-open { overflow: hidden; }
.popup-overlay { position: fixed; inset: 0; z-index: 60; display: flex; align-items: center; justify-content: center; padding: 24px; background: rgba(24,21,15,.55); backdrop-filter: blur(4px); opacity: 0; pointer-events: none; transition: opacity .25s ease; }
.popup-overlay.open { opacity: 1; pointer-events: auto; }
.popup-card { position: relative; width: min(100%, 440px); padding: 36px 32px; border-radius: var(--radius); background: var(--paper); box-shadow: 0 30px 80px rgba(18,15,10,.35); transform: translateY(12px); transition: transform .25s ease; }
.popup-overlay.open .popup-card { transform: translateY(0); }
.popup-card h2 { margin: 4px 0 10px; font-size: 26px; font-weight: 600; letter-spacing: -.01em; }
.popup-copy { margin-bottom: 24px; color: var(--muted); font-size: 13.5px; line-height: 1.6; }
.popup-close { position: absolute; top: 18px; right: 18px; width: 32px; height: 32px; border: 0; border-radius: 50%; color: var(--ink); background: var(--card); font-size: 18px; line-height: 1; cursor: pointer; }
.popup-close:hover { background: var(--line); }
.popup-form { display: grid; gap: 14px; }
.popup-form label { color: var(--muted); font-size: 11.5px; }
.popup-form input, .popup-form textarea { width: 100%; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 13px 15px; outline: none; color: var(--ink); background: var(--white); }
.popup-form input:focus, .popup-form textarea:focus { border-color: var(--ink); }
.popup-form textarea { min-height: 100px; resize: vertical; }
.popup-form .button { justify-self: stretch; justify-content: center; margin-top: 4px; border: 0; }

/* Floating WhatsApp button */
.whatsapp-float { position: fixed; right: 24px; bottom: 24px; z-index: 40; display: flex; align-items: center; justify-content: center; width: 58px; height: 58px; border: 0; border-radius: 50%; background: #25d366; box-shadow: 0 10px 30px rgba(18,15,10,.3); cursor: pointer; transition: transform .2s ease; }
.whatsapp-float:hover { transform: scale(1.06); }
.whatsapp-float svg { width: 28px; height: 28px; }
.property-page .whatsapp-float { bottom: 104px; }

/* Mobile nav */
.menu-toggle { display: none; border: 0; padding: 8px; color: var(--ink); background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 22px; height: 1px; margin: 4px 0; background: currentColor; transition: transform .25s ease, opacity .2s ease; }

@media (max-width: 980px) {
  .benefits-grid { grid-template-columns: 1fr; }
  .benefits-image { min-height: 220px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .filter-fields { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 760px) {
  .wrap, .nav-inner { width: min(calc(100% - 32px), var(--max)); }
  .nav-inner { grid-template-columns: auto 1fr; }
  .nav-links { display: none; }
  .brand { justify-self: start; }
  .nav-cta { display: none; }
  .menu-toggle { display: block; width: 42px; height: 42px; margin-left: auto; border: 1px solid var(--line); border-radius: 50%; }
  .nav-links.open { position: absolute; top: calc(100% + 10px); left: 16px; right: 16px; display: flex; flex-direction: column; gap: 0; padding: 8px; border: 1px solid var(--line); border-radius: 14px; background: rgba(242,237,227,.98); box-shadow: 0 18px 40px rgba(18,18,18,.12); }
  .nav-links.open a { display: block; padding: 14px 12px; border-radius: 8px; }
  .nav-links.open a:hover { background: rgba(18,18,18,.06); }
  .nav-links.open a.nav-studios { margin-left: 0; padding-left: 12px; border-left: 0; border-top: 1px solid var(--line); border-radius: 0; }
  .menu-toggle.open span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
  .menu-toggle.open span:nth-child(2) { opacity: 0; }
  .menu-toggle.open span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }

  .hero-section { padding-top: 118px; }
  .hero-section h1 { font-size: clamp(2.2rem, 9vw, 3.2rem); }
  .hero-figure { height: 46vh; min-height: 260px; margin-top: 38px; }
  section { padding: 76px 0; }
  .section-head { display: block; margin-bottom: 30px; }
  .property-grid, .contact-grid, .detail-intro { grid-template-columns: 1fr; gap: 34px; }
  .property-image { height: 320px; }
  .benefit-cards { grid-template-columns: 1fr; }
  .services-grid, .services-grid.services-grid-2 { grid-template-columns: 1fr; }
  .manifesto { grid-template-columns: repeat(2, 1fr); margin-top: 40px; }
  .specs { grid-template-columns: repeat(2, 1fr); }
  .gallery { grid-template-columns: 1fr; }
  .gallery img, .gallery img:last-child { height: 340px; }
  .footer-inner { flex-direction: column; align-items: start; }
  .locations-marquee { max-width: 100%; }

  .listing-intro { padding: 112px 0 60px; }
  .listing-intro .back-link { margin-bottom: 46px; }
  .listing-heading { display: block; }
  .listing-heading h1 { margin-bottom: 30px; }
  .listing-heading p { max-width: 100%; }
  .filter-panel { padding: 22px 16px; }
  .filter-panel-top { align-items: start; flex-direction: column; gap: 14px; }
  .filter-fields { grid-template-columns: 1fr; }
  .results-bar { align-items: start; flex-direction: column; gap: 14px; }
  .sort-field { width: 100%; grid-template-columns: auto 1fr; }
  .contact-page-section { padding: 70px 0 60px; }

  .property-page { padding-bottom: 112px; }
  .sticky-cta { padding: 10px 0; }
  .sticky-cta-inner { flex-direction: column; align-items: stretch; gap: 6px; }
  .sticky-cta-info { flex-direction: row; justify-content: center; align-items: baseline; gap: 6px; text-align: center; }
  .sticky-cta-info strong { font-size: 12.5px; }
  .sticky-cta-info span { font-size: 11px; }
  .sticky-cta-info span::before { content: '· '; }
  .sticky-cta-actions { justify-content: center; gap: 8px; }
  .sticky-cta-actions .button { flex: 1; justify-content: center; padding: 10px 12px; font-size: 11.5px; }

  .whatsapp-float { right: 16px; bottom: 16px; width: 52px; height: 52px; }
  .whatsapp-float svg { width: 25px; height: 25px; }
  .property-page .whatsapp-float { bottom: 132px; }
}
