*{box-sizing:border-box}
:root{--navy:#06131d;--navy2:#0a1d29;--gold:#d7a94b;--gold2:#f0c766;--white:#fff;--muted:#71808b;--line:#dfe5e8;--bg:#f7f8f7}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:#13212a;background:#fff}
a{color:inherit;text-decoration:none}
.container{width:min(1180px,92%);margin:auto}
.topbar{position:relative;z-index:10;top:auto;left:auto;right:auto;background:#06131d;border-bottom:1px solid rgba(240,199,102,.14);border:0}
.nav{height:88px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:10px;color:#fff}
.brand-logo-image{display:block;width:128px;height:44px;object-fit:contain;object-position:left center;border:0}
@media(max-width:560px){
 .brand-logo-image{width:120px;height:42px}
}
.brand-mark{width:34px;height:34px;display:grid;place-items:center;border:1px solid rgba(240,199,102,.8);border-radius:7px}
.brand-mark svg{width:23px;height:23px;fill:none;stroke:var(--gold2);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.brand-text{font-size:17px;font-weight:800;letter-spacing:.08em;line-height:1}
.brand-text small{display:block;color:var(--gold2);font-size:8px;letter-spacing:.22em;margin-top:5px}
.main-nav{display:flex;align-items:center;gap:20px;color:#e9eef0;font-size:13px;white-space:nowrap;flex:1;justify-content:flex-end}
.main-nav a{padding:10px 0;position:relative}
.main-nav a.active:after{content:"";position:absolute;height:2px;background:var(--gold2);left:0;right:0;bottom:3px}
.nav-cta{border:1px solid var(--gold2);color:#fff;padding:11px 16px;border-radius:7px;font-size:12px;font-weight:700;white-space:nowrap;flex:none}
.hero{min-height:650px;position:relative;display:flex;align-items:flex-end;overflow:hidden;background:#081720}
.hero-backdrop{position:absolute;inset:0;background:
linear-gradient(90deg,rgba(3,11,16,.92) 0%,rgba(3,11,16,.63) 38%,rgba(3,11,16,.18) 72%,rgba(3,11,16,.45) 100%),
linear-gradient(0deg,rgba(3,11,16,.86) 0%,rgba(3,11,16,.05) 62%),
url("../img/hero-familia-casa.png") center/cover no-repeat}
.hero-content{position:relative;z-index:1;padding:125px 0 42px}
.hero-copy{max-width:650px;color:#fff;margin-bottom:28px;text-shadow:0 2px 18px rgba(0,0,0,.18)}
.eyebrow{display:inline-block;text-transform:uppercase;letter-spacing:.17em;font-size:11px;font-weight:800;color:var(--gold2)}
.eyebrow.dark{color:#a57a25}
.hero h1{font-size:clamp(40px,4.8vw,62px);line-height:1.02;letter-spacing:-.035em;margin:14px 0 18px;font-weight:500}
.hero h1 strong{font-weight:800;display:block}
.hero-copy p{max-width:600px;margin:0;color:#e5ecee;font-size:16px;line-height:1.65}
.search-panel{background:rgba(5,18,27,.96);border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:16px 19px 18px;box-shadow:0 18px 48px rgba(0,0,0,.28);backdrop-filter:blur(8px)}
.search-tabs{display:flex;gap:24px;color:#aab7be;font-size:12px;font-weight:700;padding:0 2px 15px}
.search-tabs span{position:relative}
.search-tabs .selected{color:var(--gold2)}
.search-tabs .selected:after{content:"";position:absolute;left:0;right:0;bottom:-9px;height:2px;background:var(--gold2)}
.search-fields{display:grid;grid-template-columns:1.55fr 1fr 1.1fr 1.1fr auto;gap:10px;align-items:end}
.search-field{display:block}
.search-field span{display:block;color:#cbd5d9;font-size:10px;font-weight:700;margin:0 0 7px}
.search-field input,.search-field select{width:100%;height:45px;padding:0 13px;border:1px solid #31424d;border-radius:6px;background:#0c202c;color:#f5f7f8;font:inherit;font-size:12px;outline:none}
.search-field input::placeholder{color:#7f8d94}
.search-field select{appearance:auto}
.search-button{height:45px;border:0;border-radius:6px;background:var(--gold2);color:#151b1e;padding:0 21px;font-weight:800;font-size:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px}
.search-button svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
.section{padding:78px 0}
.listings{background:#fff}
.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin-bottom:30px}
.section-head h2{font-size:34px;line-height:1.1;margin:8px 0 8px;letter-spacing:-.025em}
.section-head p{margin:0;color:var(--muted);font-size:14px}
.results-count{color:#75828a;font-size:12px;border:1px solid var(--line);border-radius:20px;padding:8px 13px}
.property-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.property-card{border:1px solid #e1e6e8;background:#fff;border-radius:10px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}
.property-card:hover{transform:translateY(-4px);box-shadow:0 14px 35px rgba(8,24,34,.12)}
.property-photo{height:215px;background:#dfe6e8;display:block;position:relative;overflow:hidden}
.property-photo img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}
.property-card:hover .property-photo img{transform:scale(1.035)}
.property-badge{position:absolute;left:12px;top:12px;background:var(--gold2);color:#172027;border-radius:4px;padding:6px 9px;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}
.property-badge.rent{background:#d9e9ef;color:#17303c}
.property-favorite{position:absolute;right:11px;top:10px;width:31px;height:31px;border-radius:50%;display:grid;place-items:center;background:rgba(4,14,21,.72);color:#fff;font-size:20px;line-height:1}
.property-body{padding:15px 15px 14px}
.property-type{color:#8a9499;font-size:9px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.property-type span{margin:0 3px;color:#c0c7ca}
.property-body h3{font-size:16px;line-height:1.25;margin:8px 0 7px}
.property-body h3 a:hover{color:#9b7428}
.property-location{display:flex;align-items:center;gap:5px;color:#6f7d84;font-size:11px;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.property-location svg{width:13px;height:13px;flex:none;fill:none;stroke:#9b7428;stroke-width:1.7}
.property-features{display:flex;flex-wrap:wrap;gap:7px 10px;border-top:1px solid #edf0f1;margin-top:13px;padding-top:12px;color:#77838a;font-size:10px}
.property-features b{color:#28383f;font-weight:800}
.property-footer{display:flex;align-items:center;justify-content:space-between;margin-top:15px}
.property-footer strong{font-size:17px;letter-spacing:-.02em}
.property-footer>a{width:31px;height:31px;border-radius:50%;background:var(--gold2);display:grid;place-items:center}
.property-footer svg{width:15px;height:15px;fill:none;stroke:#172027;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.empty-state{border:1px dashed #cbd4d8;padding:45px;text-align:center;border-radius:12px}
.empty-state h3{margin:0 0 8px}
.empty-state p{color:var(--muted)}
.button{display:inline-block;border:0;border-radius:7px;background:var(--navy);color:#fff;padding:13px 18px;font-weight:800;font-size:12px}
.trust-strip{background:var(--navy);color:#fff;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.trust-item{min-height:96px;display:flex;align-items:center;gap:13px;padding:16px 20px;border-right:1px solid rgba(255,255,255,.08)}
.trust-item:last-child{border-right:0}
.trust-icon{width:34px;height:34px;border:1px solid rgba(215,169,75,.65);border-radius:50%;display:grid;place-items:center;color:var(--gold2);font-size:18px}
.trust-item strong{display:block;font-size:12px}
.trust-item small{display:block;color:#8f9da4;font-size:10px;margin-top:4px}
.about-section{background:#f6f7f6;padding:80px 0}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px}
.about-grid h2{font-size:36px;line-height:1.15;letter-spacing:-.025em;margin:10px 0 0;max-width:610px}
.about-grid p{color:#65747b;line-height:1.75;font-size:15px;margin:0 0 18px}
.text-link{font-size:13px;font-weight:800;color:#876522}
.text-link span{margin-left:7px}
.contact-section{padding:70px 0;background:#fff}
.contact-box{background:linear-gradient(120deg,#071620,#102733);border-radius:13px;padding:38px 42px;display:flex;align-items:center;justify-content:space-between;gap:30px;color:#fff}
.contact-box h2{font-size:29px;margin:8px 0 6px}
.contact-box p{color:#aab7bd;margin:0;font-size:14px}
.gold-button{background:var(--gold2);color:#172027;white-space:nowrap}
footer{background:#06131d;color:#8e9aa0;font-size:10px}
.footer-inner{min-height:75px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.footer-brand{color:#fff;font-weight:800;letter-spacing:.08em}
.footer-brand span{color:var(--gold2);font-size:8px;letter-spacing:.18em;margin-left:5px}
@media(max-width:1050px){
 .nav{gap:14px}
 .brand-logo-image{width:118px;height:42px}
 .main-nav{gap:13px;font-size:12px}
 .nav-cta{padding:10px 13px;font-size:11px}
 .search-fields{grid-template-columns:1fr 1fr 1fr}
 .search-button{grid-column:1/-1}
 .property-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:820px){
 .main-nav{display:none}
 .nav{height:74px}
 .hero{min-height:720px}
 .hero-content{padding-top:105px}
 .hero h1{font-size:46px}
 .property-grid{grid-template-columns:repeat(2,1fr)}
 .trust-grid{grid-template-columns:1fr 1fr}
 .trust-item:nth-child(2){border-right:0}
 .trust-item:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.08)}
 .about-grid{grid-template-columns:1fr;gap:25px}
}
@media(max-width:560px){
 .container{width:min(94%,1180px)}
 .nav-cta{padding:9px 12px;font-size:10px}
 .brand-text{font-size:14px}
 .hero{min-height:820px}
 .hero-content{padding:95px 0 26px}
 .hero h1{font-size:38px}
 .hero-copy p{font-size:15px}
 .search-panel{padding:15px}
 .search-fields{grid-template-columns:1fr}
 .search-button{grid-column:auto}
 .section{padding:58px 0}
 .section-head{align-items:flex-start;flex-direction:column;margin-bottom:22px}
 .section-head h2{font-size:29px}
 .property-grid{grid-template-columns:1fr}
 .property-photo{height:235px}
 .trust-grid{grid-template-columns:1fr}
 .trust-item{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.08)!important}
 .trust-item:last-child{border-bottom:0!important}
 .contact-box{padding:28px 24px;display:block}
 .contact-box h2{font-size:25px}
 .gold-button{margin-top:20px}
 .footer-inner{padding:22px 0;display:block}
 .footer-inner>div+div{margin-top:8px}
}

/* FASE 3 — busca avançada */
.search-panel-advanced{padding-bottom:18px}
.search-tabs a{color:#aab7be;text-decoration:none;position:relative;font-size:12px;font-weight:700}
.search-tabs a:hover{color:#fff}
.search-fields-main{grid-template-columns:1.55fr 1fr 1.1fr 1.1fr auto}
.search-fields-secondary{display:grid;grid-template-columns:1fr 1fr 1fr 1.7fr;gap:10px;margin-top:10px;padding-top:11px;border-top:1px solid rgba(255,255,255,.08);align-items:end}
.search-secondary-actions{display:flex;align-items:end;justify-content:flex-end;height:45px}
.clear-search{color:#cbd5d9;text-decoration:none;font-size:11px;font-weight:700;padding:0 4px 13px}
.clear-search:hover{color:var(--gold2)}
.results-count{white-space:nowrap}
@media(max-width:1050px){
 .search-fields-main{grid-template-columns:1fr 1fr 1fr}
 .search-fields-main .search-field-wide{grid-column:1/-1}
 .search-fields-secondary{grid-template-columns:1fr 1fr 1fr}
 .search-secondary-actions{grid-column:1/-1;justify-content:flex-start}
}
@media(max-width:560px){
 .search-fields-main,.search-fields-secondary{grid-template-columns:1fr}
 .search-fields-main .search-field-wide{grid-column:auto}
 .search-secondary-actions{grid-column:auto;justify-content:flex-start}
 .search-tabs{gap:15px;flex-wrap:wrap}
 .clear-search{padding-bottom:4px}
}

/* HOME — conteúdo institucional e comercial */
.hero-actions{display:flex;gap:22px;flex-wrap:wrap;margin-top:25px}.hero-link{color:#fff;font-size:12px;font-weight:800;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.45)}.hero-link:hover{color:var(--gold2);border-color:var(--gold2)}.hero-link.primary{color:var(--gold2);border-color:var(--gold2)}.hero-link span{margin-left:7px}
.section-more{text-align:center;margin-top:30px}.outline-button{background:#fff!important;color:var(--navy)!important;border:1px solid #cfd8dc}.outline-button:hover{border-color:var(--gold);color:#8b6826!important}
.profile-section{padding:82px 0;background:#fff}.section-head.centered{display:block;text-align:center;margin-bottom:34px}.section-head.centered>div{max-width:720px;margin:auto}.section-head.centered h2{margin-top:9px}.profile-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.profile-card{display:block;border:1px solid #e1e6e8;border-radius:10px;padding:27px 24px;min-height:235px;transition:.2s;background:#fff}.profile-card:hover{transform:translateY(-4px);box-shadow:0 14px 35px rgba(8,24,34,.1);border-color:#d6c18f}.profile-number{display:block;color:#a57a25;font-size:10px;font-weight:900;letter-spacing:.12em;margin-bottom:26px}.profile-card h3{font-size:22px;margin:0 0 10px}.profile-card p{color:#68767d;font-size:13px;line-height:1.65;margin:0 0 18px}.profile-card>span:last-child{font-size:11px;font-weight:800;color:#876522}
.announce-section{padding:82px 0;background:#f6f7f6}.announce-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.announce-grid h2,.location-box h2{font-size:36px;line-height:1.15;letter-spacing:-.025em;margin:10px 0}.announce-grid p,.location-box p{color:#65747b;line-height:1.75;font-size:15px}.announce-actions{display:flex;align-items:center;gap:22px;flex-wrap:wrap;margin-top:23px}
.location-section{padding:72px 0;background:var(--navy)}.location-box{display:flex;align-items:center;justify-content:space-between;gap:45px;color:#fff}.location-box h2{color:#fff;max-width:720px}.location-box p{color:#aebbc1;max-width:720px;margin-bottom:0}.location-box .gold-button{flex:none}
.final-cta{padding:82px 0;background:#eef0ee;text-align:center}.final-cta .container{max-width:800px}.final-cta h2{font-size:40px;line-height:1.12;letter-spacing:-.03em;margin:10px 0 13px}.final-cta p{color:#65747b;font-size:15px;line-height:1.7;margin:0 auto 25px}.final-cta .button{margin:4px 5px}
.light-button{background:#fff!important;color:var(--navy)!important;border:1px solid #ccd5d8}.light-button:hover{border-color:var(--gold)}
.footer-main{display:grid;grid-template-columns:.75fr 1.75fr;gap:60px;padding:48px 0 38px}.footer-brand{color:#fff;font-size:14px;font-weight:900;letter-spacing:.08em}.footer-main p{color:#7f8c93;font-size:11px;line-height:1.6;max-width:270px}.footer-links{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.footer-links div{display:flex;flex-direction:column;gap:8px}.footer-links strong{color:#fff;font-size:10px;margin-bottom:5px;text-transform:uppercase;letter-spacing:.08em}.footer-links a,.footer-links span{color:#7f8c93;font-size:10px}.footer-links a:hover{color:var(--gold2)}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:17px 0;color:#69777e;font-size:9px}
@media(max-width:1050px){.profile-grid{grid-template-columns:repeat(2,1fr)}.footer-main{grid-template-columns:1fr}.footer-links{grid-template-columns:repeat(4,1fr)}}
@media(max-width:820px){.announce-grid{grid-template-columns:1fr;gap:25px}.location-box{display:block}.location-box .gold-button{margin-top:24px}.footer-links{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.hero-actions{gap:15px;flex-direction:column;align-items:flex-start}.profile-grid{grid-template-columns:1fr}.profile-card{min-height:0}.announce-grid h2,.location-box h2{font-size:30px}.final-cta h2{font-size:31px}.footer-links{grid-template-columns:1fr 1fr}.footer-main{padding-bottom:30px}}
