﻿:root {
    --laranja: #e3642d;
    --laranja-escuro: #c45224;
    --azul-marinho: #043662;
    --azul-escuro: #022948;
    --azul-claro: #e6f2ff;
    --cinza-claro: #f8f9fa;
    --cinza-borda: #d8e1eb;
    --verde: #28a745;
    --texto: #274055;
    --shadow-soft: 0 10px 30px rgba(4, 54, 98, 0.08);
    --radius-lg: 18px;
    --radius-md: 12px;
}

html {
    scroll-behavior: smooth;
}

body.site-body {
    color: var(--texto);
    background: #fff;
    text-rendering: optimizeLegibility;
}

img {
    max-width: 100%;
    height: auto;
}

.skip-link {
    position: absolute;
    top: -48px;
    left: 16px;
    z-index: 1081;
    padding: 0.75rem 1rem;
    border-radius: 999px;
    background: var(--azul-marinho);
    color: #fff;
    text-decoration: none;
    transition: top 0.2s ease;
}

.skip-link:focus {
    top: 16px;
}

.bg-laranja { background-color: var(--laranja); }
.text-laranja { color: var(--laranja) !important; }
.bg-azul-marinho { background-color: var(--azul-marinho); }
.text-azul-marinho { color: var(--azul-marinho); }
.bg-azul-escuro { background-color: var(--azul-escuro); }
.bg-azul-claro { background-color: var(--azul-claro); }
.bg-verde { background-color: var(--verde); }
.text-verde { color: var(--verde); }

.btn-laranja {
    background-color: var(--laranja);
    color: #fff;
    border: 0;
}

.btn-laranja:hover,
.btn-laranja:focus {
    background-color: var(--laranja-escuro);
    color: #fff;
}

.btn-azul-marinho {
    background-color: var(--azul-marinho);
    color: #fff;
    border: 0;
}

.btn-azul-marinho:hover,
.btn-azul-marinho:focus {
    background-color: var(--azul-escuro);
    color: #fff;
}

.btn-verde {
    background-color: var(--verde);
    color: #fff;
}

.btn-verde:hover,
.btn-verde:focus {
    background-color: #218838;
    color: #fff;
}

.btn-outline-laranja {
    border: 1px solid var(--laranja);
    color: var(--laranja);
}

.btn-outline-laranja:hover,
.btn-outline-laranja:focus {
    background-color: var(--laranja);
    color: #fff;
}

.navbar {
    backdrop-filter: saturate(180%) blur(8px);
}

.navbar-brand {
    display: flex;
    align-items: center;
}

.logo-img {
    width: auto;
    height: 56px;
}

.navbar .nav-link {
    font-weight: 600;
    color: var(--azul-marinho);
}

.navbar .nav-link.active,
.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: var(--laranja);
}

.page-header {
    padding: 2.5rem 0;
    background: linear-gradient(180deg, #f9fbfd 0%, #eef4f9 100%);
    border-bottom: 1px solid rgba(4, 54, 98, 0.08);
}

.hero-section {
    background: linear-gradient(rgba(0, 58, 93, 0.8), rgba(0, 58, 93, 0.8)), url('https://images.unsplash.com/photo-1560518883-ce09059eeffa?auto=format&fit=crop&w=1200&q=80');
    background-size: cover;
    background-position: center;
    padding: 6rem 0;
    color: #fff;
}

.search-form,
.filter-sidebar,
.property-highlight,
.contact-card,
.contact-form,
.service-card {
    background: #fff;
    border: 1px solid rgba(4, 54, 98, 0.08);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-soft);
}

.search-form,
.filter-sidebar {
    padding: 1.5rem;
}

.filter-sidebar {
    position: sticky;
    top: 92px;
}

.filter-checkbox-list input {
    margin-right: 0.4rem;
}

.filter-checkbox-list label {
    display: inline-block;
    margin-bottom: 0.4rem;
}

.property-card {
    border: 0;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.property-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(4, 54, 98, 0.14);
}

.property-card-media {
    overflow: hidden;
}

.property-card .property-img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: center;
    background: #edf2f7;
}

.property-card .logo-sape {
    width: 72px;
    height: auto;
    z-index: 2;
}

.property-card .card-body {
    padding: 1rem 1rem 1.25rem;
}

.property-price-box {
    border-radius: 0.75rem 0 0 0;
    background: rgba(220, 53, 69, 0.92);
    min-width: 150px;
}

.property-stats {
    row-gap: 0.75rem;
}

.property-stats i {
    display: block;
    margin-bottom: 0.25rem;
    color: var(--laranja);
}

.search-empty-state {
    background: linear-gradient(180deg, #fbfdff 0%, #f3f8fc 100%);
    border-color: var(--cinza-borda);
}

.results-info {
    padding: 0.9rem 1rem;
    margin-bottom: 1.25rem;
    border: 1px solid rgba(4, 54, 98, 0.08);
    border-radius: var(--radius-md);
    background: linear-gradient(180deg, #f7fbff 0%, #edf5ff 100%);
}

.pagination .page-link {
    color: var(--azul-marinho);
    border-radius: 10px;
}

.pagination .page-link:hover,
.pagination .page-link:focus {
    color: var(--laranja);
}

.pagination .page-item.active .page-link {
    background-color: var(--azul-marinho);
    border-color: var(--azul-marinho);
    color: #fff;
    font-weight: 700;
}

.pagination .page-item.disabled .page-link {
    color: #9daabc;
}

.carousel-item {
    position: relative;
    overflow: hidden;
}

.carousel-item img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
    border-radius: 0.75rem;
}

.carousel-thumbnails {
    display: flex;
    gap: 0.5rem;
    margin-top: 10px;
    overflow-x: auto;
}

.carousel-thumbnails img {
    width: 80px;
    height: 60px;
    object-fit: cover;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.carousel-thumbnails img.active {
    opacity: 1;
    border: 2px solid var(--laranja);
}

.property-highlight {
    position: sticky;
    top: 92px;
    padding: 1.25rem;
}

.price-tag {
    font-size: 2rem;
    font-weight: 700;
    color: var(--laranja);
}

.property-code {
    display: inline-block;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    background-color: var(--azul-claro);
    color: var(--azul-marinho);
    font-weight: 700;
}

.property-features i {
    color: var(--laranja);
    margin-right: 10px;
}

.contact-card,
.contact-form,
.service-card {
    padding: 1.75rem 1.9rem;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.contact-card:hover,
.service-card:hover {
    transform: translateY(-5px);
}

.contact-icon,
.service-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--azul-claro);
}

.whatsapp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #25d366;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.whatsapp-btn:hover,
.whatsapp-btn:focus {
    background-color: #128c7e;
    color: #fff;
}

.site-footer {
    background: linear-gradient(180deg, #f9fbfd 0%, #f3f7fb 100%);
}

.footer-logo {
    max-width: 220px;
}

.footer-links a {
    transition: color 0.2s ease;
}

.footer-links a:hover,
.footer-links a:focus {
    color: var(--laranja) !important;
}

.map-container {
    overflow: hidden;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-soft);
}

.similar-properties {
    margin-top: 40px;
    padding: 40px 0;
    background-color: var(--cinza-claro);
}

.similar-properties .property-card {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08);
}

@media (max-width: 991.98px) {
    .hero-section {
        padding: 4.5rem 0;
    }

    .filter-sidebar,
    .property-highlight {
        position: static;
        top: auto;
    }
}

@media (max-width: 767.98px) {
    .page-header {
        padding: 2rem 0;
    }

    .hero-section {
        padding: 4rem 0;
    }

    .property-card .property-img,
    .carousel-item img {
        height: 220px;
    }

    .property-price-box {
        min-width: 132px;
    }
}
.watermarked {
    position: relative;
}

.watermarked::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('../../logow.png');
    background-size: 255px 112px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.18;
    pointer-events: none;
    z-index: 2;
}

.property-details-section {
    border-top: 1px solid rgba(4, 54, 98, 0.08);
    padding-top: 1.5rem;
}

.property-address {
    font-size: 1rem;
}
.property-badge { position: absolute; top: 10px; right: 10px; font-size: .85rem; padding: .3rem .7rem; border-radius: .5rem; z-index: 2; }

.site-navbar {
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid rgba(4, 54, 98, 0.08);
}

.site-navbar::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 3px;
    background: linear-gradient(90deg, var(--laranja) 0%, #ff9b74 40%, var(--azul-marinho) 100%);
}

.site-navbar-inner {
    min-height: 86px;
}

.site-navbar .navbar-collapse {
    align-items: center;
}

.site-navbar .navbar-nav {
    gap: 0.25rem;
}

.site-navbar .nav-link {
    border-radius: 999px;
    padding: 0.7rem 1rem;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.site-navbar .nav-link i {
    color: inherit;
}

.site-navbar .nav-link:hover,
.site-navbar .nav-link:focus {
    background: rgba(230, 242, 255, 0.95);
    transform: translateY(-1px);
}

.site-navbar .nav-link.active {
    background: linear-gradient(180deg, #f5faff 0%, #eaf4ff 100%);
    box-shadow: inset 0 0 0 1px rgba(4, 54, 98, 0.08);
}

.site-navbar-actions {
    align-items: center;
}

.site-whatsapp-btn {
    min-height: 46px;
    padding-inline: 1rem 1.1rem;
    border-radius: 999px;
    box-shadow: 0 12px 24px rgba(37, 211, 102, 0.18);
    font-weight: 700;
}

.site-whatsapp-btn:hover,
.site-whatsapp-btn:focus {
    transform: translateY(-1px);
    box-shadow: 0 16px 28px rgba(37, 211, 102, 0.22);
}

.property-stats > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    min-height: 58px;
}

.property-stats i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-bottom: 0.35rem;
    line-height: 1;
    color: var(--laranja);
}

.property-stats span {
    display: block;
    width: 100%;
    line-height: 1.2;
}

@media (max-width: 991.98px) {
    .site-navbar .navbar-collapse {
        margin-top: 0.9rem;
        padding-top: 0.9rem;
        border-top: 1px solid rgba(4, 54, 98, 0.08);
    }

    .site-navbar-actions {
        margin-top: 0.9rem;
        width: 100%;
    }

    .site-whatsapp-btn {
        width: 100%;
        justify-content: center;
    }
}
@media (min-width: 992px) {
    .site-navbar-inner {
        min-height: 78px;
        display: grid;
        grid-template-columns: auto 1fr auto;
        align-items: center;
        column-gap: 1rem;
    }

    .site-navbar .navbar-brand {
        margin-right: 0;
    }

    .site-navbar .logo-img {
        height: 64px;
    }

    .site-navbar-collapse {
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    .site-navbar .navbar-nav {
        margin: 0 auto;
        justify-content: center;
        flex-wrap: wrap;
    }

    .site-navbar-actions {
        justify-content: flex-end;
        min-width: max-content;
    }
}
.footer-links a,
.site-footer .text-muted {
    color: #4f5f6f !important;
}

.contact-card .text-muted,
.service-card .text-muted,
.contact-info .text-muted {
    color: #556575 !important;
}



