/* ═══════════════════════════════════════════════════════════════════════════════
   DUTRA IMÓVEIS V2 - ESTILOS
   Extraído de index-v2.html
   ═════════════════════════════════════════════════════════════════════════════════ */

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.font-serif {
    font-family: 'Georgia', serif;
}

.hero-banner {
    background: linear-gradient(rgba(0,0,0,0.35), rgba(0,0,0,0.45)),
                url('/img/hero-bg.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.x-property-card {
    transition: all 0.3s ease;
}

.x-property-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.2);
}

.property-image {
    overflow: hidden;
    aspect-ratio: 6/3;
    background: #f0f0f0;
}

.property-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.x-property-card:hover .property-image img {
    transform: scale(1.08);
}

.badge-info-preto {
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 6px 12px;
    border-radius: 2px;
    font-weight: 500;
    font-size: 0.75rem;
    letter-spacing: 0.3px;
}

.badge-destaque {
    background: #C9A961;
    color: white;
    padding: 8px 16px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-favorite {
    position: absolute;
    top: 16px;
    right: 16px;
    background: white;
    border: none;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #999;
    transition: all 0.3s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.btn-favorite:hover {
    background: #C9A961;
    color: white;
}

.stats-number {
    font-size: 3rem;
    font-weight: bold;
    color: #C9A961;
}

/* ═══════════════════════════════════════════════════════════════════════════════
   RESPONSIVO - MOBILE
   ═════════════════════════════════════════════════════════════════════════════════ */

/* Telas muito pequenas: 320px - 375px */
@media (max-width: 375px) {
    .hero-banner {
        height: 450px !important;
        padding-bottom: 0 !important;
    }
    
    .hero-banner > div:nth-child(2) {
        padding-top: 1.5rem;
    }
    
    .hero-banner h1 {
        font-size: 1.35rem;
        line-height: 1.1;
        margin-bottom: 0.5rem;
    }
    
    .hero-banner p {
        font-size: 0.8rem;
        margin-bottom: 1rem;
    }
    
    .stats-number {
        font-size: 1.75rem;
    }
    
    .bg-gradient-to-r {
        padding-top: 1.5rem !important;
    }
}

/* Telas pequenas: 376px - 480px */
@media (min-width: 376px) and (max-width: 480px) {
    .hero-banner {
        height: 480px !important;
        padding-bottom: 0 !important;
    }
    
    .hero-banner > div:nth-child(2) {
        padding-top: 2rem;
    }
    
    .hero-banner h1 {
        font-size: 1.5rem;
        line-height: 1.15;
        margin-bottom: 0.5rem;
    }
    
    .hero-banner p {
        font-size: 0.85rem;
        margin-bottom: 1rem;
    }
    
    .stats-number {
        font-size: 2rem;
    }
    
    .bg-gradient-to-r {
        padding-top: 2rem !important;
    }
}

/* Telas médias: 481px - 640px */
@media (min-width: 481px) and (max-width: 640px) {
    .hero-banner {
        height: 380px !important;
        padding-bottom: 0 !important;
    }
    
    .hero-banner > div:nth-child(2) {
        padding-top: 2rem;
    }
    
    .hero-banner h1 {
        font-size: 1.7rem;
        line-height: 1.2;
        margin-bottom: 0.5rem;
    }
    
    .hero-banner p {
        font-size: 0.9rem;
        margin-bottom: 1.25rem;
    }
    
    .stats-number {
        font-size: 2.25rem;
    }
    
    .bg-gradient-to-r {
        padding-top: 2rem !important;
    }
}

/* Telas tablet grandes: 769px - 1024px */
@media (min-width: 769px) and (max-width: 1024px) {
    .hero-banner {
        height: 440px !important;
        padding-bottom: 0 !important;
    }
    
    .hero-banner > div:nth-child(2) {
        padding-top: 2rem;
    }
    
    .hero-banner h1 {
        font-size: 2.2rem;
        line-height: 1.3;
        margin-bottom: 1rem;
    }
    
    .hero-banner p {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }
    
    .stats-number {
        font-size: 2.75rem;
    }
    
    .bg-gradient-to-r {
        padding-top: 2rem !important;
    }
}

/* Telas tablet pequenas: 641px - 768px */
@media (min-width: 641px) and (max-width: 768px) {
    .hero-banner {
        height: 380px !important;
        padding-bottom: 0 !important;
    }
    
    .hero-banner > div:nth-child(2) {
        padding-top: 2.5rem;
    }
    
    .hero-banner h1 {
        font-size: 1.9rem;
        line-height: 1.25;
        margin-bottom: 0.75rem;
    }
    
    .hero-banner p {
        font-size: 0.95rem;
        margin-bottom: 1.5rem;
    }
    
    .stats-number {
        font-size: 2.5rem;
    }
    
    .bg-gradient-to-r {
        padding-top: 2rem !important;
    }
}