/* ============================================
   SIDNEI TELES - IMÓVEIS DE médio e alto padrão
   Design System
   ============================================ */

:root {
  --gold: #c9a24c;
  --gold-light: #e5c887;
  --gold-dark: #a2801f;
  --gold-2: #e5b75a;
  --gold-3: #c58f36;
  --ink: #0e1116;
  --ink-2: #1a1f27;
  --ink-3: #262c37;
  --line: rgba(255, 255, 255, 0.08);
  --bg: #f7f5f0;
  --bg-2: #ffffff;
  --text: #1a1f27;
  --text-muted: #5c6470;
  --shadow-sm: 0 2px 8px rgba(14, 17, 22, 0.06);
  --shadow-md: 0 12px 32px rgba(14, 17, 22, 0.09);
  --shadow-lg: 0 24px 60px rgba(14, 17, 22, 0.14);
  --radius: 14px;
  --radius-sm: 8px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --container: 1240px;
  --font-serif: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --bg-color-instagram: rgb(225, 48, 108);
  --bg-color-youtube: rgb(205, 32, 31);
  --bg-color-facebook: rgb(59, 89, 152);
  --bg-color-linkedin: rgb(0, 119, 181);
  --bg-color-x: rgb(0, 0, 0);
  --bg-color-whatsapp: rgb(37, 211, 102);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
*:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 4px; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-sans);
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; transition: color .3s var(--ease); }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

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

h1, h2, h3, h4 { font-family: var(--font-serif); font-weight: 500; line-height: 1.15; letter-spacing: -0.01em; color: var(--ink); }
h1 { font-size: clamp(2.4rem, 5vw, 4.4rem); }
h2 { font-size: clamp(1.9rem, 3.4vw, 2.8rem); }
h3 { font-size: clamp(1.25rem, 1.6vw, 1.5rem); font-weight: 600; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-sans);
  font-size: 12px; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--gold-dark); font-weight: 600;
  color: var(--gold-3);
}
/* .eyebrow::before { content: ''; width: 32px; height: 1px; background: var(--gold); } */

/* .section { padding: clamp(64px, 10vw, 128px) 0; } */
.section{
  padding: clamp(24px, 32px, 70px) 0;
}
.section-head { max-width: 60%; margin: 0 auto 20px; text-align: center; }
.section-head p { color: var(--text-muted); margin-top: 16px; font-size: 1.05rem; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 30px;
  font-size: 14px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase;
  border-radius: 999px;
  transition: all .35s var(--ease);
  cursor: pointer; border: 1px solid transparent;
  white-space: nowrap;
}
.btn-primary { background: var(--ink); color: #fff; }
.btn-primary:hover { background: var(--gold-dark); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-gold { background: linear-gradient(135deg, var(--gold), var(--gold-dark)); color: #fff; }
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(201,162,76,.35); filter: brightness(1.08); }
.btn-outline { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-outline:hover { background: var(--ink); color: #fff; }
.btn-ghost-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.35); }
.btn-ghost-light:hover { background: #fff; color: var(--ink); border-color: #fff; }
.btn-wpp { background: #25D366; color: #fff; }
.btn-wpp:hover { background: #1eb858; transform: translateY(-2px); box-shadow: 0 12px 24px rgba(37,211,102,.35); }

.btn-avatar img{border-radius: 999px; max-width: 40px;}
.btn.btn-avatar{padding-left: 0;}

/* ============ HEADER ============ */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 4px 0;
  transition: all .4s var(--ease);
  background: transparent;
}
.site-header.scrolled {
  background: rgba(14, 17, 22, 0.92);
  backdrop-filter: saturate(140%) blur(14px);
  -webkit-backdrop-filter: saturate(140%) blur(14px);
  padding: 0;
  box-shadow: 0 8px 30px rgba(0,0,0,.15);
}





/* ==========================================================================
   HEADER & NAVIGATION (Mobile-First)
   ========================================================================== */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(10, 10, 10, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  padding: 0 16px;
  transition: height 0.3s ease;
}

.site-header.scrolled .header-inner {
  height: 60px;
}

/* ---- Logo ---- */
.logo {
  display: flex;
  align-items: center;
  z-index: 1001;
}

.logo img {
  height: 44px;
  width: auto;
  transition: height 0.3s ease;
  filter: drop-shadow(0 2px 10px rgba(0,0,0,.35));
}

.site-header.scrolled .logo img {
  height: 36px;
}

/* ---- Botão Hambúrguer ---- */
.menu-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 1001;
}

.menu-toggle span {
  position: absolute;
  left: 12px;
  right: 12px;
  height: 2px;
  background: #fff;
  transition: all 0.3s ease;
}

.menu-toggle span:nth-child(1) { top: 14px; }
.menu-toggle span:nth-child(2) { top: 19px; }
.menu-toggle span:nth-child(3) { top: 24px; }

.menu-toggle.open span:nth-child(1) { top: 19px; transform: rotate(45deg); }
.menu-toggle.open span:nth-child(2) { opacity: 0; }
.menu-toggle.open span:nth-child(3) { top: 19px; transform: rotate(-45deg); }

/* ---- Menu de Navegação Lateral (Mobile) ---- */
.nav {
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  height: calc(100vh - 70px);
  background: rgba(10, 10, 10, 0.98);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 32px 24px;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 999;
}

.nav.open {
  transform: translateX(0);
}

.nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.nav-link {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #fff;
  position: relative;
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  transition: color 0.3s ease;
}

.nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .35s var(--ease);
}

.nav-link:hover::after, .nav-link.active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-link:hover, .nav-link.active {
  color: var(--gold-light);
}

.submenu-arrow {
  transition: transform 0.3s ease;
}

/* ---- Submenus (Mobile Sanfona) ---- */
.submenu {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  display: flex;
  flex-direction: column;
  gap: 0px;
  padding-left: 16px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 4px;
  transition: max-height 0.35s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
}

.has-submenu.open-submenu > .submenu {
  max-height: 600px; /* Expande dinamicamente no mobile */
  opacity: 1;
  padding-top: 8px;
  padding-bottom: 8px;
}

.has-submenu.open-submenu > .nav-link .submenu-arrow {
  transform: rotate(180deg);
  color: var(--gold-light);
}

.submenu a {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
  padding: 8px 0;
  display: block;
  transition: color 0.2s ease;
}

.submenu a:hover {
  color: var(--gold-light);
}

hr {
  opacity: .15;
  margin-bottom: 12px;
  margin-top: 6px;
  border: 0;
  border-top: 1px solid #fff;
}

.header-cta {
  display: none; /* Oculto no mobile */
}





/* ==========================================================================
   ESTILOS PARA DESKTOP (Min-Width: 1024px)
   ========================================================================== */

@media (min-width: 1024px) {
  .header-inner {
    height: 80px;
    /* padding: 0 32px; */
    padding: 0;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 40px;
  }

  .site-header.scrolled .header-inner {
    height: 70px;
  }

  .logo img {
    height: 46px;
  }

  .site-header.scrolled .logo img {
    height: 44px;
  }

  .menu-toggle {
    display: none;
  }

  .nav {
    position: static;
    width: auto;
    height: auto;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    padding: 0;
    overflow: visible;
    transform: none;
    transition: none;
    display: flex;
    justify-content: center;
  }

  .nav-list {
    flex-direction: row;
    align-items: center;
    gap: 28px;
  }

  .nav-link {
    font-size: 14px;
    padding: 6px 0;
    justify-content: flex-start;
    gap: 6px;
  }

  .header-cta {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .has-submenu {
    position: relative;
  }

  /* ---- Submenu Dropdown (Desktop Adaptável à Esquerda) ---- */
  .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    transform: translateY(10px);
    background: rgba(15, 15, 15, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    padding: 16px 20px;
    
    /* Configurações de quebra de linha inteligente */
    width: max-content;
    min-width: 160px;
    max-width: 280px;
    box-sizing: border-box;
    
    display: flex;
    flex-direction: column;
    gap: 0px;
    margin-top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    
    /* Reset de estados mobile e aplicação do efeito hover oculto */
    max-height: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
  }

  .submenu li {
    width: 100%;
  }

  .submenu li a {
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    display: block;
    width: 100%;
    line-height: 1.4;
    padding: 6px 0;
  }

  /* Hover ativa o Dropdown no desktop */
  .has-submenu:hover .submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .has-submenu:hover .submenu-arrow {
    transform: rotate(180deg);
  }
}
/* ========= MENU DROPDOWN RESPONSIVO ============= */






/* ============ HERO ============ */
.hero {
  position: relative; min-height: 100vh; min-height: 100dvh;
  display: flex; align-items: center;
  color: #fff; overflow: hidden;
  padding-top: 100px;
}
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.05); animation: kenburns 18s var(--ease) infinite alternate; }
.hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(120deg, rgba(14,17,22,.85) 0%, rgba(14,17,22,.55) 50%, rgba(14,17,22,.3) 100%);
}
@keyframes kenburns { to { transform: scale(1.15) translate(-2%, -1%); } }

.hero-inner { position: relative; z-index: 2; max-width: 780px; }
.hero .eyebrow { color: var(--gold-light); }
.hero .eyebrow::before { background: var(--gold-light); }
.hero h1 { color: #fff; margin: 22px 0 20px; font-weight: 400; }
.hero h1 em { font-style: italic; color: var(--gold-light); font-weight: 300; }
.hero p { font-size: 1.15rem; color: rgba(255,255,255,.82); max-width: 560px; margin-bottom: 40px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }

.hero-stats {
  position: absolute; z-index: 2; left: 0; right: 0; bottom: 0;
  background: rgba(14,17,22,.55);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255,255,255,.08);
}
.hero-stats .container { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; padding-top: 26px; padding-bottom: 26px; }
.stat { text-align: center; }
.stat-num { font-family: var(--font-serif); font-size: 2.2rem; color: var(--gold-light); }
.stat-label { font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.7); margin-top: 4px; }

/* ============ PROPERTIES ============ */
 /* .properties-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }  */



/* 3. Aplica a regra diretamente nos itens (filhos diretos) do grid */
.properties-grid > .property-card {
  width: 100%;
  max-width: 420px; /* Garante que NENHUM item passe de 300px */
}

.property-card {
  background: var(--bg-2);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: all .5s var(--ease);
  display: flex; flex-direction: column;
}
.property-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.property-media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--ink-3); }
.property-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.property-card:hover .property-media img { transform: scale(1.08); }
.property-tag {
  position: absolute; top: 16px; left: 16px;
  background: rgba(14,17,22,.85); color: var(--gold-light);
  padding: 6px 14px; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; border-radius: 999px;
}
.property-fav {
  position: absolute; top: 16px; right: 16px; width: 40px; height: 40px;
  background: rgba(255,255,255,.9); border-radius: 50%;
  display: grid; place-items: center; font-size: 16px; color: var(--ink);
  transition: all .3s var(--ease);
}
.property-fav:hover { background: #fff; transform: scale(1.1); }

.property-body { padding: 24px 26px 26px; display: flex; flex-direction: column; flex: 1; }
.property-loc { display: flex; align-items: center; gap: 6px; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-dark); font-weight: 600; margin-bottom: 8px; }
.property-title { font-family: var(--font-serif); /*font-size: 1.75rem;*/ font-size: 1.45rem; font-weight: 300; color: var(--ink); }
.property-price { margin-top: 14px; font-size: 1.25rem; font-weight: 600; color: var(--ink); font-family: var(--font-serif); }
.property-price small { display: block; font-size: 16px; color: var(--text-muted); font-weight: 500; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 2px; }

.property-features {
  display: flex; gap: 18px; margin-top: 18px; padding-top: 18px;
  border-top: 1px solid rgba(0,0,0,.06);
  color: var(--text-muted); font-size: 13px;
}
.property-features span { display: inline-flex; align-items: center; gap: 6px; }
.property-features svg { width: 16px; height: 16px; stroke: var(--gold-dark); }

.property-cta { margin-top: auto; }
.property-cta a { color: var(--ink); font-size: 13px;  font-weight: 600; letter-spacing: .1em; text-transform: uppercase; display: inline-flex; align-items: center; gap: 8px; padding-bottom: 4px; border-bottom: 1px solid var(--ink); transition: all .3s var(--ease); }
.property-cta a:hover { color: var(--gold-dark); border-color: var(--gold); gap: 14px; }



/* ============ WHY US ============ */
.why {
  background: var(--ink-2);
  color: #fff;
  position: relative; overflow: hidden;
}
.why::before {
  content: ''; position: absolute; top: -140px; right: -140px; width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(201,162,76,.15), transparent 70%);
}
.why h2 { color: #fff; }
.why .section-head p { color: rgba(255,255,255,.7); }

.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature-card {
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
  padding: 40px 32px;
  border-radius: var(--radius);
  transition: all .5s var(--ease);
}
.feature-card:hover { border-color: var(--gold); background: rgba(201,162,76,.06); transform: translateY(-6px); }
.feature-icon {
  width: 56px; height: 56px; border-radius: 14px;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  display: grid; place-items: center; margin-bottom: 24px;
  color: #fff; font-size: 22px;
}
.feature-card h3 { color: #fff; font-family: var(--font-serif); font-size: 1.4rem; font-weight: 500; margin-bottom: 12px; }
.feature-card p { color: rgba(255,255,255,.68); font-size: .95rem; line-height: 1.7; }

/* ============ ABOUT PREVIEW ============ */
.about-split { display: grid; grid-template-columns: 1fr 1.05fr; gap: 80px; align-items: center; }
.about-split .about-media { position: relative; }
.about-split .about-media img { border-radius: var(--radius); box-shadow: var(--shadow-lg); aspect-ratio: 1/1; object-fit: cover; }
.about-media::before {
  content: ''; position: absolute; inset: 24px -24px -24px 24px; z-index: -1;
  border: 1px solid var(--gold); border-radius: var(--radius);
}
.about-content h2 { margin: 22px 0 12px; }
.about-content p { color: var(--text-muted); margin-bottom: 18px; font-size: 1.02rem; }
.about-sign { margin-top: 16px; padding-top: 12px; border-top: 1px solid rgba(0,0,0,.08); }
.about-sign strong { display: block; font-family: var(--font-serif); font-size: 1.5rem; color: var(--ink); }
.about-sign span { font-size: 13px; color: var(--text-muted); letter-spacing: .1em; text-transform: uppercase; }

/* ============ TESTIMONIALS ============ */
.testimonials { background: var(--bg-2); }
.testimonials-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.testimonial {
  padding: 40px 34px;
  background: var(--bg);
  border-radius: var(--radius);
  border: 1px solid rgba(0,0,0,.04);
  position: relative;
  transition: all .4s var(--ease);
}
.testimonial:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.testimonial::before {
  content: '"'; position: absolute; top: 4px; right: 24px;
  font-family: var(--font-serif); font-size: 6rem; color: var(--gold); opacity: .3; line-height: 1;
}
.testimonial p { font-size: 14px; line-height: 1.7; color: var(--ink-2); font-style: italic; margin-bottom: 24px; }
.testimonial-author { display: flex; align-items: center; gap: 14px; }
.testimonial-author-info strong { display: block; color: var(--ink); font-weight: 600; }
.testimonial-author-info span { font-size: 13px; color: var(--text-muted); }
.testimonial-avatar { width: 48px; height: 48px; border-radius: 50%; background: linear-gradient(135deg, var(--gold), var(--gold-dark)); display: grid; place-items: center; color: #fff; font-weight: 600; }

/* ============ CTA BANNER ============ */
.cta-banner {
  background: var(--ink);
  color: #fff;
  padding: clamp(60px, 8vw, 50px) 0;
  position: relative; overflow: hidden;
}
.cta-banner::before {
  content: ''; position: absolute; inset: 0;
  background: url('/assets/images/hero-1.jpg') center/cover;
  opacity: .12;
}
.cta-inner { position: relative; text-align: center; max-width: 700px; margin: 0 auto; }
.cta-inner h2 { color: #fff; margin-bottom: 20px; }
.cta-inner h2 em { color: var(--gold-light); font-style: italic; }
.cta-inner p { color: rgba(255,255,255,.75); margin-bottom: 34px; font-size: 1.05rem; }
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }


.section-title .icon-title{
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
}


/* ============ PARTNERS ============ */
.partners { background: var(--bg-2); border-top: 1px solid rgba(0,0,0,.05); border-bottom: 1px solid rgba(0,0,0,.05); }
.partners-title { text-align: center; font-size: 12px; letter-spacing: .3em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 30px; }
.partners-grid { display: flex; justify-content: center; align-items: center; gap: 30px; flex-wrap: wrap; }
.partners-grid a img { max-height: 70px; width: auto; opacity: .85; /*filter: grayscale(100%);*/ transition: all .35s var(--ease); border-radius: 12px; }
.partners-grid a img:hover { opacity: 1; scale: 1.05; /*filter: grayscale(0);*/ }
.partners-grid a{width: fit-content;}

/* ============ FOOTER ============ */
.site-footer { background: #0a0d12; color: rgba(255,255,255,.7); padding: 80px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: 50px; margin-bottom: 60px; }
.footer-brand img { height: 62px; margin-bottom: 20px; filter: brightness(0) invert(1); }
.footer-brand p { font-size: .95rem; line-height: 1.7; margin-bottom: 24px; }
.footer-social { display: flex; gap: 12px; list-style: none; }
.footer-social a { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.06); display: grid; place-items: center; transition: all .3s var(--ease); color: #fff; }
.footer-social a:hover { background: var(--gold); transform: translateY(-3px); }
.footer-col h4 { color: #fff; font-family: var(--font-sans); font-size: 13px; letter-spacing: .2em; text-transform: uppercase; margin-bottom: 22px; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 12px; font-size: .95rem; }
.footer-col a:hover { color: var(--gold-light); }
.footer-col .contact-item { display: flex; align-items: flex-start; gap: 10px; }
.footer-col .contact-item svg { width: 16px; height: 16px; margin-top: 4px; flex-shrink: 0; stroke: var(--gold); }
.footer-bottom { text-align: center; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.08); font-size: 13px; color: rgba(255,255,255,.5); }

/* ============ PAGE HEADER ============ */
.page-header {
  padding: 180px 0 90px;
  background: linear-gradient(135deg, var(--ink) 0%, var(--ink-2) 100%);
  color: #fff; text-align: center; position: relative; overflow: hidden;
}
.page-header::after {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at top, rgba(201,162,76,.18), transparent 60%);
}
.page-header .container { position: relative; z-index: 1; }
.page-header h1 { color: #fff; font-weight: 400; }
.page-header h1 em { color: var(--gold-light); font-style: italic; }
.page-header p { color: rgba(255,255,255,.7); max-width: 600px; margin: 18px auto 0; font-size: 1.05rem; }
.breadcrumb { display: flex; justify-content: center; gap: 10px; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.5); margin-bottom: 22px; }
.breadcrumb a:hover { color: var(--gold-light); }
.breadcrumb span { color: var(--gold-light); }

/* ============ FILTERS (IMÓVEIS) ============ */
.filters {
  background: var(--bg-2);
  padding: 30px; border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  margin-top: -60px; position: relative; z-index: 5;
  display: grid; grid-template-columns: repeat(4, 1fr) auto; gap: 16px;
  align-items: end;
}
.filter { display: flex; flex-direction: column; gap: 6px; }
.filter label { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--text-muted); font-weight: 600; }
.filter select, .filter input {
  padding: 14px 16px;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: var(--radius-sm);
  font-family: inherit; font-size: 14px; color: var(--ink);
  background: var(--bg-2); transition: all .3s var(--ease);
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='%23262c37' d='M6 8L0 0h12z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}
.filter select:focus, .filter input:focus { border-color: var(--gold); outline: none; }
.filters .btn { padding: 14px 26px; height: fit-content; }

/* ============ PROPERTY DETAIL ============ */
.property-detail { padding: 130px 0 40px; }
.detail-gallery { display: grid; grid-template-columns: 2fr 1fr; grid-template-rows: 240px 240px; gap: 14px; margin-bottom: 50px; border-radius: var(--radius); overflow: hidden; }
.detail-gallery img { width: 100%; height: 100%; object-fit: cover; cursor: pointer; transition: transform .6s var(--ease); }
.detail-gallery img:hover { transform: scale(1.03); }
.detail-gallery .main-photo { grid-row: 1 / span 2; height: 100%; }

.detail-content { display: grid; grid-template-columns: 1.6fr 1fr; gap: 60px; align-items: start; }
.detail-main h1 { font-family: var(--font-serif); font-weight: 500; }
.detail-main .property-loc { margin-top: 12px; font-size: 13px; }
.detail-price { font-family: var(--font-serif); font-size: 2.4rem; color: var(--ink); margin: 22px 0 30px; padding-bottom: 22px; border-bottom: 1px solid rgba(0,0,0,.08); }

.detail-specs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 40px; }
.spec { text-align: center; padding: 22px 12px; background: var(--bg-2); border-radius: var(--radius); border: 1px solid rgba(0,0,0,.05); }
.spec svg { width: 24px; height: 24px; stroke: var(--gold-dark); margin: 0 auto 8px; }
.spec strong { display: block; font-size: 1.2rem; color: var(--ink); font-weight: 600; }
.spec span { font-size: 12px; color: var(--text-muted); text-transform: uppercase; letter-spacing: .1em; }

.detail-section { margin-bottom: 44px; }
.detail-section h3 { font-family: var(--font-serif); font-weight: 500; margin-bottom: 18px; font-size: 1.55rem; }
.detail-section p { color: var(--text-muted); line-height: 1.8; margin-bottom: 12px; }
.feature-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.feature-list li { list-style: none; display: flex; align-items: center; gap: 10px; padding: 12px 0; color: var(--ink-2); font-size: .95rem; }
.feature-list li::before { content: ''; width: 6px; height: 6px; background: var(--gold); border-radius: 50%; }

.detail-map { width: 100%; height: 340px; border-radius: var(--radius); overflow: hidden; border: 1px solid rgba(0,0,0,.05); }

.detail-sidebar { position: sticky; top: 120px; background: var(--bg-2); padding: 34px; border-radius: var(--radius); box-shadow: var(--shadow-md); border: 1px solid rgba(0,0,0,.04); }
.detail-agent { display: flex; align-items: center; gap: 14px; padding-bottom: 22px; margin-bottom: 22px; border-bottom: 1px solid rgba(0,0,0,.06); }
.detail-agent img { width: 60px; height: 60px; border-radius: 50%; object-fit: cover; }
.detail-agent strong { display: block; color: var(--ink); }
.detail-agent span { font-size: 12px; color: var(--text-muted); text-transform: uppercase; letter-spacing: .1em; }
.detail-sidebar h4 { font-family: var(--font-serif); font-size: 1.35rem; margin-bottom: 8px; font-weight: 500; }
.detail-sidebar > p { color: var(--text-muted); font-size: .9rem; margin-bottom: 22px; }
.detail-sidebar .btn { width: 100%; margin-bottom: 10px; }

/* ============ CONTACT PAGE ============ */
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; align-items: start; }
.contact-info h2 { margin-bottom: 20px; }
.contact-info > p { color: var(--text-muted); margin-bottom: 40px; }
.contact-list { list-style: none; }
.contact-list li { display: flex; gap: 18px; padding: 22px 0; border-bottom: 1px solid rgba(0,0,0,.06); }
.contact-icon { width: 52px; height: 52px; border-radius: 14px; background: linear-gradient(135deg, var(--gold), var(--gold-dark)); display: grid; place-items: center; flex-shrink: 0; color: #fff; }
.contact-icon svg { width: 22px; height: 22px; }
.contact-list h4 { font-family: var(--font-sans); font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 4px; font-weight: 600; }
.contact-list a, .contact-list p { color: var(--ink); font-size: 1.05rem; }

.contact-form { background: var(--bg-2); padding: 44px; border-radius: var(--radius); box-shadow: var(--shadow-md); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 18px; }
.form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 18px; }
.form-group label { font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--text-muted); }
.form-group input, .form-group textarea, .form-group select {
  padding: 15px 18px;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: var(--radius-sm);
  font-family: inherit; font-size: 15px;
  transition: all .3s var(--ease); background: var(--bg);
}
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { border-color: var(--gold); outline: none; background: #fff; }
.form-group textarea { min-height: 130px; resize: vertical; }
.contact-form .btn { width: 100%; margin-top: 8px; }
.form-note { margin-top: 12px; text-align: center; font-size: 13px; color: var(--text-muted); }

.contact-map { height: 420px; margin-top: 60px; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }

/* ============ VALUES (SOBRE) ============ */
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
.value-card { padding: 40px 30px; background: var(--bg-2); border-radius: var(--radius); border-top: 3px solid var(--gold); box-shadow: var(--shadow-sm); transition: all .4s var(--ease); }
.value-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.value-card h3 { font-family: var(--font-serif); margin-bottom: 12px; font-weight: 500; }
.value-card p { color: var(--text-muted); font-size: .95rem; }

/* ============ FLOATING WHATSAPP ============ */
.wpp-float {
  position: fixed; bottom: 28px; right: 28px; z-index: 90;
  width: 60px; height: 60px; border-radius: 50%;
  background: #25D366; color: #fff;
  display: grid; place-items: center;
  box-shadow: 0 12px 30px rgba(37,211,102,.4);
  transition: all .3s var(--ease); animation: pulse 2s infinite;
}
.wpp-float:hover { transform: scale(1.1); }
.wpp-float svg { width: 30px; height: 30px; }
@keyframes pulse {
  0%, 100% { box-shadow: 0 12px 30px rgba(37,211,102,.4), 0 0 0 0 rgba(37,211,102,.5); }
  50% { box-shadow: 0 12px 30px rgba(37,211,102,.4), 0 0 0 14px rgba(37,211,102,0); }
}

/* ============ SCROLL REVEAL ============ */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }
