:root{
--dark:#08111f;
--dark2:#0d1b2e;
--gold:#d7aa55;
--gold2:#f2d58a;
--muted:#657083;
--soft:#f5f7fb;
--white:#ffffff;
--radius:28px;
}

*{
font-family:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
box-sizing:border-box;
}

html,
body{
width:100%;
max-width:100%;
overflow-x:hidden !important;
margin:0;
padding:0;
}

body{
background:#fff;
color:var(--dark);
overflow-x:hidden !important;
position:relative;
}

/* Bootstrap grid preservado: não force .container/.row globalmente.
   Isso evita quebrar gutters, colunas e responsividade. */

img{
max-width:100%;
height:auto;
display:block;
}

a{
text-decoration:none;
}

.navbar{
transition:.25s ease;
background:rgba(8,17,31,.78);
backdrop-filter:blur(16px);
padding:8px 0 !important;
min-height:auto;
}

.navbar.scrolled{
background:rgba(8,17,31,.96);
box-shadow:0 15px 35px rgba(0,0,0,.16);
padding:6px 0 !important;
}

.navbar-brand{
padding:0;
margin:0;
display:flex;
align-items:center;
}

.navbar-brand img{
height:52px !important;
width:auto;
object-fit:contain;
display:block;
}

.navbar-nav .nav-link{
font-weight:600;
font-size:.95rem;
padding:.55rem .75rem !important;
}

.navbar-toggler{
padding:.4rem .55rem;
border-radius:12px;
}

@media(max-width:991px){

.navbar{
padding:6px 0 !important;
}

.navbar-brand img{
height:42px !important;
}

.navbar-collapse{
background:rgba(8,17,31,.98);
border-radius:18px;
padding:16px;
margin-top:10px;
}

}

.btn-gold{
background:linear-gradient(135deg,var(--gold),var(--gold2));
color:#111;
border:0;
font-weight:800;
border-radius:999px;
padding:12px 22px;
/*box-shadow:0 18px 34px rgba(215,170,85,.28);*/
}

.btn-gold:hover{
transform:translateY(-2px);
color:#111;
}

.btn-glass{
background:rgba(255,255,255,.11);
color:#fff;
border:1px solid rgba(255,255,255,.18);
border-radius:999px;
padding:12px 20px;
font-weight:700;
}

.hero{
min-height:100vh;
position:relative;
overflow:hidden;
background:
linear-gradient(120deg,rgba(8,17,31,.92),rgba(8,17,31,.58)),
url('https://adrianopolesso.com.br/wp-content/uploads/2026/03/25c8b903-effc-43cd-a9fb-26f3b3338524.jpeg') center/cover no-repeat;
display:flex;
align-items:center;
padding-top:95px;
}

.hero:after{
content:'';
position:absolute;
inset:auto 0 0 0;
height:160px;
background:linear-gradient(0deg,#fff,rgba(255,255,255,0));
}

.hero-content{
position:relative;
z-index:2;
overflow:hidden;
}

.badge-premium{
display:inline-flex;
align-items:center;
gap:8px;
padding:8px 14px;
border-radius:999px;
background:rgba(255,255,255,.12);
border:1px solid rgba(255,255,255,.18);
color:#fff;
font-size:.9rem;
}

.hero h1{
font-size:clamp(2.6rem,7vw,6.5rem);
line-height:.92;
font-weight:900;
letter-spacing:-.06em;
color:#fff;
}

.hero p{
color:rgba(255,255,255,.82);
font-size:1.15rem;
max-width:650px;
}

.hero-agent{
position:relative;
min-height:620px;
display:flex;
align-items:flex-end;
justify-content:center;
overflow:hidden;
}

.hero-agent:before{
content:'';
position:absolute;
left:50%;
bottom:35px;
transform:translateX(-50%);
width:430px;
height:430px;
border-radius:50%;
background:radial-gradient(circle,rgba(215,170,85,.42),rgba(215,170,85,.12) 48%,transparent 70%);
}

.hero-profile{
position:relative;
z-index:2;
width:100%;
max-width:430px;
height:auto;
display:block;
filter:drop-shadow(0 38px 45px rgba(0,0,0,.48));
}

.agent-tag{
position:absolute;
z-index:3;
left:50%;
transform:translateX(-50%);
bottom:60px;
background:rgba(255,255,255,.94);
border-radius:24px;
padding:16px 18px;
box-shadow:0 24px 60px rgba(0,0,0,.26);
text-align:center;
max-width:90%;
}

.search-card{
background:rgba(255,255,255,.96);
border-radius:32px;
padding:22px;
box-shadow:0 30px 90px rgba(0,0,0,.35);
overflow:hidden;
width:100%;
max-width:100%;
}

.form-control,
.form-select{
height:54px;
border-radius:18px;
border:1px solid #e5e8ef;
background:#f9fafc;
font-weight:600;
}

.section{
padding:100px 0;
overflow:hidden;
}

.section-title{
font-size:clamp(2rem,4vw,3.8rem);
font-weight:900;
letter-spacing:-.05em;
}

.property-card{
border:0;
border-radius:30px;
overflow:hidden;
background:#fff;
box-shadow:0 20px 55px rgba(8,17,31,.08);
transition:.25s ease;
height:100%;
max-width:100%;
}

.property-img{
height:265px;
width:100%;
object-fit:cover;
display:block;
}

.feature-card{
background:#fff;
border-radius:30px;
padding:32px;
height:100%;
overflow:hidden;
}

.cta-box{
border-radius:42px;
padding:70px 45px;
overflow:hidden;
position:relative;
}

.footer{
background:#050b14;
color:#aeb8c8;
padding:60px 0 25px;
overflow:hidden;
}

.whats-float{
position:fixed;
right:22px;
bottom:22px;
z-index:1000;
width:62px;
height:62px;
border-radius:50%;
display:grid;
place-items:center;
background:#25d366;
color:#fff;
font-size:2rem;
}

@media(max-width:991px){

.container{
padding-left:18px;
padding-right:18px;
}

.navbar-brand img{
height:58px!important;
}

.navbar-collapse{
background:rgba(8,17,31,.97);
border-radius:22px;
margin-top:14px;
padding:18px;
}

.hero{
min-height:auto;
padding:115px 0 55px;
}

.hero h1{
font-size:clamp(2.25rem,12vw,4rem);
line-height:1;
}

.hero p{
font-size:1rem;
}

.hero-agent{
min-height:360px;
margin-top:10px;
}

.hero-profile{
max-width:300px;
}

.agent-tag{
bottom:18px;
padding:12px 15px;
border-radius:18px;
}

.search-card{
border-radius:24px;
padding:18px;
}

.btn-lg{
width:100%;
justify-content:center;
}

.section{
padding:62px 0;
}

.property-img{
height:220px;
}

.cta-box{
padding:38px 22px;
border-radius:30px;
}

.whats-float{
right:15px;
bottom:15px;
width:56px;
height:56px;
font-size:1.7rem;
}

}

@media(min-width:992px) and (max-width:1400px){

.container{
padding-left:20px;
padding-right:20px;
}

.hero{
overflow:hidden;
}

.hero h1{
font-size:4.6rem;
}

.hero-agent{
min-height:520px;
}

.hero-profile{
max-width:360px;
}

.search-card{
overflow:hidden;
}

}

@media(max-width:575px){

.navbar-brand img{
height:48px!important;
}

.hero{
padding-top:92px;
}

.hero h1{
font-size:2.55rem;
}

.hero-profile{
max-width:260px;
}

.agent-tag{
font-size:.86rem;
bottom:8px;
}

.property-img{
height:215px;
}

.feature-card{
padding:24px;
}

}


.logo-navbar{
height:52px;
width:auto;
object-fit:contain;
display:block;
}

@media(max-width:991px){
.logo-navbar{
height:42px;
}
}


.footer{
background:
radial-gradient(circle at top right,rgba(215,170,85,.14),transparent 30%),
linear-gradient(135deg,#050b14,#08111f);
color:#d2dae7;
padding:0;
}

.footer-top{
position:relative;
z-index:2;
}

.footer-logo{
height:70px;
width:auto;
}

.footer-text{
color:#9da9bc;
line-height:1.8;
font-size:1rem;
max-width:340px;
}

.footer-title{
color:#fff;
font-weight:800;
margin-bottom:24px;
font-size:1.1rem;
}

.footer-links{
list-style:none;
padding:0;
margin:0;
display:flex;
flex-direction:column;
gap:14px;
}

.footer-links li a{
color:#9da9bc;
transition:.25s ease;
font-weight:500;
}

.footer-links li a:hover{
color:#fff;
padding-left:6px;
}

.footer-social{
width:46px;
height:46px;
border-radius:16px;
display:flex;
align-items:center;
justify-content:center;
background:rgba(255,255,255,.06);
border:1px solid rgba(255,255,255,.08);
color:#fff;
font-size:1.2rem;
transition:.25s ease;
}

.footer-social:hover{
background:linear-gradient(135deg,var(--gold),var(--gold2));
color:#111;
transform:translateY(-4px);
}

.footer-map{
overflow:hidden;
border-radius:24px;
height:240px;
border:1px solid rgba(255,255,255,.08);
box-shadow:0 18px 40px rgba(0,0,0,.25);
}

.footer-map iframe{
width:100%;
height:100%;
border:0;
filter:grayscale(.2) contrast(1.1);
}

.footer-contact{
display:flex;
flex-direction:column;
gap:14px;
}

.footer-contact-item{
display:flex;
align-items:center;
gap:12px;
color:#c3cede;
font-weight:500;
}

.footer-contact-item i{
color:var(--gold2);
font-size:1.1rem;
}

.footer-bottom{
border-top:1px solid rgba(255,255,255,.08);
padding:22px 0;
margin-top:20px;
}

.footer-bottom p{
color:#8f9bad;
font-size:.95rem;
}

.footer-dev{
font-weight:600;
}

@media(max-width:991px){

.footer{
text-align:center;
}

.footer-text{
margin:auto;
}

.footer-contact-item{
justify-content:center;
}

.footer-logo{
height:58px;
}

.footer-map{
height:220px;
}

}




:root{
--dark:#08111f;
--gold:#d7aa55;
--gold2:#f2d58a;
--muted:#718096;
}

*{
font-family:'Inter',sans-serif;
box-sizing:border-box;
}

html,
body{
overflow-x:hidden;
background:#f7f9fc;
color:#111827;
}

a{
text-decoration:none;
}

.navbar{
background:rgba(8,17,31,.92);
backdrop-filter:blur(16px);
padding:8px 0;
}

.logo-navbar{
height:52px;
width:auto;
}

.page-hero{
padding-top:110px;
padding-bottom:40px;
background:#08111f;
color:#fff;
}

.breadcrumb-custom{
display:flex;
gap:10px;
flex-wrap:wrap;
font-size:.95rem;
opacity:.8;
margin-bottom:18px;
}

.breadcrumb-custom a{
color:#d7aa55;
}

.page-title{
font-size:clamp(2.2rem,5vw,4.8rem);
font-weight:900;
line-height:.95;
letter-spacing:-.05em;
}

.page-subtitle{
font-size:1.1rem;
opacity:.8;
max-width:700px;
}

.gallery-main{
height:560px;
width:100%;
object-fit:cover;
border-radius:36px;
}

.gallery-thumb{
height:120px;
width:100%;
object-fit:cover;
border-radius:22px;
cursor:pointer;
transition:.25s ease;
}

.gallery-thumb:hover{
transform:translateY(-4px);
}

.info-card{
background:#fff;
border-radius:32px;
padding:35px;
box-shadow:0 20px 60px rgba(8,17,31,.08);
height:100%;
}

.price-box{
background:linear-gradient(135deg,var(--gold),var(--gold2));
padding:20px 24px;
border-radius:24px;
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:25px;
}

.price-box h2{
margin:0;
font-size:2rem;
font-weight:900;
color:#111;
}

.price-box span{
font-weight:700;
color:#111;
}

.property-meta{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:18px;
margin-bottom:28px;
}

.meta-item{
background:#f8fafc;
border-radius:22px;
padding:18px;
}

.meta-item i{
font-size:1.4rem;
color:var(--gold);
margin-bottom:8px;
display:block;
}

.meta-item strong{
display:block;
font-size:1.1rem;
}

.meta-item small{
color:var(--muted);
}

.section-card{
background:#fff;
border-radius:32px;
padding:35px;
box-shadow:0 20px 60px rgba(8,17,31,.08);
margin-bottom:28px;
}

.section-title{
font-size:2rem;
font-weight:900;
margin-bottom:25px;
letter-spacing:-.03em;
}

.features-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:18px;
}

.feature-item{
display:flex;
align-items:center;
gap:12px;
background:#f8fafc;
padding:16px;
border-radius:18px;
}

.feature-item i{
color:var(--gold);
font-size:1.2rem;
}

.agent-card{
background:#08111f;
color:#fff;
border-radius:32px;
padding:35px;
position:sticky;
top:120px;
overflow:hidden;
}

.agent-card:before{
content:'';
position:absolute;
right:-60px;
top:-60px;
width:180px;
height:180px;
border-radius:50%;
background:rgba(215,170,85,.18);
}

.agent-photo{
width:110px;
height:110px;
border-radius:28px;
object-fit:cover;
margin-bottom:20px;
border:3px solid rgba(255,255,255,.08);
}

.agent-card h4{
font-weight:900;
margin-bottom:6px;
}

.agent-card p{
opacity:.8;
margin-bottom:28px;
}

.agent-card .btn-gold{
background:linear-gradient(135deg,var(--gold),var(--gold2));
border:none;
color:#111;
font-weight:800;
border-radius:999px;
padding:15px 24px;
width:100%;
font-size:1rem;
}

.agent-card .btn-gold:hover{
color:#111;
transform:translateY(-2px);
}

.map-box{
border-radius:30px;
overflow:hidden;
height:350px;
}

.map-box iframe{
width:100%;
height:100%;
border:0;
}

.related-card{
background:#fff;
border-radius:28px;
overflow:hidden;
box-shadow:0 20px 55px rgba(8,17,31,.08);
height:100%;
transition:.25s ease;
}

.related-card:hover{
transform:translateY(-6px);
}

.related-card img{
height:240px;
width:100%;
object-fit:cover;
}

.related-body{
padding:24px;
}

.related-price{
font-size:1.4rem;
font-weight:900;
color:#111;
}

.footer{
background:#050b14;
padding:70px 0 25px;
color:#aeb8c8;
margin-top:0px;
}

@media(max-width:991px){

.page-hero{
padding-top:90px;
}

.gallery-main{
height:340px;
border-radius:24px;
}

.gallery-thumb{
height:90px;
}

.property-meta{
grid-template-columns:1fr;
}

.features-grid{
grid-template-columns:1fr;
}

.section-card,
.info-card,
.agent-card{
padding:24px;
border-radius:24px;
}

.agent-card{
position:relative;
top:auto;
margin-top:25px;
}

.page-title{
font-size:2.8rem;
}

}

.footer{
background:
radial-gradient(circle at top right,rgba(215,170,85,.14),transparent 30%),
linear-gradient(135deg,#050b14,#08111f);
color:#d2dae7;
padding:0;
/*margin-top:90px;*/
}

.footer-top{
position:relative;
z-index:2;
}

.footer-logo{
height:70px;
width:auto;
}

.footer-text{
color:#9da9bc;
line-height:1.8;
font-size:1rem;
max-width:340px;
}

.footer-title{
color:#fff;
font-weight:800;
margin-bottom:24px;
font-size:1.1rem;
}

.footer-links{
list-style:none;
padding:0;
margin:0;
display:flex;
flex-direction:column;
gap:14px;
}

.footer-links li a{
color:#9da9bc;
transition:.25s ease;
font-weight:500;
}

.footer-links li a:hover{
color:#fff;
padding-left:6px;
}

.footer-social{
width:46px;
height:46px;
border-radius:16px;
display:flex;
align-items:center;
justify-content:center;
background:rgba(255,255,255,.06);
border:1px solid rgba(255,255,255,.08);
color:#fff;
font-size:1.2rem;
transition:.25s ease;
}

.footer-social:hover{
background:linear-gradient(135deg,var(--gold),var(--gold2));
color:#111;
transform:translateY(-4px);
}

.footer-map{
overflow:hidden;
border-radius:24px;
height:240px;
border:1px solid rgba(255,255,255,.08);
box-shadow:0 18px 40px rgba(0,0,0,.25);
}

.footer-map iframe{
width:100%;
height:100%;
border:0;
filter:grayscale(.2) contrast(1.1);
}

.footer-contact{
display:flex;
flex-direction:column;
gap:14px;
}

.footer-contact-item{
display:flex;
align-items:center;
gap:12px;
color:#c3cede;
font-weight:500;
}

.footer-contact-item i{
color:var(--gold2);
font-size:1.1rem;
}

.footer-bottom{
border-top:1px solid rgba(255,255,255,.08);
padding:22px 0;
margin-top:20px;
}

.footer-bottom p{
color:#8f9bad;
font-size:.95rem;
}

.footer-dev{
font-weight:600;
}

@media(max-width:991px){

.footer{
text-align:center;
}

.footer-text{
margin:auto;
}

.footer-contact-item{
justify-content:center;
}

.footer-logo{
height:58px;
}

.footer-map{
height:220px;
}

}


.contact-page{
background:#f7f9fc;
padding:120px 0 80px;
}

.contact-badge{
display:inline-flex;
align-items:center;
gap:8px;
background:#fff3cd;
color:#111;
border-radius:999px;
padding:9px 16px;
font-weight:800;
margin-bottom:18px;
}

.contact-title{
font-size:clamp(2.4rem,5vw,5rem);
font-weight:950;
letter-spacing:-.06em;
line-height:.95;
color:#08111f;
}

.contact-text{
font-size:1.12rem;
line-height:1.8;
color:#5d687a;
}

.contact-card{
background:#fff;
border-radius:34px;
padding:38px;
box-shadow:0 22px 70px rgba(8,17,31,.10);
height:100%;
}

.contact-info{
background:
radial-gradient(circle at top right,rgba(215,170,85,.18),transparent 34%),
linear-gradient(135deg,#050b14,#08111f);
color:#fff;
border-radius:34px;
padding:38px;
height:100%;
position:relative;
overflow:hidden;
}

.info-item{
display:flex;
gap:16px;
margin-bottom:24px;
}

.info-icon{
width:54px;
height:54px;
border-radius:18px;
background:linear-gradient(135deg,#d7aa55,#f2d58a);
color:#111;
display:flex;
align-items:center;
justify-content:center;
font-size:1.35rem;
flex:0 0 54px;
}

.info-item strong{
display:block;
font-weight:900;
margin-bottom:4px;
}

.info-item span,
.info-item a{
color:#c8d1df;
text-decoration:none;
}

.form-label{
font-weight:800;
color:#08111f;
}

.contact-card .form-control,
.contact-card .form-select{
height:56px;
border-radius:18px;
border:1px solid #e4e8f0;
background:#f9fafc;
font-weight:600;
}

.contact-card textarea.form-control{
height:auto;
min-height:145px;
padding-top:16px;
}

.btn-contact{
background:linear-gradient(135deg,#d7aa55,#f2d58a);
border:0;
color:#111;
font-weight:900;
border-radius:999px;
padding:15px 28px;
}

.map-box{
height:360px;
border-radius:32px;
overflow:hidden;
box-shadow:0 18px 55px rgba(8,17,31,.10);
}

.map-box iframe{
width:100%;
height:100%;
border:0;
}

@media(max-width:991px){
.contact-page{
padding:95px 0 55px;
}

.contact-card,
.contact-info{
padding:26px;
border-radius:26px;
}

.contact-title{
font-size:2.8rem;
}
}


.heroSw{
min-height:100vh;
height:100vh;
overflow:hidden;
position:relative;
}

#heroSwCarousel,
#heroSwCarousel .carousel-inner,
#heroSwCarousel .carousel-item{
height:100%;
}

#heroSwCarousel{
position:absolute;
inset:0;
z-index:1;
}

#heroSwCarousel .carousel-item{
position:relative;
}

#heroSwCarousel .carousel-item img{
object-fit:cover;
}

.heroSw-overlay{
position:absolute;
inset:0;
background:linear-gradient(
90deg,
rgba(0,0,0,.78) 0%,
rgba(0,0,0,.52) 45%,
rgba(0,0,0,.28) 100%
);
z-index:2;
pointer-events:none;
}

.heroSw-content{
z-index:3;
pointer-events:none;
}

.heroSw-content a,
.heroSw-content button{
pointer-events:auto;
}

.heroSw-row{
min-height:100vh;
}

.heroSw-profile{
max-height:700px;
width:auto;
max-width:100%;
}

#heroSwCarousel .carousel-control-prev,
#heroSwCarousel .carousel-control-next{
z-index:20;
width:8%;
pointer-events:auto;
}

#heroSwCarousel .carousel-control-prev-icon,
#heroSwCarousel .carousel-control-next-icon{
filter:drop-shadow(0 4px 10px rgba(0,0,0,.7));
}

@media(max-width:991px){

.heroSw{
height:100vh;
min-height:100vh;
}

.heroSw-content{
padding-top:88px;
padding-left:18px;
padding-right:18px;
}

.heroSw-row{
min-height:100vh;
height:100%;
text-align:center;
align-content:flex-start;
}

.heroSw-content .col-lg-7{
padding:0;
margin-top:18px;
}

.badge-premium{
display:none;
}

.heroSw h1{
font-size:2.25rem;
line-height:1.12;
margin-bottom:18px !important;
letter-spacing:-.03em;
}

.heroSw .lead{
font-size:1.02rem;
line-height:1.5;
margin-bottom:24px !important;
font-weight:600;
}

.heroSw .d-flex{
flex-direction:column;
gap:12px !important;
}

.heroSw .btn{
width:100%;
border-radius:999px;
padding:14px 20px;
font-size:1rem;
font-weight:800;
}

.heroSw-profile{
max-height:310px;
max-width:86%;
margin-top:18px;
}

#heroSwCarousel .carousel-control-prev,
#heroSwCarousel .carousel-control-next{
width:38px;
opacity:.38;
z-index:30;
}

#heroSwCarousel .carousel-control-prev{
left:0;
}

#heroSwCarousel .carousel-control-next{
right:0;
}

.heroSw-overlay{
background:linear-gradient(
180deg,
rgba(0,0,0,.86) 0%,
rgba(0,0,0,.74) 45%,
rgba(0,0,0,.92) 100%
);
}
}

@media(max-width:420px){

.heroSw-content{
padding-top:78px;
}

.heroSw h1{
font-size:2rem;
}

.heroSw .lead{
font-size:.98rem;
}

.heroSw-profile{
max-height:285px;
max-width:88%;
}
}


@media(max-width:991px){

.heroSw{
height:100svh;
min-height:640px;
}

.heroSw-content{
height:100%;
padding:72px 26px 0 26px;
}

.heroSw-row{
height:100%;
min-height:0;
display:flex;
flex-direction:column;
justify-content:space-between;
align-items:center;
text-align:center;
}

.heroSw-content .col-lg-7,
.heroSw-content .col-lg-5{
width:100%;
padding:0;
}

.heroSw h1{
font-size:clamp(1.65rem, 7vw, 2.2rem);
line-height:1.08;
max-width:330px;
margin:0 auto 14px auto !important;
}

.heroSw .lead{
font-size:clamp(.9rem, 3.8vw, 1rem);
line-height:1.45;
max-width:320px;
margin:0 auto 22px auto !important;
font-weight:700;
}

.heroSw .d-flex{
width:100%;
max-width:310px;
margin:0 auto;
flex-direction:column;
gap:12px !important;
}

.heroSw .btn{
width:100%;
border-radius:999px;
padding:13px 18px;
font-size:.98rem;
font-weight:900;
}

.badge-premium{
display:none;
}

.heroSw-profile{
display:block;
max-height:38svh;
max-width:88%;
width:auto;
margin:0 auto;
object-fit:contain;
}

.heroSw-profile-col{
margin-top:auto;
display:flex;
justify-content:center;
align-items:flex-end;
padding-bottom:0;
}

#heroSwCarousel .carousel-control-prev,
#heroSwCarousel .carousel-control-next{
display:none;
}

.heroSw-overlay{
background:linear-gradient(
180deg,
rgba(0,0,0,.88) 0%,
rgba(0,0,0,.74) 42%,
rgba(0,0,0,.94) 100%
);
}
}

@media(max-width:380px){

.heroSw{
min-height:600px;
}

.heroSw-content{
padding-top:62px;
padding-left:22px;
padding-right:22px;
}

.heroSw h1{
font-size:1.55rem;
}

.heroSw .lead{
font-size:.86rem;
margin-bottom:18px !important;
}

.heroSw .btn{
padding:11px 16px;
font-size:.9rem;
}

.heroSw-profile{
max-height:35svh;
max-width:82%;
}
}


.property-page{
background:#fff;
padding-top:68px;
}



.property-title{
font-size:clamp(2.5rem,6vw,5.6rem);
font-weight:950;
letter-spacing:-.06em;
line-height:.92;
max-width:980px;
}

.property-content{
margin-top:-45px;
position:relative;
z-index:5;
}

.btn-glass-property{
background:rgba(255,255,255,.12);
border:1px solid rgba(255,255,255,.22);
color:#fff;
}

.btn-glass-property:hover{
background:#fff;
color:#111;
}

.gallery-premium{
display:grid;
grid-template-columns:2fr 1fr 1fr;
gap:14px;
}

.gallery-premium img{
width:100%;
height:220px;
object-fit:cover;
border-radius:1.5rem;
cursor:zoom-in;
transition:.25s ease;
}

.gallery-premium img:hover{
transform:scale(1.015);
filter:brightness(.92);
}

.gallery-premium img:first-child{
grid-row:span 2;
height:454px;
}

.agent-premium{
background:
radial-gradient(circle at top right,rgba(215,170,85,.22),transparent 34%),
linear-gradient(135deg,#050b14,#08111f);
}

.price-card{
background:linear-gradient(135deg,#d7aa55,#f2d58a);
}

.btn-whatsapp-main{
background:linear-gradient(135deg,#d7aa55,#f2d58a);
color:#111;
border:0;
}

.btn-whatsapp-main:hover{
color:#111;
transform:translateY(-2px);
}

.related-card-premium{
background:#fff;
transition:.25s ease;
}

.related-card-premium:hover{
transform:translateY(-7px);
}

.related-card-premium img{
height:245px;
object-fit:cover;
}

.lightbox-foto{
display:none;
position:fixed;
inset:0;
background:rgba(0,0,0,.94);
z-index:99999;
align-items:center;
justify-content:center;
padding:30px;
}

.lightbox-foto img{
max-width:92%;
max-height:88vh;
object-fit:contain;
background:#000;
}

.lightbox-close,
.lightbox-prev,
.lightbox-next{
position:absolute;
border:0;
border-radius:50%;
background:rgba(255,255,255,.14);
color:#fff;
z-index:100001;
cursor:pointer;
}

.lightbox-close{
top:22px;
right:30px;
width:48px;
height:48px;
font-size:38px;
line-height:44px;
}

.lightbox-prev,
.lightbox-next{
top:50%;
transform:translateY(-50%);
width:62px;
height:62px;
font-size:30px;
display:flex;
align-items:center;
justify-content:center;
}

.lightbox-prev{left:28px;}
.lightbox-next{right:28px;}

.lightbox-close:hover,
.lightbox-prev:hover,
.lightbox-next:hover{
background:rgba(255,255,255,.28);
}

.lightbox-contador{
position:absolute;
bottom:24px;
left:50%;
transform:translateX(-50%);
background:rgba(255,255,255,.14);
color:#fff;
border-radius:999px;
padding:9px 18px;
font-weight:800;
}

@media(max-width:991px){
.property-page{
padding-top:75px;
}

.property-hero{
min-height:540px;
}

.property-content{
margin-top:-30px;
}

.gallery-premium{
grid-template-columns:1fr;
}

.gallery-premium img,
.gallery-premium img:first-child{
height:260px;
grid-row:auto;
}
}

@media(max-width:768px){
.lightbox-foto{
padding:18px;
}

.lightbox-foto img{
max-width:100%;
max-height:82vh;
}

.lightbox-prev,
.lightbox-next{
width:48px;
height:48px;
font-size:24px;
}

.lightbox-prev{left:12px;}
.lightbox-next{right:12px;}

.lightbox-close{
top:14px;
right:14px;
}
}

.shadow{
box-shadow:0 .75rem 2rem rgba(0,0,0,.08)!important;
}


/* =========================================================
   HOME FUTURISTA - fundo único contínuo
   ========================================================= */

.future-wrap{
background:
radial-gradient(circle at 10% 6%, rgba(215,170,85,.16), transparent 30%),
radial-gradient(circle at 90% 28%, rgba(31,183,199,.10), transparent 32%),
radial-gradient(circle at 50% 92%, rgba(215,170,85,.10), transparent 34%),
linear-gradient(180deg,#050b14 0%,#08111f 46%,#050b14 100%);
color:#fff;
overflow:hidden;
}

.future-section{
padding:78px 0;
position:relative;
background:transparent !important;
}

.future-section:before{
display:none !important;
}

.future-content{
position:relative;
z-index:2;
}

.future-badge{
display:inline-flex;
align-items:center;
gap:8px;
border:1px solid rgba(242,213,138,.24);
background:rgba(242,213,138,.08);
color:#f2d58a;
border-radius:999px;
padding:9px 16px;
font-weight:800;
margin-bottom:18px;
}

.future-title{
font-size:clamp(2.3rem,5vw,4.8rem);
font-weight:950;
line-height:.95;
letter-spacing:-.06em;
color:#fff;
}

.future-text{
color:#b7c2d4;
font-size:1.08rem;
line-height:1.75;
}

.future-card,
.service-future,
.review-card,
.rating-summary,
.stats-future,
.instagram-card{
background:rgba(255,255,255,.055);
border:1px solid rgba(255,255,255,.10);
box-shadow:none;
backdrop-filter:blur(12px);
}

.future-card{
border-radius:34px;
overflow:hidden;
height:100%;
transition:.25s ease;
}

.future-card:hover,
.instagram-card:hover,
.review-card:hover{
transform:translateY(-6px);
border-color:rgba(242,213,138,.36);
background:rgba(255,255,255,.075);
}

.future-img{
height:285px;
width:100%;
object-fit:cover;
}

.future-card-body{
padding:26px;
}

.future-tag,
.future-tag2{
position:absolute;
top:18px;
background:rgba(5,11,20,.82);
border:1px solid rgba(255,255,255,.16);
color:#fff;
border-radius:999px;
padding:8px 14px;
font-weight:800;
font-size:.82rem;
backdrop-filter:blur(12px);
}

.future-tag{
left:18px;
}

.future-tag2{
left:115px;
}

.future-price{
position:absolute;
right:18px;
bottom:18px;
background:linear-gradient(135deg,#d7aa55,#f2d58a);
color:#111;
border-radius:999px;
padding:9px 15px;
font-weight:950;
}

.future-meta{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:10px;
margin:22px 0;
}

.future-meta div{
background:rgba(255,255,255,.07);
border:1px solid rgba(255,255,255,.08);
border-radius:18px;
padding:13px 8px;
text-align:center;
}

.future-meta i{
color:#f2d58a;
display:block;
font-size:1.2rem;
margin-bottom:5px;
}

.future-btn{
display:inline-flex;
align-items:center;
justify-content:center;
gap:8px;
background:#fff;
color:#08111f;
border-radius:999px;
padding:13px 20px;
font-weight:900;
width:100%;
}

.future-btn:hover{
background:linear-gradient(135deg,#d7aa55,#f2d58a);
color:#111;
}

.service-future{
border-radius:30px;
padding:30px;
height:100%;
}

.service-future i,
.instagram-icon{
background:linear-gradient(135deg,#d7aa55,#f2d58a);
color:#111;
display:flex;
align-items:center;
justify-content:center;
}

.service-future i{
width:58px;
height:58px;
border-radius:20px;
font-size:1.6rem;
margin-bottom:22px;
}

.glow-box{
background:rgba(255,255,255,.065);
border:1px solid rgba(255,255,255,.12);
backdrop-filter:blur(12px);
border-radius:42px;
padding:58px;
color:#fff;
position:relative;
overflow:hidden;
}

.glow-box:after{
display:none;
}

.glow-box > .row{
position:relative;
z-index:2;
}

.glow-box .future-title,
.glow-box .text-black{
color:#fff !important;
}

.glow-box p{
color:#c8d1df;
}

.about-future-img{
height:520px;
width:100%;
object-fit:cover;
border-radius:36px;
box-shadow:none;
}

.stats-future{
border-radius:26px;
padding:24px;
}

.stats-future h3{
color:#f2d58a;
font-size:2.4rem;
}

.instagram-card{
border-radius:30px;
overflow:hidden;
height:100%;
transition:.25s ease;
}

.instagram-img{
height:320px;
width:100%;
object-fit:cover;
}

.instagram-body{
padding:24px;
}

.instagram-icon{
width:46px;
height:46px;
border-radius:16px;
font-size:1.3rem;
flex:0 0 46px;
}

.review-card{
border-radius:30px;
padding:30px;
height:100%;
transition:.25s ease;
}

.review-stars{
color:#f2d58a;
font-size:1.15rem;
letter-spacing:2px;
margin-bottom:18px;
}

.review-user{
display:flex;
align-items:center;
gap:14px;
margin-top:24px;
}

.review-avatar{
width:52px;
height:52px;
border-radius:50%;
background:linear-gradient(135deg,#d7aa55,#f2d58a);
color:#111;
display:flex;
align-items:center;
justify-content:center;
font-weight:950;
font-size:1.1rem;
flex:0 0 52px;
}

.rating-summary{
border-radius:34px;
padding:34px;
height:100%;
}

.rating-score{
font-size:4.2rem;
font-weight:950;
line-height:1;
color:#f2d58a;
}

@media(max-width:991px){

.future-section{
padding:58px 0;
}

.future-img{
height:240px;
}

.future-meta{
grid-template-columns:1fr;
}

.future-tag,
.future-tag2,
.future-price{
position:static;
display:inline-flex;
margin:10px 0 0 10px;
}

.future-card .position-relative{
padding-bottom:12px;
}

.glow-box{
padding:34px 24px;
border-radius:30px;
}

.about-future-img{
height:360px;
}

}

@media(max-width:575px){

.future-title{
font-size:2.35rem;
letter-spacing:-.04em;
}

.future-section{
padding:48px 0;
}

.future-card-body,
.service-future,
.review-card,
.rating-summary{
padding:22px;
}

}


.about-page{
background:#f7f9fc;
padding:120px 0 80px;
}

.about-badge{
display:inline-flex;
align-items:center;
gap:8px;
background:#fff3cd;
color:#111;
border-radius:999px;
padding:9px 16px;
font-weight:800;
margin-bottom:18px;
}

.about-title{
font-size:clamp(2.4rem,5vw,5rem);
font-weight:950;
letter-spacing:-.06em;
line-height:.95;
color:#08111f;
}

.about-text{
font-size:1.12rem;
line-height:1.9;
color:#5d687a;
}

.about-photo-box{
position:relative;
border-radius:38px;
overflow:hidden;
box-shadow:0 28px 80px rgba(8,17,31,.16);
}

.about-photo{
width:100%;
height:620px;
object-fit:cover;
}

.about-floating{
position:absolute;
left:28px;
bottom:28px;
background:rgba(255,255,255,.94);
backdrop-filter:blur(14px);
border-radius:26px;
padding:22px;
max-width:320px;
box-shadow:0 18px 50px rgba(0,0,0,.18);
}

.about-floating strong{
display:block;
font-size:1.3rem;
font-weight:950;
color:#08111f;
}

.about-floating span{
color:#657083;
}

.about-card{
background:#fff;
border-radius:32px;
padding:34px;
box-shadow:0 18px 55px rgba(8,17,31,.08);
height:100%;
}

.about-card i{
width:56px;
height:56px;
border-radius:18px;
background:linear-gradient(135deg,#d7aa55,#f2d58a);
display:flex;
align-items:center;
justify-content:center;
font-size:1.55rem;
color:#111;
margin-bottom:20px;
}

.about-card h4{
font-weight:900;
color:#08111f;
}

.about-card p{
color:#657083;
line-height:1.7;
margin-bottom:0;
}

.about-dark{
background:
radial-gradient(circle at top right,rgba(215,170,85,.18),transparent 30%),
linear-gradient(135deg,#050b14,#08111f);
color:#fff;
padding:80px 0;
border-radius:46px;
margin-top:60px;
}

.about-stat{
text-align:center;
padding:20px;
}

.about-stat strong{
display:block;
font-size:2.8rem;
font-weight:950;
color:#f2d58a;
}

.about-stat span{
color:#c8d1df;
}

@media(max-width:991px){
.about-page{
padding:95px 0 55px;
}

.about-photo{
height:430px;
}

.about-floating{
position:relative;
left:auto;
bottom:auto;
max-width:100%;
border-radius:0;
}

.about-dark{
border-radius:30px;
padding:50px 20px;
}
}

.heroSw {
    min-height: 720px;
    overflow: hidden;
}

.heroSw-profile-wrap {
    position: relative;
    height: 100%;
}

.heroSw-profile {
    position: absolute;
    right: 0;
    bottom: 0;
    max-height: 82vh;
    max-width: 100%;
    object-fit: contain;
    z-index: 3;
}

.heroSw-content {
    z-index: 5;
}

@media (max-width: 991px) {
    .heroSw {
        min-height: 760px;
    }

    .heroSw-profile-wrap {
        height: 360px;
        margin-top: 20px;
    }

    .heroSw-profile {
        right: 50%;
        transform: translateX(50%);
        bottom: 0;
        max-height: 360px;
    }
}