/*
Theme Name: Imobiliária ESCF
Description: Tema filho especializado para o subsite de imobiliária do Grupo ESCF
Template: Escritorio ESCF
Version: 1.0.0
Author: Grupo ESCF
Text Domain: imobiliaria-escf
*/

/* Import parent theme styles */
@import url("../Escritorio ESCF/style.css");

/* ==========================================================================
   Imobiliária ESCF - Tema Filho
   ========================================================================== */

/* ==========================================================================
   Fix for Anchor Navigation
   ========================================================================== */

/* Ensure smooth scrolling works */
html {
    scroll-behavior: smooth;
}

/* Add offset for fixed header */
section[id] {
    scroll-margin-top: 80px;
}

/* Ensure body can scroll */
body {
    overflow-x: hidden;
    overflow-y: auto !important;
}

/* ==========================================================================
   Contact Map Section with Overlay Form
   ========================================================================== */

.contact-map-area {
    min-height: 500px;
}

.contact-map-area .min-vh-75 {
    min-height: 400px !important;
}

.contact-map-area .contact-info-card {
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.contact-map-area .contact-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2) !important;
}

.contact-map-area .contact-form-overlay {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.95) !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-map-area .contact-form-overlay .section__title .title {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
}

.contact-map-area .contact-form-overlay .sub-title {
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-map-area .contact-info-wrap .contact-info-thumb img {
    max-width: 200px;
    height: auto;
}

@media (max-width: 991.98px) {
    .contact-map-area {
        min-height: 450px;
    }
    
    .contact-map-area .min-vh-75 {
        min-height: 350px !important;
        padding: 2rem 0;
    }
    
    .contact-map-area .contact-form-overlay {
        margin-top: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .contact-map-area .contact-info-wrap {
        margin-bottom: 2rem;
    }
    
    .contact-map-area .contact-info-card {
        margin-bottom: 1rem;
    }
}

/* ==========================================================================
   Gallery Page Styles
   ========================================================================== */

/* Gallery Filters */
.filters-section {
    border-bottom: 1px solid #e9ecef;
}

.gallery-filters {
    margin: 0;
}

.filter-btn {
    background: #ffffff;
    border: 2px solid #e9ecef;
    color: #6c757d;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
}

.filter-btn:hover,
.filter-btn.active {
    background: linear-gradient(45deg, #3498db, #2980b9);
    border-color: #3498db;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
}

/* Gallery Grid */
.gallery-section {
    min-height: 60vh;
}

.gallery-item {
    transition: all 0.3s ease;
}

.gallery-card {
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.gallery-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.gallery-image {
    position: relative;
    overflow: hidden;
    height: 250px;
    background: #f8f9fa;
}

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

.gallery-card:hover .gallery-image img {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-card:hover .gallery-overlay {
    opacity: 1;
}

.gallery-actions {
    display: flex;
    gap: 10px;
}
.service-details-thumb img {
	width: 100%;
}
.property-type-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: linear-gradient(45deg, #3498db, #2980b9);
    color: #ffffff;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.gallery-content {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.gallery-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.gallery-title a {
    color: #2c3e50;
    text-decoration: none;
    transition: color 0.3s ease;
}

.gallery-title a:hover {
    color: #3498db;
}

.gallery-location {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 15px;
}

.gallery-info {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    border-top: 1px solid #e9ecef;
}

.price, .area {
    text-align: center;
}

.price-label, .area-label {
    display: block;
    font-size: 0.8rem;
    color: #6c757d;
    margin-bottom: 2px;
}

.price-value {
    font-weight: 700;
    color: #27ae60;
    font-size: 1.1rem;
}

.area-value {
    font-weight: 600;
    color: #3498db;
    font-size: 1rem;
}

/* Hero Stats */
.hero-stats {
    border-left: 4px solid #3498db;
}

.stat-item {
    padding: 10px 0;
}

.stat-number {
    font-weight: 700;
    margin-bottom: 5px;
}

.stat-label {
    color: #6c757d;
    font-weight: 500;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #2c3e50 0%, #3498db 100%);
}

/* Image Modal */
#imageModal .modal-content {
    border: none;
    border-radius: 10px;
}

#imageModal img {
    border-radius: 5px;
    max-height: 70vh;
}

/* Loading States */
.gallery-item.loading {
    opacity: 0.7;
    pointer-events: none;
}

.gallery-item.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 10;
}

@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Responsive Gallery */
@media (max-width: 768px) {
    .gallery-filters {
        justify-content: flex-start !important;
        overflow-x: auto;
        padding-bottom: 10px;
    }
    
    .filter-btn {
        white-space: nowrap;
        margin-right: 10px;
    }
    
    .gallery-image {
        height: 200px;
    }
    
    .gallery-info {
        flex-direction: column;
        gap: 10px;
    }
    
    .hero-stats {
        margin-top: 30px;
    }
}

@media (max-width: 576px) {
    .gallery-content {
        padding: 15px;
    }
    
    .gallery-actions {
        flex-direction: column;
        gap: 5px;
    }
    
    .gallery-actions .btn {
        font-size: 0.8rem;
        padding: 5px 10px;
    }
}

/* Removido sistema de variáveis customizado - usando apenas variáveis do tema pai */

/* Header customizado para imobiliária */
.site-header {
    background: linear-gradient(135deg, var(--primary-color) 0%, #34495E 100%);
}

.site-logo img {
    max-height: 60px;
}

/* Navigation Menu - Força uma linha */
.navigation {
    display: flex !important;
    align-items: center;
    gap: 25px;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: nowrap !important;
    white-space: nowrap;
}


.navigation li a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    padding: 8px 0;
    transition: color 0.3s ease;
    display: block;
    white-space: nowrap;
}

.navigation li:hover a,
.navigation li.active a {
    color: #28a745;
}

/* WordPress menu active states - Current page indicators */
.navigation > li.current-menu-item > a,
.navigation > li.current_page_item > a,
.navigation > li.current-menu-ancestor > a,
.navigation > li.current-page-ancestor > a,
.navigation > li.current-menu-parent > a,
.navigation > li.current-page-parent > a {
    color: #28a745 !important;
    position: relative;
}

/* Active indicator line */
.navigation > li.current-menu-item > a::after,
.navigation > li.current_page_item > a::after,
.navigation > li.current-menu-ancestor > a::after,
.navigation > li.current-page-ancestor > a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #28a745;
}

.tgmenu__navbar-wrap {
    flex: 1;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.tgmenu__main-menu {
    width: 100%;
    max-width: none;
}

/* ========================================
   HERO SECTIONS - Consistente com Formação ESCF
======================================== */

.hero-section-imob {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

/* Hero Slider Sistema */
.hero-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 50%, #2c3e50 100%); /* Fallback sempre presente */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.hero-slide.active {
    opacity: 1;
}

/* Imagens reais da web para cada slide */
.hero-slide:nth-child(1) {
    background-image: url('https://images.pexels.com/photos/106399/pexels-photo-106399.jpeg?auto=compress&cs=tinysrgb&w=1920&h=1080&fit=crop');
}

.hero-slide:nth-child(2) {
    background-image: url('https://images.pexels.com/photos/280229/pexels-photo-280229.jpeg?auto=compress&cs=tinysrgb&w=1920&h=1080&fit=crop');
}

.hero-slide:nth-child(3) {
    background-image: url('https://images.pexels.com/photos/1396122/pexels-photo-1396122.jpeg?auto=compress&cs=tinysrgb&w=1920&h=1080&fit=crop');
}

/* Imagens reais da web para outras seções */
.about-thumb1-1 .img1 .thumb img[src=""],
.about-thumb1-1 .img1 .thumb img:not([src]) {
    content: url('https://images.pexels.com/photos/1396122/pexels-photo-1396122.jpeg?auto=compress&cs=tinysrgb&w=800&h=600&fit=crop');
}

/* Imagens reais para propriedades */
.property-card img[src=""],
.property-card img:not([src]) {
    content: url('https://images.pexels.com/photos/106399/pexels-photo-106399.jpeg?auto=compress&cs=tinysrgb&w=600&h=400&fit=crop');
}

.hero-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}
.scroll-to-top {
	display: none!important;
}

/* Fallback para imagens que não carregarem */
.hero-slide:not([data-bg-loaded="true"])::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 0;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(0, 0, 0, 0.7);
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    color: white;
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 0;
}

/* Badge similar ao "Centro de Formação ESCF" */
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 24px;
    transition: all 0.3s ease;
}

.hero-badge:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
}

.hero-badge i {
    color: #4CAF50;
    font-size: 16px;
}

.hero-title {
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 24px;
    font-size: clamp(2.5rem, 5vw, 4rem);
    color: white;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

/* Classe para destacar palavras em verde como "Excelência" */
.text-highlight {
    color: #4CAF50;
}

.hero-subtitle {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}

/* Hero CTA Buttons - Estilo idêntico ao da formação */
.hero-cta,
.hero-buttons {
    display: flex;
    justify-content: center;
    gap: 22px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.hero-buttons .btn {
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-transform: none;
    letter-spacing: 0.5px;
    min-width: 180px;
    border: none;
}
.footer__newsletter-form .btn {
	height: 45px !important;
}
.hero-buttons .btn-primary,
.btn-success {
    background: #4CAF50;
    color: white;
    box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
}

.hero-buttons .btn-primary:hover,
.btn-success:hover {
    background: #45a049;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(76, 175, 80, 0.4);
}

.hero-buttons .btn-outline-light,
.hero-buttons .btn-secondary {
    background: #4CAF50;
    color: white;
    box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
}

.hero-buttons .btn-outline-light:hover,
.hero-buttons .btn-secondary:hover {
    background: #45a049;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(76, 175, 80, 0.4);
}

/* Hero Stats - Similar ao tema formação */
.hero-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 32px;
    max-width: 800px;
    margin: 0 auto;
}

.stat-item {
    text-align: center;
    padding: 24px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    transition: all 0.3s ease;
}

.stat-item:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #4CAF50;
    display: block;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}

.hero-image img {
    border-radius: 12px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.4);
}

/* Scroll Indicator */
.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.scroll-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    transition: all var(--transition-normal);
}

.scroll-btn:hover {
    color: var(--sistema-white);
    text-decoration: none;
    transform: translateY(-5px);
}

.scroll-mouse {
    width: 24px;
    height: 40px;
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 12px;
    position: relative;
}

.scroll-wheel {
    width: 3px;
    height: 6px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 2px;
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    animation: scrollAnimation 2s infinite;
}

@keyframes scrollAnimation {
    0% { opacity: 1; top: 8px; }
    50% { opacity: 0.3; }
    100% { opacity: 1; top: 22px; }
}

.scroll-text {
    font-size: 0.85rem;
    font-family: var(--font-primary);
    font-weight: var(--font-weight-medium);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Hero Breadcrumb para páginas internas */
.hero-breadcrumb {
    color: white;
    position: relative;
}



.hero-breadcrumb .container {
    position: relative;
    z-index: 2;
}

.hero-breadcrumb .breadcrumb {
    background: transparent;
    margin-bottom: 1.5rem;
    font-size: 14px;
}

.hero-breadcrumb .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

.hero-breadcrumb .breadcrumb-item a:hover {
    color: white;
}

.hero-breadcrumb .breadcrumb-item.active {
    color: white;
}

.page-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.page-subtitle {
    font-size: 1.2rem;
    opacity: 0.9;
    font-weight: 300;
}

/* ========================================
   SEÇÕES PRINCIPAIS
======================================== */

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 1rem;
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 4px;
    background: var(--secondary-color);
    border-radius: 2px;
}

.section-title.text-center::after {
    left: 50%;
    transform: translateX(-50%);
}

.section-subtitle {
    font-size: 1.1rem;
    color: var(--text-light);
    line-height: 1.6;
}

/* ========================================
   CARDS DE SERVIÇOS
======================================== */
.service-card .box-icon::before {
    content: "";
    display: block;
}
.service-card .style2 .box-content .box-icon::after {
    inset: 0;
    width: auto;
    height: auto;
    opacity: 0.15;
    transition: 0.4s;
    z-index: -1;
}
.service-card .box-icon::after {
    content: "";
    position: absolute;
    width: 51px;
    height: 51px;
    border-radius: 50%;
    background: var(--tg-theme-primary);
    opacity: 0.1;
    top: 0;
    right: -15px;
}
/* ========================================
   EQUIPE TÉCNICA
======================================== */

.team-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    text-align: center;
}

.team-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.team-image {
    position: relative;
    overflow: hidden;
    height: 250px;
}

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

.team-card:hover .team-image img {
    transform: scale(1.05);
}

.default-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: var(--background-light);
    color: var(--text-light);
}

.team-content {
    padding: 1.5rem;
}

.team-name {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}

.team-creci {
    color: var(--primary-color);
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.team-specialties {
    color: var(--text-light);
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.team-contact .btn {
    margin: 0 0.25rem;
}

/* Cards de membros da equipe - página sobre */
.team-member-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: all 0.3s ease;
}

.team-member-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.member-image {
    height: 300px;
    overflow: hidden;
}

.member-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.member-content {
    padding: 2rem;
}

.member-name {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}

.member-creci {
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.member-bio {
    color: var(--text-light);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.member-specialties,
.member-certifications {
    margin-bottom: 1rem;
}

.member-specialties h6,
.member-certifications h6 {
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}

.contact-methods {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
}

.contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--primary-color);
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(46, 89, 132, 0.3);
    color: white;
}

/* ========================================
   BUSCA DE PROPRIEDADES
======================================== */

.property-search {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    padding: 2rem;
    margin-bottom: 3rem;
}

.search-form {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    align-items: end;
}

.form-group {
    margin-bottom: 1rem;
}
.box-icon i {
	color: var(--tg-theme-primary);
	font-size: 2rem;
}
.logo-text a {
	display: contents!important;
}
.form-group label {
    font-weight: 500;
    color: #333;
    margin-bottom: 0.5rem;
    display: block;
    font-size: 14px;
}
.hero-description {
	color: #fff;
}
.form-group input,
.form-group select {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.95);
    color: #333;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: #333;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
    background: white;
}

.btn-search {
    background: #333;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    font-size: 14px;
}

.btn-search:hover {
    background: #555;
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

/* Cards de propriedades */
.property-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    margin-bottom: 2rem;
}

.property-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.property-image {
    position: relative;
    height: 250px;
    overflow: hidden;
}

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

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

.property-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--accent-color);
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
}

.property-price {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: rgba(0,0,0,0.8);
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 1.1rem;
}

.property-content {
    padding: 1.5rem;
}

.property-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.property-title a {
    color: var(--text-dark);
    text-decoration: none;
}

.property-title a:hover {
    color: var(--primary-color);
}

.property-location {
    color: var(--text-light);
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.property-features {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--text-light);
    font-size: 0.9rem;
}

.feature-item i {
    color: var(--primary-color);
}

.property-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-details {
    background: var(--primary-color);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-details:hover {
    background: #1E3A5F;
    transform: translateY(-2px);
}

.btn-contact {
    background: var(--accent-color);
    color: white;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-contact:hover {
    background: #219A52;
    transform: translateY(-2px);
}

/* ========================================
   MISSÃO, VISÃO E VALORES
======================================== */

.mvv-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
    border-top: 4px solid var(--primary-color);
}

.mvv-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

.mvv-icon {
    margin-bottom: 1.5rem;
}

.mvv-content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

.mvv-content p {
    color: var(--text-light);
    line-height: 1.6;
}

.values-list {
    list-style: none;
    padding: 0;
    text-align: left;
}

.values-list li {
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

/* ========================================
   CERTIFICAÇÕES
======================================== */

.certifications-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    text-align: center;
}

.cert-item {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.cert-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

.cert-logo {
    margin-bottom: 1rem;
}

.cert-logo img {
    max-width: 80px;
    height: auto;
}

.cert-item h5 {
    color: var(--text-dark);
    font-weight: 600;
    margin-bottom: 1rem;
}

.cert-item p {
    color: var(--text-light);
    line-height: 1.6;
}

/* Cards de certificação detalhados */
.certification-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.certification-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

.cert-icon {
    margin-bottom: 1.5rem;
}

.cert-logo {
    max-width: 100px;
    height: auto;
}

.cert-content h4 {
    color: var(--text-dark);
    font-weight: 600;
    margin-bottom: 1rem;
}

.cert-content p {
    color: var(--text-light);
    line-height: 1.6;
    margin-bottom: 1rem;
}

.cert-number {
    background: var(--background-light);
    padding: 0.5rem 1rem;
    border-radius: 8px;
    display: inline-block;
    font-size: 0.9rem;
}

.additional-licenses {
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    padding: 2rem;
    text-align: center;
}

.license-list {
    list-style: none;
    padding: 0;
}

.license-list li {
    margin-bottom: 0.75rem;
    text-align: left;
    color: var(--text-light);
}

/* ========================================
   VANTAGENS E RAZÕES
======================================== */

.advantage-list {
    margin-top: 2rem;
}

.advantage-item,
.reason-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.advantage-item:hover,
.reason-item:hover {
    transform: translateX(5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.advantage-icon,
.reason-icon {
    margin-right: 1rem;
    margin-top: 0.25rem;
}

.advantage-icon i,
.reason-icon i {
    font-size: 1.5rem;
    color: var(--primary-color);
}

.advantage-content h5,
.reason-content h5 {
    color: var(--text-dark);
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.advantage-content p,
.reason-content p {
    color: var(--text-light);
    line-height: 1.6;
    margin: 0;
}

/* ========================================
   SEÇÕES DE CTA
======================================== */

.cta-section,
.cta-contact,
.about-cta {
    background: linear-gradient(135deg, var(--primary-color) 0%, #2C3E50 100%);
    color: white;
    padding: 80px 0;
    text-align: center;
}

.cta-buttons,
.contact-buttons {
    margin-top: 2rem;
}

.cta-buttons .btn,
.contact-buttons .btn {
    padding: 15px 30px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-info {
    margin-top: 2rem;
}

/* ========================================
   PÁGINAS DE SERVIÇOS
======================================== */

.services-intro {
    padding: 60px 0;
}

.main-service-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    padding: 2.5rem;
    transition: all 0.3s ease;
    border-top: 4px solid var(--primary-color);
}

.main-service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.service-icon-large {
    margin-bottom: 2rem;
}

.main-service-card h3 {
    color: var(--text-dark);
    font-weight: 600;
    margin-bottom: 1rem;
}

.service-description {
    color: var(--text-light);
    line-height: 1.6;
    margin-bottom: 2rem;
}

.service-features {
    list-style: none;
    padding: 0;
    text-align: left;
}

.service-features li {
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
}

/* ========================================
   SINGLE SERVIÇOS
======================================== */

.service-hero {
    background: linear-gradient(135deg, var(--primary-color) 0%, #34495E 100%);
    padding: 100px 0 60px;
    color: white;
}

.service-title {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.service-subtitle {
    font-size: 1.3rem;
    opacity: 0.9;
    margin-bottom: 2rem;
}

.service-featured-image img {
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.service-content {
    padding: 80px 0;
}

.service-article {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    padding: 3rem;
    margin-bottom: 3rem;
}

.service-body {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-dark);
}

.service-body h2,
.service-body h3 {
    color: var(--primary-color);
    font-weight: 600;
    margin: 2rem 0 1rem;
}

.service-body p {
    margin-bottom: 1.5rem;
}

.service-body ul {
    margin: 1.5rem 0;
    padding-left: 2rem;
}

.service-body li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

/* Navegação entre serviços */
.service-navigation {
    background: var(--background-light);
    border-radius: 15px;
    padding: 2rem;
}

.nav-link {
    text-decoration: none;
    color: #333;
    display: block;
    padding: 12px 20px;
    border-radius: 8px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-weight: 400;
}

.nav-link:hover {
    background: #333;
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.nav-direction {
    font-size: 0.9rem;
    color: var(--text-light);
    display: block;
    margin-bottom: 0.25rem;
}

.nav-title {
    font-weight: 600;
    font-size: 1.1rem;
}

/* Sidebar */
.service-sidebar {
    padding-left: 2rem;
}

.sidebar-widget {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    padding: 2rem;
    margin-bottom: 2rem;
}

.widget-title {
    color: var(--text-dark);
    font-weight: 600;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--background-light);
}

.contact-widget {
    background: linear-gradient(135deg, var(--primary-color) 0%, #34495E 100%);
    color: white;
}

.contact-widget .widget-title {
    color: white;
    border-bottom-color: rgba(255,255,255,0.2);
}

.contact-widget p {
    opacity: 0.9;
    margin-bottom: 1.5rem;
}

.btn-block {
    width: 100%;
    margin-bottom: 0.5rem;
}

.contact-info-list {
    list-style: none;
    padding: 0;
}

.contact-info-list li {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.contact-info-list a {
    color: var(--primary-color);
    text-decoration: none;
}

.related-services-list {
    list-style: none;
    padding: 0;
}

.related-services-list li {
    margin-bottom: 1rem;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 1rem;
}

.related-services-list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.related-services-list a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--text-dark);
}

.related-services-list a:hover {
    color: var(--primary-color);
}

.service-thumb {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 1rem;
}

.service-info h6 {
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.service-info p {
    font-size: 0.85rem;
    color: var(--text-light);
    margin: 0;
}

.certifications-list {
    list-style: none;
    padding: 0;
}

.certifications-list .cert-item {
    background: transparent;
    box-shadow: none;
    padding: 0.75rem 0;
    border-radius: 0;
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

.certifications-list .cert-item:hover {
    transform: none;
}

/* ========================================
   SEÇÕES RELACIONADAS
======================================== */

.related-services-section {
    padding: 80px 0;
}

.service-card {
    border: 1px solid #f0f0f0;
}

.service-card-image {
    height: 200px;
    overflow: hidden;
}

.card-img-top {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.service-card:hover .card-img-top {
    transform: scale(1.05);
}

.service-card-body {
    padding: 1.5rem;
}

.service-card-title {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.service-card-title a {
    color: var(--text-dark);
    text-decoration: none;
}

.service-card-title a:hover {
    color: var(--primary-color);
}

.service-card-text {
    color: var(--text-light);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

/* ========================================
   PÁGINA SOBRE
======================================== */

.about-hero {
    background: linear-gradient(135deg, var(--primary-color) 0%, #34495E 100%);
    padding: 100px 0 60px;
    color: white;
}

.company-history {
    padding: 80px 0;
}

.history-content {
    padding-left: 2rem;
}

.history-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-dark);
}

.history-text .lead {
    font-size: 1.25rem;
    color: var(--primary-color);
    font-weight: 500;
}

.timeline-highlights {
    margin-top: 3rem;
}

.timeline-item {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.timeline-item:hover {
    transform: translateX(5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.timeline-icon {
    margin-right: 1rem;
}

.timeline-icon i {
    font-size: 1.5rem;
    color: var(--primary-color);
}

.timeline-content h6 {
    color: var(--text-dark);
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.timeline-content p {
    color: var(--text-light);
    margin: 0;
    font-size: 0.95rem;
}

.mission-vision-values {
    padding: 80px 0;
}

.full-team {
    padding: 80px 0;
}

.certifications-detailed {
    padding: 80px 0;
}

.why-choose-about {
    padding: 80px 0;
}

.reasons-list {
    padding-left: 2rem;
}

.about-image-final img {
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

/* ========================================
   RESPONSIVIDADE
======================================== */

@media (max-width: 768px) {
    .hero-section-imob {
        min-height: 80vh;
        background-attachment: scroll;
    }
    
    .hero-overlay {
        padding: 60px 0;
    }
    
    .hero-title {
        font-size: 2.5rem;
        line-height: 1.2;
        margin-bottom: 1rem;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
        margin-bottom: 1.5rem;
    }
    
    .hero-cta,
    .hero-buttons {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .hero-buttons .btn {
        width: 280px;
        max-width: 90%;
    }
    
    .hero-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .scroll-indicator {
        bottom: 20px;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .page-title {
        font-size: 2rem;
    }
    
    .service-title {
        font-size: 2rem;
    }
    
    .search-form {
        grid-template-columns: 1fr;
    }
    
    .property-features {
        justify-content: center;
    }
    
    .service-sidebar {
        padding-left: 0;
        margin-top: 3rem;
    }
    
    .history-content {
        padding-left: 0;
        margin-top: 2rem;
    }
    
    .reasons-list {
        padding-left: 0;
        margin-top: 2rem;
    }
    
    .advantage-item,
    .reason-item,
    .timeline-item {
        flex-direction: column;
        text-align: center;
    }
    
    .advantage-icon,
    .reason-icon,
    .timeline-icon {
        margin-right: 0;
        margin-bottom: 1rem;
    }
}

.hero-imobiliaria h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.hero-imobiliaria .subtitle {
    font-size: 1.3rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

/* Busca de imóveis */
.property-search {
    background: white;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    margin-top: -50px;
    position: relative;
    z-index: 10;
}

.search-form {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    align-items: end;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 5px;
}

.form-group select,
.form-group input {
    padding: 12px;
    border: 2px solid #E9ECEF;
    border-radius: 5px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

.form-group select:focus,
.form-group input:focus {
    outline: none;
    border-color: var(--primary-color);
}

.btn-search {
    background: var(--accent-color);
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-search:hover {
    background: #229954;
    transform: translateY(-2px);
}

/* Cards de propriedades */
.property-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    margin-bottom: 30px;
}

.property-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.property-image {
    position: relative;
    overflow: hidden;
    height: 250px;
}

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

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

.property-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--secondary-color);
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.property-price {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: rgba(0,0,0,0.8);
    color: white;
    padding: 8px 15px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 18px;
}

.property-content {
    padding: 25px;
}

.property-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 10px;
}

.property-location {
    color: var(--text-light);
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.property-location i {
    margin-right: 5px;
    color: var(--primary-color);
}

.property-features {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 15px 0;
    border-top: 1px solid #E9ECEF;
    border-bottom: 1px solid #E9ECEF;
}

.feature-item {
    display: flex;
    align-items: center;
    color: var(--text-light);
    font-size: 14px;
}

.feature-item i {
    margin-right: 5px;
    color: var(--primary-color);
}

.property-actions {
    display: flex;
    gap: 10px;
}

.btn-details {
    flex: 1;
    background: var(--primary-color);
    color: white;
    padding: 12px;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-details:hover {
    background: #1e3f5f;
}

.btn-contact {
    background: var(--secondary-color);
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-contact:hover {
    background: #d68910;
}

/* Seções específicas */
.services-imobiliaria {
    background: var(--background-light);
    padding: 80px 0;
}

.service-card-imob {
    background: white;
    padding: 40px 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.service-card-imob:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.service-icon-imob {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 30px;
    color: white;
}

/* Responsividade */
@media (max-width: 768px) {
    .hero-imobiliaria h1 {
        font-size: 2.5rem;
    }
    
    .search-form {
        grid-template-columns: 1fr;
    }
    
    .property-features {
        flex-direction: column;
        gap: 10px;
    }
    
    .property-actions {
        flex-direction: column;
    }
}

/* Animações */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.6s ease-out;
}

/* Formulário de contato específico */
.contact-form-imob {
    background: rgba(255, 255, 255, 0.98);
    padding: 32px;
    border-radius: 12px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.contact-form-imob .form-group {
    margin-bottom: 20px;
}

.contact-form-imob input,
.contact-form-imob textarea,
.contact-form-imob select {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.95);
    color: var(--system-black);
}

.contact-form-imob input:focus,
.contact-form-imob textarea:focus,
.contact-form-imob select:focus {
    outline: none;
    border-color: #333;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
    background: white;
}

.contact-form-imob .btn-submit {
    background: #4CAF50;
    color: white;
    padding: 12px 32px;
    border: none;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    font-size: 14px;
}

.contact-form-imob .btn-submit:hover {
    background: #45a049;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(76, 175, 80, 0.25);
}

/* ========================================
   SEÇÃO APRESENTAÇÃO / SOBRE IMOBILIÁRIA
======================================== */

#apresentacao {
    position: relative;
    overflow: hidden;
}

#apresentacao::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    z-index: -1;
}

.about-content {
    position: relative;
    z-index: 2;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1.5rem;
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 3px;
    background: #4CAF50;
    border-radius: 2px;
}

.about-text .lead {
    font-size: 1.25rem;
    font-weight: 300;
    color: #34495e;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.about-text p {
    color: #6c757d;
    line-height: 1.7;
    font-size: 1.1rem;
}

/* Mission, Vision, Values */
.mission-vision-values {
    margin-top: 2rem;
}

.mvv-item {
    padding: 1.5rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border-left: 4px solid #4CAF50;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.mvv-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(76, 175, 80, 0.02) 0%, rgba(76, 175, 80, 0.05) 100%);
    z-index: -1;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
}

.mvv-item:hover::before {
    transform: translateX(0);
}

.mvv-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border-left-color: #45a049;
}

.mvv-item h5 {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
}

.mvv-item h5 i {
    margin-right: 0.5rem;
    font-size: 1.2rem;
}

.mvv-item p {
    color: #6c757d;
    margin: 0;
    line-height: 1.6;
}

/* About Image */
.about-image {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.about-image img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    transition: transform 0.3s ease;
}

.about-image:hover img {
    transform: scale(1.05);
}

.about-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(76, 175, 80, 0.1) 0%, rgba(76, 175, 80, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.about-image:hover::after {
    opacity: 1;
}

/* Stats Cards para a seção sobre */
.about-stats {
    margin: 3rem 0;
    padding: 2rem;
    background: white;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.stat-card {
    text-align: center;
    padding: 1.5rem 1rem;
    border-radius: 12px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(76, 175, 80, 0.1), transparent);
    transition: left 0.6s ease;
}

.stat-card:hover::before {
    left: 100%;
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #4CAF50;
    margin-bottom: 0.5rem;
    display: block;
}

.stat-label {
    font-size: 0.9rem;
    color: #6c757d;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Decorative elements */
.about-decorative {
    position: absolute;
    opacity: 0.1;
    pointer-events: none;
}

.about-decorative.element-1 {
    top: 20%;
    right: 10%;
    font-size: 8rem;
    color: #4CAF50;
    transform: rotate(-15deg);
}

.about-decorative.element-2 {
    bottom: 20%;
    left: 5%;
    font-size: 6rem;
    color: #2c3e50;
    transform: rotate(15deg);
}

/* Responsividade da seção sobre */
@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
        text-align: center;
    }
    
    .section-title::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .about-text .lead {
        font-size: 1.1rem;
        text-align: center;
    }
    
    .mvv-item {
        margin-bottom: 1rem;
        padding: 1.25rem;
    }
    
    .about-image {
        margin-top: 2rem;
    }
    
    .about-stats {
        margin: 2rem 0;
        padding: 1.5rem;
    }
    
    .stat-card {
        margin-bottom: 1rem;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    .about-decorative {
        display: none;
    }
}

/* ===== CUSTOMIZAÇÃO DO LOGO NO HEADER DO TEMA PAI ===== */

/* Logo com texto do Imobiliaria ESCF */
.logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo a {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.logo-text,
.nav-logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.logo-text .brand,
.nav-logo-text .brand {
    font-size: 18px;
    font-weight: 700;
    color: white;
    margin: 0;
    transition: all 0.3s ease;
}

.logo-text .tagline,
.nav-logo-text .tagline {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
    margin-top: 2px;
}

/* Quando header faz scroll, ajustar cores */
.tg-header__area.sticky-menu .logo-text .brand {
    color: var(--secondary-color);
}

.tg-header__area.sticky-menu .logo-text .tagline {
    color: var(--sistema-body);
}

/* Mobile menu logo */
.nav-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
}

.nav-logo a {
    display: flex;
    align-items: center;
    gap: 12px;
}

.nav-logo-text .brand {
    color: var(--sistema-heading);
    font-size: 16px;
}

.nav-logo-text .tagline {
    color: var(--sistema-body);
}

/* Responsivo */
@media (max-width: 768px) {
    .logo-text,
    .nav-logo-text {
        display: none;
    }
}

/* ===== STICKY HEADER FUNCTIONALITY ===== */

/* Garantir que o sticky menu funcione corretamente */
.sticky-menu {
    position: fixed !important;
    left: 0 !important;
    margin: auto !important;
    top: 0 !important;
    width: 100% !important;
    z-index: 99 !important;
    background: rgba(23, 39, 39, 0.95) !important;
    animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown !important;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15) !important;
    border-radius: 0 !important;
    backdrop-filter: blur(10px) !important;
}

.tg-header__area-four.sticky-menu {
    background: rgba(23, 39, 39, 0.95) !important;
}

/* Animação do sticky header */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-100%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===== NAVEGAÇÃO CONSISTENTE ===== */

/* Garantir que o menu de navegação fique em uma linha */
.navigation {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 25px !important;
    align-items: center !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.offCanvas__overly.active {
	opacity: 0.7!important;
	visibility: visible;
}
select, .single-select, .form-control, .form-select, textarea, input {
	height: 55px;
	padding: 0 25px;
	border: 1px solid var(--tg-border-4);
	color: var(--tg-heading-color);
	background: var(--tg-color-white-default);
	font-size: 16px;
	font-weight: 300;
	width: 100%;
	font-family: var(--tg-body-font-family);
	transition: 0.4s ease-in-out;
	padding-right: 45px;
	border-radius: 5px;
    margin-bottom: 1rem;
}


.navigation li a {
    display: block !important;
    padding: 15px 0 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: rgba(255, 255, 255, 0.9) !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    white-space: nowrap !important;
}

/* Dropdown menus */
.navigation li ul {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    background: white !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1) !important;
    border-radius: 5px !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(10px) !important;
    transition: all 0.3s ease !important;
    min-width: 200px !important;
    z-index: 1000 !important;
}
.btn-six:focus, .btn-six:active, .btn-six:hover {
	color: #ffffff!important;
}
.navigation li:hover ul {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}
.navigation li {
    margin-right: 30px !important;
}
.navigation li ul li a {
    color: var(--sistema-heading) !important;
    padding: 10px 20px !important;
    border-bottom: 1px solid #f0f0f0 !important;
}

.navigation li ul li:last-child a {
    border-bottom: none !important;
}

.navigation li ul li a:hover {
    background: #f8f9fa !important;
    color: var(--accent-color) !important;
}

/* Mobile menu - WordPress active states (herda do tema pai mas reforça aqui) */
.tgmobile__menu-box .navigation > li.current-menu-item > a,
.tgmobile__menu-box .navigation > li.current_page_item > a,
.tgmobile__menu-box .navigation > li.current-menu-ancestor > a,
.tgmobile__menu-box .navigation > li.current-page-ancestor > a {
    color: #28a745 !important;
    font-weight: 700;
}

/* ===== HERO SECTION IMOBILIÁRIA - MELHORADO ===== */

.hero-section-imob {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
}

/* Background com Fallback */
.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-bg-image,
.hero-bg-fallback {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-bg-image {
    background-image: url('https://images.pexels.com/photos/106399/pexels-photo-106399.jpeg?auto=compress&cs=tinysrgb&w=1920&h=1080&fit=crop');
    opacity: 1;
    transition: opacity 0.5s ease;
}

.hero-bg-fallback {
    background: var(--gradient-dark);
    opacity: 0;
    transition: opacity 0.5s ease;
}

/* Se a imagem principal falhar, mostrar fallback */
.hero-bg-image.error {
    opacity: 0;
}

.hero-bg-image.error + .hero-bg-fallback {
    opacity: 1;
}

/* Hero Overlay e Gradient */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.hero-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

/* Hero Content */
.hero-content {
    position: relative;
    z-index: 3;
}

.hero-badge .badge {
    font-size: 12px;
    border-radius: 20px;
    background: var(--system-white);
    color: var(--system-black);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
}

.hero-title {
    line-height: 1.1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.text-gradient {
    background: linear-gradient(45deg, #ffffff, #e5e5e5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 300;
}

.hero-subtitle {
    line-height: 1.6;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

/* Hero Stats */
.hero-stats .stat-item {
    padding: 20px 15px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.hero-stats .stat-item:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.hero-stats .stat-number {
    font-size: 1.5rem;
    margin-bottom: 5px;
}

/* Buttons */
.hero-buttons .btn {
    border-radius: 6px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 14px;
    padding: 16px 32px;
}

.hero-buttons .btn:hover {
    transform: translateY(-1px);
}

.hero-buttons .btn-primary {
    background: var(--system-white);
    color: var(--system-black);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.15);
}

.hero-buttons .btn-primary:hover {
    background: var(--system-gray-100);
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.25);
}

.hero-buttons .btn-outline-light {
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.05);
    color: var(--system-white);
    backdrop-filter: blur(20px);
}

.hero-buttons .btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
}

/* Contact Info */
.hero-contact-info a {
    padding: 10px 16px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 13px;
}

.hero-contact-info a:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-1px);
}

/* Hero Visual Side */
.hero-visual {
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Property Cards Stack */
.property-cards-stack {
    position: relative;
    width: 280px;
    height: 350px;
}

.property-card-mini {
    position: absolute;
    width: 220px;
    height: 280px;
    background: var(--system-white);
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.property-card-mini.card-1 {
    top: 0;
    left: 0;
    z-index: 2;
    transform: rotate(-5deg);
}

.property-card-mini.card-2 {
    top: 20px;
    left: 40px;
    z-index: 1;
    transform: rotate(8deg);
}

.property-card-mini:hover {
    transform: rotate(0deg) scale(1.02);
    z-index: 3;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.property-card-mini .card-image {
    height: 180px;
    overflow: hidden;
}

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

.property-card-mini:hover .card-image img {
    transform: scale(1.1);
}

.property-card-mini .card-info {
    padding: 20px 15px;
}

.property-card-mini .price {
    font-size: 16px;
    font-weight: 600;
    color: var(--system-black);
}

/* Floating Elements */
.floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.floating-element {
    position: absolute;
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
    backdrop-filter: blur(20px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    animation: float 8s ease-in-out infinite;
}

.floating-element.element-1 {
    top: 10%;
    right: 10%;
    animation-delay: 0s;
}

.floating-element.element-2 {
    bottom: 20%;
    left: 5%;
    animation-delay: 2s;
}

.floating-element.element-3 {
    top: 50%;
    right: 5%;
    animation-delay: 4s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

/* Scroll Indicator */
.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.scroll-down {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: white;
    transition: all 0.3s ease;
}

.scroll-down:hover {
    color: #3498db;
    transform: translateY(-5px);
}

.scroll-text {
    font-size: 0.85rem;
    font-family: var(--font-primary);
    font-weight: var(--font-weight-medium);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.scroll-icon {
    width: 30px;
    height: 30px;
    border: 2px solid currentColor;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

/* Loading Overlay */
.hero-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    color: white;
    flex-direction: column;
}

.loading-spinner i {
    font-size: 3rem;
    margin-bottom: 20px;
    color: #3498db;
}

/* Responsive Design */
@media (max-width: 992px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-visual {
        margin-top: 50px;
        height: 400px;
    }
    
    .property-cards-stack {
        width: 240px;
        height: 300px;
    }
    
    .property-card-mini {
        width: 180px;
        height: 240px;
    }
    
    .floating-element {
        width: 50px;
        height: 50px;
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .hero-section-imob {
        min-height: 80vh;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-stats {
        margin-bottom: 30px !important;
    }
    
    .hero-buttons {
        flex-direction: column;
        gap: 15px !important;
    }
    
    .hero-buttons .btn {
        width: 100%;
        justify-content: center;
    }
    
    .hero-visual {
        display: none;
    }
    
    .hero-contact-info {
        flex-direction: column !important;
        gap: 10px !important;
    }
}

/* ===== ANIMAÇÕES E EFEITOS ADICIONAIS ===== */

/* Animação de pulso para stats */
.pulse-animation {
    animation: pulse 0.6s ease-in-out;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
        box-shadow: 0 0 20px rgba(52, 152, 219, 0.5);
    }
    100% {
        transform: scale(1);
    }
}

/* Efeito de hover nos elementos flutuantes */
.floating-elements.active .floating-element {
    animation-duration: 3s;
    box-shadow: 0 15px 40px rgba(52, 152, 219, 0.4);
}

/* Badge minimalista */
.bg-primary-gradient {
    background: var(--system-white);
    color: var(--system-black);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

/* Animação sutil de fade */
@keyframes subtleFade {
    0%, 100% {
        opacity: 0.8;
    }
    50% {
        opacity: 1;
    }
}

/* Efeito de glass morphism */
.glass-effect {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
}

/* Animações de entrada */
.fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease forwards;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Efeito de parallax mais suave */
.hero-background {
    transition: transform 0.1s ease-out;
}

/* Cursor personalizado para elementos interativos */
.property-card-mini,
.stat-item,
.floating-element {
    cursor: pointer;
}

/* Estados de loading */
.loading-shimmer {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

/* Melhorias de acessibilidade */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Melhoria para dispositivos com toque */
@media (hover: none) and (pointer: coarse) {
    .property-card-mini:hover,
    .floating-element:hover {
        transform: none;
    }
    
    .property-card-mini:active {
        transform: scale(0.98);
    }
}

/* === SEÇÃO MVVC (MISSÃO, VISÃO, VALORES, CREDENCIAIS) === */

.mvvc-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
    overflow: hidden;
}

.mvvc-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%234CAF50" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
    z-index: 0;
}

.mvvc-section .container {
    position: relative;
    z-index: 1;
}

.mvvc-card {
    background: white;
    border-radius: 20px;
    padding: 0;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 3px solid transparent;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.mvvc-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.6s ease;
    z-index: 1;
}

.mvvc-card:hover::before {
    left: 100%;
}

.mvvc-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.mvvc-card.active {
    border-color: #4CAF50;
    background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%);
    color: white;
}

.mvvc-card.active .mvvc-icon {
    background: rgba(255, 255, 255, 0.2);
    color: white;
}

.mvvc-card.active .mvvc-title {
    color: white;
}

.mvvc-header {
    padding: 30px 25px 20px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.mvvc-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 2rem;
    color: white;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(76, 175, 80, 0.3);
}

.mvvc-card:hover .mvvc-icon {
    transform: scale(1.1) rotateY(360deg);
}

.mvvc-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.mvvc-content {
    padding: 0 25px 30px;
    position: relative;
    z-index: 2;
}

.mvvc-content p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #6c757d;
    margin: 0;
}

.mvvc-card.active .mvvc-content p {
    color: rgba(255, 255, 255, 0.9);
}

.valores-list,
.credenciais-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.valores-list li,
.credenciais-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    font-size: 0.9rem;
    color: #6c757d;
    border-bottom: 1px solid rgba(108, 117, 125, 0.1);
    transition: all 0.3s ease;
}

.mvvc-card.active .valores-list li,
.mvvc-card.active .credenciais-list li {
    color: rgba(255, 255, 255, 0.9);
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

.valores-list li:last-child,
.credenciais-list li:last-child {
    border-bottom: none;
}

.valores-list li i,
.credenciais-list li i {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    color: #4CAF50;
    flex-shrink: 0;
}

.mvvc-card.active .valores-list li i,
.mvvc-card.active .credenciais-list li i {
    color: rgba(255, 255, 255, 0.8);
}

.valores-list li:hover,
.credenciais-list li:hover {
    transform: translateX(5px);
    color: #4CAF50;
}

.mvvc-card.active .valores-list li:hover,
.mvvc-card.active .credenciais-list li:hover {
    color: white;
    transform: translateX(5px);
}

/* Efeitos especiais para cada card */
.missao-card {
    background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%);
    color: white;
}

.visao-card:hover {
    border-color: #2196F3;
}

.valores-card:hover {
    border-color: #FF9800;
}

.credenciais-card:hover {
    border-color: #9C27B0;
}

/* Animações de entrada */
.mvvc-card {
    opacity: 0;
    transform: translateY(30px);
    animation: cardFadeInUp 0.8s ease-out forwards;
}

.mvvc-card:nth-child(1) {
    animation-delay: 0s;
}

.mvvc-card:nth-child(2) {
    animation-delay: 0.1s;
}

.mvvc-card:nth-child(3) {
    animation-delay: 0.2s;
}

.mvvc-card:nth-child(4) {
    animation-delay: 0.3s;
}

@keyframes cardFadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsividade para MVVC */
@media (max-width: 768px) {
    .mvvc-card {
        margin-bottom: 20px;
    }
    
    .mvvc-header {
        padding: 25px 20px 15px;
    }
    
    .mvvc-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    
    .mvvc-title {
        font-size: 1.1rem;
    }
    
    .mvvc-content {
        padding: 0 20px 25px;
    }
}
.logo-text span {
	color: #fff !important;
}
/* === BOTÕES E ELEMENTOS INTERATIVOS PARA SEÇÃO SOBRE === */

/* Botões da seção sobre */
.about-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.8rem 2rem;
    background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%);
    color: white;
    text-decoration: none;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
    position: relative;
    overflow: hidden;
}

.about-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
}

.about-btn:hover::before {
    width: 300px;
    height: 300px;
}

.about-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(76, 175, 80, 0.4);
    color: white;
    text-decoration: none;
}

.about-btn i {
    transition: transform 0.3s ease;
}

.about-btn:hover i {
    transform: translateX(3px);
}

/* Elementos de destaque */
.highlight-box {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-left: 4px solid #4CAF50;
    padding: 1.5rem;
    border-radius: 8px;
    margin: 2rem 0;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.highlight-box::before {
    content: '\f058';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: -10px;
    left: -10px;
    background: #4CAF50;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
}

.highlight-text {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

/* Timeline de experiência */
.timeline-container {
    position: relative;
    max-width: 800px;
    margin: 3rem auto;
}

.timeline-item {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    border-left: 4px solid #4CAF50;
    transition: transform 0.3s ease;
}

.timeline-item:hover {
    transform: translateX(10px);
}

.timeline-year {
    color: #4CAF50;
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.timeline-content h4 {
    color: #2c3e50;
    margin-bottom: 0.75rem;
}

.timeline-content p {
    color: #6c757d;
    margin-bottom: 0;
}

/* === ANIMAÇÕES ADICIONAIS PARA SEÇÃO SOBRE === */

/* Animação de entrada para cards MVV */
@keyframes slideInFromLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInFromRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInFromBottom {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Aplicar animações aos elementos */
.mvv-item:nth-child(1) {
    animation: slideInFromLeft 0.8s ease-out forwards;
}

.mvv-item:nth-child(2) {
    animation: slideInFromBottom 0.8s ease-out 0.2s forwards;
}

.mvv-item:nth-child(3) {
    animation: slideInFromRight 0.8s ease-out 0.4s forwards;
}

/* Animação de pulse para os números das estatísticas */
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.stat-number {
    animation: pulse 2s ease-in-out infinite;
}

/* Efeito de typing para textos destacados */
@keyframes typing {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

.highlight-text {
    overflow: hidden;
    white-space: nowrap;
    animation: typing 2s steps(20, end);
}

/* Animação para elementos decorativos */
@keyframes float {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(5deg);
    }
}

.about-decorative {
    animation: float 6s ease-in-out infinite;
}

.about-decorative.element-2 {
    animation-delay: -3s;
    animation-direction: reverse;
}

/* Efeito de loading shimmer para placeholders */
@keyframes shimmer {
    0% {
        background-position: -200px 0;
    }
    100% {
        background-position: calc(200px + 100%) 0;
    }
}

.loading-shimmer {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 37%, #f0f0f0 63%);
    background-size: 400px 100%;
    animation: shimmer 1.5s ease-in-out infinite;
}

/* Estados iniciais para elementos que serão animados */
.mvv-item,
.about-stats,
.timeline-item,
.highlight-box {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease-out;
}

/* Estado revelado */
.mvv-item.aos-animate,
.about-stats.aos-animate,
.timeline-item.aos-animate,
.highlight-box.aos-animate {
    opacity: 1;
    transform: translateY(0);
}
.about-thumb1-1 .image-anim {
	position: relative;
	overflow: hidden;
	height: 40rem;
}
.about-thumb1-1 {
	padding-right: 0px!important;
}

/* ========================================
   CTA Service Section Styles
   ======================================== */
.service-cta .cta-text {
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}

.service-cta .cta-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.service-cta .btn-lg {
    padding: 12px 30px;
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.service-cta .btn-light:hover {
    background-color: #f8f9fa;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.service-cta .btn-outline-light:hover {
    background-color: rgba(255,255,255,0.1);
    border-color: #fff;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .service-cta .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .service-cta .btn-lg {
        width: 100%;
        max-width: 280px;
    }
}

/* ========================================
   Contact Area com Mapa Background + Overlay
   ======================================== */
.contact-area-overlay {
    height: 500px;
    position: relative;
}

.contact-map-background {
    top: 0;
    left: 0;
    z-index: 1;
}

.contact-map-background iframe {
    width: 100%;
    height: 100%;
    filter: grayscale(30%) contrast(1.1) brightness(0.8);
}

.map-overlay-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(44, 62, 80, 0.75) 0%, rgba(52, 73, 94, 0.85) 100%);
    z-index: 2;
}

.contact-content-wrapper {
    position: relative;
    z-index: 3;
    height: 500px;
    display: flex;
    align-items: center;
    padding: 30px 0;
}

/* Informações de Contato - Lado Esquerdo */
.contact-info-cards {
    padding: 0 20px;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    color: white;
}

.contact-info-item:last-child {
    margin-bottom: 0;
}

.info-icon {
    background: #16a085;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(22, 160, 133, 0.3);
}

.info-icon i {
    color: white;
    font-size: 20px;
}

.info-content h5 {
    color: #16a085;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
    letter-spacing: 0.8px;
}

.info-content p {
    color: white;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
}

/* Formulário Sobreposto - Lado Direito */
.contact-form-overlay {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0 15px;
}

.contact-form-overlay .form-header {
    margin-bottom: 20px;
}

.contact-form-overlay .form-header h3 {
    color: #2c3e50;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.contact-form-overlay .form-header p {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 0;
}

.contact-form-overlay-style .form-control {
    border: 1px solid rgba(44, 62, 80, 0.15);
    border-radius: 8px;
    padding: 10px 15px;
    font-size: 14px;
    background: rgba(248, 249, 250, 0.8);
    transition: all 0.3s ease;
    color: #2c3e50;
    height: 40px;
}

.contact-form-overlay-style textarea.form-control {
    height: auto;
    min-height: 80px;
}

.contact-form-overlay-style .form-control:focus {
    border-color: #16a085;
    box-shadow: 0 0 0 0.25rem rgba(22, 160, 133, 0.15);
    background: white;
    color: #2c3e50;
}

.contact-form-overlay-style .form-control::placeholder {
    color: rgba(44, 62, 80, 0.6);
    font-weight: 400;
}

.contact-form-overlay-style select.form-control {
    cursor: pointer;
}

.contact-form-overlay-style select.form-control option {
    background: white;
    color: #2c3e50;
}

.btn-overlay-submit {
    background: linear-gradient(135deg, #16a085 0%, #138d75 100%);
    border: none;
    border-radius: 12px;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    color: white;
    transition: all 0.3s ease;
    text-transform: none;
    box-shadow: 0 4px 15px rgba(22, 160, 133, 0.3);
}

.btn-overlay-submit:hover {
    background: linear-gradient(135deg, #138d75 0%, #117a65 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(22, 160, 133, 0.4);
    color: white;
}

/* Responsive */
@media (max-width: 991px) {
    .contact-area-overlay {
        height: 600px;
    }
    
    .contact-content-wrapper {
        height: 600px;
        padding: 40px 0;
    }
    
    .contact-info-cards {
        margin-bottom: 40px;
        text-align: center;
    }
    
    .contact-info-item {
        justify-content: center;
        margin-bottom: 25px;
    }
    
    .contact-form-overlay {
        margin: 0 10px;
        padding: 20px;
    }
    
    .contact-form-overlay .form-header h3 {
        font-size: 1.4rem;
    }
}

@media (max-width: 576px) {
    .contact-form-overlay {
        margin: 0 10px;
        padding: 15px;
    }
    
    .contact-form-overlay-style .row .col-md-4,
    .contact-form-overlay-style .row .col-md-6 {
        margin-bottom: 10px;
    }
    
    .contact-info-item {
        margin-bottom: 20px;
    }
    
    .info-icon {
        width: 50px;
        height: 50px;
    }
    
    .info-content p {
        font-size: 16px;
    }
}
/* ========================================
   MULTI-STEP FORM - Consulta Imobiliária
   ======================================== */

/* Progress Indicator */
.appointment-progress {
    margin-bottom: 30px;
}

.progress-steps {
    display: flex;
    justify-content: space-between;
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}

.progress-steps::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    height: 2px;
    background: #e0e0e0;
    z-index: 0;
}

.progress-steps .step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition: all 0.3s ease;
}

.progress-steps .step .step-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e0e0e0;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s ease;
    border: 3px solid #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.progress-steps .step .step-label {
    font-size: 12px;
    color: #666;
    text-align: center;
    transition: all 0.3s ease;
    max-width: 80px;
}

.progress-steps .step.active .step-number {
    background: #4CAF50;
    color: #fff;
    transform: scale(1.1);
    box-shadow: 0 4px 15px rgba(0, 124, 186, 0.4);
}

.progress-steps .step.active .step-label {
    color: #015023;
    font-weight: 600;
}

.progress-steps .step.completed .step-number {
    background: #4CAF50;
    color: #fff;
}

.progress-steps .step.completed .step-number::after {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.progress-steps .step.completed .step-label {
    color: #4CAF50;
}

/* Form Steps */
.form-step {
    display: none;
}

.form-step.active {
    display: block;
    animation: fadeIn 0.4s ease;
}

.form-step.fade-out {
    animation: fadeOut 0.3s ease;
}

.form-step.fade-in {
    animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-20px);
    }
}

/* Radio Group */
.radio-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 15px;
}

.radio-item {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    background: #f8f9fa;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    user-select: none;
}

.radio-item:hover {
    border-color: #4CAF50;
    background: rgba(0, 124, 186, 0.05);
}

.radio-item input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radio-item .checkmark {
    width: 22px;
    height: 22px;
    border: 2px solid #ccc;
    border-radius: 50%;
    margin-right: 12px;
    position: relative;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.radio-item input[type="radio"]:checked ~ .checkmark {
    background: #fff;
    border-color: #4CAF50;
}

.radio-item input[type="radio"]:checked ~ .checkmark::after {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #4CAF50;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.radio-item input[type="radio"]:checked ~ * {
    font-weight: 600;
    color: #015023;
}

/* Checkbox Group */
.checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 15px;
}

.checkbox-item {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    background: #f8f9fa;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    user-select: none;
}

.checkbox-item:hover {
    border-color: #4CAF50;
    background: rgba(0, 124, 186, 0.05);
}

.checkbox-item input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkbox-item .checkmark {
    width: 22px;
    height: 22px;
    border: 2px solid #ccc;
    border-radius: 4px;
    margin-right: 12px;
    position: relative;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.checkbox-item input[type="checkbox"]:checked ~ .checkmark {
    background: #4CAF50;
    border-color: #fff;
}

.checkbox-item input[type="checkbox"]:checked ~ .checkmark::after {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.checkbox-item input[type="checkbox"]:checked ~ * {
    font-weight: 600;
    color: #015023;
}

/* Form Navigation */
.form-navigation {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-top: 25px;
}

.form-navigation .btn {
    flex: 1;
    padding: 12px 25px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.form-navigation .prev-btn {
    background: #f8f9fa;
    color: #666;
    border: 2px solid #e0e0e0;
}

.form-navigation .prev-btn:hover {
    background: #e0e0e0;
    color: #333;
    border-color: #ccc;
}

.form-navigation .next-btn,
.form-navigation .submit-btn {
    background: #4CAF50;
    color: #fff;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 124, 186, 0.3);
}

.form-navigation .next-btn:hover,
.form-navigation .submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 124, 186, 0.4);
}

/* Error Messages */
.form-grp.error input,
.form-grp.error select,
.form-grp.error textarea {
    border-color: #dc3545 !important;
}

.error-message {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    color: #856404;
    padding: 12px 15px;
    border-radius: 4px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.error-message i {
    font-size: 18px;
}

/* Success Message */
.success-message {
    text-align: center;
    padding: 40px 20px;
    animation: fadeIn 0.5s ease;
}

.success-message i {
    font-size: 60px;
    color: #007cba;
    margin-bottom: 20px;
    display: block;
}

.success-message h3 {
    color: #015023;
    font-size: 24px;
    margin-bottom: 10px;
}

.success-message p {
    color: #666;
    font-size: 16px;
}

/* Responsive */
@media (max-width: 767px) {
    .progress-steps {
        max-width: 100%;
    }
    
    .progress-steps .step .step-label {
        font-size: 10px;
        max-width: 60px;
    }
    
    .progress-steps .step .step-number {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
    
    .form-navigation {
        flex-direction: column;
    }
    
    .form-navigation .prev-btn {
        order: 2;
    }
    
    .form-navigation .next-btn,
    .form-navigation .submit-btn {
        order: 1;
    }
}

@media (max-width: 575px) {
    .progress-steps .step .step-label {
        display: none;
    }
    
    .checkbox-item,
    .radio-item {
        padding: 10px 12px;
    }
}

/* ==========================================================================
   Serviços Imobiliários - Melhorias
   ========================================================================== */

/* Filtros de Serviços */
.services-filters {
    border: 1px solid #e9ecef;
    background: #fff;
}

.services-filters .filter-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.services-filters .filter-buttons .btn {
    margin-bottom: 5px;
    border-radius: 20px;
    font-size: 0.875rem;
}

.services-filters .filter-buttons .btn.active {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: white;
}

/* Cards Modernos de Serviços */
.service-card-modern {
    border: none;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    overflow: hidden;
    background: white;
}

.service-card-modern:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.service-card-modern .service-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.service-card-modern .service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.service-card-modern:hover .service-image img {
    transform: scale(1.05);
}

.service-card-modern .no-image-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    color: #6c757d;
}

.service-card-modern .service-content {
    padding: 1.5rem;
}

.service-card-modern .service-category .badge {
    font-size: 0.75rem;
    padding: 0.375rem 0.75rem;
    border-radius: 20px;
}

.service-card-modern .service-title {
    color: #212529;
    font-weight: 600;
    line-height: 1.3;
}

.service-card-modern .service-title a {
    color: inherit;
    transition: color 0.3s ease;
}

.service-card-modern .service-title a:hover {
    color: #0d6efd;
}

.service-card-modern .service-excerpt {
    font-size: 0.875rem;
    line-height: 1.5;
}

.service-card-modern .service-actions {
    margin-top: 1rem;
}

.service-card-modern .service-actions .btn {
    border-radius: 20px;
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
}

.service-card-modern .service-actions .btn:hover {
    transform: translateY(-2px);
}

/* Estatísticas dos Serviços */
.services-stats {
    border: 1px solid #e9ecef;
}

.services-stats .stat-item {
    padding: 2rem 1rem;
}

.services-stats .stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    display: block;
}

.services-stats .stat-label {
    font-size: 0.875rem;
    color: #6c757d;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Responsividade */
@media (max-width: 768px) {
    .services-filters .row {
        text-align: center;
    }
    
    .services-filters .filter-buttons {
        justify-content: center;
    }
    
    .service-card-modern .service-content {
        padding: 1rem;
    }
    
    .services-stats .stat-item {
        padding: 1.5rem 0.5rem;
        margin-bottom: 1rem;
    }
    
    .services-stats .stat-number {
        font-size: 2rem;
    }
}

@media (max-width: 576px) {
    .service-card-modern .service-actions .btn {
        width: 100%;
        margin-bottom: 0.5rem;
    }
    
    .service-card-modern .service-actions .btn:last-child {
        margin-bottom: 0;
    }
}
