.site-footer-premium {
    position: relative;
    background:
        radial-gradient(circle at top left, rgba(194, 151, 58, 0.10), transparent 34%),
        linear-gradient(135deg, #02142f 0%, #031a3f 52%, #04101f 100%);
    color: #e9eef8;
    margin-top: 72px;
    overflow: hidden;
}

.site-footer-premium::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0));
    pointer-events: none;
}

.footer-shell {
    position: relative;
    z-index: 1;
    padding: 56px 0 22px;
}

.footer-top {
    display: grid;
    grid-template-columns: minmax(280px, 1.1fr) minmax(0, 1.4fr);
    gap: 56px;
    align-items: start;
}

.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.footer-brand-link {
    display: inline-flex;
    align-items: center;
    width: fit-content;
}

.footer-brand-logo {
    width: 100%;
    max-width: 180px;
    height: auto;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.18));
}

.footer-brand-copy h3 {
    margin: 0 0 10px;
    font-size: 1.9rem;
    line-height: 1.1;
    color: #ffffff;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.footer-brand-copy p {
    margin: 0;
    max-width: 520px;
    color: rgba(233, 238, 248, 0.78);
    font-size: 1rem;
    line-height: 1.75;
}

.footer-social-row {
    display: flex;
    gap: 12px;
    align-items: center;
}

.footer-social-link {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.10);
    transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.footer-social-link:hover {
    transform: translateY(-2px);
    background: rgba(255,255,255,0.11);
    border-color: rgba(255,255,255,0.20);
}

.footer-social-link img {
    width: 24px;
    height: 24px;
    display: block;
}

.footer-cta-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 50px;
    padding: 0 20px;
    border-radius: 999px;
    background: linear-gradient(135deg, #d4aa3a 0%, #f1d26c 100%);
    color: #0b1730;
    font-weight: 800;
    font-size: 0.98rem;
    text-decoration: none;
    box-shadow: 0 14px 30px rgba(212, 170, 58, 0.24);
    transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.footer-cta-whatsapp:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(212, 170, 58, 0.32);
    filter: brightness(1.03);
}

.footer-columns {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.footer-col h4 {
    margin: 0 0 18px;
    font-size: 1.15rem;
    font-weight: 800;
    color: #ffffff;
}

.footer-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-list li + li {
    margin-top: 12px;
}

.footer-list a {
    color: rgba(233, 238, 248, 0.76);
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
}

.footer-list a:hover {
    color: #ffffff;
}

.footer-contact-card {
    padding: 18px 20px;
    border-radius: 20px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    backdrop-filter: blur(8px);
}

.footer-contact-card p {
    margin: 0;
    color: rgba(233, 238, 248, 0.78);
    line-height: 1.7;
}

.footer-contact-card p + p {
    margin-top: 6px;
}

.footer-contact-name {
    color: #ffffff !important;
    font-size: 1.06rem;
    font-weight: 800;
}

.footer-bottom {
    margin-top: 34px;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,0.10);
}

.footer-bottom p {
    margin: 0;
    color: rgba(233, 238, 248, 0.58);
    font-size: 0.93rem;
    line-height: 1.65;
}

@media (max-width: 1100px) {
    .footer-top {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .footer-columns {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .footer-shell {
        padding: 42px 0 20px;
    }

    .footer-brand-logo {
        max-width: 128px;
    }

    .footer-brand-copy h3 {
        font-size: 1.45rem;
    }

    .footer-brand-copy p {
        font-size: 0.96rem;
        line-height: 1.7;
    }

    .footer-columns {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .footer-col h4 {
        margin-bottom: 14px;
    }

    .footer-contact-card {
        padding: 16px 18px;
        border-radius: 18px;
    }

    .footer-bottom {
        margin-top: 26px;
        padding-top: 16px;
    }
}

.footer-brand-logo {
    max-width: 180px;
    width: 100%;
    height: auto;
}
:root{
    --bg:#f5f7fb;
    --surface:#ffffff;
    --surface-soft:#f8fafc;
    --text:#0f172a;
    --muted:#64748b;
    --line:#e2e8f0;
    --primary:#1d4ed8;
    --primary-strong:#1e40af;
    --shadow:0 18px 50px rgba(15,23,42,.08);
    --radius:24px;
    --container:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
    margin:0;
    font-family:Inter,Arial,Helvetica,sans-serif;
    color:var(--text);
    background:linear-gradient(180deg,#f8fbff 0,#f5f7fb 24%,#f7f9fc 100%);
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
button,input,select,textarea{font:inherit}
.site-main{min-height:40vh}
.container{width:min(var(--container),calc(100% - 32px));margin:0 auto}
.site-header{
    position:sticky;top:0;z-index:30;
    backdrop-filter:saturate(180%) blur(18px);
    background:rgba(248,251,255,.88);
    border-bottom:1px solid rgba(226,232,240,.8);
}
.header-row{
    display:flex;align-items:center;justify-content:space-between;gap:24px;
    min-height:98px;
}
.brand{display:flex;align-items:center;gap:14px;min-width:0}
.brand img{
    width:auto;height:78px;object-fit:contain;flex:none;
    filter:drop-shadow(0 6px 14px rgba(0,0,0,.08));
}
.brand-text{display:grid;gap:3px}
.brand-text strong{font-size:1.08rem}
.brand-text span{color:var(--muted);font-size:1rem;font-weight:600}
.main-nav{display:flex;align-items:stretch;gap:2px;flex-wrap:wrap;height:98px}
.main-nav a{
    display:inline-flex;align-items:center;justify-content:center;
    min-height:98px;padding:0 18px;border-radius:0;font-weight:600;color:#334155;
    transition:background-color .18s ease,color .18s ease;
}
.main-nav a:hover,.main-nav a.active{background:rgba(29,78,216,.06);color:var(--text);box-shadow:none}
.main-nav .nav-admin{font-size:.92rem;color:#64748b;padding:0 12px}
.hero-section{padding:18px 0 14px}
.hero-grid{display:grid;grid-template-columns:minmax(0,1.15fr) 400px;gap:28px;align-items:start}
.hero-section-compact{padding-top:14px}
.hero-shell{display:grid;grid-template-columns:minmax(260px,320px) minmax(0,1fr);gap:22px;align-items:end;background:rgba(255,255,255,.82);border:1px solid rgba(226,232,240,.95);box-shadow:var(--shadow);border-radius:22px;padding:18px 22px}
.hero-inline-copy{min-width:0}
.hero-inline-copy h1{margin:0 0 8px;font-size:clamp(2rem,3.4vw,2.85rem);line-height:1.04;max-width:8ch}
.hero-inline-copy p{margin:0;color:var(--muted);font-size:1rem}
.search-form-inline{display:grid;grid-template-columns:minmax(220px,1.2fr) repeat(3,minmax(140px,.72fr)) auto;gap:12px;align-items:end}
.search-form-hero-minimal .field label{margin-bottom:6px;font-size:.86rem;color:#475569}
.field-compact input,.field-compact select{padding:11px 14px;border-radius:14px;background:#fbfdff}
.field-grow{min-width:0}
.hero-search-action{display:flex;align-items:end}
.hero-search-action .btn{width:100%;min-height:46px;border-radius:14px;padding:0 18px}
.hero-copy,.search-panel,.property-card,.stat-card,.empty-state,.contact-card,.property-content-card,.city-chip,.page-intro-grid > div:first-child{
    background:rgba(255,255,255,.86);
    border:1px solid rgba(226,232,240,.95);
    box-shadow:var(--shadow);
    border-radius:var(--radius);
}
.hero-copy{padding:32px}
.section-kicker{
    display:inline-flex;align-items:center;gap:8px;
    color:var(--primary);font-size:.84rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em;
    margin-bottom:14px;
}
.hero-copy h1,.page-intro h1{margin:0 0 14px;font-size:clamp(2rem,4vw,3.4rem);line-height:1.02;max-width:11ch}
.hero-copy p,.page-intro p,.panel-head p,.property-description,.footer-copy{margin:0;color:var(--muted);line-height:1.7}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:24px 0 22px}
.btn{
    display:inline-flex;align-items:center;justify-content:center;gap:8px;
    border:0;border-radius:16px;padding:14px 18px;font-weight:700;cursor:pointer;
    transition:.2s ease
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:linear-gradient(135deg,var(--primary),var(--primary-strong));color:#fff;box-shadow:0 14px 28px rgba(29,78,216,.22)}
.btn-secondary{background:#fff;color:var(--text);border:1px solid var(--line)}
.btn-block{width:100%}
.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.stat-card{padding:18px}
.stat-card strong{display:block;font-size:2rem;line-height:1}
.stat-card span{display:block;margin-top:8px;color:var(--muted)}
.search-panel{padding:22px}
.panel-head h2,.section-head h2,.property-content-card h2{margin:0 0 6px;font-size:1.55rem}
.search-form{display:grid;gap:14px}
.field label{display:block;margin-bottom:8px;font-size:.95rem;font-weight:700;color:#334155}
.field input,.field select,.field textarea{
    width:100%;border:1px solid var(--line);border-radius:16px;background:#fff;padding:14px 16px;outline:0;color:var(--text)
}
.field input:focus,.field select:focus,.field textarea:focus{border-color:#93c5fd;box-shadow:0 0 0 4px rgba(59,130,246,.12)}
.field-split{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.field-split-3{grid-template-columns:repeat(3,1fr)}
.section-block{padding:18px 0 26px}
.section-soft{background:linear-gradient(180deg,rgba(255,255,255,.1),rgba(255,255,255,.45))}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:18px}
.section-head h2{margin:6px 0 0}
.section-link,.text-link{font-weight:700;color:var(--primary)}
.cards-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.cards-grid-compact{grid-template-columns:repeat(4,minmax(0,1fr))}
.property-card{overflow:hidden}
.property-image{display:block;aspect-ratio:16/10;background:#e8eef9}
.property-image img{width:100%;height:100%;object-fit:cover}
.property-body{padding:18px}
.badge-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px}
.badge{
    display:inline-flex;align-items:center;padding:8px 10px;border-radius:999px;
    background:#eff6ff;color:var(--primary-strong);font-size:.8rem;font-weight:700
}
.property-card h3{margin:0 0 8px;font-size:1.18rem;line-height:1.3}
.property-location{margin:0;color:var(--muted)}
.property-meta{
    list-style:none;padding:0;margin:14px 0 0;display:flex;gap:14px;flex-wrap:wrap;
    color:#334155;font-size:.95rem
}
.property-footer{
    display:flex;align-items:center;justify-content:space-between;gap:10px;
    border-top:1px solid var(--line);padding-top:14px;margin-top:16px
}
.property-footer strong,.property-value{font-size:1.25rem}
.empty-state{padding:28px;text-align:center;grid-column:1/-1}
.empty-state h3,.empty-state h1{margin:0 0 10px}
.empty-state p{margin:0;color:var(--muted);line-height:1.7}
.empty-state .btn{margin-top:18px}
.city-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.city-chip{padding:18px;font-weight:700;text-align:center}
.page-intro{padding-top:26px}
.page-intro-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:18px;align-items:start}
.page-intro-grid > div:first-child{padding:28px}
.search-panel-inline{padding:18px}
.property-layout{display:grid;grid-template-columns:minmax(0,1.35fr) 340px;gap:24px;align-items:start}
.property-gallery,.property-summary{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}
.property-gallery{overflow:hidden}
.property-gallery-main{aspect-ratio:16/10;background:#eef2f7}
.property-gallery-main img{width:100%;height:100%;object-fit:cover}
.property-gallery-thumbs{display:grid;grid-template-columns:repeat(auto-fit,minmax(90px,1fr));gap:10px;padding:12px}
.property-gallery-thumbs img{aspect-ratio:4/3;object-fit:cover;border-radius:14px;border:1px solid var(--line)}
.property-summary{padding:22px;margin-top:18px}
.property-summary h1{margin:0 0 10px;font-size:clamp(2rem,3vw,2.8rem);line-height:1.06}
.property-value{margin:16px 0 18px;font-weight:800}
.property-highlight-grid{
    list-style:none;padding:0;margin:0 0 18px;
    display:grid;grid-template-columns:repeat(3,1fr);gap:12px
}
.property-highlight-grid li{
    border:1px solid var(--line);border-radius:18px;padding:14px 12px;background:var(--surface-soft)
}
.property-highlight-grid strong{display:block;font-size:1.02rem}
.property-highlight-grid span{display:block;color:var(--muted);font-size:.9rem;margin-top:4px}
.property-content-card{padding:22px;margin-top:18px}
.feature-list{display:flex;gap:10px;flex-wrap:wrap}
.feature-pill{padding:10px 12px;border-radius:999px;background:#f8fafc;border:1px solid var(--line);font-weight:600}
.property-sidebar{position:sticky;top:104px}
.contact-card{padding:22px}
.contact-card h2{margin:0 0 8px}
.contact-card p{margin:0 0 18px;color:var(--muted);line-height:1.7}
.contact-list{list-style:none;padding:0;margin:18px 0 0;display:grid;gap:10px;color:#334155}
.site-footer{margin-top:14px;background:linear-gradient(180deg,#081223 0%,#0f172a 100%);color:#e2e8f0;padding:26px 0 0}
.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:start}
.footer-grid-simple{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
.site-footer h3{margin:0 0 10px;color:#fff;font-size:.96rem}
.footer-attendance-card{display:grid;gap:5px}
.footer-attendance-card p{margin:0}
.footer-attendance-card-compact,.footer-list-compact{font-size:.92rem}
.footer-attendance-name{font-size:1rem;font-weight:700;color:#fff}
.footer-attendance-role{font-weight:500;color:#dbe4f0}
.footer-attendance-creci{color:#bfcddd;font-size:.9rem}
.footer-social-row{display:flex;align-items:center;gap:12px;padding-top:6px}
.footer-social-link{display:inline-flex;align-items:center;justify-content:center;transition:.18s ease}
.footer-social-link-clean{width:34px;height:34px;background:transparent;border:0;border-radius:0;padding:0}
.footer-social-link:hover{transform:translateY(-1px)}
.footer-social-link img{width:26px;height:26px;object-fit:contain;display:block}
.footer-list{list-style:none;padding:0;margin:0;display:grid;gap:8px;color:#d8e1ec}
.footer-bottom{margin-top:18px;padding:14px 0 18px;border-top:1px solid rgba(255,255,255,.08)}
.footer-bottom-compact p{margin:0;color:#b8c6d8;line-height:1.5;font-size:.84rem}
.floating-whatsapp{
    position:fixed;right:18px;bottom:18px;z-index:40;
    width:72px;height:72px;display:inline-flex;align-items:center;justify-content:center;
    background:transparent;border:0;border-radius:0;
    box-shadow:none;transition:transform .18s ease
}
.floating-whatsapp:hover{transform:translateY(-2px)}
.floating-whatsapp img{width:54px;height:54px;display:block;object-fit:contain;border-radius:0}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media (max-width: 1100px){
    .hero-grid,.page-intro-grid,.property-layout,.footer-grid,.hero-shell{grid-template-columns:1fr}
    .property-sidebar{position:static}
    .cards-grid,.cards-grid-compact{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width: 760px){
    .container{width:min(var(--container),calc(100% - 20px))}
    .header-row{min-height:78px;flex-wrap:wrap;padding:12px 0}
    .brand{width:100%}
    .brand img{height:50px}
    .brand-text strong{font-size:1rem}
    .brand-text span{font-size:.85rem}
    .main-nav{width:100%;overflow:auto;flex-wrap:nowrap;padding-bottom:0;height:auto}
    .main-nav a{white-space:nowrap;min-height:52px;padding:0 14px}
    .hero-copy,.search-panel,.page-intro-grid > div:first-child,.contact-card,.property-content-card,.property-summary{padding:20px}
    .hero-shell{padding:16px}
    .search-form-inline{grid-template-columns:1fr}
    .hero-copy h1,.page-intro h1,.property-summary h1{max-width:none;font-size:2.15rem}
    .stats-grid,.field-split,.field-split-3,.property-highlight-grid,.city-strip,.cards-grid,.cards-grid-compact{grid-template-columns:1fr}
    .property-footer{align-items:flex-start;flex-direction:column}
    .property-meta{gap:10px}
    .footer-grid,.footer-grid-simple{grid-template-columns:1fr}
    .floating-whatsapp{right:12px;bottom:12px;width:64px;height:64px}
    .floating-whatsapp img{width:48px;height:48px}
}


/* === MELHORIAS VISUAIS IMÓVEIS === */
.df-clickable-card{
  cursor:pointer;
  transition:.3s;
}
.df-clickable-card:hover{
  transform:translateY(-6px);
  box-shadow:0 20px 60px rgba(0,0,0,.15);
}
.df-clickable-card img{
  transition:.4s;
}
.df-clickable-card:hover img{
  transform:scale(1.05);
}

.df-full-card-link{
  position:absolute;
  inset:0;
  z-index:5;
}


/* ===== melhorias premium front cliente ===== */
.df-clickable-card{
    position:relative;
    overflow:hidden;
    transition:transform .28s ease, box-shadow .28s ease;
}
.df-clickable-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 50px rgba(15, 23, 42, .16);
}
.df-clickable-card .property-image{
    overflow:hidden;
}
.df-clickable-card .property-image img{
    transition:transform .45s ease;
}
.df-clickable-card:hover .property-image img{
    transform:scale(1.05);
}
.df-full-card-link{
    position:absolute;
    inset:0;
    z-index:2;
    text-indent:-9999px;
    overflow:hidden;
}
.df-clickable-card .property-image,
.df-clickable-card .property-body,
.df-clickable-card .text-link,
.df-clickable-card h3 a{
    position:relative;
    z-index:3;
}

.df-gallery-main{
    position:relative;
    overflow:hidden;
    border-radius:28px;
    background:#eef2f7;
    box-shadow:0 18px 40px rgba(15,23,42,.08);
}
.df-gallery-main img{
    width:100%;
    display:block;
    min-height:420px;
    max-height:720px;
    object-fit:cover;
    cursor:zoom-in;
    transition:transform .45s ease, opacity .22s ease;
}
.df-gallery-main:hover img{
    transform:scale(1.02);
}
.df-gallery-main img.is-switching{
    opacity:.45;
}
.df-gallery-nav,
.df-gallery-zoom-btn{
    position:absolute;
    z-index:3;
    border:none;
    background:rgba(255,255,255,.94);
    box-shadow:0 10px 30px rgba(15,23,42,.16);
}
.df-gallery-nav{
    top:50%;
    transform:translateY(-50%);
    width:46px;
    height:46px;
    border-radius:999px;
    font-size:28px;
    cursor:pointer;
}
.df-gallery-nav.prev{ left:18px; }
.df-gallery-nav.next{ right:18px; }
.df-gallery-zoom-btn{
    right:18px;
    bottom:18px;
    border-radius:999px;
    padding:12px 18px;
    font-weight:700;
    cursor:pointer;
}
.df-gallery-thumbs{
    display:grid;
    grid-template-columns:repeat(auto-fit, minmax(120px, 1fr));
    gap:14px;
    margin-top:14px;
}
.df-thumb{
    padding:0;
    border:2px solid transparent;
    border-radius:18px;
    overflow:hidden;
    background:#fff;
    cursor:pointer;
    box-shadow:0 10px 24px rgba(15,23,42,.08);
    transition:transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.df-thumb:hover{
    transform:translateY(-3px);
}
.df-thumb.is-active{
    border-color:#2c55d7;
    box-shadow:0 14px 30px rgba(44,85,215,.20);
}
.df-thumb img{
    width:100%;
    height:100px;
    object-fit:cover;
    display:block;
}

.contact-card-pro{
    border-radius:28px;
    padding:28px;
    box-shadow:0 18px 40px rgba(15,23,42,.08);
}
.contact-actions-pro{
    display:grid;
    gap:14px;
    margin:20px 0 22px;
}
.btn-contact{
    width:100%;
    min-height:64px;
    border:none;
    border-radius:16px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    font-size:17px;
    font-weight:800;
    text-decoration:none;
    cursor:pointer;
    transition:transform .22s ease, box-shadow .22s ease, filter .22s ease;
}
.btn-contact:hover{
    transform:translateY(-2px);
    box-shadow:0 14px 28px rgba(15,23,42,.12);
}
.btn-contact-whats{
    background:linear-gradient(180deg,#2d59db 0%, #2449c8 100%);
    color:#fff;
}
.btn-contact-outline{
    background:#fff;
    color:#2b3350;
    border:1px solid #d6ddeb;
}
.btn-contact-primary{
    background:linear-gradient(180deg,#de2f2f 0%, #cc2323 100%);
    color:#fff;
}
.btn-contact-icon{
    font-size:23px;
    line-height:1;
}

.df-lightbox[hidden],
.df-modal[hidden]{
    display:none !important;
}
.df-lightbox,
.df-modal{
    position:fixed;
    inset:0;
    z-index:9999;
}
.df-lightbox{
    background:rgba(6,10,18,.92);
    display:flex;
    align-items:center;
    justify-content:center;
}
.df-lightbox img{
    width:auto;
    height:min(88vh, calc(100vh - 48px));
    max-width:94vw;
    max-height:88vh;
    object-fit:contain;
    border-radius:22px;
    box-shadow:0 30px 100px rgba(0,0,0,.35);
}
.df-lightbox-close,
.df-lightbox-arrow,
.df-modal-close{
    position:absolute;
    border:none;
    border-radius:999px;
    cursor:pointer;
}
.df-lightbox-close{
    top:22px;
    right:22px;
    width:48px;
    height:48px;
    font-size:28px;
    background:rgba(255,255,255,.15);
    color:#fff;
}
.df-lightbox-arrow{
    top:50%;
    transform:translateY(-50%);
    width:54px;
    height:54px;
    font-size:32px;
    background:rgba(255,255,255,.15);
    color:#fff;
}
.df-lightbox-arrow.prev{ left:22px; }
.df-lightbox-arrow.next{ right:22px; }

.df-modal{
    display:flex;
    align-items:center;
    justify-content:center;
    padding:20px;
}
.df-modal-backdrop{
    position:absolute;
    inset:0;
    background:rgba(15,23,42,.58);
}
.df-modal-card{
    position:relative;
    width:min(100%, 540px);
    border-radius:30px;
    background:#fff;
    box-shadow:0 30px 80px rgba(15,23,42,.26);
    padding:28px;
    z-index:1;
}
.df-modal-card h3{
    margin:0 0 10px;
    font-size:34px;
    line-height:1.05;
    text-align:center;
}
.df-modal-card p{
    margin:0 0 18px;
    text-align:center;
    color:#5d6987;
}
.df-modal-close{
    right:16px;
    top:16px;
    width:40px;
    height:40px;
    background:#f1f4f9;
    font-size:22px;
}
.df-modal-form{
    display:grid;
    gap:14px;
}
.df-modal-form input{
    width:100%;
    height:58px;
    border:1px solid #d5ddeb;
    border-radius:14px;
    padding:0 16px;
    font-size:17px;
}
.df-modal-terms{
    font-size:14px;
    line-height:1.5;
}
body.modal-open{
    overflow:hidden;
}

@media (max-width: 768px){
    .df-gallery-main img{
        min-height:280px;
    }
    .df-gallery-thumbs{
        grid-template-columns:repeat(3, 1fr);
    }
    .df-thumb img{
        height:82px;
    }
    .df-modal-card h3{
        font-size:24px;
    }
}

/* logo maior */
.logo img{
  height:70px;
  width:auto;
}

.btn-contact-icon-circle{
    width:34px;
    height:34px;
    border-radius:999px;
    background:rgba(255,255,255,.15);
    display:inline-flex;
    align-items:center;
    justify-content:center;
    flex:none;
    overflow:hidden;
}
.btn-contact-icon-circle img{
    width:22px;
    height:22px;
    object-fit:contain;
    display:block;
}
.btn-contact-whats .btn-contact-icon-circle{
    background:rgba(255,255,255,.18);
}

@media (max-width: 768px){
    .brand img{
        height:68px;
    }
    .header-row{
        min-height:90px;
    }
}


.df-lightbox-panel{
    width:min(1180px, 96vw);
    max-height:94vh;
    display:grid;
    grid-template-rows:auto 1fr auto;
    gap:12px;
    align-items:center;
}
.df-lightbox-topbar{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    color:#fff;
    font-weight:700;
}
.df-lightbox-count{
    padding:8px 12px;
    border-radius:999px;
    background:rgba(255,255,255,.12);
    backdrop-filter:blur(8px);
}
.df-lightbox-stage{
    position:relative;
    min-height:0;
    display:flex;
    align-items:center;
    justify-content:center;
}
.df-lightbox-stage img{
    width:auto;
    height:min(72vh, calc(100vh - 220px));
    max-width:100%;
    max-height:72vh;
}
.df-lightbox-strip{
    display:grid;
    grid-template-columns:auto minmax(0,1fr) auto;
    gap:10px;
    align-items:center;
}
.df-lightbox-thumbs{
    display:flex;
    gap:8px;
    overflow:auto;
    padding:8px 4px;
    scrollbar-width:thin;
}
.df-lightbox-thumb{
    flex:0 0 92px;
    height:62px;
    border:2px solid transparent;
    border-radius:12px;
    overflow:hidden;
    background:rgba(255,255,255,.12);
    cursor:pointer;
}
.df-lightbox-thumb.is-active{ border-color:#fff; }
.df-lightbox-thumb img{ width:100%; height:100%; object-fit:cover; display:block; }
.df-lightbox-strip-nav{
    width:42px;
    height:42px;
    border:none;
    border-radius:999px;
    background:rgba(255,255,255,.14);
    color:#fff;
    font-size:24px;
    cursor:pointer;
}
@media (max-width: 760px){
    .df-gallery-main img{ min-height:260px; }
    .df-lightbox-panel{ width:min(100vw, 100%); max-height:100vh; padding:0 4px; }
    .df-lightbox-topbar{ padding:0 8px; }
    .df-lightbox-stage img{ height:min(64vh, calc(100vh - 190px)); max-height:64vh; }
    .df-lightbox-arrow{ width:46px; height:46px; font-size:28px; }
    .df-lightbox-arrow.prev{ left:10px; }
    .df-lightbox-arrow.next{ right:10px; }
    .df-lightbox-thumb{ flex-basis:78px; height:54px; }
}

.hero-section-compact + .section-block{padding-top:10px}
@media (max-width: 980px){
    .search-form-inline{grid-template-columns:repeat(2,minmax(0,1fr))}
    .hero-search-action{grid-column:1/-1}
}
@media (max-width: 760px){
    .hero-inline-copy h1{font-size:2rem}
    .search-form-inline{grid-template-columns:1fr}
    .hero-search-action .btn{width:100%}
}


/* === refinamentos cadastro e página do imóvel === */
.property-gallery-strip{
    display:grid;
    grid-template-columns:44px minmax(0,1fr) 44px;
    gap:10px;
    padding:12px;
    align-items:center;
}
.property-gallery-thumbs{
    display:flex;
    gap:10px;
    overflow-x:auto;
    overflow-y:hidden;
    scroll-snap-type:x proximity;
    padding:0;
    scrollbar-width:thin;
}
.property-gallery-thumbs::-webkit-scrollbar{height:8px;}
.property-gallery-thumbs::-webkit-scrollbar-thumb{background:#d6ddeb;border-radius:999px;}
.df-thumb{
    flex:0 0 110px;
    scroll-snap-align:start;
    border:1px solid var(--line);
    border-radius:16px;
    overflow:hidden;
    background:#fff;
    padding:0;
}
.df-thumb.is-active{
    border-color:#8aa6ff;
    box-shadow:0 0 0 3px rgba(36,80,214,.10);
}
.df-thumb img{
    width:100%;
    height:84px;
    object-fit:cover;
    display:block;
}
.df-strip-nav{
    width:44px;
    height:44px;
    border:1px solid var(--line);
    border-radius:999px;
    background:#fff;
    color:#344256;
    font-size:28px;
    line-height:1;
    box-shadow:none;
}
.contact-card-minimal{
    padding:20px;
    border-radius:24px;
    box-shadow:0 12px 32px rgba(15,23,42,.06);
    border:1px solid #e7ebf2;
}
.contact-price-box{
    padding:16px 4px 18px;
    border-bottom:1px solid #edf1f6;
    margin-bottom:18px;
}
.contact-price-label{
    display:block;
    color:#5c6a81;
    font-size:14px;
    margin-bottom:6px;
}
.contact-price-value{
    display:block;
    font-size:clamp(2rem,2.4vw,2.45rem);
    line-height:1;
    color:#2d3138;
    margin-bottom:12px;
}
.contact-price-meta{
    display:flex;
    align-items:center;
    gap:8px;
    color:#6a7485;
    font-size:14px;
    flex-wrap:wrap;
}
.contact-actions-pro{
    gap:12px;
    margin:0 0 18px;
}
.btn-contact.minimal{
    min-height:58px;
    border-radius:14px;
    font-size:15px;
    font-weight:700;
    box-shadow:none;
}
.btn-contact-whats.minimal{
    background:#fff;
    color:#2d3138;
    border:1px solid #d7dee9;
}
.btn-contact-outline.minimal{
    background:#fff;
    color:#2d3138;
    border:1px solid #d7dee9;
}
.btn-contact-primary.minimal{
    background:#d92a2a;
    color:#fff;
}
.btn-contact.minimal:hover{
    transform:translateY(-1px);
    box-shadow:0 8px 18px rgba(15,23,42,.06);
}
.contact-list.minimal{
    margin-top:0;
    gap:8px;
    font-size:14px;
    color:#5d6677;
}
.contact-list.minimal strong{
    color:#253142;
}
@media (max-width: 760px){
    .property-gallery-strip{
        grid-template-columns:1fr;
    }
    .df-strip-nav{
        display:none;
    }
    .df-thumb{
        flex-basis:92px;
    }
    .df-thumb img{
        height:72px;
    }
}


/* ===== home clean + busca + cards premium ===== */
.site-header{
    position:relative;
    z-index:30;
}
.home-page .site-header{
    position:absolute;
    inset:0 0 auto 0;
    background:transparent;
}
.home-page .site-main{
    padding-top:0;
}
.search-page .site-main{
    padding-top:12px;
}
.home-page .site-header .brand-text,
.home-page .site-header .main-nav a{
    color:#fff;
}
.home-page .site-header .main-nav a.active,
.home-page .site-header .main-nav a:hover{
    color:#fff;
    background:rgba(255,255,255,.08);
}
.home-page .site-header .nav-admin{
    border-color:rgba(255,255,255,.22);
    color:#fff;
    background:rgba(255,255,255,.04);
}

.df-home-hero{
    position:relative;
    min-height:760px;
    display:flex;
    align-items:center;
    background-image:
        linear-gradient(to bottom,
            rgba(9,17,28,.22) 0%,
            rgba(9,17,28,.28) 52%,
            rgba(9,17,28,.38) calc(100% - 150px),
            rgba(246,247,249,1) 100%
        ),
        url('../img/praia.jpg');
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    padding:118px 0 120px;
}
.df-home-hero-inner{
    position:relative;
    z-index:2;
}
.df-home-hero-topline{
    display:flex;
    justify-content:center;
    align-items:center;
    margin:0 auto 18px;
    width:max-content;
    max-width:100%;
    padding:10px 18px;
    border-radius:999px;
    background:rgba(255,255,255,.14);
    color:#fff;
    font-size:.95rem;
    font-weight:700;
    letter-spacing:.01em;
    backdrop-filter:blur(10px);
}
.df-home-searchbar{
    width:min(1260px, 100%);
    margin:0 auto;
    display:grid;
    grid-template-columns:1.05fr 1.05fr 1.65fr 220px;
    gap:12px;
    padding:14px;
    border-radius:28px;
    background:rgba(12,15,19,.82);
    border:1px solid rgba(255,255,255,.10);
    box-shadow:0 24px 60px rgba(0,0,0,.20);
    backdrop-filter:blur(8px);
}
.df-home-searchbar-search{
    grid-template-columns:1.7fr 1fr 1fr 1fr 200px;
    border-radius:24px;
    margin-top:6px;
}
.df-search-item label{
    display:block;
    margin:0 0 8px 2px;
    color:rgba(255,255,255,.72);
    font-size:12px;
    line-height:1;
    font-weight:700;
    letter-spacing:.04em;
    text-transform:uppercase;
}
.df-search-item input,
.df-search-item select,
.df-search-submit{
    width:100%;
    min-height:58px;
    border-radius:18px;
    border:1px solid rgba(255,255,255,.12);
    outline:none;
    box-sizing:border-box;
}
.df-search-item input,
.df-search-item select{
    background:rgba(255,255,255,.05);
    color:#fff;
    padding:0 18px;
    font-size:16px;
}
.df-search-item input::placeholder{
    color:rgba(255,255,255,.55);
}
.df-search-item select option{
    color:#1b1d21;
}
.df-search-submit{
    align-self:end;
    min-height:58px;
    border:none;
    border-radius:18px;
    background:#ece7e3;
    color:#1b1d21;
    font-size:15px;
    font-weight:800;
    box-shadow:0 12px 28px rgba(0,0,0,.14);
}
.df-home-search-code-row{
    display:flex;
    justify-content:center;
    margin-top:14px;
}
.df-home-search-code{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:44px;
    padding:0 16px;
    border-radius:999px;
    background:rgba(255,255,255,.12);
    color:#fff;
    border:1px solid rgba(255,255,255,.12);
    font-weight:700;
}
.df-home-listing-section{
    padding-top:8px;
}
.df-search-top{
    padding:12px 0 10px;
    background:linear-gradient(180deg,#f4f6f8 0%, #f6f7f9 100%);
}
.df-results-section{
    padding-top:10px;
}
.df-section-head-clean{
    align-items:center;
}
.df-section-head-clean h2{
    margin:0;
    font-size:2rem;
    letter-spacing:-.02em;
}

.df-zap-grid{
    gap:22px;
}
.df-zap-grid-compact{
    grid-template-columns:repeat(3,minmax(0,1fr));
}
.df-zap-card{
    position:relative;
    border:1px solid #e7ebf2;
    border-radius:24px;
    box-shadow:0 16px 42px rgba(15,23,42,.08);
    background:#fff;
}
.df-zap-image{
    position:relative;
    aspect-ratio:16/10;
    overflow:hidden;
}
.df-zap-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.df-zap-badges{
    position:absolute;
    left:14px;
    top:14px;
    right:14px;
    display:flex;
    align-items:flex-start;
    gap:8px;
    flex-wrap:wrap;
    pointer-events:none;
}
.df-badge-opportunity{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:32px;
    padding:0 12px;
    border-radius:999px;
    background:#ffffff;
    color:#d92a2a;
    font-size:.82rem;
    font-weight:800;
    box-shadow:0 8px 18px rgba(15,23,42,.12);
}
.df-zap-badges .badge{
    min-height:32px;
    padding:0 12px;
    background:rgba(12,15,19,.78);
    color:#fff;
    backdrop-filter:blur(6px);
}
.df-zap-body{
    padding:18px 18px 18px;
}
.df-zap-body h3{
    margin:0 0 10px;
    font-size:1.22rem;
    line-height:1.3;
}
.df-zap-meta{
    margin-top:12px;
    gap:10px 14px;
    font-size:.92rem;
}
.df-zap-footer{
    display:grid;
    gap:14px;
    margin-top:16px;
    padding-top:14px;
    border-top:1px solid #ebeff5;
}
.df-zap-price-wrap{
    display:grid;
    gap:8px;
}
.df-zap-price-line{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:12px;
}
.df-zap-price-label{
    color:#64748b;
    font-size:.88rem;
    font-weight:700;
}
.df-zap-price{
    color:#18212b;
    font-size:1.28rem;
    line-height:1;
    font-weight:800;
    letter-spacing:-.02em;
    text-align:right;
}
.df-zap-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
    position:relative;
    z-index:6;
}
.df-card-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:48px;
    border-radius:14px;
    font-weight:800;
    text-decoration:none;
    transition:.2s ease;
}
.df-card-button-light{
    background:#f8fafc;
    color:#1f2937;
    border:1px solid #e5e7eb;
}
.df-card-button-whats{
    background:#25D366;
    color:#fff;
}
.df-card-button:hover{
    transform:translateY(-1px);
}
.df-clickable-card{
    cursor:pointer;
    transition:transform .28s ease, box-shadow .28s ease;
}
.df-clickable-card:hover{
    transform:translateY(-6px);
    box-shadow:0 22px 54px rgba(15,23,42,.14);
}
.df-clickable-card .property-image{
    overflow:hidden;
}
.df-clickable-card .property-image img{
    transition:transform .42s ease;
}
.df-clickable-card:hover .property-image img{
    transform:scale(1.05);
}
.df-full-card-link{
    position:absolute;
    inset:0;
    z-index:4;
}
.df-zap-actions a{
    position:relative;
    z-index:6;
}

/* ===== página do imóvel ===== */
.df-property-summary{
    border:1px solid #e7ebf2;
    box-shadow:0 12px 34px rgba(15,23,42,.06);
}
.df-detail-price-wrap{
    display:grid;
    gap:10px;
    margin:18px 0 4px;
}
.df-detail-price-line{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:18px;
    padding:0 0 10px;
    border-bottom:1px solid #eef2f6;
}
.df-detail-price-line:last-child{
    border-bottom:none;
}
.df-detail-price-label{
    color:#5f6b7a;
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.04em;
}
.df-detail-price-value{
    color:#1b2430;
    font-size:clamp(1.75rem,2.2vw,2.5rem);
    line-height:1;
    letter-spacing:-.03em;
}
.df-contact-card-refined{
    border:1px solid #e7ebf2;
    box-shadow:0 14px 34px rgba(15,23,42,.06);
}
.df-contact-price-box{
    display:grid;
    gap:10px;
}
.df-contact-price-line{
    display:grid;
    gap:6px;
}
.df-contact-price-line + .df-contact-price-line{
    padding-top:10px;
    border-top:1px solid #eef2f6;
}

/* ===== ajustes gerais ===== */
.property-location{
    font-size:.96rem;
}
.property-meta li{
    color:#334155;
}
@media (max-width: 1180px){
    .df-home-searchbar{
        grid-template-columns:1fr 1fr;
    }
    .df-home-searchbar-search{
        grid-template-columns:1fr 1fr 1fr;
    }
    .df-zap-grid,
    .df-zap-grid-compact{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}
@media (max-width: 760px){
    .home-page .site-header{
        position:relative;
        background:#0f172a;
    }
    .home-page .site-header .brand-text,
    .home-page .site-header .main-nav a,
    .home-page .site-header .nav-admin{
        color:#fff;
    }
    .df-home-hero{
        min-height:auto;
        padding:34px 0 72px;
        background-position:center;
    }
    .df-home-hero-topline{
        margin-bottom:14px;
        font-size:.84rem;
    }
    .df-home-searchbar,
    .df-home-searchbar-search{
        grid-template-columns:1fr;
        border-radius:22px;
        padding:12px;
    }
    .df-search-item input,
    .df-search-item select,
    .df-search-submit{
        min-height:54px;
        border-radius:16px;
    }
    .df-zap-grid,
    .df-zap-grid-compact{
        grid-template-columns:1fr;
    }
    .df-zap-actions{
        grid-template-columns:1fr;
    }
    .df-detail-price-line{
        align-items:flex-start;
        flex-direction:column;
        gap:8px;
    }
}


.site-footer-refined{
    margin-top:26px;
    background:
        radial-gradient(circle at top left, rgba(214,170,58,.16) 0%, rgba(214,170,58,0) 28%),
        linear-gradient(180deg,#081223 0%,#06101f 100%);
    padding-top:34px;
}
.footer-grid-refined{
    grid-template-columns: minmax(0,1.35fr) minmax(180px,.8fr) minmax(180px,.9fr) minmax(220px,1fr);
    gap:30px 26px;
}
.footer-brand-col-refined{
    padding-right:12px;
}
.footer-brand-link{
    display:inline-flex;
    align-items:center;
    margin-bottom:12px;
}
.footer-brand-logo{
    width:140px;
    height:auto;
    object-fit:contain;
    filter: drop-shadow(0 12px 24px rgba(0,0,0,.18));
}
.footer-brand-col-refined h3{
    margin-bottom:12px;
    font-size:1.1rem;
}
.footer-copy{
    max-width:540px;
}
.footer-social-row-refined{
    margin-top:8px;
}
.footer-social-link-clean{
    width:40px;
    height:40px;
    border-radius:999px;
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.08);
}
.footer-social-link-clean img{
    width:22px;
    height:22px;
}
.footer-list-compact{
    gap:10px;
}
.footer-list a,
.footer-attendance-card-refined p{
    color:#dbe4f0;
}
.footer-list a{
    transition:color .18s ease, transform .18s ease;
}
.footer-list a:hover{
    color:#fff;
    transform:translateX(2px);
}
.footer-attendance-card-refined{
    padding:16px 18px;
    border-radius:18px;
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.08);
}
.footer-bottom-refined{
    margin-top:24px;
    padding-top:16px;
    padding-bottom:20px;
}
@media (max-width: 1180px){
    .footer-grid-refined{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}
@media (max-width: 680px){
    .site-footer-refined{
        padding-top:28px;
    }
    .footer-grid-refined{
        grid-template-columns:1fr;
        gap:24px;
    }
    .footer-brand-logo{
        width:124px;
    }
    .footer-attendance-card-refined{
        padding:14px 16px;
    }
}
