:root{
  --azul: #00172E;
  --azul-soft: #0A2440;
  --laranja: #FF6F28;
  --branco: #FFFFFF;
  --bg: #F5F7F9;
  --texto-sec: #5B6470;
  --line: rgba(0,23,46,0.10);
  --line-dark: rgba(255,255,255,0.12);
}
*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0; background:var(--branco); color:var(--azul);
  font-family:'Inter', sans-serif; -webkit-font-smoothing:antialiased; overflow-x:hidden;
}
@media (prefers-reduced-motion: reduce){ *{ animation-duration:.01ms !important; transition-duration:.01ms !important; scroll-behavior:auto !important; } }
h1,h2,h3,h4{ font-family:'Fraunces', serif; margin:0; font-weight:600; letter-spacing:-0.01em; }
p{ margin:0; }
a{ color:inherit; text-decoration:none; }
img,svg{ display:block; max-width:100%; }
.wrap{ max-width:1220px; margin:0 auto; padding-left:clamp(20px,5vw,56px); padding-right:clamp(20px,5vw,56px); }
.eyebrow{ font-size:11.5px; letter-spacing:0.14em; text-transform:uppercase; font-weight:600; color:var(--laranja); }
.reveal{ opacity:0; transform:translateY(24px); transition:opacity .7s ease, transform .7s ease; }
.reveal.visible{ opacity:1; transform:translateY(0); }

/* ---------- Header ---------- */
header{
  position:fixed; top:0; left:0; right:0; z-index:100;
  display:flex; align-items:center; justify-content:space-between;
  padding:22px clamp(20px,5vw,56px);
  transition:background .35s ease, padding .35s ease, box-shadow .35s ease;
}
header.solid{ background:var(--azul); padding:14px clamp(20px,5vw,56px); box-shadow:0 8px 30px rgba(0,23,46,0.18); }
body.subpage header{ background:var(--azul); padding:14px clamp(20px,5vw,56px); box-shadow:0 8px 30px rgba(0,23,46,0.18); }
.logo{ display:flex; flex-direction:column; }
.logo-name{ font-family:'Fraunces',serif; font-size:19px; font-weight:600; color:var(--branco); }
.logo-tag{ font-size:9.5px; letter-spacing:0.14em; text-transform:uppercase; color:rgba(255,255,255,0.55); margin-top:2px; }
nav{ display:flex; align-items:center; gap:30px; }
.nav-link{ font-size:13px; color:rgba(255,255,255,0.8); position:relative; transition:color .2s ease; white-space:nowrap; }
.nav-link.active{ color:var(--laranja); }
.nav-link::after{ content:''; position:absolute; left:0; bottom:-4px; width:0; height:1px; background:var(--laranja); transition:width .25s ease; }
.nav-link:hover{ color:var(--branco); }
.nav-link:hover::after{ width:100%; }
.btn{
  font-size:12.5px; font-weight:600; letter-spacing:0.03em; padding:12px 22px; border-radius:6px;
  display:inline-flex; align-items:center; gap:8px; transition:transform .2s ease, background .2s ease, box-shadow .2s ease;
  cursor:pointer; border:none;
}
.btn-laranja{ background:var(--laranja); color:var(--branco); }
.btn-laranja:hover{ background:#e85f1c; transform:translateY(-2px); box-shadow:0 10px 24px rgba(255,111,40,0.3); }
.btn-outline-w{ border:1px solid rgba(255,255,255,0.4); color:var(--branco); background:transparent; }
.btn-outline-w:hover{ border-color:var(--branco); background:rgba(255,255,255,0.06); }
.btn-outline-azul{ border:1px solid var(--azul); color:var(--azul); background:transparent; }
.btn-outline-azul:hover{ background:var(--azul); color:var(--branco); }
.btn-sm{ padding:10px 18px; font-size:11.5px; }
.btn-block{ width:100%; justify-content:center; }
@media(max-width:980px){ nav .nav-link{ display:none; } }

/* ---------- Mobile menu ---------- */
.burger{ display:none; width:26px; height:20px; position:relative; cursor:pointer; }
.burger span{ position:absolute; left:0; right:0; height:2px; background:var(--branco); transition:all .3s ease; }
.burger span:nth-child(1){ top:0; } .burger span:nth-child(2){ top:9px; } .burger span:nth-child(3){ top:18px; }
.burger.open span:nth-child(1){ transform:translateY(9px) rotate(45deg); }
.burger.open span:nth-child(2){ opacity:0; }
.burger.open span:nth-child(3){ transform:translateY(-9px) rotate(-45deg); }
@media(max-width:980px){ .burger{ display:block; } }
.mobile-menu{
  position:fixed; inset:0; background:var(--azul); z-index:99; display:flex; flex-direction:column;
  align-items:center; justify-content:center; gap:26px; opacity:0; pointer-events:none; transition:opacity .3s ease;
}
.mobile-menu.open{ opacity:1; pointer-events:all; }
.mobile-menu a{ font-family:'Fraunces',serif; font-size:24px; color:var(--branco); }
.mobile-menu a.mm-cta{ font-family:'Inter',sans-serif; font-size:14px; background:var(--laranja); padding:14px 30px; border-radius:100px; }

/* ---------- Hero (home) ---------- */
.hero{
  position:relative; min-height:100svh; display:flex; align-items:flex-end;
  background:
    linear-gradient(180deg, rgba(0,23,46,0.55) 0%, rgba(0,23,46,0.35) 40%, rgba(0,23,46,0.92) 100%),
    linear-gradient(120deg, #002548 0%, #001830 45%, #000d1c 100%);
  overflow:hidden;
}
.hero::before{
  content:''; position:absolute; inset:0;
  background-image: radial-gradient(circle at 18% 22%, rgba(255,111,40,0.10), transparent 42%);
}
.hero-content{ position:relative; z-index:2; padding:0 clamp(20px,5vw,56px) clamp(60px,8vw,110px); max-width:1220px; margin:0 auto; width:100%; }
.hero-id{ font-size:11.5px; letter-spacing:0.16em; text-transform:uppercase; color:rgba(255,255,255,0.6); margin-bottom:22px; display:flex; align-items:center; gap:10px; }
.hero-id span.dot{ width:5px; height:5px; border-radius:50%; background:var(--laranja); display:inline-block; }
.hero h1{ color:var(--branco); font-size:clamp(34px,5.4vw,62px); line-height:1.08; max-width:16ch; }
.hero-sub{ color:rgba(255,255,255,0.75); font-size:16.5px; line-height:1.65; max-width:48ch; margin-top:24px; }
.hero-actions{ display:flex; gap:16px; margin-top:38px; flex-wrap:wrap; align-items:center; }

/* ---------- Mini hero (subpages) ---------- */
.mini-hero{
  background:linear-gradient(150deg,#00172E,#0A2440); color:var(--branco);
  padding:150px clamp(20px,5vw,56px) 60px;
}
.mini-hero .eyebrow{ color:var(--laranja); }
.mini-hero h1{ color:var(--branco); font-size:clamp(28px,4.2vw,46px); margin-top:12px; max-width:20ch; }
.mini-hero p{ color:rgba(255,255,255,0.7); font-size:15.5px; margin-top:14px; max-width:56ch; }
.breadcrumb{ font-size:12px; color:rgba(255,255,255,0.5); margin-bottom:14px; }
.breadcrumb a{ color:rgba(255,255,255,0.75); }
.breadcrumb a:hover{ color:var(--laranja); }

/* ---------- Generic section ---------- */
section{ padding:clamp(60px,8vw,110px) 0; }
.section-head{ max-width:640px; }
.section-head h2{ font-size:clamp(26px,3.6vw,40px); line-height:1.14; margin-top:12px; }
.section-head p{ color:var(--texto-sec); font-size:15.5px; line-height:1.7; margin-top:18px; }
.section-head.center{ margin:0 auto; text-align:center; }

/* ---------- Category tiles ---------- */
.cat-grid{ margin-top:44px; display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
@media(max-width:900px){ .cat-grid{ grid-template-columns:1fr 1fr; } }
@media(max-width:600px){ .cat-grid{ grid-template-columns:1fr; } }
.cat-tile{
  position:relative; padding:28px 22px; border-radius:10px; background:var(--bg); border:1px solid var(--line);
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease; display:flex; flex-direction:column; min-height:150px;
}
.cat-tile:hover{ transform:translateY(-5px); box-shadow:0 20px 40px rgba(0,23,46,0.10); border-color:var(--laranja); }
.cat-tile .n{ font-family:'Fraunces',serif; font-size:13px; color:var(--laranja); }
.cat-tile h4{ font-size:19px; margin-top:12px; }
.cat-tile p{ font-size:13px; color:var(--texto-sec); margin-top:8px; line-height:1.55; }
.cat-tile .go{ margin-top:auto; padding-top:16px; font-size:12px; color:var(--azul); font-weight:600; }

/* ---------- Property cards ---------- */
.imoveis-grid{ margin-top:36px; display:grid; grid-template-columns:repeat(3,1fr); gap:26px; }
@media(max-width:960px){ .imoveis-grid{ grid-template-columns:1fr 1fr; } }
@media(max-width:660px){ .imoveis-grid{ grid-template-columns:1fr; } }
.imovel-card{
  border-radius:10px; overflow:hidden; background:var(--branco); border:1px solid var(--line);
  transition:transform .3s ease, box-shadow .3s ease; display:flex; flex-direction:column;
}
.imovel-card:hover{ transform:translateY(-6px); box-shadow:0 24px 50px rgba(0,23,46,0.14); }
.imovel-foto{
  aspect-ratio:4/3; position:relative; display:flex; align-items:flex-end; justify-content:center;
  background-size:cover; background-position:center; overflow:hidden;
}
.imovel-foto::after{ content:''; position:absolute; inset:0; background:linear-gradient(180deg, rgba(0,23,46,0) 45%, rgba(0,23,46,0.55) 100%); }
.imovel-status{
  position:absolute; top:14px; left:14px; background:var(--laranja); color:var(--branco); z-index:2;
  font-size:10.5px; font-weight:700; letter-spacing:0.04em; text-transform:uppercase; padding:5px 12px; border-radius:100px;
}
.imovel-body{ padding:20px 20px 22px; flex:1; display:flex; flex-direction:column; }
.imovel-body h4{ font-size:18.5px; line-height:1.25; }
.imovel-loc{ font-size:12.5px; color:var(--texto-sec); margin-top:6px; }
.imovel-pitch{ font-size:13px; color:var(--texto-sec); margin-top:10px; line-height:1.55; }
.imovel-tags{ display:flex; gap:8px; flex-wrap:wrap; margin-top:14px; }
.imovel-tag{ font-size:10.5px; background:var(--bg); color:var(--texto-sec); padding:5px 10px; border-radius:6px; }
.imovel-body .btn{ margin-top:18px; }

/* ---------- Sec Maceio / dark blocks ---------- */
.sec-dark{ background:var(--azul); color:var(--branco); }
.sec-dark h2{ color:var(--branco); }
.sec-dark p{ color:rgba(255,255,255,0.72); }
.sec-dark .eyebrow{ color:var(--laranja); }

/* ---------- Como posso ajudar ---------- */
.ajuda-grid{ margin-top:44px; display:grid; grid-template-columns:repeat(2,1fr); gap:14px; }
@media(max-width:760px){ .ajuda-grid{ grid-template-columns:1fr; } }
.ajuda-item{
  display:flex; align-items:center; justify-content:space-between; gap:16px;
  padding:22px 26px; border-radius:10px; background:rgba(255,255,255,0.04); border:1px solid var(--line-dark);
  transition:background .2s ease, border-color .2s ease, transform .2s ease;
}
.ajuda-item:hover{ background:rgba(255,255,255,0.08); border-color:var(--laranja); transform:translateX(4px); }
.ajuda-item span.txt{ font-family:'Fraunces',serif; font-size:17px; }
.ajuda-item span.arrow{ color:var(--laranja); font-size:18px; flex-shrink:0; }

/* ---------- Benefícios ---------- */
.beneficios{ margin-top:50px; display:grid; grid-template-columns:repeat(4,1fr); gap:30px; }
@media(max-width:900px){ .beneficios{ grid-template-columns:1fr 1fr; } }
@media(max-width:560px){ .beneficios{ grid-template-columns:1fr; } }
.beneficio .num-big{ font-family:'Fraunces',serif; font-size:38px; color:var(--laranja); opacity:0.85; line-height:1; }
.beneficio h4{ font-size:15.5px; margin-top:14px; text-transform:uppercase; letter-spacing:0.03em; }
.beneficio p{ font-size:13.5px; color:var(--texto-sec); margin-top:8px; line-height:1.6; }

/* ---------- Sobre ---------- */
.sobre-grid{ display:grid; grid-template-columns:0.85fr 1.15fr; gap:60px; align-items:center; }
@media(max-width:860px){ .sobre-grid{ grid-template-columns:1fr; gap:34px; } }
.sobre-foto{
  aspect-ratio:4/5; border-radius:10px; background:linear-gradient(150deg,#00172E,#0A2440);
  display:flex; align-items:center; justify-content:center; position:relative; overflow:hidden;
}
.sobre-foto .monograma{ font-family:'Fraunces',serif; font-size:90px; color:rgba(255,255,255,0.14); }
.sobre-text p{ font-size:16px; line-height:1.75; color:var(--texto-sec); }
.sobre-assinatura{ margin-top:26px; padding-top:18px; border-top:1px solid var(--line); }
.sobre-assinatura .name{ font-family:'Fraunces',serif; font-size:17px; color:var(--azul); }
.sobre-assinatura .role{ font-size:12px; color:var(--texto-sec); margin-top:3px; }
.sobre-text .btn{ margin-top:26px; }

/* ---------- Social ---------- */
.social-row{ margin-top:40px; display:flex; justify-content:center; gap:18px; flex-wrap:wrap; }
.social-btn{
  display:flex; align-items:center; gap:12px; padding:18px 28px; border-radius:10px;
  background:linear-gradient(145deg,#00172E,#0A2440); color:var(--branco);
  transition:transform .25s ease, box-shadow .25s ease; min-width:190px;
}
.social-btn:hover{ transform:translateY(-4px); box-shadow:0 16px 30px rgba(0,23,46,0.18); }
.social-btn svg{ width:22px; height:22px; flex-shrink:0; }
.social-btn .lbl{ display:flex; flex-direction:column; }
.social-btn .lbl .k{ font-size:10px; letter-spacing:0.08em; text-transform:uppercase; color:rgba(255,255,255,0.55); }
.social-btn .lbl .v{ font-family:'Fraunces',serif; font-size:14.5px; margin-top:2px; }

/* ---------- CTA final ---------- */
.cta-final{ background:var(--azul); color:var(--branco); text-align:center; position:relative; overflow:hidden; }
.cta-final::before{
  content:''; position:absolute; bottom:-40%; left:50%; transform:translateX(-50%); width:800px; height:800px; border-radius:50%;
  background:radial-gradient(circle, rgba(255,111,40,0.10), transparent 70%);
}
.cta-final-inner{ position:relative; max-width:640px; margin:0 auto; }
.cta-final h2{ color:var(--branco); font-size:clamp(26px,4vw,42px); line-height:1.15; }
.cta-final p{ color:rgba(255,255,255,0.72); font-size:15.5px; line-height:1.7; margin-top:18px; max-width:50ch; margin-left:auto; margin-right:auto; }
.cta-final .btn{ margin-top:30px; padding:16px 32px; font-size:13.5px; }

/* ---------- Footer ---------- */
footer{ background:#000d1c; padding:36px clamp(20px,5vw,56px); }
.footer-inner{ max-width:1220px; margin:0 auto; display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:14px; }
.footer-inner span{ font-size:12px; color:rgba(255,255,255,0.4); }
.footer-links{ display:flex; gap:22px; flex-wrap:wrap; }
.footer-links a{ font-size:12.5px; color:rgba(255,255,255,0.55); transition:color .2s ease; }
.footer-links a:hover{ color:var(--laranja); }

/* ---------- WhatsApp float ---------- */
.wa-float{
  position:fixed; bottom:24px; right:24px; z-index:90;
  display:flex; align-items:center; gap:10px; background:var(--laranja); color:var(--branco);
  padding:14px 20px; border-radius:100px; box-shadow:0 14px 34px rgba(255,111,40,0.35);
  font-size:13px; font-weight:600; transition:transform .25s ease, box-shadow .25s ease;
}
.wa-float:hover{ transform:translateY(-3px) scale(1.02); box-shadow:0 18px 40px rgba(255,111,40,0.45); }
.wa-float svg{ width:20px; height:20px; }
@media(max-width:600px){ .wa-float span{ display:none; } .wa-float{ padding:14px; } }

/* ============================================================
   IMÓVEIS (catálogo) page-specific
   ============================================================ */
.catalogo-layout{ display:grid; grid-template-columns:260px 1fr; gap:44px; align-items:start; }
@media(max-width:900px){ .catalogo-layout{ grid-template-columns:1fr; } }
.filtros-panel{
  border:1px solid var(--line); border-radius:10px; padding:26px; position:sticky; top:110px;
}
.filtro-group{ margin-bottom:26px; }
.filtro-group:last-child{ margin-bottom:0; }
.filtro-group h5{ font-size:11px; letter-spacing:0.06em; text-transform:uppercase; color:var(--texto-sec); margin-bottom:12px; }
.filtro-check{ display:flex; align-items:center; gap:9px; margin-bottom:9px; font-size:13.5px; cursor:pointer; }
.filtro-check input{ accent-color:var(--laranja); width:15px; height:15px; }
.filtro-select{
  width:100%; padding:10px 12px; border:1px solid var(--line); border-radius:6px; font-family:'Inter',sans-serif;
  font-size:13px; color:var(--azul); background:var(--branco);
}
.results-bar{ display:flex; justify-content:space-between; align-items:center; margin-bottom:6px; flex-wrap:wrap; gap:10px; }
.results-count{ font-size:13.5px; color:var(--texto-sec); }
.clear-filters{ font-size:12px; color:var(--laranja); font-weight:600; cursor:pointer; }
.empty-state{ padding:60px 20px; text-align:center; color:var(--texto-sec); font-size:14px; }

/* ============================================================
   IMÓVEL individual page-specific
   ============================================================ */
.imovel-hero{
  position:relative; min-height:70vh; display:flex; align-items:flex-end;
  background-size:cover; background-position:center;
}
.imovel-hero::before{ content:''; position:absolute; inset:0; background:linear-gradient(180deg, rgba(0,23,46,0.35) 0%, rgba(0,23,46,0.92) 100%); }
.imovel-hero-content{ position:relative; z-index:2; padding:150px clamp(20px,5vw,56px) 60px; max-width:1220px; margin:0 auto; width:100%; color:var(--branco); }
.imovel-hero .status-pill{ display:inline-block; background:var(--laranja); font-size:11px; font-weight:700; letter-spacing:0.05em; text-transform:uppercase; padding:6px 14px; border-radius:100px; margin-bottom:16px; }
.imovel-hero h1{ color:var(--branco); font-size:clamp(30px,5vw,52px); max-width:18ch; }
.imovel-hero .loc{ margin-top:10px; font-size:14.5px; color:rgba(255,255,255,0.75); }
.imovel-hero .posicionamento{ margin-top:18px; font-family:'Fraunces',serif; font-style:italic; font-size:clamp(17px,2vw,21px); color:var(--laranja); max-width:38ch; }

.conteudo-imovel{ display:grid; grid-template-columns:1.3fr 0.9fr; gap:56px; align-items:start; }
@media(max-width:900px){ .conteudo-imovel{ grid-template-columns:1fr; } }
.bloco{ margin-bottom:48px; }
.bloco:last-child{ margin-bottom:0; }
.bloco h3{ font-size:clamp(20px,2.6vw,26px); }
.bloco p{ font-size:15.5px; line-height:1.75; color:var(--texto-sec); margin-top:14px; }
.bloco ul{ margin:14px 0 0; padding:0; list-style:none; }
.bloco ul li{ font-size:14.5px; color:var(--texto-sec); padding:10px 0 10px 22px; border-bottom:1px solid var(--line); position:relative; }
.bloco ul li::before{ content:'—'; position:absolute; left:0; color:var(--laranja); }

.sidebar-card{ background:var(--bg); border-radius:10px; padding:26px; position:sticky; top:110px; }
.sidebar-card h5{ font-size:11px; letter-spacing:0.06em; text-transform:uppercase; color:var(--texto-sec); margin-bottom:16px; }
.info-row{ display:flex; justify-content:space-between; padding:11px 0; border-bottom:1px solid var(--line); font-size:13.5px; }
.info-row .k{ color:var(--texto-sec); } .info-row .v{ font-weight:600; text-align:right; }
.sidebar-card .btn{ margin-top:20px; }

.financ-card{ margin-top:18px; background:var(--azul); color:var(--branco); border-radius:10px; padding:22px; }
.financ-card h5{ color:rgba(255,255,255,0.6); font-size:10.5px; letter-spacing:0.06em; text-transform:uppercase; margin-bottom:12px; }
.financ-card .parcela{ font-family:'Fraunces',serif; font-size:30px; color:var(--laranja); }
.financ-card .linha{ display:flex; justify-content:space-between; font-size:12px; color:rgba(255,255,255,0.7); padding:6px 0; }

/* ---------- Lead form ---------- */
.lead-section{ background:var(--bg); }
.lead-grid{ display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:start; }
@media(max-width:860px){ .lead-grid{ grid-template-columns:1fr; } }
.lead-form{ background:var(--branco); border-radius:12px; padding:34px; border:1px solid var(--line); }
.field{ margin-bottom:18px; }
.field label{ display:block; font-size:12px; font-weight:600; margin-bottom:7px; color:var(--azul); }
.field input, .field select, .field textarea{
  width:100%; padding:12px 14px; border:1px solid var(--line); border-radius:6px; font-family:'Inter',sans-serif;
  font-size:14px; color:var(--azul); background:var(--branco); transition:border-color .2s ease;
}
.field input:focus, .field select:focus, .field textarea:focus{ outline:none; border-color:var(--laranja); }
.consent{ display:flex; align-items:flex-start; gap:10px; font-size:12px; color:var(--texto-sec); line-height:1.5; margin:18px 0; }
.consent input{ margin-top:3px; accent-color:var(--laranja); }
.form-msg{ font-size:13px; margin-top:12px; display:none; }
.form-msg.error{ color:#B3261E; }

.confirm-panel{ display:none; text-align:center; padding:40px 20px; }
.confirm-panel.show{ display:block; }
.confirm-panel h3{ font-size:24px; }
.confirm-panel p{ color:var(--texto-sec); margin-top:12px; font-size:14.5px; }
.confirm-actions{ display:flex; flex-direction:column; gap:12px; margin-top:26px; max-width:340px; margin-left:auto; margin-right:auto; }

/* ============================================================
   Refinamento premium v2
   ============================================================ */
.hero{
  background:
    linear-gradient(180deg, rgba(0,23,46,.30) 0%, rgba(0,23,46,.48) 48%, rgba(0,23,46,.95) 100%),
    url('images/grandvia.jpg') center 55%/cover no-repeat;
}
.hero::after{
  content:''; position:absolute; inset:0; pointer-events:none;
  background:linear-gradient(90deg,rgba(0,23,46,.36),transparent 58%);
}
header{ backdrop-filter:saturate(120%); }
header.solid{ backdrop-filter:blur(14px) saturate(130%); background:rgba(0,23,46,.94); }
.curadoria-strip{ padding:0; background:var(--azul); color:#fff; border-top:1px solid rgba(255,255,255,.08); }
.curadoria-inner{ min-height:210px; display:grid; grid-template-columns:.9fr 1.5fr; gap:54px; align-items:center; }
.curadoria-intro strong{ display:block; font-family:'Fraunces',serif; font-size:clamp(22px,2.8vw,31px); line-height:1.18; margin-top:12px; max-width:18ch; }
.curadoria-steps{ display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.12); border-radius:12px; overflow:hidden; }
.curadoria-steps>div{ background:var(--azul); padding:26px 22px; min-height:130px; }
.curadoria-steps span{ color:var(--laranja); font-family:'Fraunces',serif; font-size:13px; }
.curadoria-steps b{ display:block; font-family:'Fraunces',serif; font-size:16px; margin-top:11px; }
.curadoria-steps small{ display:block; color:rgba(255,255,255,.62); font-size:12px; line-height:1.5; margin-top:6px; }
.cat-tile{ overflow:hidden; }
.cat-tile::before{ content:''; position:absolute; width:100px; height:100px; border-radius:50%; right:-45px; top:-45px; background:rgba(255,111,40,.055); transition:transform .35s ease; }
.cat-tile:hover::before{ transform:scale(1.5); }
.imovel-card .imovel-foto{ transition:transform .5s ease; }
.imovel-card:hover .imovel-foto{ transform:scale(1.015); }
.confirm-panel .selected{ background:var(--azul); color:#fff; }

@media(max-width:800px){
  .curadoria-inner{ grid-template-columns:1fr; gap:28px; padding-top:46px; padding-bottom:46px; }
  .curadoria-steps{ grid-template-columns:1fr; }
  .curadoria-steps>div{ min-height:auto; }
}

/* ============================================================
   Painel administrativo local
   ============================================================ */
.admin-body{ background:#eef2f5; min-height:100vh; }
.admin-shell{ max-width:1320px; margin:0 auto; padding:110px 24px 60px; }
.admin-top{ display:flex; justify-content:space-between; gap:24px; align-items:flex-end; margin-bottom:30px; }
.admin-top h1{ font-size:clamp(30px,4vw,48px); }
.admin-top p{ color:var(--texto-sec); margin-top:8px; }
.admin-badge{ display:inline-flex; gap:8px; align-items:center; padding:8px 12px; border-radius:100px; background:#fff; border:1px solid var(--line); font-size:11px; color:var(--texto-sec); }
.admin-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.metric{ background:#fff; border:1px solid var(--line); border-radius:14px; padding:22px; box-shadow:0 12px 34px rgba(0,23,46,.05); }
.metric span{ font-size:11px; text-transform:uppercase; letter-spacing:.08em; color:var(--texto-sec); }
.metric strong{ display:block; font-family:'Fraunces',serif; font-size:34px; margin-top:9px; }
.admin-panels{ display:grid; grid-template-columns:1.1fr .9fr; gap:18px; margin-top:18px; }
.admin-panel{ background:#fff; border:1px solid var(--line); border-radius:14px; padding:24px; box-shadow:0 12px 34px rgba(0,23,46,.05); overflow:auto; }
.admin-panel h3{ font-size:21px; }
.admin-panel .sub{ color:var(--texto-sec); font-size:12.5px; margin-top:5px; }
.admin-table{ width:100%; border-collapse:collapse; margin-top:18px; font-size:12.5px; min-width:620px; }
.admin-table th,.admin-table td{ padding:12px 10px; border-bottom:1px solid var(--line); text-align:left; }
.admin-table th{ font-size:10px; text-transform:uppercase; letter-spacing:.07em; color:var(--texto-sec); }
.rank-list{ margin-top:18px; display:grid; gap:10px; }
.rank-row{ display:grid; grid-template-columns:1fr auto; gap:12px; align-items:center; padding:12px 0; border-bottom:1px solid var(--line); }
.rank-row b{ font-family:'Fraunces',serif; font-size:14px; }
.rank-row span{ font-size:12px; color:var(--texto-sec); }
.insight-box{ margin-top:18px; padding:18px; border-radius:12px; background:var(--azul); color:#fff; }
.insight-box p{ color:rgba(255,255,255,.76); line-height:1.6; font-size:13px; }
.login-gate{ position:fixed; inset:0; z-index:500; background:linear-gradient(145deg,#00172E,#0a2440); display:flex; align-items:center; justify-content:center; padding:24px; }
.login-card{ width:min(430px,100%); background:#fff; border-radius:16px; padding:32px; box-shadow:0 30px 80px rgba(0,0,0,.28); }
.login-card h2{ font-size:30px; }
.login-card p{ color:var(--texto-sec); font-size:13px; line-height:1.6; margin:10px 0 22px; }
.login-card input{ width:100%; border:1px solid var(--line); border-radius:8px; padding:13px; font:inherit; margin-bottom:12px; }
.login-error{ color:#a3382b; font-size:12px; display:none; margin-bottom:10px; }
@media(max-width:980px){ .admin-grid{grid-template-columns:1fr 1fr}.admin-panels{grid-template-columns:1fr} }
@media(max-width:600px){ .admin-grid{grid-template-columns:1fr}.admin-top{align-items:flex-start;flex-direction:column}.admin-shell{padding-top:90px} }

.hero.hero-gallery{min-height:100svh;padding:118px clamp(18px,4vw,58px) 55px;background:#f4f0e9;color:var(--azul);display:grid;grid-template-columns:minmax(270px,.72fr) minmax(540px,1.5fr);gap:clamp(28px,5vw,76px);align-items:center}.hero.hero-gallery:before,.hero.hero-gallery:after{display:none}.hero-copy{z-index:3}.hero-gallery .hero-id{color:#68727b}.hero-gallery h1{color:var(--azul);font-size:clamp(42px,5.3vw,72px);max-width:9.5ch;letter-spacing:-.035em}.hero-gallery .hero-sub{color:#56616b;max-width:39ch;font-size:15px}.hero-text-link{font-size:12px;color:var(--azul);border-bottom:1px solid #bbb5ac;padding:10px 0}.hero-panels{height:min(67vh,680px);display:flex;gap:6px;overflow:hidden}.hero-property-panel{flex:1;min-width:0;background-size:cover;background-position:center;transform:skewX(-7deg);transition:flex .65s ease;color:#fff;display:flex;flex-direction:column;justify-content:flex-end;padding:28px 20px;overflow:hidden}.hero-property-panel>*{transform:skewX(7deg)}.hero-property-panel:hover{flex:1.55}.hero-property-panel strong{font-family:'Fraunces',serif;font-size:clamp(19px,2vw,28px);line-height:1.05}.hero-property-panel small,.hero-panel-meta{font-size:10px;letter-spacing:.09em;text-transform:uppercase;color:rgba(255,255,255,.75);margin-top:8px}.hero-panel-meta{margin:0 0 8px}.hero-gallery-nav{position:absolute;right:5vw;bottom:20px;display:flex;align-items:center;gap:13px}.hero-gallery-nav>button{width:38px;height:38px;border-radius:50%;border:1px solid #ccc5bc;background:#fff;cursor:pointer}#heroDots{display:flex;gap:7px}#heroDots button{width:6px;height:6px;padding:0;border:0;border-radius:50%;background:#c8c4bd}#heroDots button.active{background:var(--laranja)}@media(max-width:900px){.hero.hero-gallery{grid-template-columns:1fr;padding-top:120px}.hero-panels{height:48vh;min-height:360px}.hero-gallery-nav{position:static;justify-content:center;grid-column:1}}@media(max-width:560px){.hero.hero-gallery{padding-left:16px;padding-right:16px}.hero-panels{height:42vh;min-height:330px}.hero-property-panel:nth-child(n+4){display:none}.hero-property-panel{padding:18px 11px}.hero-property-panel strong{font-size:16px}.hero-panel-meta{display:none}}

/* V7 refinements requested by José Maia */
.hero.hero-gallery{
  background:
    radial-gradient(circle at 74% 24%, rgba(255,111,40,.10), transparent 27%),
    radial-gradient(circle at 38% 82%, rgba(19,73,92,.36), transparent 34%),
    #00172e !important;
  color:#fff !important;
}
.hero-gallery .hero-id{color:rgba(255,255,255,.58)!important}
.hero-gallery h1{color:#fff!important}
.hero-gallery .hero-sub{color:rgba(255,255,255,.69)!important}
.hero-text-link{color:#fff!important;border-color:rgba(255,255,255,.24)!important}
.hero-gallery-nav>button{background:rgba(255,255,255,.08)!important;color:#fff!important;border-color:rgba(255,255,255,.22)!important}
#heroDots button{background:rgba(255,255,255,.30)!important}
#heroDots button.active{background:#ff6f28!important}

/* Compact categories: no long paragraphs or numbered blocks */
.compact-categories{
  padding:90px clamp(22px,5vw,74px);
  background:#f7f8f9;
}
.compact-categories-head{max-width:720px;margin-bottom:34px}
.compact-categories-head .eyebrow{font-size:11px;letter-spacing:.18em;color:#ff6f28;font-weight:700}
.compact-categories-head h2{font-family:'Fraunces',serif;color:#00172e;font-size:clamp(34px,4vw,54px);margin:12px 0 10px;letter-spacing:-.025em}
.compact-categories-head p{color:#66717d;font-size:15px;margin:0}
.compact-category-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.compact-category{
  min-height:92px;
  display:flex;align-items:center;justify-content:space-between;
  background:#fff;border:1px solid #e2e6e9;border-radius:16px;
  padding:0 22px;text-decoration:none;color:#00172e;
  transition:.25s ease;
}
.compact-category span{font-family:'Fraunces',serif;font-size:20px}
.compact-category b{font-size:18px;color:#ff6f28;font-weight:500}
.compact-category:hover{transform:translateY(-3px);border-color:#ff6f28;box-shadow:0 14px 38px rgba(0,23,46,.07)}
@media(max-width:760px){
  .compact-categories{padding:64px 18px}
  .compact-category-grid{grid-template-columns:1fr 1fr}
  .compact-category{min-height:80px;padding:0 16px}
  .compact-category span{font-size:17px}
}

/* Professional portrait in About */
.about-photo-real{
  min-height:540px;border-radius:18px;overflow:hidden;background:#00172e;
}
.about-photo-real img{
  width:100%;height:100%;min-height:540px;display:block;object-fit:cover;object-position:center 22%;
}
@media(max-width:800px){
  .about-photo-real,.about-photo-real img{min-height:440px}
}
