    
       /* Cores de Referência: #629b8a (Verde) e #212e38 (Azul Escuro) */

    .editorial-property-sec,
    .editorial-property-sec>.container,
    .editorial-property-sec>.container>.row {
        overflow: visible !important;
    }

    #slider-sec {
        background-color: #172128 !important;
        background-image:
            radial-gradient(circle at 85% 15%, rgba(98, 155, 138, 0.45) 0%, rgba(23, 33, 40, 0) 55%),
            radial-gradient(circle at 15% 85%, rgba(33, 46, 56, 0.75) 0%, rgba(23, 33, 40, 0) 65%),
            linear-gradient(to right, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
            linear-gradient(to bottom, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
            linear-gradient(rgba(23, 33, 40, 0.82), rgba(23, 33, 40, 0.88)),
            url('/img/DJI_0032.JPG');

        background-size: 100% 100%, 100% 100%, 60px 60px, 60px 60px, 100% 100%, cover;
        background-position: center, center, center, center, center, center;
        background-repeat: no-repeat, no-repeat, repeat, repeat, no-repeat, no-repeat;

        padding: 80px 0;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    .hero-solid-content {
        position: relative;
        z-index: 2;
        text-align: center;
        width: 100%;
        margin-top: 80px;
    }

    .banner-status-badge {
        background-color: #d97706;
        color: #ffffff;
        font-size: 9px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px;
        padding: 4px 10px;
        border-radius: 4px;
        display: inline-block;
        margin-bottom: 20px;
    }

    .hero-title {
        font-size: 42px;
        font-weight: 700;
        color: #ffffff;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin: 0 0 6px 0;
        text-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

    .hero-subtitle {
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 4px;
        color: #629b8a;
        font-weight: 600;
        display: block;
        margin-bottom: 20px;
    }

    .hero-metadata-grid {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding-top: 15px;
        margin-top: 0px;
        display: flex;
        justify-content: center;
        gap: 80px;
        flex-wrap: wrap;
    }

    .hero-meta-item {
        display: flex;
        flex-direction: column;
        gap: 4px;
        text-align: center;
        min-width: 200px;
    }

    .hero-meta-label {
        font-size: 10px;
        font-weight: 700;
        color: #629b8a;
        text-transform: uppercase;
        letter-spacing: 1.5px;
    }

    .hero-meta-value {
        font-size: 14px;
        font-weight: 600;
        color: #ffffff;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        white-space: nowrap;
    }

    @media (max-width: 575px) {
        .hero-metadata-grid {
            gap: 30px;
            flex-direction: column;
            align-items: center;
        }

        .hero-meta-value {
            white-space: normal;
        }
    }

    .editorial-property-sec {
        background-color: #ffffff;
        padding: 60px 0 80px 0;
        color: #111111;
    }

    /* ==========================================================
       FILTRO DE PISOS (PRIMÁRIO)
       ========================================================== */
    .primary-floor-selector-wrapper {
        display: flex;
        align-items: center;
        gap: 20px;
        margin-bottom: 40px;
        background-color: #212e38;
        padding: 16px 28px;
        border-radius: 12px;
        box-shadow: 0 8px 25px rgba(33, 46, 56, 0.15);
    }

    .primary-floor-title {
        font-size: 12px;
        font-weight: 700;
        color: #629b8a;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .primary-floor-tabs {
        display: flex;
        gap: 8px;
        flex-wrap: wrap;
    }

    .primary-floor-btn {
        background-color: rgba(255, 255, 255, 0.06);
        border: 1px solid rgba(255, 255, 255, 0.12);
        color: #ffffff;
        padding: 10px 24px;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        border-radius: 6px;
        cursor: pointer;
        transition: all 0.25s ease;
    }

    .primary-floor-btn:hover {
        background-color: rgba(98, 155, 138, 0.2);
        border-color: #629b8a;
    }

    .primary-floor-btn.active {
        background-color: #629b8a;
        border-color: #629b8a;
        box-shadow: 0 4px 12px rgba(98, 155, 138, 0.3);
        color: #ffffff;
    }

    @media (max-width: 767px) {
        .primary-floor-selector-wrapper {
            flex-direction: column;
            gap: 12px;
            padding: 16px;
        }

        .primary-floor-tabs {
            width: 100%;
            justify-content: center;
        }

        .primary-floor-btn {
            flex: 1;
            text-align: center;
            min-width: 80px;
        }
    }

    /* GESTÃO DE VISIBILIDADE DOS PISOS */
    .floor-container-pane {
        display: none;
        opacity: 0;
        transition: opacity 0.4s ease;
    }

    .floor-container-pane.active {
        display: block;
        opacity: 1;
    }

    /* ==========================================================
       NAVEGAÇÃO DE ASSETS (SECUNDÁRIO)
       ========================================================== */
    .property-nav-wrapper {
        position: relative;
        background-color: #f1f5f9;
        padding: 6px;
        border-radius: 10px;
        border: 1px solid #e2e8f0;
        margin-bottom: 35px;
        width: 100%;
    }

    .property-assets-nav {
        display: flex;
        gap: 6px;
        margin-bottom: 0 !important;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none !important;
    }

    .property-assets-nav::-webkit-scrollbar {
        display: none !important;
    }

    .asset-tab-btn {
        background: transparent;
        border: none;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        color: #64748b;
        padding: 10px 18px;
        border-radius: 6px;
        cursor: pointer;
        transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
        outline: none;
        flex-shrink: 0;
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }

    .asset-tab-btn i {
        font-size: 14px;
        color: #629b8a;
        transition: color 0.25s ease;
    }

    .asset-tab-btn:hover {
        color: #212e38;
        background-color: rgba(33, 46, 56, 0.05);
    }

    .asset-tab-btn.active {
        color: #ffffff !important;
        background-color: #212e38 !important;
        font-weight: 700;
        box-shadow: 0 4px 12px rgba(33, 46, 56, 0.15);
    }

    .asset-tab-btn.active i {
        color: #629b8a !important;
    }

    /* RESPONSIVO MOBILE */
    @media (max-width: 991px) {
        .property-nav-wrapper {
            background-color: #f8fafc !important;
            border: 1px solid #e2e8f0 !important;
            padding: 8px !important;
            border-radius: 12px !important;
            margin-bottom: 25px !important;
        }

        .property-assets-nav {
            display: grid !important;
            grid-template-columns: repeat(6, 1fr) !important;
            gap: 6px !important;
            padding: 0 !important;
            margin: 0 !important;
            width: 100% !important;
            white-space: normal !important;
            overflow: visible !important;
        }

        .asset-tab-btn {
            display: flex !important;
            flex-direction: column !important;
            align-items: center !important;
            justify-content: center !important;
            text-align: center !important;
            background-color: #ffffff !important;
            border: 1px solid #e2e8f0 !important;
            color: #64748b !important;
            padding: 8px 4px !important;
            border-radius: 8px !important;
            font-size: 9.5px !important;
            font-weight: 700 !important;
            letter-spacing: 0.5px !important;
            line-height: 1.2 !important;
            transition: all 0.2s ease !important;
            min-height: 54px !important;
            width: 100% !important;
            grid-column: span 2 !important;
        }

        .asset-tab-btn i {
            font-size: 16px !important;
            color: #629b8a !important;
            margin-bottom: 3px !important;
        }

        .asset-tab-btn.active {
            background-color: #212e38 !important;
            border-color: #212e38 !important;
            color: #ffffff !important;
            box-shadow: 0 4px 10px rgba(33, 46, 56, 0.1) !important;
        }

        .asset-tab-btn.active i {
            color: #629b8a !important;
        }

        .custom-scroll-track {
            display: none !important;
        }
    }

    .custom-scroll-track {
        display: none;
        position: relative;
        width: 100%;
        height: 3px;
        background-color: #cbd5e1;
        border-radius: 4px;
        margin-top: 6px;
        overflow: hidden;
    }

    .custom-scroll-thumb {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 25%;
        background-color: #629b8a;
        border-radius: 4px;
        will-change: transform, width;
    }

    .asset-content-pane {
        display: none;
        opacity: 0;
        transform: translateY(8px);
        transition: opacity 0.35s ease, transform 0.35s ease;
    }

    .asset-content-pane.active {
        display: block;
        opacity: 1;
        transform: translateY(0);
    }

    .stacked-images-wrapper {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .stacked-images-wrapper a {
        display: block;
        width: 100%;
        cursor: zoom-in;
    }

    .stacked-images-wrapper img {
        width: 100%;
        height: auto;
        display: block;
        box-shadow: 0 6px 25px rgba(0, 0, 0, 0.04);
        transition: transform 0.3s ease;
    }

    .stacked-images-wrapper a:hover img {
        transform: scale(1.01);
    }

    .video-asset-player {
        width: 100%;
        overflow: hidden;
        background: #000;
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    }

    .specs-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
        padding: 35px;
        background-color: #fcfdfd;
        border: 1px solid #f0f2f2;
    }

    @media (max-width: 575px) {
        .specs-grid {
            grid-template-columns: 1fr;
        }
    }

    .spec-item {
        border-bottom: 1px solid #f0f0f0;
        padding-bottom: 12px;
    }

    .spec-title {
        font-size: 11px;
        font-weight: 700;
        color: #212e38;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        margin-bottom: 4px;
        display: block;
    }

    .spec-value {
        font-size: 15px;
        color: #555555;
        font-weight: 400;
    }

    .prop-share-block {
        border-top: 1px solid #eeeeee;
        padding-top: 25px;
        display: flex;
        align-items: center;
        gap: 15px;
        flex-wrap: wrap;
        margin-top: 40px;
    }

    .prop-share-block span {
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        color: #212e38;
    }

    .prop-share-links {
        display: flex;
        gap: 10px;
    }

    .prop-share-links a {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background-color: #ffffff;
        border: 1px solid #e2e8f0;
        color: #212e38;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        font-size: 14px;
    }

    .prop-share-links a:hover {
        background-color: #629b8a;
        border-color: #629b8a;
        color: #ffffff;
        transform: translateY(-2px);
    }

    /* LEGENDA DE ESTADOS */
    .floor-status-legend {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        margin-bottom: 25px;
        padding-left: 5px;
        margin-top: 5px;
    }

    .legend-item {
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 11px;
        font-weight: 600;
        color: #64748b;
        text-transform: uppercase;
    }

    .legend-dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
    }

    .legend-dot.disp { background-color: #22c55e; }
    .legend-dot.vend { background-color: #ef4444; }
    .legend-dot.resv { background-color: #f59e0b; }

    @media (max-width: 575px) {
        .floor-status-legend { justify-content: center; }
    }

    .overall-interactive-view {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .interactive-map-container {
        position: relative;
        width: 100%;
        overflow: hidden;
        border: 1px solid #f1f5f9;
        border-radius: 6px;
        background-color: #fafafa;
    }

    .interactive-map-container img {
        width: 100%;
        height: auto;
        display: block;
    }

    .floorplan-svg-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 4;
        pointer-events: none;
    }

    .map-polygon {
        pointer-events: auto;
        stroke-width: 0.5;
        transition: fill 0.35s ease, stroke 0.35s ease;
        cursor: pointer;
    }

    /* CORES DINÂMICAS POR ESTADO */
    .map-polygon.status-disponivel {
        fill: rgba(34, 197, 94, 0.1) !important;
        stroke: rgba(34, 197, 94, 0.4) !important;
    }
    .map-polygon.status-disponivel:hover,
    .map-polygon.status-disponivel.highlighted {
        fill: rgba(34, 197, 94, 0.35) !important;
        stroke: rgba(34, 197, 94, 0.9) !important;
    }

    .map-polygon.status-vendido {
        fill: rgba(239, 68, 68, 0.1) !important;
        stroke: rgba(239, 68, 68, 0.4) !important;
    }
    .map-polygon.status-vendido:hover,
    .map-polygon.status-vendido.highlighted {
        fill: rgba(239, 68, 68, 0.35) !important;
        stroke: rgba(239, 68, 68, 0.9) !important;
    }

    .map-polygon.status-reservado {
        fill: rgba(245, 158, 11, 0.1) !important;
        stroke: rgba(245, 158, 11, 0.4) !important;
    }
    .map-polygon.status-reservado:hover,
    .map-polygon.status-reservado.highlighted {
        fill: rgba(245, 158, 11, 0.35) !important;
        stroke: rgba(245, 158, 11, 0.9) !important;
    }

    .map-polygon.status-vendido,
    .hotspot-pin.status-vendido,
    .hotspot-pin.status-vendido .pin-label {
        cursor: default !important;
    }

    /* HOTSPOTS INTERATIVOS */
    .hotspot-pin {
        position: absolute;
        width: 38px;
        height: 38px;
        transform: translate(-50%, -50%);
        cursor: pointer;
        z-index: 10 !important;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: opacity 0.25s ease;
    }

    .pin-label {
        position: relative;
        z-index: 2;
        width: 28px;
        height: 28px;
        background-color: #212e38;
        color: #ffffff;
        border: 2px solid #629b8a;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 11px;
        font-weight: 700;
        transition: all 0.3s ease;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    }

    .pin-pulse {
        position: absolute;
        top: 5px;
        left: 5px;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        border: 2px solid #629b8a;
        animation: pinPulseEffect 2s infinite ease-out;
        pointer-events: none;
        z-index: 1;
    }

    .hotspot-pin:hover .pin-label,
    .hotspot-pin.active-by-polygon .pin-label {
        transform: scale(1.15);
    }

    @keyframes pinPulseEffect {
        0% { transform: scale(0.95); opacity: 1; }
        100% { transform: scale(1.8); opacity: 0; }
    }

    /* BALÃO TOOLTIP */
    #apt-tooltip {
        position: absolute;
        background-color: rgba(33, 46, 56, 0.95);
        color: #ffffff;
        padding: 15px;
        border-radius: 6px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
        pointer-events: none;
        z-index: 9999;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: opacity 0.2s ease, transform 0.2s ease;
        min-width: 200px;
    }

    #apt-tooltip.show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .tt-header {
        font-size: 14px;
        font-weight: 700;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        padding-bottom: 8px;
        margin-bottom: 8px;
        text-transform: uppercase;
    }

    .tt-row {
        display: flex;
        justify-content: space-between;
        font-size: 11px;
        margin-bottom: 0px;
    }

    .tt-label {
        color: #94a3b8;
        font-weight: 600;
        text-transform: uppercase;
    }

    .tt-val {
        font-weight: 700;
    }

    /* DETALHE DA FRAÇÃO */
    .apartment-detail-view {
        background-color: #ffffff;
        border: 1px solid #f1f5f9;
        border-radius: 6px;
        padding: 25px;
        display: none;
        opacity: 0;
        transition: opacity 0.35s ease;
    }

    .apartment-detail-view.active {
        display: block;
        opacity: 1;
    }

    .detail-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: none !important;
        padding-bottom: 0px;
        margin-bottom: 20px;
        gap: 15px;
        flex-wrap: wrap;
    }

    .apt-detail-meta-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
        gap: 15px;
        background-color: #f8fafc;
        border: 1px solid #e2e8f0;
        padding: 15px;
        border-radius: 6px;
        margin-bottom: 20px;
    }

    .apt-meta-item {
        display: flex;
        flex-direction: column;
    }

    .apt-meta-item .meta-lbl {
        font-size: 10px;
        text-transform: uppercase;
        color: #64748b;
        font-weight: 700;
        margin-bottom: 2px;
    }

    .apt-meta-item .meta-val {
        font-size: 13px;
        color: #212e38;
        font-weight: 600;
    }

    .detail-plan-only-wrapper {
        width: 100%;
        background-color: #ffffff;
        border: 1px solid #f1f5f9;
        border-radius: 4px;
        padding: 10px;
    }

    .detail-plan-only-wrapper img {
        width: 100%;
        height: auto;
        display: block;
        cursor: zoom-in;
    }

    .back-to-general-btn {
        background-color: #629b8a;
        color: #ffffff;
        border: 1px solid #e2e8f0;
        padding: 8px 16px;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        cursor: pointer;
        border-radius: 4px;
        transition: all 0.25s ease;
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }

    .back-to-general-btn:hover {
        background-color: #4e8071;
        color: #ffffff;
    }
    
    .fancybox-slide--image .fancybox-content {
        width: auto !important;
        height: auto !important;
        max-width: 70vw !important;
        max-height: 75vh !important;
        margin: auto !important;
    }
    .fancybox-slide--image .fancybox-image {
        max-width: 100% !important;
        max-height: 100% !important;
        object-fit: contain !important;
    }
    .fancybox__slide .fancybox__content,
    .f-carousel__slide .f-image {
        max-width: 70vw !important;
        max-height: 75vh !important;
        object-fit: contain !important;
        margin: auto !important;
        border-radius: 4px;
    }