/*
Theme Name: Trancoso Experiência
Theme URI: https://trancoso-experiencia.com.br
Author: Trancoso Experiência
Description: Tema luxuoso para aluguel de casas de temporada em Trancoso, Bahia.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: trancoso-experiencia
*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;1,400&family=Jost:wght@300;400;500&display=swap');

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

:root {
  --verde: #1a3a2a;
  --verde-md: #2a5a40;
  --verde-lt: #e8f0eb;
  --bege: #f5f0e8;
  --bege-md: #e8dfd0;
  --text: #1a1a18;
  --muted: #6b6b5f;
  --white: #ffffff;
  --serif: 'Playfair Display', serif;
  --sans: 'Jost', sans-serif;
}

html { scroll-behavior: smooth; }
body { font-family: var(--sans); background: var(--white); color: var(--text); overflow-x: hidden; font-size: 16px; line-height: 1.6; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
button { cursor: pointer; font-family: var(--sans); }

/* ===== HEADER ===== */
#site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(255,255,255,0.97); backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(26,58,42,0.12);
  padding: 0 2.5rem; display: flex; align-items: center;
  justify-content: space-between; height: 68px;
  transition: box-shadow 0.3s;
}
#site-header.scrolled { box-shadow: 0 4px 24px rgba(26,58,42,0.08); }
.site-logo { font-family: var(--serif); font-size: 1.2rem; color: var(--verde); letter-spacing: 0.02em; font-weight: 600; }
.site-logo span { font-weight: 400; font-style: italic; }
.main-nav { display: flex; gap: 2rem; }
.main-nav a { font-size: 0.82rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); font-weight: 400; transition: color 0.2s; }
.main-nav a:hover, .main-nav a.current { color: var(--verde); }
.header-whatsapp {
  background: var(--verde); color: var(--white); border: none;
  padding: 0.55rem 1.2rem; border-radius: 2rem; font-size: 0.78rem;
  letter-spacing: 0.08em; text-transform: uppercase; font-weight: 500;
  display: flex; align-items: center; gap: 0.4rem; transition: background 0.2s;
}
.header-whatsapp:hover { background: var(--verde-md); }
.header-whatsapp svg { width: 16px; height: 16px; fill: white; flex-shrink: 0; }

/* Mobile menu toggle */
.menu-toggle { display: none; background: none; border: none; padding: 0.5rem; }
.menu-toggle span { display: block; width: 22px; height: 2px; background: var(--verde); margin: 5px 0; transition: all 0.3s; }

/* ===== HERO ===== */
.hero {
  margin-top: 68px; min-height: 88vh; position: relative; overflow: hidden;
  background: linear-gradient(160deg,#0d2418 0%,#1a3a2a 40%,#2a5a40 100%);
  display: flex; align-items: center; justify-content: center;
}
.hero-bg {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; opacity: 0.4;
}
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(10,25,16,0.3) 0%, rgba(10,25,16,0.65) 100%); }
.hero-content { position: relative; z-index: 2; text-align: center; padding: 2rem; max-width: 800px; }
.hero-tag { font-size: 0.72rem; letter-spacing: 0.25em; text-transform: uppercase; color: rgba(255,255,255,0.6); margin-bottom: 1.2rem; font-weight: 300; }
.hero-content h1 { font-family: var(--serif); font-size: clamp(2.2rem,5vw,3.8rem); color: var(--white); line-height: 1.15; font-weight: 400; }
.hero-content h1 em { font-style: italic; color: rgba(255,255,255,0.75); }
.hero-sub { margin-top: 1.2rem; font-size: 1rem; color: rgba(255,255,255,0.6); font-weight: 300; letter-spacing: 0.04em; }
.hero-cta { margin-top: 2.5rem; display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.btn-primary { background: var(--white); color: var(--verde); padding: 0.85rem 2.2rem; border: none; font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 500; border-radius: 0.2rem; transition: all 0.2s; }
.btn-primary:hover { background: var(--bege); }
.btn-outline-white { background: transparent; color: var(--white); padding: 0.85rem 2.2rem; border: 1px solid rgba(255,255,255,0.4); font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 400; border-radius: 0.2rem; transition: all 0.2s; }
.btn-outline-white:hover { border-color: white; background: rgba(255,255,255,0.08); }

/* ===== FILTROS ===== */
.filtros-section { background: var(--bege); padding: 2rem 2.5rem; border-bottom: 1px solid var(--bege-md); }
.filtros-inner { max-width: 1280px; margin: 0 auto; display: flex; gap: 1rem; align-items: flex-end; flex-wrap: wrap; }
.filtro-group { display: flex; flex-direction: column; gap: 0.4rem; flex: 1; min-width: 200px; }
.filtro-group label { font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); font-weight: 500; }
.filtro-group select { background: var(--white); border: 1px solid rgba(26,58,42,0.2); padding: 0.7rem 1rem; font-family: var(--sans); font-size: 0.88rem; color: var(--text); border-radius: 0.2rem; outline: none; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236b6b5f' stroke-width='1.5' fill='none'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; }
.btn-filtrar { background: var(--verde); color: white; border: none; padding: 0.75rem 2rem; font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 500; border-radius: 0.2rem; transition: background 0.2s; white-space: nowrap; }
.btn-filtrar:hover { background: var(--verde-md); }

/* ===== SECTION BASE ===== */
.section { padding: 5rem 2.5rem; }
.section-bg-bege { background: var(--bege); }
.section-header { text-align: center; margin-bottom: 3.5rem; }
.section-tag { font-size: 0.7rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--verde); font-weight: 500; margin-bottom: 0.8rem; display: block; }
.section-title { font-family: var(--serif); font-size: clamp(1.8rem,3vw,2.6rem); color: var(--text); font-weight: 400; line-height: 1.2; }
.section-title em { font-style: italic; color: var(--muted); }
.section-sub { margin-top: 0.8rem; font-size: 0.9rem; color: var(--muted); font-weight: 300; max-width: 480px; margin-left: auto; margin-right: auto; line-height: 1.7; }

/* ===== CARDS IMÓVEIS ===== */
.imoveis-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.8rem; max-width: 1280px; margin: 0 auto; }

.card-imovel {
  background: var(--white); border-radius: 0.5rem; overflow: hidden;
  border: 1px solid rgba(26,58,42,0.1); transition: transform 0.3s, box-shadow 0.3s;
}
.card-imovel:hover { transform: translateY(-5px); box-shadow: 0 20px 50px rgba(26,58,42,0.14); }
.card-imovel.inativo { opacity: 0.5; pointer-events: none; }

.card-img-wrap { position: relative; overflow: hidden; aspect-ratio: 4/3; background: var(--bege-md); }
.card-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.card-imovel:hover .card-img-wrap img { transform: scale(1.06); }
.card-img-placeholder { width: 100%; height: 100%; background: linear-gradient(135deg, #2a4a35, #5a8a60); display: flex; align-items: center; justify-content: center; }
.card-img-placeholder svg { width: 48px; height: 48px; stroke: rgba(255,255,255,0.3); fill: none; stroke-width: 1; }
.card-location-tag {
  position: absolute; top: 0.85rem; left: 0.85rem;
  background: rgba(255,255,255,0.92); backdrop-filter: blur(4px);
  padding: 0.3rem 0.7rem; border-radius: 2rem;
  font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--verde); font-weight: 500;
}
.card-status-badge {
  position: absolute; top: 0.85rem; right: 0.85rem;
  background: rgba(255,80,80,0.9); color: white;
  padding: 0.25rem 0.6rem; border-radius: 2rem;
  font-size: 0.65rem; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 500;
}

.card-body { padding: 1.25rem 1.4rem 1.5rem; }
.card-title { font-family: var(--serif); font-size: 1.15rem; color: var(--text); font-weight: 600; line-height: 1.25; margin-bottom: 0.35rem; }
.card-sub { font-size: 0.8rem; color: var(--muted); font-weight: 300; line-height: 1.5; margin-bottom: 1rem; min-height: 2.4em; }

.card-info {
  display: flex; align-items: center; gap: 1rem;
  padding: 0.8rem 0;
  border-top: 1px solid rgba(26,58,42,0.08);
  border-bottom: 1px solid rgba(26,58,42,0.08);
  margin-bottom: 1rem; flex-wrap: wrap;
}
.info-item { display: flex; align-items: center; gap: 0.35rem; font-size: 0.78rem; color: var(--muted); }
.info-item svg { width: 14px; height: 14px; stroke: var(--verde); fill: none; stroke-width: 1.8; flex-shrink: 0; }
.info-num { font-weight: 500; color: var(--text); font-size: 0.82rem; }

.card-footer { display: flex; align-items: center; justify-content: space-between; gap: 0.5rem; }
.card-price { display: flex; flex-direction: column; }
.price-from { font-size: 0.65rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); }
.price-val { font-family: var(--serif); font-size: 1.2rem; color: var(--verde); font-weight: 600; line-height: 1.1; }
.price-night { font-size: 0.7rem; color: var(--muted); font-weight: 300; }
.btn-card {
  background: transparent; border: 1px solid var(--verde); color: var(--verde);
  padding: 0.5rem 1.1rem; font-size: 0.72rem; letter-spacing: 0.08em;
  text-transform: uppercase; font-weight: 500; border-radius: 0.2rem;
  transition: all 0.2s; white-space: nowrap;
}
.btn-card:hover { background: var(--verde); color: white; }

.no-imoveis { text-align: center; padding: 4rem 2rem; color: var(--muted); font-size: 1rem; grid-column: 1/-1; }

/* ===== PÁGINA INTERNA IMÓVEL ===== */
.imovel-page { margin-top: 68px; }
.imovel-hero { position: relative; }

/* Carrossel */
.carrossel { position: relative; overflow: hidden; background: #0d1f15; }
.carrossel-track { display: flex; transition: transform 0.5s cubic-bezier(.4,0,.2,1); }
.carrossel-slide { min-width: 100%; aspect-ratio: 16/8; overflow: hidden; }
.carrossel-slide img { width: 100%; height: 100%; object-fit: cover; opacity: 0.85; }
.carrossel-btn {
  position: absolute; top: 50%; transform: translateY(-50%);
  background: rgba(255,255,255,0.9); border: none; width: 44px; height: 44px;
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  transition: background 0.2s; z-index: 10;
}
.carrossel-btn:hover { background: white; }
.carrossel-btn svg { width: 18px; height: 18px; stroke: var(--verde); fill: none; stroke-width: 2; }
.carrossel-prev { left: 1.5rem; }
.carrossel-next { right: 1.5rem; }
.carrossel-dots { position: absolute; bottom: 1rem; left: 50%; transform: translateX(-50%); display: flex; gap: 0.5rem; }
.carrossel-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.4); border: none; transition: background 0.2s; padding: 0; }
.carrossel-dot.active { background: white; }

.imovel-content { max-width: 1100px; margin: 0 auto; padding: 3rem 2.5rem; display: grid; grid-template-columns: 1fr 340px; gap: 4rem; align-items: start; }
.imovel-main {}
.imovel-location { font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--verde); margin-bottom: 0.6rem; }
.imovel-titulo { font-family: var(--serif); font-size: clamp(1.8rem,3vw,2.8rem); color: var(--text); font-weight: 400; line-height: 1.2; margin-bottom: 0.8rem; }
.imovel-sub { font-size: 1rem; color: var(--muted); font-weight: 300; line-height: 1.7; margin-bottom: 2rem; }

.imovel-stats { display: flex; gap: 2rem; padding: 1.5rem 0; border-top: 1px solid rgba(26,58,42,0.1); border-bottom: 1px solid rgba(26,58,42,0.1); margin-bottom: 2rem; flex-wrap: wrap; }
.stat-item { display: flex; align-items: center; gap: 0.5rem; }
.stat-item svg { width: 20px; height: 20px; stroke: var(--verde); fill: none; stroke-width: 1.5; }
.stat-info { display: flex; flex-direction: column; }
.stat-num { font-family: var(--serif); font-size: 1.2rem; color: var(--text); font-weight: 600; line-height: 1; }
.stat-label { font-size: 0.7rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; }

.imovel-desc-title { font-family: var(--serif); font-size: 1.3rem; margin-bottom: 1rem; color: var(--text); }
.imovel-desc { font-size: 0.92rem; color: var(--muted); line-height: 1.8; margin-bottom: 2rem; }

.comodidades-title { font-family: var(--serif); font-size: 1.3rem; margin-bottom: 1.2rem; color: var(--text); }
.comodidades-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 0.8rem; margin-bottom: 2rem; }
.comodidade-item { display: flex; align-items: center; gap: 0.5rem; font-size: 0.82rem; color: var(--text); }
.comodidade-item svg { width: 16px; height: 16px; stroke: var(--verde); fill: none; stroke-width: 1.8; flex-shrink: 0; }

/* Vídeo YouTube */
.imovel-video { margin-bottom: 2rem; }
.imovel-video-title { font-family: var(--serif); font-size: 1.3rem; margin-bottom: 1rem; color: var(--text); }
.video-wrap { position: relative; padding-bottom: 56.25%; height: 0; border-radius: 0.5rem; overflow: hidden; }
.video-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; }

/* Sidebar reserva */
.imovel-sidebar { position: sticky; top: 88px; }
.sidebar-card { background: var(--white); border: 1px solid rgba(26,58,42,0.15); border-radius: 0.5rem; padding: 2rem; }
.sidebar-price-from { font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }
.sidebar-price { font-family: var(--serif); font-size: 2rem; color: var(--verde); font-weight: 600; line-height: 1.1; }
.sidebar-price-night { font-size: 0.8rem; color: var(--muted); }
.sidebar-divider { border: none; border-top: 1px solid rgba(26,58,42,0.1); margin: 1.5rem 0; }
.btn-reservar {
  width: 100%; background: var(--verde); color: white; border: none;
  padding: 1rem; font-size: 0.85rem; letter-spacing: 0.1em; text-transform: uppercase;
  font-weight: 500; border-radius: 0.25rem; transition: background 0.2s;
  display: flex; align-items: center; justify-content: center; gap: 0.5rem;
}
.btn-reservar:hover { background: var(--verde-md); }
.btn-reservar svg { width: 18px; height: 18px; fill: white; }
.sidebar-note { font-size: 0.75rem; color: var(--muted); text-align: center; margin-top: 1rem; line-height: 1.5; }

/* ===== SEÇÃO SERVIÇOS (home) ===== */
.servicos-section { background: var(--bege); padding: 5rem 2.5rem; }
.servicos-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.servicos-img-wrap { border-radius: 0.5rem; overflow: hidden; aspect-ratio: 4/3; background: linear-gradient(135deg,#1a3a2a,#4a7a50); }
.servicos-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.servicos-text .section-tag { text-align: left; }
.servicos-text .section-title { text-align: left; font-size: 2rem; }
.servicos-desc { margin-top: 1rem; font-size: 0.9rem; color: var(--muted); font-weight: 300; line-height: 1.8; }
.btn-saiba { display: inline-block; background: var(--verde); color: white; border: none; padding: 0.85rem 2rem; font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 500; border-radius: 0.2rem; margin-top: 1.5rem; transition: background 0.2s; }
.btn-saiba:hover { background: var(--verde-md); }

/* ===== PÁGINA SERVIÇOS / INDICAÇÕES ===== */
.page-hero { margin-top: 68px; background: var(--verde); padding: 5rem 2.5rem; text-align: center; }
.page-hero .section-tag { color: rgba(255,255,255,0.5); }
.page-hero h1 { font-family: var(--serif); font-size: clamp(2rem,4vw,3rem); color: white; font-weight: 400; margin-top: 0.5rem; }
.page-hero p { color: rgba(255,255,255,0.6); margin-top: 1rem; font-weight: 300; font-size: 0.95rem; }

.cards-livres-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.8rem; max-width: 1280px; margin: 0 auto; }
.card-livre { background: var(--white); border-radius: 0.5rem; overflow: hidden; border: 1px solid rgba(26,58,42,0.1); transition: transform 0.3s, box-shadow 0.3s; }
.card-livre:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(26,58,42,0.12); }
.card-livre-img { aspect-ratio: 3/2; overflow: hidden; background: var(--bege-md); }
.card-livre-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.card-livre:hover .card-livre-img img { transform: scale(1.05); }
.card-livre-body { padding: 1.25rem 1.4rem 1.5rem; }
.card-livre-cat { font-size: 0.65rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--verde); font-weight: 500; margin-bottom: 0.4rem; }
.card-livre-title { font-family: var(--serif); font-size: 1.1rem; color: var(--text); font-weight: 600; margin-bottom: 0.5rem; }
.card-livre-desc { font-size: 0.82rem; color: var(--muted); line-height: 1.6; }

/* Categorias de indicações */
.indicacoes-cats { display: flex; gap: 0.8rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
.cat-btn { background: var(--white); border: 1px solid rgba(26,58,42,0.2); color: var(--muted); padding: 0.5rem 1.2rem; border-radius: 2rem; font-size: 0.78rem; letter-spacing: 0.06em; transition: all 0.2s; }
.cat-btn:hover, .cat-btn.active { background: var(--verde); color: white; border-color: var(--verde); }

/* ===== ALUGUEL DE CARRO ===== */
.carro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; max-width: 1100px; margin: 0 auto; }
.carro-img-wrap { border-radius: 0.5rem; overflow: hidden; aspect-ratio: 4/3; background: var(--bege-md); }
.carro-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.carro-text h2 { font-family: var(--serif); font-size: 2rem; color: var(--text); font-weight: 400; margin-bottom: 1rem; }
.carro-text p { font-size: 0.9rem; color: var(--muted); line-height: 1.8; margin-bottom: 1.5rem; }
.carro-items { display: flex; flex-direction: column; gap: 0.8rem; margin-bottom: 2rem; }
.carro-item { display: flex; align-items: flex-start; gap: 0.7rem; font-size: 0.85rem; color: var(--text); }
.carro-item svg { width: 16px; height: 16px; stroke: var(--verde); fill: none; stroke-width: 2; flex-shrink: 0; margin-top: 0.15rem; }

/* ===== CONTATO ===== */
.contato-section { background: var(--verde); padding: 5rem 2.5rem; }
.contato-inner { max-width: 760px; margin: 0 auto; }
.contato-header { text-align: center; margin-bottom: 3rem; }
.contato-header .section-tag { color: rgba(255,255,255,0.5); }
.contato-header h2 { font-family: var(--serif); font-size: clamp(2rem,3vw,2.8rem); color: white; font-weight: 400; margin-top: 0.5rem; }
.contato-canais { display: flex; gap: 1rem; justify-content: center; margin-bottom: 2.5rem; flex-wrap: wrap; }
.canal-btn { display: flex; align-items: center; gap: 0.5rem; background: rgba(255,255,255,0.12); color: white; border: 1px solid rgba(255,255,255,0.25); padding: 0.75rem 1.5rem; border-radius: 0.25rem; font-size: 0.82rem; letter-spacing: 0.06em; transition: all 0.2s; }
.canal-btn:hover { background: rgba(255,255,255,0.2); }
.canal-btn svg { width: 18px; height: 18px; fill: white; flex-shrink: 0; }
.contato-form { display: grid; gap: 1rem; }
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-input { width: 100%; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); color: white; padding: 0.9rem 1.1rem; font-family: var(--sans); font-size: 0.88rem; border-radius: 0.25rem; outline: none; transition: border 0.2s; }
.form-input::placeholder { color: rgba(255,255,255,0.4); }
.form-input:focus { border-color: rgba(255,255,255,0.5); }
textarea.form-input { resize: vertical; min-height: 120px; }
.btn-enviar { background: white; color: var(--verde); border: none; padding: 1rem 2.5rem; font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 600; border-radius: 0.2rem; transition: all 0.2s; }
.btn-enviar:hover { background: var(--bege); }

/* ===== FOOTER ===== */
#site-footer { background: #0d1f15; padding: 3rem 2.5rem 2rem; }
.footer-inner { max-width: 1280px; margin: 0 auto; }
.footer-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 2rem; margin-bottom: 2.5rem; flex-wrap: wrap; }
.footer-logo { font-family: var(--serif); font-size: 1.2rem; color: rgba(255,255,255,0.7); font-style: italic; margin-bottom: 0.5rem; }
.footer-tagline { font-size: 0.8rem; color: rgba(255,255,255,0.35); font-weight: 300; }
.footer-nav { display: flex; flex-direction: column; gap: 0.6rem; }
.footer-nav a { color: rgba(255,255,255,0.4); font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; transition: color 0.2s; }
.footer-nav a:hover { color: white; }
.footer-social { display: flex; gap: 1rem; }
.social-link { width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.15); display: flex; align-items: center; justify-content: center; transition: all 0.2s; }
.social-link:hover { border-color: white; background: rgba(255,255,255,0.08); }
.social-link svg { width: 18px; height: 18px; fill: rgba(255,255,255,0.5); }
.social-link:hover svg { fill: white; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 1.5rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer-copy { font-size: 0.72rem; color: rgba(255,255,255,0.2); }

/* ===== WHATSAPP FLOAT ===== */
.wa-float {
  position: fixed; bottom: 1.8rem; right: 1.8rem; z-index: 999;
  background: #25d366; width: 56px; height: 56px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,0.4); cursor: pointer;
  border: none; transition: transform 0.2s;
}
.wa-float:hover { transform: scale(1.1); }
.wa-float svg { width: 28px; height: 28px; fill: white; }

/* ===== RESPONSIVO ===== */
@media (max-width: 1024px) {
  .imoveis-grid, .cards-livres-grid { grid-template-columns: repeat(2,1fr); }
  .imovel-content { grid-template-columns: 1fr; }
  .imovel-sidebar { position: static; }
  .servicos-inner, .carro-grid { grid-template-columns: 1fr; gap: 2rem; }
}
@media (max-width: 768px) {
  #site-header { padding: 0 1.5rem; }
  .main-nav { display: none; flex-direction: column; position: absolute; top: 68px; left: 0; right: 0; background: white; padding: 1rem 1.5rem; border-bottom: 1px solid rgba(26,58,42,0.1); gap: 1rem; }
  .main-nav.open { display: flex; }
  .menu-toggle { display: block; }
  .header-whatsapp { display: none; }
  .imoveis-grid, .cards-livres-grid { grid-template-columns: 1fr; }
  .section { padding: 3rem 1.5rem; }
  .filtros-inner { flex-direction: column; }
  .filtro-group { min-width: 100%; }
  .comodidades-grid { grid-template-columns: repeat(2,1fr); }
  .form-row-2 { grid-template-columns: 1fr; }
  .footer-top { flex-direction: column; gap: 2rem; }
  .carro-grid { grid-template-columns: 1fr; }
}
