
:root{
  --bg:#07111f;
  --bg2:#0d1b2e;
  --panel:#101d2e;
  --panel2:#142437;
  --line:rgba(255,255,255,.12);
  --text:#f8fafc;
  --muted:#aeb9c7;
  --muted2:#7f8ea3;
  --gold:#d8a24a;
  --gold2:#f1c26c;
  --green:#25d366;
  --white:#fff;
  --dark:#08111d;
  --shadow:0 24px 70px rgba(0,0,0,.35);
  --radius:26px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;background:var(--bg)}
body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;background:linear-gradient(180deg,#07111f 0%,#0a1626 48%,#091323 100%);color:var(--text);line-height:1.6;overflow-x:hidden}
a{color:inherit;text-decoration:none}button,input,select{font:inherit}img{max-width:100%;display:block}.container{width:min(1180px,92%);margin-inline:auto}.no-scroll{overflow:hidden}
.topbar{position:sticky;top:0;z-index:50;background:rgba(7,17,31,.88);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}
.nav{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:16px}.brand{display:flex;align-items:center;gap:13px}.brand-mark{width:52px;height:52px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,#bf6d36,#f1c26c);color:#08111d;font-weight:950;letter-spacing:.02em;box-shadow:0 12px 35px rgba(216,162,74,.28)}.brand-title{font-size:1.12rem;font-weight:950;letter-spacing:-.02em}.brand-sub{font-size:.78rem;color:var(--muted);margin-top:-2px}.nav-links{display:flex;align-items:center;gap:8px}.nav-links a{padding:10px 13px;border-radius:999px;color:#dbe4ef;font-weight:850;font-size:.93rem}.nav-links a:hover,.nav-links a.active{background:rgba(216,162,74,.16);color:var(--gold2)}.menu-btn{display:none;width:48px;height:48px;border:0;border-radius:15px;background:rgba(255,255,255,.08);color:#fff;font-size:1.45rem;cursor:pointer}.menu-btn span{display:block;width:22px;height:2px;background:#fff;margin:5px auto;border-radius:99px}.mobile-panel{display:none}
.btn{border:0;border-radius:999px;padding:14px 20px;font-weight:950;display:inline-flex;align-items:center;justify-content:center;gap:9px;cursor:pointer;transition:.2s;white-space:nowrap}.btn:hover{transform:translateY(-2px)}.btn.gold{background:linear-gradient(135deg,#c76c3d,#f1c26c);color:#08111d}.btn.green{background:var(--green);color:#082111}.btn.light{background:#fff;color:#08111d}.btn.ghost{background:rgba(255,255,255,.08);border:1px solid var(--line);color:#fff}.btn.dark{background:#0c1828;color:#fff;border:1px solid rgba(255,255,255,.1)}.btn.small{padding:10px 14px;font-size:.9rem}.btn.full{width:100%}
.hero{position:relative;min-height:calc(100vh - 76px);display:grid;align-items:center;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(100deg,rgba(5,13,24,.95) 0%,rgba(8,17,30,.84) 46%,rgba(8,17,30,.55) 100%),var(--hero-img);background-size:cover;background-position:center}.hero:after{content:"";position:absolute;inset:auto -10% -20% -10%;height:42%;background:radial-gradient(circle at 50% 0%,rgba(216,162,74,.18),transparent 55%)}.hero-inner{position:relative;z-index:1;padding:58px 0 42px;display:grid;grid-template-columns:1.05fr .95fr;gap:34px;align-items:center}.eyebrow{font-size:.82rem;color:var(--gold2);font-weight:950;letter-spacing:.2em;text-transform:uppercase;margin-bottom:14px}.hero h1{font-size:clamp(2.25rem,6vw,5.25rem);line-height:.96;letter-spacing:-.06em;max-width:800px}.hero p{font-size:clamp(1rem,2vw,1.18rem);color:#d7e0ea;max-width:720px;margin-top:22px}.hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:30px;max-width:610px}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:28px;max-width:680px}.stat{background:rgba(255,255,255,.09);border:1px solid var(--line);border-radius:22px;padding:16px}.stat strong{display:block;font-size:1.55rem;line-height:1;color:#fff}.stat span{display:block;font-size:.86rem;color:var(--muted);margin-top:5px}.hero-card{align-self:end;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.14);border-radius:34px;padding:14px;box-shadow:var(--shadow);backdrop-filter:blur(10px)}.hero-card a{display:block}.hero-card img{width:100%;aspect-ratio:4/4.4;object-fit:cover;border-radius:26px}.hero-card-info{padding:16px}.hero-card-info .tag{display:inline-flex;padding:7px 12px;border-radius:999px;background:linear-gradient(135deg,#bf6d36,#f1c26c);color:#08111d;font-weight:950;font-size:.82rem;margin-bottom:10px}.hero-card-info h2{font-size:1.35rem;line-height:1.15}.hero-card-info p{margin-top:8px;font-size:.95rem;color:var(--muted)}
section{padding:72px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:24px}.section-kicker{color:var(--gold2);font-weight:950;text-transform:uppercase;letter-spacing:.18em;font-size:.78rem;margin-bottom:7px}.section-title{font-size:clamp(1.85rem,4vw,3.15rem);letter-spacing:-.045em;line-height:1.05}.section-text{color:var(--muted);max-width:680px;margin-top:10px}.filters{background:rgba(255,255,255,.06);border:1px solid var(--line);border-radius:26px;padding:14px;margin-bottom:22px;display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:10px}.field{position:relative}.field input,.field select{width:100%;height:52px;border-radius:17px;border:1px solid rgba(255,255,255,.12);background:rgba(5,13,24,.72);color:#fff;padding:0 14px;outline:none}.field input::placeholder{color:#8090a2}.field select option{background:#0c1828}.properties-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.property-card{position:relative;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.045));border:1px solid var(--line);border-radius:28px;overflow:hidden;box-shadow:0 18px 45px rgba(0,0,0,.18);transition:.22s}.property-card:hover{transform:translateY(-4px);border-color:rgba(216,162,74,.45)}.property-img{position:relative;display:block;background:#0f1e31}.property-img img{width:100%;height:230px;object-fit:cover;transition:.3s}.property-card:hover .property-img img{transform:scale(1.035)}.badge{position:absolute;left:14px;top:14px;z-index:2;background:linear-gradient(135deg,#c96f3c,#f1c26c);color:#08111d;font-weight:950;border-radius:999px;padding:7px 11px;font-size:.76rem}.property-body{padding:18px}.property-body h3{font-size:1.17rem;line-height:1.2;margin-bottom:8px}.property-body h3 a:hover{color:var(--gold2)}.location{color:var(--muted);font-size:.92rem;margin-bottom:9px}.price{font-size:1.45rem;font-weight:950;color:#fff;margin:10px 0}.features{display:flex;flex-wrap:wrap;gap:7px;margin:12px 0}.features span{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.08);border-radius:999px;padding:7px 9px;color:#dfe7f1;font-size:.83rem;font-weight:800}.property-summary{font-size:.94rem;color:#c2cbd7;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:4.45em}.card-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:16px}.empty-state{display:none;grid-column:1/-1;background:rgba(255,255,255,.06);border:1px solid var(--line);border-radius:24px;padding:25px;color:var(--muted);text-align:center}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.service-card,.about-box,.contact-box,.lead-box,.info-panel{background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.045));border:1px solid var(--line);border-radius:28px;padding:24px;box-shadow:0 18px 45px rgba(0,0,0,.16)}.service-card .num{width:42px;height:42px;border-radius:15px;background:rgba(216,162,74,.16);color:var(--gold2);display:grid;place-items:center;font-weight:950;margin-bottom:14px}.service-card h3{font-size:1.08rem;margin-bottom:8px}.service-card p,.about-box p,.contact-box p,.lead-box p{color:var(--muted)}.about-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:20px;align-items:stretch}.about-box h2{font-size:2rem;line-height:1.1;margin-bottom:16px}.about-highlights{display:grid;gap:10px;margin-top:18px}.about-highlights span{display:flex;gap:10px;align-items:flex-start;color:#dbe4ef}.about-highlights b{color:var(--gold2)}.lead-box{background:linear-gradient(135deg,rgba(216,162,74,.13),rgba(255,255,255,.055))}.lead-box h3{font-size:1.4rem;margin-bottom:10px}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:18px}.contact-line{display:flex;justify-content:space-between;gap:20px;padding:13px 0;border-bottom:1px solid var(--line);color:#dce6f2}.contact-line span{color:var(--muted)}.footer{padding:38px 0 92px;border-top:1px solid var(--line);background:#070f1c;color:var(--muted)}.footer-grid{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.floating-whats{position:fixed;right:20px;bottom:20px;z-index:60;width:68px;height:68px;border-radius:50%;display:grid;place-items:center;background:var(--green);box-shadow:0 16px 40px rgba(37,211,102,.35);font-size:2rem;color:#06150a}.bottom-nav{display:none}
/* Detail */
.detail-hero{position:relative;padding:30px 0 24px;background:radial-gradient(circle at 20% 0%,rgba(216,162,74,.18),transparent 34%),linear-gradient(180deg,#091526,#07111f);border-bottom:1px solid var(--line)}.breadcrumb{display:flex;gap:8px;align-items:center;flex-wrap:wrap;color:var(--muted);font-weight:750;margin-bottom:20px;font-size:.92rem}.breadcrumb a{color:var(--gold2)}.detail-top{display:grid;grid-template-columns:1fr .34fr;gap:18px;align-items:start}.detail-title h1{font-size:clamp(2rem,5vw,4.2rem);line-height:1.02;letter-spacing:-.06em;margin-bottom:14px}.detail-title p{color:#d2dbe6;font-size:1.08rem;max-width:850px}.detail-actions{display:grid;gap:10px}.gallery-card{background:rgba(255,255,255,.06);border:1px solid var(--line);border-radius:30px;overflow:hidden;margin-top:26px}.main-photo{position:relative;background:#0b1727}.main-photo img{width:100%;height:min(68vh,650px);object-fit:cover;cursor:zoom-in}.photo-count{position:absolute;right:15px;bottom:15px;background:rgba(0,0,0,.62);border:1px solid rgba(255,255,255,.16);padding:8px 12px;border-radius:999px;font-size:.85rem;font-weight:850}.thumbs{display:flex;gap:10px;padding:12px;overflow-x:auto;scroll-snap-type:x mandatory}.thumb{flex:0 0 118px;border:2px solid transparent;border-radius:16px;overflow:hidden;background:#0b1727;cursor:pointer;opacity:.78}.thumb.active{border-color:var(--gold2);opacity:1}.thumb img{height:86px;width:100%;object-fit:cover}.detail-content{display:grid;grid-template-columns:1fr 360px;gap:22px;padding:34px 0 80px}.content-card{background:rgba(255,255,255,.06);border:1px solid var(--line);border-radius:28px;padding:24px;margin-bottom:18px}.content-card h2{font-size:1.55rem;margin-bottom:14px;letter-spacing:-.03em}.content-card p{color:#c8d1dc;margin-bottom:13px}.specs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:18px 0}.spec{background:rgba(255,255,255,.07);border:1px solid var(--line);border-radius:18px;padding:14px}.spec strong{display:block;font-size:1.35rem}.spec span{color:var(--muted);font-size:.84rem}.detail-list{display:grid;gap:10px}.detail-row{display:grid;grid-template-columns:140px 1fr;gap:12px;padding:12px 0;border-bottom:1px solid var(--line)}.detail-row span{color:var(--muted)}.side-card{position:sticky;top:92px;background:linear-gradient(180deg,rgba(255,255,255,.1),rgba(255,255,255,.055));border:1px solid var(--line);border-radius:30px;padding:22px;box-shadow:var(--shadow)}.side-price{font-size:2rem;font-weight:950;letter-spacing:-.04em;margin-bottom:8px}.side-card p{color:var(--muted);margin-bottom:14px}.video-wrap{position:relative;border-radius:22px;overflow:hidden;background:#000;aspect-ratio:16/9}.video-wrap iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.modal{position:fixed;inset:0;background:rgba(0,0,0,.92);z-index:100;display:none;align-items:center;justify-content:center;padding:18px}.modal.open{display:flex}.modal img{max-height:82vh;max-width:100%;object-fit:contain;border-radius:18px}.modal-close,.modal-prev,.modal-next{position:absolute;border:0;background:rgba(255,255,255,.14);color:#fff;border-radius:999px;cursor:pointer}.modal-close{right:18px;top:18px;width:46px;height:46px;font-size:1.6rem}.modal-prev,.modal-next{top:50%;transform:translateY(-50%);width:50px;height:50px;font-size:2rem}.modal-prev{left:18px}.modal-next{right:18px}.toast{position:fixed;left:50%;bottom:96px;transform:translateX(-50%) translateY(20px);background:#fff;color:#08111d;border-radius:999px;padding:12px 18px;font-weight:900;z-index:200;opacity:0;pointer-events:none;transition:.25s}.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}
@media (max-width: 980px){.nav-links{display:none}.menu-btn{display:block}.mobile-panel{position:fixed;inset:76px 0 auto 0;background:rgba(7,17,31,.98);border-bottom:1px solid var(--line);padding:18px 4%;z-index:45;display:none}.mobile-panel.open{display:grid}.mobile-panel a{padding:15px;border-bottom:1px solid var(--line);font-weight:900}.hero{min-height:auto}.hero-inner{grid-template-columns:1fr;padding-top:42px}.hero-card{display:none}.hero-actions{grid-template-columns:1fr 1fr}.filters{grid-template-columns:1fr 1fr}.properties-grid,.services-grid,.related-grid{grid-template-columns:repeat(2,1fr)}.about-grid,.contact-grid,.detail-content,.detail-top{grid-template-columns:1fr}.side-card{position:static}.detail-actions{grid-template-columns:repeat(3,1fr)}.specs{grid-template-columns:repeat(2,1fr)}}
@media (max-width: 640px){body{padding-bottom:74px}.container{width:min(100% - 28px,1180px)}.nav{min-height:70px}.brand-mark{width:48px;height:48px;border-radius:17px}.brand-title{font-size:1rem}.brand-sub{font-size:.72rem}.hero:before{background:linear-gradient(180deg,rgba(5,13,24,.94) 0%,rgba(8,17,30,.82) 52%,rgba(8,17,30,.76) 100%),var(--hero-img);background-size:cover;background-position:center}.hero-inner{padding:34px 0 24px}.hero h1{font-size:3rem}.hero p{font-size:1.05rem;line-height:1.65}.hero-actions{grid-template-columns:1fr;gap:12px}.hero-stats{grid-template-columns:1fr 1fr}.stat:nth-child(3){grid-column:1/-1}.section-head{display:block}.filters{grid-template-columns:1fr;padding:12px;border-radius:22px}.properties-grid,.services-grid,.related-grid{grid-template-columns:1fr}.property-img img{height:225px}.card-actions{grid-template-columns:1fr}.services-grid{gap:12px}section{padding:48px 0}.detail-hero{padding-top:24px}.detail-title h1{font-size:2.55rem}.detail-actions{grid-template-columns:1fr}.main-photo img{height:430px}.thumb{flex-basis:94px}.thumb img{height:72px}.detail-content{padding-top:22px}.specs{grid-template-columns:1fr 1fr}.detail-row{grid-template-columns:1fr;gap:4px}.content-card,.side-card,.service-card,.about-box,.contact-box,.lead-box{border-radius:24px;padding:20px}.floating-whats{width:62px;height:62px;right:16px;bottom:84px}.bottom-nav{display:grid;position:fixed;left:0;right:0;bottom:0;z-index:55;height:68px;background:rgba(7,17,31,.95);backdrop-filter:blur(18px);border-top:1px solid var(--line);grid-template-columns:repeat(4,1fr)}.bottom-nav a{display:grid;place-items:center;color:#dce6f2;font-size:.72rem;font-weight:850}.bottom-nav b{display:block;font-size:1.05rem;line-height:1}.footer{padding-bottom:110px}.modal-prev,.modal-next{top:auto;bottom:20px}.modal-prev{left:25%}.modal-next{right:25%}}
@media (max-width: 380px){.hero h1{font-size:2.6rem}.hero-stats{grid-template-columns:1fr}.stat:nth-child(3){grid-column:auto}.main-photo img{height:360px}.specs{grid-template-columns:1fr}}


/* Ajustes solicitados: fundo da página inicial, logo JC e botões da galeria mais escuros */
:root{--hero-img:url('../imagens/fundo-bh-noite.jpg')}
.brand-mark{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  background:
    radial-gradient(circle at 30% 20%,rgba(255,255,255,.34),transparent 24%),
    linear-gradient(135deg,#f4c76d 0%,#d8893e 42%,#8a4a25 100%);
  color:#07111f;
  font-family:Georgia,'Times New Roman',serif;
  font-weight:900;
  font-size:1.08rem;
  letter-spacing:-.06em;
  border:1px solid rgba(255,255,255,.22);
  text-shadow:0 1px 0 rgba(255,255,255,.25);
  box-shadow:0 14px 38px rgba(216,162,74,.28), inset 0 1px 0 rgba(255,255,255,.35);
}
.brand-mark::before{
  content:"";
  position:absolute;
  inset:5px;
  border-radius:14px;
  border:1px solid rgba(7,17,31,.22);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.16);
  z-index:-1;
}
.brand-mark::after{
  content:"";
  position:absolute;
  width:72%;
  height:130%;
  left:-44%;
  top:-16%;
  transform:rotate(24deg);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.34),transparent);
  opacity:.72;
  z-index:-1;
}
.modal-prev,.modal-next{
  background:rgba(2,8,16,.88);
  border:1px solid rgba(255,255,255,.30);
  color:#fff;
  box-shadow:0 16px 38px rgba(0,0,0,.55), inset 0 1px 0 rgba(255,255,255,.12);
  backdrop-filter:blur(10px);
}
.modal-prev:hover,.modal-next:hover{background:rgba(2,8,16,.96);border-color:rgba(241,194,108,.75)}
.modal-close{background:rgba(2,8,16,.86);border:1px solid rgba(255,255,255,.24);box-shadow:0 14px 34px rgba(0,0,0,.48)}
@media (max-width:640px){.modal-prev,.modal-next{width:58px;height:58px;background:rgba(2,8,16,.92)}}


/* Ajuste solicitado: deixar a imagem de BH visível como fundo da tela inicial */
.hero:before{
  background:
    linear-gradient(100deg,rgba(5,13,24,.72) 0%,rgba(8,17,30,.62) 46%,rgba(8,17,30,.42) 100%),
    var(--hero-img) !important;
  background-size:cover !important;
  background-position:center center !important;
}
@media (max-width:640px){
  .hero:before{
    background:
      linear-gradient(180deg,rgba(5,13,24,.74) 0%,rgba(8,17,30,.62) 50%,rgba(8,17,30,.72) 100%),
      var(--hero-img) !important;
    background-size:cover !important;
    background-position:center top !important;
  }
}

/* CORREÇÃO FINAL DO FUNDO DA HOME: imagem real no HTML + overlay separado */
.hero{position:relative;isolation:isolate;background:#07111f;overflow:hidden;}
.hero-bg-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center;z-index:0;opacity:1;pointer-events:none;}
.hero:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(100deg,rgba(5,13,24,.58) 0%,rgba(8,17,30,.48) 46%,rgba(8,17,30,.30) 100%) !important;}
.hero:after{z-index:1;}
.hero-inner{position:relative;z-index:2;}
@media (max-width:640px){.hero-bg-img{object-position:center top}.hero:before{background:linear-gradient(180deg,rgba(5,13,24,.66) 0%,rgba(8,17,30,.54) 52%,rgba(8,17,30,.68) 100%) !important;}}


/* Seção de destaques no topo: 5 imóveis escolhidos manualmente */
.featured-strip-section{
  padding:42px 0 34px;
  background:linear-gradient(180deg,rgba(216,162,74,.09),rgba(255,255,255,.025));
  border-bottom:1px solid var(--line);
}
.featured-head{margin-bottom:18px;}
.featured-carousel{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:minmax(285px,32%);
  grid-template-columns:none;
  gap:14px;
  overflow-x:auto;
  padding:2px 2px 14px;
  scroll-snap-type:x proximity;
  scroll-behavior:smooth;
  -webkit-overflow-scrolling:touch;
}
.featured-carousel::-webkit-scrollbar{height:8px}
.featured-carousel::-webkit-scrollbar-thumb{background:rgba(241,194,108,.45);border-radius:999px}
.featured-card{
  scroll-snap-align:start;
  min-width:0;
  overflow:hidden;
  border-radius:26px;
  border:1px solid rgba(241,194,108,.22);
  background:linear-gradient(180deg,rgba(255,255,255,.095),rgba(255,255,255,.045));
  box-shadow:0 20px 52px rgba(0,0,0,.22);
  transition:.22s;
}
.featured-card:hover{transform:translateY(-3px);border-color:rgba(241,194,108,.55)}
.featured-photo{position:relative;display:block;background:#0f1e31;overflow:hidden}
.featured-photo img{width:100%;height:185px;object-fit:cover;transition:.32s}
.featured-card:hover .featured-photo img{transform:scale(1.045)}
.featured-pill{position:absolute;left:12px;top:12px;z-index:2;background:linear-gradient(135deg,#c96f3c,#f1c26c);color:#08111d;font-weight:950;border-radius:999px;padding:7px 10px;font-size:.72rem;box-shadow:0 12px 28px rgba(0,0,0,.25)}
.featured-info{padding:15px}
.featured-info h3{font-size:1.04rem;line-height:1.18;margin-bottom:7px;min-height:2.45em}
.featured-info h3 a:hover{color:var(--gold2)}
.featured-info .price{font-size:1.25rem;margin:8px 0}
.featured-info .features{margin:10px 0}
.featured-info .features span{font-size:.78rem;padding:6px 8px}
.featured-info .card-actions{margin-top:12px}
@media (max-width:980px){
  .featured-carousel{grid-template-columns:none;grid-auto-columns:minmax(300px,42vw)}
}
@media (max-width:640px){
  .featured-strip-section{padding:34px 0 28px}
  .featured-carousel{grid-auto-columns:84vw;gap:12px;padding-bottom:12px}
  .featured-photo img{height:210px}
  .featured-info h3{min-height:auto}
}

/* Fotos roláveis nos cards de imóveis: o usuário arrasta com o dedo, sem botões nos cards */
.card-photo-slider{position:relative;overflow:hidden;background:#0f1e31;isolation:isolate;touch-action:pan-x pan-y;}
.card-photo-track{display:flex;width:100%;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;}
.card-photo-track::-webkit-scrollbar{display:none;}
.card-photo-slide{flex:0 0 100%;width:100%;display:block;scroll-snap-align:start;}
.property-img .card-photo-slide img,.featured-photo .card-photo-slide img{display:block;width:100%;object-fit:cover;}
.property-img .card-photo-slide img{height:235px;}
.featured-photo .card-photo-slide img{height:185px;}
.card-photo-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:38px;height:38px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:rgba(2,8,16,.82);color:#fff;display:grid;place-items:center;font-size:1.55rem;line-height:1;cursor:pointer;box-shadow:0 12px 28px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.12);backdrop-filter:blur(10px);}
.card-photo-nav:hover{background:rgba(2,8,16,.94);border-color:rgba(241,194,108,.68);}
.card-photo-prev{left:10px;}
.card-photo-next{right:10px;}
.card-photo-count{position:absolute;right:12px;bottom:12px;z-index:4;background:rgba(2,8,16,.78);border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:6px 10px;color:#fff;font-size:.78rem;font-weight:900;box-shadow:0 10px 24px rgba(0,0,0,.34);}
.featured-photo .card-photo-count{bottom:10px;right:10px;}
.featured-photo .card-photo-nav{width:34px;height:34px;font-size:1.35rem;}
@media (max-width:640px){
  .property-img .card-photo-slide img{height:225px;}
  .featured-photo .card-photo-slide img{height:210px;}
  .card-photo-nav{width:40px;height:40px;background:rgba(2,8,16,.9);}
}

/* Ajuste solicitado: remover os botões de navegação das fotos somente nos cards; a rolagem fica pelo dedo. */
.card-photo-slider .card-photo-nav{display:none!important;}


/* Tema claro/escuro automático: alteração isolada apenas em cores, sem mexer na estrutura do site. */
.theme-toggle{width:auto;min-width:78px;height:40px;padding:0 12px;border:1px solid rgba(241,194,108,.32);border-radius:999px;background:rgba(255,255,255,.08);color:#f8fafc;font-size:.84rem;font-weight:950;display:inline-flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;transition:.2s;white-space:nowrap;box-shadow:0 10px 28px rgba(0,0,0,.16)}
.theme-toggle:hover{transform:translateY(-1px);border-color:rgba(241,194,108,.65);background:rgba(216,162,74,.16)}
.theme-toggle-icon{font-size:.95rem;line-height:1}
.theme-toggle-label{font-size:.70rem;font-weight:950;opacity:.96;line-height:1;letter-spacing:.01em}
html[data-theme="light"]{--bg:#f4f7fb;--bg2:#eef3f8;--panel:#ffffff;--panel2:#f8fafc;--line:rgba(8,17,29,.13);--text:#101827;--muted:#526174;--muted2:#758295;--dark:#08111d;--shadow:0 20px 60px rgba(15,23,42,.13)}
html[data-theme="light"] body{background:linear-gradient(180deg,#f8fafc 0%,#eef3f8 48%,#f7fafc 100%);color:var(--text)}
html[data-theme="light"] .topbar{background:rgba(255,255,255,.88);border-bottom:1px solid var(--line);box-shadow:0 10px 28px rgba(15,23,42,.06)}
html[data-theme="light"] .brand-title,html[data-theme="light"] .nav-links a,html[data-theme="light"] .mobile-panel a{color:#101827}
html[data-theme="light"] .brand-sub{color:var(--muted)}
html[data-theme="light"] .menu-btn{background:rgba(15,23,42,.08);color:#101827}
html[data-theme="light"] .menu-btn span{background:#101827}
html[data-theme="light"] .theme-toggle{background:#fff;color:#101827;border-color:rgba(216,162,74,.45);box-shadow:0 10px 24px rgba(15,23,42,.08)}
html[data-theme="light"] .mobile-panel{background:rgba(255,255,255,.98);border-bottom:1px solid var(--line)}
html[data-theme="light"] .hero{color:#fff;background:#07111f}
html[data-theme="light"] .hero h1,html[data-theme="light"] .hero .stat strong{color:#fff}
html[data-theme="light"] .hero p{color:#d7e0ea}
html[data-theme="light"] .hero-card{background:rgba(7,17,31,.62);border-color:rgba(255,255,255,.18)}
html[data-theme="light"] .hero-card-info h2{color:#fff}
html[data-theme="light"] .hero-card-info p{color:#d7e0ea}
html[data-theme="light"] .featured-strip-section{background:linear-gradient(180deg,rgba(216,162,74,.16),rgba(255,255,255,.72));border-bottom:1px solid var(--line)}
html[data-theme="light"] .filters,html[data-theme="light"] .property-card,html[data-theme="light"] .featured-card,html[data-theme="light"] .service-card,html[data-theme="light"] .about-box,html[data-theme="light"] .contact-box,html[data-theme="light"] .lead-box,html[data-theme="light"] .info-panel,html[data-theme="light"] .gallery-card,html[data-theme="light"] .content-card,html[data-theme="light"] .side-card{background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(247,250,252,.93));border-color:var(--line);box-shadow:0 18px 45px rgba(15,23,42,.10)}
html[data-theme="light"] .property-card:hover,html[data-theme="light"] .featured-card:hover{border-color:rgba(216,162,74,.55);box-shadow:0 22px 55px rgba(15,23,42,.15)}
html[data-theme="light"] .field input,html[data-theme="light"] .field select{background:#fff;color:#101827;border-color:rgba(15,23,42,.16)}
html[data-theme="light"] .field input::placeholder{color:#718096}
html[data-theme="light"] .field select option{background:#fff;color:#101827}
html[data-theme="light"] .price,html[data-theme="light"] .side-price,html[data-theme="light"] .content-card h2,html[data-theme="light"] .service-card h3,html[data-theme="light"] .lead-box h3,html[data-theme="light"] .contact-box h3,html[data-theme="light"] .about-box h2,html[data-theme="light"] .property-body h3,html[data-theme="light"] .featured-info h3{color:#101827}
html[data-theme="light"] .property-summary,html[data-theme="light"] .content-card p,html[data-theme="light"] .service-card p,html[data-theme="light"] .about-box p,html[data-theme="light"] .contact-box p,html[data-theme="light"] .lead-box p,html[data-theme="light"] .side-card p,html[data-theme="light"] .section-text,html[data-theme="light"] .location{color:var(--muted)}
html[data-theme="light"] .features span,html[data-theme="light"] .spec{background:rgba(15,23,42,.05);border-color:rgba(15,23,42,.08);color:#283548}
html[data-theme="light"] .contact-line{color:#101827;border-bottom-color:var(--line)}
html[data-theme="light"] .contact-line span,html[data-theme="light"] .detail-row span{color:var(--muted)}
html[data-theme="light"] .detail-hero{background:radial-gradient(circle at 20% 0%,rgba(216,162,74,.20),transparent 38%),linear-gradient(180deg,#ffffff,#eef3f8);border-bottom:1px solid var(--line)}
html[data-theme="light"] .detail-title h1,html[data-theme="light"] .detail-title p,html[data-theme="light"] .breadcrumb{color:#101827}
html[data-theme="light"] .detail-title p[data-summary]{color:#526174}
html[data-theme="light"] .gallery-card,html[data-theme="light"] .main-photo,html[data-theme="light"] .thumb{background:#e8eef6}
html[data-theme="light"] .btn.ghost{background:rgba(15,23,42,.05);border-color:rgba(15,23,42,.13);color:#101827}
html[data-theme="light"] .btn.dark{background:#101827;color:#fff;border-color:rgba(15,23,42,.13)}
html[data-theme="light"] .btn.light{background:#101827;color:#fff}
html[data-theme="light"] .footer{background:#f8fafc;border-top:1px solid var(--line);color:var(--muted)}
html[data-theme="light"] .bottom-nav{background:rgba(255,255,255,.96);border-top:1px solid var(--line);box-shadow:0 -10px 28px rgba(15,23,42,.06)}
html[data-theme="light"] .bottom-nav a{color:#101827}
html[data-theme="light"] .modal-close,html[data-theme="light"] .modal-prev,html[data-theme="light"] .modal-next{background:rgba(2,8,16,.9);color:#fff}
@media (max-width:640px){.theme-toggle{height:42px;min-width:76px;padding:0 9px;font-size:.78rem;gap:5px}.theme-toggle-label{display:inline;font-size:.64rem}.theme-toggle-icon{font-size:.9rem}.nav{gap:10px}.brand{gap:10px}.brand-mark{width:48px;height:48px}.brand-title{font-size:1.02rem}}


/* Apresentação em áudio: seção discreta adicionada sem alterar a estrutura do site */
.audio-section{padding:34px 0 24px;background:linear-gradient(180deg,rgba(7,17,31,.96),rgba(10,22,38,.98));border-bottom:1px solid var(--line)}
.audio-card{display:grid;grid-template-columns:1.05fr .95fr;gap:18px;align-items:center;background:linear-gradient(135deg,rgba(216,162,74,.14),rgba(255,255,255,.055));border:1px solid rgba(241,194,108,.18);border-radius:28px;padding:22px;box-shadow:0 18px 45px rgba(0,0,0,.16)}
.audio-copy{display:flex;gap:16px;align-items:flex-start}.audio-icon{width:52px;height:52px;border-radius:18px;display:grid;place-items:center;flex:0 0 auto;background:linear-gradient(135deg,#bf6d36,#f1c26c);box-shadow:0 12px 32px rgba(216,162,74,.24);font-size:1.35rem;color:#08111d}.audio-card h2{font-size:clamp(1.35rem,3vw,2.15rem);line-height:1.06;letter-spacing:-.035em;margin-bottom:8px}.audio-card p{color:var(--muted);max-width:650px}.audio-player-box{display:grid;gap:12px}.audio-player-box audio{width:100%;height:44px;border-radius:999px;filter:drop-shadow(0 12px 24px rgba(0,0,0,.18))}.audio-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.audio-actions .btn{padding:12px 16px}
html[data-theme="light"] .audio-section{background:linear-gradient(180deg,rgba(255,255,255,.82),rgba(238,243,248,.88));border-bottom:1px solid var(--line)}
html[data-theme="light"] .audio-card{background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(247,250,252,.93));border-color:var(--line);box-shadow:0 18px 45px rgba(15,23,42,.10)}
html[data-theme="light"] .audio-card h2{color:#101827}html[data-theme="light"] .audio-card p{color:var(--muted)}
@media (max-width:780px){.audio-card{grid-template-columns:1fr;padding:20px;border-radius:24px}.audio-copy{gap:12px}.audio-icon{width:48px;height:48px;border-radius:16px}.audio-actions{grid-template-columns:1fr}.audio-section{padding:28px 0 20px}}

/* Buscas rápidas SEO: links internos para imóveis por preço e serviços locais */
.quick-searches{padding:34px 0;background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(216,162,74,.065));border-bottom:1px solid var(--line)}
.quick-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.quick-links a{display:inline-flex;align-items:center;min-height:42px;padding:10px 14px;border-radius:999px;border:1px solid rgba(241,194,108,.24);background:rgba(255,255,255,.065);color:var(--text);font-size:.92rem;font-weight:850;text-decoration:none;box-shadow:0 10px 26px rgba(0,0,0,.10);transition:.18s}
.quick-links a:hover{transform:translateY(-1px);border-color:rgba(241,194,108,.58);background:rgba(216,162,74,.13)}
html[data-theme="light"] .quick-searches{background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(238,243,248,.92));border-bottom:1px solid var(--line)}
html[data-theme="light"] .quick-links a{background:#fff;border-color:rgba(216,162,74,.34);color:#101827;box-shadow:0 10px 24px rgba(15,23,42,.08)}
@media (max-width:640px){.quick-searches{padding:28px 0}.quick-links{display:grid;grid-template-columns:1fr;gap:8px}.quick-links a{border-radius:16px;justify-content:center;text-align:center}}


/* Ajuste de conversão seo-auto-compact-1: abertura mais compacta para os imóveis aparecerem antes */
.hero{min-height:min(540px,72vh)!important;}
.hero-inner{padding:34px 0 26px!important;gap:24px!important;}
.hero h1{font-size:clamp(2rem,5vw,4.15rem)!important;line-height:.98!important;max-width:720px;}
.hero p{font-size:clamp(.95rem,1.6vw,1.08rem)!important;line-height:1.55!important;margin-top:16px!important;max-width:760px;}
.hero-actions{margin-top:22px!important;gap:10px!important;max-width:540px;}
.hero-stats{margin-top:18px!important;gap:9px!important;max-width:590px;}
.stat{border-radius:18px!important;padding:11px 13px!important;}
.stat strong{font-size:1.28rem!important;}
.stat span{font-size:.78rem!important;}
.hero-card{max-width:360px;justify-self:end;border-radius:26px!important;padding:10px!important;}
.hero-card img{aspect-ratio:4/3.55!important;border-radius:20px!important;}
.hero-card-info{padding:12px!important;}
.hero-card-info h2{font-size:1.08rem!important;}
.hero-card-info p{font-size:.86rem!important;}
.featured-strip-section{padding-top:34px!important;}
.audio-section{padding:16px 0 14px!important;background:linear-gradient(180deg,rgba(7,17,31,.92),rgba(10,22,38,.94))!important;}
.audio-card{grid-template-columns:1fr auto!important;gap:14px!important;padding:14px 16px!important;border-radius:20px!important;box-shadow:0 10px 28px rgba(0,0,0,.12)!important;}
.audio-copy{gap:10px!important;align-items:center!important;}
.audio-icon{width:40px!important;height:40px!important;border-radius:14px!important;font-size:1.08rem!important;}
.audio-card h2{font-size:1.25rem!important;margin-bottom:3px!important;}
.audio-card p{font-size:.9rem!important;line-height:1.45!important;max-width:520px!important;margin:0!important;}
.audio-player-box{min-width:360px!important;gap:8px!important;}
.audio-player-box audio{height:36px!important;}
.audio-actions{gap:8px!important;}
.audio-actions .btn{padding:9px 12px!important;font-size:.86rem!important;min-height:38px!important;}
@media (max-width:980px){
  .hero{min-height:auto!important;}
  .hero-inner{padding:28px 0 20px!important;}
  .audio-card{grid-template-columns:1fr!important;}
  .audio-player-box{min-width:0!important;}
}
@media (max-width:640px){
  .hero-inner{padding:22px 0 16px!important;}
  .eyebrow{font-size:.68rem!important;letter-spacing:.12em!important;margin-bottom:8px!important;}
  .hero h1{font-size:2.18rem!important;line-height:1.02!important;}
  .hero p{font-size:.92rem!important;line-height:1.48!important;margin-top:11px!important;}
  .hero-actions{margin-top:15px!important;}
  .hero-stats{grid-template-columns:repeat(3,1fr)!important;margin-top:13px!important;gap:7px!important;}
  .stat:nth-child(3){grid-column:auto!important;}
  .stat{padding:8px 7px!important;border-radius:14px!important;text-align:center;}
  .stat strong{font-size:1.02rem!important;}
  .stat span{font-size:.65rem!important;line-height:1.2!important;}
  .featured-strip-section{padding-top:26px!important;}
  .audio-section{padding:12px 0!important;}
  .audio-card{padding:12px!important;border-radius:18px!important;gap:10px!important;}
  .audio-icon{display:none!important;}
  .audio-card h2{font-size:1.05rem!important;}
  .audio-card p{font-size:.82rem!important;}
  .audio-player-box audio{height:34px!important;}
}


/* Ajuste layout-compact-audio-2: hero mais curto, texto no topo e áudio antes dos serviços */
.hero{min-height:auto!important;display:block!important;}
.hero-bg-img{object-position:center top!important;}
.hero-inner{grid-template-columns:1fr!important;padding:18px 0 16px!important;align-items:start!important;}
.hero-card{display:none!important;}
.hero .eyebrow{margin-bottom:8px!important;}
.hero h1{font-size:clamp(1.82rem,4.6vw,3.65rem)!important;line-height:1.01!important;max-width:820px!important;letter-spacing:-.055em!important;}
.hero p{font-size:clamp(.9rem,1.35vw,1rem)!important;line-height:1.42!important;margin-top:10px!important;max-width:780px!important;}
.hero-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:9px!important;margin-top:13px!important;max-width:460px!important;}
.hero-actions .btn{min-height:42px!important;padding:10px 14px!important;font-size:.92rem!important;}
.hero-stats{margin-top:12px!important;gap:8px!important;max-width:520px!important;}
.stat{padding:8px 10px!important;border-radius:15px!important;}
.stat strong{font-size:1.05rem!important;}
.stat span{font-size:.68rem!important;line-height:1.18!important;margin-top:3px!important;}
.featured-strip-section{padding-top:26px!important;}
.audio-section{padding:12px 0!important;background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(216,162,74,.055))!important;border-bottom:1px solid var(--line)!important;}
.audio-card{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(220px,390px)!important;gap:12px!important;align-items:center!important;padding:11px 13px!important;border-radius:18px!important;box-shadow:0 8px 22px rgba(0,0,0,.10)!important;}
.audio-copy{gap:9px!important;align-items:center!important;}
.audio-icon{width:34px!important;height:34px!important;border-radius:12px!important;font-size:.95rem!important;}
.audio-card .section-kicker{font-size:.66rem!important;margin-bottom:2px!important;letter-spacing:.12em!important;}
.audio-card h2{font-size:1rem!important;line-height:1.05!important;margin:0 0 2px!important;letter-spacing:-.02em!important;}
.audio-card p{font-size:.78rem!important;line-height:1.32!important;margin:0!important;max-width:none!important;}
.audio-player-box{min-width:0!important;gap:0!important;}
.audio-player-box audio{height:31px!important;width:100%!important;}
.audio-actions{display:none!important;}
html[data-theme="light"] .audio-section{background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(238,243,248,.86))!important;}
@media (max-width:640px){
  .hero-bg-img{object-position:center top!important;}
  .hero-inner{padding:12px 0 12px!important;}
  .eyebrow{font-size:.58rem!important;letter-spacing:.105em!important;margin-bottom:6px!important;line-height:1.35!important;}
  .hero h1{font-size:1.86rem!important;line-height:1.02!important;max-width:100%!important;}
  .hero p{font-size:.78rem!important;line-height:1.35!important;margin-top:8px!important;display:-webkit-box!important;-webkit-line-clamp:4!important;-webkit-box-orient:vertical!important;overflow:hidden!important;}
  .hero-actions{grid-template-columns:1fr 1fr!important;gap:8px!important;margin-top:10px!important;max-width:100%!important;}
  .hero-actions .btn{min-height:38px!important;padding:8px 10px!important;font-size:.84rem!important;}
  .hero-stats{grid-template-columns:repeat(3,1fr)!important;margin-top:9px!important;gap:6px!important;}
  .stat:nth-child(3){grid-column:auto!important;}
  .stat{padding:6px 4px!important;border-radius:12px!important;}
  .stat strong{font-size:.92rem!important;}
  .stat span{font-size:.56rem!important;}
  .featured-strip-section{padding-top:18px!important;}
  .audio-section{padding:9px 0!important;}
  .audio-card{grid-template-columns:1fr!important;padding:9px 10px!important;border-radius:15px!important;gap:7px!important;}
  .audio-copy{gap:0!important;}
  .audio-icon{display:none!important;}
  .audio-card .section-kicker{font-size:.6rem!important;}
  .audio-card h2{font-size:.95rem!important;}
  .audio-card p{font-size:.73rem!important;}
  .audio-player-box audio{height:29px!important;}
}
